/*html {
    position: relative;
    min-height: 100%;
}
.footer-min
	{
	bottom: 0;
	}
.footer
	{
	position: absolute;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
	}
.footer p
	{
	font-size: 11px;
	}*/
.logo-in
	{
	padding-top: 15px;
	}
.info-top
	{
	font-size: 20px;
	padding-top: 5px;
	text-align: right;
	}
.info-top a
	{
	color: #000;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 30px;
	/*width: inherit;*/
	padding-right: 2px;
	padding-left: 2px;
	}
.info-top a:hover
	{
	border-bottom: 2px solid #cb2f88;
	}
.info-top a .fa
	{
	margin-right: 10px;
	font-size: 24px;
	line-height: 20px;
	}
.info-top a i,.title-top h2 i
	{
	color: #ff009d;
	font-style: normal;
	}
.title-top
	{
	/*margin-top: -25px;*/
	margin-bottom: 20px;
	}
.title-top h2
	{
	color: #000;
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	}
.title-top h2 .fa
	{
	font-size: 48px;
	line-height: 20px;
	margin-right: 5px;
	}
/*Контейнер голосовалка*/
.slider-in-vote
	{
	/*height: 270px;*/
	width: auto;
	min-width: 263px;
	/*width: 263px;*/
	/*height: auto;*/
	}
.slider-in-vote .item img
	{
	height: auto;
	width: auto;
	/*width: 100%;*/
	/*max-width: 262px;
	overflow: hidden;*/
	}
.slider-in-vote .owl-dots 
	{ 
	position: absolute;
	top: 5px;
	text-align: center;
	width: 100%;
	z-index: 10;
	}
 .owl-dot 
 	{
	display: inline-block;
	zoom: 1;
	}
 .owl-dot span  
 	{
	display: block;
	width: 23px;
	height: 4px;
	margin: 5px 5px;
	/*opacity:0.5;*/
	/*border-radius:20px;*/
	background: #ffffff;
	}
.owl-dot.active span,
.clickable .owl-dot:hover span,
.owl-dot.active span,
.clickable .owl-dot:hover span 
	{
	background-color:  #000000;
	}
@media (max-width: 767px) { 
	 .owl-dot span,
	 .owl-dot span  {
		background: #ffffff;
	}
}
.button-in-vote
	{
	display: block;
	/*padding: 10px;*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	height: 60px;
	width: auto;
	min-width: 263px;
	width: 100%;
	/*padding-right: 15px;*/
	text-decoration: none;
	}
.button-in-vote:hover
	{
	color: #fff;
	text-decoration: none;
	}
.button-in-vote div
	{
	background-color: #d05756;
	/*width: 100%;*/
	min-width: 264px;
	width: 100%;
	height: 60px;
	z-index: 999;
	position: relative;
	display: block;
	-webkit-transform:skewY(5deg);
	bottom: 30px;
	/*right: 14px;*/
	transition: all  0.08s ease-in-out;
	}
.button-in-vote:hover div
	{
	/*background-color: #ea8483;*/
	}
.button-in-vote span
	{
	z-index: 1000;
    display: inline-block;
    position: relative;
    bottom: 80px;
	}
.items-vote
	{
	overflow: hidden;
	background-color: #fff;
	margin-bottom:10px;
	height: 330px;
	}
.button-in-vote:hover div
	{
	/*background-color: #fff;*/
	-webkit-transform:skewY(0deg);
	}
.close-div
	{
	display: block;
	width: 100%;
	min-width: 263px;
	height: 270px;
	position:absolute;
	color: #fff;
	font-size: 18px;
	z-index: 999;
	padding-right: 30px;
	/*margin-right: 15px;*/
	}
.close-div .bg-text-in-close-div
	{
	/*opacity: 0.8;*/
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	background:rgba(0,0,0,0.8);
	}
.close-div .text-in-close-div i
	{
	display: block;
	font-size: 50px;
	}
.close-div .text-in-close-div
	{
	position: absolute;
	z-index: 1;
	height: 270px;
	top:100px;
	text-align: center;
	width: 100%;
	padding-right: 30px;
	}
