

/* Start:/local/templates/jetto/template_styles.css?175888562899028*/
@font-face {font-display: swap; font-family: 'BrutalType'; src: local('BrutalType'), url(/fonts/BrutalType-Thin.woff2) format('woff2'), url(/fonts/BrutalType-Thin.woff) format('woff'); font-weight: 200; font-style: normal;}
@font-face {font-display: swap; font-family: 'BrutalType'; src: local('BrutalType'), url(/fonts/BrutalType-Light.woff2) format('woff2'), url(/fonts/BrutalType-Light.woff) format('woff'); font-weight: 300; font-style: normal;}
@font-face {font-display: swap; font-family: 'BrutalType'; src: local('BrutalType'), url(/fonts/BrutalType-Regular.woff2) format('woff2'), url(/fonts/BrutalType-Regular.woff) format('woff'); font-weight: 400; font-style: normal;}
@font-face {font-display: swap; font-family: 'BrutalType'; src: local('BrutalType'), url(/fonts/BrutalType-Medium.woff2) format('woff2'), url(/fonts/BrutalType-Medium.woff) format('woff'); font-weight: 500; font-style: normal;}
@font-face {font-display: swap; font-family: 'BrutalType'; src: local('BrutalType'), url(/fonts/BrutalType-Bold.woff2) format('woff2'), url(/fonts/BrutalType-Bold.woff) format('woff'); font-weight: 700; font-style: normal;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}input,textarea{box-shadow:none;-webkit-appearance:none;border-radius:0}svg path{fill:currentColor;stroke-width:0}button{border:0;background:0;padding:0;color:#fff;cursor: pointer;}button:focus{outline:none;}

/* ===GLOBAL=== */

body
{
	font: 300 18px/25px 'BrutalType', sans-serif;
	-webkit-text-size-adjust:100%;
	color: #fff;
	background: #131e41 url(/images/bg_hero.jpg) 50% -150px no-repeat;
}

.clear {clear: both;}

a, a:visited
{
	color: #fff;
	text-decoration: none;
	transition: color .2s ease;
}

a:hover {text-decoration: none;}

.container
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
}

.container--visible {overflow: visible;}

