*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Gotham Pro';	
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
button, input{
	outline: none;
	border: none;
}

button {

    cursor: pointer;

}
.btn button, .btn a{
	border-radius: 50px;
	background: #aa2a3c;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
}
.title h1{
	font-weight: 900;
	font-size: 36px;
	color: #242424;
	text-transform: uppercase;
	padding-bottom: 28px;
	text-align: center;
	position: relative;
	line-height: 35px;
}
.title h1:after{
	content: '';
	width: 490px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -245px;
	bottom: 0;
	background: #aa2a3c;
}
html, body{
	overflow-x: hidden;
}
section{
	position: relative;
	overflow: hidden;
}
/* main-section */
.main-section{
	height: 830px;
	background: url(./main-bg.jpg) no-repeat center center/cover;
	padding-top: 25px;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-info{
	display: flex;
	align-items: center;
}
.header-info_item{
	display: flex;
	align-items: center;
}
.header-info_item1{
	margin-right: 35px;
}
.header-info_text{
	margin-left: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.header-menu{
	display: flex;
	align-items: center;
}
.header-menu li{
	margin-right: 42px;
}
.header-menu li:last-child{
	margin-right: 0;
}
.header-menu li a{
	text-transform: uppercase;
	color: #4a6980;
	font-weight: 700;
	font-size: 14px;
}
.main-wrapper{
	margin-top: 50px;
}
.main-title h1{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 48px;
	color: #232323;
}
.main-subtitle{
	text-transform: uppercase;
	margin-top: -30px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	width: 380px;
	height: 52px;
	background: url(./main-icon.png) no-repeat 20px top, #868164;
	line-height: 52px;
	text-align: center;
	border-radius: 50px;
	box-shadow: 3px 5px 0px #353638;
	font-size: 20px;
	margin-left: auto;
	margin-bottom: 40px;
}
.main-text{
	font-size: 50px;
	font-weight: 900;
	background: #fff;
	color: #232323;
	padding: 20px;
	display: inline-block;
	text-transform: uppercase;
	margin-left: auto;
}
.main-content{
	display: flex;
	flex-direction: column;
}
.main-bottom-text{
	text-align: right;
	margin-top: 10px;
}
.main-bottom-text{
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}
.main-bottom-text span{
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	width: 80px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #444547;
	display: inline-block;
}
/* main-form */
.main-right{
	position: relative;
}
.main-form_overlay{
	width: 395px;
	height: 580px;
	background: #fff;
	opacity: 0.49;
	position: absolute;
	z-index: 0;
	left: -20px;
	top: 25px;
}
.main-form{
	background: #e2dfd1;
	width: 395px;
	height: 580px;
	padding: 0 35px;
	padding-top: 30px;
	text-align: center;
	position: relative;
	box-shadow: 21px 0 24px rgba(0,0,0,0.09);
}
.main-form_arrow{
	position: absolute;
	left: -80px;
    top: 240px;
}
.main-form_title{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	color: #aa2a3c;
	margin-bottom: 15px;
}
.main-form_subtitle{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 8px;
}
.main-form_text{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}
.main-form_prices{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.main-form_prices strike{
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 8px;
	margin-right: 10px;
}
.main-form_pricesnew{
	color: #aa2a3c;
	font-weight: 900;
	font-size: 18px;
}
.main-form_pricesnew span{
	font-weight: 700;
	font-size: 48px;
}
.main-wrapper{
	display: flex;
	justify-content: space-between;
}
.main-form_field span{
	display: block;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 6px;
}
.main-form_field input{
	width: 320px;
	height: 55px;
	font-size: 18px;
	padding-left: 20px;
	border: none;
	border-radius: 7px;
}
.main-form_name{
	margin-bottom: 16px;
}
.main-form_field{
	text-align: left;
}
.main-form_prices{
	margin-bottom: 22px;
}
.main-form_btn button{
	width: 245px;
	height: 60px;
	font-size: 21px;
}
.main-form_btn{
	margin-top: 30px;
	margin-bottom: 22px;
}
.main-form_remained{
	text-align: center;
	font-size: 14px;
}
.main-form_remained span{
	font-weight: 700;
	font-size: 18px;
	color: #aa2a3c;
}
/* where-section */
.where-section{
	height: 990px;
	padding-top: 115px;
	background: url(./where-bg.jpg) no-repeat center center/cover;
}
.ice-line{
	position: absolute;
	top: 0;
	top: -4px;
}
.where-title h1{
	color: #fff;
}
.where-title{
	margin-bottom: 24px;
}
.where-box{
	display: flex;
	justify-content: space-between;
}
.where-subtitle{
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
}
.where-item img{
	max-width: 100%;
}
/* result-section */
.result-section{
	height: 1240px;
	background: #89b7bf;
	padding-top: 84px;
}
.result-title h1{
	color: #fff;
}
.result-box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.result-item{
	display: flex;
	margin-bottom: 20px;
	box-shadow: 4px 0 18px rgba(0,0,0,0.75);
	 
}
.result-item_content{
	width: 375px;
	background: linear-gradient(to bottom, #4a697f, #1c445f);
	padding: 0 16px;
	color: #fff;
	padding-top: 20px;
}
.result-item_title{
	text-transform: uppercase;
	color: #fff;
	background: #204761;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #aa2a3c;
	max-width: 100%;
	text-align: center;
	margin-bottom: 18px;
	padding: 8px 0;
}
.result-item_text p{
	margin-bottom: 24px;
	font-size: 18px;
	text-align: center;
}
.result-item_text p span{
	font-weight: 900;
}
/* use-section */
.use-section{
	height: 750px;
	background: #fff;
	padding-top: 105px;
}
.use-title{
	text-align: center;
}
.use-box{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.use-item{
	width: 33%;
	text-align: center;
	position: relative;
}
.use-item:after{
	content: '';
    width: 257px;
    height: 3px;
    background: #bfbcaf;
    position: absolute;
    right: -131px;
    top: 140px;
}
.use-item:last-child:after{
	display: none;
}
.use-item_title{
	font-weight: 900;
	font-size: 24px;
	color: #242424;
	margin-bottom: 15px;
}
.use-item_text{
	font-size: 18px;
}
.use-item_img{
	margin-bottom: 14px;
}
/* tech-section */
.tech-section{
	height: 740px;
	background: url(./tech-bg.jpg) no-repeat center center/cover;
	padding-top: 82px;
}
.tech-title{
	margin-bottom: 80px;
}
.tech-wrapper{
	display: flex;
	justify-content: flex-end;
	padding-right: 100px;
}
.tech-item{
	margin-bottom: 14px;
}
.tech-item span{
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	padding: 7px 10px;
	background: #406179;
	display: inline-block;
	margin-right: 17px;
}
.tech-item p{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	color: #242424;
	display: inline-block;
}
/* best-section */
.best-section{
	height: 830px;
	padding-top: 95px;
	background: #dddbd1;
}
.best-subtitle{
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 70px;
	margin-top: 15px;
}
.best-row{
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #fff;
}
.best-item{
	width: 16%;
	text-align: center;
	position: relative;
}
.best-row-title{
	height: 65px;
	line-height: 65px;
	color: #000;
}
.best-row-title .best-item{
	padding: 0 20px;
	background: #e4e2db;
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
}
.best-row-title .best-item:first-child{
	background: none;
}
.best-priz-item{
	text-align: center;
	width: 33%;
}
.best-row-2{
	background: #e8e7e0;
}
/* comments-section */
.comments-section{
	height: 1000px;
	background: #406178;
	padding-top: 95px;
	text-align: center;
}
.comments-box{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.comments-title h1{
	color: #fff;
}
.comments-item{
	background: #fff;
	width: 490px;
	padding-top: 34px;
	padding-bottom: 60px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
}
.comments-item_img{
	margin-bottom: 15px;
}
.comments-item_name{
	color: #406179;
	font-size: 18px;
	font-weight: 900;
	margin-top: 30px;
}
.comments-item_title{
	font-weight: 900;
	font-size: 18px;
	margin-top: 16px;
	color: #406179;
	margin-bottom: 18px;
}
.comments-item_text p{
	margin-bottom: 24px;
}
/* last-section */
.last-section{
	height: 1160px;
	background: url(./last-bg.jpg) no-repeat center center/cover;
}
.last-section .header-menu{
	display: none;
}
.last-section header{
	justify-content: flex-end;
}
/* footer */
footer{
	margin-top: -192px;
	position: relative;
	background: rgba(0,0,0,0.59);
	padding-bottom: 30px;
}
.footer-menu{
	justify-content: center;
	display: flex;
	align-items: center;
	padding-top: 40px;
	margin-bottom: 52px;
}
.footer-menu li{
	margin: 0 25px;
}
.footer-menu li a{
	text-transform: uppercase;
	font-size: 14px;
	color: #e1dfd1;
}
.footer-roots{
	text-align: center;
	color: #fff;
}
/* popup-wrapper */
.popup-wrapper{
	width: 1040px;
	height: 565px;
	background: #406178;
	position: fixed;
	z-index: 999;
	top: 150px;
	left: 50%;
	margin-left: -520px;
	display: none;
	justify-content: flex-end;
	color: #fff;
	padding-right: 52px;
	box-shadow: 4px 0 54px rgba(0,0,0,0.44);
}
.popup-img{
	position: absolute;
	left: 0;
	bottom: -160px;
}
.popup-form_prices{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.popup-form_title{
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 36px;
	text-align: center;
	margin-bottom: 16px;
}
.popup-form_subtitle{
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.popup-form_text{
	text-align: center;
	margin-bottom: 18px;
}
.popup-form_prices strike{
	font-size: 14px;
	margin-bottom: 7px;
}
.popup-form_newprice{
	font-weight: 900;
	font-size: 18px;
}
.popup-form_newprice span{
	font-weight: 700;
	font-size: 48px;
	margin: 0 12px;
}
.popup-form_fields span{
	display: block;
	font-weight: 500;
	font-size: 14px;
}
.popup-form_fields input{
	width: 320px;
	height: 52px;
	line-height: 52px;
	border-radius: 7px;
	padding-left: 20px;
}
.popup-right{
	padding-top: 45px;
}
.popup-form_name{
	margin-top: 16px;
}
.popup-form_fields span{
	margin-bottom: 8px;
}
.popup-form_btn{
	text-align: center;
	margin-top: 20px;
}
.popup-form_btn button{
	width: 245px;
	height: 58px;
	font-size: 21px;
}
.popup-close{
	position: absolute;
	top: -30px;
    right: 20px;cursor: pointer;
}
.popup-open{
	display: flex !important;
}
/**/
.best-row-title .best-item:nth-child(2){
	left: 95px;
}
.best-row-title .best-item:nth-child(3){
	left: 10px;
}
.best-row-title .best-item:nth-child(4){
	left: -40px;
}
.best-row-title .best-item:nth-child(5){
	left: -70px;
}
.best-row-title .best-item:nth-child(6){
	left: -70px;
}
.best-row-2 .best-item:last-child{
	line-height: 1.3;
	padding-top: 8px;
}
.best-row-2 .best-item:last-child p{
	font-weight: 900;
	font-size: 24px;
	color: #aa2a3c;
}
.best-row-2 .best-item:last-child p span{
	font-size: 21px;
}
.best-row-2 .best-item:first-child{
	font-weight: 900;
	font-size: 18px;
}
.result-title{
	margin-bottom: 60px;
}
/* success-section */
.main-section-success{
	height: 1130px;
	background: url(./success-bg.jpg) no-repeat center center/cover;
	padding-top: 16px;
}
.success-footer{
	padding-top: 40px;
	margin-top: 551px;
}
.succes-header-content-wrapper{
	display: flex;
margin-top: 24px;
}
.smcs-content-wrapper{
	display: flex;
	margin-top: 80px;
}
.smcs-photo-wrapper{
	margin-right: 50px;
	padding-top: 30px;
}
.success-header-menu-div a{
	text-transform: uppercase;
	color: #4a6980;
	font-size: 14px;
	margin-right: 50px;
}
.header-content-wrapper{
	display: flex;
	justify-content: space-between;
}
.smcs-1{
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}
.smcs-2{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 25px;
}
.smcs-3{
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.suc-foot-menu-wrapper{
	display: flex;
	justify-content: center;
}
.sfm-item a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #e1dfd1;
}
.sfm-item{
	margin-right: 50px;
}
.sc-footer-subtitle{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 22px;
}
.politicblock {
	width: 261px;
margin: 10px auto 8px;
}
.politicblock a{
	color: #fff;
font-size: 11.73px;
text-decoration: underline;
margin-right: 7px;
//font-family: "Roboto-Light";
}
.politicblock .last_child {
	margin-right: 0;
}
.politicblock a:hover{
	
text-decoration: none;

}
.nevidi {
	height: 9px;
z-index: 10;
width: 100%;

position: fixed;

top: 0;
}
.popupiki {
	display: none;
}
.allfon {
   width: 100%;
height: 100%;
position: fixed;
top: 0;
background: rgba(0, 0, 0, 0.2);
z-index: 9;
display: none;
overflow: auto;
padding: 20px;
box-sizing: border-box;
}
.footer2{
	height: 180px;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	background: #6d7781;
	display: none;
}
/* bottom-row */
.bottom-row{
	height: 110px;
	background: #dbd9cd;
	padding-top: 15px;
	display: none;
}
.bottom-row-wrapper{
	display: flex;
	align-items: center;
}
.bottom-row-title{
	text-transform: uppercase;
	color: #fff;
	background: #818c96;
	font-weight: 900;
	font-size: 18px;
	padding: 8px;
}
.bottom-row-text{
	text-align: right;
	margin-right: 15px;
}
.bottom-row-subtitle{
	font-weight: 900;
	font-size: 18px;
	color: #353638;
	margin-top: 5px;
}
.bottom-row-subtitle span{
	color: #fff;
	width: 50px;
	height: 30px;
	background: #353638;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
}
.bottom-row-prices{
	display: flex;
	align-items: flex-end;
}
.bottom-row-prices strike{
	font-size: 12px;
	margin-right: 10px;
}
.bottom-row-newprice{
	color: #aa2a3c;
	font-weight: 700;
	font-size: 18px;
}
.bottom-row-newprice span{
	font-size: 30px;
}
.bottom-row-btn{
	margin-top: 10px;
	text-align: right;
}
.bottom-row-btn a{
	width: 143px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.sizes {
	padding-bottom: 110px;
	margin-top: 100px;
}
.sizes .container {
	max-width: 1560px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sizes .container .el_heading {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 56px 0px;
}
.sizes .container .el_heading h2 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.sizes .container .el_heading h2::before {
    content: "";
    background-color: #ffae3d;
    width: 140px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 70px);
}
.sizes .container .el_block_img .wrapper {
    clear: both;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sizes .container .el_block_img .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    text-align: center;
}
.sizes .container .wrapper .item img {
    width: 200px;
}