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

@font-face {
	font-family:'OpenSans';
	src:url('fonts/OpenSans-Bold.eot');
	src:url('fonts/OpenSans-Bold.woff2') format('woff2'),
		url('fonts/OpenSans-Bold.woff') format('woff'),
		url('fonts/OpenSans-Bold.ttf') format('truetype'),
		url('fonts/OpenSans-Bold.svg#Roboto-Thin') format('svg'),
		url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
	font-weight:bold;
	font-style:normal;
}

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

*{
	box-sizing: border-box;
}

header, nav, section, article, aside, footer {
   display:block;
}

body{
	font-family:"OpenSans",Arial,Helvetica,sans-serif;
	background-color:#ffffff;
	color:#323338;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

strong{	
	font-weight:bold;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

h1, h2, h3{
	margin:0;
    font-weight:normal;
}

h1{
    margin: 0;
    font-size: 65px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 60px;
}

h1:first-letter {
    letter-spacing: -11px;
}

h2{
	margin: 0 0 20px 0;
	font-size:44px;
	font-weight:300;
	line-height: 1.3;
}

h3{
	font-size: 30px;
	margin: 0 0 15px 0;
}

ul{
	margin:0;
	padding:0;
}

p{
	margin:0;
	line-height:1.5;
}

.width{
	display:block; 
	position:relative; 
	width:100%; 
	max-width:1054px;
	padding:0 15px;	
	margin:0 auto;
}

.row{
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
}

.col{
	padding:0 15px;
	box-sizing:border-box;
}

.col_left{
	width: 445px;
	flex-shrink: 0;
}

.d-flex{
	display: flex;
}

.d-none{
	display:none;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.bg-dark-grey{
	background-color:#323338;
	color:#ced0d9;
}

.bg-light-grey{
	background-color:#dde0e4;
}

.c-yellow{
	color:#ffde01;
}

.btn{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:42px;
	font-family:'OpenSans';
	font-weight:bold;
	font-size:16px;
	padding:0;
	border:none;
	border-radius:42px;
	line-height:42px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	outline: none;
	transition:background-color .3s;
	-webkit-transition:background-color .3s;
	-moz-transition:background-color .3s;
	-o-transition:background-color .3s;
	-ms-transition:background-color .3s;
	-webkit-border-radius:42px;
	-moz-border-radius:42px;
	-ms-border-radius:42px;
	-o-border-radius:42px;
}

.btn:hover{		
	background-color:#d9c335;
	text-decoration:none;
}

.btn_nav{
	font-size: 14px;
	max-width: 90px;
	border: 1px solid #3e4447;
	color: #3e4447;
	background-color: #ffffff;
	transition:background-color .3s, color 0.3s;
	-webkit-transition:background-color .3s, color 0.3s;
	-moz-transition:background-color .3s, color 0.3s;
	-o-transition:background-color .3s, color 0.3s;
	-ms-transition:background-color .3s, color 0.3s;
}

.btn_nav:hover{
	color: #ffffff;
	background-color: #3e4447;
}

.btn_yellow{
	background-color: #ffde01;
}

.btn_yellow:hover{
	background-color: #e5c700;
}

.btn_black{
	color: #ffde01;
	background-color: #323338;
}

.btn_black:hover{
	background-color: #000000;
}

.section{
	padding: 55px 0 46px;
}

header{
	padding:17px 0;
}

header .d-flex{
	align-items: center;
	justify-content: space-between;
}

.logo{
	width: 71px;
	height: 35px;
	background: url('images/logo_1C.png') no-repeat;
	flex-shrink: 0;
}

nav{
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

nav a{
	flex-shrink: 0;
	margin-left: 40px;
}

.header_btn {
    width: 90px;
	margin-left: 40px;
	flex-shrink: 0;
}

.promo_block > .width {
	padding-top: 65px;
	padding-bottom: 115px;
    font-size: 16px;
}

.promo_block > .width:after{
	content: '';
	width: 826px;
	height: 421px;
	background: url('images/cat_promo.png') no-repeat;
	position: absolute;
	right: -75px;
	bottom: 100px;
	z-index: -1;
}

.promo_block p + p {
    margin-top: 10px;
}

.promo_block .btn{
	max-width: 210px;
}

.promo_btn {
    margin-top: 30px;
}

.promo_btn + p {
    margin-top: 20px;
}

.etk_block .width:after{
	content: '';
	width: 399px;
	height: 163px;
	background: url('images/cat_list.png') no-repeat;
	position: absolute;
	left: -24px;
    bottom: 26px;
}

.etk_block h2{
	color: #ffffff;
}

.etk_circle{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #ffde01;
	margin-right: 13px;
	margin-top: 5px;
	border: 2px solid #ffde01;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.etk_list {
    margin-top: 12px;
    margin-left: 34px;
}

.etk_list li{
	display: flex;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 25px;
    line-height: 1.45;
}

.advantages_block .width:after{
	content: '';
	width: 210px;
	height: 131px;
	background: url('images/cat_adv.png') no-repeat;
	position: absolute;
	right: -100px;
    bottom: -46px;
}

.advantages_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.advantages_item{
	flex-shrink: 0;
	background-color: #ffffff;
	padding:25px 20px 0;
	flex-grow: 1;
	width: 100%;
	max-width: 328px;
	min-height: 230px;
	margin: 0 10px 20px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.advantages_img{
	height: 80px;
	width: 100%;
	margin-bottom: 22px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.advantages_text{
	font-size: 13px;
	color: #839096;
	text-align: center;
}

.advantages_text_long{
	margin-top: -10px;
}

.tariff_item{
	background-color: #dde0e4;
	height: 100%;
	border-radius: 5px;
	padding: 12px 30px 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.tariff_advantege_list li {
    position: relative;
    list-style-image: none;
	list-style-type: none;
	line-height: 1.5;
	margin-bottom: 10px;
    padding-left: 12px;
}

.tariff_advantege_list li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #323638;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 3px;
    top: 9px;
}

.tariff_btn {
    justify-self: flex-end;
	margin-top: auto;
	padding-top: 15px;
}

.tariff_free {
    width: 100%;
    max-width: 328px;
}

.tariff_free .btn {
    max-width: 190px;
}

.tariff_free:after{
	content: '';
	width: 155px;
	height: 177px;
	background: url('images/cat_tariff_free.png') no-repeat;
	position: absolute;
	right: -55px;
	bottom: 0;
}

.tariffs_block .col_left {
	width: 415px;
}

.tariffs_block .col_right {
    width: 100%;
}

.tariff_price {
	font-size: 30px;
	line-height: 1.2;
}

.tariff_comfort .btn {
    max-width: 250px;
}

.tariff_comfort:after{
	content: '';
	width: 348px;
	height: 170px;
	background: url('images/cat_tariff_comfort.png') no-repeat;
	position: absolute;
	right: -35px;
	bottom: 0;
}

.tariff_note {
    font-size: 13px;
    margin-top: 16px;
    line-height: 1.6;
}

.warranty_block {
    padding-bottom: 100px;
}

.warranty_block > .width:after{
	content: '';
	width: 198px;
	height: 179px;
	background: url('images/cat_warranty.png') no-repeat;
	position: absolute;
	left: 410px;
    bottom: -100px;
}

.warranty_block .col_left {
    width: 600px;
	padding-right:0
}

.warranty_block h2{
	color: #ffffff;
}

.warranty_list {
    font-size: 14px;
}

.warranty_list li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

.warranty_icon {
    margin-right: 10px;
    margin-top: 5px;
}

.warranty_video img{
	max-width:100%;
	height:auto;
}

.warranty_video{
	position:relative;
	cursor:pointer;
}

.warranty_video:after{
	content:'';
	width:63px;
	height:45px;
	background:url('images/youtube_icon.png') no-repeat;
	z-index:2;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0.6;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.warranty_video:hover:after{
	opacity:1;
}

form {
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
    padding: 40px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.form-group {
    position: relative;
    height: 38px;
    margin-bottom: 20px;
}

input[type="text"], 
input[type="email"] {
    border: 1px solid #ced0d9;
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 13px;
    font-family: "OpenSans";
	color: #323638;
	outline: none;
}

.focus input[type="text"], 
.focus input[type="email"]{
	border-color:#3e4447;
}

.placeholder {
	position: absolute;
	font-size: 12px;
	color: #aaabb2;
	width: 100%;
	height: 38px;
	line-height: 38px;
	top: 0;
	left: 0;
	padding-left: 10px;
	cursor: text;
	transition:top .1s, left .1s;
	-webkit-transition:top .1s, left .1s;
	-moz-transition:top .1s, left .1s;
	-o-transition:top .1s, left .1s;
	-ms-transition:top .1s, left .1s;
}

.focus .placeholder {
	top: -28px;
	left: -10px;
}

label.error{
	font-size: 12px;
	color: #e2474b;
	position: absolute;
    left: 0;
    top: -18px;
}

.focus label.error{
	display: none;
}

.focus label.error + .placeholder{
	display: none;
}

.form-oferta {
    font-size: 12px;
	height: auto !important;
}

.form-oferta input {
    margin: 0;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.form-btn {
    margin-top: 30px;
}

.form-btn .btn {
    margin: 0 auto;
    max-width: 210px;
}

.form_block .col_right {
    padding-left: 45px;
}

.attention_title {
    font-size: 30px;
    margin-top: -3px;
    line-height: 1;
}

.attention p + p{
	margin-top: 13px;
}

.attention p.attention_bottom {
    margin-top: 36px;
}

.form_block {
    padding-bottom: 75px;
}

.form_block > .width:after{
	content: '';
	width: 213px;
	height: 139px;
	background: url('images/cat_form.png') no-repeat;
	position: absolute;
	right: 150px;
    bottom: -75px;
}

footer{
	color: #839096;
	padding: 20px 0;
}

footer .d-flex{
	align-items: center;
}

footer .logo{
	margin-right: 20px;
}

footer .copy{
	margin-left: auto;
	font-size: 12px;
}

.modal-header {
    text-align: right;
	padding-top:0;
	padding-bottom:0;
}

.modal-header button.close {
    background: none;
    border: none;
    font-size: 40px;
    width: 50px;
    margin-top: 0;
    padding: 0;
	outline:none;
}

.form-info {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex-direction: row-reverse;
	font-size: 14px;
}

.form-info  input[type="checkbox"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	position: absolute;
	left: -9999px;
	top: 0;
	cursor: pointer;
}

.form-info .showCheck {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: auto;
	margin-right: 10px;
	position: relative;
	width: 20px;
	white-space: normal;
	line-height: 1.1em;
	cursor: pointer;
}

.form-info .showCheck i {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	background: #FBDB00;
	border: 1px solid #FBDB00;
	border-radius: 4px;
	position: relative;
}

.form-info .showCheck i:after {
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	border-right: 3px solid #212121;
	border-bottom: 3px solid #212121;
	transform: rotate(45deg);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 3px;
}

.form-info .showCheck.disable i {
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.form-info .showCheck.disable i:after{
	display: none;
}

.form-info .showCheck label.error {
	position: static;
	white-space: nowrap;
	padding-left: 30px;
	padding-top: 22px;
	margin-top: auto;
}

.invalid{
	display: none;
	position: absolute;
    left: 0;
    top: 100%;
    font-size: 10px;
    color: red;
}

._error .invalid{
	display: block;
}

#popup{
	display: none;
}

#popup.showed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#popup:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.5;
	z-index: 1;
}

.popup-wrapper {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    max-width: 500px;
}


@media all and (max-width:1280px){
	.advantages_block .width:after{
		right:0;
	}

	.promo_block > .width:after{
		right: 0;
	}
}

@media all and (max-width:1100px){
	.tariff_comfort:after{
		right: 0;
		width: 273px;
		height: 133px;
		background-size: contain;
	}

	.etk_block .width:after{
		left: 15px;
	}
}

@media all and (max-width:1024px){

}

@media all and (max-width:992px){
	.width:after {
		display: none !important;
	}
	.tariff_comfort:after{
		display: none;
	}
	.tariff_free:after{
		display: none;
	}

	.row{
		flex-direction: column;
	}

	.col {
		width: 100% !important;
	}

	h2 br,
	li br{
		display: none;
	}

	.etk_list{
		margin-left: 0;
	}

	.etk_list li:last-child{
		margin-bottom: 0;
	}

	.tariff_free{
		max-width: none;
	}

	.tariffs_block .col_left{
		margin-bottom: 20px;
	}

	.warranty_block{
		padding-bottom: 46px;
	}

	.warranty_block .col_right ul li:last-child{
		margin-bottom: 0;
	}
	
	.warranty_video{
		text-align:center;
		margin-top:20px;
	}

	.attention{
		margin-top: 20px;
	}

	.form_block .col_right{
		padding-left: 15px;
	}

	.form_block{
		padding-bottom: 46px;
	}
}

@media all and (max-width:768px){
	header .d-flex{
		flex-wrap: wrap;
	}

	nav {
		width: 100%;
		order: 3;
		justify-content: space-around;
    	margin-top: 40px;
	}

	nav a {
		margin: 0 10px;
	}

	footer .d-flex{
		flex-wrap: wrap;
	}

	footer .copy{
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	
	.video_wrap{
		position:relative;
		padding-bottom:56.25%;
		padding-top:30px;
		height:0;
		overflow:hidden;
		width:auto;
	}

	.video_wrap iframe,
	.video_wrap object,
	.video_wrap embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
}

@media all and (max-width:500px){
	nav {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 10px;
	}

	nav a {
		margin: 10px 40px;
		min-width: 120px;
		text-align: center;
	}

	.promo_block > .width{
		padding-top: 15px;
	}
}

@media all and (max-width:576px){
	h1{
		font-size: 38px;
		line-height: 1.3;
		margin-bottom: 40px;
	}

	h1:first-letter {
		letter-spacing: -5px;
	}

	.promo_block br{
		display: none;
	}

	h2{
		font-size: 32px;
	}

	.section{
		padding: 30px 0 !important;
	}

	.promo_block > .width {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.form-group{
		min-height: 38px;
		height: auto;
	}

	label.error {
		display: block !important;
		position: static;
	}
}