*{box-sizing: border-box;}

@font-face {
	font-family: 'EuclidCircularB-Regular';
	src: url('/src/fonts/EuclidCircularB-Regular.eot');
	src: local('EuclidCircularB-Regular'), local('EuclidCircularB-Regular'),
	url('/src/fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'),
	url('/src/fonts/EuclidCircularB-Regular.woff2') format('woff2'),
	url('/src/fonts/EuclidCircularB-Regular.woff') format('woff'),
	url('/src/fonts/EuclidCircularB-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EuclidCircularB-SemiBold';
	src: url('/src/fonts/EuclidCircularB-SemiBold.eot');
	src: local('EuclidCircularB-SemiBold'), local('EuclidCircularB-SemiBold'),
	url('/src/fonts/EuclidCircularB-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/src/fonts/EuclidCircularB-SemiBold.woff2') format('woff2'),
	url('/src/fonts/EuclidCircularB-SemiBold.woff') format('woff'),
	url('/src/fonts/EuclidCircularB-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



body{
	background: #fff;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-family: 'EuclidCircularB-Regular';
}

.bold{font-family: 'EuclidCircularB-SemiBold'; font-weight: 500;}
.clear{clear: both;}
.front-container{width: 100%; max-width: 1170px; margin: 0 auto;}

#front #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #eee;
	background: none repeat scroll 0 0 #FFF;
}

#front .header_top {
    font-size: 16px;
    line-height: 20px;
	height: 90px;
	position: relative;
	padding: 0;
}

#front .header_top .front-container{
	width: 100%; max-width: 1600px;
	margin: 0 auto;
}

.front-logo img{height: 70px; padding-top: 10px;}

.menu-button{float: right; height: 90px; line-height: 90px; margin-left: 30px;}
.menu-button-rules{padding-left: 50px; background: url(/img/icon_rules.png) no-repeat center left;}
.menu-button-winners{padding-left: 50px; background: url(/img/icon_winners.png) no-repeat center left;}
.menu-button a{color: #000;}



.mobile-menu{display: none;}



.middle-content{margin-top: 90px;}


.site-form{padding: 100px 0 50px 0;}

#front .form-control{
	background: #F5F5F5;
	border: 0;
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	color: #000;
	padding: 0 20px;
}
.front .form-control::-webkit-input-placeholder{
	color: #4A4A4A;
	opacity: 0.5;
}
#front .form-control:disabled{
	color: #4A4A4A;
	opacity: 1;
}

#front .form-control.has-error{
	border: 2px solid #FF6F61;
}

.content__text{
	font-size: 28px;
	line-height: 28px;
	color: #4A4A4A;
	padding: 10px 15px;
}

#front .btn{
	background: #FFEBEE;
	border-radius: 50px;
	border: 0;
	height: 60px;
	color: #000;
	padding: 0 20px;
	font-size: 22px;
	line-height: 60px;
	width: 100%;
}
#front .btn:hover{
	background: #FFF1E4;
}
#front .btn.disabled{
	background: #E5E4E4;
}

.content__orange-bg{
	background: #FFEBCC;
	border-radius: 25px;
	padding: 15px;
	margin: 0 -15px;
}

#anketa_form input[type="checkbox"]{opacity: 0;}
#anketa_form input[type="radio"]{opacity: 0;}
.input-checkbox{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/img/checkbox.png) no-repeat top left;
	background-size: cover;
	z-index: 50;
	cursor: pointer;
	margin-top: 5px;
}
.input-checkbox.active{
	background: url(/img/checkbox_on.png) no-repeat top left;
	background-size: cover;
}
.input-radio, .input-radio-disabled{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/img/checkbox.png) no-repeat top left;
	background-size: cover;
	z-index: 50;
	cursor: pointer;
}
.input-radio.active{
	background: url(/img/checkbox_on.png) no-repeat top left;
	background-size: cover;
}

#front .form-control.active{
	border-bottom: 0;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}


#order_checkbox{opacity: 0;}

#already_is2 a,
#email_another a,
#emailload a,
#sms_check a,
#sms_another a,
#smsload a,
#palready_is2 a{
	font-size: 16px;
	line-height: 30px;
	text-decoration-line: underline;
	color: #F27997;
}

#already_is2 a:hover,
#email_another a:hover,
#emailload a:hover,
#sms_check a:hover,
#sms_another a:hover,
#palready_is2 a:hover,
#smsload a:hover{text-decoration-line: none;}


.smsok{background: #F5F5F5 url(/img/ok.png) no-repeat 90% 14px !important;}

.form-password {
	position: relative;
}
.form-password-control {
	position: absolute;
	top: 11px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/img/view.svg) 0 0 no-repeat;
}
.form-password-control.view {
	background: url(/img/no-view.svg) 0 0 no-repeat;
}

.btn-wide{width: 100%;}

.form-relative{position: relative;}

