

/* Start:/bitrix/include/assets/components/fancybox/source/jquery.fancybox.css?16177790324939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/bitrix/include/assets/components/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/bitrix/include/assets/components/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/bitrix/include/assets/components/fancybox/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/bitrix/include/assets/components/fancybox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/bitrix/include/assets/components/fancybox/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/bitrix/include/assets/components/fancybox/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/include/assets/components/jQueryFormStyler/jquery.formstyler.css?161777903212667*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/include/assets/styles/common.css?1788783983104909*/
* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default;
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body.overflow{
    overflow: hidden;
}

a {
    background: transparent;
}

*:focus,
*:active,
*:hover {
    outline: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    background: #f1f7f7;
}

h1,
.h1 {
    font-size: 32px;
    margin-bottom: 25px;
}

h2,
.h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 23px;
    margin-bottom: 16px;
}

h4,
.h4 {
    font-size: 19px;
    margin-bottom: 12px;
}

h5,
.h5 {
    font-size: 15px;
    margin-bottom: 12px;
}

h6,
.h6 {
    font-size: 15px;
    margin-bottom: 12px;
}

ol,
.ol,
ul,
.ul {
    margin-bottom: 25px;
    padding: 0 0 0 1.5em;
    list-style-position: inside;
}

ol ul,
.ol ul,
ul ul,
.ul ul,
ol .ul,
.ol .ul,
ul .ul,
.ul .ul,
ol ol,
.ol ol,
ul ol,
.ul ol,
ol .ol,
.ol .ol,
ul .ol,
.ul .ol {
    margin-top: 0.6em;
    margin-bottom: 0.3em;
}

ul,
.ul {
    list-style-type: disc;
}

ol,
.ol {
    list-style-type: decimal;
}

li,
.li {
    margin: 0 0 23px;
}

a:not([class]) {
    text-decoration: none;
    color: #0277BD;
}

a:not([class]):hover {
    color: #e2001a;
    text-decoration: underline;
}

a:not([class]):visited {
    color: #989898;
}

u,
.u {
    text-decoration: underline;
}

sup,
.sup {
    font-size: smaller;
    vertical-align: super;
}

sub,
.sub {
    font-size: smaller;
    vertical-align: sub;
}

img,
.img {
    border: 0 none;
}

p,
.p {
    margin-top: 0;
    margin-bottom: 0.9em;
}

small,
.small {
    font-size: 0.8em;
}

big,
.big {
    font-size: 1.2em;
}

abbr,
.abbr {
    border-bottom: 1px dashed #343434;
}

blockquote,
.blockquote {
    margin-bottom: 0.9em;
    padding: 1.5em 2em;
    background: #ebebeb;
}

var,
.var {
    font-style: italic;
}

em,
.em,
i,
.i {
    font-style: italic;
}

b,
.b,
strong,
.strong {
    font-weight: 700;
}

s,
.s,
strike,
.strike {
    text-decoration: line-through;
}

pre,
.pre {
    padding: 1em;
    background: #f1f1f1;
}

table,
.table {
    width: 100%;
    border: 1px solid #b5b5b5;
    margin-bottom: 0.9em;
}

table table,
.table table,
table .table,
.table .table {
    margin: 0;
}

caption,
.caption {
    padding: 0.5em 0;
    font-size: 1.5em;
}

th,
.th,
td,
.td {
    padding: 0.5em;
    border: 1px solid #b5b5b5;
}

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

form,
.form,
iframe,
.iframe,
object,
.object,
video,
.video {
    max-width: 100%;
}

@media only screen and (min-width: 960px) {

    h2,
    .h2 {
        font-size: 27px;
    }
}

.achievements {
    padding: 160px 0 0 0;
    font-family: 'Open Sans', sans-serif;
}

.achievements__line {
    font-size: 0;
}

.achievements__line:after {
    display: table;
    clear: both;
    content: '';
}

@media only screen and (min-width: 960px) {
    .achievements__line {
        margin: 0 0 30px;
    }
}