.flex
{
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {

	body
	{
		font: 300 15.5px/20px 'BrutalType', sans-serif;
		background-position: 50% 0;
		background-size: 600px;
	}

	.container
	{
		width: 100%;
		min-width: 320px;
		max-width: 375px;
		padding: 0 10px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	body
	{
		font: 300 15.5px/20px 'BrutalType', sans-serif;
		background-position: 50% -25px;
		background-size: 1000px;
	}

	.container {width: 720px;}

}

/* ===INPUTS=== */

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"]
{
	font: 300 14px 'BrutalType';
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	background: none;
	border: none;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 0 16px 0 36px;
	color: #fff;
	transition: all .2s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="email"]:focus
{
	border-color: rgba(255,255,255,.6);
	outline: none;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="email"]::placeholder
{
	color: #fff;
	opacity: 1;
}

input.error {border-bottom-color: #d71117 !important;}

input.input--from
{
	/*background: url(/images/icon_from.svg) 12px 50% no-repeat;
	background-size: 12px 12px;*/
	background: url(/images/icon_to.svg) 11px 50% no-repeat;
	background-size: 14px 18px;
}

input.input--to
{
	background: url(/images/icon_to.svg) 11px 50% no-repeat;
	background-size: 14px 18px;
}

input.input--date
{
	background: url(/images/icon_date.svg) 10px 50% no-repeat;
	background-size: 16px 16px;
}

input.input--ppl
{
	background: url(/images/icon_ppl.svg) 10px 50% no-repeat;
	background-size: 17px 16px;
}

input.input--name
{
	background: url(/images/icon_name.svg) 10px 50% no-repeat;
	background-size: 15px 17px;
}

input.input--phone
{
	background: url(/images/icon_phone.svg) 10px 50% no-repeat;
	background-size: 16px 16px;
}

input.input--question
{
	background: url(/images/icon_question.svg) 10px 50% no-repeat;
	background-size: 16px 16px;
}

.submit
{
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.submit button,
.submit input[type="submit"]
{
	font: 500 18px/70px 'BrutalType';
	width: 100%;
	height: 70px;
	color: #fff;
	position: relative;
	background: none;
	display: block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 70px 0 0;
	border: 0;
	z-index: 1;
}

.submit-icon,
.reload-icon
{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0; right: 0;
	box-sizing: border-box;
	background: #174fca;
	border-radius: 50%;
	color: #fff;
	transition: .4s all ease;
}

.submit-icon svg
{
	position: absolute;
	width: 30px;
	height: 28px;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.reload-icon svg
{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.submit button:hover+.submit-icon,
.submit input[type="submit"]:hover+.submit-icon,
.submit button:hover+.reload-icon,
.submit input[type="submit"]:hover+.reload-icon
{
	background: #fff;
	color: #174fca;
}

@media (max-width: 1219px) {

	.submit button:hover+.submit-icon,
	.submit input[type="submit"]:hover+.submit-icon,
	.submit button:hover+.reload-icon,
	.submit input[type="submit"]:hover+.reload-icon
	{
		background: #174fca;
		color: #fff;
	}

}

@media (max-width:767px) {

	input[type="text"],
	input[type="tel"],
	input[type="date"],
	input[type="email"]
	{
		border: 1px solid rgba(255,255,255,.2);
		border-radius: 10px;
	}

	input.error {border-color: #d71117 !important;}

	.submit button,
	.submit input[type="submit"]
	{
		font: 500 22px/70px 'BrutalType';
		padding: 0 26px 0 0;
		text-align: center;
	}

	.submit-icon,
	.reload-icon
	{
		width: 26px;
		right: calc(50% - 85px);
		background: none;
	}

	.submit-icon svg
	{
		width: 26px;
		height: 23px;
	}
	
	.reload-icon svg
	{
		width: 26px;
		height: 26px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	input[type="text"],
	input[type="tel"],
	input[type="date"],
	input[type="email"]
	{
		font: 300 12px 'BrutalType';
		width: 100%;
		height: 30px;
		padding: 0 16px 0 26px;
	}

	input.input--from
	{
		/*background-position: 6px 50%;
		background-size: 8px 8px;*/
		background-position: 6px 50%;
		background-size: 10px 14px;
	}

	input.input--to
	{
		background-position: 6px 50%;
		background-size: 10px 14px;
	}

	input.input--date
	{
		background-position: 6px 50%;
		background-size: 12px 12px;
	}

	input.input--ppl
	{
		background-position: 6px 50%;
		background-size: 11px 13px;
	}
	
	input.input--name
	{
		background-position: 6px 50%;
		background-size: 11px 13px;
	}

	input.input--phone
	{
		background-position: 6px 50%;
		background-size: 12px 12px;
	}

	input.input--question
	{
		background-position: 6px 50%;
		background-size: 12px 12px;
	}

	.submit {height: 40px;}

	.submit button,
	.submit input[type="submit"]
	{
		font: 500 13px/40px 'BrutalType';
		height: 40px;
		padding: 0 40px 0 0;
	}

	.submit-icon,
	.reload-icon
	{
		width: 40px;
		height: 40px;
	}

	.submit-icon svg
	{
		width: 18px;
		height: 17px;
	}
	
	.reload-icon svg
	{
		width: 18px;
		height: 18px;
	}

}

/* ===HEADER=== */

.header
{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0; top: 55px;
	z-index: 10;
}

.header__logo
{
	width: 83px;
	height: 28px;
	margin: 0 0 0 100px;
	padding: 10px 0 12px;
	float: left;
}

.header__logo img
{
	width: 83px;
	height: 28px;
}

.header__desc
{
	font: 400 10px/10px 'BrutalType';
	margin: 0 0 0 15px;
	border-left: 1px solid rgba(255,255,255,.1);
	padding: 14px 0 16px 14px;
	float: left;
}

.header__plane
{
	font: 500 13px/30px 'BrutalType';
	margin: 0 0 0 40px;
	padding: 10px 0;
	float: left;
}

.header__consult
{
	font: 500 13px/30px 'BrutalType';
	margin: 0 0 0 95px;
	padding: 10px 0;
	float: left;
}

.header__phone
{
	font: 500 14.5px/25px 'BrutalType';
	float: right;
	margin: 0 100px 0 0;
}

.header__phone div {overflow: hidden;}
.header__phone div a {float: left;}

.header__whatsapp
{
	width: 25px;
	height: 25px;
	display: block;
	background: url(/images/icon_whatsapp.svg) center no-repeat;
	background-size: 20px 20px;
	margin: 0 0 0 5px;
	float: left;
}

@media (max-width:349px) {

	.header__whatsapp {display: none;}

}

@media (max-width:767px) {

	.header {top: 25px;}
	.header__logo {margin: 0;}

	.header__desc
	{
		margin: 0 0 0 10px;
		padding: 14px 0 16px 9px;
	}

	.header__plane {display: none;}
	.header__consult {display: none;}
	.header__phone {margin: 0;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.header {top: 35px;}

	.header__logo {margin: 0;}

	.header__plane
	{
		font: 500 11px/30px 'BrutalType';
		margin: 0 0 0 60px;
	}

	.header__consult
	{
		font: 500 11px/30px 'BrutalType';
		margin: 0 0 0 40px;
	}

	.header__phone {margin: 0;}

}

/* ===FORM=== */

.form__top
{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}

.form__box {position: relative;}
.form__box--padding {padding: 0 0 42px;}

.form__add
{
	display: block;
	overflow: hidden;
	width: 80px;
	position: absolute;
	left: 12px; bottom: 0;
	cursor: pointer;
}

.form__backroute
{
	position: absolute;
	left: 12px; bottom: 0;
}

.form__add-icon
{
	width: 22px;
	height: 22px;
	float: left;
	background: #174fca;
	border-radius: 50%;
	position: relative;
	transition: .4s all ease;
}

.form__add-icon svg
{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	transition: .4s all ease;
}

.form__add-text
{
	font: 400 10px/22px 'BrutalType';
	float: right;
}

.form__add:hover .form__add-icon
{
	background: #fff;
	color: #174fca;
}

.form__cell {position: relative;}

input.form__input
{
	width: 175px;
	display: block;
	margin-top: 15px;
}

.form__cell+.form__cell,
input.form__input+input.form__input {margin-left: 20px;}

.form__locpoint
{
	font: 400 12px/22px 'BrutalType';
	position: absolute;
	left: 36px; top: 0;
	width: 123px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form__suggestion
{
	width: 270px;
	max-height: 270px;
	background: #a1a5b3;
	position: absolute;
	top: 54px; left: 0;
	color: #131e41;
	z-index: 99;
	overflow-y: auto;
	display: none;
}

.form__suggestion.is-visible {display: block;}

.form__suggestion li
{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	transition: .2s all ease;
	cursor: pointer;
}

.form__suggestion li:hover {background: #fff;}

.form__airport
{
	font: 300 18px/25px 'BrutalType';
	height: 28px;
	overflow: hidden;
}

.form__location
{
	font: 300 14.5px/20px 'BrutalType';
	height: 22px;
	overflow: hidden;
}

.form__holder {margin: 0 0 0 20px;}

.form__button
{
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 70px;
	text-align: left;
	margin: 0 0 0 20px;
}

.form__button.used {display: none;}

.form__hidden
{
	height: 100px;
	overflow: hidden;
	transition: .4s all ease;
}

.form__bottom
{
	overflow: hidden;
	width: 100%;
	height: auto;
}

.form__bottom input.form__input {width: 370px;}
.form__bottom.form__bottom--calc input.form__input {width: 272.5px;}

.form__price
{
	font: 300 25px/40px 'BrutalType';
	width: 175px;
	margin: 15px 0 0 20px;
	text-align: center;
}

.form__disclaimer
{
	font: 300 10px/10px 'BrutalType';
	margin: 20px 0 0;
}

.form__result
{
    padding: 0;
	color: #fff;
	display: none;
}

.form__success
{
	font: 300 40px/60px 'BrutalType';
	position: relative;
	text-align: center;
	margin: 60px 0 30px;
}

.form__success span
{
	display: inline-block;
	background: url(/images/icon_check.svg) left no-repeat;
	background-size: 60px 60px;
	padding: 0 0 0 80px;
}

.form__text
{
	font: 300 20px/25px 'BrutalType';
	color: rgba(255,255,255,.5);
	text-align: center;
}

@media (max-width:767px) {

	.form__box {margin: 0 0 22px;}

	input.form__input
	{
		width: 100%;
		margin-top: 10px;
		float: none;
	}
	
	.form__cell
	{
		width: 100%;
		float: none;
	}

	input.form__input+input.form__input,
	.form__cell+.form__cell {margin-left: 0;}
	
	.form__suggestion
	{
		width: 100%;
		top: 50px;
		border-radius: 10px;
	}

	.form__holder
	{
		float: none;
		margin: 0;
	}
	
	.form__holder input.form__input
	{
		width: calc(50% - 5px);
		float: left;
	}

	.form__locpoint
	{
		width: 60%;
		left: auto;
		right: 17px;
		top: 10px;
		text-align: right;
		font: 300 14px/40px 'BrutalType';
	}
	
	.form__holder input.form__input+input.form__input {margin-left: 10px;}

	.form__button
	{
		float: none;
		width: 100%;
		margin: 25px 0 0 0;
		background: #174fca;
		border-radius: 10px;
	}

	.form__hidden {height: 255px;}
	.form__bottom input.form__input,
	.form__bottom.form__bottom--calc input.form__input {width: 100%;}
	.form__disclaimer {font: 300 13px/15px 'BrutalType';}

	.form__price
	{
		width: 100%;
		margin-left: 0;
	}

	.form__success
	{
		font: 300 25px/28px 'BrutalType';
		margin: 30px 0 10px;
	}

	.form__success span
	{
		background: none;
		padding: 0;
	}
	
	.form__text {font: 300 16px/18px 'BrutalType';}

}

@media (min-width:768px) and (max-width: 1219px) {

	.form__top {margin: 10px 0 0;}
	.form__holder {margin: 0 0 0 15px;}

	input.form__input
	{
		width: 125px;
		display: block;
		margin-top: 15px;
		float: left;
	}

	.form__locpoint
	{
		font: 400 10px/20px 'BrutalType';
		left: 26px;
		width: 83px;
	}

	input.form__input+input.form__input,
	.form__cell+.form__cell {margin-left: 15px;}
	.form__suggestion {top: 44px;}

	.form__button
	{
		width: 125px;
		height: 40px;
		margin: 10px 0 0 20px;
	}

	.form__hidden {height: 80px;}
	.form__bottom input.form__input {width: 265px;}
	.form__bottom.form__bottom--calc input.form__input {width: 195px;}

	.form__price
	{
		font: 400 20px/30px 'BrutalType';
		width: 125px;
		margin-left: 15px;
	}

	.form__success
	{
		font: 300 32px/50px 'BrutalType';
		margin: 40px 0 20px;
	}

	.form__success span
	{
		background-size: 50px 50px;
		padding: 0 0 0 70px;
	}

}

/* ===HERO=== */

.hero
{
	width: 100%;
	height: auto;
}

.hero__header
{
	font: 400 10px/12px 'BrutalType';
	margin: 230px 0 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 34px;
}

.hero__logo
{
	width: 366px;
	height: 115px;
	margin: 120px auto 0;
	position: relative;
	z-index: 2;
}

.hero__logo img
{
	width: 100%;
	height: 100%;
}

.hero__button
{
	display: block;
	width: 180px;
	height: 180px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.4);
	margin: -45px auto 0;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: .4s all ease;
	z-index: 1;
	color: #fff;
}

.hero__button svg
{
	width: 40px;
	height: 45px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.hero__button:hover
{
	border-color: #174fca;
	background: #174fca;
}

.hero__form {margin: 0 100px;}
.hero__form-header {font: 400 9px/10px 'BrutalType';}

@media (max-width: 1219px) {
	
	.hero__button:hover
	{
		border-color: rgba(255,255,255,.4);
		background: transparent;
	}
	
}

@media (max-width:767px) {

	.hero__header {display: none;}

	.hero__logo
	{
		width: 160px;
		height: 50px;
		margin: 230px auto 0;
	}

	.hero__button {display: none;}
	.hero__form {margin: 50px 0 0;}

	.hero__form-header
	{
		font: 400 12px/15px 'BrutalType';
		text-align: center;
		color: rgba(255,255,255,.6);
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.hero__header
	{
		font: 400 5px/12px 'BrutalType';
		margin: 150px 0 0 0;
		letter-spacing: 18px;
	}

	.hero__logo
	{
		width: 220px;
		height: 70px;
		margin: 60px auto 0;
	}

	.hero__button
	{
		width: 110px;
		height: 110px;
		margin: -15px auto 0;
	}

	.hero__button svg
	{
		width: 24px;
		height: 27px;
	}

	.hero__form {margin: 5px 0 0;}
	.hero__form-header {font: 400 9px/10px 'BrutalType';}

}

/* ===MAIN=== */

.main
{
	width: 100%;
	height: auto;
}

.main__video {padding: 70px 0 0;}

.main__video-header
{
	font: 400 10px/12px 'BrutalType';
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 34px;
	color: rgba(255,255,255,.4);
}

.main__video-container
{
	width: 100%;
	height: 550px;
	background: #242e52;
	margin: 40px 0 0;
	position: relative;
}

.main__video-container video
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.main__video-overlay
{
	position: absolute;
	left: 100px; bottom: 80px;
}

.main__video-text
{
	font: 500 70px/56px 'BrutalType';
	margin: 0 0 20px;
}

.main__video-addit
{
	font: 400 13.5px/20px 'BrutalType';
	color: rgba(255,255,255,.6);
}

.main__miles
{
	margin: 145px 0 0;
	height: 150px;
	text-align: center;
}

.main__miles-text
{
	font: 300 18px/20px 'BrutalType';
	margin: 0 0 10px;
}

.main__miles-num
{
	display: inline-block;
	font: 700 92px/100px 'BrutalType';
	height: 120px;
	padding: 0 25px 0 0;
	position: relative;
}

.main__miles-num::after
{
	content: 'MILES';
	font: 500 8px/10px 'BrutalType';
	position: absolute;
	right: 0; top: 25px;
}

@media (max-width:767px) {

	.main__video {display: none;}

	.main__miles
	{
		margin: 40px 0 0;
		height: 80px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}

	.main__miles-text
	{
		font: 300 14px/15px 'BrutalType';
		margin: 0 0 5px;
	}

	.main__miles-num
	{
		font: 700 36px/40px 'BrutalType';
		height: 50px;
		padding: 0;
	}

	.main__miles-num::after {display: none;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.main__video {padding: 50px;}

	.main__video-header
	{
		font: 400 5px/12px 'BrutalType';
		letter-spacing: 18px;
	}

	.main__video-container
	{
		height: 380px;
		margin: 25px 0 0;
	}

	.main__video-overlay
	{
		position: absolute;
		left: 30px; bottom: 30px;
	}

	.main__video-text
	{
		font: 500 45px/35px 'BrutalType';
		margin: 0 0 15px;
	}

	.main__video-addit {font: 400 11.5px/20px 'BrutalType';}

	.main__miles
	{
		margin: 90px 0 0;
		height: 150px;
		text-align: center;
	}

	.main__miles-text
	{
		font: 300 14px/15px 'BrutalType';
		margin: 0 0 5px;
	}

	.main__miles-num
	{
		font: 700 56px/60px 'BrutalType';
		height: 70px;
		padding: 0 20px 0 0;
	}

	.main__miles-num::after
	{
		font: 500 6px/10px 'BrutalType';
		top: 15px;
	}

}

/* ===COLUMNS=== */

.columns {overflow: hidden;}

.columns__left
{
	float: left;
	width: 450px;
	min-height: 1px;
}

.columns__left-menu {font: 300 28px/48px 'BrutalType';}

.columns__left-menu li span
{
	color: rgba(255,255,255,.25);
	cursor: pointer;
	transition: .4s all ease;
}

.columns__left-menu li.selected span,
.columns__left-menu li span:hover {color: #fff;}

.columns__right
{
	float: left;
	width: 450px;
	min-height: 650px;
	margin: 0 0 0 130px;
}

.columns__right-header
{
	width: 590px;
	font: 400 9px/10px 'BrutalType';
	box-sizing: border-box;
	padding: 0 0 19px 15px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.columns__right-tab
{
	display: block;
	margin: 0 15px;
	position: relative;
}

.columns__right-tab li
{
	display: block;
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
	transition: .4s all ease;
}

.columns__right-tab li.selected
{
	opacity: 1;
	z-index: 1;
}

.columns__right-subheader
{
	font: 400 45px/45px 'BrutalType';
	width: 420px;
}

.columns__right-text
{
	font: 300 17.5px/25px 'BrutalType';
	width: 300px;
	margin: 30px 0 0;
	color: rgba(255,255,255,.6);
}

@media (max-width: 1219px) {

	.columns__left-menu li span:hover {color: rgba(255,255,255,.25);}
	.columns__left-menu li.selected span:hover {color: #fff;}

}

@media (max-width:767px) {

	.columns__left {display: none;}

	.columns__right
	{
		float: none;
		width: 100%;
		min-height: auto;
		margin: 0;
	}

	.columns__right-header {display: none;}

	.columns__right-tab
	{
		display: block;
		margin: 0;
		position: relative;
	}

	.columns__right-tab li
	{
		display: none;
		position: relative;
	}

	.columns__right-tab li.selected
	{
		display: block;
	}

	.columns__right-subheader
	{
		font: 400 26.5px/35px 'BrutalType';
		width: 100%;
	}
	
	.columns__right-subheader br {display: none;}

	.columns__right-text
	{
		font: 300 15.5px/20px 'BrutalType';
		width: 100%;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.columns__left {width: 345px;}
	.columns__left-header {margin: 0 0 15px;}
	.columns__left-menu {font: 300 23px/36px 'BrutalType';}

	.columns__right
	{
		width: 345px;
		min-height: 450px;
		margin: 0;
	}

	.columns__right-header
	{
		width: 345px;
		padding: 0 10px 14px;
	}

	.columns__right-tab
	{
		margin: 30px 10px 0;
		position: relative;
	}

	.columns__right-subheader
	{
		font: 400 25px/25px 'BrutalType';
		width: 220px;
	}

	.columns__right-text
	{
		font: 300 15.5px/20px 'BrutalType';
		width: 220px;
	}

}

/* ===ABOUT=== */

.about
{
	width: 100%;
	margin: 75px 0 0;
	background: url(/images/bg_columns.jpg) 50% 250px no-repeat;
	position: relative;
}

.about__terminal
{
	position: absolute;
	left: 100px; top: 0;
}

.about__vnukovo
{
	position: absolute;
	left: 610px; top: 0;
}

.about__slider
{
	width: 100%;
	height: 500px;
	box-sizing: border-box;
	position: relative;
	margin: 615px 0 0;
	padding: 0 85px;
}

.about__slider-box
{
	width: 1000px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.about__slider-item
{
	width: 1000px;
	height: 500px;
	position: relative;
	float: left;
}

.about__slider-bg
{
	width: 1000px;
	height: 500px;
	background: #242e52;
	position: absolute;
	left: 0; top: 0;
}

.about__slider-bg img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__slider-content
{
	position: absolute;
	left: 30px; bottom: 110px;
	width: 470px;
	box-sizing: border-box;
	z-index: 1;
}

.about__slider-text {font: 400 28px/35px 'BrutalType';}

.about__slider-button
{
	width: 85px;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	transition: .4s all ease;
}

.about__slider-button--prev {left: 0;}
.about__slider-button--next {right: 0;}

.about__slider-button button
{
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 50%;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	transition: .4s all ease;
}

.about__slider-button button svg
{
	width: 16px;
	height: 14px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.about__slider-button:hover {background: #174fca;}
.about__slider-button:hover button {border-color: rgba(255,255,255,.2);}

.about__slider-pagination
{
	position: absolute;
	left: 115px; bottom: 70px;
	z-index: 1;
}

.about__slider-pagination a
{
	display: block;
	width: 4px;
	height: 4px;
	background: rgba(255,255,255,.2);
	border-radius: 50%;
	float: left;
	transition: .4s all ease;
}

.about__slider-pagination a+a {margin: 0 0 0 15px;}
.about__slider-pagination a.selected {background: #fff;}
.about__slider-pagination a span {display: none;}

@media (max-width:767px) {
	
	.about
	{
		margin: 40px 0 0;
		background-size: 700px;
		background-position: 50% 250px;
	}

	.about__slider
	{
		height: 320px;
		margin: 400px 0 0;
		padding: 0;
	}

	.about__slider-box,
	.about__slider-item,
	.about__slider-bg
	{
		width: 100%;
		height: 295px;
	}

	.about__slider-bg
	{
		width: 100%;
		height: 175px;
		position: relative;
	}

	.about__slider-content
	{
		position: relative;
		left: 0; bottom: 0;
		width: 100%;
		margin: 20px 0 0;
		padding: 0 15px;
	}

	.about__slider-text {font: 300 16px/20px 'BrutalType';}
	.about__slider-button {display: none !important;}

	.about__slider-pagination
	{
		position: relative;
		left: 0; bottom: 0;
		overflow: hidden;
		margin: 20px 0 0;
		padding: 0 15px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.about
	{
		margin: 10px 0 0;
		background-size: 1000px;
	}

	.about__addit {display: none;}

	.about__slider
	{
		height: 345px;
		margin: 400px 0 0;
		padding: 0;
	}

	.about__slider-box,
	.about__slider-item,
	.about__slider-bg
	{
		width: 690px;
		height: 345px;
	}

	.about__slider-content
	{
		position: absolute;
		left: 30px; bottom: 70px;
		width: 320px;
		z-index: 1;
	}

	.about__slider-text
	{
		font: 400 19px/25px 'BrutalType';
		margin: 10px 0 0;
	}

	.about__slider-button {display: none !important;}
	.about__slider-pagination {left: 30px; bottom: 40px;}

}

/* ===AVIA=== */

.avia
{
	width: 100%;
	background: url(/images/bg_avia.jpg) 50% 135px no-repeat;
	position: relative;
}

.avia__header
{
	font: 500 92px/100px 'BrutalType';
	text-align: center;
	margin: 130px 0 75px;
}

.columns__left-avia
{
	font: 300 16px/24px 'BrutalType';
	color: rgba(255,255,255,.8);
	width: 220px;
}

.columns__right-avia
{
	font: 400 40px/43px 'BrutalType';
	padding: 0 15px;
}

.avia__logo
{
	width: 250px;
	position: absolute;
	left: 460px;
	top: 1100px;
}

.avia__symbol
{
	width: 250px;
	height: 78px;
}

.avia__desc
{
	font: 400 10px/10px 'BrutalType';
	margin: 10px 0 0 130px;
}

@media (max-width:767px) {

	.avia
	{
		background-position: 50% 150px;
		background-size: 600px;
	}

	.avia__header
	{
		font: 500 60px/60px 'BrutalType';
		margin: 60px 0 25px;
		text-align: left;
	}

	.columns__right-avia
	{
		font: 300 25px/28px 'BrutalType';
		padding: 0;
		margin: 0;
	}

	.avia__logo
	{
		width: 160px;
		position: absolute;
		left: calc(50% - 80px);
		top: 510px;
	}

	.avia__symbol
	{
		width: 160px;
		height: 50px;
	}

	.avia__desc
	{
		font: 400 10px/10px 'BrutalType';
		margin: 10px 0 0;
		text-align: center;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.avia
	{
		background-position: 50% 260px;
		background-size: 1000px;
	}

	.avia__header
	{
		font: 500 60px/70px 'BrutalType';
		margin: 80px 0 50px;
	}

	.columns__left-avia
	{
		font: 300 12px/15px 'BrutalType';
		width: 150px;
	}

	.columns__right-avia
	{
		font: 400 27px/32px 'BrutalType';
		padding: 0 10px;
		margin: 25px 0 0;
	}

	.avia__logo
	{
		width: 150px;
		left: 285px;
		top: 790px;
	}

	.avia__symbol
	{
		width: 150px;
		height: 47px;
	}

	.avia__desc {margin: 10px 0 0 50px;}

}

/* ===PLANES=== */

.planes
{
	margin: 260px 0 0;
	padding: 70px 0 0;
}

.planes__header {font: 300 40px/43px 'BrutalType';}

.planes__slider
{
	width: 100%;
	height: 470px;
	box-sizing: border-box;
	position: relative;
	margin: 30px 0 0 0;
}

.planes__slider-navigation
{
	width: 100%;
	height: 80px;
	font-size: 0;
	text-align: center;
}

.planes__slider-button
{
	width: 80px;
	height: 80px;
	display: inline-block;
	position: relative;
	transition: .4s all ease;
}

.planes__slider-button button
{
	width: 80px;
	height: 80px;
	display: block;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: .4s all ease;
	color: #fff;
}

.planes__slider-button:hover button {border-color: rgba(255,255,255,.1);}

.planes__slider-button button svg
{
	width: 23px;
	height: 21px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.planes__slider-box
{
	width: 100%;
	height: 340px;
	position: relative;
	overflow: hidden;
}

.planes__slider-item
{
	width: 390px;
	height: 200px;
	display: block;
	position: relative;
	padding: 20px 0;
	margin: 0 0 100px;
	background: url(/images/planes_shadow.png) 10px 100% no-repeat;
	float: left;
}

.planes__slider-item--space {margin: 100px 0 0;}

.planes__slider-item::before
{
	content: '';
	position: absolute;
	left: 10px; bottom: 130px;
	border-bottom: 1px solid rgba(255,255,255,.05);
	width: 310px;
	transform: rotate(-45deg);
}

.planes__slider-item::after
{
	content: '';
	position: absolute;
	left: 110px; top: 65px;
	width: 100px;
	height: 100px;
	background: transparent;
	border-radius: 50%;
	transition: .4s all ease;
}

.planes__slider-item:hover::after {background: #174fca;}

.planes__model
{
	font: 400 16px/20px 'BrutalType';
	margin: 0 0 5px;
}

.planes__serial {font: 200 32px/36px 'BrutalType';}

.planes__image
{
	width: 390px;
	position: absolute;
	top: 55px; left: 0;
	z-index: 1;
}

.planes__image img
{
	width: 100%;
	height: 100%;
}

.planes__info
{
	margin: 90px 0 0;
	overflow: hidden;
}

.planes__distance {float: left;}

.planes__range,
.planes__year
{
	font: 400 12px/16px 'BrutalType';
	margin: 0 0 5px;
}

.planes__release
{
	float: left;
	margin: 0 0 0 70px;
}

.planes__addit
{
	font: 400 8px/10px 'BrutalType';
	color: rgba(255,255,255,.3);
}

.planes__capacity
{
	font: 400 12px/16px 'BrutalType';
	float: left;
	margin: 0 0 0 80px;
	padding: 0 35px 0 0;
	position: relative;
}

.planes__capacity::after
{
	content: '';
	width: 18px;
	height: 16px;
	background: url(/images/icon_capacity.svg) center no-repeat;
	background-size: 18px 16px;
	position: absolute;
	right: 0; top: 0;
}

.planes__slider-item button
{
	display: block;
	width: 26px;
	height: 26px;
	background: #174fca;
	border-radius: 50%;
	position: absolute;
	left: 147px; top: 102px;
	z-index: 2;
	transition: .4s all ease;
}

.planes__slider-item:hover button
{
	color: #174fca;
	background: #fff;
}

.planes__slider-item button svg
{
	width: 11px;
	height: 10px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.planes__slider-pagination
{
	width: 870px;
	height: 1px;
	margin: 49px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.planes__slider-pagination a
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.1);
	transition: .2s all ease;
}

.planes__slider-pagination a.selected {background: #fff;}
.planes__slider-pagination a span {display: none;}

@media (max-width: 1219px) {

	.planes__slider-button:hover button {border-color: transparent;}
	.planes__slider-item::after {display: none;}	
	.planes__slider-item:hover::after {background: transparent;}

	.planes__slider-item:hover button
	{
		color: #fff;
		background: #174fca;
	}

}

@media (max-width:767px) {

	.planes
	{
		margin: 360px 0 0;
		padding: 50px 0 0;
	}

	.planes__header
	{
		font: 500 32px/35px 'BrutalType';
		padding: 0 0 15px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}

	.planes__slider
	{
		width: 100%;
		height: 320px;
		margin: 10px 0 0 0;
	}

	.planes__slider-box {height: 210px;}

	.planes__slider-item
	{
		width: 100%;
		height: 190px;
		padding: 10px 0;
		margin: 0;
		background-position: -10px 100%;
	}

	.planes__slider-item--space {margin: 0;}

	.planes__slider-item::before
	{
		content: '';
		position: absolute;
		left: calc(50% - 160px); bottom: 115px;
		border-bottom: 1px solid rgba(255,255,255,.05);
		width: 270px;
		transform: rotate(-45deg);
	}

	.planes__image
	{
		width: 100%;
		top: 50px;
	}

	.planes__info {margin: 75px 0 0;}
	.planes__release {margin: 0 0 0 60px;}
	.planes__capacity {margin: 0 0 0 60px;}
	
	.planes__slider-item button
	{
		left: calc(50% - 50px);
		top: calc(50% - 13px);
	}

	.planes__slider-pagination
	{
		width: 100%;
		margin: 29px auto 0 auto;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.planes {margin: 200px 0 0;}
	.planes__header {font: 300 27px/32px 'BrutalType';}

	.planes__slider
	{
		width: 100%;
		height: 360px;
		margin: 10px 0 0 0;
	}

	.planes__slider-navigation {height: 50px;}

	.planes__slider-button,
	.planes__slider-button button
	{
		width: 50px;
		height: 50px;
	}

	.planes__slider-button button svg
	{
		width: 14px;
		height: 13px;
	}

	.planes__slider-box {height: 280px;}

	.planes__slider-item
	{
		width: 345px;
		height: 190px;
		padding: 10px 0;
		margin: 0 0 70px;
		background-position: -10px 100%;
	}

	.planes__slider-item--space {margin: 70px 0 0;}

	.planes__slider-item::before
	{
		content: '';
		position: absolute;
		left: 10px; bottom: 115px;
		border-bottom: 1px solid rgba(255,255,255,.05);
		width: 270px;
		transform: rotate(-45deg);
	}

	.planes__image
	{
		width: 345px;
		top: 50px;
	}

	.planes__info {margin: 75px 0 0;}
	.planes__release {margin: 0 0 0 60px;}
	.planes__capacity {margin: 0 0 0 60px;}
	.planes__slider-item button {left: 117px; top: 92px;}

	.planes__slider-pagination
	{
		width: 100%;
		margin: 29px auto 0 auto;
	}

}

/* ===ADVANTAGES=== */

.advantages
{
	width: 100%;
	margin: 150px 0 0;
	background: url(/images/bg_advantages.jpg) top no-repeat;
	position: relative;
}

.advantages__header
{
	font: 400 92px/100px 'BrutalType';
	text-align: center;
	margin: 100px 0 90px;
}

.column__right--advantages {min-height: 405px;}
.columns__right-text--advantages {color: rgba(255,255,255,.9);}

.advantages__box
{
	overflow: hidden;
	position: relative;
	padding: 60px 0 0;
}

.advantages__box::after
{
	content: '';
	width: 1070px;
	height: 1px;
	background: rgba(255,255,255,.1);
	position: absolute;
	top: 0; left: 50px;
}

.advantages__column-left
{
	width: 570px;
	float: left;
}

.advantages__column-right
{
	width: 600px;
	float: left;
}

.advantages__item
{
	display: block;
	width: 400px;
	height: 230px;
	position: relative;
	box-sizing: border-box;
}

.advantages__item--time {padding-left: 30px;}

.advantages__item::after
{
	content: '';
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.advantages__item--plane::after
{
	width: 54px;
	height: 35px;
	background-image: url(/images/icon_plane.svg);
	background-size: 54px 35px;
	top: 3px; right: 0;
}

.advantages__item--ops {margin: 50px 0 0;}

.advantages__item--ops::after
{
	width: 42px;
	height: 47px;
	background-image: url(/images/icon_ops.svg);
	background-size: 42px 47px;
	top: 0; right: 6px;
}

.advantages__item--time::after
{
	width: 36px;
	height: 43px;
	background-image: url(/images/icon_time.svg);
	background-size: 36px 43px;
	top: 0; right: 0;
}

.advantages__item--ask
{
	width: 600px;
	height: 310px;
	background: #174fca;
	padding: 130px 0 0;
	transition: .4s all ease;
}

.advantages__item--ask:hover
{
	background: #fff;
	color: #174fca;
}

.advantages__item-icon
{
	width: 21px;
	height: 21px;
	position: absolute;
	top: 42px; right: 50px;
}

.advantages__item-icon svg
{
	display: block;
	width: 100%;
	height: 100%;
}

.advantages__item-text
{
	font: 300 28px/35px 'BrutalType';
	padding: 70px 0 0;
}

.advantages__item-ask
{
	font: 500 43px/50px 'BrutalType';
	text-align: center;
}

@media (max-width: 1219px) {

	.advantages__item--ask:hover
	{
		background: #174fca;
		color: #fff;
	}

}

@media (max-width:767px) {

	.advantages
	{
		margin: 80px 0 0;
		background-size: 600px;
	}

	.advantages__header
	{
		font: 500 38px/40px 'BrutalType';
		margin: 80px 0 30px;
		text-align: left;
	}

	.column__right--advantages {min-height: auto;}
	.advantages__box::after {display: none;}

	.advantages__column-left {width: 50%;}
	.advantages__column-right {width: 50%;}

	.advantages__item
	{
		width: 110px;
		height: 150px;
	}
	
	.advantages__item::after {top: 0; left: 0;}

	.advantages__item--time
	{
		width: auto;
		padding-left: 10px;
	}
	
	.advantages__item--time:after {left: 10px;}
	
	.advantages__item--ops {margin: 40px 0 0;}

	.advantages__item--ask
	{
		width: 100%;
		height: 190px;
		padding: 105px 0 0 15px;
	}

	.advantages__item-icon
	{
		width: 19px;
		height: 19px;
		position: absolute;
		top: 110px;
		right: calc(50% - 60px);
	}

	.advantages__item-text
	{
		font: 400 16px/18px 'BrutalType';
		padding: 70px 0 0;
	}
	
	.advantages__item-ask
	{
		font: 500 24px/24px 'BrutalType';
		text-align: left;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.advantages
	{
		margin: 120px 0 0;
		background-size: 1000px;
	}

	.advantages__header
	{
		font: 400 60px/70px 'BrutalType';
		margin: 80px 0 50px;
	}

	.column__right--advantages {min-height: 320px;}

	.advantages__box::after
	{
		width: 100%;
		left: 0;
	}

	.advantages__column-left {width: 330px;}
	.advantages__column-right {width: 360px;}

	.advantages__item
	{
		width: 260px;
		height: 150px;
	}

	.advantages__item--time
	{
		width: 300px;
		padding-left: 30px;
	}
	
	.advantages__item--ops {margin: 40px 0 0;}

	.advantages__item--ask
	{
		width: 360px;
		height: 190px;
		padding: 80px 0 0;
	}

	.advantages__item-icon
	{
		width: 13px;
		height: 13px;
		position: absolute;
		top: 25px; right: 30px;
	}

	.advantages__item-text
	{
		font: 300 19px/25px 'BrutalType';
		padding: 40px 0 0;
	}

	.advantages__item-ask {	font: 500 26px/30px 'BrutalType';}

}

/* ===ORDER=== */

.order
{
	width: 100%;
	background: url(/images/bg_order.jpg) top no-repeat;
	position: relative;
}

.order__header
{
	font: 400 57px/57px 'BrutalType';
	margin: 110px 0 0;
}

.order__logo
{
	margin: 170px 0 0 450px;
	width: 255px;
}

.order__symbol
{
	width: 255px;
	height: 80px;
}

.order__symbol img
{
	width: 100%;
	height: 100%;
}

.order__form {margin: 140px 100px 0;}

.order__form-header
{
	font: 300 18px/25px 'BrutalType';
	text-align: center;
}

@media (max-width:767px) {

	.order
	{
		margin: 80px 0 0;
		background-size: 800px;
		background-position: 50% 90px;
	}

	.order__header
	{
		font: 400 37px/37px 'BrutalType';
		margin: 40px 0 0;
	}

	.order__logo {display: none;}
	.order__form {margin: 230px 0 0;}

	.order__form-header
	{
		font: 400 12px/15px 'BrutalType';
		color: rgba(255,255,255,.6);
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.order {background-size: 1200px;}

	.order__header
	{
		font: 400 37px/37px 'BrutalType';
		margin: 70px 0 0;
	}

	.order__logo
	{
		margin: 100px 0 0 270px;
		width: 150px;
	}

	.order__symbol
	{
		width: 150px;
		height: 50px;
	}

	.order__form {margin: 80px 0 0;}
	.order__form-header {font: 300 16px/20px 'BrutalType';}

}

/* ===ENDING=== */

.ending
{
	width: 100%;
	background: url(/images/bg_ending.jpg) top no-repeat;
	position: relative;
	padding: 130px 0 0;
}

.ending--news
{
	background: none;
	padding: 0;
}

@media (max-width:767px) {

	.ending
	{
		background-size: 1220px;
		background-position: 50% 160px;
		padding: 50px 0 0;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.ending
	{
		background: none;
		padding: 100px 0 0;
	}

}

/* ===NEWS=== */

.news__header {font: 400 57px/57px 'BrutalType';}

.news__slider
{
	height: 180px;
	margin: 85px 0 0;
	padding: 0 50px 0 220px;
	position: relative;
}

.news__slider-navigation
{
	width: 160px;
	height: 80px;
	text-align: center;
	position: absolute;
	left: 0; top: 10px;
}

.news__slider-button
{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
	transition: .4s all ease;
}

.news__slider-button button
{
	width: 80px;
	height: 80px;
	display: block;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: .4s all ease;
	color: rgba(255,255,255,.2);
}

.news__slider-button:hover button
{
	border-color: rgba(255,255,255,.1);
	color: #fff;
}

.news__slider-button button svg
{
	width: 23px;
	height: 21px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}

.news__slider-box
{
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.news__item
{
	width: 300px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.newslist
{
	width: 100%;
	overflow: hidden;
}

.newslist .news__item
{
	width: 270px;
	margin: 30px 30px 30px 0;
}

.newslist .news__item:nth-child(4n+4)
{
	margin-right: 0;
}

.news__date
{
	font: 400 10px/10px 'BrutalType';
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
}

.news__name
{
	font: 300 18.5px/28px 'BrutalType';
	width: 200px;
	max-height: 84px;
	display: block;
	overflow: hidden;
	color: rgba(255,255,255,.65);
	margin: 35px 0 0;
	transition: .4s all ease;
}

.news__name:hover {color: #fff;}

.news__button
{
	display: block;
	overflow: hidden;
	width: 90px;
	margin: 29px 0 0;
}

.news__button-text
{
	font: 400 10px/22px 'BrutalType';
	float: left;
}

.news__button-icon
{
	width: 22px;
	height: 22px;
	float: right;
	background: #174fca;
	border-radius: 50%;
	position: relative;
	transition: .4s all ease;
}

.news__button-icon svg
{
	width: 11px;
	height: 10px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	transition: .4s all ease;
}

.news__button:hover .news__button-icon
{
	background: #fff;
	color: #174fca;
}

@media (max-width: 1219px) {

	.news__slider-button:hover button
	{
		border-color: transparent;
		color: rgba(255,255,255,.2);
	}

	.news__name:hover {color: rgba(255,255,255,.65);}

	.news__button:hover .news__button-icon
	{
		background: #174fca;
		color: #fff;
	}

}

@media (max-width:767px) {

	.news__header
	{
		font: 400 37px/37px 'BrutalType';
		padding: 0 0 15px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	
	.news__slider
	{
		height: 260px;
		margin: 10px 0 0;
		padding: 0;
	}

	.news__slider-navigation
	{
		width: 100%;
		height: 80px;
		position: relative;
		left: 0; top: 0;
		font-size: 0;
	}

	.news__slider-button
	{
		display: inline-block;
		float: none;
	}

	.news__item {width: 100%;}

	.news__name
	{
		width: 100%;
		max-height: 56px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.news__header {font: 400 37px/37px 'BrutalType';}

	.news__slider
	{
		height: 150px;
		margin: 45px 0 0;
		padding: 0 40px 0 150px;
		position: relative;
	}

	.news__slider-navigation
	{
		width: 100px;
		height: 50px;
	}

	.news__slider-button,
	.news__slider-button button
	{
		width: 50px;
		height: 50px;
	}

	.news__slider-button button svg
	{
		width: 14px;
		height: 13px;
	}

	.news__slider-box
	{
		width: 100%;
		height: 150px;
	}

	.news__item
	{
		width: 250px;
		height: 150px;
	}

	.newslist .news__item {width: 210px;}
	.newslist .news__item:nth-child(4n+4) {margin-right: 30px;}
	.newslist .news__item:nth-child(3n+3) {margin-right: 0;}

	.news__name
	{
		font: 300 16px/25px 'BrutalType';
		width: 170px;
		max-height: 75px;
		margin: 24px 0 0;
	}

	.news__button {margin: 20px 0 0;}

}

/* ===ADDRESS=== */

.address {margin: 200px 0 0;}

.address__switcher
{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.address__switcher::before
{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.1);
}

.address__var
{
	font: 400 32px/32px 'BrutalType';
	float: left;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	padding: 50px 0 35px;
	position: relative;
}

.address__var:first-child {padding-left: 75px;}
.address__var:last-child {padding-right: 75px;}

.address__var span
{
	color: rgba(255,255,255,.4);
	cursor: pointer;
	transition: .4s all ease;
}

.address__var.selected span,
.address__var span:hover {color: #fff;}

.address__var span::after
{
	content: '';
	width: 100%;
	height: 1px;
	background: transparent;
	position: absolute;
	left: 0; top: 0;
	transition: .4s all ease;
}

.address__var.selected span::after {background: #fff;}

.address__contants {text-align: center;}

.address__schedule
{
	font: 300 13px/16px 'BrutalType';
	background: url(/images/icon_schedule.svg) left no-repeat;
	background-size: 12px 12px;
	display: inline-block;
	padding: 0 0 0 22px;
}

.address__phone,
.address__mobile
{
	font: 400 20px/20px 'BrutalType';
	margin: 10px 0 0;
}

.address__box
{
	font: 300 25px/30px 'BrutalType';
	display: block;
	text-align: center;
	height: 60px;
	position: relative;
	margin: 20px 0 0;
}

.address__loc
{
	height: 30px;
	position: absolute;
	top: 0; left: 50%;
	display: block;
	transform: translate(-50%,0);
	opacity: 0;
	transition: .4s all ease;
}

.address__loc.selected
{
	opacity: 1;
	z-index: 1;
}

.address__email
{
	height: 22px;
	font: 300 14.5px/22px 'BrutalType';
	text-align: center;
	margin: 5px 0 35px;
}

.address__email a
{
	color: rgba(255,255,255,.7);
	transition: .4s all ease;
}

.address__email a:hover {color: #fff;}

.address__map
{
	display: block;
	width: 100%;
	height: 260px;
	background: #242e52;
	position: relative;
}

.adress__map-frame
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	transition: .4s all ease;
}

.adress__map-frame.selected
{
	opacity: 1;
	z-index: 1;
}

@media (max-width: 1219px) {

	.address__var span:hover {color: rgba(255,255,255,.4);}
	.address__var.selected span {color: #fff;}
	.address__email a:hover {color: rgba(255,255,255,.7);}

}

@media (max-width:767px) {

	.address {margin: 60px 0 0;}

	.address__var
	{
		font: 400 18px/24px 'BrutalType';
		padding: 15px 0;
	}

	.address__var:first-child {padding-left: 0;}
	.address__var:last-child {padding-right: 0;}	
	.address__box {font: 300 19px/30px 'BrutalType';}	
	.address__loc {width: 100%;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.address {margin: 80px 0 0;}

	.address__var
	{
		font: 400 24px/24px 'BrutalType';
		padding: 35px 0 25px;
	}

	.address__var:first-child {padding-left: 0;}
	.address__var:last-child {padding-right: 0;}

}

/* ===STATIC=== */

.static
{
	width: 100%;
	height: auto;
	padding: 130px 0 0;
}

.static__date
{
	font: 300 16px/24px 'BrutalType';
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	margin: 0 0 20px;
}

.static h1
{
	font: 400 57px/57px 'BrutalType';
	margin: 0 0 45px;
}

.static h2
{
	font: 400 40px/43px 'BrutalType';
	margin: 0 0 30px;
}

.static p+p, .static ul+p {margin: 25px 0 0;}
.static p+ul {margin: 15px 0 0;}
.static p+h2, .static ul+h2 {margin-top: 45px;}

.static li
{
	position: relative;
	padding: 0 0 0 30px;
}

.static li+li {margin: 10px 0 0;}

.static li:first-child {margin: 0;}

.static li::after
{
	content: '';
	position: absolute;
	left: 0; top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #174fca;
}

.static__video
{
	margin: 15px 0 0;
	padding: 50px 0 0;
}

.static__video-header
{
	font: 400 8px/12px 'BrutalType';
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 8px;
	color: rgba(255,255,255,.4);
}

.static__video-container
{
	width: 100%;
	height: 550px;
	background: #242e52;
	margin: 40px 0 0;
	position: relative;
}

.static__video-container video
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.static__block
{
	margin: 60px 0 0;
	overflow: hidden;
}

.static__back
{
	overflow: hidden;
	float: left;
}

.static__back-icon
{
	width: 50px;
	height: 50px;
	float: left;
	box-sizing: border-box;
	border: 1px solid transparent;
	color: rgba(255,255,255,.2);
	border-radius: 50%;
	position: relative;
	transition: .4s all ease;
}

.static__back-icon svg
{
	width: 18px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.static__back:hover .static__back-icon
{
	border-color: rgba(255,255,255,.2);
	color: #fff;
}

.static__back-text
{
	font: 300 16px/50px 'BrutalType';
	color: rgba(255,255,255,.5);
	margin: 0 0 0 15px;
	float: left;
	transition: .4s all ease;
}

.static__back:hover .static__back-text {color: #fff;}

.static__links
{
	margin: 60px 0 0;
}

.static__links ul
{
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.static__links ul li
{
	display: inline-block;
	margin: 0 10px 15px;
}

.static__links ul li a
{
	font: 300 16px/30px 'BrutalType';
	background: #174fca;
	display: block;
	transition: .4s all ease;
	padding: 0 15px;
}

.static__links ul li a:hover
{
	background: #fff;
	color: #174fca;
}

@media (max-width: 1219px) {

	.static {padding: 60px 0 0;}

	.static__back:hover .static__back-icon
	{
		border-color: transparent;
		color: rgba(255,255,255,.2);
	}

	.static__back:hover .static__back-text {color: rgba(255,255,255,.5);}

}

@media (max-width:767px) {

	.static h1
	{
		font: 400 26.5px/35px 'BrutalType';
		margin: 0 0 25px;
	}

	.static h2
	{
		font: 400 25px/28px 'BrutalType';
		margin: 0 0 20px;
	}

	.static p+p, .static ul+p {margin: 15px 0 0;}
	.static p+ul {margin: 10px 0 0;}
	.static p+h2, .static ul+h2 {margin-top: 25px;}
	.static li {padding: 0 0 0 25px;}
	.static li+li {margin: 10px 0 0;}
	.static li:first-child {margin: 0;}
	.static li::after {top: 8px;}
	.static img {width: 100%;}
	.static__video {display: none;}
	.static__block {margin: 20px 0 0;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.static h1
	{
		font: 400 37px/37px 'BrutalType';
		margin: 0 0 25px;
	}

	.static h2
	{
		font: 400 27px/32px 'BrutalType';
		margin: 0 0 20px;
	}

	.static p+p, .static ul+p {margin: 15px 0 0;}
	.static p+ul {margin: 10px 0 0;}
	.static p+h2, .static ul+h2 {margin-top: 25px;}
	.static li {padding: 0 0 0 25px;}
	.static li+li {margin: 10px 0 0;}
	.static li:first-child {margin: 0;}
	.static li::after {top: 8px;}
	.static img {width: 100%;}
	
	.static__video {margin: 0;}

	.static__video-header
	{
		font: 400 5px/12px 'BrutalType';
		letter-spacing: 8px;
	}

	.static__video-container
	{
		height: 380px;
		margin: 25px 0 0;
	}

	.static__block {margin: 30px 0 0;}

}

/* ===PAGINATION=== */

.pagination
{
	margin: 60px 0 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 2;
}

.pagination__box
{
	display: inline-block;
	overflow: hidden;
}

a.pagination__nav
{
	display: block;
	float: left;
	font: 300 25px/48px 'BrutalType';
	width: 50px;
	height: 50px;
	color: rgba(255,255,255,.2);
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.2);
	margin: 0 10px;
	border-radius: 50%;
	transition: all .2s ease;
}

a.pagination__nav:first-child {margin-left: 0;}
a.pagination__nav:last-child {margin-right: 0;}

a.pagination__nav:hover
{
	color: #fff;
	border-color: #fff;
}

a.pagination__nav--active,
a.pagination__nav--active:hover
{
	color: #fff;
	border-color: #fff;
}

a.pagination__nav svg
{
	width: 18px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.pagination__dots
{
	font: 300 20px/50px 'FuturaPT';
	color: rgba(255,255,255,.2);
	display: block;
	height: 50px;
	width: 50px;
	float: left;
}

@media (max-width: 1024px) {

	a.pagination__nav:hover {background-color: #fff;}
	a.pagination__nav--prev:hover,
	a.pagination__nav--next:hover {background-size: 18px 14px;}

}

@media (max-width: 767px) {

	a.pagination__nav{margin: 0 5px;}
	
	a.pagination__nav--first,
	a.pagination__nav--last,
	.pagination__dots
	{
		display: none;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	a.pagination__nav {margin: 0 5px;}
	.pagination__dots{width: 40px;}
	
}

a.pagination__nav--active,
a.pagination__nav--active:hover
{
	background-color: #174fca;
	border-color: #174fca;
	color: #fff;
}

/* ===INDEX=== */

.index
{
	width: 100%;
	padding: 40px 0 0;
	color: rgba(255,255,255,.6);
}

.index h1
{
	font: 300 25px/30px 'BrutalType';
	margin: 0 0 20px;
}

.index__text
{
	font: 300 14.5px/23px 'BrutalType';
	border-bottom: 1px solid #2b3554;
	padding: 0 0 40px;
}

.index__text p+p {margin: 20px 0 0;}

/* ===FOOTER=== */

.footer
{
	width: 100%;
	padding: 40px 0 60px;
}

.footer__box
{
	padding: 0 0 0 100px;
	overflow: hidden;
}

.footer__rcol
{
	float: right;
	width: calc(50% + 50px);
}

.footer__menu
{
	font: 400 11px/10px 'BrutalType';
	padding: 0 0 30px;
	overflow: hidden;
}

.footer__menu li {float: left;}
.footer__menu li+li {margin: 0 0 0 30px;}

.footer__social
{
	width: 135px;
	overflow: hidden;
}

.footer__social a
{
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	background-color: #233050;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	transition: .4s all ease;
}

.footer__social a+a {margin: 0 0 0 15px;}

.footer__social-instagram
{
	background-image: url(/images/icon_instagram.svg);
	background-size: 13px 13px;
}

.footer__social-vkontakte
{
	background-image: url(/images/icon_vkontakte.svg);
	background-size: 14px 18px;
}

.footer__social-facebook
{
	background-image: url(/images/icon_facebook.svg);
	background-size: 7px 13px;
}

.footer__social a:hover {background-color: #174fca;}

.footer__lcol
{
	float: left;
	width: calc(50% - 50px);
}

.footer__copy
{
	font: 400 11px/10px 'BrutalType';
	color: rgba(255,255,255,.4);
}

.footer__rubaa
{
	width: 98px;
	margin: 20px 0 0;
	opacity: .4;
	transition: .4s all ease;
}

.footer__rubaa:hover {opacity: .8;}

.footer__rubaa span
{
	display: block;
	font: 400 9px/10px 'BrutalType';
	padding: 0 0 7px;
}

.footer__rubaa img
{
	display: block;
	width: 98px;
	height: 28px;
}

@media (max-width: 1219px) {

	.footer__rubaa:hover {opacity: .4;}
	.footer__social a:hover {background-color: #233050;}

}

@media (max-width:767px) {

	.footer {padding: 30px 0 40px;}
	.footer__box {padding: 0;}

	.footer__rcol
	{
		float: none;
		width: 100%;
	}

	.footer__menu {font: 300 19px/40px 'BrutalType';}
	.footer__menu li {width: 50%;}
	.footer__menu li+li {margin: 0;}

	.footer__lcol
	{
		float: none;
		width: 100%;
		margin: 30px 0 0;
		position: relative;
	}

	.footer__copy
	{
		font: 300 11px/20px 'BrutalType';
		color: rgba(255,255,255,.4);
	}

	.footer__rubaa {display: none;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.footer {padding: 30px 0 40px;}
	.footer__box {padding: 0;}

	.footer__rcol
	{
		float: none;
		width: 100%;
	}

	.footer__menu
	{
		font: 400 12px/15px 'BrutalType';
		padding: 0 0 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer__menu li
	{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.footer__menu li:first-child
	{
		width: 80%;
		text-align: left;
	}
	
	.footer__menu li:last-child
	{
		width: 80%;
		text-align: right;
	}
	
	.footer__menu li+li {margin: 0;}
	.footer__social {margin: 0 auto;}

	.footer__lcol
	{
		float: none;
		width: 100%;
		margin: 30px 0 0;
		position: relative;
	}

	.footer__copy
	{
		font: 300 15.5px/20px 'BrutalType';
		color: rgba(255,255,255,.4);
		text-align: center;
	}

	.footer__rubaa
	{
		margin: 0;
		position: absolute;
		top: -65px; left: 0;
	}

}

/* ===CHECKBOX & RADIO=== */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked
{
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label
{
	font: 400 10px/22px 'BrutalType';
	position: relative;
	padding: 0 0 0 38px;
	cursor: pointer;
	display: inline-block;
	transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before
{
	content: '';
	position: absolute;
	left:0; top: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #174fca;
	transition: all .4s ease;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after
{
	content: '';
	position: absolute;
	top: 6px; left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {opacity: 0;}

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {opacity: 1;}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {opacity:.5;}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {color: #72788e;}

[type="checkbox"]:not(:disabled) + label:hover:before {background: #fff;}
[type="checkbox"]:not(:disabled) + label:hover:after {background: #174fca;}

/* ===POPUP=== */

.popup
{
	position: relative;
	display: none;
}

.popup__form
{
	width: 690px;
	box-sizing: border-box;
    padding: 80px 110px 60px;
	background: #174fca;
	position: relative;
	color: #fff;
}

.popup__form input[type="text"],
.popup__form input[type="tel"],
.popup__form input[type="email"]
{
	font: 300 15px 'BrutalType';
	height: 50px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.popup__header
{
	font: 500 43px/50px 'BrutalType';
	text-align: center;
	margin: 0 0 40px;
}

.popup__input {margin: 30px 0 0;}
.popup__input:first-child {margin-top: 0;}

.popup__input--double
{
	overflow: hidden;
	margin: 0 0 30px;
}

.popup__input--double input[type="text"],
.popup__input--double input[type="tel"],
.popup__input--double input[type="email"]
{
	float: left;
	width: calc(50% - 15px);
}

.popup__input--double input+input {margin: 0 0 0 30px;}

.popup__disclaimer
{
	font: 300 10px/10px 'BrutalType';
	text-align: center;
	margin: 40px 0 0;
	color: rgba(255,255,255,.7);
}

.popup__submit {margin: 40px 0 0;}

.popup__submit .submit
{
	width: 220px;
	margin: 0 auto;
}

.popup__submit input[type="submit"] {font: 500 23.5px/70px 'BrutalType';}

.popup__submit .submit .submit-icon
{
	background: #fff;
	border: 1px solid #fff;
	color: #174fca;
}

.popup__submit .submit input[type="submit"]:hover+.submit-icon
{
	background: #174fca;
	color: #fff;
}

.popup__result
{
	width: 970px;
	box-sizing: border-box;
    padding: 80px 80px 60px;
	background: #174fca;
	color: #fff;
	display: none;
}

.popup__success
{
	font: 300 40px/60px 'BrutalType';
	position: relative;
	text-align: center;
	margin: 0 0 30px;
}

.popup__success span
{
	display: inline-block;
	background: url(/images/icon_check.svg) left no-repeat;
	background-size: 60px 60px;
	padding: 0 0 0 80px;
}

.popup__text
{
	font: 300 20px/25px 'BrutalType';
	color: rgba(255,255,255,.5);
	text-align: center;
}

.popup__close
{
	margin: 30px 0 0;
	text-align: center;
}

.popup__close button
{
	font: 700 72px/80px 'BrutalType';
	display: inline-block;
}

.popup__plane
{
	width: 1170px;
	box-sizing: border-box;
    padding: 40px 80px 130px;
	background: #131e41;
	position: relative;
	text-align: left;
	color: #fff;
}

.popup__plane-addit
{
	font: 400 10px/10px 'BrutalType';
	margin: 0 0 10px;
	text-align: center;
}

.popup__plane-header
{
	font: 300 64px/50px 'BrutalType';
	text-align: center;
}

.popup__plane-photo
{
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin: 40px 0;
}

.popup__plane-photo-box
{
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.popup__plane-photo a
{
	display: block;
	float: left;
	width: calc(33.3% - 10px);
	height: 170px;
}

.popup__plane-photo a+a {margin: 0 0 0 15px;}

.popup__plane-photo img
{
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.popup__plane-columns {overflow: hidden;}

.popup__plane-left
{
	width: 400px;
	float: left;
}

.popup__plane-subheader {font: 300 20px/28px 'BrutalType';}
.popup__plane-left .popup__plane-subheader {padding: 0 0 0 15px;}

.popup__plane-spec
{
	font: 300 16px/38px 'BrutalType';
	overflow: hidden;
	margin: 20px 0 0;
}

.popup__plane-spec dt
{
	width: 75%;
	float: left;
	color: rgba(255,255,255,.5);
	box-sizing: border-box;
	padding: 0 0 0 15px;
	border-radius: 5px 0 0 5px;
}

.popup__plane-spec dt:nth-child(4n+3) {background: #182347;}

.popup__plane-spec dd
{
	width: 25%;
	float: left;
	border-radius: 0 5px 5px 0;
}

.popup__plane-spec dd:nth-child(4n+4) {background: #182347;}

.popup__plane-right
{
	width: 550px;
	margin: 0 0 0 60px;
	float: left;
}

.popup__plane-box+.popup__plane-box {margin: 30px 0 0;}

.popup__plane-scheme
{
	height: 140px;
	margin: 12px 0 0;
}

.popup__plane-scheme img
{
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.popup__plane-button
{
	display: block;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0; left: 0;
	background: #174fca;
	transition: .4s all ease;
}

.popup__plane-button-box
{
	width: 208px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.popup__plane-button:hover
{
	background: #fff;
	color: #174fca;
}

.popup__plane-button-text
{
	font: 500 23.5px/90px 'BrutalType';
	display: block;
	height: 90px;
	float: left;
}

.popup__plane-button-icon
{
	display: block;
	width: 30px;
	height: 90px;
	position: relative;
	float: right;
}

.popup__plane-button-icon svg
{
	width: 30px;
	height: 28px;
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	transition: .4s all ease;
}

@media (max-width: 1219px) {

	.popup__submit .submit input[type="submit"]:hover+.submit-icon
	{
		background: #fff;
		color: #174fca;
	}

	.popup__plane-button:hover
	{
		background: #174fca;
		color: #fff;
	}

}

@media (max-width:767px) {

	.popup__form
	{
		width: 100%;
		min-width: 308px;
		max-width: 375px;
		padding: 80px 33px 40px;
	}

	.popup__form input[type="text"],
	.popup__form input[type="tel"],
	.popup__form input[type="email"]
	{
		border: 1px solid rgba(255,255,255,.3);
	}

	.popup__header
	{
		font: 400 28px/35px 'BrutalType';
		margin: 0 0 20px;
	}

	.popup__addit {left: 33px;}
	.popup__addit--bottom {display: none;}
	.popup__input {margin: 15px 0 0;}
	.popup__input--double {margin: 0 0 15px;}

	.popup__input--double input[type="text"],
	.popup__input--double input[type="tel"],
	.popup__input--double input[type="email"]
	{
		float: none;
		width: 100%;
	}

	.popup__input--double input+input {margin: 15px 0 0;}

	.popup__disclaimer
	{
		font: 300 13px/15px 'BrutalType';
		text-align: left;
		margin: 20px 0 0;
	}

	.popup__submit {margin: 25px 0 0;}
	.popup__submit .submit {width: 220px;}

	.popup__submit input[type="submit"]
	{
		font: 500 23.5px/70px 'BrutalType';
		padding: 0 70px 0 0;
	}

	.popup__submit .submit .submit-icon
	{
		background: #fff;
		border: none;
		color: #174fca;
		width: 70px;
		right: 0; top: 0;
	}

	.popup__result
	{
		width: 100%;
		padding: 80px 33px 40px;
	}

	.popup__success
	{
		font: 300 25px/28px 'BrutalType';
		margin: 0 0 10px;
	}

	.popup__success span
	{
		background: none;
		padding: 0;
	}

	.popup__text {font: 300 16px/18px 'BrutalType';}

	.popup__plane
	{
		width: 100%;
		min-width: 308px;
		max-width: 375px;
		padding: 40px 33px 100px;
	}
	
	.popup__plane-header {font: 300 37px/37px 'BrutalType';}

	.popup__plane-photo
	{
		width: calc(100% + 66px);
		height: 130px;
		position: relative;
		left: -33px;
	}

	.popup__plane-photo-box
	{
		height: 180px;
		white-space: nowrap;
		font-size: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling:touch;
	}

	.popup__plane-photo a
	{
		display: inline-block;
		float: none;
		width: 250px;
		height: 130px;
	}

	.popup__plane-photo a+a {margin: 0 0 0 30px;}
	.popup__plane-photo img {height: 100%;}

	.popup__plane-left
	{
		width: 100%;
		float: none;
	}

	.popup__plane-left .popup__plane-subheader {padding: 0;}

	.popup__plane-spec
	{
		font: 300 12px/35px 'BrutalType';
		overflow: hidden;
		margin: 20px 0 0;
	}
	
	.popup__plane-spec dt
	{
		padding: 0 0 0 10px;
	}

	.popup__plane-right
	{
		width: 100%;
		margin: 30px 0 0;
		float: none;
	}

	.popup__plane-box+.popup__plane-box {margin: 20px 0 0;}
	.popup__plane-scheme {height: 80px;}
	.popup__plane-scheme img {height: 80px;}

	.popup__plane-button {height: 70px;}	
	.popup__plane-button-box {width: 242px;}

	.popup__plane-button-text
	{
		font: 500 18px/70px 'BrutalType';
		height: 70px;
	}

	.popup__plane-button-icon
	{
		display: block;
		width: 30px;
		height: 70px;
		position: relative;
		float: right;
	}

	.popup__plane-button-icon svg
	{
		width: 26px;
		height: 23px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.popup__submit .submit {height: 70px;}
	
	.popup__submit .submit input[type="submit"]
	{
		font: 500 23.5px/70px 'BrutalType';
		height: 70px;
		padding: 0 70px 0 0;
	}

	.popup__submit .submit-icon
	{
		width: 70px;
		height: 70px;
	}

	.popup__submit .submit-icon svg
	{
		width: 30px;
		height: 28px;
	}

	.popup__result
	{
		width: 690px;
		padding: 70px 60px 40px;
	}

	.popup__success
	{
		font: 300 32px/50px 'BrutalType';
		margin: 0 0 20px;
	}

	.popup__success span
	{
		background-size: 50px 50px;
		padding: 0 0 0 70px;
	}

	.popup__plane {width: 690px;}
	.popup__plane-header {font: 300 37px/37px 'BrutalType';}

	.popup__plane-photo
	{
		width: 100%;
		height: 230px;
	}

	.popup__plane-photo-box
	{
		height: 280px;
		white-space: nowrap;
		font-size: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling:touch;
	}

	.popup__plane-photo a
	{
		display: inline-block;
		float: none;
		width: 440px;
		height: 230px;
	}

	.popup__plane-photo a+a {margin: 0 0 0 30px;}
	.popup__plane-photo img {height: 100%;}

	.popup__plane-left
	{
		width: 100%;
		float: none;
	}

	.popup__plane-left .popup__plane-subheader {padding: 0;}

	.popup__plane-spec
	{
		font: 300 16px/38px 'BrutalType';
		overflow: hidden;
		margin: 20px 0 0;
	}

	.popup__plane-right
	{
		width: 100%;
		margin: 40px 0 0;
		float: none;
	}

}

/* ===ODOMETER=== */

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* ===DATEPICKER=== */

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {color: #dedede;}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {color: #c5c5c5;}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {color: #dedede;}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {color: #fff; background: #a2ddf6;}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {background: #8ad5f4;}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.1); color: #cccccc;}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.2);}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {background: none; border: none;}

.datepicker--cells
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.datepicker--cell
{
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 32px;
	z-index: 1;
}

.datepicker--cell.-focus- {background: #f0f0f0;}
.datepicker--cell.-current- {color: #4EB5E6;}
.datepicker--cell.-current-.-focus- {color: #4a4a4a;}
.datepicker--cell.-current-.-in-range- {color: #4EB5E6;}
.datepicker--cell.-in-range- {background: rgba(92, 196, 239, 0.1); color: #4a4a4a; border-radius: 0;}
.datepicker--cell.-in-range-.-focus- {background-color: rgba(92, 196, 239, 0.2);}
.datepicker--cell.-disabled- {cursor: default; color: #aeaeae;}
.datepicker--cell.-disabled-.-focus- {color: #aeaeae;}
.datepicker--cell.-disabled-.-in-range- {color: #a1a1a1;}
.datepicker--cell.-disabled-.-current-.-focus- {color: #aeaeae;}
.datepicker--cell.-range-from- {border: 1px solid rgba(92, 196, 239, 0.5); background-color: rgba(92, 196, 239, 0.1); border-radius: 4px 0 0 4px;}
.datepicker--cell.-range-to- {border: 1px solid rgba(92, 196, 239, 0.5); background-color: rgba(92, 196, 239, 0.1); border-radius: 0 4px 4px 0;}
.datepicker--cell.-range-from-.-range-to- {border-radius: 4px;}
.datepicker--cell.-selected- {color: #fff; border: none; background: #174fca;}
.datepicker--cell.-selected-.-current- {color: #fff; background: #174fca;}
.datepicker--cell.-selected-.-focus- {background: #174fca;}
.datepicker--cell:empty {cursor: default;}

.datepicker--days-names
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 3px;
}

.datepicker--day-name
{
	color: #174fca;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
}

.datepicker--cell-day {width: 14.28571%;}
.datepicker--cells-months {height: 170px;}
.datepicker--cell-month {width: 33.33%; height: 25%;}
.datepicker--years {height: 170px;}
.datepicker--cells-years {height: 170px;}
.datepicker--cell-year {width: 25%; height: 33.33%;}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {color: #dedede;}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {color: #c5c5c5;}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {color: #dedede;}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {color: #fff; background: #a2ddf6;}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {background: #8ad5f4;}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.1); color: #cccccc;}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.2);}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {background: none; border: none;}

.datepickers-container
{
	position: absolute;
	left: 0;
	top: 0;
}

@media print {.datepickers-container {display: none; }}

.datepicker
{
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
	transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
	z-index: 99993;
 }
.datepicker.-from-top- {transform: translateY(-8px);}
.datepicker.-from-right- {transform: translateX(8px);}
.datepicker.-from-bottom- {transform: translateY(8px);}
.datepicker.-from-left- {transform: translateX(-8px);}

.datepicker.active
{
	opacity: 1;
	transform: translate(0);
	transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
	transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker
{
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}

.datepicker-inline .datepicker--pointer {display: none;}
.datepicker--content {box-sizing: content-box; padding: 4px;}
.-only-timepicker- .datepicker--content {display: none;}

.datepicker--pointer
{
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {top: calc(100% - 4px); transform: rotate(135deg);}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {right: calc(100% - 4px); transform: rotate(225deg);}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {bottom: calc(100% - 4px); transform: rotate(315deg);}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {left: calc(100% - 4px); transform: rotate(45deg);}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {left: 10px;}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {right: 10px;}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {left: calc(50% - 10px / 2);}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {top: 10px;}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {bottom: 10px;}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {top: calc(50% - 10px / 2);}

.datepicker--body {display: none;}
.datepicker--body.active {display: block;}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {color: #dedede;}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {color: #c5c5c5;}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {color: #dedede;}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {color: #fff; background: #a2ddf6;}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {background: #8ad5f4;}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.1); color: #cccccc;}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.2);}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {background: none; border: none;}

.datepicker--nav
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px;
}

.-only-timepicker- .datepicker--nav {display: none;}

.datepicker--nav-title,
.datepicker--nav-action
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.datepicker--nav-action
{
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	  	    user-select: none;
}

.datepicker--nav-action:hover {background: #f0f0f0;}
.datepicker--nav-action.-disabled- {visibility: hidden;}
.datepicker--nav-action svg {width: 32px; height: 32px;}
.datepicker--nav-action path {fill: none; stroke: #9c9c9c; stroke-width: 2px;}

.datepicker--nav-title {border-radius: 4px; padding: 0 8px;}
.datepicker--nav-title i {font-style: normal; color: #9c9c9c; margin-left: 5px;}
.datepicker--nav-title:hover {background: #f0f0f0;}
.datepicker--nav-title.-disabled- {cursor: default; background: none;}

.datepicker--buttons
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef;
}

.datepicker--button
{
	color: #4EB5E6;
	cursor: pointer;
	border-radius: 4px;
	flex: 1;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 32px;
}

.datepicker--button:hover
{
	color: #4a4a4a;
	background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {color: #dedede;}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {color: #c5c5c5;}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {color: #dedede;}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {color: #fff; background: #a2ddf6;}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {background: #8ad5f4;}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.1); color: #cccccc;}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.2);}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {background: none; border: none;}

.datepicker--time
{
	border-top: 1px solid #efefef;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 29px 4px 9px 4px;
	position: relative;
}

.datepicker--time::before
{
	content: 'Выберите время завершения:';
	position: absolute;
	top: 4px; left: 15px;
}

.datepicker--time.-am-pm- .datepicker--time-sliders
{
	flex: 0 1 138px;
	max-width: 138px;
}

.-only-timepicker- .datepicker--time {border-top: none;}

.datepicker--time-sliders
{
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px;
}

.datepicker--time-label {display: none; font-size: 12px;}

.datepicker--time-current
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px;
}

.datepicker--time-current-colon {margin: 0 2px 3px; line-height: 1;}

.datepicker--time-current-hours,
.datepicker--time-current-minutes
{
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after
{
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {opacity: 1;}

.datepicker--time-current-ampm
{
text-transform: uppercase;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px;
}

.datepicker--time-row
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {margin-bottom: 4px;}

.datepicker--time-row input[type='range']
{
	background: none;
	cursor: pointer;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {-webkit-appearance: none;}
.datepicker--time-row input[type='range']::-ms-tooltip {display: none;}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {border-color: #b8b8b8;}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {border-color: #b8b8b8;}
.datepicker--time-row input[type='range']:hover::-ms-thumb {border-color: #b8b8b8;}
.datepicker--time-row input[type='range']:focus {outline: none;}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {background: #174fca; border-color: #174fca;}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {background: #174fca; border-color: #174fca;}
.datepicker--time-row input[type='range']:focus::-ms-thumb {background: #174fca; border-color: #174fca;}

.datepicker--time-row input[type='range']::-webkit-slider-thumb
{
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb
{
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb
{
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {margin-top: -6px;}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track
{
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track
{
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track
{
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {background: transparent;}
.datepicker--time-row input[type='range']::-ms-fill-upper {background: transparent;}
.datepicker--time-row span {padding: 0 12px; }

.datepicker--time-icon
{
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before
{
	content: '';
	background: currentColor;
	position: absolute;
}

.datepicker--time-icon:after
{
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.datepicker--time-icon:before
{
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {color: #dedede;}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {color: #c5c5c5;}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {color: #dedede;}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {color: #fff; background: #a2ddf6;}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {background: #8ad5f4;}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.1); color: #cccccc;}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {background-color: rgba(92, 196, 239, 0.2);}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {background: none; border: none;}

/* ===FANCYBOX=== */

body.compensate-for-scrollbar {overflow: hidden;}
.fancybox-active {height: auto;}

.fancybox-is-hidden
{
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container
{
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {box-sizing: border-box;}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer
{
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg
{
	background: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg
{
	opacity: .65;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar
{
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar
{
	right: 0;
	top: 0;
}

.fancybox-stage
{
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {overflow: hidden;}

.fancybox-slide
{
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before
{
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
	display: block;
}

.fancybox-slide--image
{
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {display: none;}

.fancybox-slide--html {padding: 6px;}

.fancybox-content
{
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content
{
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-content {cursor: zoom-in;}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content
{
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content
{
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {cursor: text;}

.fancybox-image,
.fancybox-spaceball
{
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {z-index: 1;}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content
{
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {background: #000;}
.fancybox-slide--map .fancybox-content {background: #e5e3df;}
.fancybox-slide--iframe .fancybox-content {background: #fff;}

.fancybox-video,
.fancybox-iframe
{
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe
{
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error
{
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p
{
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button
{
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link
{
	color: #ccc;
}

.fancybox-button:hover {color: #fff;}
.fancybox-button:focus {outline: none;}
.fancybox-button.fancybox-focus {outline: 1px dotted;}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover
{
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {height: 100%;}

.fancybox-button svg
{
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path
{
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2)
{
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1)
{
	display: none;
}

.fancybox-progress
{
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small
{
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
	transition: .2s all ease;
}

.fancybox-close-small:hover
{
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small
{
	color: currentColor;
	padding: 10px;
	right: 23px;
	top: 23px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden;}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button
{
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {padding: 7px;}

.fancybox-navigation .fancybox-button--arrow_left
{
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right
{
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption
{
	background: linear-gradient(
	to top,
	rgba(0, 0, 0, .85) 0%,
	rgba(0, 0, 0, .3) 50%,
	rgba(0, 0, 0, .15) 65%,
	rgba(0, 0, 0, .075) 75.5%,
	rgba(0, 0, 0, .037) 82.85%,
	rgba(0, 0, 0, .019) 88%,
	rgba(0, 0, 0, 0) 100%
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {.fancybox-caption {padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));}}
.fancybox-caption--separate {margin-top: -50px;}

.fancybox-caption__body
{
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited
{
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading
{
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {100% {transform: rotate(360deg);}}

/* Transition effects */

.fancybox-animated {transition-timing-function: cubic-bezier(0, 0, .25, 1);}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous
{
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next
{
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current
{
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {opacity: 1;}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous
{
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next
{
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current
{
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous
{
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next
{
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current
{
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);}
.fancybox-fx-tube.fancybox-slide--next {transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);}
.fancybox-fx-tube.fancybox-slide--current {transform: translate3d(0, 0, 0) scale(1);}

@media all and (max-height: 576px)
{
	
	.fancybox-slide
	{
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {padding: 6px 0;}
	.fancybox-close-small {right: -6px;}

	.fancybox-slide--image .fancybox-close-small
	{
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption
	{
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {.fancybox-caption {padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right));}}
}


/* Thumbs */

.fancybox-thumbs
{
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x
{
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {display: block;}
.fancybox-show-thumbs .fancybox-inner {right: 212px;}

.fancybox-thumbs__list
{
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {overflow: hidden;}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {width: 7px;}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before
{
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 9999;
}

.fancybox-thumbs__list a:focus::before {opacity: .5;}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {opacity: 1;}

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

	.fancybox-thumbs {width: 110px;}
	.fancybox-show-thumbs .fancybox-inner {right: 110px;}
	.fancybox-thumbs__list a {max-width: calc(100% - 10px);}

}

.schema-org, .hidden, .input--subject {display: none !important;}
.collapsed {height: 0 !important;;}
/* End */
/* /local/templates/jetto/template_styles.css?175888562899028 */