.input_error{
	position: absolute;
	height: 34px;
	background: #FF6F61;
	border-radius: 10px;
	left: 97%;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	padding: 0 10px;
	z-index: 10;
	top: 12px;
	white-space: nowrap;
	display: none;
}
.input_error:before{
	display: block;
	content: '';
	position: absolute;
	top: 30%;
	left: 0%;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #FF6F61;
	transform: rotate(45deg);
}


.confirm-text a{
	color: #4A4A4A;
	text-decoration: underline;
}
.confirm-text a:hover{
	text-decoration: none;
}

#front .form-control.datepicker{
	background: #fff url(/img/icon_calendar.png) no-repeat 95% 15px;
}


#anketa .front-container{max-width: 520px; font-size: 16px;}
.form-text{padding-left: 20px;}
.form-text a{color: #F27997;}

.top-banner{padding-top: 30px;}
.top-banner-mobile{display: none;}
.top-banner-img img{width: 100%; max-width: 543px;}
.top-banner-red{display: block; color: #F27997;}
.top-banner-text{position: relative; padding-top: 70px;}
.top-banner-text p{width: 100%; max-width: 370px;}
.top-banner-button{margin-top: 30px; background: #FFEBEE url(/img/icon_gift.png) no-repeat 30px 15px; border-radius: 50px; width: 300px; height: 66px; line-height: 66px; text-align: right; padding: 0 30px; font-size: 22px; cursor: pointer;}
.top-banner-button:hover{background-color: #FFF1E4;}
.top-banner-fly{position: absolute; top: 70px; left: -30px; z-index: 100;}

#front h1{	font-size: 55px;	line-height: 60px;}
#front h2{	font-size: 45px;	line-height: 50px;}

.instagram-block{margin-top: 60px;}
.instagram-block-text{background: #FFF5F6;	border-radius: 30px; padding: 50px; font-size: 18px;	line-height: 23px;}
.instagram-block-button{margin: 30px auto 0 auto; background: #fff url(/img/inst.png) no-repeat 30px 20px; border-radius: 50px; width: 250px; height: 66px; line-height: 66px; text-align: right; padding: 0 30px; font-size: 22px; cursor: pointer;}
.instagram-block-button:hover{background-color: #FFF1E4;}

.site-form{background: url(/img/form_bg.png) no-repeat top center;}

.middle-banner{background: url(/img/pink_bg.png) repeat-x bottom left;}
.middle-banner-mobile{display: none;}
.middle-banner-img{background: url(/img/girl.png) no-repeat bottom center; background-size: contain;}
.middle-banner-mobile .middle-banner-img{background: none;}
.middle-banner-img img{width: 100%; max-width: 500px;}

.middle-banner-text{padding-top: 80px;}
.middle-banner-text a{color: #F27997; text-decoration: underline;}
.middle-banner-text a:hover{text-decoration: none;}
.middle-banner-text p{width: 100%; max-width: 570px;}

.bottom-banner{padding-bottom: 50px; margin-top: 60px;}
.bottom-banner .front-container{background: #FFF5F6; border-radius: 30px;}
.bottom-banner-text{padding: 50px 50px;}
.bottom-banner-text a{color: #F27997; text-decoration: underline;}
.bottom-banner-text a:hover{text-decoration: none;}
#front .bottom-banner-text h2{font-size: 35px; line-height: 40px; padding-left: 50px;}
.bottom-banner-text p{font-size: 20px;	line-height: 30px; padding-top: 30px;}

#footer{background: none;}
#footer .front-container{
	width: 100%; max-width: 1170px;
	margin: 0 auto;
}
.footer-line-1{padding: 50px 0;}
.footer-line-2{padding: 0 0 25px 0; border-bottom: 1px solid #E5E4E4;}
.footer-line-3{padding: 25px 0;}

.footer-logo img{height: 85px;}
.footer-hotline{font-size: 16px; line-height: 25px; text-align: right;}
.footer-hotline span{display: block; font-size: 32px; line-height: 40px;}

.footer-menu a{display: block; float: left; margin-right: 30px; font-size: 16px; line-height: 30px; color: #000;}
.footer-politic a{font-size: 16px; line-height: 30px; color: #000;}
.footer-copy{font-size: 16px; line-height: 30px; color: #949699;}

.dropdown_menu{
	position: absolute;
	background: #fff;
	top: 90px;
	width: 100%;
	border-bottom: 1px solid #E5E4E4;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	display: none;
}
.mobile-menu{display: none}
#front-menu-close{display: none;}

.front-logo a{
	float: left;
}
.front-slogan{
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	margin-left: 15px;
	color: #7CBCBE;
	float: left;
	max-width: 300px;
}


.page-inner{padding-top: 200px;}
.page-winner{padding-top: 200px;}
.page-winner.front-container{max-width: 760px;}
.registred_image{width: 100%; max-width: 337px;}
.winners_image{width: 100%; max-width: 650px;}
.winners_fly_left{position: absolute; top: 180px; left: -100px;}
.winners_fly_right{position: absolute; top: 300px; right: -100px;}

.winners_period{text-align: left; padding-top: 30px;}
.winners-text-block{background: #FFF5F6;	border-radius: 30px; padding: 30px 50px; font-size: 16px;	line-height: 24px;}
.winners-text-block img{padding-right: 10px;}
.winners-text-block a{color: #F27997; text-decoration: underline;}

.winners_table{margin: 30px 0 100px 0;}
.winners_table_header{background: #F27997;}
.winners_table_header div{line-height: 50px; color: #fff; text-transform: uppercase;}
.winners_table_line{border-bottom: 1px solid #ECE9E9;}
.winners_table_line div{line-height: 50px;}
.winners_table_mobile{display: none;}
.winners_table_mobile_line{box-shadow: 0px 2px 20px rgba(97, 99, 102, 0.15); line-height: 40px;	border-radius: 20px; margin: 25px 0;  padding: 10px 20px;}

@media(max-width: 1250px) {
	.front-container{padding: 0 15px;}
	.page-inner{padding-top: 200px;}
	.page-winner{padding-top: 200px;}
	.middle-banner-text {		padding-top: 70px;			font-size: 20px;	line-height: 25px;	}
	.top-banner {		padding-bottom: 30px;	}
	.bottom-banner {		padding: 0 15px;	}
	.winners_table_header div{font-size: 18px;}

	#front .middle-banner-text h2 {		font-size: 35px;	line-height: 40px;	}
}

@media(max-width: 991px) {
	#front .bottom-banner-text h2 {		padding-left: 0;}
	.bottom-banner {	max-width: 640px; margin: 60px auto 0 auto;}
	.bottom-banner-text {		padding: 25px 50px;	}
	.bottom-banner-text-2 {		padding-bottom: 0px;	}
	.bottom-banner-text-3 {		padding-top: 0px;	}
	.footer-hotline{text-align: left; padding: 30px 0;}
	.social-icons{padding: 30px 0;}
	#footer .front-container{padding: 0 60px;}

	.page-inner.front-container{max-width: 620px;}
	.page-inner .top-banner-red{display: inline-block;}
	#front .page-inner h1{font-size: 35px;		line-height: 45px;}

	.winners_fly_left{display: none}
	.winners_fly_right{display: none}

	.input_error{
		left: unset;
		top: 65px;
		left: 15px;
	}
	.input_error:before{
		top: -3px;
		left: 49%;
		transform: rotate(135deg);
	}

	.desktop-menu{display: none}
	.mobile-menu{display: block; font-size: 24px; line-height: 90px;}
	.menu-button {	display: block; width: 100%;	line-height: 40px;	height: 40px;	}


}
@media(max-width: 860px) {
	.footer-copy-create{display: none}
}
@media(max-width: 768px) {
	body {		font-size: 20px;		line-height: 30px;	}
	.front-container{max-width: 570px;}
	.site-form .front-container{max-width: 640px;}
	#anketa .front-container {		max-width: 640px;}
	#front h2 {		font-size: 40px;		line-height: 45px;	}
	.top-banner{display: none;}
	.top-banner-mobile{display: block; padding: 30px 0;}
	.top-banner-mobile .top-banner-img img{width: 100%; max-width: 380px;}

	.middle-banner{display: none;}
	.middle-banner-mobile{display: block; background: #FFF5F7;}
	.middle-banner-text {		padding-top: 60px;	}



	.footer-politic{text-align: left; padding-top: 30px;}

	.form-mobile-margin{margin-bottom: 15px;}

	.winners_table {		padding: 0 15px;}
	.winners-text-block{padding: 25px 15px;



}


@media(max-width: 700px) {

	.winners_table{display: none;}
	.winners_table_mobile{display: block;}

}
@media(max-width: 640px) {
	.footer-hotline{width: 100%;}
	.social-icons{width: 100%; padding: 0; text-align: left;}

	.page-inner{padding-top: 130px;}
	.page-winner{padding-top: 130px;}

	.instagram-block{padding: 0 15px;}
}
@media(max-width: 550px) {
	.front-slogan {		font-size: 16px; max-width: 200px;}
}
@media(max-width: 500px) {


	.footer-menu a{display: block; width: 100%;}

	body {		font-size: 16px;		line-height: 25px;	}

	#front h1 {		font-size: 30px;		line-height: 35px;	}
	#front h2 {		font-size: 30px;		line-height: 35px;	}
	#front .bottom-banner-text h2 {		font-size: 30px;		line-height: 35px;	}
	.middle-banner-text {		padding-top: 0px;	}
	.site-form {		padding: 50px 0 50px 0;	}
	.bottom-banner-text{padding-left: 25px; padding-right: 25px;}
	.bottom-banner-text p {		font-size: 16px;		line-height: 25px;}

	.instagram-block-text {		padding: 20px;}

}

@media(max-width: 420px) {

	.front-slogan div{	display: none}
	.footer-hotline span {		font-size: 30px;}

	#front .page-inner h1 {		font-size: 28px;		line-height: 35px;	}

	.front-slogan {		font-size: 12px; max-width: 130px; line-height: 20px;		padding-top: 18px;}

	#front{min-width: 320px;}
	#front #header{min-width: 320px;}

}