.title-index:after
	{
	    content: "1";
    /* height: 42px; */
    /* width: 29px; */
    background: url(../img/title-bg.png);
    background-repeat: no-repeat;
    background-position: -2px 6px;
    display: inline-block;
    position: absolute;
   /* top: 20px;*/
    left: 15px;
    z-index: -1;
    background-size: contain;
    /* background-color: aqua; */
	}
.title-index
	{
	color: #000;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 6px;
	/*background-color: #fff;*/
	}	
.text-container-index
	{
	margin-bottom: 20px;
	}
.slaider-in-info
	{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 362px;
	background-color: #efefef;
	}
.slaider-in-info .item
	{
	width: 100%;
	height: auto;
	}
.slaider-in-info .item img
	{
	/*width: 555px;
	height: 362px;*/
	width: 100%;
	height: auto;
	}
.title-in-info
	{
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 32px;
	}
.info-text
	{
	font-size: 16px;
	}
.info-text h2
	{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	}
.info-text a
	{
	color: #cb2f88;
	text-decoration: underline;
	}
.info-text a:hover
	{
	color: #ff3399;
	}
.votes-info p>i
	{
	font-size: 25px;
	font-weight: bold;
	color: #cb2f88;
	font-style: normal;
	padding-right: 10px;
	line-height: 25px;
	}
.votes-info
	{
	color: #000;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 15px;
	}
.votes-info p
	{
	display: inline-block;
	font-size: 18px;
	}
.button-vote-in-info,.button-next-info,.button-pref-info
	{
	display: inline-block;
    /*float: right;*/
    font-weight: normal;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    /* width: 136px; */
    /*overflow: hidden;*/
    position: relative;
	}
.button-vote-in-info span,.button-next-info span,.button-pref-info span
	{
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 18px;
	}
.button-vote-in-info span>i,.button-pref-info span>i
	{
	font-size: 24px;
	margin-right: 5px;
	}
.button-next-info span>i
	{
	font-size: 24px;
	margin-left: 5px;
	}
.button-vote-in-info div, .button-next-info div
	{
	/*position: absolute;*/
	z-index: 0;
	width: 100%;
	display: inline-block;
	height: 100%;
	position: absolute;
	top:0px;
	right:0px;
	/*top:0px;
	left: 0px;*/
	-webkit-transform:skewY(5deg);
	background:#cb2f88;
	transition: all  0.08s ease-in-out;
	}
.button-pref-info div
	{
	z-index: 0;
	width: 100%;
	display: inline-block;
	height: 100%;
	position: absolute;
	top:0px;
	right:0px;
	/*top:0px;
	left: 0px;*/
	-webkit-transform:skewY(-5deg);
	background:#cb2f88;
	transition: all  0.08s ease-in-out;
	}
.button-pref-info
	{
	/*margin-top: 35px;*/
	margin-right: 20px;
	}
.button-vote-in-info:hover,.button-next-info:hover,.button-pref-info:hover,.button-vote-in-info:focus
	{
	text-decoration: none;
	}
.button-vote-in-info:hover div,.button-next-info:hover div,.button-pref-info:hover div
	{
	-webkit-transform:skewY(0deg);
	background-color: #ff3399;
	}
.slaider-in-info .owl-dots 
	{ 
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	z-index: 10;
	}
.owl-nav 
	{ 
	width: 100%; 
	height: 0; 
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	z-index: 10;
	}
.owl-nav div
	{ 
	display: inline-block;
	font-size: 14px;
	position: absolute;
	text-transform: capitalize;
	font-weight: 300;
	color: transparent;
	padding: 5px 5px;
	.transition(all 0.2s ease-in-out);
	}
.owl-nav div:after
	{
	font-family: "FontAwesome"; 
	position: absolute; 
	font-size: 40px; 
	line-height: 1; 
	top: 50%; 
	margin-top: -8px;
	}
.owl-prev 
	{ 
	left: 0;
	padding-left: 0px;
	}
.owl-prev:hover 
	{ 
	padding-left: 25px;
	padding-right: 10px;
	/*color: #ffffff;*/
	}