.achievements__item {
    max-width: 175px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
    .achievements__item {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        max-width: 100%;
        margin: 0;
        padding: 0 60px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .achievements__item {
        width: auto;
        margin: 0 110px 10px 0;
        padding: 0;
    }
}

@media only screen and (min-width: 960px) {
    .achievements__item--type_sp {
        margin-right: 90px;
    }
}

.achievements__value {
    display: block;
    color: #ea4634;
    font-size: 49px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
    .achievements__value {
        font-size: 54px;
    }
}

@media only screen and (min-width: 1280px) {
    .achievements__value {
        font-size: 64px;
    }
}

.achievements__units {
    display: block;
    margin: 0 0 15px;
    color: #ea4634;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.banner {
    display: block;
    font-size: 0;
    line-height: 0;
}

.banner__image {
    display: block;
    max-width: 95%;
}

@media only screen and (min-width: 480px) {
    .banner__image {
        max-width: none;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    margin: 0;
    padding: 0 48px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 0 none;
    border-radius: 25px;
    background: #fff;
    -webkit-transition: background 0.1s ease, border-color 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.button:hover {
    color: #fff;
    background: #ea4634;
}

.button--width_full {
    width: 100%;
}

.button--style_b {
    padding: 0 5px;
    color: #0061ff;
    line-height: 48px;
    font-weight: 300;
    text-transform: none;
    border: 1px solid #0061ff;
}

.button--style_b:hover {
    color: #fff;
    border-color: #ea4634;
    background: #ea4634;
}

.button--style_c {
    width: 100%;
    max-width: 200px;
    padding: 0 5px;
    color: #0061ff;
    line-height: 48px;
    border: 1px solid #0061ff;
    background: transparent;
}

.button--style_c:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.button--style_d {
    color: #fff;
    line-height: 48px;
    text-transform: none;
    border: 1px solid #0061ff;
    background: #0061ff;
}

.button--style_d:hover {
    color: #fff;
    border-color: #ea4634;
    background: #ea4634;
}

.check-elem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.check-elem__label {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    color: #fefeff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.check-elem__radio,
.check-elem__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.check-elem__radio+.check-elem__label:before,
.check-elem__checkbox+.check-elem__label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") 0px -37px no-repeat;
}

.check-elem__radio:checked+.check-elem__label:before,
.check-elem__checkbox:checked+.check-elem__label:before {
    background-position: -28px -37px;
}

.check-elem__radio+.check-elem__label:before {
    border-radius: 50%;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.content {
    padding: 5px 0 0;
}

@media only screen and (min-width: 960px) {
    .content {
        padding: 80px 0 0;
    }
}

@media only screen and (max-width: 959px) {
    .content {
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 759px) {
    .content {
        padding: 20px 0 0;
    }
}

.docs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-list__item {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.docs-list__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 29px;
    margin: 0 18px 0 0;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") 0px 0px no-repeat;
}

.docs-list__link {
    color: #787b7b;
    text-decoration: underline;
}

.docs-list__link:hover {
    text-decoration: none;
}

.docs__title {
    margin: 0 0 5px;
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (min-width: 960px) {
    .docs__title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1280px) {
    .docs__title {
        font-size: 30px;
    }
}

.docs__helper {
    color: #a7a9ac;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.docs__list {
    padding: 50px 0 0;
}

@media only screen and (min-width: 960px) {
    .docs__list {
        padding: 20px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .docs__list {
        padding: 50px 0 0;
    }
}

.entries-list:after {
    display: table;
    clear: both;
    content: '';
}

.entries-list__header {
    display: flex;
    justify-content: space-between;
}

.entries-list__more {
    display: block;
    margin: 9px 0 0 0;
    color: #0061ff;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
}

.entries-list__more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 20px;
    height: 3px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -58px -91px no-repeat;
}

.entries-list__more:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 960px) {
    .entries-list__header {
        justify-content: left;
    }

    .title-h2-small {
        margin: 0 60px 43px 0;
    }

    .entries-list__more {
        margin-left: 60px;
    }
}

.entries-list__title {
    margin: 0 0 20px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (min-width: 960px) {
    .entries-list__title {
        margin: 0 0 43px;
    }
}

.entries-list__col {
    margin: 0 0 25px;
}

@media only screen and (min-width: 960px) {
    .entries-list__col {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .entries-list__col3 {
        width: 33%;
    }

    .entries-list__col:first-child {
        padding: 0 10px 0 0;
    }
}

.entries-list__row:after {
    display: table;
    clear: both;
    content: '';
}

/* @media only screen and (min-width: 960px) {
    .entries-list__offset {
        padding: 0 0 0 15px;
    }
} */

.entry-snippet__date {
    display: block;
    margin: 0 0 10px;
    color: #a7a9ac;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.entry-snippet__title {
    display: block;
    margin: 0 0 10px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.entry-snippet__link {
    color: inherit;
    text-decoration: none;
}

.entry-snippet__link:hover {
    color: #ea4634;
    text-decoration: underline;
}

.entry-snippet__desc {
    color: #a7a9ac;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -56px -37px no-repeat;
}

@media only screen and (min-width: 960px) {
    .fancybox-close {
        top: 30px;
        right: 40px;
    }
}

.fancybox-close:hover {
    opacity: 0.6;
}

.footer {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    color: #fff;
    background: #1a1a1a;
}

.footer__holder:after {
    display: table;
    clear: both;
    content: '';
}

.footer__col {
    max-width: 320px;
    margin: 0 auto;
}

@media only screen and (min-width: 760px) {
    .footer__col {
        float: left;
        max-width: 100%;
    }
}

@media only screen and (min-width: 760px) {
    .footer__col:nth-child(1) {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .footer__col:nth-child(1) {
        width: 20%;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__col:nth-child(1) {
        width: 285px;
    }
}

@media only screen and (min-width: 960px) {
    .footer__col:nth-child(2) {
        width: 20%;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__col:nth-child(2) {
        width: 218px;
    }
}

@media only screen and (min-width: 960px) {
    .footer__col:nth-child(3) {
        width: 20%;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__col:nth-child(3) {
        width: 193px;
    }
}

@media only screen and (min-width: 960px) {
    .footer__col:nth-child(4) {
        width: 20%;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__col:nth-child(4) {
        width: 265px;
    }
}

@media only screen and (min-width: 760px) {
    .footer__col:nth-child(5) {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .footer__col:nth-child(5) {
        width: 20%;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__col:nth-child(5) {
        width: 209px;
    }
}

.footer__logo {
    max-width: 230px;
    margin: 0 auto 30px;
    padding: 0 30px 0 0;
}

@media only screen and (min-width: 760px) {
    .footer__logo {
        max-width: 100%;
        padding: 10px 15px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .footer__logo {
        padding: 10px 15px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__logo {
        padding: 0;
    }
}

.footer__copyrigh {
    max-width: 200px;
    margin: 0 auto 10px;
    color: #616263;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

@media only screen and (min-width: 760px) {
    .footer__copyrigh {
        margin: 0;
        padding: 0 20px 0 0;
        text-align: left;
    }
}

@media only screen and (min-width: 960px) {
    .footer__copyrigh {
        padding: 0 0 0 15px;
    }
}

.footer__links {
    padding: 3px 10px 0 0;
}

.footer__link {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

@media only screen and (min-width: 960px) {
    .footer__link {
        padding: 10px 0 0 15px;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__link {
        padding: 0;
    }
}

.footer__link:hover,
.footer__link--active {
    color: #ea4634;
}

.footer__nav {
    padding: 5px 0 0;
}

.footer__action {
    display: none;
    padding: 5px 0 0;
}

@media only screen and (min-width: 960px) {
    .footer__action {
        display: block;
        padding: 5px 15px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__action {
        padding: 5px 0 0;
    }
}

.footer__action-link {
    margin: 0 0 20px;
    line-height: 1.2;
}

.footer__action-button {
    padding: 5px 0 0;
}

.footer__trigger {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

@media only screen and (min-width: 960px) {
    .footer__trigger {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__trigger {
        font-size: 13px;
    }
}

.footer__trigger:hover {
    color: #ea4634;
}

.footer__trigger--icon_calc:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    margin: 0 17px 0 0;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -90px 0px no-repeat;
}

.footer__trigger--icon_check:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 0 11px 0 0;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -61px 0px no-repeat;
}

.footer__info {
    padding: 10px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (min-width: 760px) {
    .footer__info {
        text-align: center;
    }
}

@media only screen and (min-width: 960px) {
    .footer__info {
        padding: 10px 0 0 10px;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__info {
        padding: 10px 0 0;
    }
}

.footer__working-hours {
    display: block;
    margin: 0 0 10px;
    color: #a7a9ac;
    font-size: 12px;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .footer__working-hours {
        text-align: left;
    }
}

.footer__address {
    display: block;
    margin: 0 0 12px;
    color: #ea4634;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .footer__address {
        margin: 0 0 28px;
        font-size: 12px;
        text-align: left;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__address {
        margin: 0 0 32px;
        font-size: 14px;
    }
}

.footer__tel {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

@media only screen and (min-width: 960px) {
    .footer__tel {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1280px) {
    .footer__tel {
        font-size: 22px;
    }
}

.footer__email {
    display: block;
    color: #a7a9ac;
    font-size: 12px;
}

.footer__email-link {
    color: inherit;
    text-decoration: none;
}

.footer__email-link:hover {
    color: #ea4634;
    text-decoration: none;
}

.form {
    color: #fff;
}

.form__title {
    margin: 0 0 30px;
    opacity: 0.5;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

@media only screen and (min-width: 960px) {
    .form__title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    .form__title {
        font-size: 24px;
    }
}

.form__line {
    margin: 0 0 25px;
}

.form__row:after {
    display: table;
    clear: both;
    content: '';
}

.form__col {
    float: left;
    width: 50%;
    padding: 0 0 0 19px;
}

.form__col:first-child {
    padding: 0 19px 0 0;
}

.form__label {
    display: block;
    margin: 0 0 10px;
    color: #fefeff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.form__input,
.form__textarea {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    color: #898989;
    font-size: 12px;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
    color: #898989;
    font-size: 12px;
}

.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder {
    color: #898989;
    font-size: 12px;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    color: #898989;
    font-size: 12px;
}

.form .placeholder {
    color: #898989;
    font-size: 12px;
}

.form__textarea {
    min-height: 120px;
    padding: 10px 10px;
    line-height: 1.2;
}

.form__select {
    width: 100%;
    height: 40px;
    border: 0 none;
    border-radius: 3px;
}

.form__check-group {
    margin: -5px 0 20px;
}

.form__check {
    margin: 0 0 20px;
}

.form__total {
    padding: 35px 0 0;
    color: #fff;
    font-size: 0;
    line-height: 1.3;
}

.form__total-label {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 17px 0 0;
    opacity: 0.5;
    font-size: 24px;
    font-weight: 300;
}

@media only screen and (min-width: 960px) {
    .form__total-label {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    .form__total-label {
        font-size: 24px;
    }
}

.form__total-price,
.form__total-units {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 960px) {

    .form__total-price,
    .form__total-units {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1280px) {

    .form__total-price,
    .form__total-units {
        font-size: 24px;
    }
}

.form__total-price {
    padding: 0 11px 0 0;
    letter-spacing: 1px;
}

.form__total-units {
    padding: 0 16px 0 0;
    font-weight: 300;
}

@media only screen and (min-width: 960px) {
    .form__total-units {
        padding: 0 10px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .form__total-units {
        padding: 0 16px 0 0;
    }
}

.form__total-period {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 960px) {
    .form__total-period {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    .form__total-period {
        font-size: 24px;
    }
}

.form__success-message {
    padding: 30px 0 0;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form .error {
    border-color: #ff3636;
}

.form--state_send .form__success-message {
    opacity: 1;
}

.header {
    width: 100%;
}

.header__top {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
    background: #fff;
}

@media only screen and (min-width: 960px) {
    .header__top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        right: 0;
        display: block;
        width: 4000px;
        /*  background: #f8fbfb;*/
        background: #fff;
        -webkit-transform: translateX(236px);
        -ms-transform: translateX(236px);
        transform: translateX(236px);
    }
}

@media only screen and (min-width: 1280px) {
    .header__top:before {
        -webkit-transform: translateX(351px);
        -ms-transform: translateX(351px);
        transform: translateX(351px);
    }
}

.header__top-wrapp {
    display: none;
}

@media only screen and (min-width: 960px) {
    .header__top-wrapp {
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    .header__top {
        padding: 0 0 10px;
    }
}

@media only screen and (min-width: 960px) {
    .header__top {
        padding: 0;
    }
}

.header__holder {
    position: relative;
    z-index: 50;
}

.header__holder:after {
    display: table;
    clear: both;
    content: '';
}

.header__nav {
    clear: both;
    margin: 0 0 10px;
}

.header__nav-trigger {
    position: relative;
    float: right;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 10px;
    font-size: 0;
    line-height: 0;
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    cursor: pointer;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}

.header__nav-trigger:before,
.header__nav-trigger:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background: #ccc;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}

.header__nav-trigger:hover,
.header__nav-trigger:active {
    border-color: #ea4634;
}

.header__nav-trigger:hover:before,
.header__nav-trigger:active:before,
.header__nav-trigger:hover:after,
.header__nav-trigger:active:after {
    background: #ea4634;
}

@media only screen and (min-width: 960px) {
    .header__nav-trigger {
        display: none;
    }
}

.header__nav-trigger--type_close {
    border-color: transparent;
}

.header__nav-trigger--type_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__nav-trigger--type_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__nav-trigger--type_close:hover {
    border-color: transparent;
}

@media only screen and (min-width: 960px) {
    .header__nav {
        clear: none;
        padding: 20px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .header__nav {
        float: left;
        width: 78%;
        margin: 0;
    }
}

.header__search {
    clear: both;
}

@media only screen and (min-width: 960px) {
    .header__search {
        clear: none;
    }
}

@media only screen and (min-width: 960px) {
    .header__search {
        float: left;
        width: 22%;
    }
}

.header__logo {
    max-width: 320px;
    margin: 0 auto;
    padding: 56px 20px 0 0;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .header__logo {
        float: left;
        max-width: 100%;
        width: 50%;
        padding: 31px 20px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .header__logo {
        width: 29%;
        padding: 31px 20px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .header__logo {
        width: 370px;
        padding: 31px 0 0;
    }
}

.header__info {
    width: 100%;
    padding: 30px 0 0;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .header__info {
        float: left;
        width: 50%;
        padding: 31px 0 0 20px;
    }
}

@media only screen and (min-width: 960px) {
    .header__info {
        width: 28%;
        padding: 17px 15px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .header__info {
        width: 362px;
        padding: 33px 15px 0 0;
    }
}

.header__action {
    width: 200px;
    margin: 0 auto;
    padding: 15px 0 0;
}

@media only screen and (min-width: 960px) {
    .header__action {
        clear: both;
        float: left;
        width: 50%;
        padding: 30px 15px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .header__action {
        clear: none;
        width: 16%;
        padding: 24px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .header__action {
        width: 182px;
        padding: 14px 0 0;
    }
}

.header__contact {
    width: 100%;
    padding: 15px 0 0;
    color: #a7a9ac;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .header__contact {
        float: left;
        width: 50%;
        padding: 30px 0 0 15px;
        text-align: right;
    }
}

@media only screen and (min-width: 960px) {
    .header__contact {
        width: 24%;
        padding: 27px 0 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .header__contact {
        width: 255px;
        padding: 27px 13px 0 0;
    }
}

.header__email-link {
    color: inherit;
    text-decoration: none;
}

.header__email-link:hover {
    color: #ea4634;
    text-decoration: none;
}

.header__working-hours {
    display: block;
    margin: 0 0 9px;
    color: #a7a9ac;
    font-size: 12px;
}

.header__address {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.header__address a {
    color: #000;
}

.header__tel {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.header__tel:hover {
    color: #000;
    text-decoration: none;
}

.header__email {
    color: inherit;
    text-decoration: none;
}

.header__email:hover {
    text-decoration: none;
}

.info {
    width: 100%;
}

.info:after {
    display: table;
    clear: both;
    content: '';
}

.info__entries {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
}

@media only screen and (min-width: 960px) {
    .info__entries {
        float: left;
        width: 50%;
        min-height: 294px;
        margin: 0;
        padding: 35px 27px 0 32px;
    }
}

@media only screen and (min-width: 1280px) {
    .info__entries {
        width: 584px;
        min-height: 340px;
    }
}

.info__banner {
    max-width: 200px;
    margin: 0 auto;
    display: none;
}

@media only screen and (min-width: 960px) {
    .info__banner {
        float: left;
        width: 50%;
        max-width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    .info__banner {
        width: 30%;
    }
}

@media only screen and (min-width: 1280px) {
    .info__banner {
        width: 294px;
    }
}

.info__docs {
    max-width: 200px;
    margin: 0 auto;
    padding: 20px 0;
}

@media only screen and (min-width: 960px) {
    .info__docs {
        float: left;
        width: 50%;
        max-width: 100%;
        padding: 35px 0 0 55px;
    }
}

@media only screen and (min-width: 960px) {
    .info__docs {
        width: 20%;
        padding: 26px 0 0 15px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
    .info__docs {
        padding: 26px 0 0 15px;
        display: block;
        float: none;
        width: 100%;
        position: inherit;
        clear: both;
    }

    .docs-list {
        display: flex;
        align-items: center;
        justify-content: space-around; 
    }
}

@media only screen and (min-width: 1280px) {
    .info__docs {
        width: 292px;
        padding: 35px 0 0 55px;
    }
}

.intro {
    padding: 25px 0;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    background: #dfddde;
}

@media only screen and (min-width: 960px) {
    .intro {
        background: #dfddde url("/bitrix/include/assets/styles/../images/backgrounds/air-engine.jpg") top center no-repeat;
    }
}

@media only screen and (min-width: 960px) {
    .intro {
        padding: 85px 0 70px;
    }
}

.intro__significant {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.7;
}

.intro__holder {
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (min-width: 960px) {
    .intro__holder {
        width: 580px;
        padding: 0;
    }
}

@media only screen and (min-width: 960px) {
    .intro__holder {
        width: 100%;
        padding: 20px 95px;
        background: #dfddde;
    }
}

.intro__title {
    margin: 0 0 25px;
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
}

@media only screen and (min-width: 560px) {
    .intro__title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 960px) {
    .intro__title {
        font-size: 42px;
    }
}

.intro__footer {
    padding: 47px 0 0;
}

.intro__nav {
    width: 100%;
    max-width: 645px;
    border: 1px solid #ea4634;
}

@media only screen and (min-width: 960px) {
    .intro__nav {
        display: table;
    }
}

.links__nav {
    display: flex;
    border: 1px solid #ea4634;
    border-left: 0;
}
.links__nav-main{
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 20px;
}
.intro__nav-link,
.links__nav-link {
    display: block;
    padding: 17px 10px 12px 27px;
    color: #D32F2F;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}
.links__nav-main .links__nav-link{
    width: 50%;
    border-bottom: 1px solid #ea4634;
    border-left: 1px solid #ea4634;
}
.links__nav-main .links__nav-link h3{
    font-size: 12px;
    margin-bottom: 0;
}
@media only screen and (max-width: 420px){
    .links__nav-main .links__nav-link{
        width: 100%;
    }
}
@media only screen and (min-width: 960px) {

    .intro__nav-link,
    .links__nav-link {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        border-left: 1px solid #ea4634;
    }
    .links__nav-main .links__nav-link{
        width: 20%;
        border-bottom: 1px solid #ea4634;
    }
}

.intro__nav-link:first-child {
    border-bottom: 1px solid #ea4634;
}

@media only screen and (min-width: 960px) {
    .intro__nav-link:first-child {
        border: 0 none;
    }
}

.intro__nav-link:hover,
.links__nav-link:hover {
    color: #fff;
    background: #ea4634;
}

.jq-selectbox__select {
    height: 40px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox__trigger {
    border: 0 none;
}

.jq-selectbox__trigger-arrow {
    top: 18px;
    right: 14px;
    width: 9px;
    height: 6px;
    border: 0 none;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -86px -65px no-repeat;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox li {
    margin: 0;
    padding: 0 10px;
    color: #898989;
    list-style: none;
}

.jq-selectbox li.selected {
    color: #000;
    text-decoration: underline;
    background: transparent;
}

.jq-selectbox li:hover {
    color: #000;
    background: transparent;
}

.jq-selectbox__dropdown {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    box-shadow: none;
}

.opened .jq-selectbox__trigger-arrow {
    background-position: -69px -65px;
}

.opened .jq-selectbox__dropdown {
    margin: 0;
    border: 1px solid #e3e3e5;
    border-top: 1px solid transparent;
    border-radius: 0 0 3px 3px;
}

.opened .jq-selectbox__select {
    border-radius: 3px 3px 0 0;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 0 none;
}

.list {
    margin: 0 0 30px;
    padding: 0 0 0 30px;
}

.list__item {
    margin: 0 0 10px;
    padding: 0;
}

.list--type_simple {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

.list--type_simple .list__item {
    margin: 0 0 4px;
    list-style: none;
}

.logo {
    display: block;
    text-decoration: none;
}

.logo__image {
    max-width: 100%;
}

.main-area {
    position: relative;
}

.main-area__holder {
    /*position: relative;*/
    z-index: 100;
}

@media only screen and (min-width: 960px) {
    html.loaded .main-area__holder {
        background: url("/bitrix/include/assets/styles/../images/backgrounds/main-area.jpg") 0 0 no-repeat;
        background-size: cover;
    }
}

.main-area__holder:after {
    display: table;
    clear: both;
    content: '';
}

@media only screen and (min-width: 960px) {
    .main-area__holder {
        height: 680px;
    }
}

.main-area__nav {
    display: none;
    /*position: relative;*/
    z-index: 100;
    margin: 0 -15px;
}

@media only screen and (min-width: 960px) {
    .main-area__nav {
        display: block;
    }
}

.main-area__info {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (min-width: 960px) {
    .main-area__info {
        width: 580px;
        padding: 0 0 0 30px;
    }
}

@media only screen and (min-width: 960px) {
    .main-area__info {
        width: 880px;
        padding: 0 0 0 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .main-area__info {
        width: auto;
        padding: 0 0 0 92px;
    }
}

.main-area__form {
    position: absolute;
    top: 70px;
    left: 50%;
    bottom: 0;
    z-index: 50;
    -webkit-transform: translateX(112px);
    -ms-transform: translateX(112px);
    transform: translateX(112px);
    width: 568px;
    padding: 30px 176px 0 60px;
    color: #fff;
    background: #0061ff;
    background: rgba(0, 97, 255, 0.8);
}

.main-area__search {
    margin: 0 auto;
    padding: 5px 5px 20px;
}

@media only screen and (min-width: 960px) {
    .main-area__search {
        width: 580px;
        padding: 5px 0 0 30px;
    }
}

@media only screen and (min-width: 960px) {
    .main-area__search {
        width: 880px;
    }
}

@media only screen and (min-width: 1280px) {
    .main-area__search {
        width: auto;
        padding: 5px 0 0 80px;
    }
}

.main-area--type_simple .main-area__nav {
    background: #000;
}

.modal-form {
    position: relative;
}

.modal-form>* {
    position: relative;
    z-index: 20;
}

#contacts-form-calc div.items .modal-form__line,
#contacts-form-calc div.items .button.button--style_d {
    position: relative;
    z-index: 20;
}

.modal-form__line {
    margin: 0 0 41px;
}

.modal-form__input,
.modal-form__textarea {
    display: block;
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 0;
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 27px;
    border: 0 none;
    border-bottom: 1px solid #898989;
    outline: 0 none;
    background: transparent;
}

.modal-form__input::-webkit-input-placeholder,
.modal-form__textarea::-webkit-input-placeholder {
    color: #898989;
    font-size: 12px;
}

.modal-form__input::-moz-placeholder,
.modal-form__textarea::-moz-placeholder {
    color: #898989;
    font-size: 12px;
}

.modal-form__input:-moz-placeholder,
.modal-form__textarea:-moz-placeholder {
    color: #898989;
    font-size: 12px;
}

.modal-form__input:-ms-input-placeholder,
.modal-form__textarea:-ms-input-placeholder {
    color: #898989;
    font-size: 12px;
}

.modal-form .placeholder {
    color: #898989;
    font-size: 12px;
}

.modal-form__textarea {
    height: 80px;
    line-height: 12px;
    text-transform: initial;
}

.modal-form .error {
    border-color: #ff3636;
}

.modal-form__success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modal-form__success-message {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 12;
    text-transform: uppercase;
}

.modal-form--state_send>* {
    z-index: 1;
}

.modal-form--state_send .modal-form__success-overlay {
    z-index: 20;
    opacity: 1;
}

.modal {
    display: none;
    width: 499px;
    padding: 30px;
}

@media only screen and (min-width: 960px) {
    .modal {
        padding: 63px 69px 75px;
    }
}

.modal__title {
    margin: 0 0 24px;
    color: #000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.modal__desc {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin: 0 0 35px;
}

.nav {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1000;
    background: #141516;
    background: rgba(0, 0, 0, 0.7);
    background: #333333;
}

.nav__holder {
    margin: 0 -15px;
}

.nav__holder:after {
    display: table;
    clear: both;
    content: '';
}

.nav__primary {
    position: relative;
    z-index: 100;
    width: 100%;
}

@media only screen and (max-width: 959px) {
    .nav {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) {
    .nav__primary {
        float: left;
        width: 42%;
    }

    .nav {
        width: 100%;
        left: 0px !important;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__primary {
        width: 600px;
    }

    .nav {
        left: calc(50% - 590px);
    }
}

.nav__tabs {
    position: relative;
    z-index: 50;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
}

@media only screen and (min-width: 960px) {
    .nav__tabs {
        position: static;
        float: left;
        width: 58%;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__tabs {
        width: 600px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper {
        display: inline-block;
        vertical-align: top;
    }
    .nav__primary--onlymob{
        display: none;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper {
        position: relative;
    }
}

.footer__copyrigh--onlymob{
    display: none;
}

@media only screen and (max-width: 959px){
.nav{
    overflow-y: scroll;
    height: 100vh;
}
.nav__tabs .nav__tab-wrapper:not(:last-child) {
    display: none;
}
}

@media only screen and (max-width: 759px) {
    .fs20px-mob{
        font-size: 20px;
    }
    .footer__copyrigh--onlypc{
        display: none;
    }
    .footer__copyrigh--onlymob{
        display: block;
    }
    .footer__links,
    .footer__nav{
        padding-left: 50px;
    }
}


.tabmobilecalc {
    display: none;
}

@media (max-width: 759px) {
    .tabmobilecalc {
        display: block !important;
    }

    .nav__tab.mobilicalc::after {
        background: none !important;
        padding: 0 10px !important;
    }

    .tabmobilecalendar {
        display: block !important;
    }
}

@media only screen and (max-width: 1290px) and (min-width: 960px) {
    body .nav__tab-wrapper:nth-child(2) {
        width: 200px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper:nth-child(1) {
        width: 33.333%;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__tab-wrapper:nth-child(1) {
        width: 175px;
    }
}

@media only screen and (min-width: 1360px) {
    .nav__tab-wrapper:nth-child(1) {
        width: 175px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper:nth-child(2) {
        width: 33.333%;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__tab-wrapper:nth-child(2) {
        width: 200px;
    }
}

@media only screen and (min-width: 1360px) {
    .nav__tab-wrapper:nth-child(2) {
        width: 200px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper:nth-child(3) {
        width: 33.333%;
    }
}

@media only screen and (min-width: 1280px) {
    body .nav__tab-wrapper:nth-child(3) .nav__dropdown {
        left: -240px;
    }

    .nav__tab-wrapper:nth-child(3) {
        width: 200px;
    }
}

@media only screen and (min-width: 1360px) {
    .nav__tab-wrapper:nth-child(3) {
        width: 225px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper:nth-child(3) .nav__dropdown {
        left: -170px;
        right: 0;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab-wrapper:nth-child(4) .nav__dropdown {
        left: -425px;
        right: 0;
    }
}

.nav__tab {
    position: relative;
    display: block;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (min-width: 960px) {
    .nav__tab {
        height: 70px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__tab {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__tab {
        font-size: 13px;
    }
}

.nav__tab:hover,
.active-b {
    background: #0061ff;
}

.active-b+.nav__dropdown {
    display: block;
}

.nav__tab--type_link--active,
.nav__tab--type_link:hover {
    background: transparent;
    color: #ea4634;
}

.nav__tab--icon_calendar {
    padding-left: 20px;
}

@media only screen and (min-width: 960px) {
    .nav__tab--icon_calendar {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1281px) {
    .nav__tab--icon_calendar {
        padding-left: 4px;
    }
}

.nav__tab--icon_calendar:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    margin: 0px 10px 0px 0px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") 0px -65px no-repeat;
}

@media only screen and (min-width: 960px) {
    .nav__tab--icon_calendar:before {
        margin: -5px 10px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__tab--icon_calendar:before {
        margin: -5px 20px 0 0;
    }
}

.nav__tab--icon_calculator {
    padding-left: 20px;
}

@media only screen and (min-width: 960px) {
    .nav__tab--icon_calculator {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__tab--icon_calculator {
        padding-left: 20px;
    }
}

.nav__tab--icon_calculator:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    margin: 0 15px 0 0;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -90px -27px no-repeat;
}

.nav__tab--icon_check {
    padding-left: 20px;
}

@media only screen and (min-width: 960px) {
    .nav__tab--icon_check {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1281px) {
    .nav__tab--icon_check {
        padding-left: 32px;
    }
}

.nav__tab--icon_check:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 0 10px 0 0;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -32px 0px no-repeat;
}

.nav__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.nav__list:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 1;
    display: block;
    width: 1px;
    height: 36px;
    margin: -18px 0 0;
    background: #2a2c2d;
}

.nav__item {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.nav__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    display: block;
    width: 1px;
    height: 36px;
    margin: -18px 0 0;
    background: #2a2c2d;
}

.nav__item:first-child:after {
    display: none;
}

@media only screen and (min-width: 960px) {
    .nav__item:first-child .nav__link {
        padding-left: 0;
    }
}

@media only screen and (min-width: 960px) {
    .nav__item {
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 105px;
        text-align: center;
    }
}

.nav__item--type_parent .nav__link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 4px;
    margin: 0 0 0 10px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -15px -91px no-repeat;
}

.nav__item--type_parent:hover {
    z-index: 101;
    /* background: #000; */
}

.nav__item--type_parent:hover:after {
    display: none;
}

.nav__item--type_parent:hover .nav__link {
    color: #ea4634;
}

.nav__item--type_parent:hover .nav__link:after {
    background-position: 0px -91px;
}

@media only screen and (min-width: 960px) {
    .nav__item--type_parent:hover .nav__dropdown {
        display: block;
    }
}

.nav__link {
    display: block;
    height: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (min-width: 960px) {
    .nav__link {
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
}

@media only screen and (min-width: 960px) {
    .nav__link {
        padding: 0 5px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__link {
        padding: 0 20px;
        font-size: 13px;
    }
    
}

.nav__link--active,
.nav__link:hover {
    color: #ea4634;
}

.nav__dropdown {
    display: none;
    width: 100%;
    padding: 30px 36px 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    background: #333333;
}

@media only screen and (min-width: 960px) {
    .nav__dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 300px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__dropdown {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 400px;
    }
}

.nav__dropdown--type_tab {
    width: 100%;
    padding: 30px 10px;
    color: #fff;
    background: #0061ff;
    white-space: normal;
}

@media only screen and (min-width: 960px) {
    .nav__dropdown--type_tab {
        height: 540px;
        padding: 30px 60px;
    }
}

@media only screen and (min-width: 960px) {
    .nav__dropdown--type_tab {
        width: 340px;
        height: 580px;
        padding: 20px 30px 0;
        background: rgba(0, 97, 255, 0.8);
    }
}

@media only screen and (min-width: 1281px) {
    .nav__dropdown--type_tab {
        width: 509px;
        padding: 30px 60px 15px 60px;
    }
}

@media only screen and (min-width: 1360px) {
    .nav__dropdown--type_tab {
        width: 588px;
    }
}

.nav__dropdown--active {
    display: block;
}

.page {
    position: relative;
    min-height: 100%;
}

.page__body {
    background: #f1f7f7;
}

@media only screen and (min-width: 960px) {
    .page__body {
        margin-bottom: 273px;
    }
}

.page__header {
    margin: 0 0 8px;
}

@media only screen and (min-width: 960px) {
    .page__header {
        margin: 0 0 9px;
    }
}

@media only screen and (min-width: 960px) {
    .page__footer {
        position: absolute;
        bottom: 0;
        z-index: 200;
        width: 100%;
        height: 250px;
    }
}

.page__holder {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (min-width: 960px) {
    .page__holder {
        width: 95%;
    }
}

@media only screen and (min-width: 1280px) {
    .page__holder {
        width: 1200px;
    }
}

.page__holder--type_wordly {
    width: 100%;
}

@media only screen and (min-width: 1360px) {
    .page__holder--type_wordly {
        max-width: 1360px;
        width: 100%;
    }
}

.page__main-area {
    /*position: relative;*/
    z-index: 500;
    margin: 0;
}

.page__panel-nav {
    position: relative;
    z-index: 700;
    margin: 0 -15px;
    padding: 15px;
}

@media only screen and (min-width: 960px) {
    .page__panel-nav {
        margin: -110px -15px 0;
    }
}

@media only screen and (min-width: 960px) {
    .page__info {
        padding: 26px 0 0;
    }
}

.page__intro {
    position: relative;
    z-index: 100;
    margin-top: 10px;
}

.page__intro-wrapper {
    position: relative;
    z-index: 100;
    /* margin: 0 -15px; */
}

.page__intro:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 1;
    display: block;
    height: 85px;
    width: 100%;
    background: #1a1a1a;
}

.page__entries {
    position: relative;
    margin: 0 0 20px;
}

@media only screen and (min-width: 960px) {
    .page__entries {
        padding: 100px 0 0;
    }
}

.page__entries:before {
    content: '';
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1;
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
}

.panel-nav {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.panel-nav__item {
    position: relative;
    margin: 0;
    padding: 0 45px;
    color: #1a1a1a;
    list-style: none;
    text-align: center;
    background: #fff;
}

@media only screen and (min-width: 960px) {
    .panel-nav__item {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1280px) {
    .panel-nav__item {
        padding: 0 45px;
    }
}

.panel-nav__item:nth-child(odd) {
    background: #e3e3e5;
}

.panel-nav__item:hover .panel-nav__dropdown {
    display: block;
}

.panel-nav__panel {
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

@media only screen and (min-width: 960px) {
    .panel-nav__panel {
        min-height: 260px;
        padding: 50px 0 0;
    }
}

.panel-nav__icon {
    display: block;
    margin: 0 auto 15px;
}

@media only screen and (min-width: 960px) {
    .panel-nav__icon {
        margin: 0 auto 35px;
    }
}

.panel-nav__title {
    display: block;
    margin: 0 auto 10px;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

@media only screen and (min-width: 1280px) {
    .panel-nav__title {
        margin: 0 auto 18px;
        font-size: 16px;
    }
}

.panel-nav__dropdown {
    display: none;
    position: absolute;
    top: -13px;
    left: -13px;
    right: -13px;
    bottom: -13px;
    z-index: 10;
    padding: 15px 15px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    background: #ea4634;
}

@media only screen and (min-width: 960px) {
    .panel-nav__dropdown {
        padding: 15px 10px 5px;
    }
}

@media only screen and (min-width: 1280px) {
    .panel-nav__dropdown {
        padding: 25px 30px 5px;
    }
}

.panel-nav__dropdown:hover {
    text-decoration: none;
}

.panel-nav__desc {
    color: #f5a39a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

@media only screen and (min-width: 960px) {
    .panel-nav__desc {
        line-height: 1.2;
    }
}

@media only screen and (min-width: 1280px) {
    .panel-nav__desc {
        line-height: 1.5;
    }
}

.panel-nav__more {
    padding: 12px 0 0;
    line-height: 1.2;
}

.panel-nav__more-link {
    color: #fff;
    text-decoration: none;
}

.panel-nav__more-link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 3px;
    margin: 0 0 0 15px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -30px -91px no-repeat;
}

.search-block {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #F1F7F7;
}

@media only screen and (min-width: 960px) {
    .search-block {
        background: #F1F7F7;
    }
}

.search-block:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -47px -65px no-repeat;
}

@media only screen and (min-width: 960px) {
    .search-block:before {
        right: 16px;
        left: unset;
    }
}

.search-block__input {
    position: absolute;
    top: 10px;
    left: 45px;
    width: 430px;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    border: 0 none;
    background: transparent;
}

@media only screen and (min-width: 960px) {
    .search-block__input {
        left: 20px;
        width: 190px;
    }
}

.search-block__button {
    position: absolute;
    top: 12px;
    right: 15px;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    color: #a7a9ac;
    font-size: 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 0 none;
    background: transparent;
}

@media only screen and (min-width: 960px) {
    .search-block__button {
        right: 10px;
        width: 25px;
    }
}

.search-widget {
    position: relative;
    padding: 33px 20px 10px;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 960px) {
    .search-widget {
        padding: 33px 0 25px 40px;
    }
}

@media only screen and (min-width: 960px) {
    .search-widget {
        width: 467px;
    }
}

.search-widget__wrapper {
    position: relative;
    font-size: 0;
}

.search-widget__wrapper:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 50;
    display: block;
    width: 14px;
    height: 14px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -25px -65px no-repeat;
}

.search-widget__input {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 19px 15px 0;
    padding: 0 10px 0 40px;
    font-size: 14px;
    line-height: 40px;
    border: 0 none;
    border-radius: 3px;
}

@media only screen and (min-width: 960px) {
    .search-widget__input {
        display: inline-block;
        vertical-align: middle;
        margin: 0 19px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .search-widget__input {
        width: 238px;
    }
}

.search-widget__button {
    float: right;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 0 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    outline: 0 none;
    border-radius: 20px;
    background: #1163ea;
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}

@media only screen and (min-width: 960px) {
    .search-widget__button {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 130px;
        margin: 0;
    }
}

.search-widget__button:hover {
    color: #fff;
    background: #ea4634;
}

.search-widget__helper {
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 8px 0 0;
    opacity: 0.5;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    text-indent: 5px;
}

@media only screen and (min-width: 960px) {
    .search-widget__helper {
        position: relative;
        top: auto;
        left: auto;
        font-size: 10px;
    }
}

.subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.top_menu .nav__item:nth-child(2) .nav__dropdown .subnav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.subnav__item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 1px;
    padding: 0 0 0 18px;
    color: #fefeff;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    line-height: 1.2;
}

.subnav__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    margin: -2px 0 0;
    border-radius: 50%;
    background: #ea4634;
}

.nav__dropdown .nav__dropdown .subnav__item:before {
    display: none;
}

@media only screen and (min-width: 960px) {
    .subnav__item {
        font-size: 11px;
    }
}

.subnav__item--second .nav__dropdown {
    display: none !important;
}

.subnav__item--second:hover .nav__dropdown {
    display: block !important;
    position: unset;
    width: 100%;
}

.subnav__link {
    display: block;
    padding: 5px 0;
    color: #fefeff;
    text-decoration: none;
}

@media only screen and (min-width: 960px) {
    .subnav__link {
        display: inline;
    }
}

.subnav__link--active,
.subnav__link:hover {
    color: #c2c2c2;
    text-decoration: underline;
}

.top-nav {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1.2;
    list-style: none;
}

.top-nav__item {
    margin: 0 0 21px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
}

@media only screen and (min-width: 960px) {
    .top-nav__item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 5px;
        padding: 0 5px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 960px) {
    .top-nav__item {
        margin: 0 0 0 5px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 960px) {
    .top-nav__item:first-child {
        margin: 0;
        padding-left: 0;
    }
}

.top-nav__link {
    display: block;
    padding: 0 0 5px;
    color: #a7a9ac;
    text-decoration: none;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
    border-bottom: 1px solid #f1f1f1;
}

@media only screen and (min-width: 960px) {
    .top-nav__link {
        display: inline;
        padding: 0;
        border: 0 none;
    }
}

.top-nav__link:hover,
.top-nav__link--active {
    color: #111112;
}

.tour-list__title {
    margin: 0 0 35px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.tour-list__wrapper {
    overflow: hidden;
}

.tour-list__inner {
    font-size: 0;
}

@media only screen and (min-width: 960px) {
    .tour-list__inner {
        margin: 0 -5px;
    }
}

@media only screen and (min-width: 1280px) {
    .tour-list__inner {
        margin: 0 -10px;
    }
}

.tour-list__item {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .tour-list__item {
        margin: 0;
        padding: 0 5px;
        display: inline-block;
        vertical-align: top;
        width: 33.333333%;
    }
}

@media only screen and (min-width: 1280px) {
    .tour-list__item {
        padding: 0 10px;
    }
}

.tour-list__illustration {
    display: block;
    margin: 0 0 20px;
}

.tour-list__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.tour-list__name {
    display: block;
    margin: 0 0 5px;
    color: #D32F2F;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .tour-list__name {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1280px) {
    .tour-list__name {
        font-size: 16px;
    }
}

.tour-list__link {
    color: inherit;
    text-decoration: none;
}

.tour-list__link:hover {
    text-decoration: underline;
}

.tour-list__footer {
    padding: 30px 0 0;
    line-height: 1.2;
    text-align: right;
}

@media only screen and (min-width: 960px) {
    .tour-list__footer {
        text-align: left;
    }
}

@media only screen and (min-width: 960px) {
    .tour-list__footer {
        padding: 15px 0 0;
    }
}

@media only screen and (min-width: 1280px) {
    .tour-list__footer {
        padding: 30px 0 0;
    }
}

.tour-list__more {
    color: #0061ff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.tour-list__more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 20px;
    height: 3px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -58px -91px no-repeat;
}

.tour-list__more:hover {
    text-decoration: underline;
}

.vertical-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vertical-nav__item {
    position: relative;
    display: block;
    margin: 0 0 26px;
    padding: 0;
    line-height: 1;
    list-style: none;
}

.vertical-nav__item:hover .vertical-nav__link {
    color: #ea4634;
}

.vertical-nav__item:hover .vertical-nav__link:after {
    background-position: 0px -91px;
}

.vertical-nav__item:hover .vertical-nav__dropdown {
    display: block;
}

.vertical-nav__item--type_parent .vertical-nav__link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 4px;
    margin: 0 0 0 12px;
    background: url("/bitrix/include/assets/styles/../images/sprite.png") -15px -91px no-repeat;
}

.vertical-nav__item--type_parent .vertical-nav__link--active:after {
    background-position: 0px -91px;
}

.vertical-nav__item--type_parent:hover .vertical-nav__link:after {
    background-position: 0px -91px;
}

.vertical-nav__link {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.vertical-nav__link:hover,
.vertical-nav__link--active {
    color: #ea4634;
}

.vertical-nav__dropdown {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
    width: 300px;
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
}

.jq-selectbox ul {
    height: 250px !important;
}

.captionFaq {
    color: #fe5214;
    font-size: 18px;
    cursor: pointer;
    background: url("/upload/images/quest.png") no-repeat;
    background-position: left center;
    padding-left: 24px;
}

.portfolio_list {
    text-align: center;
}

.vopros-item {
    margin-bottom: 30px;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 1.1em;
}

.intro__footer div:not(:first-child) {
    margin-top: 40px;
}

.form__link {
    font-size: 14px;
    color: #fff;
    margin: 0px 0 0 50px;
    display: inline-block;
    vertical-align: middle;
}

.filterairport {
    padding-left: 0;
    margin-left: 0;
}

.filterairport a {
    text-decoration: none;
    border-bottom: 1px dashed #7b7b7b;
    font-size: 20px;
}

.filterairport li {
    display: inline-block;
    margin-right: 10px;
}

.filterairport li.active a {
    border-color: transparent;
    color: #000;
}

.form__total-eror {
    font-size: 24px;
    display: block;
}

.hidden {
    display: none;
}

.top_menu .nav__item:nth-child(2) .subnav__item {
    max-width: 210px;
}

@media (min-width: 761px) {
    .top_menu .nav__item:nth-child(2) .nav__dropdown {
        width: 1036px;
    }
}

.top_menu .info__banner {
    float: right;
    margin: -30px -36px 0 0;
}

@media (max-width: 760px) {
    .top_menu .nav__dropdown--active .info__banner {
        display: none;
    }

    .pills li {
        width: 90%;
    }
}

table.price {
    text-align: center;
    overflow-x: scroll;
    display: block;
    -ms-overflow-style: none;
    border: 1px;
    overflow: -moz-scrollbars-none;
}

table.price::-webkit-scrollbar {
    width: 0;
}

table.price thead th {
    background: #ea4634;
    color: #fff;
}

.price-head tr :nth-child(3n) {
    width: 40%;
}

.price-head tr :nth-child(4n) {
    width: 20%;
}

.price-head tr :nth-child(6n) {
    width: 15%;
}

.button-new-left {
    margin-left: 20px;
}

.lineBlocsSr {
    padding: 19px;
    padding-left: 10px;
    background: #e2e2e2;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    font-weight: bold;
}

.feelButtons {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.success_form {
    text-align: center;
    margin-top: 50px;
}

.content-img {
    max-width: 100%;
}

.content-img--center {
    display: block;
    margin: 0 auto;
}

.content-img--left {
    display: block;
    margin: 7px 7px 3px 0px;
    float: left;
    width: 300px;
}

.content-img--map {
    width: 400px;
    float: left;
    margin-bottom: 0.9em;
}

@media (max-width: 540px) {

    .content-img--left,
    .content-img--map {
        max-width: 300px;
    }
}

.content-img--right {
    display: block;
    margin-left: 5px;
    float: right;
    width: 300px;
}

.width-auto {
    width: auto;
}

.header__action_button {
    margin: 0 auto;
    width: 200px;
    padding: 12px 0 5px;
}

.header__action_logo {
    text-align: center;
}

@media only screen and (min-width: 758px) and (max-width: 958px) {
    .header__contact {
        float: right;
    }

    .header__action_logo {
        position: absolute;
        top: 70px;
        left: 0px;
    }

    .header__action_logo img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 958px) {
    body .header__contact {
        padding-top: 29px;
    }

    /* body .header__logo {
        padding-top: 44px;
    } */

    body .header__info {
        padding-top: 15px;
    }
}

.header__action_button .button {
    height: 40px;
    line-height: 38px;
}

.form__gruz-linc a {
    font-size: 20px;
    color: #fff;
    display: block;
    border-bottom: 2px solid #fff;
    width: 74%;
    margin: 0 auto;
}

.form__gruz-linc a:hover,
.form__gruz-linc a:visited {
    text-decoration: none;
    color: #fff;
}

.gray-small {
    margin: 0 0 9px;
    color: #a7a9ac;
    font-size: 13px;
}

@media only screen and (max-width:563px) {
    .content-map>ymaps {
        width: 300px !important;
    }
}

#top_button {
    bottom: 11%;
    background: url(/bitrix/include/assets/styles/../images/arrow-top-small.png) no-repeat scroll 0 0;
    background-size: auto;
    cursor: pointer;
    display: none;
    z-index: 101;
    position: fixed;
    height: 60px;
    width: 60px;
    left: 40px;
    background-size: 100%;
}

@media only screen and (max-width:563px) {
    #top_button {
        width: 48px;
        height: 48px;
        opacity: 0.7;
        left: 12px;
        bottom: 3%;
    }
}

.row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.row.portf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row.portf .title {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
}

.item {
    display: inline-block;
    width: 23%;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #f1f7f7;
    transition: box-shadow .3s ease;
    background: white;
}

.item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.image {
    max-height: 100px;
    width: 100%;
    object-fit: contain;
}

.picture {
    height: 100px;
}

@media only screen and (max-width: 480px) {
    .item {
        width: 80%;
        margin-bottom: 10px;
        padding: 10px;
    }
}

#contacts-form-page {
    margin-top: 0;
    margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
    #contacts-form-page {
        margin-top: -55px;
    }
}

.tarif {
    font-size: 14px;
    line-height: 1.25;
    text-align: right;
    border-right: 5px solid #ea4634;
    padding-right: 5px;
}

.zajavka {
    background: #F2EFEF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 25px 30px;
    position: relative;
}

.zajavka-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.zajavka-row input {
    height: 40px;
    padding: 0 45px 0 10px;
    max-width: 100%;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
    border: 0 none;
    border-radius: 3px;
    background: #fff;
    margin: 2px 3px;
}

.zajavka-row-left {
    width: 50%;
    text-align: right;
    margin-right: 10px;
    padding-top: 7px;
}

.zajavka-row-right {
    width: 50%;
}

.zajavka-row-right.more {
    display: flex;
    flex-wrap: wrap;
}

.zajavka-row-right.more div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 15px;
}

.zajavka-row-right.more input {
    margin-right: 10px;
}

.fld-required {
    margin: 0 0 0 5px;
}

@media (max-width: 425px) {
    .jq-selectbox {
        width: 100%;
        max-width: 100%;
    }

    .zajavka-row-right.more div {
        margin-right: 0;
    }

    .zajavka-row-right.more input {
        margin-right: 5px;
    }

    .zajavka-row-left {
        width: 40%;
    }

    .zajavka-row-right {
        width: 60%;
    }

    .element-row {
        margin: 4px 0px;
    }
}

.news-item {
    margin-bottom: 25px;
    height: 120px;
    overflow: hidden;
}

.news-img {
    width: 20%;
    float: left;
    margin-right: 20px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-img img {
    max-width: 100%;
    align-self: center;
}

div.news-list .news-img img.preview_picture {
    float: unset;
    margin: 0;
}

.news-title {
    padding: 5px 5px 0 0;
}

.news-text {
    padding: 0 5px 5px 0;
}

@media only screen and (max-width: 599px) {
    .news-item {
        height: unset;
    }

    .news-img {
        width: unset;
        float: unset;
        margin-right: 0;
    }

    .news-img img {
        width: unset;
        border-radius: unset;
    }

    .news-title {
        padding: 5px 10px;
    }

    .news-text {
        padding: 5px 10px 10px;
    }
}

.nav__item--mobile-only {
    display: none;
}

@media only screen and (max-width: 959px) {
    .page__body {
        display: flex;
        flex-wrap: wrap;
    }

    .page__header {
        width: 100%;
    }

    .page__main-area {
        width: 100%;
        order: -1;
    }

    .main-area__info {
        display: none;
    }

    .header__top {
        display: none !important;
    }

    .fixed-trigger {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

    .page__footer {
        width: 100%;
    }

    .nav__item--mobile-only {
        display: block;
    }

    .nav__tab-wrapper .nav__tab:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 7px;
        height: 4px;
        margin: 0 0 0 10px;
        background: url("/bitrix/include/assets/styles/../images/sprite.png") -15px -91px no-repeat;
    }
}

.phone-a {
    color: #000;
    text-decoration: underline !important;
}

.phone-a:hover {
    color: #ea4634;
}

.price tbody tr:hover {
    background: #EA4636;
    color: #fff;
    opacity: 0.7;
}

.content-row3cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 20px auto;
    justify-content: space-around;
}

@media only screen and (min-width: 620px) {
    .content-row3cols {
        width: 600px;
    }

    .rekvit {
        margin-left: 25px;
        width: 44%;
    }

    .content-row2cols {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 1280px) {
    .content-row3cols {
        justify-content: space-between;
        flex-wrap: nowrap;
        width: auto;
    }
}

.schema {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 50px;
}

.schema>div {
    width: 160px;
    position: relative;
}

.schema>div:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: -30px;
    width: 35px;
    height: 8px;
    background: url(/images/icons/red-ar.png) no-repeat;
}

.schema img {
    height: 40px;
}

.schema p {
    margin-top: 50px;
}

@media screen and (max-width: 1000px) {
    .schema {
        flex-wrap: wrap;
    }

    .schema>div {
        width: 30%;
        margin-bottom: 20px;
    }

    .schema p {
        margin-top: 20px;
    }

    .schema>div:not(:last-child):after {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .schema>div {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .links__nav {
        display: block;
    }

    .links__nav-main{
        display: flex;
    }

    .links__nav-link {
        display: inline-block;
    }
}

#box {
    display: none;
}

.boxBtn {
    width: 250px;
    margin: auto;
    display: block;
}

.fnt19 {
    font-size: 19px;
    margin-bottom: 10px;
}

.pills {
    margin-left: 0;
    list-style: none;
    counter-reset: li;
    clear: both;
}

.pills li {
    padding: 10px 0;
    position: relative;
    left: 1.5em;
    margin-bottom: 0.75em;
    padding-left: 1em;
    background: #E3DEDC;
}

.pills li:before {
    padding: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5em;
    width: 1.875em;
    text-align: center;
    color: white;
    font-weight: bold;
    background: #ea4634;
    border-bottom-left-radius: 70em;
    border-top-left-radius: 70em;
    counter-increment: li;
    content: counter(li);
}

.calc_calculate {
    background: #58ea34;
    color: black;
}

.calc_calculate:hover {
    background: #45b628;
}

.calc_application {
    margin: 0px 5px;
    background: #ea4634;
    color: white;
    cursor: pointer;
}

.calc_application:hover {
    background: #ca3c2c;
}

.nav__dropdown--type_tab {
    height: auto;
}

.modal_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.modal-form-calc {
    width: 800px;
}

.modal__title,
.modal__desc {
    text-align: center;
}

.modal_block_applicaion {
    margin-top: 3em;
}

.modal_input_info {
    color: black;
    border-bottom: 0 solid;
    width: 250px;
    margin: 10px 0px;
}

.content-zajavka {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.pole1 {
    flex-basis: 46em;
    justify-content: space-between;
}

.pole2 {
    flex-basis: 46em;
    justify-content: space-evenly;
}

.pole3 {
    flex-basis: 48em;
    justify-content: flex-start;
}

.pole4 {
    flex-basis: 46em;
    justify-content: space-around;
}

.check-block {
    width: 12em;
}

.zajavka-infoblock {
    flex-basis: 20em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.zajavka-privacy {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: grey;
}

.zajavka-privacy input.error {
    outline: 1px solid #f00;
    outline-offset: -1px;
}

.element-row label {
    position: relative;
    bottom: 0.9em;
}

.ots_br {
    width: 100%;
    border: 1px dashed #7D7D7D;
    display: block;
    margin: 20px auto;
}

.left_row {
    padding: 6px 20px;
}

.zajavka-button {
    width: 244px;
    height: 41px;
    background: #EA4634;
    border-radius: 19px;
    line-height: 0px;
    border: 0px solid;
    font-size: 14px;
    color: white;
}

.zajavka-input {
    width: 148px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.width-opti {
    width: 5em;
}

.zajavka-infoblock input {
    height: 27px;
}

.order-opasity {
    position: absolute;
    top: 0;
    width: 95%;
    height: 98%;
    background: white;
    z-index: 100;
    opacity: 0.8;
    transition: 1s;
    margin: 10px auto;
    text-align: center;
    display: none;
}

.order-succses {
    position: relative;
    top: 40%;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: -15em;
    display: none;
}

.order-succses div {
    width: 10em;
    margin: 5px auto;
    font-size: 31px;
    text-align: center;
}

.textFaq {
    display: none;
    padding: 1em;
}

.advantages_title {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 27px;
    overflow: hidden;
    text-align: center;
}

.advantages_title:before,
.advantages_title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 4px;
    background-color: #000000;
    position: relative;
}

.advantages_title:before {
    margin-left: -100%;
    left: -14px;
}

.advantages_title:after {
    margin-right: -100%;
    right: -14px;
}

.advantages_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.advantages_element {
    width: 14em;
    text-align: center;
}

.advantages_element p {
    margin: 2em 0px;
}

.nav__dropdown--type_tab.center {
    margin: 0 auto;
}

.tour-list {
    margin: 15px 0;
}

@media only screen and (max-width: 760px) {
    .top_menu .nav__item:nth-child(2) .nav__dropdown .subnav {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .top_menu .nav__item:nth-child(2) .nav__dropdown .subnav__item {
        margin: 0 0 0px;
        padding: 0 0 0 6px;
        line-height: 1;
    }

    .top_menu .nav__item:nth-child(2) .nav__dropdown {
        padding: 0px 8px 10px;
    }

    .top_menu .nav__item:nth-child(2) .nav__dropdown .subnav__link {
        padding: 1px 0;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 961px) {
    .top_menu .nav__item:nth-child(2) .nav__dropdown .banner__image {
        display: none;
    }

    .top_menu .nav__item:nth-child(2) .nav__dropdown {
        width: 757px;
    }
}

/*@media only screen and (max-width: 961px) and (min-width: 760px) {*/
/*    .top_menu .nav__item:nth-child(2) .nav__dropdown {*/
/*        width: 590px;*/
/*    }*/

/*    .top_menu .nav__item:nth-child(2) .nav__dropdown .banner__image {*/
/*        display: none;*/
/*    }*/

/*}*/

.top_menu .nav__item:nth-child(3) .nav__dropdown {
    width: 500px;
}

.top_menu .nav__item:nth-child(3) .nav__dropdown .subnav {
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.main-stages.main-page-stages {
    position: relative;
    height: 826px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #dfddde;
}
.main-stages.main-page-stages::before{
    background: none !important;
    top: 300px !important;
}

.main-stages.main-page-stages>.h2 {
    text-align: right;
    margin-bottom: 0px;
    padding-top: 0em;
    padding-right: 2em;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #484A4A;
}

.main-stages.main-page-stages .airplane-stages {
    position: relative;
    left: 50%;
    top: 50px;
    background-image: url(/upload/iblock/308/Group2.png);
    height: 582px;
    background-repeat: no-repeat;
    width: 582px;
    transform: translateX(-50%);
}

.main-stages.main-page-stages .page-stages {
    position: relative;
    background: #F1F7F7;
    display: flex;
    width: 330px;
    padding: 30px;
}

.main-stages.main-page-stages .number-page {
    color: #484A4A;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 89px;
    line-height: 67px;
    margin: 0px 15px;
}

.main-stages.main-page-stages .content-page {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #484A4A;
}

.main-stages.main-page-stages .page-stages:nth-child(1) {
    top: 30%;
    right: 33%;
    background: #f0f4f4;
}

.main-stages.main-page-stages .page-stages:nth-child(2) {
    bottom: 33%;
    left: 21%;
    background: #f1f7f7;
}

.main-stages.main-page-stages .page-stages:nth-child(3) {
    left: 79%;
    bottom: 14%;
    background: #eef2f2;
}

.main-stages.main-page-stages .page-stages:nth-child(4) {
    left: 70%;
    top: 10%;
    background: #e8ecec;
}

.main-stages.main-page-stages .page-stages:nth-child(5) {
    right: 25%;
    bottom: 12%;
    background: #f1f7f7;
}

.main-stages.main-page-stages:before {
    position: absolute;
    content: "Этапы";
    left: -290px;
    top: 350px;
    text-transform: uppercase;
    line-height: 0;
    background: #e3e3e5;
    width: 330px;
    height: 40px;
    font-size: 97px;
    padding-right: 530px;
    padding-bottom: 105px;
    transform: rotate(-90deg);
    font-weight: bold;
    color: #484a4a;
}

@media (max-width: 1290px) {
    .main-stages.main-page-stages {
        display: none;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 960px) {

    .nav__tab--icon_calculator,
    .nav__tab--icon_calendar,
    .nav__tab--icon_check {
        font-size: 0;
    }

    .nav__tab-wrapper:nth-child(1),
    body .nav__tab-wrapper:nth-child(2),
    .nav__tab-wrapper:nth-child(3) {
        width: 65px;
    }

    .nav__tabs {
        width: 350px;
    }

    .nav__primary {
        width: calc(100% - 350px);
    }
}

/*@media only screen and (max-width: 960px) and (min-width: 760px) {*/
/*    .nav__item {*/
/*        width: 170px;*/
/*        padding-left: 10px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 960px) {
    .nav__item {
        padding-left: 10px;
    }

    .top_menu .nav__item:nth-child(3) .nav__dropdown .subnav__link {
        padding: 1px 0;
        font-size: 12px;
    }

    .top_menu .nav__item:nth-child(3) .nav__dropdown .subnav__item {
        margin: 0 0 0px;
        padding: 0 0 0 6px;
        line-height: 1;
    }

    .top_menu .nav__item:nth-child(3) .nav__dropdown {
        padding: 0px 8px 10px;
    }

    .top_menu .nav__item:nth-child(3) .nav__dropdown .subnav {
        display: grid;
        grid-template-columns: 1fr;
    }

    form.cms_form.zajavka .element-row {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    form.cms_form.zajavka .element-row span {
        width: 180px;
    }

    form.cms_form.zajavka .zajavka-row .element-row input {
        font-size: 17px;
        width: 250px;
    }

    form.cms_form.zajavka .zajavka-row .element-row .jq-selectbox.jqselect.zajavka-input {
        width: 250px;
    }

    form.cms_form.zajavka .zajavka-row .element-row .jq-selectbox.jqselect.zajavka-input .jq-selectbox__select {
        font-size: 17px;
    }

    form.cms_form.zajavka .zajavka-row .element-row .jq-selectbox li {
        margin-bottom: 5px;
        font-size: 17px;
    }

    form.cms_form.zajavka .element-row.check-block input.cms_checkbox {
        width: 20px;
    }

    form.cms_form.zajavka .element-row.check-block input.cms_checkbox+label {
        bottom: initial;
        margin-left: 10px;
        width: 160px;
    }

    form.cms_form.zajavka .element-row.check-block {
        justify-content: flex-start;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 576px) {
    form.cms_form.zajavka .element-row span {
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
    }

    form.cms_form.zajavka .element-row:not(.check-block) {
        flex-direction: column;
    }
}

@media only screen and (max-width: 960px) {
    .page__panel-nav {
        z-index: 1;
    }
}


.letter_block li:before {
    content: none;
}

.letter_block:before {
    content: attr(data-letter);
    display: block;
    width: 16px;
    height: 20px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 18px;
    left: -6px;
    top: 0;
    color: #E8423A;
    position: absolute;
}

.letter_block {
    margin-bottom: 20px;
    display: block;
    break-inside: avoid;
    position: relative;
}

.top_menu .nav__item:nth-child(2) .nav__dropdown ul.subnav.destination {
    display: block;
    column-count: 5;
    list-style: none;
}

.top_menu .nav__item:nth-child(2) .nav__dropdown ul.subnav.destination .subnav__item {
    max-width: 100px;
    display: block;
    margin-bottom: 3px;
}

div#sher.not_price_page table:not(.active) tbody tr:nth-child(n+6) td {
    border: 0;
    padding: 0;
    overflow: hidden;
}

div#sher.not_price_page table:not(.active) tbody tr:nth-child(n+6) {
    line-height: 0;
}

div#sher table tbody tr td,
div#sher table tbody tr {
    transition: .3s;
}

.btn_more_table {
    display: block;
    margin: 0 auto;
    width: 250px;
    text-align: center;
    background: #ea4634;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: 2px solid #ea4634;
    transition: .3s;
}

.btn_more_table:hover {
    background: #fff;
    color: #ea4634;
}

#sher:not(.not_price_page) .btn_more_table {
    display: none;
}

div#sher table tbody tr td a {
    color: #000;
    text-decoration: underline;
    transition: .3s;
}

div#sher table tbody tr:hover td a {
    color: #fff;
}

.advant_main_block {
    background: #f1f7f7;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 3px #f1f7f7;
}

ul.advant_block {
    text-align: center;
    padding: 0;
}

ul.advant_block li {
    display: inline-block;
    width: 180px;
    text-align: center;
    vertical-align: top;
    margin: 10px 5px;
}

ul.advant_block li img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}


/* Adaptive */

@media only screen and (max-width: 960px) {
    .top_menu .nav__item:nth-child(2) .nav__dropdown ul.subnav.destination {
        column-count: 4;
    }
}

@media only screen and (max-width: 760px) {
    .top_menu .nav__item:nth-child(2) .nav__dropdown ul.subnav.destination {
        padding: 10px 0;
        height: 180px;
        overflow: auto;
        column-count: initial;
    }

    .letter_block {
        padding-left: 30px;
    }

    .letter_block:last-child {
        margin-bottom: 0;
    }

    .letter_block:before {
        font-size: 20px;
        left: 8px;
    }

    .top_menu .nav__item:nth-child(2) .nav__dropdown ul.subnav.destination .subnav__item {
        width: 100%;
        max-width: initial;
        font-size: 16px;
    }
}

.plash_block {
    padding: 10px;
    border: 3px solid #ef493b;
    margin: 20px 0;
}

.plash_body {
    background: #dddbdb;
    padding: 15px;
    border-radius: 10px;
}

.plash_body-head {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.plash_body-text {
    padding-bottom: 10px;
}

.plash_body-phone {
    font-weight: 600;
}

.plash_body_mail {
    font-weight: 600;
}

.plash_body_button {
    width: 200px;
    margin-top: 10px;
}

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

.form__line-privacy {
    margin-top: 15px;
}

.form__line-privacy label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form__line-privacy label a {
    color: inherit !important;
    text-decoration-line: underline;
}

.form__line-privacy label a:hover {
    text-decoration-line: none;
}


.form__line-privacy input {
    display: none;
}

.form__line-privacy .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background: #FFFFFF;
    border: 1px solid #82A6E0;
    border-radius: 5px;
    margin-right: 11px;
    border: 1px solid transparent;
    cursor: pointer;
}

.form__line-privacy input.error + .checkbox {
    border-color: #ff3636;
}

.form__line-privacy input:checked + .checkbox:before{
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    background: url(/bitrix/include/assets/images/ar-form.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.modal-form__privacy {
    font-size: 12px;
}

.modal-form__privacy a {
    color: #0061ff !important;
}

.modal-form__privacy input.error {
    outline: 1px solid #f00;
    outline-offset: -1px;
}

.privacy_kontakty {
    font-size: 14px;
}

.privacy_kontakty a {
    color: #0061ff !important;
}

.privacy_kontakty input.error {
    outline: 1px solid #f00;
    outline-offset: -1px;
}

.bottom_social_block .rating_block p {
    padding-bottom: 0;
}

.stars_rating img {
    cursor: pointer;
    transition: .3s;
    margin: 0 1px;
    width: 20px;
}

.stars_rating img:not(.active),
.stars_rating img:hover~img {
    filter: grayscale(1);
    opacity: 0.4;
}

.stars_rating img:hover {
    filter: initial;
    opacity: 1;
}

.bottom_social_block .rating_block .stars_rating {
    margin: 10px 0 0;
}

.bottom_social_block .rating_block p {
    padding-bottom: 0;
}

.article_author-img {
    width: 20px;
    top: 5px;
    position: relative;
    margin-right: 5px;
}

.article_author_rating .stars_rating img {
    cursor: pointer;
    transition: .3s;
    margin: 0 1px;
    width: 15px;
}

.article_author_rating .stars_rating {
    position: relative;
    top: 8px;
}

.article_author-img.rating__img {
    margin: 0 5px 0px 15px;
    width: 20px;
}

.bottom_social_block {
    display: flex;
    justify-content: space-between;
}

.row.our_parthners .item {
    margin: 10px;
    padding-bottom: 20px;
}

.row.our_parthners .item .picture {
    padding: 20px;
    box-sizing: border-box;
}

.row.our_parthners .item .picture img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

html.loaded .main-area__holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/include/assets/styles/../images/backgrounds/main-area.jpg) 0 0 no-repeat;
    background-size: cover;
}

.scheme_job_main {
    display: flex;
    margin-top: 30px;
}

.scheme_job_main .scheme_job_item {
    display: inline-block;
    position: relative;
    width: 195px;
    text-align: center;
    padding: 0 20px;
    padding-top: 50px;
}

.scheme_job_main .scheme_job_item:before {
    content: "1";
    position: absolute;
    top: 8px;
    width: 30px;
    height: 30px;
    background: #ea4634;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.scheme_job_main .scheme_job_item p.title_job {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.scheme_job_main .scheme_job_item p.text_job {
    font-size: 13px;
    box-sizing: border-box;
}

.scheme_job_main .scheme_job_item:after {
    content: "";
    position: absolute;
    width: 195px;
    border-top: 7px dotted #939393;
    height: 10px;
    top: 20px;
    left: 89px;
    transition: .3s;
}

.scheme_job_main .scheme_job_item:hover:after,
.scheme_job_main .scheme_job_item:hover~div:after {
    border-color: #ea4634;
}

.scheme_job_main .scheme_job_item:last-child:after {
    content: initial;
}

.scheme_job_main .scheme_job_item:nth-child(2):before {
    content: "2";
}

.scheme_job_main .scheme_job_item:nth-child(3):before {
    content: "3";
}

.scheme_job_main .scheme_job_item:nth-child(4):before {
    content: "4";
}

.scheme_job_main .scheme_job_item:nth-child(5):before {
    content: "5";
}

.scheme_job_main .scheme_job_item:nth-child(6):before {
    content: "6";
}

.link_block_popular div {
    column-count: 4;
}

.link_block_popular a {
    display: block;
    color:  #038cdb!important;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 7px 0;
    padding-left: 5px;
    text-align: left;
    transition: .3s;
}

.link_block_popular a:hover {
    color: #ea4634 !important;
    text-decoration: none !important;
}

.link_block_popular p, p.tour-list__title.title-h2-small.scheme {
    margin-bottom: 20px;
}
.link_block_popular {
    margin: 30px 0;
}
@media screen and (max-width: 1280px) {
    .scheme_job_main .scheme_job_item:after {
        content: none;
    }

    .scheme_job_main {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 920px) {
    .link_block_popular div{
        column-count: 3;
    }
}
@media screen and (max-width: 550px) {
    .link_block_popular div{
        column-count: 2;
    }
}

.qa-heading{
    margin: 44px 0 28px;
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    color: #484A4A;
}

.qa{
    margin-bottom: 50px;
    font-size: 19px;
    line-height: 22px;
}

.qa-item{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: #fff;
    padding: 0 66px 0 20px;
    margin-bottom: 10px;
}

.qa-item_title{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 15px 0;
    font-size: 19px;
    margin-bottom: 0;
    cursor: pointer;
}

.qa-item_title:before{
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: calc((100% / 2) - 4px);
    right: -30px;
    background: url(/bitrix/include/assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .5s;
}

.qa-item_title.opened{
    font-weight: 500;
}

.qa-item_title.opened:before{
    transform: rotate(180deg);
}

.qa-item_body{
    display: none;
    padding-left: 23px;
    padding-bottom: 39px;
    margin-top: 10px;
    color: #484A4A;
}

.qa-item_body ul{
    list-style-position: outside;
    margin-bottom: 10px;
}

.qa-item_body ul li{
    margin-bottom: 3px;
}

.qa-bold{
    font-weight: 500;
    color: #000;
}

.qa .mb0{
    margin-bottom: 0;
}

.qa .mb10{
    margin-bottom: 10px;
}

@media screen and (max-width: 500px){
    .qa-item_body{
        padding-left: 0;
    }
}

.consult{
    width: 100%;
    position: relative;
    background: url(/bitrix/include/assets/images/bg-blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 65px 0 60px;
    padding: 72px 0 44px;
    overflow-x: clip;
}

.consult:after {
    content: '';
    display: block;
    width: 1000px;
    height: 346px;
    position: absolute;
    top: -110px;
    right: -3%;
    background: url(/bitrix/include/assets/images/airplane.png);
    background-repeat: no-repeat;
    z-index: 100;
}

.consult label.error{
    display: none;
}

.consult-questions{
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    z-index: 101;
}

.consult-title{
    position: relative;
    font-weight: 700;
    font-size: 39px;
    line-height: 46px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 19px 0 1px;
    z-index: 101;
}

.consult-delivery{
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    z-index: 101;
}

.consult-wr form{
    margin-top: 85px;
}

.consult-inputs{
    display: grid;
    grid-template-columns: 384px 384px;
    column-gap: 28px;
    row-gap: 21px;
}

.consult-inputs input{
    outline: none;
    border: none;
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #4269A8;
    padding: 20px 12px;
    border: 1px solid transparent;
}

.consult-inputs input::placeholder{
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #4269A8;
}

.consult-wr .privacy-wr{
    margin: 32px 0 38px;
}

.consult-wr .privacy-wr label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.consult-wr .privacy-wr input{
    display: none;
}

.consult-wr .privacy-wr .checkbox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background: #FFFFFF;
    border: 1px solid #82A6E0;
    border-radius: 5px;
    margin-right: 11px;
    border: 1px solid transparent;
    cursor: pointer;
}

.consult-wr .privacy-wr .checkbox.error{
    border-color: red;
}

.consult-wr .privacy-wr input:checked+.checkbox:before{
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    background: url(/bitrix/include/assets/images/ar-form.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.consult-wr .privacy,
.consult-wr .privacy a{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.consult-wr .privacy a{
    text-decoration: underline;
}

.consult-wr .privacy a:hover{
    text-decoration: none;
}

.consult-wr .button{
    color: #fff;
    background: #ea4634;
}

.consult-wr .button:hover{
    color: #000;
    background: #fff;
}

.consult-wr .success-message{
    display: none;
    position: absolute;
    bottom: 10px;
    margin-top: 10px;
    transition: .5s;
}

.consult-wr .success-message.visible{
    display: block;
}

.footer__phone a {
    color: white;
}
p.big_text_main {
    font-size: 25px;
    margin-top: 20px;
}








@media screen and (max-width: 1700px){
    .consult:after{
        right: -12%;
    }
}

@media screen and (max-width: 1500px){
    .consult:after{
        right: -19%;
    }
}

@media screen and (max-width: 1279px){
    .consult:after{
        right: -40%;
    }
}

@media screen and (max-width: 1150px){
    .consult:after{
        right: -50%;
    }
}

@media screen and (max-width: 959px){
    .consult{
        margin-top: calc(100vw / 4);
    }
    .consult:after{
        width: 100%;
        top: calc(100vw /-3.7);
        right: unset;
        left: 20px;
        background-size: contain;
    }
}

@media screen and (max-width: 870px){
    .consult-inputs{
        grid-template-columns: 1fr 1fr;
    }
    .consult-wr form{
        margin-top: 26px;
    }
}

/*@media (min-width: 760px) and (max-width: 960px) {*/

/*    .header__holder-block {*/
/*        position: static !important;*/
/*    }*/

/*    #placeholder-header {*/
/*        height: 0 !important;*/
/*    }*/

/*    .nav {*/
/*        top: 0 !important;*/
/*    }*/

/*}*/

@media screen and (max-width: 959px){

    div#placeholder-header {
        display: none;
    }

    .header__info {
        display: none;
    }
    
    .header__action.header__action_logo {
        display: none;
    }
    
    .header__holder {
        display: flex;
    }
    
    .header__logo {
        padding: 10px 5px 5px 0;
    }

    .fixed-trigger {
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 1000;
    }

    .header__holder-block {
        z-index: 102 !important;
    }

    .header {
        margin-bottom: 75px;
    }

    .header__holder-block {
        background: white !important;
    }

    
}

@media screen and (max-width: 959px){
    .logo__image {
        width: 90%;
        height: auto;
    }
}

@media screen and (max-width: 600px){
    .consult-questions{
        font-size: 12px;
        line-height: 14px;
    }
    .consult-title{
        font-size: 33px;
        line-height: 31px;
    }
    .consult-delivery{
        font-size: 17px;
        line-height: 20px;
    }

    .header__tel {
        font-size: 20px;
    }

    .header__contact {
        font-size: 11px;
    }

    .header__logo {
        padding: 15px 5px 5px 0;
    }


    .logoText {
        font-size: 13px;
    }

    .header__email :nth-child(2n) {
        display: none;
    }

    .fixed-trigger {
        top: 15px;
    }

}



@media screen and (max-width: 500px){
    .consult{
        padding-top: 31px;
        padding-bottom: 33px;
    }
    .consult-inputs{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 10px;
    }

    .consult-inputs input{
        padding: 16px 12px;
    }
    .consult-submit{
        text-align: center;
    }
    .consult-wr .success-message{
        left: calc(100% / 2 - 80px);
    }

    .header__contact {
        width: 80%;
        margin-right: 30px;
    }
}

/* .header__holder-block {
    position: relative;
    z-index: 999;
    top: 0px;
    width: 100%;
    background: rgb(241, 247, 247);
} */

@media screen and (max-width: 450px){

    .header__tel {
        font-size: 16px;
    }
    
    .header__contact {
        font-size: 10px;
    }
    
}

@media screen and (max-width: 400px){

    .header__email {
        font-size: 0;
    }
    
    .header__email-link {
        font-size: 11px;
    }
    
}

@media screen and (max-width: 360px){

    .logo__image {
        width: 80%;
    }

    .logoText {
        font-size: 10px;
    }

    .header__tel {
        font-size: 13px;
    }

    .header__contact {
        width: 70%;
        margin-right: 35px;
    }

    .fixed-trigger {
        top: 17px;
    }
    
}
.form__action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form__action input, .calc_application {
    display: block;
    margin: 10px auto;
    width: 220px;
}
img.img_center {
    display: block;
    margin: 0 auto;
    max-width: 650px;
}
@media screen and (max-width: 900px){

    .image-adaptive {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 630px){

    .static_data>*[class*="static_data"] {
        margin-bottom: 10px;
    }
    
    .static_data {
        flex-wrap: wrap;
    }

    .content-img--right, .content-img--left {
        float: none;
        margin: 15px auto;
    }
}

.adaptive_mobile-table {
    display: none;
}

@media screen and (max-width: 585px){

    .adaptive_mobile img {
        width: 100%;
        height: auto;
    }

    .adaptive_mobile-tabs {
        display: none;
    }
    
    .adaptive_mobile-table {
        display: table;
        width: 100%;
    }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel/style.min.css?16177790643715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/menu_index/style.css?16177790642727*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/menu_index/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/menu_index/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/menu_index/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/menu_index/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/menu_index/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/calc/style.css?1617779064150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1617779064569*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	/* white-space: nowrap; */
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel_bottom/style.min.css?16177790643715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel_bottom/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel_bottom/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel_bottom/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/style.css?16177790642727*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/bitrix/templates/inner_avia/styles.css?1674736296110*/
.modal-form__privacy {
    font-size: 12px;
}

.modal-form__privacy a {
    color: #0061ff !important;
}
/* End */


/* Start:/bitrix/templates/inner_avia/template_styles.css?1674740020119*/
.title-h2-price {
    font-size: 27px;
    margin-bottom: 20px;
}

.form__line-privacy {
    margin-top: 15px;
}
/* End */
/* /bitrix/include/assets/components/fancybox/source/jquery.fancybox.css?16177790324939 */
/* /bitrix/include/assets/components/jQueryFormStyler/jquery.formstyler.css?161777903212667 */
/* /bitrix/include/assets/styles/common.css?1788783983104909 */
/* /bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel/style.min.css?16177790643715 */
/* /bitrix/templates/.default/components/bitrix/menu/menu_index/style.css?16177790642727 */
/* /bitrix/templates/.default/components/bitrix/news.list/calc/style.css?1617779064150 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1617779064569 */
/* /bitrix/templates/.default/components/bitrix/menu/horizontal_multilevel_bottom/style.min.css?16177790643715 */
/* /bitrix/templates/.default/components/bitrix/menu/menu_index_bottom/style.css?16177790642727 */
/* /bitrix/templates/inner_avia/styles.css?1674736296110 */
/* /bitrix/templates/inner_avia/template_styles.css?1674740020119 */