.owl-prev:after 
	{ 
	content: "\f104"; 
	left: 13px;
	color: #ffffff;
	transition(all 0.2s ease-in-out);
	}
.owl-prev:hover:after
	{ 
	left: 8px;
	}
.owl-next
	{ 
	right: 0px; 
	left: auto;
	padding-right: 0px;
	}
.owl-next:hover 
	{ 
	padding-right: 25px;
	padding-left: 10px;
	/*color: #ffffff;*/
	}
.owl-next:after 
	{ 
	content: "\f105"; 
	right: 13px; 
	color: #ffffff;
	transition(all 0.2s ease-in-out);
	}
.owl-nav .owl-next:hover:after 
	{ 
	right: 8px;
	}
/*модальное окно*/
.modal-title
	{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	}
.modal-content{
	position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header .close {
    margin-top: -3px;
    font-size: 30px;
    color: #cb2f88;
    opacity: 1;
}
.modal-header .close:hover
	{
	color: #000;
	}
.modal-header {
    min-height: 16.43px;
    padding: 10px;
    border-bottom: 2px solid #949494;
}
.modal-footer {
    padding: 15px;
    text-align: right;
   border-top: none;
}
.vote-in-modal a
	{
	padding: 10px 20px;
	color: #fff;
	background-color: #cb2f88;
	font-size: 16px;
	text-decoration: none;
	/*font-weight: 600;*/
	margin-right: 5px;
	margin-top: 10px;
	display: inline-block;
	}
.vote-in-modal a>i
	{
		margin-right: 5px;
		font-size: 18px;
	}
.vote-in-modal a:hover
	{
	background-color: #ff3399;
	}
.modal-footer a
	{
	padding: 5px 10px;
	color: #fff;
	background-color: #cb2f88;
	text-decoration: none;
	display: inline-block;
	}
.modal-footer a>i
	{
		margin-right: 5px;
		font-size: 18px;
	}
.modal-footer a:hover
	{
	background-color: #ff3399;
	}
.vote-in-modal .form-control
	{
	border-radius: 0px; 
	}
.modal-footer {
    padding: 10px 15px;
    text-align: right;
    border-top: none;
}
.auth-email,.auth-phone
	{
	display: none;
	margin-top: 20px;
    margin-right: 67px;
	}
.info-votes-top
	{
	z-index: 100;
    display: block;
    position: absolute;
    color: #fff;
    bottom: 106px;
    font-size: 20px;
    margin-left: 10px;
	}
.info-votes-top i
	{
	font-size: 30px;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 10px;
	}
.btn-form{
	margin-top: 10px;
    border-radius: 0px;
    border-color: #841d57;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    background-color: #cb2f88;
}
.btn-form:hover
	{
	background-color: #f39;
	color: #fff;
	border-color: #cb2f88;
	}
.active-href-modal
	{
	background-color: #f39 !important;
	}
.hidden-api-container
	{
	display: none !important; 
	}
.text-container-index p
{
font-size: 16px;
text-align: justify;
}
.text-container-index ol
	{
	list-style: none;
	}
.text-container-index li
	{
	font-size: 16px;
	margin-bottom: 10px;
	text-align: justify;
	}
.text-container-index li:before
	{
	content: "\f00c";
	color: #ff009d;
	/*display: inline-block;*/
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 24px;
    margin-right: 5px;
    margin-bottom: 5px;
	}
.text-container-index p>b
	{	
	color: #ff009d;
	font-size: 20px;
	}
.text-container-index p.text-center
	{
	text-align: center !important;
	}
.hrefs-in
	{
	padding-top: 35px;
	}
.doc-div-href
	{
	margin-bottom: 20px;
	margin-top: 20px;
	}
.doc-href:before
	{
	   content: "\f0f6";
	   color: #ff009d;
	/*display: inline-block;*/
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
	}
.doc-href
	{	
		font-size: 30px;
		font-weight: bold;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #ff009d;
	}
.doc-href:hover
	{
	text-decoration: none;
	color: #333;
	}