

/* Start:/bitrix/templates/mdddnn/libs/select2/style.css?171111859016973*/
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
/* End */


/* Start:/bitrix/templates/mdddnn/libs/fancybox/jquery.fancybox.css?171111859012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/mdddnn/libs/slider/style.css?17111185907506*/
/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* End */


/* Start:/bitrix/templates/mdddnn/libs/swiper/style.css?171111859019345*/
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/bitrix/templates/mdddnn/css/style.css?1735028495237262*/
@charset 'UTF-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;

    border: 0;
}

html
{
    height: 100%;
}

img,
fieldset,
a img
{
    border: none;
}

input[type='submit'],
button
{
    cursor: pointer;
}
input[type='submit']::-moz-focus-inner,
button::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

textarea
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; 

    overflow: auto;
}

a
{
    text-decoration: none;
}

a
{
    color: #0067ab;
}
a:hover
{
    color: #ff7f11;
}

button
{
    border: 0; 
    background: none;
}

input,
button
{
    margin: 0;
    padding: 0;

    border: 0;
}

input
{
    -webkit-border-radius: 0;
            border-radius: 0;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}

input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus
{
    outline: none;
}

ul,
ol
{
    list-style-type: none;
}

table
{
    width: 100%; 

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

li
{
    margin-bottom: 10px;
}

.clearfix::before
{
    display: table; 

    content: ' ';
}

.clearfix::after
{
    display: table;
    clear: both; 

    content: ' ';
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: italic;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-ExtraboldItalic.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-ExtraboldItalic.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-ExtraboldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSansLight-Italic.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSansLight-Italic.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSansLight-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Extrabold.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Extrabold.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Extrabold.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Semibold.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Semibold.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Semibold.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: italic;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-BoldItalic.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-BoldItalic.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: italic;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Italic.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Italic.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Bold.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Bold.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Light.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Light.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-SemiboldItalic.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-SemiboldItalic.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans-SemiboldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans.woff2') format('woff2'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans.woff') format('woff'), url('/bitrix/templates/mdddnn/css/../fonts/Opensans/OpenSans.ttf') format('truetype');
    font-display: swap;
}

h1,
.heading-1
{
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 54px;

    text-transform: uppercase; 

    color: #24323a;
}
@media screen and (max-width: 1200px)
{
    h1,
    .heading-1
    {
        font-size: 2.5rem;
        line-height: 44px;
    }
}
@media screen and (max-width: 767px)
{
    h1,
    .heading-1
    {
        font-size: 1.875rem;
        line-height: 34px;
    }
}

h2,
.heading-2
{
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 38px; 

    color: #24323a;
}
@media screen and (max-width: 1200px)
{
    h2,
    .heading-2
    {
        font-size: 1.625rem;
        line-height: 34px;
    }
}
@media screen and (max-width: 767px)
{
    h2,
    .heading-2
    {
        font-size: 1.375rem;
        line-height: 28px;
    }
}

h3,
.heading-3
{
    font-size: 1.625rem;
    font-weight: 600; 
    line-height: 34px;

    color: #24323a;
}
@media screen and (max-width: 1200px)
{
    h3,
    .heading-3
    {
        font-size: 1.375rem;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px)
{
    h3,
    .heading-3
    {
        font-size: 1.25rem;
        line-height: 28px;
    }
}

h4,
.heading-4
{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 26px; 

    color: #24323a;
}
@media screen and (max-width: 1200px)
{
    h4,
    .heading-4
    {
        font-size: 1.125rem;
        line-height: 26px;
    }
}

button
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.text
{
    font-size: 1.125rem;
    line-height: 26px;

    color: #24323a;
}
.text p,
.text b
{
    display: block;

    margin-bottom: 10px;
}
.text h3
{
    padding: 10px 0 20px;
}
.text h4
{
    padding: 10px 0 15px;
}
.text blockquote
{
    font-size: 1.125rem;
    line-height: 26px; 

    position: relative;

    margin: 15px 0;
    padding: 15px 0 15px 80px;
}
@media screen and (max-width: 767px)
{
    .text blockquote
    {
        padding-left: 15px;

        border-left: 3px solid #ff7f11;
    }
}
.text blockquote:before
{
    position: absolute;
    top: 15px; 
    left: 0;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAApCAYAAACY7BHXAAAB4klEQVRoQ+2Z0VnDIBSFz53ApBPUDeIGdQK7gXUCRwiZQDewTqBOoJ1AnUBdoIkTHD/a+qCQ9hKCvsAzuT/nAAe+IKzLZwAVxm8v0rQnv8sm5bEuOb6ObUVpWvGIScfLYpRTmWdGaZSvm+RlpnQvLzOlUXmZRRiVz5ko83KaKe3LaaY0KqdZhFE5zaLMy2mmtC+nmdKonGYRRv1LmnUAjmIG3fdtz55Jx6MpiohfTRUoVz1iVtK0M+fvTEpezIxsjKC03hrCUzHdU0x9rxH7eDEwmsk1yEunhsitmPUiprbv20M85yeddgA0xRSUN0//TwgrMd27tpamn4Y3XExdPgJw9gREGjFroxlgSB8qeIPE0BRzUO7c5YUPYDMrNrFGa1reMDF1aZfX1B0tL6TplqOp2BWikhcshmZiQNaeAXujOFZYCC9IzG4T2icQezb9bGmi2IaMmhcoZrIEee7ZKw9i2nnsLLjnShhPLYammIFiE8xtwuMEURzM04vpe2FLF8X+F709PJUY1sUCkJueA3I6ehQP5B0Us7t/2Sh2Nz3Gj+IYnkJMz/0LeJWmHf1ht/f+peApxJT3IM7+Iootg2Y476CYLcA5KJMckN+GDeWpxGwFbW7J9qpSpbgVu2dMOO8LFB+I6Ryli4kAAAAASUVORK5CYII=);
}
@media screen and (max-width: 767px)
{
    .text blockquote:before
    {
        display: none;
    }
}
.text blockquote span
{
    display: block; 

    margin-bottom: 0;
}
.text blockquote span:first-of-type
{
    color: #0067ab;
}
.text blockquote span:last-of-type
{
    font-size: .875rem;
}
.text figure
{
    margin: 20px 0;
}
.text figure.full img
{
    width: 100%;
}
.text figure.half img
{
    display: inline-block;

    width: 47%;
    margin-right: 10px;
}
@media screen and (max-width: 767px)
{
    .text figure.half img
    {
        width: 100%;
    }
}
.text figure figcaption
{
    font-size: .875rem;
    font-weight: 500;

    color: #96a7b1;
}
.text figure figcaption a
{
    text-decoration: underline; 

    color: #0067ab;
}
.text table
{
    border: 1px solid #dee3e5;
}
.text table th,
.text table td
{
    font-size: 1rem;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 15%;
    padding: 9px 16px;

    text-align: center;

    border-left: 1px solid #dee3e5;
}
.text table th:first-of-type,
.text table td:first-of-type
{
    width: 50%; 

    text-align: left;

    border-left: 0;
}
@media screen and (max-width: 767px)
{
    .text table th:first-of-type,
    .text table td:first-of-type
    {
        min-width: 300px;
    }
}
@media screen and (max-width: 767px)
{
    .text table th,
    .text table td
    {
        font-size: .875rem;
        line-height: 1.35;
    }
}
.text table tr:nth-of-type(2n)
{
    background: #f4f6f7;
}
.text table th
{
    background: #f4f6f7;
}

.content
{
    margin-top: 60px;
}
@media screen and (max-width: 767px)
{
    .content
    {
        margin-top: 20px;
    }
}
.content__title
{
    margin-bottom: 40px; 
    padding-bottom: 10px;

    border-bottom: 6px solid #0067ab;
}
@media screen and (max-width: 767px)
{
    .content__title
    {
        font-size: 1.5625rem;
        line-height: 28px;

        margin-bottom: 20px;
    }
}
.content__text h2
{
    margin: 30px 0;
}
.content__text h3,
.content__text h4
{
    font-weight: bold;
}
.content__text hr
{
    height: 2px;
    margin: 80px 0;

    background: #96a7b1;
}
@media screen and (max-width: 767px)
{
    .content__text hr
    {
        margin: 30px 0;
    }
}

ul li
{
    position: relative;

    padding-left: 20px;
}
ul li:before
{
    position: absolute;
    top: 10px; 
    left: 0;

    width: 5px;
    height: 5px;

    content: '';

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAARElEQVQYV3WMQQ3AIADEeg5A0XAwC5sSJmUOGA5wdoRk8KOvS3Op/ISAVYAEfMi3nGMDDiaiDukl/rF5jiZ6MSeigq8OXyYUUtmKGHYAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
}

.text-uppercase
{
    text-transform: uppercase;
}

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

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

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

*:root
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
    font-size: 16px;
}

input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button
{
    margin: 0; 

    -webkit-appearance: none;
}
input[type='number']:hover,
input[type='number']:focus
{
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0; 

    -webkit-appearance: none;
}

.fancybox-toolbar
{
    display: none;
}

body
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;

    overflow: hidden; 

    height: 100%;

    color: #24323a;

    scroll-behavior: smooth;
}

main
{
    position: relative;

    height: 100vh;
    height: -webkit-fill-available;
}
@media screen and (max-width: 767px)
{
    main .scrollbar-track
    {
        display: none !important;
    }
}

.inner
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1440px)
{
    .inner
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        padding: 0 15px;
    }
}

.scrollbar-thumb
{
    -webkit-border-radius: 3px !important;
            border-radius: 3px !important; 
    background: #ff7f11 !important;
}

.scrollbar-track
{
    background: transparent !important;
}

.pagination
{
    margin-top: 40px;
}
.pagination__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.pagination__item
{
    margin-right: 15px;
    padding-left: 0;
}
.pagination__item:last-of-type
{
    margin-right: 0;
}
.pagination__item:before
{
    display: none;
}
.pagination__link
{
    font-size: 1.125rem; 
    font-weight: 700;

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

    width: 30px;
    height: 30px;

    -webkit-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;
    text-align: center;

    color: #0067ab;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination__link.active
{
    color: #ff7f11;
}
.pagination__link:hover
{
    background-color: rgba(0, 161, 255, .15);
}

.outer
{
    padding: 85px 0;
}
@media screen and (max-width: 1023px)
{
    .outer
    {
        padding: 70px 0;
    }
}
@media screen and (max-width: 767px)
{
    .outer
    {
        padding: 60px 0;
    }
}

.page-error
{
    width: 100vw;
    min-height: -webkit-fill-available;
}
.page-error__contain
{
    position: relative;
    top: 150px; 

    max-width: 800px;
    margin: 0 auto;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .page-error__contain
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1200px)
{
    .page-error__pic
    {
        height: 45vh;
    }
}
@media screen and (max-width: 767px)
{
    .page-error__pic
    {
        width: 100%;
        height: auto;
    }
}
.page-error__text
{
    font-size: 1.75rem;
    line-height: 34px;

    max-width: 600px;
    margin: 20px auto; 

    text-align: center;

    color: #1d1c1c;
}
@media screen and (max-width: 767px)
{
    .page-error__text
    {
        font-size: 1.375rem;
        line-height: 24px;
    }
}

.select2-container
{
    width: 100%;
}

.select2-container .select2-selection--single
{
    position: relative; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    height: auto;

    -webkit-transition: .2s ease-in-out;

    -o-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    border: none;
    border-bottom: 1px solid #96a7b1;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow
{
    width: 17px;
    height: 100%;

    -webkit-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out; 

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAm0lEQVQoU2NkAIGMVQkM/5nsGWaGJIL5xICM1QsYGP4fYJgRtoCRIWO5AsN/lvsQfYwLiDIIZMB/hniIlj+KjAiXMM4nyiAUA/4nQlwCA2AvETAIiwFgx6B4H59BOAzANAQeyGguwmMAdkMwDXrAwPBfARKIkDBAjzxU7yDLongNtwG4XYIe2DhcAFOG2yVwg5YrMMyIfIAv/QEA06tVOuqdJUAAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
}
.select2-container .select2-selection--single .select2-selection__arrow b
{
    display: none;
}

.select2-selection__rendered
{
    overflow: hidden;

    max-width: 100%; 
    padding: 0 20px 0 0 !important;

    -o-text-overflow: ellipsis;

       text-overflow: ellipsis;
}

.select2-container--open .select2-selection__arrow
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.select2-container--open .select2-selection--single
{
    border-bottom: 1px solid #0067ab;
}

.select2-container--open .select2-dropdown
{
    border: 1px solid #7fb3d5; 
    -webkit-border-radius: 0; 
            border-radius: 0;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
}

.select2-results
{
    max-height: 200px;
}

.select2-results__options li
{
    margin-bottom: 0; 
    padding: 10px;
    padding-left: 17px;

    color: #24323a;
}
.select2-results__options li:before
{
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    color: #0067ab; 
    background: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true]
{
    color: #ff7f11;
    background: transparent;
}

.btn
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 700;

    position: relative;
    z-index: 3;

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

    padding: 18px 15px;

    cursor: pointer; 
    text-decoration: none;

    color: #0067ab;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn img
{
    margin-left: 10px;
    padding-top: 2px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 
    vertical-align: middle;
}
.btn:before
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 36px;
    height: 100%;

    content: '';
    -webkit-transition: width .9s cubic-bezier(.215, .61, .355, 1);
    -o-transition: width .9s cubic-bezier(.215, .61, .355, 1);
    transition: width .9s cubic-bezier(.215, .61, .355, 1);

    background: rgba(0, 161, 255, .15);
}
.btn:hover
{
    color: #0067ab;
}
.btn:hover:before
{
    width: 100%;
}
.btn_light:before
{
    display: none;
}
.btn_light:hover img
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.breadcrumb
{
    position: relative;
    z-index: 9; 

    padding-bottom: 8px;
}
@media screen and (max-width: 1023px)
{
    .breadcrumb
    {
        display: none;
    }
}
.breadcrumb__link
{
    position: relative; 

    display: inline-block;

    margin-right: 7px;
}
.breadcrumb__link a
{
    font-size: .75rem; 
    font-weight: 500;

    color: #96a7b1;
}
.breadcrumb__link:after
{
    font-size: .75rem;

    display: inline-block; 

    padding-left: 5px;

    content: '>';

    color: #96a7b1;
}
.breadcrumb__active a
{
    font-size: .75rem; 
    font-weight: 500;

    color: #96a7b1;
}

.social
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 30px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.social__link
{
    width: 22px;
    height: 22px;
    margin-right: 30px;
}
.social__link path
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.social__link:hover path
{
    fill: #ff7f11;
}

@media screen and (max-width: 767px)
{
    .g-recaptcha
    {
        -webkit-transform: scale(.9) translateX(-20px);
            -ms-transform: scale(.9) translateX(-20px);
                transform: scale(.9) translateX(-20px);
    }
}

.up
{
    position: fixed;
    z-index: 99999;
    top: 80vh;
    right: 0;

    width: 45px;

    cursor: pointer;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; 

    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .up
    {
        display: none !important;
    }
}
.up::before
{
    position: absolute;
    z-index: -1;
    bottom: -14px;
    left: 0;

    width: 34px;
    height: 44px;

    content: '';
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    opacity: .15;
    background-color: #0067ab;
}
.up svg
{
    margin-left: 23px;
}
.up p
{
    font-size: .875rem;
    font-weight: 700;

    position: absolute;
    top: 57px; 
    left: -10px;

    -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

            transform: rotate(-90deg);
    text-transform: uppercase;

    color: #0067ab;

    -webkit-transform-style: left top;

            transform-style: left top;
}
.up:hover::before
{
    height: 100%;
}

.slider
{
    margin: 30px 0;
}
.slider__control
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-top: 10px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .slider__control
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.slider__control_link
{
    margin-top: 20px;
}
.slider__control_gallery
{
    width: 100%; 
    max-width: 1200px;
    margin: 20px auto;
}
.slider__control_reviews
{
    margin-top: 30px;
}
.slider__link
{
    margin-left: 30px; 

    -webkit-flex-shrink: 0; 

        -ms-flex-negative: 0; 

            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .slider__link
    {
        margin-top: 20px; 
        margin-left: 0;
    }
}
.slider__pic
{
    width: 100%;
}
.slider__btns
{
    position: relative; 

    width: 90px;
    height: 8px;
}
.slider__progress
{
    position: relative;

    width: -webkit-calc(100% - 110px);

    width: calc(100% - 110px);
    margin-left: 20px;
}
.slider__slide
{
    display: block;

    width: 590px !important;
}
.slider__slide img
{
    width: 590px;
    height: 330px;

    -o-object-fit: cover;

       object-fit: cover;
}
.slider__slide_three
{
    display: block;

    width: 380px !important;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    background-color: #fff;
    -webkit-box-shadow: 0 15px 10px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 10px rgba(36, 50, 58, .16);
}
.slider__slide_three:hover
{
    -webkit-box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
            box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
}
.slider__slide_video
{
    position: relative;
}
.slider__slide_video:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    content: url(/bitrix/templates/mdddnn/css/../images/play.png);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.slider__content_project
{
    position: relative;

    display: block; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    height: 130px;
    padding: 40px 50px 20px;

    text-align: center;
}
@media screen and (max-width: 1200px)
{
    .slider__content_project
    {
        padding: 40px 10px 20px;
    }
}
.slider__icon
{
    position: absolute;
    top: -80px; 
    right: 0;
    left: 0;

    margin: 0 auto;
}
.slider__caption
{
    font-size: 1.25rem; 

    color: #1d1c1c;
}
.slider .swiper-button-prev
{
    left: 0;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'35\' height=\'8\'%3E%3Cpath d=\'M20 5H7v3L-.01 4 7-.005V3h28v2H20z\' fill=\'%23ff7f11\' fill-rule=\'evenodd\'%3E%3C/path%3E%3C/svg%3E');
}
.slider .swiper-button-next
{
    right: 0;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'35\' height=\'8\'%3E%3Cpath d=\'M35.007 4L28 8V5H0V3h28V0z\' fill=\'%23ff7f11\' fill-rule=\'evenodd\'%3E%3C/path%3E%3C/svg%3E');
}
.slider .swiper-button-next:hover
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
@media screen and (max-width: 1200px)
{
    .slider .swiper-button-next
    {
        right: -3px;
    }
}
@media screen and (max-width: 1023px)
{
    .slider .swiper-button-next
    {
        right: -10px;
    }
}
.slider .swiper-button-next,
.slider .swiper-button-prev
{
    top: 0;

    width: 35px;
    height: 8px;
    margin-top: 0; 

    -webkit-background-size: contain; 

            background-size: contain;
}
.slider .swiper-pagination
{
    width: 100%;
    height: 2px;
}
.slider .swiper-pagination-progressbar
{
    background: #d9e6ee;
}
.slider .swiper-pagination-progressbar-fill
{
    background: #0067ab;
}
.slider_three
{
    padding: 0 12px;
}
@media screen and (max-width: 767px)
{
    .slider_three
    {
        padding: 0;
    }
}
.slider_single .slider__slide
{
    width: 100% !important;
}
.slider_single .slider__pic
{
    width: 100%;
}

.result
{
    margin-top: 60px;
}
@media screen and (max-width: 1023px)
{
    .result
    {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .result_info
    {
        margin-top: 0;
    }
}
.result__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 15px; 

    -webkit-box-align: start; 

    -webkit-align-items: flex-start; 

        -ms-flex-align: start; 

            align-items: flex-start;
}
@media screen and (max-width: 767px)
{
    .result__contain
    {
        display: block;
    }
}
.result__contain_info
{
    border-top: 2px solid #cad3d8;
    border-bottom: 2px solid #cad3d8;
}
.result__caption
{
    font-weight: 400;
}
@media screen and (max-width: 767px)
{
    .result__caption b
    {
        display: block;

        margin-top: 5px;
    }
}
.result__tab
{
    width: 30%;
    max-width: 291px;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .result__tab
    {
        width: 100%;
        max-width: 100%;
    }
}
.result__btn
{
    font-size: 1rem;

    padding: 14px 0;

    cursor: pointer; 
    -webkit-transition: .5s ease; 
    -o-transition: .5s ease; 
    transition: .5s ease;

    border-top: 1px solid #cad3d8;
}
@media screen and (max-width: 1023px)
{
    .result__btn
    {
        font-size: .875rem;
    }
}
.result__btn:last-of-type
{
    border-bottom: 1px solid #cad3d8;
}
.result__btn:hover
{
    color: #0067ab;
}
.result__btn.active
{
    position: relative; 

    padding: 14px;

    color: #fff;
    border-color: #0067ab;
    background: #0067ab;
}
.result__btn.active:after
{
    position: absolute;
    top: 50%;
    left: 100%;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAAdUlEQVQoU43Suw2AMBADUEeCnpFgBDagy1rUULBK2IQ2VdCJXz53R1w/yZJlg2nrMI8HlBjYxcG3vQYN7BoAOPhmkOCDqEyEMRJhjljIoQJKKIEaeuEPCjttqKAL0HYC+gB1MigFDCpBhngQIRncqOYqFac7AW40Z1EcFJXrAAAAAElFTkSuQmCC);
    -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
            transform: translateY(-35%);
}
@media screen and (max-width: 767px)
{
    .result__btn.active:after
    {
        display: none;
    }
}
.result__content
{
    position: relative; 

    width: 100%;
}
.result__content_info
{
    min-height: 250px;
}
.result__content_info::before
{
    position: absolute;
    top: 0;
    left: 0; 

    width: 1px;
    height: 100%;

    content: '';

    background: #0067ab;
}
@media screen and (max-width: 767px)
{
    .result__content_info::before
    {
        display: none;
    }
}
.result__holder
{
    position: relative; 

    display: none;

    padding: 20px 0 0 50px;
}
@media screen and (max-width: 1200px)
{
    .result__holder
    {
        padding: 20px 0 0 30px;
    }
}
@media screen and (max-width: 767px)
{
    .result__holder
    {
        padding: 20px 0;
    }
}
.result__holder::before
{
    position: absolute;
    top: 0;
    left: 0; 

    width: 1px;
    height: 100%;

    content: '';

    background: #0067ab;
}
@media screen and (max-width: 767px)
{
    .result__holder::before
    {
        display: none;
    }
}
.result__holder_info
{
    padding: 30px 0 50px 50px;
}
@media screen and (max-width: 767px)
{
    .result__holder_info
    {
        padding: 30px 0;
    }
}
.result__holder_info:before
{
    display: none;
}
.result__holder.active
{
    display: block;
}
.result__sign
{
    font-size: 1.125rem;

    display: block; 

    margin-bottom: 20px;
}
.result__list
{
    counter-reset: section;
}
.result__item
{
    margin: 20px 0;
    padding-left: 30px;
}
.result__item:before
{
    top: 3px; 

    width: auto;
    height: auto;

    content: counter(section) '. ';
    counter-increment: section;

    background-image: none;
}
.result__title
{
    font-weight: 600;
    line-height: 26px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .result__title
    {
        font-size: 1rem;
        line-height: 22px;
    }
}
.result__title:hover
{
    color: #ff7f11;
}
.result__text
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 5px 0; 

    -o-text-overflow: ellipsis; 

       text-overflow: ellipsis;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px)
{
    .result__text
    {
        font-size: 1rem;
        line-height: 22px;
    }
}
.result__date
{
    font-size: .875rem;

    color: #96a7b1;
}
.result__download
{
    line-height: 26px;

    position: relative;

    display: block;

    margin-bottom: 20px;
    padding-left: 40px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    color: #24323a;
}
.result__download:before
{
    position: absolute;
    top: 0; 
    left: 0;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAyklEQVQ4T+2UwQ3CMAxFnyco3YARGAEmYARgDESPRazREdgARmAENiidIMhVUoU0SSv1Si6JFPvl+9uKMLE+NUZDVhWSC81eauIflDdwkUftjXV55u06FDM7jNHYn661VzZieAjci4pTTFFX0xjYG2FXXni5B2OgJ1AINArzFVnIAeiMsE2ClG5VDTADRytdleh5BBmV5mT6sGCao5AelJrcCCwKcflJUFAmoSdhV7MgB9PdN9Yvd5aiqZ/BH49B0Zyk7DfipC0FfQFc/3TEfc8RRQAAAABJRU5ErkJggg==);
}
.result__download span
{
    padding-left: 20px; 

    color: #96a7b1;
}
.result__download:hover
{
    color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .result__download
    {
        font-size: .875rem;
        line-height: 1.25;
    }
}
.result__video
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #24323a;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
.result__video:hover
{
    color: #0067ab;
}
.result__img
{
    width: 190px;
    height: 105px;
    margin-right: 20px;

    -o-object-fit: cover;

       object-fit: cover;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .result__img
    {
        width: 130px;
        height: 72px;
    }
}
.result__name
{
    line-height: 24px;
}
@media screen and (max-width: 767px)
{
    .result__name
    {
        font-size: .625rem;
        line-height: 1.35;
    }
}

.iti__flag
{
    background-image: url('/bitrix/templates/mdddnn/css/../libs/intl-tel-input/flags.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi)
{
    .iti__flag
    {
        background-image: url('/bitrix/templates/mdddnn/css/../libs/intl-tel-input/flags@2x.png');
    }
}

.modal
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0; 
    background: rgba(36, 50, 58, .8);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal__close
{
    position: absolute;
    top: 0; 
    right: 0;
}
@media screen and (max-width: 767px)
{
    .modal__close
    {
        top: 20px;
        right: 10px;
    }
}
.modal__close img
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.modal__close:hover img
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.modal__container
{
    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 100%;
    max-width: 820px;
    padding: 60px;

    border-top: 6px solid #0067ab;
    border-bottom: 6px solid #0067ab;
    background: #fff;
    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .modal__container
    {
        padding: 60px 30px;
    }
}
@media screen and (max-width: 767px)
{
    .modal__container
    {
        height: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 767px)
{
    .modal .scroll-content
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        padding: 40px 20px;
    }
}
.modal__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media screen and (max-width: 767px)
{
    .modal__contain
    {
        display: block;
    }
}
.modal__col
{
    width: 100%;
    max-width: 340px;
}
.modal__control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .modal__control
    {
        display: block;

        margin-top: 20px;
    }
}
.modal__submit
{
    margin-left: 60px;
}
@media screen and (max-width: 767px)
{
    .modal__submit
    {
        margin-top: 20px; 
        margin-left: 0;
    }
}
.modal .select2-selection__rendered
{
    margin-top: 20px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-weight: 300; 

    color: #96a7b1;
}
.modal .select2-container .select2-selection--single
{
    border-bottom: 1px solid rgba(150, 167, 177, .5);
}

.success,
.success-sub
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: none; 

    width: 100%;
    height: 100%;

    background: rgba(36, 50, 58, .8);
}
.success__inner,
.success-sub__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 

    width: 100%;
    height: 100vh;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.success__close,
.success-sub__close
{
    position: absolute;
    top: 20px; 
    right: 20px;
}
.success__close img,
.success-sub__close img
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.success__close:hover img,
.success-sub__close:hover img
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.success__container,
.success-sub__container
{
    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 100%;
    max-width: 520px;
    padding: 60px;

    border-top: 6px solid #0067ab;
    border-bottom: 6px solid #0067ab;
    background: #fff;
    background-color: #fff;
}
.success__text,
.success-sub__text
{
    font-size: 1.25rem; 
    line-height: 28px;

    text-align: center;
}
.success__text img,
.success-sub__text img
{
    margin-bottom: 20px;
}

.success-sub__container
{
    padding: 60px 40px;
}

.modal-city
{
    position: fixed;
    top: 0;
    left: 0;

    display: none; 

    width: 100%;
    height: 100%;

    background: rgba(36, 50, 58, .8);
}
.modal-city__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100vh;
    height: -moz-available;
    height: -webkit-fill-available; 

    -webkit-box-pack: center; 

    -webkit-justify-content: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
}
.modal-city__head
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    padding: 70px 0 0 8%;

    border-top: 6px solid #0067ab; 
    background-color: #fff;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 767px)
{
    .modal-city__head
    {
        padding-top: 20px;
        padding-left: 4%;
    }
}
.modal-city__title
{
    padding-bottom: 0;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
}
.modal-city__tabs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.modal-city__close
{
    position: absolute;
    top: 20px; 
    right: 20px;
}
.modal-city__close img
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.modal-city__close:hover img
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.modal-city__body
{
    position: relative; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    padding: 30px 0 30px 8%;

    border-bottom: 6px solid #0067ab;
    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .modal-city__body
    {
        padding-top: 20px; 
        padding-left: 4%;
    }
}
.modal-city__field
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 392px;
    margin-right: 10%; 

    border-bottom: 1px solid #96a7b1;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .modal-city__field
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        padding-right: 10px;
    }
}
.modal-city__field button
{
    font-size: 1rem;
    font-weight: 500;
    font-weight: bold; 

    color: #0067ab;
}
.modal-city__field button:hover
{
    color: #ff7f11;
}
.modal-city__field input
{
    font-size: 1rem;

    width: 85%; 
    padding: 5px 0;
}
.modal-city__outer
{
    position: relative; 

    height: 427px;
}
.modal-city__outer .scroll-content
{
    padding-top: 0;
    padding-right: 100px;
}
@media screen and (max-width: 1023px)
{
    .modal-city__outer .scroll-content
    {
        padding-right: 40px;
    }
}
.modal-city__city
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 1023px)
{
    .modal-city__city
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.modal-city__col
{
    width: 18%;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 1023px)
{
    .modal-city__col
    {
        width: 25%;
    }
}
@media screen and (max-width: 767px)
{
    .modal-city__col
    {
        width: 100%;
    }
}
.modal-city__name
{
    font-size: .875rem;

    margin-bottom: 5px;
}
.modal-city__link
{
    line-height: 24px; 

    display: block;

    width: 100%;

    cursor: pointer;

    color: #1d1c1c;
}
.modal-city__link_tabs
{
    font-weight: 700;

    width: auto;
    margin-right: 20px;
}
.modal-city__link:hover
{
    color: #0067ab;
}
.modal-city__link.active
{
    color: #ff7f11;
}
.modal-city__caption
{
    font-size: 1.125rem;
    font-weight: 700;

    margin-top: 10px;
    margin-bottom: -10px;
}
.modal-city__box
{
    display: none;
}
.modal-city__box.active
{
    display: block;
}

.modal-region
{
    position: fixed;
    top: 0;
    left: 0;

    display: none; 

    width: 100%;
    height: 100vh;

    background: rgba(36, 50, 58, .8);
}
.modal-region__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 920px; 
    height: 100vh;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
}
.modal-region__head
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    text-align: center;

    border-top: 6px solid #0067ab; 
    background: #fff;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.modal-region__title
{
    font-size: 1.875rem;
    font-weight: 600;

    padding-top: 60px; 
    padding-bottom: 0;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
}
.modal-region__close
{
    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;
}
@media screen and (max-width: 767px)
{
    .modal-region__close
    {
        top: 20px;
    }
}
.modal-region__close img
{
    margin-left: 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
}
.modal-region__close:hover img
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.modal-region__body
{
    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    padding: 30px 0 60px 8%;

    border-bottom: 6px solid #0067ab; 
    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .modal-region__body
    {
        padding-left: 4%;
    }
}
.modal-region__item
{
    margin-bottom: 5px;
}
@media screen and (max-width: 1600px)
{
    .modal-region__item
    {
        font-size: .875rem;
    }
}
@media screen and (max-width: 1023px)
{
    .modal-region__item
    {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px)
{
    .modal-region__item
    {
        font-size: 1.0625rem;
    }
}
.modal-region__outer
{
    position: relative; 

    height: 368px;
    margin-top: 40px;
}
@media screen and (max-width: 1023px)
{
    .modal-region__outer
    {
        height: 400px; 
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .modal-region__outer
    {
        height: 300px;
        margin-top: 15px;
    }
}
.modal-region__outer .scroll-content
{
    padding-top: 0;
}
.modal-region__city
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1023px)
{
    .modal-region__city
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.modal-region__col
{
    width: 50%;
    padding-right: 30px;
}
@media screen and (max-width: 1023px)
{
    .modal-region__col
    {
        width: 45%;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .modal-region__col
    {
        width: 100%;
        padding-right: 10px;
    }
}
.modal-region__caption
{
    font-size: 1.125rem;
    font-weight: 700;

    margin-top: 10px;
    margin-bottom: -10px;
}
.modal-region__link
{
    display: block;

    color: #24323a;
}
.modal-region__country
{
    font-weight: 700; 

    padding: 10px 0;
}

.modal-registration
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0; 
    background: rgba(36, 50, 58, .8);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal-registration__close
{
    position: absolute;
    top: 0; 
    right: 0;
}
@media screen and (max-width: 767px)
{
    .modal-registration__close
    {
        top: 20px;
    }
}
.modal-registration__close img
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.modal-registration__close:hover img
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.modal-registration__container
{
    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 100%;
    max-width: 595px;
    padding: 60px;

    border-top: 6px solid #0067ab;
    border-bottom: 6px solid #0067ab;
    background: #fff;
    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .modal-registration__container
    {
        padding: 60px 30px;
    }
}
@media screen and (max-width: 767px)
{
    .modal-registration__container
    {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 370px)
{
    .modal-registration__container
    {
        height: 100vh;
        padding: 0 20px;
    }
}
@media screen and (max-width: 370px)
{
    .modal-registration .scroll-content
    {
        padding: 40px 0;
    }
}
.modal-registration__control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .modal-registration__control
    {
        display: block;

        margin-top: 20px;
    }
}
.modal-registration__submit
{
    margin-left: 60px;
}
@media screen and (max-width: 767px)
{
    .modal-registration__submit
    {
        margin-top: 20px; 
        margin-left: 0;
    }
}
.modal-registration__desc
{
    margin-top: 20px;
}

.group
{
    position: relative;

    margin-top: 30px;
}
.group__name
{
    font-size: 1rem;

    position: absolute;
    z-index: 1; 
    top: 0;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    opacity: .5;
    color: #24323a;
}
@media screen and (max-width: 767px)
{
    .group__name
    {
        font-size: .9375rem;

        display: block;
        overflow: hidden; 

        width: 100%;

        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }
}
.group__field
{
    font-size: 1rem;
    line-height: 1;

    position: relative;
    z-index: 3;

    display: block;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    min-height: 28px;
    padding: 3px 0;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out; 
    letter-spacing: .8px;

    color: #000;
    border-bottom: 1px solid rgba(150, 167, 177, .5);
    -webkit-border-radius: 0;
            border-radius: 0;
    background: none;
}
.group__field:focus
{
    border-bottom: 1px solid rgba(0, 103, 171, .5);
}
.group__field.error
{
    border-bottom: 1px solid #ff4657;
}
.group_half
{
    width: 48%;
}
@media screen and (max-width: 767px)
{
    .group_half
    {
        width: 100%;
    }
}
.group .error-tooltip
{
    font-size: .75rem;
    font-weight: 400; 

    position: absolute;
    top: -19px;
    left: 0;

    color: #d71111;
}

.textarea
{
    width: 50%;
    max-width: 340px;
    margin-top: 32px;
}
@media screen and (max-width: 767px)
{
    .textarea
    {
        width: 100%;
    }
}
@media screen and (max-width: 370px)
{
    .textarea
    {
        margin-top: 10px;
    }
}
.textarea__name
{
    display: block; 

    margin-bottom: 5px;

    color: #96a7b1;
}
.textarea__field
{
    font-size: 1rem;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    min-height: 120px;
    max-height: 120px; 
    padding: 10px 12px 9px 17px;

    resize: none;

    border: 1px solid rgba(150, 167, 177, .5);
    background: #fff;
}
@media screen and (max-width: 370px)
{
    .textarea__field
    {
        min-height: 80px;
    }
}
.textarea__field_price
{
    min-height: 167px;
    max-height: 167px;
}
.textarea__field::-webkit-scrollbar
{
    width: 5px;
    height: 3px;

    -webkit-transition: .05s ease;

    -o-transition: .05s ease;

    transition: .05s ease;
}
.textarea__field::-webkit-scrollbar-track
{
    background-color: #ff7f11;
}
.textarea__field::-webkit-scrollbar-track-piece
{
    background-color: #fff;
}
.textarea__field::-webkit-scrollbar-thumb
{
    height: 50px;

    -webkit-border-radius: 3px;

            border-radius: 3px; 
    background-color: #ff7f11;
}
.textarea__field::-webkit-scrollbar-corner
{
    background-color: #ff7f11;
}
.textarea__field::-webkit-resizer
{
    background-color: #ff7f11;
}

.form-add
{
    min-height: 31px; 
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-add input
{
    display: none;
}
.form-add__sign
{
    line-height: 20px; 

    color: #24323a;
}
.form-add li
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 20px;
    padding-left: 40px;
}
.form-add li::before
{
    top: 0;
    left: 2px; 

    width: 25px;
    height: 20px;
    margin-right: 20px;

    content: '';

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAABlUlEQVQ4T63VXVKCUBQH8P/R6jV3EO6AVhDtQOmpUWfcQdwdsINLK9AmGJ8CXIG2gtpBLMHHJovTXEBE/AJHXhl+c74hnPjISaA1/vgOTK24gXfR636uKKprylHQostYAjQsfTtnIqHwWmgK8gxAm8E2mo0Q31jgAgaIHQKueUntyugGSGQU01URZ+8jBsJK6DFwVQb5+mYT0dNRtCqYROsFQ2IeHUTLIH4Q4QpaOfVSpNZedAsEdGKWAFoAIm7SvXjsRjmYNvGLgelOdA84YuAFTGPVaQWLvtkpNCmdiibpW+ghUPTNZDal5zuIoYuBaeyq+QZaDQxUGWbM/IzfhpPPbWHMcrQWCEyxJGsXqDJJ0HOCa9T11b5qnKUgXV91db6uYZbykQjzg5JtgbUCywdGevXAJNIkKkIoeqZ1DjBBHddfMLMjBg92ET0lwnX6rq+uyo3VN2/z7SikrOoqXX9MQGdficoZUhbRh9oQIhozx5o6wGp78kZNAk19WFzLQ8c9HSkv0MFsE2AwEIE5LJejzh/iH/JhUpx6Au3dAAAAAElFTkSuQmCC);
}
.form-add li span
{
    font-size: 1.1875rem;

    display: block;
    overflow: hidden;

    width: 100%;

    -o-text-overflow: ellipsis;

       text-overflow: ellipsis; 

    color: #24323a;
}
.form-add li .clear-form
{
    font-size: 1.1875rem;

    -webkit-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    color: #24323a;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
.form-add li .clear-form:hover
{
    color: #daf1ff;
}

.add-file:hover
{
    cursor: pointer;
}
.add-file:hover span
{
    color: #daf1ff;
}
.add-file:hover .add-file__icon
{
    background-position: left bottom;
}

.add-file span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}

.add-file__icon
{
    display: inline-block;

    width: 31px;
    height: 31px;
    margin-right: 20px;

    background-image: url(/bitrix/templates/mdddnn/css/../icon/add.svg);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
            background-size: cover;
}

.add-file span
{
    font-size: 1.1875rem;

    color: #24323a;
}

.checkbox
{
    display: block;

    cursor: pointer;
}
.checkbox__hidden
{
    display: none;
}
.checkbox__hidden:checked + .checkbox__text:after
{
    opacity: 1;
}
.checkbox__hidden:checked + .checkbox__text:before
{
    opacity: 1;
    border-color: #0067ab; 
    background-color: #0067ab;
}
.checkbox__hidden.error + .checkbox__text:before
{
    border: 1px solid #ff4657;
}
.checkbox__text
{
    font-size: .875rem;

    position: relative; 

    padding-left: 30px;
}
@media screen and (max-width: 767px)
{
    .checkbox__text
    {
        font-size: 1.125rem;
    }
}
.checkbox__text::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 19px;
    height: 19px;

    content: '';
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

    opacity: .5; 
    border: 1px solid #96a7b1;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
}
.checkbox__text:hover::before
{
    opacity: .5; 
    border-color: #0067ab;
    background-color: #0067ab;
}
.checkbox__text:hover::after
{
    opacity: 1;
}
.checkbox__text:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 21px;
    height: 21px;

    content: '';
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; 

    opacity: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAA80lEQVQoU5WR3U3DQBCEZ6JE8iaR7KuAUAGmAyiBCkg6gA7oADrAdEAHMR2YChAVnCNFd3m6RQtyZIKRkn3c0ezPN8QJFcLmSTXVPNYTo18CfAbwdpRpu/XleMx1SmBKekXvfTGZYDGfu2Zoq+ki/FBFAei1iKsZY1uTuIhRz51z7aExhLYxHdCViKtMZwj+juQjiSbLisu+KcZNBegtwBeRfNlp3z/1xEokX1mvG6aK9+m0KPvD9iC6M1T13rYCXAP43O20PDx7b7KHs4wG44xE25EaAvQLuaEdjWhg8pT0ZjZzr0NE/+T0EyIWIu7hv+C/AD5Ia9rdw4UzAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 60% 60%;
            background-size: 60%;
}
.checkbox_polit
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 0 20px; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media screen and (max-width: 767px)
{
    .checkbox_polit
    {
        margin: 20px 0 10px;
    }
}
.checkbox_polit .checkbox__text
{
    font-size: .75rem;
    line-height: 1.45; 

    color: #24323a;
}
.checkbox_polit .checkbox__text a
{
    color: #0067ab;
}

.radio
{
    display: block;

    cursor: pointer;
}
.radio__hidden
{
    display: none;
}
.radio__hidden:checked + .radio__text::after
{
    opacity: 1;
}
.radio__hidden:checked + .radio__text::before
{
    opacity: 1;
    border-color: #0067ab; 
    background-color: #0067ab;
}
.radio__hidden.error + .radio__text:before
{
    border: 1px solid #ff4657;
}
.radio__text
{
    font-size: 1rem;

    position: relative; 

    padding-left: 30px;
}
@media screen and (max-width: 767px)
{
    .radio__text
    {
        font-size: 1.125rem;
    }
}
.radio__text::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 19px;
    height: 19px;

    content: '';
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

    opacity: .5; 
    border: 1px solid #96a7b1;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-color: #fff;
}
.radio__text:after
{
    position: absolute;
    top: 10px;
    left: 10px;

    width: 9px;
    height: 9px;

    content: '';
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; 
    -webkit-transform: translate(-45%, -45%); 
        -ms-transform: translate(-45%, -45%); 
            transform: translate(-45%, -45%);

    opacity: 0;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-color: #fff;
}
.radio__text:hover::before
{
    opacity: .5; 
    border-color: #0067ab;
    background-color: #0067ab;
}

.phone
{
    position: relative;

    margin-top: 30px;
}
.phone__field
{
    font-size: 1rem;
    line-height: 1;

    position: relative;
    z-index: 3;

    display: block;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    min-height: 28px;
    padding: 3px 0;
    padding-left: 85px !important;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out; 
    letter-spacing: .8px;

    color: #000;
    border-bottom: 1px solid rgba(150, 167, 177, .5);
    -webkit-border-radius: 0;
            border-radius: 0;
    background: none;
}
.phone__field:focus
{
    border-bottom: 1px solid rgba(0, 103, 171, .5);
}
.phone__field.error
{
    border-bottom: 1px solid #ff4657;
}

.iti
{
    display: block;
}
.iti__country-list
{
    z-index: 4;
}
.iti__country,
.iti__divider
{
    margin-bottom: 0;
}
.iti__country:before,
.iti__divider:before
{
    display: none;
}

.header
{
    position: absolute;
    z-index: 999;
    top: 0; 

    width: 100%;

    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
            box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1200px)
{
    .header
    {
        padding: 14px 0;
    }
}
@media screen and (max-width: 767px)
{
    .header
    {
        padding: 5px 0;
    }
}
.header__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__logo
{
    display: inline-block;

    margin-left: 100px;
}
@media screen and (max-width: 1600px)
{
    .header__logo
    {
        margin-left: 20px;
    }
}
.header__control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__pic
{
    vertical-align: middle;
}
@media screen and (max-width: 1400px)
{
    .header__pic
    {
        width: 150px;
    }
}
@media screen and (max-width: 767px)
{
    .header__pic
    {
        width: 130px;
    }
}
.header__nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 20px; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .header__nav
    {
        display: none;
    }
}
.header__phone
{
    font-size: 1.25rem;
    font-weight: 700;

    margin-right: 60px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #ff7f11;
}
@media screen and (max-width: 1600px)
{
    .header__phone
    {
        font-size: 1.125rem; 

        margin-right: 10px;
    }
}
@media screen and (max-width: 1200px)
{
    .header__phone
    {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .header__phone
    {
        display: none;
    }
}
.header__link
{
    font-weight: 400;
    line-height: 1;

    padding: 15px 15px 18px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    color: #24323a;
}
@media screen and (max-width: 1600px)
{
    .header__link
    {
        padding: 15px 10px 18px;
    }
}
@media screen and (max-width: 1600px)
{
    .header__link
    {
        padding: 15px 7px 18px;
    }
}
.header__link:hover
{
    color: #24323a; 
    background: rgba(0, 161, 255, .15);
}
.header__item
{
    margin-bottom: 0;
    padding: 30px 0; 
    padding-left: 0;
}
.header__item:before
{
    display: none;
}
@media screen and (max-width: 1500px)
{
    .header__item:nth-last-child(1),
    .header__item:nth-last-child(2)
    {
        display: none;
    }
}
.header__btn
{
    font-size: .875rem;
    font-weight: 700;

    margin-left: 40px; 
    padding: 15px 30px 16px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #fff;
    background: #ff7f11;
}
@media screen and (max-width: 1023px)
{
    .header__btn
    {
        display: none;
    }
}
.header__btn:hover
{
    background: #0067ab;
}
.header__btn-mobile
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 67px;
    height: 50px;
    margin-right: 20px; 
    margin-left: 10px;

    border-left: 1px solid #fff;
    background-color: #ff7f11;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .header__btn-mobile
    {
        margin-left: 25px;
    }
}
@media screen and (max-width: 767px)
{
    .header__btn-mobile
    {
        margin-right: 10px;
    }
}
@media screen and (min-width: 1280px)
{
    .header__btn-mobile
    {
        display: none;
    }
}
.header__btn-search
{
    cursor: pointer;
}
.header__btn-search path
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.header__btn-search:hover path
{
    fill: #ff7f11;
}

.burger
{
    position: relative;
    position: relative;
    left: -2px; 

    display: block;

    width: 20px;
    height: 2px;
    margin-left: 4px;

    -webkit-transition: .4s;

    -o-transition: .4s;

    transition: .4s;

    background: white;
}
.burger::after,
.burger::before
{
    position: absolute;

    display: block;

    width: 28px;
    height: 2px;
    margin-left: -4px; 

    content: '';
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

    background: white;
}
.burger::after
{
    top: 8px;
}
.burger::before
{
    top: -8px;
}
.burger.open
{
    background: transparent;
}
.burger.open::before,
.burger.open::after
{
    top: 0;
}
.burger.open::after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.burger.open::before
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.search
{
    position: relative;

    min-width: 20px;
    height: 24px;
}
@media screen and (max-width: 767px)
{
    .search
    {
        display: none;
    }
}
.search_page
{
    height: auto;
}
@media screen and (max-width: 767px)
{
    .search_page
    {
        display: block;
    }
}
.search__box
{
    position: relative;
}
.search__field
{
    font-size: 1.125rem;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%; 
    padding: 12px 20px 11px;

    border: 1px solid rgba(150, 167, 177, .5);
    background-color: #fff;
}
.search__btn
{
    position: absolute;
}
.search__btn_page
{
    top: 12px; 
    right: 15px;
}
.search__btn path
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.search__btn:hover path
{
    fill: #ff7f11;
}

.look
{
    position: fixed;
    z-index: 4;
    top: 80px;
    left: 0;

    display: none; 

    width: 100%;
}
@media screen and (max-width: 1023px)
{
    .look
    {
        top: 76px;
    }
}
@media screen and (max-width: 767px)
{
    .look
    {
        top: 60px;
    }
}
.look__search
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 15px;

    border-top: 3px solid #cad3d8; 
    background-color: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .03);
            box-shadow: 0 7px 7px rgba(0, 0, 0, .03);
}
.look__box
{
    position: relative; 

    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.look__field
{
    font-size: 1.125rem;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%; 
    padding: 12px 20px 11px;

    border: 1px solid rgba(150, 167, 177, .5);
}
.look__btn
{
    font-size: 1rem;
    font-weight: 700;

    position: absolute;
    top: 12px;
    right: 25px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
    text-transform: uppercase; 

    color: #ff7f11;
}
.look__btn:hover
{
    color: #0067ab;
}
.look__res
{
    position: relative;
    position: relative;
    top: -25px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 100%;
    max-width: 800px;
    margin: 0 auto;

    border: 1px solid rgba(150, 167, 177, .5);
    border-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .03);
            box-shadow: 0 7px 7px rgba(0, 0, 0, .03);
}
.look__res[data-scrollbar]
{
    display: none;
}
.look__item
{
    margin-bottom: 0; 
    padding: 12px 20px;
}
@media screen and (max-width: 767px)
{
    .look__item
    {
        padding: 5px 20px;
    }
}
.look__item:before
{
    display: none;
}
.look__link
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    min-height: 40px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
.look__link:hover .look__title
{
    color: #0067ab;
}
.look__title
{
    position: absolute;
    left: 100px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-right: 100px;

    color: #24323a;
}
@media screen and (max-width: 767px)
{
    .look__title
    {
        position: relative;
        left: 0;

        width: 100%; 
        padding-right: 0;
    }
}
@media screen and (max-width: 767px)
{
    .look__pic
    {
        display: none;
    }
}

.drop-two
{
    position: fixed;
    z-index: 2;
    top: 80px;
    left: 0;

    display: none; 

    width: 100%;
    padding: 50px 0 70px;

    border-top: 3px solid #cad3d8;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .03);
            box-shadow: 0 7px 7px rgba(0, 0, 0, .03);
}
.drop-two__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;
}
.drop-two__col
{
    max-width: -webkit-calc(33% - 50px);
    max-width: calc(33% - 50px);
    margin-right: 50px;
}
.drop-two__col:last-of-type
{
    margin-right: 0;
}
.drop-two__caption
{
    font-weight: 700;

    height: 40px; 
    margin-bottom: 20px;
}
.drop-two__item
{
    padding-left: 0;
}
.drop-two__item:before
{
    display: none;
}
.drop-two__link
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    color: #24323a;
}
.drop-two__link:hover
{
    color: #0067ab;
}

.mobile-nav
{
    position: fixed;
    z-index: 99;
    top: 78px;

    display: none; 

    width: 100%;
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);

    background: #f4f6f7;
    -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, .2);
            box-shadow: inset 0 0 16px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 1281px)
{
    .mobile-nav
    {
        display: none;
    }
}
@media screen and (max-width: 1023px)
{
    .mobile-nav
    {
        top: 76px;

        height: -webkit-calc(100% - 74px);

        height: calc(100% - 74px);
    }
}
@media screen and (max-width: 767px)
{
    .mobile-nav
    {
        top: 60px;

        height: -webkit-calc(100% - 60px);

        height: calc(100% - 60px);
    }
}
.mobile-nav__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}
.mobile-nav__outer
{
    width: 45%;
    height: 100%;
    height: -webkit-fill-available;

    background: #fff;
    -webkit-box-shadow: inset 8px 8px 16px -5px rgba(0, 0, 0, .2);
            box-shadow: inset 8px 8px 16px -5px rgba(0, 0, 0, .2);

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 1023px)
{
    .mobile-nav__outer
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .mobile-nav__outer
    {
        position: relative;

        width: 100%;

        -webkit-box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, .2);

                box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, .2);
    }
}
.mobile-nav__list
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0 60px 60px;
}
@media screen and (max-width: 767px)
{
    .mobile-nav__list
    {
        padding: 0;
    }
}
.mobile-nav__item
{
    padding-left: 0;
}
.mobile-nav__item:before
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .mobile-nav__item
    {
        margin-bottom: 0;
    }
}
.mobile-nav__link
{
    font-size: 1rem;
    line-height: 24px;

    display: block;

    margin-bottom: 10px;
    padding-right: 30px;
    padding-bottom: 5px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #24323a;
}
.mobile-nav__link.active-1
{
    font-weight: 700;
}
.mobile-nav__link.active-2
{
    position: relative;

    color: #0067ab;
}
.mobile-nav__link.active-2:after
{
    position: absolute; 
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 3px;

    content: '';

    background: #0067ab;
}
.mobile-nav__link:hover
{
    color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .mobile-nav__link:hover
    {
        color: #24323a;
    }
}
@media screen and (max-width: 767px)
{
    .mobile-nav__link
    {
        margin-bottom: 0; 
        padding: 15px 40px 15px 10px;

        border-bottom: 1px solid #cad3d8;
    }
}
.mobile-nav__link.list
{
    position: relative;
}
.mobile-nav__link.list::before
{
    position: absolute;
    top: 50%;
    right: 17px;

    width: 1px;
    height: 15px;

    content: '';
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 
    -webkit-transform: translate(0%, -50%); 
        -ms-transform: translate(0%, -50%); 
            transform: translate(0%, -50%);

    -webkit-border-radius: 1px;

            border-radius: 1px;
    background-color: #0067ab;
}
.mobile-nav__link.list:after
{
    position: absolute;
    top: 50%;
    right: 10px;

    width: 15px;
    height: 1px;

    content: '';
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); 

    -webkit-border-radius: 1px; 

            border-radius: 1px;
    background-color: #0067ab;
}
.mobile-nav__link.open.list::before
{
    -webkit-transform: translate(0%, -50%) rotate(-90deg);
        -ms-transform: translate(0%, -50%) rotate(-90deg);
            transform: translate(0%, -50%) rotate(-90deg);
}
.mobile-nav__level-2
{
    display: none; 

    margin: 5px 0 5px 20px;
}
@media screen and (max-width: 767px)
{
    .mobile-nav__level-2
    {
        margin: 0; 

        background: #f4f6f7;
    }
}
.mobile-nav__level-3
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .mobile-nav__level-3
    {
        position: relative;
        top: 0;
        left: 0;

        -webkit-transform: none;

            -ms-transform: none;

                transform: none; 

        background: #e0e0e0;
    }
}
.mobile-nav__res
{
    display: none;
    display: inline-block;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 100px 50px 60px;
}
.mobile-nav__res .mobile-nav__level-3
{
    display: block;
}

.banner
{
    position: relative; 

    margin-top: -10px;
}
@media screen and (max-width: 1400px)
{
    .banner
    {
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px)
{
    .banner
    {
        padding-bottom: 60px;
    }
}
.banner__slide
{
    position: relative;
}
.banner__content
{
    position: absolute;
    top: 40%;
    left: 0;

    width: 100%;
}
@media screen and (max-width: 1200px)
{
    .banner__content
    {
        top: 20%;
    }
}
@media screen and (max-width: 767px)
{
    .banner__content
    {
        position: relative;
        top: 0;
    }
}
.banner__title
{
    max-width: 430px;
}
@media screen and (max-width: 767px)
{
    .banner__title
    {
        margin-top: 20px;
    }
}
.banner__text
{
    font-size: 1.5rem;
    line-height: 32px;

    max-width: 430px; 
    margin-top: 20px;
}
@media screen and (max-width: 767px)
{
    .banner__text
    {
        margin-top: 10px;
    }
}
.banner__control
{
    position: absolute;
    bottom: 120px;

    width: 100%;
}
@media screen and (max-width: 767px)
{
    .banner__control
    {
        position: relative;
        bottom: -20px;
    }
}
.banner__control .swiper-pagination-bullet
{
    margin-right: 30px;

    opacity: .15;
    -webkit-border-radius: 0;
            border-radius: 0; 
    background-color: #0067ab;
}
.banner__control .swiper-pagination-bullet-active
{
    opacity: 1; 
    background-color: #ff7f11;
}
.banner__pic
{
    width: 100%;
}

.intro
{
    position: relative;
    z-index: 9; 

    margin-top: -80px;
}
@media screen and (max-width: 767px)
{
    .intro
    {
        margin-top: 0;
    }
}
.intro_nomargin
{
    margin-top: 0;
}
.intro__inner
{
    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    padding: 55px 100px 65px;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .intro__inner
    {
        max-width: 96%;
        margin: 0 auto;
        padding: 50px 50px 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .intro__inner
    {
        padding: 50px 30px 60px;
    }
}
@media screen and (max-width: 767px)
{
    .intro__inner
    {
        padding: 40px 20px 50px;
    }
}
.intro__sign
{
    font-size: .875rem;
    font-weight: bold;

    margin-bottom: 20px; 

    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #0067ab;
}
.intro__title
{
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 38px;

    margin-bottom: 15px;
}
@media screen and (max-width: 767px)
{
    .intro__title
    {
        font-size: 1.25rem;
        line-height: 26px;
    }
}
.intro__text
{
    font-size: 1.25rem;
    line-height: 28px;
}
@media screen and (max-width: 767px)
{
    .intro__text
    {
        font-size: 1.125rem;
        line-height: 26px;
    }
}

.about
{
    position: relative;

    margin-top: 70px;
    padding-top: 120px;
}
@media screen and (max-width: 767px)
{
    .about
    {
        padding-top: 60px;
    }
}
.about:before
{
    position: absolute;
    right: 0;
    bottom: -60px;

    display: block; 

    width: 80%;
    max-width: 1359px;
    height: 549px;

    content: '';

    background-color: #fff;
}
@media screen and (max-width: 1200px)
{
    .about:before
    {
        bottom: -40px;
        left: 0;

        width: 96%;
        height: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1023px)
{
    .about:before
    {
        height: 400px;
    }
}
@media screen and (max-width: 767px)
{
    .about:before
    {
        width: 100%; 
        height: 550px;
    }
}
.about:after
{
    position: absolute;
    z-index: -1; 
    top: -100%;
    left: 0;

    display: block;

    width: 100%;
    height: 1664px;

    content: '';

    opacity: .1;
    background-color: #96a7b1;
}
@media screen and (max-width: 1200px)
{
    .about:after
    {
        top: -70%;
    }
}
@media screen and (max-width: 575px)
{
    .about:after
    {
        height: 1400px;
    }
}
.about_nobg
{
    margin-top: 100px;
}
@media screen and (max-width: 767px)
{
    .about_nobg
    {
        margin-top: 60px;
    }
}
.about_nobg::after,
.about_nobg:before
{
    display: none;
}
.about_hh
{
    position: relative;

    margin-top: 0;
    padding-bottom: 230px;

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1200px)
{
    .about_hh
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px)
{
    .about_hh
    {
        padding-top: 20px;
    }
}
.about_hh::before
{
    top: 60px;
    bottom: auto; 
    left: 0;

    width: 100%;
    max-width: 1200px;
    height: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px)
{
    .about_hh::before
    {
        height: 95%;
    }
}
.about_hh:after
{
    display: none;
}
.about__contain
{
    position: relative;
    z-index: 9;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin-left: 15%; 

    -webkit-box-pack: center; 

    -webkit-justify-content: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .about__contain
    {
        display: block;

        margin-left: 0;
        padding-top: 440px;
    }
}
@media screen and (max-width: 1023px)
{
    .about__contain
    {
        padding-top: 330px;
    }
}
@media screen and (max-width: 767px)
{
    .about__contain
    {
        padding-top: 210px;
    }
}
.about__contain_hh
{
    margin-top: 30px; 
    margin-left: 5%;
}
@media screen and (max-width: 1200px)
{
    .about__contain_hh
    {
        margin-left: 0;
        padding-top: 500px;
    }
}
@media screen and (max-width: 1023px)
{
    .about__contain_hh
    {
        padding-top: 320px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .about__contain_hh
    {
        padding-top: 215px;
        padding-right: 0;
    }
}
.about__pic
{
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .about__pic
    {
        position: absolute;
        top: -50px; 
        right: 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .about__pic
    {
        top: -10px; 

        width: 30%;
    }
}
@media screen and (max-width: 767px)
{
    .about__pic
    {
        display: none;
    }
}
.about__pic_pic-layer
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    -webkit-box-shadow: none;

            box-shadow: none;
}
@media screen and (max-width: 1400px)
{
    .about__pic_pic-layer
    {
        width: 50%;
    }
}
@media screen and (max-width: 1200px)
{
    .about__pic_pic-layer
    {
        width: 70%;
    }
}
@media screen and (max-width: 767px)
{
    .about__pic_pic-layer
    {
        display: block; 

        width: 100%;
        height: 250px;

        -o-object-fit: cover;

           object-fit: cover;
        -o-object-position: 0 -20px;
           object-position: 0 -20px;
    }
}
.about__pic_hh
{
    top: 40px;
}
@media screen and (max-width: 767px)
{
    .about__pic_hh
    {
        top: 20px;

        display: block;
    }
}
.about__content
{
    width: 100%;
    max-width: 480px;
    margin-left: 50px;
}
@media screen and (max-width: 1200px)
{
    .about__content
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        max-width: 100%;
        margin-left: 0;
        padding: 0 100px;
    }
}
@media screen and (max-width: 1023px)
{
    .about__content
    {
        padding: 0 40px;
    }
}
@media screen and (max-width: 767px)
{
    .about__content
    {
        padding: 0 20px;
    }
}
.about__text
{
    margin: 20px 0;
}
.about__text_hh
{
    position: relative;
}
.about__text_hh:after
{
    position: absolute;
    right: -40px;
    bottom: -10px; 

    width: 50px;
    height: 50px;

    content: url(/bitrix/templates/mdddnn/css/../icon/hh.svg);
}
@media screen and (max-width: 767px)
{
    .about__text_hh:after
    {
        right: 0;
        bottom: -30px;
    }
}

.vantage
{
    margin-top: 170px;
}
@media screen and (max-width: 1023px)
{
    .vantage
    {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1023px)
{
    .vantage__title
    {
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .vantage__title
    {
        padding-left: 0;
    }
}
.vantage__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}
@media screen and (max-width: 1023px)
{
    .vantage__list
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
}
.vantage__item
{
    position: relative; 

    width: 24%;
    max-width: 290px;
}
@media screen and (max-width: 1023px)
{
    .vantage__item
    {
        width: 48%;
    }
}
@media screen and (max-width: 767px)
{
    .vantage__item
    {
        width: 100%;
        max-width: 100%; 
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px)
{
    .vantage__item_1
    {
        margin-top: 0;
    }
}
.vantage__item_2
{
    top: 50px;
}
@media screen and (max-width: 1023px)
{
    .vantage__item_2
    {
        top: 0;

        margin-top: 50px;
    }
}
.vantage__item_3
{
    top: -50px;
}
@media screen and (max-width: 1023px)
{
    .vantage__item_3
    {
        top: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .vantage__item_4
    {
        margin-top: 50px;
    }
}
.vantage__caption
{
    display: block;

    margin: 15px 0 10px;
}
.vantage__text
{
    line-height: 22px;
}
.vantage__pic
{
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .vantage__pic
    {
        height: 400px;

        -o-object-fit: cover;

           object-fit: cover;
    }
}

.about-tab__box
{
    display: none;
}

.about-tab__tabs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .about-tab__tabs
    {
        display: block;
    }
}

.about-tab__btn
{
    font-size: 1.25rem;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    padding: 18px 22px;

    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;

    color: #0067ab;
    border: 1px solid #0067ab;
    border-bottom-width: 2px;
    background: #fff;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .about-tab__btn
    {
        font-size: 1.125rem; 

        padding: 18px 12px;
    }
}
@media screen and (max-width: 767px)
{
    .about-tab__btn
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin-bottom: 5px;
    }
}
.about-tab__btn:hover
{
    color: #ff7f11;
}
@media screen and (max-width: 767px)
{
    .about-tab__btn:hover
    {
        color: #fff;
    }
}
.about-tab__btn.active
{
    color: #fff;
    background: #0067ab;
}

.about-cnt
{
    position: relative; 

    padding-top: 40px;

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1200px)
{
    .about-cnt
    {
        padding-bottom: 60px; 

        background: #fff;
    }
}
@media screen and (max-width: 767px)
{
    .about-cnt
    {
        padding-top: 20px;
    }
}
.about-cnt:before
{
    position: absolute;
    top: 20px; 
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1200px;
    height: 95%;
    margin: 0 auto;

    content: '';

    background: #fff;
}
@media screen and (max-width: 1500px)
{
    .about-cnt:before
    {
        max-width: 100%;
        height: 98%;
    }
}
@media screen and (max-width: 1200px)
{
    .about-cnt:before
    {
        display: none;
    }
}
.about-cnt__left
{
    position: relative;
    z-index: 3; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1500px)
{
    .about-cnt__left
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1200px)
{
    .about-cnt__left
    {
        display: block;
    }
}
@media screen and (max-width: 1200px)
{
    .about-cnt__left:after
    {
        display: table;
        clear: both; 

        content: '';
    }
}
.about-cnt__left .about-cnt__content
{
    max-width: 660px; 
    margin-left: 50px;
}
@media screen and (max-width: 1200px)
{
    .about-cnt__left .about-cnt__content
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 100%;
        margin-left: 0; 
        padding: 0 20px;
    }
}
@media screen and (max-width: 1200px)
{
    .about-cnt__left .about-cnt__pic
    {
        float: left;

        margin-right: 25px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1023px)
{
    .about-cnt__left .about-cnt__pic
    {
        width: 100%;
        height: 300px;
        margin-right: 0;

        -o-object-fit: cover;

           object-fit: cover;
    }
}
.about-cnt__right
{
    position: relative;
    z-index: 3; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media screen and (max-width: 1200px)
{
    .about-cnt__right
    {
        display: block;
    }
}
@media screen and (max-width: 1023px)
{
    .about-cnt__right
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap-reverse;

            -ms-flex-wrap: wrap-reverse;

                flex-wrap: wrap-reverse;
    }
}
@media screen and (max-width: 1200px)
{
    .about-cnt__right:after
    {
        display: table;
        clear: both; 

        content: '';
    }
}
.about-cnt__right .about-cnt__content
{
    max-width: 550px; 
    margin-right: 50px;
}
@media screen and (max-width: 1200px)
{
    .about-cnt__right .about-cnt__content
    {
        float: left; 

        -webkit-box-sizing: border-box; 

                box-sizing: border-box;
        max-width: 47%;
        margin-right: 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .about-cnt__right .about-cnt__content
    {
        float: none;

        max-width: 100%;
    }
}
@media screen and (max-width: 1200px)
{
    .about-cnt__right .about-cnt__pic
    {
        margin-left: 25px;
    }
}
@media screen and (max-width: 1023px)
{
    .about-cnt__right .about-cnt__pic
    {
        width: 100%;
        height: 300px;
        margin-bottom: 25px; 
        margin-left: 0;

        -o-object-fit: cover;

           object-fit: cover;
    }
}
.about-cnt__content h1
{
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 38px;

    margin-bottom: 15px; 

    text-transform: none;
}
@media screen and (max-width: 1500px)
{
    .about-cnt__pic
    {
        width: 50%;
    }
}
@media screen and (max-width: 1023px)
{
    .about-cnt__pic
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .about-cnt__pic
    {
        display: block;
    }
}

.cnt
{
    margin-top: 80px;
}
@media screen and (max-width: 1023px)
{
    .cnt
    {
        margin-top: 40px;
    }
}
.cnt__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1023px)
{
    .cnt__inner
    {
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
}
.cnt__text
{
    line-height: 26px;

    margin-right: 60px;
}
@media screen and (max-width: 1023px)
{
    .cnt__text
    {
        margin-top: 20px;
        margin-right: 0;
    }
}
.cnt__text h2
{
    margin-bottom: 20px;
}
.cnt__pic
{
    width: 100%;
    max-width: 492px;
    height: 400px;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.box-about
{
    padding-top: 60px;

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1023px)
{
    .box-about
    {
        padding-top: 20px;
        padding-bottom: 20px; 

        background: #fff;
    }
}
.box-about__inner
{
    position: relative; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .box-about__inner
    {
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
}
.box-about__inner:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    max-width: 891px;
    height: 364px;

    content: '';

    background-color: #fcfcfc;
}
@media screen and (max-width: 1200px)
{
    .box-about__inner:after
    {
        bottom: -20px;

        display: none;
    }
}
.box-about__content
{
    position: relative;
    z-index: 3;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    padding: 30px 50px 30px 100px;
}
@media screen and (max-width: 1200px)
{
    .box-about__content
    {
        font-size: .875rem;
        line-height: 20px;
    }
}
@media screen and (max-width: 1200px)
{
    .box-about__content
    {
        padding: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .box-about__content
    {
        padding: 20px 0;
    }
}
.box-about__pic
{
    position: relative;
    z-index: 3;
    top: -30px;
}
@media screen and (max-width: 1200px)
{
    .box-about__pic
    {
        top: 0; 

        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .box-about__pic
    {
        width: 100%;
    }
}

.company
{
    padding-top: 80px;
    padding-bottom: 115px; 

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1200px)
{
    .company
    {
        padding-top: 40px;
    }
}
.company__item
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 100%;
    margin-bottom: 15px;
    padding: 50px;

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1023px)
{
    .company__item
    {
        padding: 30px;
    }
}
.company__icon
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 190px;
    height: 190px;
    margin-right: 60px;

    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(36, 50, 58, .39);
            box-shadow: 0 2px 5px rgba(36, 50, 58, .39);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .company__icon
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; 

        margin-right: auto;
        margin-left: auto;
    }
}
.company__top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .company__top
    {
        display: block;
    }
}
@media screen and (max-width: 767px)
{
    .company__name
    {
        margin-top: 20px;
    }
}
.company__name p
{
    margin-bottom: 20px;
}
.company__name h3
{
    font-size: 1.5625rem;
    line-height: 1.35;
}
@media screen and (max-width: 767px)
{
    .company__name h3
    {
        font-size: 1.375rem;
    }
}
.company__bottom
{
    margin-top: 40px;
}
@media screen and (max-width: 767px)
{
    .company__bottom
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .company__bottom .text
    {
        font-size: 1rem;

        display: -webkit-box;
        overflow: hidden;

        -webkit-transition: .5s ease;

        -o-transition: .5s ease;

        transition: .5s ease; 
        -o-text-overflow: ellipsis; 
           text-overflow: ellipsis;

        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
.company__link
{
    font-weight: 700; 

    display: block;
}
.company .link-more
{
    display: inline-block; 

    margin: 10px 0;

    color: #0067ab;
}

.accordion
{
    padding-bottom: 100px;

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1200px)
{
    .accordion
    {
        padding: 70px 0 60px;
    }
}
.accordion__title
{
    margin-bottom: 30px;
}
.accordion__caption
{
    font-weight: 400; 

    -webkit-box-flex: 1; 

    -webkit-flex-grow: 1; 

        -ms-flex-positive: 1; 

            flex-grow: 1;
}
@media screen and (max-width: 767px)
{
    .accordion__caption
    {
        font-size: 1.125rem;
        line-height: 1.35;
    }
}
.accordion__row
{
    max-width: 1200px;
    margin: 0 auto; 
    margin-bottom: 16px;

    background: #fff;
}
.accordion__head
{
    font-size: 1.25rem; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    padding: 25px 40px;

    cursor: pointer;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .accordion__head
    {
        padding: 15px;
    }
}
.accordion__head.active
{
    border-bottom: 1px solid #cad3d8;
}
.accordion__head svg
{
    margin-left: 20px; 

    -webkit-flex-shrink: 0; 

        -ms-flex-negative: 0; 

            flex-shrink: 0;
}
.accordion__body
{
    display: none; 

    padding: 50px 60px;
}
@media screen and (max-width: 1023px)
{
    .accordion__body
    {
        padding: 25px 30px;
    }
}
@media screen and (max-width: 767px)
{
    .accordion__body
    {
        padding: 10px 15px 40px 15px;
    }
}
.accordion__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media screen and (max-width: 1023px)
{
    .accordion__content
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px)
{
    .accordion__content
    {
        display: block;
    }
}
.accordion__info
{
    margin-left: 50px;
}
@media screen and (max-width: 1023px)
{
    .accordion__info
    {
        margin-left: 25px;
    }
}
@media screen and (max-width: 767px)
{
    .accordion__info
    {
        margin-top: 20px; 
        margin-left: 0;
    }
}
.accordion__info h5,
.accordion__info p
{
    line-height: 28px; 

    color: #000;
}
@media screen and (max-width: 767px)
{
    .accordion__info h5,
    .accordion__info p
    {
        line-height: 1.25;
    }
}
.accordion__info p
{
    margin-bottom: 15px;
}
@media screen and (max-width: 767px)
{
    .accordion__info p
    {
        margin-top: 10px; 
        margin-bottom: 10px;
    }
}
.accordion__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px; 

    -webkit-box-align: start; 

    -webkit-align-items: flex-start; 

        -ms-flex-align: start; 

            align-items: flex-start;
}
@media screen and (max-width: 1023px)
{
    .accordion__line
    {
        display: block;
    }
}
.accordion__name
{
    line-height: 20px; 

    width: 60px;
    margin-right: 20px;

    color: #a4a4a4;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .accordion__pic
    {
        width: 100%;
    }
}
.accordion__contact
{
    line-height: 20px; 

    color: #000;
}
.accordion a:hover
{
    color: #96a7b1;
}
.accordion__phone
{
    margin-top: 20px;
}
.accordion__phone .accordion__name
{
    width: 180px;
}
.accordion__col
{
    width: 29%;
    margin-right: 40px;
}
@media screen and (max-width: 1023px)
{
    .accordion__col
    {
        width: 48%; 
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .accordion__col
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.accordion__col b
{
    display: block; 

    margin-bottom: 10px;
}
.accordion__control
{
    margin-top: 30px;
}
.accordion__control button
{
    margin-right: 20px;
}
@media screen and (max-width: 767px)
{
    .accordion__control button
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .accordion__price
    {
        display: none;
    }
}
.accordion__link
{
    font-size: .875rem;
    font-weight: 700;

    position: relative; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    padding-left: 60px;
}
.accordion__link:before
{
    position: absolute;
    top: -15px; 
    left: 0;

    width: 50px;
    height: 50px;

    content: url(/bitrix/templates/mdddnn/css/../icon/hh.svg);
}

.subscrible
{
    margin-top: 95px;
}
@media screen and (max-width: 767px)
{
    .subscrible
    {
        margin-top: 60px;
    }
}
.subscrible__inner
{
    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    padding: 55px 100px;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .subscrible__inner
    {
        max-width: 96%;
        margin: 0 auto;
        padding: 55px;
    }
}
@media screen and (max-width: 1023px)
{
    .subscrible__inner
    {
        padding: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .subscrible__inner
    {
        padding: 40px 20px;
    }
}
.subscrible__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 7px; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .subscrible__contain
    {
        display: block;
    }
}
.subscrible__text
{
    font-size: 1.25rem;
}
.subscrible__form
{
    position: relative;

    width: 50%;
    max-width: 392px;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 1023px)
{
    .subscrible__form
    {
        width: 100%;
        max-width: 100%; 
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .subscrible__form
    {
        padding-right: 0;
    }
}
.subscrible__form .group
{
    margin-top: 0;
}
.subscrible__form .group__field
{
    padding-right: 130px;

    -o-text-overflow: ellipsis;

       text-overflow: ellipsis;
}
.subscrible__btn
{
    font-size: .875rem;
    font-weight: bold;

    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;

    cursor: pointer; 

    color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .subscrible__btn
    {
        position: relative;

        margin-top: 20px;
    }
}
.subscrible__btn img
{
    margin-left: 10px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;
}
.subscrible__btn:hover img
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.equipment-single__sorting
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    margin: 55px 0 30px; 
    padding: 35px 50px;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .equipment-single__sorting
    {
        margin: 20px 0 30px; 
        padding: 45px 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .equipment-single__sorting
    {
        padding: 30px 20px; 

        -webkit-flex-wrap: wrap; 

            -ms-flex-wrap: wrap; 

                flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px)
{
    .equipment-single__sorting
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.equipment-single__sorting .select2
{
    margin: 0 20px;
}
@media screen and (max-width: 1200px)
{
    .equipment-single__sorting .select2
    {
        margin: 0 10px;
    }
}
@media screen and (max-width: 1023px)
{
    .equipment-single__sorting .select2
    {
        width: 45%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px)
{
    .equipment-single__sorting .select2
    {
        width: 100%;
    }
}

.equipment-single__name
{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .equipment-single__name
    {
        display: none;
    }
}

.equipment-single table
{
    border: 1px solid  #dee3e5;
}
@media screen and (max-width: 767px)
{
    .equipment-single table
    {
        font-size: .875rem;

        border-top: 0;
    }
}
@media screen and (max-width: 767px)
{
    .equipment-single table thead
    {
        display: none;
    }
}
.equipment-single table th
{
    font-size: .875rem;

    width: 33%; 
    padding: 20px;

    text-align: left;

    border: 1px solid  #dee3e5;
    background: #f4f6f7;
}
@media screen and (max-width: 767px)
{
    .equipment-single table th:last-of-type
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .equipment-single table tr
    {
        display: block;
    }
}
.equipment-single table td
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33%; 
    padding: 20px;

    vertical-align: top;

    border: 1px solid  #dee3e5;
}
@media screen and (max-width: 767px)
{
    .equipment-single table td:first-of-type
    {
        padding-top: 10px; 

        border-top: 1px solid #96a7b1;
    }
}
@media screen and (max-width: 767px)
{
    .equipment-single table td:last-of-type
    {
        padding-bottom: 10px;
    }
}
.equipment-single table td span
{
    display: block;
}
.equipment-single table td span:first-of-type
{
    margin-top: 10px;
}
@media screen and (max-width: 767px)
{
    .equipment-single table td
    {
        font-size: .8125rem; 

        display: inline-block;

        -webkit-box-sizing: border-box;

                box-sizing: border-box;
        width: 100%;
        padding: 5px 15px 5px;

        border: none;
    }
}

@media screen and (max-width: 767px)
{
    .equipment-single .text
    {
        display: none;
    }
}

.project-min
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .project-min
    {
        margin-bottom: 0;
    }
}
.project-min__sign
{
    font-weight: 700; 

    color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .project-min__sign
    {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px)
{
    .project-min__pic
    {
        display: none;
    }
}
.project-min__pic + .project-min__sign
{
    margin-left: 15px;
}
@media screen and (max-width: 767px)
{
    .project-min__pic + .project-min__sign
    {
        margin-left: 0;
    }
}

.solutions
{
    margin-top: 130px;
    padding: 100px 0 70px;

    background-color: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1023px)
{
    .solutions
    {
        margin-top: 80px;
        padding: 80px 0 60px;
    }
}
@media screen and (max-width: 767px)
{
    .solutions
    {
        margin-top: 60px;
        padding: 60px 0 20px;
    }
}
.solutions__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
@media screen and (max-width: 767px)
{
    .solutions__list
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.solutions__item
{
    position: relative;

    display: block;

    width: 32%;
    max-width: 335px;
    margin-right: 95px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1600px)
{
    .solutions__item
    {
        margin-right: 80px;
    }
}
.solutions__item:nth-of-type(3n)
{
    margin-right: 0;
}
@media screen and (max-width: 1023px)
{
    .solutions__item:nth-of-type(3n)
    {
        margin-right: 13px;
    }
}
@media screen and (max-width: 767px)
{
    .solutions__item:nth-of-type(3n)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .solutions__item:nth-of-type(2n)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1200px)
{
    .solutions__item
    {
        margin-right: 13px;
    }
}
@media screen and (max-width: 1023px)
{
    .solutions__item
    {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .solutions__item
    {
        width: 100%;
        margin-right: 0; 
        margin-bottom: 40px;
    }
}
.solutions__item:hover .solutions__caption
{
    color: #0067ab; 
    -webkit-box-shadow: 0 7px 10px rgba(36, 50, 58, .3); 
            box-shadow: 0 7px 10px rgba(36, 50, 58, .3);
}
.solutions__caption
{
    font-size: 1.375rem;
    font-weight: 700;

    position: absolute;
    left: -60px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 400px;
    padding: 35px 35px 15px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 
    -webkit-transform: rotate(-90deg) translateX(-30px); 
        -ms-transform: rotate(-90deg) translateX(-30px); 
            transform: rotate(-90deg) translateX(-30px);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    letter-spacing: 2.64px;
    text-transform: uppercase;

    color: #24323a;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .solutions__caption
    {
        left: -10px;
    }
}
@media screen and (max-width: 1023px)
{
    .solutions__caption
    {
        font-size: 1.125rem;

        left: -5px;

        width: 290px;
        padding: 10px;

        -webkit-transform: rotate(-90deg) translateX(-20px);

            -ms-transform: rotate(-90deg) translateX(-20px);

                transform: rotate(-90deg) translateX(-20px);
    }
}
.solutions__pic
{
    width: 100%;
}

.equipment
{
    margin-top: 90px;
}
@media screen and (max-width: 1023px)
{
    .equipment
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px)
{
    .equipment
    {
        margin-top: 40px;
    }
}
.equipment__contain
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 100px;

    background-image: url(/bitrix/templates/mdddnn/css/../images/equipment-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; 
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16); 
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .equipment__contain
    {
        padding: 50px;

        background-image: url(/bitrix/templates/mdddnn/css/../images/equipment-bg-middle.jpg);
    }
}
@media screen and (max-width: 1023px)
{
    .equipment__contain
    {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 767px)
{
    .equipment__contain
    {
        background-position: top left;
    }
}
.equipment__text
{
    width: 55%;
    max-width: 520px;
    margin: 15px 0;
}
@media screen and (max-width: 767px)
{
    .equipment__text
    {
        width: 100%;
    }
}
.equipment__link
{
    display: block;

    margin-bottom: 10px;
    padding: 0;
}

.config-tab
{
    margin-top: 40px;
}
.config-tab__box
{
    display: none;

    padding-bottom: 85px;

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 1023px)
{
    .config-tab__box
    {
        padding-bottom: 20px;
    }
}
.config-tab__tabs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .config-tab__tabs
    {
        display: block;
    }
}
.config-tab__btn
{
    font-size: 1.25rem;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    padding: 18px 22px;

    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;

    color: #0067ab;
    border: 1px solid #0067ab;
    border-bottom-width: 2px;
    background: #fff;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .config-tab__btn
    {
        font-size: 1.125rem; 

        padding: 18px 12px;
    }
}
@media screen and (max-width: 767px)
{
    .config-tab__btn
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin-bottom: 5px;
    }
}
.config-tab__btn:hover
{
    color: #ff7f11;
}
@media screen and (max-width: 767px)
{
    .config-tab__btn:hover
    {
        color: #fff;
    }
}
.config-tab__btn.active
{
    color: #fff;
    background: #0067ab;
}

.ready-mod
{
    padding-top: 50px;
}
.ready-mod__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
}
@media screen and (max-width: 1023px)
{
    .ready-mod__list
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.ready-mod__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 16%;
    max-width: 196px;

    border: 1px solid #dee3e5;
    border-right: 0;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .1);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .1);

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-flow: column;

        -ms-flex-flow: column;

            flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__item
    {
        width: 20%;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__item
    {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
}
.ready-mod__item:nth-of-type(2),
.ready-mod__item:nth-last-of-type(2)
{
    margin-right: 16px; 

    border-right: 1px solid #dee3e5;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__item:nth-of-type(2),
    .ready-mod__item:nth-last-of-type(2)
    {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__item:nth-of-type(2),
    .ready-mod__item:nth-last-of-type(2)
    {
        margin-right: 0;
    }
}
.ready-mod__item:hover .ready-mod__link
{
    opacity: 1;
}
.ready-mod__head
{
    font-weight: 700;

    position: relative;
    z-index: 3; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    padding: 27px 5px;

    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .ready-mod__head
    {
        position: relative;

        display: -webkit-box;

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        padding: 20px 10px; 

        -webkit-box-pack: justify; 

        -webkit-justify-content: space-between; 

            -ms-flex-pack: justify; 

                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__head:after
    {
        position: absolute;
        top: 50%;
        right: 15px;

        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAm0lEQVQoU2NkAIGMVQkM/5nsGWaGJIL5xICM1QsYGP4fYJgRtoCRIWO5AsN/lvsQfYwLiDIIZMB/hniIlj+KjAiXMM4nyiAUA/4nQlwCA2AvETAIiwFgx6B4H59BOAzANAQeyGguwmMAdkMwDXrAwPBfARKIkDBAjzxU7yDLongNtwG4XYIe2DhcAFOG2yVwg5YrMMyIfIAv/QEA06tVOuqdJUAAAAAASUVORK5CYII=');
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease; 
        -webkit-transform: translateY(-50%); 
            -ms-transform: translateY(-50%); 
                transform: translateY(-50%);
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__head.open:after
    {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
    }
}
.ready-mod__caption
{
    text-align: center;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__caption
    {
        font-size: .8125rem;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__caption
    {
        font-size: 1rem;

        text-align: left;
    }
}
@media screen and (max-width: 767px)
{
    .ready-mod__caption
    {
        font-size: .875rem;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__caption br
    {
        display: none;
    }
}
.ready-mod__caption span
{
    margin-right: 3px;
}
.ready-mod__middle
{
    position: relative;
    z-index: 3;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%; 
    height: 100%;
    padding: 35px 10px 25px;

    border-top: 3px solid transparent;
    background-color: #fff;

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__middle
    {
        padding: 20px 0 10px;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__middle
    {
        display: none;

        width: 100%;
        padding: 20px 0;
    }
}
.ready-mod__middle_green
{
    border-top-color: #91d062;
}
.ready-mod__middle_blue
{
    border-top-color: #74d3dc;
}
.ready-mod__middle_orange
{
    border-top-color: #f9bc52;
}
.ready-mod__td
{
    display: block;

    width: 100%;
}
@media screen and (max-width: 1023px)
{
    .ready-mod__td
    {
        display: table-cell;

        width: 50%;

        vertical-align: top;
    }
}
@media screen and (max-width: 767px)
{
    .ready-mod__td
    {
        display: block;

        width: 100%;
    }
}
.ready-mod__numb
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 8px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__numb
    {
        width: 80%;
    }
}
.ready-mod__numb span
{
    font-size: 2.25rem;
    line-height: 1;

    display: block;

    width: 30px;
    margin-right: 10px; 

    text-align: center;
    letter-spacing: -7.2px;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__numb span
    {
        font-size: 1.875rem;
    }
}
.ready-mod__numb p
{
    font-size: .9375rem;
    line-height: 16px;

    width: 100%;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__numb p
    {
        font-size: .8125rem;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__numb p
    {
        font-size: 1rem;
    }
}
.ready-mod__numb_no
{
    font-size: .9375rem;
    line-height: 16px;

    padding-left: 40px; 

    color: #96a7b1;
}
@media screen and (max-width: 1200px)
{
    .ready-mod__numb_no
    {
        font-size: .8125rem; 

        padding-left: 30px;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__numb_no
    {
        font-size: 1rem;

        padding-left: 40px;
    }
}
.ready-mod__bottom
{
    position: relative;
    z-index: 3;

    padding: 16px 14px;

    text-align: center; 

    border-top: 3px solid transparent;
    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .ready-mod__bottom
    {
        display: none;
    }
}
.ready-mod__bottom_green
{
    border-top-color: #91d062;
}
.ready-mod__bottom_blue
{
    border-top-color: #74d3dc;
}
.ready-mod__bottom_orange
{
    border-top-color: #f9bc52;
}
.ready-mod__btn
{
    font-size: .875rem;

    width: 100%;
    padding: 11px 22px;

    cursor: pointer; 
    -webkit-transition: .5s ease; 
    -o-transition: .5s ease; 
    transition: .5s ease;
    text-align: center;

    color: #fff;
    background: #0067ab;
}
@media screen and (max-width: 1023px)
{
    .ready-mod__btn
    {
        width: 20%;
    }
}
@media screen and (max-width: 767px)
{
    .ready-mod__btn
    {
        width: 60%;
    }
}
.ready-mod__btn:hover
{
    background: #ff7f11;
}
.ready-mod__btn.active
{
    background: #ff7f11;
}
.ready-mod__btn_mobile
{
    display: block; 

    margin-top: 20px;
    margin-right: 20px;
    margin-left: auto;
}
@media screen and (min-width: 1023px)
{
    .ready-mod__btn_mobile
    {
        display: none;
    }
}
.ready-mod__price
{
    font-size: 1.5rem;
    font-weight: 700;

    margin-bottom: 10px;
}
@media screen and (min-width: 1024px)
{
    .ready-mod__price_mobile
    {
        display: none;
    }
}
@media screen and (max-width: 1023px)
{
    .ready-mod__price
    {
        margin-bottom: 0;
        padding-right: 50px;
    }
}
@media screen and (max-width: 767px)
{
    .ready-mod__price
    {
        font-size: .9375rem;

        padding-right: 30px;
        padding-left: 15px;

        -webkit-flex-shrink: 0;

            -ms-flex-negative: 0;

                flex-shrink: 0;
    }
}
.ready-mod__link
{
    font-size: .875rem;
    font-weight: 700;

    display: none;

    margin-bottom: 10px;

    cursor: pointer; 
    -webkit-transition: .5s ease; 
    -o-transition: .5s ease; 
    transition: .5s ease;

    opacity: 0;
}
@media screen and (max-width: 1023px)
{
    .ready-mod__link
    {
        display: inline-block;

        opacity: 1;
    }
}
.ready-mod__link.visible
{
    display: inline-block;
}

.number
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 125px;
    height: 32px;

    -webkit-border-radius: 16px;

            border-radius: 16px;
    background-color: #fafafa; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.number__btn
{
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 40px;

    position: relative;

    width: 40px;
    height: 100%;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: center;

    color: #0067ab;
    border: 1px solid #f2f2f2; 
    outline: none;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
.number__btn_plus
{
    border-left-color: transparent; 
    -webkit-border-top-right-radius: 16px; 
            border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
            border-bottom-right-radius: 16px;
}
.number__btn_plus::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 2px;
    height: 14px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 

    -webkit-border-radius: 1px; 

            border-radius: 1px;
    background-color: #0067ab;
}
.number__btn_plus:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 14px;
    height: 2px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 

    -webkit-border-radius: 1px; 

            border-radius: 1px;
    background-color: #0067ab;
}
.number__btn_minus
{
    border-right-color: transparent; 
    -webkit-border-top-left-radius: 16px; 
            border-top-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
            border-bottom-left-radius: 16px;
}
.number__btn_minus:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 14px;
    height: 2px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 

    -webkit-border-radius: 1px; 

            border-radius: 1px;
    background-color: #0067ab;
}
.number__btn:hover
{
    border-color: rgba(0, 103, 171, .5); 
    background: #fff;
}
.number__numb
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 70%;
    height: 100%;

    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; 

    -webkit-box-pack: center; 

    -webkit-justify-content: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.number__numb input
{
    font-size: 1rem;

    width: 100%;

    resize: horizontal;
    text-align: center;
    text-align: center;

    color: #262626;
    background: none;
}
@media screen and (max-width: 767px)
{
    .number__numb input
    {
        font-size: 1.125rem;
    }
}
.number__numb span
{
    font-size: 1rem;

    padding-bottom: 2px;
    padding-left: 5px;

    color: #262626;
}

.additional-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .additional-item
    {
        display: block;
    }
}
.additional-item__pic
{
    margin-right: 20px;
}
@media screen and (max-width: 1023px)
{
    .additional-item__pic
    {
        float: left;

        margin-right: 10px;
    }
}
.additional-item__text
{
    text-align: left;
}

.additional
{
    display: none;
}
.additional__title
{
    font-size: 1.875rem;
    font-weight: 700;

    padding-top: 50px;
}
@media screen and (max-width: 767px)
{
    .additional__title
    {
        font-size: 1.375rem;
        font-weight: 600; 
        line-height: 28px;
    }
}
.additional .table
{
    margin-top: 20px;

    border: 1px solid  #dee3e5; 
    background-color: #fff;
}
@media screen and (max-width: 1023px)
{
    .additional .table__thead
    {
        display: none;
    }
}
.additional .table__tr
{
    border: 1px solid  #dee3e5;
}
@media screen and (max-width: 1023px)
{
    .additional .table__tr
    {
        display: block;
    }
}
.additional .table__th
{
    padding: 20px 15px;
}
.additional .table__th:first-of-type
{
    text-align: left;

    border-right: 1px solid  #dee3e5;
}
.additional .table__td
{
    padding: 20px 15px;

    text-align: center;
    white-space: nowrap;
}
@media screen and (max-width: 1023px)
{
    .additional .table__td
    {
        display: inline-block;

        -webkit-box-sizing: border-box;

                box-sizing: border-box;
    }
}
.additional .table__td:first-of-type
{
    max-width: 75%;

    white-space: normal; 

    border-right: 1px solid  #dee3e5;
}
@media screen and (max-width: 1023px)
{
    .additional .table__td:first-of-type
    {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 370px)
{
    .additional .table__td:first-of-type
    {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .additional .table__td:nth-of-type(2)
    {
        display: none;
    }
}
@media screen and (max-width: 1023px)
{
    .additional .table__td:nth-of-type(3)
    {
        width: 25%;
    }
}
@media screen and (max-width: 767px)
{
    .additional .table__td:nth-of-type(3)
    {
        width: 45%;
    }
}
@media screen and (max-width: 1023px)
{
    .additional .table__td:nth-of-type(4)
    {
        width: auto;
        padding-left: 0; 

        text-align: left;
    }
}
@media screen and (max-width: 767px)
{
    .additional .table__td:nth-of-type(4)
    {
        width: 30%;
        padding: 20px 5px;
    }
}
@media screen and (max-width: 1023px)
{
    .additional .table__td:last-of-type
    {
        width: 20%;
    }
}

.price,
.total
{
    display: inline-block;

    min-width: 60px;
    margin-right: 5px;

    text-align: right;
}

.add-basket
{
    display: block;

    width: 20px;
    height: 20px;
    margin-right: 10px; 

    background-image: url(/bitrix/templates/mdddnn/css/../icon/basket.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.add-basket.disabled
{
    background-image: url(/bitrix/templates/mdddnn/css/../icon/additional-check.svg);
}

.warranty__content
{
    z-index: 9; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    width: 100%;
    padding: 80px 0;

    border-top: 6px solid #0067ab;
    border-bottom: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1023px)
{
    .warranty__content
    {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px)
{
    .warranty__content
    {
        padding: 30px 0;
    }
}

.warranty__form
{
    position: relative; 

    width: 100%;
    max-width: 796px;
    margin: 0 auto;
}
@media screen and (max-width: 800px)
{
    .warranty__form
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px)
{
    .warranty__form
    {
        padding: 0 15px;
    }
}
.warranty__form:before
{
    font-size: .6875rem; 

    position: absolute;
    top: 0;
    right: 0;

    content: '*Обязательные поля';

    color: #96a7b1;
}
@media screen and (max-width: 800px)
{
    .warranty__form:before
    {
        top: inherit; 
        right: 30px;
        bottom: 20px;
    }
}

.warranty__field
{
    position: relative;

    width: 100%; 
    margin-top: 40px;
}
@media screen and (max-width: 767px)
{
    .warranty__field
    {
        margin-top: 20px;
    }
}
.warranty__field .select2-container .select2-selection--single
{
    padding: 5px 40px 4px 17px; 

    border: 1px solid rgba(150, 167, 177, .5);
}
.warranty__field .select2-container--default .select2-selection--single .select2-selection__rendered
{
    padding-left: 0 !important;
}
.warranty__field .select2-container .select2-selection--single .select2-selection__arrow
{
    right: 10px;
}
.warranty__field .select2-selection__rendered
{
    padding: 0 20px 0 10px !important;
}
.warranty__field:hover .select2-container .select2-selection--single
{
    border-color: #7fb3d5;
}
.warranty__field + .group
{
    margin-top: 40px;
}
@media screen and (max-width: 767px)
{
    .warranty__field + .group
    {
        margin-top: 30px;
    }
}

.warranty__name
{
    margin-bottom: 5px; 

    color: #96a7b1;
}

.warranty__input
{
    font-size: 1rem; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    width: 100%;
    padding: 10px 40px 9px 17px;

    border: 1px solid rgba(150, 167, 177, .5);
    background: #fff;
}
.warranty__input_textarea
{
    height: 200px;
    max-height: 300px;
    padding-right: 12px; 

    resize: none;
}
.warranty__input_textarea::-webkit-scrollbar
{
    width: 5px;
    height: 3px;

    -webkit-transition: .05s ease;

    -o-transition: .05s ease;

    transition: .05s ease;
}
.warranty__input_textarea::-webkit-scrollbar-track
{
    background-color: #ff7f11;
}
.warranty__input_textarea::-webkit-scrollbar-track-piece
{
    background-color: #fff;
}
.warranty__input_textarea::-webkit-scrollbar-thumb
{
    height: 50px;

    -webkit-border-radius: 3px;

            border-radius: 3px; 
    background-color: #ff7f11;
}
.warranty__input_textarea::-webkit-scrollbar-corner
{
    background-color: #ff7f11;
}
.warranty__input_textarea::-webkit-resizer
{
    background-color: #ff7f11;
}

.warranty__btn
{
    font-weight: 700;

    position: absolute;
    right: 15px;
    bottom: 10px;

    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    color: #0067ab;
}
.warranty__btn:hover
{
    color: #ff7f11;
}

.warranty__files
{
    margin-top: 40px;
}
@media screen and (max-width: 767px)
{
    .warranty__files
    {
        margin-top: 20px;
    }
}

.warranty__add
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 140px;
    height: 96px;
    margin-right: 10px; 

    cursor: pointer;

    background-color: rgba(0, 161, 255, .15);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .warranty__add
    {
        width: 30%;
        margin-bottom: 10px;
    }
}
.warranty__add svg
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    opacity: .5;
}
.warranty__add:hover svg
{
    opacity: 1;
}

.warranty__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.warranty__item
{
    position: relative;

    display: inline-block;

    width: 140px;
    height: 96px;
    margin-right: 10px;
}
@media screen and (max-width: 767px)
{
    .warranty__item
    {
        width: 30%;
        margin-bottom: 10px;
    }
}

.warranty__pic
{
    width: 100%;
    height: 100%;
    margin-right: 10px; 

    -o-object-fit: cover; 

       object-fit: cover;
}

.warranty__file
{
    display: none;
}

.warranty__remove
{
    position: absolute;
    top: 0;
    left: 0; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background: rgba(0, 0, 0, .2);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.warranty__remove svg
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    opacity: .5;
}
.warranty__remove:hover svg
{
    opacity: 1;
}

.warranty__title
{
    margin-top: 40px;
    margin-bottom: -20px;
}
@media screen and (max-width: 767px)
{
    .warranty__title
    {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

.warranty__control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .warranty__control
    {
        display: block;
    }
}

.warranty__submit
{
    margin-left: 50px;
}
@media screen and (max-width: 767px)
{
    .warranty__submit
    {
        margin-top: 20px; 
        margin-left: 0;
    }
}

.question
{
    position: relative;
    z-index: 9;
}
.question .inner
{
    padding: 0;
}
.question__contain
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; 
    margin-top: 100px;
    padding: 75px 100px;

    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}
@media screen and (max-width: 1200px)
{
    .question__contain
    {
        margin-top: 60px;
        margin-bottom: 80px;
        padding: 80px 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .question__contain
    {
        padding: 70px 40px;
    }
}
@media screen and (max-width: 767px)
{
    .question__contain
    {
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 20px;

        background-position: left;
    }
}
.question__contain_config
{
    margin-top: 40px;
    padding: 60px 100px;
}
@media screen and (max-width: 1023px)
{
    .question__contain_config
    {
        margin-bottom: 40px;
        padding: 50px 30px;
    }
}
@media screen and (max-width: 575px)
{
    .question__contain_tech
    {
        -webkit-background-size: 230% 230%;
                background-size: 230%;
    }
}
.question__title
{
    padding-bottom: 25px;
}
@media screen and (max-width: 767px)
{
    .question__title
    {
        line-height: 1.35;
    }
}
.question__title_config
{
    font-size: 1.25rem;
    line-height: 28px;

    max-width: 520px;
}
.question__text
{
    line-height: 30px;

    max-width: 510px; 
    margin-bottom: 20px;
}

.information__tabs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .information__tabs
    {
        display: block;
    }
}

.information__btn
{
    font-size: 1.25rem;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    padding: 18px 22px;

    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;

    color: #0067ab;
    border: 1px solid #0067ab;
    border-bottom-width: 2px;
    background: #fff;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1023px)
{
    .information__btn
    {
        font-size: 1rem;

        padding: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .information__btn
    {
        font-size: .875rem; 

        -webkit-box-sizing: border-box; 

                box-sizing: border-box;
        width: 100%;
        padding: 15px 0;
    }
}
.information__btn:hover
{
    color: #ff7f11;
}
.information__btn.active
{
    color: #fff;
    background: #0067ab;
}

.information__box
{
    display: none; 

    margin-top: 60px;
}
@media screen and (max-width: 1023px)
{
    .information__box
    {
        margin-top: 30px;
    }
}
.information__box:nth-of-type(2)
{
    display: block;
}

.information__sign
{
    font-size: 1.25rem;
}
@media screen and (max-width: 767px)
{
    .information__sign
    {
        font-size: 1rem;
    }
}

.information__line
{
    margin-top: 60px;
}
@media screen and (max-width: 1023px)
{
    .information__line
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .information__line
    {
        margin-top: 20px;
    }
}
.information__line_cols
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media screen and (max-width: 767px)
{
    .information__line_cols
    {
        display: block;
    }
}

.information__caption
{
    font-size: 1.25rem;

    margin-bottom: 20px;
}
@media screen and (max-width: 767px)
{
    .information__caption
    {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px)
{
    .information__caption br
    {
        display: none;
    }
}

.information__list
{
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
@media screen and (max-width: 1023px)
{
    .information__list
    {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}
@media screen and (max-width: 767px)
{
    .information__list
    {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

.information__item
{
    line-height: 20px;

    display: block;

    max-width: 350px;
    margin-bottom: 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    color: #0067ab;
}
.information__item:hover
{
    color: #ff7f11;
}

.information__col
{
    padding: 0 0 30px;
}
.information__col:first-of-type
{
    width: 59%; 
    margin-right: 50px;
    padding-right: 50px;

    border-right: 1px solid #cad3d8;
}
@media screen and (max-width: 767px)
{
    .information__col:first-of-type
    {
        width: 100%;
        margin-right: 0;
        padding-right: 0;

        border-right: 0;
    }
}

.info-search
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.info-search__field
{
    font-size: 1.125rem;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%; 
    padding: 12px 20px 11px;

    border: 1px solid rgba(150, 167, 177, .5);
    background-color: #fff;
}
.info-search__btn
{
    font-size: 1.125rem; 

    width: 120px;

    text-align: center;

    color: #ffff;
    background: #ff7f11;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}

.public__list
{
    margin-top: 20px;
}

.public__item
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 12px; 
    padding: 45px;

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 767px)
{
    .public__item
    {
        padding: 20px;
    }
}

.public__tag
{
    font-size: .75rem;
    font-weight: 700;

    letter-spacing: 1.2px; 
    text-transform: uppercase;

    color: #0067ab;
}

.public__title
{
    font-size: 1rem;
    font-weight: normal;
    font-weight: bold; 

    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;

    color: #24323a;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
}

.public__author
{
    margin: 20px 0;
}

.public__text
{
    font-size: 1rem;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden; 

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.public__date
{
    font-size: .75rem;

    width: 100%; 

    color: #96a7b1;
}
.public__date_activition
{
    font-size: 1.25rem;
    font-weight: 700;

    position: relative;
    z-index: 2; 

    width: auto;

    text-transform: uppercase;

    color: #fff;
}
.public__date_activition span
{
    font-size: 2.5rem;
    font-weight: 600;
}

.public__control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}

.project_index
{
    position: relative; 

    margin-top: 90px;
    padding-top: 60px;
}
@media screen and (max-width: 1023px)
{
    .project_index
    {
        margin-top: 50px;
    }
}
.project_index:after
{
    position: absolute;
    z-index: -1; 
    top: 20px;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1086px;
    height: 648px;
    margin: 0 auto;

    content: '';

    background-color: #f4f6f7;
}
@media screen and (max-width: 1200px)
{
    .project_index:after
    {
        height: 600px;
    }
}
@media screen and (max-width: 1023px)
{
    .project_index:after
    {
        height: 680px;
    }
}
@media screen and (max-width: 767px)
{
    .project_index .slider__slide
    {
        width: -webkit-calc(100vw - 30px) !important;
        width: calc(100vw - 30px) !important;
    }
}
@media screen and (max-width: 767px)
{
    .project_index .slider__pic
    {
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .project_index .slider__icon
    {
        width: auto;
    }
}
@media screen and (max-width: 767px)
{
    .project_index .slider__caption
    {
        font-size: 1rem;
    }
}

.project__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media screen and (max-width: 1200px)
{
    .project__inner
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
}
@media screen and (max-width: 767px)
{
    .project__inner
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        padding: 0 20px;
    }
}

.project__item
{
    display: block;

    width: -webkit-calc(33% - 14px);

    width: calc(33% - 14px); 
    max-width: 392px;
    margin-right: 24px;
    margin-bottom: 20px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
.project__item:hover
{
    -webkit-box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
            box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
}
@media screen and (max-width: 1023px)
{
    .project__item
    {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
}
@media screen and (max-width: 767px)
{
    .project__item
    {
        width: 100%;
        margin-right: 0;
    }
}
.project__item:nth-of-type(3n)
{
    margin-right: 0;
}
@media screen and (max-width: 1023px)
{
    .project__item:nth-of-type(3n)
    {
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .project__item:nth-of-type(3n)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .project__item:nth-of-type(2n)
    {
        margin-right: 0;
    }
}

.project__content
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: 155px;
    padding: 40px 55px;

    text-align: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .project__content
    {
        padding: 40px 20px;
    }
}

.project__icon
{
    position: absolute;
    top: -80px; 
    right: 0;
    left: 0;

    margin: 0 auto;
}
.project__icon:before
{
    position: absolute;
    right: 0;
    left: 0;

    display: block; 

    width: 100%;
    height: 100%;

    content: '';

    border: 3px solid #0067ab;
}

.project__caption
{
    font-size: 1.25rem; 

    color: #1d1c1c;
}

.project__pic,
.project .slider__pic
{
    width: 100%;
}

.project .slider__icon
{
    width: auto;
    height: auto;
}

.project-head
{
    margin-top: -40px;
}
@media screen and (max-width: 575px)
{
    .project-head
    {
        margin-top: 0;
    }
}
.project-head__pic
{
    width: 100%;
}
@media screen and (max-width: 1023px)
{
    .project-head__pic
    {
        height: 250px;

        -o-object-fit: cover;

           object-fit: cover;
    }
}
@media screen and (max-width: 767px)
{
    .project-head__pic
    {
        -o-object-position: 25%;
           object-position: 25%;
    }
}
.project-head__content
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1020px;
    margin: 70px auto; 
    padding: 0 20px;

    text-align: center;
}
@media screen and (max-width: 1023px)
{
    .project-head__content
    {
        margin: 40px 0;
    }
}
.project-head__title
{
    font-size: 1.875rem;

    text-transform: none;
}
.project-head__sign
{
    font-size: 1.25rem;
    line-height: 28px;

    margin-top: 20px;
}
@media screen and (max-width: 767px)
{
    .project-head__sign
    {
        font-size: 1.125rem;
    }
}

.project-step
{
    position: relative;
}
.project-step__overlay
{
    position: absolute;
    z-index: -1; 
    top: -30%;
    left: 0;

    display: block;

    width: 100%;
    height: 140%;
    min-height: 400px;

    background-color: #f4f6f7;
}
@media screen and (max-width: 1023px)
{
    .project-step__overlay
    {
        display: none;
    }
}
.project-step__inner
{
    position: relative; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    padding: 70px 100px 30px;
}
@media screen and (max-width: 1023px)
{
    .project-step__inner
    {
        padding: 50px 30px 40px;
    }
}
.project-step__text
{
    overflow: hidden;

    margin-bottom: 20px;
    padding-bottom: 8px; 

    -webkit-transition: height .5s ease; 

    -o-transition: height .5s ease; 

    transition: height .5s ease;

    border-bottom: 2px solid #96a7b1;
}
@media screen and (max-width: 1200px)
{
    .project-step__text
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .project-step__text
    {
        border-bottom: 0;
    }
}
.project-step__text p
{
    margin-bottom: 20px;
}
.project-step__btn
{
    font-size: .875rem;
    font-weight: 700;

    position: absolute;
    right: 100px;
    bottom: 25px;

    cursor: pointer; 

    color: #0067ab;
}
@media screen and (max-width: 1023px)
{
    .project-step__btn
    {
        right: 30px; 
        bottom: 45px;
    }
}
@media screen and (max-width: 767px)
{
    .project-step__btn
    {
        right: 20px; 
        bottom: 20px;
    }
}
.project-step__btn:after
{
    display: inline-block;

    margin-top: 3px;
    margin-left: 5px;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAhUlEQVQoU3XQURGDMBCE4X9RkKkRkFAc1EEtFAdxABJaB3VAJbROUMAxEOgMR8jjzX3ZnROZZzEErGjR2CgOg1+RHySgHqiAL7Lawx1yYPvvAP/IgR+yG6Y3UPrEBWXAda60zj8e6gxs3bLQ4uWJ2R2YKy0JJ8dJidIrJVF0MD5yYJe47k2OIld45IouOQAAAABJRU5ErkJggg==);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 
    -webkit-transform: rotate(180deg); 
        -ms-transform: rotate(180deg); 
            transform: rotate(180deg);
    vertical-align: middle;
}
.project-step__btn.open:after
{
    -webkit-transform: rotate(0) translateY(-3px);
        -ms-transform: rotate(0) translateY(-3px);
            transform: rotate(0) translateY(-3px);
}

.project-desc
{
    margin-top: 180px;
}
@media screen and (max-width: 1200px)
{
    .project-desc
    {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1023px)
{
    .project-desc
    {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px)
{
    .project-desc
    {
        margin-top: 30px;
    }
}
.project-desc__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 60px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .project-desc__item
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1023px)
{
    .project-desc__item
    {
        margin-bottom: 10px; 

        -webkit-flex-wrap: wrap; 

            -ms-flex-wrap: wrap; 

                flex-wrap: wrap;
    }
}
@media screen and (max-width: 1023px)
{
    .project-desc__item:nth-of-type(2n)
    {
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
}
.project-desc__item:nth-of-type(2n) .project-desc__text
{
    margin-right: 60px;
    margin-left: 0;
}
@media screen and (max-width: 1023px)
{
    .project-desc__item:nth-of-type(2n) .project-desc__text
    {
        margin-right: 0;
    }
}
.project-desc__text
{
    font-size: 1rem; 

    margin-left: 60px;
}
@media screen and (max-width: 1023px)
{
    .project-desc__text
    {
        margin-top: 10px; 
        margin-left: 0;
    }
}
.project-desc__pic
{
    width: 100%;
}

.blockquote
{
    margin-top: 100px;
}
@media screen and (max-width: 767px)
{
    .blockquote
    {
        margin-top: 60px;
    }
}
.blockquote__contain
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
}
.blockquote__contain:before
{
    position: absolute;
    top: 0; 
    left: 0;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAApCAYAAACY7BHXAAAB50lEQVRoQ+1Z0VXDMBDTTUDSCcoGYYMyAd0AmAA2iDMBbECZAJgAmACYAFigCROI57a8B9hpz3EMP/a3c7J0tu5iC+vyCUCF8cezNO3B77BJ8ViXHJ/HOqI0rXjIpMPLZJSpzJlRCuWbJnmbKdXL20wpVN5mEULlOhMlXnYzpXzZzZRCZTeLECq7WZR42c2U8mU3UwqV3SxCqH9xsw7AXsyi+77tOTPp8GiKIuKqqQLloofMozTtzLmdSYkXk5GVEJTWG0N4KKZ7iInvFWIbXgwYzeQS5JkTQ+RazPIkJrbv2114ziWddgE0xRSUV8/8DwgrMd2bNpZmngZvOJm6vAfgnAmINGKWRrPAkDlU4A0iQ1PMQblxtxfegVVWrGONNrR4w8jUpd1eU3e1PJWmW4zGYhOISrxgMjQTA7L2LNhrxbHEQvCCyGwOoX0CsbXp50hjxdZk1HiBZCYLkMees3Inpp3HZsGtK2F4ajI0xQwU62DuEO4nsOJgPD2Zvhe2dFbsf9Hbgqciw7o4AeSqp0BOR7figXg7yWz6L2vF7qHH+FYcg6cg09N/AS/StKM/7Pb2Xwo8BZnyFsTRX1ixxaAZjreTzBpgVSjPv/3EJSmQX4INxVORWRNadcm2ValSdMVujQnH+wQTp4jpaBoS3wAAAABJRU5ErkJggg==);
}
@media screen and (max-width: 1200px)
{
    .blockquote__contain:before
    {
        top: -20px;
    }
}
@media screen and (max-width: 767px)
{
    .blockquote__contain:before
    {
        right: 0; 
        left: inherit;
    }
}
.blockquote__content
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 100px 70px;

    border-bottom: 6px solid #0067ab;
}
@media screen and (max-width: 1200px)
{
    .blockquote__content
    {
        padding: 20px 30px 50px;
    }
}
@media screen and (max-width: 767px)
{
    .blockquote__content
    {
        padding: 20px 0;
    }
}
.blockquote__title
{
    font-size: 1.25rem;
    font-weight: 600;

    margin-bottom: 10px; 

    color: #0067ab;
}
.blockquote__sign
{
    font-size: .875rem;
    line-height: 20px;

    margin-bottom: 20px;
}
.blockquote__pic
{
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);

    -o-object-fit: cover;

       object-fit: cover;
}
@media screen and (max-width: 1023px)
{
    .blockquote__pic
    {
        display: none;
    }
}

.gallery
{
    position: relative; 

    margin-top: 180px;
}
@media screen and (max-width: 1200px)
{
    .gallery
    {
        margin-top: 160px;
    }
}
@media screen and (max-width: 1023px)
{
    .gallery
    {
        margin-top: 60px;
    }
}
.gallery:before
{
    position: absolute;
    z-index: -1; 
    top: -15%;
    left: 0;

    display: block;

    width: 100%;
    height: 408px;

    content: '';

    background-color: #f9fafb;
}
@media screen and (max-width: 1023px)
{
    .gallery:before
    {
        display: none;
    }
}
.gallery_white
{
    margin: 60px 0;
}
.gallery_white:before
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .gallery .slider__slide
    {
        width: 100vw !important;
    }
}
@media screen and (max-width: 767px)
{
    .gallery .slider__slide img
    {
        width: 100%;
        height: 215px;
    }
}

.heading
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 50px; 

    -webkit-box-pack: end; 

    -webkit-justify-content: flex-end; 

        -ms-flex-pack: end; 

            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .heading
    {
        margin-bottom: 30px; 

        -webkit-flex-wrap: wrap-reverse; 

            -ms-flex-wrap: wrap-reverse; 

                flex-wrap: wrap-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.heading__content
{
    max-width: 650px;
    margin-right: 60px;
}
@media screen and (max-width: 1200px)
{
    .heading__content
    {
        margin-right: 50px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 1023px)
{
    .heading__content
    {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .heading__content
    {
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}
.heading__title
{
    font-weight: 600;

    margin-bottom: 30px;
}
@media screen and (max-width: 1200px)
{
    .heading__title
    {
        font-size: 2.1875rem; 

        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .heading__title
    {
        font-size: 1.75rem;
    }
}
.heading__subtitle
{
    font-size: 1.5rem;
    line-height: 32px;
}
@media screen and (max-width: 1200px)
{
    .heading__subtitle
    {
        font-size: 1.25rem;
        line-height: 28px;
    }
}
@media screen and (max-width: 1600px)
{
    .heading__pic
    {
        width: 42%;
        height: 352px; 

        -o-object-fit: cover; 

           object-fit: cover;
    }
}
@media screen and (max-width: 1023px)
{
    .heading__pic
    {
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .heading__pic
    {
        height: 150px;
    }
}

.heading-slider
{
    margin-bottom: 30px;
}
.heading-slider__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .heading-slider__inner
    {
        display: block;
    }
}
.heading-slider__slider
{
    width: 50%;
    max-width: 594px;
    margin-right: 50px;
}
@media screen and (max-width: 1023px)
{
    .heading-slider__slider
    {
        width: 100%;
        max-width: 100%; 
        margin-bottom: 30px;
    }
}
.heading-slider__slider .swiper-button-prev
{
    left: 7px; 

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'35\' height=\'8\'%3E%3Cpath d=\'M20 5H7v3L-.01 4 7-.005V3h28v2H20z\' fill=\'%23ff7f11\' fill-rule=\'evenodd\'%3E%3C/path%3E%3C/svg%3E');
}
.heading-slider__slider .swiper-button-next
{
    right: 7px; 

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'35\' height=\'8\'%3E%3Cpath d=\'M35.007 4L28 8V5H0V3h28V0z\' fill=\'%23ff7f11\' fill-rule=\'evenodd\'%3E%3C/path%3E%3C/svg%3E');
}
.heading-slider__slider .swiper-button-next,
.heading-slider__slider .swiper-button-prev
{
    top: 50%;

    width: 20px;
    height: 8px;
    margin-top: 0; 

    -webkit-background-size: contain; 

            background-size: contain;
}
.heading-slider__sign
{
    font-size: .875rem;
    font-weight: 600; 

    text-transform: uppercase;

    color: #0067ab;
}
.heading-slider__title
{
    line-height: 38px;
    line-height: 1.35;

    margin: 15px 0; 

    text-transform: none;
}
@media screen and (max-width: 767px)
{
    .heading-slider__text
    {
        font-size: .875rem;
        line-height: 1.45;
    }
}
.heading-slider__link
{
    font-size: .875rem;
    font-weight: 700;

    display: block;

    margin-top: 20px;
}
.heading-slider__btn
{
    margin-top: 20px;
}

.heading-top
{
    margin-bottom: 10px;
}
.heading-top .swiper-slide
{
    width: 100%;
    height: 352px;

    background-repeat: no-repeat; 
    background-position: bottom center;
    -webkit-background-size: contain;
            background-size: contain;
}
@media screen and (max-width: 767px)
{
    .heading-top .swiper-slide
    {
        height: 215px;
    }
}

.heading-thumbs .swiper-slide
{
    width: 110px;
    height: 85px;
    margin-right: 12px; 

    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
            background-size: contain;
}
@media screen and (max-width: 767px)
{
    .heading-thumbs .swiper-slide
    {
        height: 40px;
    }
}

.basket
{
    margin-top: 50px;
}
.basket__title
{
    font-size: 1.875rem;
    font-weight: 700;

    margin-bottom: 20px;
}
.basket__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
@media screen and (max-width: 1023px)
{
    .basket__inner
    {
        display: block;
    }
}
.basket__question
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    max-width: 940px;
    margin-top: 40px; 
    padding: 75px 100px;

    background-image: url(/bitrix/templates/mdddnn/css/../images/question-configuration.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}
@media screen and (max-width: 1200px)
{
    .basket__question
    {
        margin-top: 60px;
        margin-bottom: 80px;
        padding: 80px 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .basket__question
    {
        width: 100%;
        margin-top: 20px; 
        padding: 70px 40px;
    }
}
@media screen and (max-width: 767px)
{
    .basket__question
    {
        margin-bottom: 0;
        padding: 40px 20px;

        background-image: url(/images/question.jpg); 
        background-position: left;
    }
}
.basket__question h3
{
    font-size: 1.875rem;
    font-weight: 600;

    max-width: 250px; 
    padding-bottom: 10px;
}
@media screen and (max-width: 767px)
{
    .basket__question h3
    {
        line-height: 1.35;
    }
}
.basket__question p
{
    line-height: 24px;

    max-width: 280px; 
    margin-bottom: 20px;
}
.basket__contain
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 50%;
    max-width: 620px;
    padding-right: 30px;
}
@media screen and (max-width: 1023px)
{
    .basket__contain
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        max-width: 100%; 
        padding: 0 20px;
    }
}
.basket__empty
{
    color: #96a7b1;
}
.basket__list
{
    position: relative;

    height: 450px;
    padding-right: 50px;
}
@media screen and (max-width: 767px)
{
    .basket__list
    {
        padding-right: 0;
    }
}
.basket__list .scroll-content
{
    padding-bottom: 40px;
}
.basket__ready
{
    margin-top: 10px;
}
.basket__top
{
    font-weight: 700;

    position: relative; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    margin-bottom: 10px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.basket__remove
{
    position: absolute;
    top: 3px;
    right: -30px;
}
@media screen and (max-width: 767px)
{
    .basket__remove
    {
        top: 0; 
        right: 0;
    }
}
.basket__remove img
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.basket__remove:hover img
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.basket__bottom
{
    font-size: .875rem; 
    line-height: 18px;
}
.basket__additional
{
    position: relative; 

    display: -webkit-box; 

    display: -webkit-flex; 

    display: -ms-flexbox; 

    display: flex;

    margin-top: 20px;
    padding-top: 15px;

    border-top: 1px solid #cad3d8;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.basket__additional .basket__remove
{
    top: 18px;
}
@media screen and (max-width: 767px)
{
    .basket__additional .basket__remove
    {
        top: 15px;
    }
}
.basket__count
{
    margin-left: 20px;

    text-align: center; 

    -webkit-flex-shrink: 0; 

        -ms-flex-negative: 0; 

            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .basket__count
    {
        position: absolute;
        top: 60px; 
        right: 0;
    }
}
.basket__price
{
    font-weight: 700; 

    margin-left: 30px;

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .basket__price
    {
        padding-top: 20px;
    }
}
.basket__price span
{
    margin-right: 5px;
}
.basket__total
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    border-top: 3px solid #cad3d8; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.basket__sign
{
    font-size: 1.875rem;
    font-weight: 600;
}
@media screen and (max-width: 767px)
{
    .basket__sign
    {
        font-size: 1.25rem;
    }
}
.basket__sum
{
    font-size: 2.5rem;
    font-weight: 700;

    padding: 10px;
}
@media screen and (max-width: 767px)
{
    .basket__sum
    {
        font-size: 1.875rem;
    }
}
.basket__sum span
{
    padding-right: 10px;
}
.basket__caption
{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.basket-form
{
    display: none; 

    margin-top: 100px;
}
@media screen and (max-width: 1023px)
{
    .basket-form
    {
        margin-top: 70px;
    }
}
@media screen and (max-width: 767px)
{
    .basket-form
    {
        margin-top: 40px;
    }
}
.basket-form__inner
{
    z-index: 9; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    width: 100%;
    padding: 80px 0;

    border-top: 6px solid #0067ab;
    border-bottom: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1023px)
{
    .basket-form__inner
    {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px)
{
    .basket-form__inner
    {
        padding: 30px 0;
    }
}
.basket-form__form
{
    position: relative; 

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 800px)
{
    .basket-form__form
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px)
{
    .basket-form__form
    {
        padding: 0 15px;
    }
}
.basket-form__form:before
{
    font-size: .6875rem; 

    position: absolute;
    top: 0;
    right: 0;

    content: '*Обязательные поля';

    color: #96a7b1;
}
@media screen and (max-width: 800px)
{
    .basket-form__form:before
    {
        top: inherit;
        right: 30px;
        bottom: 20px;
    }
}
.basket-form__field
{
    position: relative;

    width: 100%;
}
.basket-form__field .select2-container .select2-selection--single
{
    padding: 5px 40px 4px 17px; 

    border: 1px solid rgba(150, 167, 177, .5);
}
.basket-form__field .select2-container--default .select2-selection--single .select2-selection__rendered
{
    padding-left: 0 !important;
}
.basket-form__field .select2-container .select2-selection--single .select2-selection__arrow
{
    right: 10px;
}
.basket-form__field .select2-selection__rendered
{
    padding: 0 20px 0 10px !important;
}
.basket-form__field:hover .select2-container .select2-selection--single
{
    border-color: #7fb3d5;
}
.basket-form__field + .group
{
    margin-top: 40px;
}
@media screen and (max-width: 767px)
{
    .basket-form__field + .group
    {
        margin-top: 30px;
    }
}
.basket-form__name
{
    margin-bottom: 5px; 

    color: #96a7b1;
}
.basket-form__input
{
    font-size: 1rem; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    width: 100%;
    padding: 10px 40px 9px 17px;

    border: 1px solid rgba(150, 167, 177, .5);
    background: #fff;
}
.basket-form__input_textarea
{
    min-height: 333px;
    max-height: 333px;
    margin-top: 5px; 
    padding-right: 12px;

    resize: none;
}
@media screen and (max-width: 767px)
{
    .basket-form__input_textarea
    {
        height: 200px;
        max-height: 250px;
    }
}
.basket-form__input_textarea::-webkit-scrollbar
{
    width: 5px;
    height: 3px;

    -webkit-transition: .05s ease;

    -o-transition: .05s ease;

    transition: .05s ease;
}
.basket-form__input_textarea::-webkit-scrollbar-track
{
    background-color: #ff7f11;
}
.basket-form__input_textarea::-webkit-scrollbar-track-piece
{
    background-color: #fff;
}
.basket-form__input_textarea::-webkit-scrollbar-thumb
{
    height: 50px;

    -webkit-border-radius: 3px;

            border-radius: 3px; 
    background-color: #ff7f11;
}
.basket-form__input_textarea::-webkit-scrollbar-corner
{
    background-color: #ff7f11;
}
.basket-form__input_textarea::-webkit-resizer
{
    background-color: #ff7f11;
}
.basket-form__btn
{
    font-weight: 700;

    position: absolute;
    right: 15px;
    bottom: 10px;

    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    color: #0067ab;
}
.basket-form__btn:hover
{
    color: #ff7f11;
}
.basket-form__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .basket-form__contain
    {
        display: block;
    }
}
.basket-form__col
{
    width: 49%;
    margin-top: 40px;
}
@media screen and (max-width: 767px)
{
    .basket-form__col
    {
        width: 100%;
        margin-top: 20px;
    }
}
.basket-form__control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .basket-form__control
    {
        display: block;

        margin-top: 20px;
    }
}
.basket-form__submit
{
    margin-left: 50px;
}
@media screen and (max-width: 767px)
{
    .basket-form__submit
    {
        margin-top: 20px; 
        margin-left: 0;
    }
}
.basket-form__radio
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
}
@media screen and (max-width: 767px)
{
    .basket-form__radio
    {
        display: block;

        margin-top: 10px;
    }
}
.basket-form__radio .radio
{
    margin-right: 30px;
}
@media screen and (max-width: 767px)
{
    .basket-form__radio .radio
    {
        margin-top: 10px;
    }
}
.basket-form .select2-selection__rendered
{
    margin-top: 20px;
}
.basket-form .select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-weight: 300; 

    color: #96a7b1;
}
.basket-form .select2-container .select2-selection--single
{
    border-bottom: 1px solid rgba(150, 167, 177, .5);
}

.modification
{
    position: relative;
}
.modification:before
{
    position: absolute;
    z-index: -1;
    top: 23px;
    left: 0;

    display: block; 

    width: 100%;
    height: 95%;

    content: '';

    background: #f4f6f7;
}
@media screen and (max-width: 1023px)
{
    .modification:before
    {
        top: 48px;
    }
}
@media screen and (max-width: 767px)
{
    .modification:before
    {
        display: none;
    }
}
.modification__content
{
    padding: 60px 100px 80px;

    background: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1023px)
{
    .modification__content
    {
        padding: 30px 50px 40px;
    }
}
@media screen and (max-width: 767px)
{
    .modification__content
    {
        margin-bottom: 60px; 
        padding: 0;

        -webkit-box-shadow: none;

                box-shadow: none;
    }
}
.modification__content .text
{
    font-size: 1rem;
}
.modification__list
{
    margin: 60px 0;
}
@media screen and (max-width: 1023px)
{
    .modification__list
    {
        margin: 30px 0;
    }
}
.modification__list h3
{
    margin-bottom: 20px;
}
.modification__pic
{
    width: 190px;
    height: 107px;

    -o-object-fit: cover;

       object-fit: cover;
}
@media screen and (max-width: 767px)
{
    .modification__pic
    {
        width: 100%;
        height: 200px;
    }
}
.modification__elem
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    margin-bottom: 12px;
    padding: 25px 30px;

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media screen and (max-width: 767px)
{
    .modification__elem
    {
        padding: 0; 

        -webkit-flex-wrap: wrap; 

            -ms-flex-wrap: wrap; 

                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.modification__desc
{
    margin-left: 30px;
}
@media screen and (max-width: 767px)
{
    .modification__desc
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        margin-left: 0;
        padding: 20px;
    }
}
.modification__name
{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;

    display: block; 

    color: #24323a;
}
.modification__subname
{
    font-size: 1rem;

    display: block;

    margin-top: 10px;
    margin-bottom: 15px; 

    color: #24323a;
}

.contacts__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 130px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .contacts__contain
    {
        margin-top: 100px; 

        -webkit-flex-wrap: wrap-reverse; 

            -ms-flex-wrap: wrap-reverse; 

                flex-wrap: wrap-reverse;
    }
}

.contacts__content
{
    margin-left: 50px;
}
@media screen and (max-width: 1023px)
{
    .contacts__content
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .contacts__content
    {
        margin-left: 20px;
    }
}

.contacts__map
{
    width: 60%;
    max-width: 970px; 
    height: 560px;
}
@media screen and (max-width: 1400px)
{
    .contacts__map
    {
        width: 60%;
    }
}
@media screen and (max-width: 1200px)
{
    .contacts__map
    {
        height: 500px;
    }
}
@media screen and (max-width: 1023px)
{
    .contacts__map
    {
        width: 100%; 
        height: 300px;
    }
}
.contacts__map #map
{
    width: 100%;
    height: 100%;
}

.contacts__text
{
    max-width: 500px; 
    margin: 20px 0;
}
@media screen and (max-width: 1023px)
{
    .contacts__text
    {
        max-width: 100%;
        margin-right: 20px;
    }
}

.contacts__address
{
    font-size: 1.125rem;
    line-height: 24px;

    position: relative; 

    display: block;

    padding-left: 30px;

    color: #24323a;
}
.contacts__address:before
{
    position: absolute;
    top: 0; 
    left: 0;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAABh0lEQVQ4T6VU0VXCQBCcoQEDFWAFQgXEDrACoAOtIJdnAZYgVCBWYKhAqUArgKMBxnchCZfkQNT7u83tZHZndonGkYki7DEBOQYwABABsAAySBk6WNBYd68O/YtMNIb4XCQ28cu7BTWjscsyUIHI9Ayk5FRmO64ZUzt38RykYPByOUDxkrpzjJj3QPxslUCm0H7J1H4oiQZgZxxg6kq7diD3EJ/qLDR0ya2mOzDwvRanHqikmwEYHVvNlGZjTpXW6h3x6kCcXFfHpDCL8rtMFEN8835iHYhqmqfbmuwhRq0cJV1X+80/mKwp05tDmvy9J1w4dfqFxB7zX6gDDQuzNdjkDpSBkPHRrvJm7jEC2VRtxXQbl451hvuqq3SBf6lbGpt5s5MP3+XWJxc0m2k1O0cPBMoKE9qB6pcrobkKXFnOwZ7kAZRi8FqroGJzmA8H5LnYA/LKOAlSrIamtcv3a1Dx2c3mE1cSTYF8y5VnBygOTffZOakBNfpQm7ef3HDYN7DlKgy9/wZZ98dP/C0btAAAAABJRU5ErkJggg==);
}
.contacts__address p
{
    margin-bottom: 5px;
}
.contacts__address p b
{
    display: block; 

    margin-bottom: 20px;
}
.contacts__address a
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    color: #24323a;
}
.contacts__address a:hover
{
    color: #ff7f11;
}

.contacts-tab
{
    margin-top: 40px;
}
.contacts-tab__box
{
    display: none;

    padding-bottom: 85px;
}
.contacts-tab__tabs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .contacts-tab__tabs
    {
        display: block;
    }
}
.contacts-tab__btn
{
    font-size: 1.25rem;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    width: 50%;
    padding: 18px 22px;

    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;

    color: #0067ab;
    border: 1px solid #0067ab;
    border-bottom-width: 2px;
    background: #fff;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .contacts-tab__btn
    {
        font-size: 1.125rem; 

        padding: 18px 12px;
    }
}
@media screen and (max-width: 767px)
{
    .contacts-tab__btn
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin-bottom: 5px;
    }
}
.contacts-tab__btn.active
{
    color: #fff;
    background: #0067ab;
}
@media screen and (max-width: 1200px)
{
    .contacts-tab__btn.active:hover
    {
        color: #fff;
    }
}
.contacts-tab__btn:hover
{
    color: #ff7f11;
}
@media screen and (max-width: 1200px)
{
    .contacts-tab__btn:hover
    {
        color: #0067ab;
    }
}
.contacts-tab__box
{
    padding-top: 50px; 

    background: rgba(150, 167, 177, .1);
}
@media screen and (max-width: 767px)
{
    .contacts-tab__box
    {
        padding-top: 25px;
    }
}

.office-map__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.office-map__info
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%; 
    padding: 70px 70px 70px 100px;

    background: #fff;
}
@media screen and (max-width: 1200px)
{
    .office-map__info
    {
        padding: 60px;
    }
}
@media screen and (max-width: 1023px)
{
    .office-map__info
    {
        width: 100%; 
        padding: 30px;
    }
}
.office-map__info_full
{
    width: 100%; 
    margin-bottom: 12px;
}

.office-map__map
{
    width: 45%;
    max-width: 495px; 
    height: 480px;
}
@media screen and (max-width: 1023px)
{
    .office-map__map
    {
        display: none;
    }
}
.office-map__map #map
{
    width: 100%;
    height: 100%;
}

.office-map__title
{
    margin-bottom: 30px;
}

.office-map__subtitle
{
    font-size: 1.25rem;
    font-weight: 700;

    margin-bottom: 5px;
}

.office-map__cols
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-height: 250px;
    margin-top: 20px;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-flow: column;

        -ms-flex-flow: column;

            flex-flow: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media screen and (max-width: 1023px)
{
    .office-map__cols
    {
        display: block;

        max-height: 100%;
    }
}

.office-map__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media screen and (max-width: 767px)
{
    .office-map__line
    {
        display: block;
    }
}

.office-map__name
{
    font-size: 1.125rem; 
    font-weight: 700;

    width: 160px;
}
@media screen and (max-width: 767px)
{
    .office-map__name
    {
        margin-bottom: 5px;
    }
}

.office-map__contact
{
    font-size: 1.125rem;
}
.office-map__contact a
{
    display: block;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    color: #24323a;
}
.office-map__contact a:hover
{
    color: #ff7f11;
}

.office-map__link-map
{
    font-weight: 700;

    display: inline-block; 

    margin-top: 10px;

    color: #0067ab !important;
}
.office-map__link-map_mobile
{
    padding-left: 160px; 

    -webkit-box-flex: 1; 

    -webkit-flex-grow: 1; 

        -ms-flex-positive: 1; 

            flex-grow: 1;
}
@media screen and (min-width: 1023px)
{
    .office-map__link-map_mobile
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .office-map__link-map_mobile
    {
        padding-left: 0;
    }
}

.contacts-list
{
    margin-top: 80px;
}
.contacts-list__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
.contacts-list__title
{
    margin-bottom: 40px;
}
.contacts-list__elem
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-calc(33% - 12px);
    width: calc(33% - 12px);
    max-width: 392px;
    min-height: 180px; 
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 30px 30px 18px;

    border-top: 6px solid #0067ab;
    background-color: #fff;
}
.contacts-list__elem:nth-of-type(3n)
{
    margin-right: 0;
}
@media screen and (max-width: 1023px)
{
    .contacts-list__elem:nth-of-type(3n)
    {
        margin-right: 12px;
    }
}
@media screen and (max-width: 1023px)
{
    .contacts-list__elem:nth-of-type(2n)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .contacts-list__elem
    {
        width: 48%;
    }
}
@media screen and (max-width: 767px)
{
    .contacts-list__elem
    {
        width: 100%;
        margin-right: 0;
    }
}
.contacts-list__elem p
{
    font-size: 1.125rem;

    margin-bottom: 20px;
}

.specialists__title
{
    margin-bottom: 30px;
}

.specialists__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}

.specialists-cart
{
    position: relative; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    width: -webkit-calc(33% - 12px);
    width: calc(33% - 12px);
    max-width: 392px;
    min-height: 630px;
    margin-right: 18px;
    margin-bottom: 12px;

    background-color: #fff;
}
@media screen and (max-width: 1200px)
{
    .specialists-cart
    {
        min-height: 550px;
    }
}
@media screen and (max-width: 1023px)
{
    .specialists-cart
    {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        min-height: 560px; 
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .specialists-cart
    {
        width: 100%;
        min-height: auto; 
        margin-right: 0;
    }
}
.specialists-cart:nth-of-type(3n)
{
    margin-right: 0;
}
@media screen and (max-width: 1023px)
{
    .specialists-cart:nth-of-type(3n)
    {
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .specialists-cart:nth-of-type(3n)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .specialists-cart:nth-of-type(2n)
    {
        margin-right: 0;
    }
}
.specialists-cart__top
{
    position: relative;
}
.specialists-cart__pic
{
    width: 100%;

    vertical-align: middle;
}
.specialists-cart__sign
{
    font-size: .875rem;
    font-weight: 700; 

    position: absolute;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    padding: 5px;

    text-align: center;

    color: #fff;
    background: #ff7f11;
}
.specialists-cart__bottom
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
}
@media screen and (max-width: 1200px)
{
    .specialists-cart__bottom
    {
        padding: 20px;
    }
}
.specialists-cart__name
{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 26px;

    margin: 15px 0;
}
@media screen and (max-width: 1200px)
{
    .specialists-cart__name
    {
        margin: 5px 0;
    }
}
.specialists-cart__contact a
{
    line-height: 26px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #24323a;
}
.specialists-cart__contact a:hover
{
    color: #ff7f11;
}
.specialists-cart__link
{
    font-size: 1rem; 
    font-weight: 700;
    line-height: 26px;

    position: absolute;
    bottom: 30px;
    left: 30px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;

    color: #0067ab;
}
@media screen and (max-width: 1200px)
{
    .specialists-cart__link
    {
        left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .specialists-cart__link
    {
        position: relative;
        bottom: 0;
        left: 0;

        margin-top: 10px;
    }
}
.specialists-cart__link:hover
{
    color: #ff7f11;
}

.overlay
{
    position: relative;

    overflow: hidden; 

    margin-top: 50px;
    padding-bottom: 115px;
}
@media screen and (max-width: 1200px)
{
    .overlay
    {
        padding-bottom: 60px;
    }
}
.overlay:before
{
    position: absolute;
    z-index: -1; 
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1270px;

    content: '';

    background-color: #f4f6f7;
}
.overlay_big
{
    overflow: revert;
}
@media screen and (max-width: 1200px)
{
    .overlay_big
    {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1023px)
{
    .overlay_big
    {
        padding-bottom: 20px;
    }
}
.overlay_big:before
{
    top: -300px; 

    height: 1600px;
}
@media screen and (max-width: 1200px)
{
    .overlay_big:before
    {
        height: 1450px;
    }
}
@media screen and (max-width: 1023px)
{
    .overlay_big:before
    {
        display: none;
    }
}
.overlay_office:before
{
    height: 930px;
}
.overlay__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
}
@media screen and (max-width: 1200px)
{
    .overlay__inner
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 1200px)
{
    .overlay__inner_office
    {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
}

.cart
{
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 594px;
    margin-right: 12px;
    margin-bottom: 12px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
.cart:hover
{
    cursor: pointer; 

    -webkit-box-shadow: 0 7px 10px rgba(36, 50, 58, .3); 

            box-shadow: 0 7px 10px rgba(36, 50, 58, .3);
}
.cart:hover a
{
    color: #0067ab;
}
@media screen and (max-width: 1023px)
{
    .cart
    {
        width: 100%;
        margin-right: 0;
    }
}
.cart_three
{
    width: -webkit-calc(33% - 12px);
    width: calc(33% - 12px); 
    max-width: 388px;
    min-height: auto;
}
@media screen and (max-width: 1023px)
{
    .cart_three
    {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
}
@media screen and (max-width: 767px)
{
    .cart_three
    {
        width: 100%;
    }
}
.cart__content
{
    padding: 15px 25px 25px;
}
.cart__content h3
{
    line-height: 1.15; 

    margin-bottom: 15px;
    padding: 0;
}
.cart__content h3 a
{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1; 

    color: #24323a;
}
.cart__pic
{
    width: 100%;
}
.cart__text
{
    font-size: 1rem;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 184px;
    margin-bottom: 10px;

    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1200px)
{
    .cart__text
    {
        height: 170px;
    }
}
.cart__tag
{
    font-size: .875rem;
    font-weight: 700;
}
.cart__tag a
{
    line-height: 20px; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #0067ab;
}
.cart__tag a:hover
{
    color: #ff7f11;
}
.cart__title
{
    text-align: center;
}
.cart__title a
{
    font-size: 1.25rem;
    line-height: 1.45; 

    -webkit-transition: .5s ease; 

    -o-transition: .5s ease; 

    transition: .5s ease;

    color: #24323a;
}

.desc-therapy__pic
{
    width: 100%;
    min-height: 350px;

    -o-object-fit: cover;

       object-fit: cover;
}

.desc-therapy__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: -220px; 

    -webkit-box-align: end; 

    -webkit-align-items: flex-end; 

        -ms-flex-align: end; 

            align-items: flex-end;
}
@media screen and (max-width: 1200px)
{
    .desc-therapy__inner
    {
        margin-top: -100px;
    }
}
@media screen and (max-width: 1023px)
{
    .desc-therapy__inner
    {
        display: block;
    }
}

.desc-therapy__top
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 592px;
    padding: 60px 105px 70px;

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);

    -webkit-flex-shrink: 0;

        -ms-flex-negative: 0;

            flex-shrink: 0;
}
@media screen and (max-width: 1200px)
{
    .desc-therapy__top
    {
        padding: 30px 60px 40px;
    }
}
@media screen and (max-width: 1023px)
{
    .desc-therapy__top
    {
        position: relative;
        z-index: 9;
    }
}
@media screen and (max-width: 767px)
{
    .desc-therapy__top
    {
        padding: 30px;
    }
}

.desc-therapy__text h1
{
    font-size: 1.875rem;

    padding-top: 0; 

    text-transform: none;
}

.desc-therapy__text h2
{
    margin-bottom: 15px;
}
@media screen and (max-width: 1200px)
{
    .desc-therapy__text h2
    {
        line-height: 1;
    }
}

@media screen and (max-width: 767px)
{
    .desc-therapy__text p
    {
        font-size: .9375rem;
    }
}

.desc-therapy__bottom
{
    padding: 115px 0 0 105px;
}
@media screen and (max-width: 1200px)
{
    .desc-therapy__bottom
    {
        padding: 115px 0 0 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .desc-therapy__bottom
    {
        padding: 20px 60px 0;
    }
}
@media screen and (max-width: 767px)
{
    .desc-therapy__bottom
    {
        padding: 20px 30px 0;
    }
}

.excellence
{
    position: relative;

    margin-top: 120px;
    padding-bottom: 70px;
}
@media screen and (max-width: 1200px)
{
    .excellence
    {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}
.excellence:before
{
    position: absolute;
    z-index: -1; 
    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1022px;
    height: 528px;
    margin: 0 auto;

    content: '';

    background-color: #f4f6f7;
}
@media screen and (max-width: 1200px)
{
    .excellence:before
    {
        height: 100%;
    }
}
.excellence_about
{
    margin-top: 0;
    padding-top: 40px;

    background: rgba(150, 167, 177, .1);
}
.excellence_about:before
{
    display: none;
}
.excellence__title
{
    font-weight: 700;

    padding-top: 80px;
}
@media screen and (max-width: 1200px)
{
    .excellence__title
    {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1023px)
{
    .excellence__title
    {
        padding-top: 30px;
    }
}
.excellence__subtitle
{
    font-size: 1.125rem;
    line-height: 26px;

    width: 100%;
    max-width: 730px;
    margin: 20px auto 30px;
}
.excellence__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 80px; 

    -webkit-box-align: start; 

    -webkit-align-items: flex-start; 

        -ms-flex-align: start; 

            align-items: flex-start;
}
@media screen and (max-width: 1200px)
{
    .excellence__list
    {
        max-width: 600px;
        margin: 60px auto 0; 

        -webkit-box-pack: center; 

        -webkit-justify-content: center; 

            -ms-flex-pack: center; 

                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.excellence__item
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: -webkit-calc(25% - 12px); 
    width: calc(25% - 12px);
    max-width: 291px;
    height: 177px;
    margin: 0 6px;

    text-align: center;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .excellence__item
    {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px)
{
    .excellence__item
    {
        width: 100%;
    }
}
.excellence__text
{
    font-size: .875rem;
    line-height: 22px;

    padding: 20px 10px;

    letter-spacing: -.1px;
}
.excellence__icon
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 89px;
    height: 89px;
    margin-top: -45px; 

    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(36, 50, 58, .39);
            box-shadow: 0 2px 5px rgba(36, 50, 58, .39);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.excellence-box
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: -webkit-calc(33% - 12px); 
    width: calc(33% - 12px);
    max-width: 392px;
    height: 221px;
    margin-top: 110px;

    text-align: center;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1500px)
{
    .excellence-box
    {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1200px)
{
    .excellence-box
    {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1023px)
{
    .excellence-box
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .excellence-box
    {
        width: 100%;
    }
}
.excellence-box__text
{
    font-size: .875rem;
    line-height: 22px;

    padding: 20px 10px;
}
.excellence-box__icon
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 190px;
    height: 190px;
    margin-top: -90px; 

    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(36, 50, 58, .39);
            box-shadow: 0 2px 5px rgba(36, 50, 58, .39);

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.news
{
    position: relative;
    z-index: 9;
}
.news_index
{
    margin-top: 100px;
}
@media screen and (max-width: 767px)
{
    .news_index
    {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px)
{
    .news_overlay
    {
        margin-top: 40px;
    }
}
.news_overlay:after
{
    position: absolute;
    bottom: -50px;
    left: 0;

    width: 100%;
    height: 600px;

    content: '';

    background-color: #f4f6f7;
}
.news_bg
{
    padding-top: 100px;
}
@media screen and (max-width: 1200px)
{
    .news_bg
    {
        padding-top: 70px;
    }
}
@media screen and (max-width: 767px)
{
    .news_bg
    {
        padding-top: 40px;
    }
}
.news_bg:after
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1209px;

    content: '';

    background-color: #f4f6f7;
}
@media screen and (max-width: 1200px)
{
    .news_bg:after
    {
        height: 900px;
    }
}
.news__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.news__item
{
    position: relative;

    width: 32%;
    max-width: 392px;
    margin-right: 19px;
    margin-bottom: 12px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1023px)
{
    .news__item
    {
        width: 48%;
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .news__item
    {
        width: 100%;
        margin-right: 0;
    }
}
.news__item:nth-of-type(3n)
{
    margin-right: 0;
}
@media screen and (max-width: 1023px)
{
    .news__item:nth-of-type(3n)
    {
        margin-right: 12px;
    }
}
@media screen and (max-width: 767px)
{
    .news__item:nth-of-type(3n)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .news__item:nth-of-type(2n)
    {
        margin-right: 0;
    }
}
.news__item:hover
{
    -webkit-box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
            box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
}
.news__item:hover:after
{
    opacity: 1;
}
.news__item:hover .news__title
{
    color: #0067ab;
}
.news__item_item-2
{
    width: 49%;
    max-width: 594px;
}
@media screen and (max-width: 767px)
{
    .news__item_item-2
    {
        width: 100%;
    }
}
.news__item_item-2:nth-of-type(3n)
{
    margin-right: 12px;
}
.news__item_item-2:nth-of-type(2n)
{
    margin-right: 0;
}
.news__info
{
    position: relative;

    display: block; 

    height: 410px;
}
@media screen and (max-width: 767px)
{
    .news__info
    {
        height: 300px;
    }
}
.news__meta
{
    position: absolute;
    bottom: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    padding: 20px; 

    -webkit-box-pack: justify; 

    -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 1200px)
{
    .news__meta
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.news__meta:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 235px;

    content: '';

    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));

    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);

    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);

    background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}
.news__pic
{
    width: 100%;
    height: 320px;

    vertical-align: middle; 

    -o-object-fit: cover; 

       object-fit: cover;
}
.news__pic_pic-2
{
    height: 410px;
}
@media screen and (max-width: 767px)
{
    .news__pic_pic-2
    {
        height: 300px;
    }
}
.news__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: 190px; 
    padding: 30px 25px;

    color: #24323a;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-flow: column;

        -ms-flex-flow: column;

            flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
@media screen and (max-width: 767px)
{
    .news__content
    {
        height: 170px; 
        padding: 20px;
    }
}
.news__tag
{
    font-size: .75rem;
    font-weight: 700;

    letter-spacing: 1.2px; 
    text-transform: uppercase;

    color: #0067ab;
}
.news__title
{
    font-size: 1rem;
    font-weight: normal;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    max-height: 84px;
    margin-top: 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;

    color: #24323a;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news__date
{
    font-size: .75rem;
    line-height: 1; 

    width: 100%;

    color: #96a7b1;
}
.news__date_activition
{
    font-size: 1.25rem;
    font-weight: 700;

    position: relative;
    z-index: 2; 

    width: auto;

    text-transform: uppercase;

    color: #fff;
}
.news__date_activition span
{
    font-size: 2.5rem;
    font-weight: 600;

    padding-right: 5px;
}
.news__city
{
    font-size: 1.25rem;
    font-weight: 700;

    position: relative;
    z-index: 2;

    width: auto; 

    color: #fff;
}
@media screen and (max-width: 1200px)
{
    .news__city
    {
        width: 100%;
    }
}
.news__address
{
    font-size: 1rem;
    line-height: 26px; 

    position: relative;

    padding-left: 15px;
}
.news__address:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 11px;
    height: 14px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAABL0lEQVQoU2VRMVbCUBCcoaKTG4gnEE8gF9Ak5ddCKBMqToCeIJWhJFS/JN8T6AkkN4g3wE6brG8/CQaY4r/3983Ozs4SDZZ2MwS4EDKEYABiR5ECkJfYRJXSqM+rfZuQknrSKYidCOczc59TFYW9zw6xFKAgEAK49r1+Sn3DzLocwJPWBJyqQivuJ0JWzX+t5B2ACwBlYoLRqYvMuq2foOqZddKYd7EJdPQRltYVAgSek1n3DuAWQJWY4OpcuagAXgL4YNcXIXlswqk2pKvNoN9nKuCk3cdH11H3m0O4BWX0n5B8JSYcerKPDz1dRBc9h/Si5OFO49zjJKZuwzoxgbdyIO8b3DOBRYdZ/v7U4/k00niPyY3/9kjfUtfj2WOk9jyOlNuiXpWo89hEGusBf4fjgnGlK/3GAAAAAElFTkSuQmCC);
}

@media screen and (max-width: 1200px)
{
    .news-single .inner
    {
        padding: 0;
    }
}

.news-single__content
{
    position: relative;
    z-index: 9; 

    -webkit-box-sizing: border-box; 

            box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    margin: -90px auto 0;
    padding: 80px 100px;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
@media screen and (max-width: 1200px)
{
    .news-single__content
    {
        padding: 60px 70px;
    }
}
@media screen and (max-width: 1023px)
{
    .news-single__content
    {
        margin-top: -20px; 
        padding: 50px;
    }
}
@media screen and (max-width: 767px)
{
    .news-single__content
    {
        margin-top: -10px; 
        padding: 30px 15px;
    }
}

.news-single__pic
{
    display: block; 

    width: 100%;
    min-height: 150px;
}
.news-single__pic img
{
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .news-single__pic img
    {
        height: 100%; 

        -o-object-fit: cover; 

           object-fit: cover;
    }
}

.news-single__tag
{
    font-size: .75rem;
    font-weight: 700;

    display: inline-block; 

    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #0067ab;
}

.news-single__date
{
    font-size: 1.25rem;
    font-weight: 700; 

    text-transform: uppercase;

    color: #0067ab;
}
.news-single__date span
{
    font-size: 2.5rem;
    font-weight: 600;
}
.news-single__date_min
{
    font-size: .75rem;

    display: inline-block; 

    color: #96a7b1;
}

.news-single__city
{
    font-size: 1.25rem;
    font-weight: 700; 

    color: #0067ab;
}

.news-single__head
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.news-single__title
{
    font-weight: 600;

    width: 100%; 
    margin: 20px 0 30px;

    text-transform: none;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
}

.news-single__bottom
{
    margin-top: 40px;
    padding-top: 20px;

    border-top: 2px solid #96a7b1;
}
.news-single__bottom b
{
    font-size: .875rem;
    line-height: 26px;
}
.news-single__bottom a
{
    font-size: .875rem;
    font-weight: normal; 

    text-decoration: underline;

    color: #0067ab;
}

.news-single__time
{
    font-size: 1.125rem;
    font-weight: 700;

    margin: 15px 0; 

    color: #0067ab;
}

.news-single__address
{
    font-size: 1.125rem;
    line-height: 26px;

    position: relative;

    margin-bottom: 30px; 
    padding-left: 15px;
}
.news-single__address:before
{
    position: absolute;
    top: 0; 
    left: 0;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAABL0lEQVQoU2VRMVbCUBCcoaKTG4gnEE8gF9Ak5ddCKBMqToCeIJWhJFS/JN8T6AkkN4g3wE6brG8/CQaY4r/3983Ozs4SDZZ2MwS4EDKEYABiR5ECkJfYRJXSqM+rfZuQknrSKYidCOczc59TFYW9zw6xFKAgEAK49r1+Sn3DzLocwJPWBJyqQivuJ0JWzX+t5B2ACwBlYoLRqYvMuq2foOqZddKYd7EJdPQRltYVAgSek1n3DuAWQJWY4OpcuagAXgL4YNcXIXlswqk2pKvNoN9nKuCk3cdH11H3m0O4BWX0n5B8JSYcerKPDz1dRBc9h/Si5OFO49zjJKZuwzoxgbdyIO8b3DOBRYdZ/v7U4/k00niPyY3/9kjfUtfj2WOk9jyOlNuiXpWo89hEGusBf4fjgnGlK/3GAAAAAElFTkSuQmCC);
}

.control
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; 
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 50px;

    background: #0067ab;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .control
    {
        padding: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .control
    {
        padding: 20px 10px;
    }
}
.control__btn
{
    font-size: .875rem;
    font-weight: bold;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    color: #fff;
}
.control__btn svg
{
    margin: 0 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
}
@media screen and (max-width: 767px)
{
    .control__btn
    {
        font-size: .75rem;
    }
}
@media screen and (max-width: 767px)
{
    .control__btn:first-of-type
    {
        font-size: 0;
    }
}
.control__btn:first-of-type:hover svg
{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}
@media screen and (max-width: 767px)
{
    .control__btn:last-of-type
    {
        font-size: 0;
    }
}
.control__btn:last-of-type:hover svg
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.control__btn:hover
{
    color: #daf1ff;
}

.tags
{
    position: relative; 

    margin-bottom: 20px;
}
.tags:after
{
    position: absolute;
    z-index: -1; 
    bottom: 5px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: #d9e6ee;
}
@media screen and (max-width: 767px)
{
    .tags:after
    {
        display: none;
    }
}
.tags__item
{
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;

    display: inline-block; 

    margin-right: 60px;
    margin-bottom: 5px;

    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #96a7b1;
    border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1200px)
{
    .tags__item
    {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px)
{
    .tags__item
    {
        display: block;

        margin-right: 10px;
        margin-bottom: 5px;
    }
}
.tags__item_company
{
    margin-right: 20px;
}
.tags__item.active
{
    color: #0067ab;
    border-bottom: 1px solid #0067ab;
}

.sorting
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    margin-bottom: 60px; 
    padding: 45px 50px;

    border-top: 6px solid #0067ab;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px)
{
    .sorting
    {
        padding: 45px 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .sorting
    {
        padding: 30px 20px; 

        -webkit-flex-wrap: wrap; 

            -ms-flex-wrap: wrap; 

                flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px)
{
    .sorting
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.sorting .select2
{
    margin: 0 20px;
}
@media screen and (max-width: 1200px)
{
    .sorting .select2
    {
        margin: 0 10px;
    }
}
@media screen and (max-width: 1023px)
{
    .sorting .select2
    {
        width: 45%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .sorting .select2
    {
        width: 100%;
    }
}
@media screen and (max-width: 1023px)
{
    .sorting__name
    {
        display: none;
    }
}
.sorting__btn
{
    font-weight: bold;

    cursor: pointer; 

    color: #0067ab;
}
@media screen and (max-width: 1023px)
{
    .sorting__btn
    {
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .sorting .last + .select2
    {
        display: none;
    }
}

.activition__info
{
    position: relative;

    display: block;
}

.activition__meta
{
    position: absolute;
    bottom: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    padding: 20px 30px 40px;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media screen and (max-width: 767px)
{
    .activition__meta
    {
        padding: 20px;
    }
}
.activition__meta:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 235px;

    content: '';

    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));

    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);

    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);

    background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}

.activition__pic
{
    width: 100%;
    height: 320px;

    vertical-align: middle; 

    -o-object-fit: cover; 

       object-fit: cover;
}
.activition__pic_pic-2
{
    height: 410px;
}

.activition__tag
{
    font-size: .75rem;
    font-weight: 700;

    position: absolute;
    top: 20px;
    left: 30px; 

    padding: 3px 7px;

    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .activition__tag
    {
        left: 20px;
    }
}

.activition__title
{
    font-size: 1rem;
    font-weight: normal;
    line-height: 22px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 63px;
    margin-top: 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;

    color: #fff;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.activition__date
{
    font-size: 1.25rem;
    font-weight: 700;

    position: relative;
    z-index: 2; 

    width: auto;

    text-transform: uppercase;

    color: #fff;
}
@media screen and (max-width: 1200px)
{
    .activition__date
    {
        width: 100%; 

        -webkit-box-flex: 1; 

        -webkit-flex-grow: 1; 

            -ms-flex-positive: 1; 

                flex-grow: 1;
    }
}
@media screen and (max-width: 1023px)
{
    .activition__date
    {
        width: auto;
    }
}
@media screen and (max-width: 767px)
{
    .activition__date
    {
        width: 100%;
    }
}
.activition__date span
{
    font-size: 2.5rem;
    font-weight: 600;

    padding-right: 5px;
}

.activition__city
{
    font-size: 1.25rem;
    font-weight: 700;

    position: relative;
    z-index: 2;

    width: auto;
    margin-bottom: 5px; 

    color: #fff;
}

.news-elem
{
    position: relative;

    width: 33%;
    max-width: 392px;
    margin-right: 12px;
    margin-bottom: 12px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
            box-shadow: 0 15px 20px rgba(36, 50, 58, .16);
}
.news-elem:hover
{
    -webkit-box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
            box-shadow: 0 5px 6px rgba(36, 50, 58, .4);
}
.news-elem:hover:after
{
    opacity: 1;
}
.news-elem:hover .news__title
{
    color: #0067ab;
}
.news-elem__tag
{
    font-size: .75rem;
    font-weight: 700;

    letter-spacing: 1.2px; 
    text-transform: uppercase;

    color: #0067ab;
}
.news-elem__title,
.news-elem__text
{
    font-size: 1rem;
    font-weight: normal;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    max-height: 40px; 
    margin-top: 10px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;

    color: #24323a;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-elem__text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 100px; 

    -o-text-overflow: ellipsis; 

       text-overflow: ellipsis;

    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news-elem__title
{
    margin-top: 0;
    margin-bottom: 10px;
}
.news-elem__date
{
    font-size: .75rem;

    width: 100%; 

    color: #96a7b1;
}
.news-elem__pic
{
    width: 100%;
}
.news-elem__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: 170px; 
    padding: 30px 25px;

    color: #24323a;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-flow: column;

        -ms-flex-flow: column;

            flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
@media screen and (max-width: 767px)
{
    .news-elem__content
    {
        padding: 20px;
    }
}

.reviews
{
    position: relative;
    z-index: 9;

    margin-top: 50px;
    padding-bottom: 50px;

    background: #f4f6f7;
}

.blockquote_reviews
{
    margin-top: 0;
}

.blockquote__content_reviews
{
    position: relative;

    padding: 80px 100px 60px 145px;

    border-bottom: 0;
    border-left: 6px solid #0067ab; 
    background: #fff;
}
@media screen and (max-width: 1023px)
{
    .blockquote__content_reviews
    {
        padding: 60px 50px 40px 75px;
    }
}
@media screen and (max-width: 767px)
{
    .blockquote__content_reviews
    {
        padding: 20px;
    }
}
.blockquote__content_reviews:before
{
    position: absolute;
    top: 80px; 
    left: 50px;

    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAApCAYAAACY7BHXAAAB50lEQVRoQ+1Z0VXDMBDTTUDSCcoGYYMyAd0AmAA2iDMBbECZAJgAmACYAFigCROI57a8B9hpz3EMP/a3c7J0tu5iC+vyCUCF8cezNO3B77BJ8ViXHJ/HOqI0rXjIpMPLZJSpzJlRCuWbJnmbKdXL20wpVN5mEULlOhMlXnYzpXzZzZRCZTeLECq7WZR42c2U8mU3UwqV3SxCqH9xsw7AXsyi+77tOTPp8GiKIuKqqQLloofMozTtzLmdSYkXk5GVEJTWG0N4KKZ7iInvFWIbXgwYzeQS5JkTQ+RazPIkJrbv2114ziWddgE0xRSUV8/8DwgrMd2bNpZmngZvOJm6vAfgnAmINGKWRrPAkDlU4A0iQ1PMQblxtxfegVVWrGONNrR4w8jUpd1eU3e1PJWmW4zGYhOISrxgMjQTA7L2LNhrxbHEQvCCyGwOoX0CsbXp50hjxdZk1HiBZCYLkMees3Inpp3HZsGtK2F4ajI0xQwU62DuEO4nsOJgPD2Zvhe2dFbsf9Hbgqciw7o4AeSqp0BOR7figXg7yWz6L2vF7qHH+FYcg6cg09N/AS/StKM/7Pb2Xwo8BZnyFsTRX1ixxaAZjreTzBpgVSjPv/3EJSmQX4INxVORWRNadcm2ValSdMVujQnH+wQTp4jpaBoS3wAAAABJRU5ErkJggg==);
}
@media screen and (max-width: 1023px)
{
    .blockquote__content_reviews:before
    {
        top: 20px; 
        left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .blockquote__content_reviews:before
    {
        display: none;
    }
}

.blockquote__title_reviews
{
    margin-top: 30px;
}

.blockquote__text
{
    font-size: 1rem;
}

.direction
{
    position: relative;

    margin-top: 120px;
}
@media screen and (max-width: 1200px)
{
    .direction
    {
        margin-top: 80px;
    }
}
.direction:after
{
    position: absolute;
    z-index: -1; 
    top: -30%;
    left: 0;

    display: block;

    width: 100%;
    height: 1050px;

    content: '';

    background-color: #f4f6f7;
}
@media screen and (max-width: 1200px)
{
    .direction:after
    {
        height: 890px;
    }
}
@media screen and (max-width: 1023px)
{
    .direction:after
    {
        display: none;
    }
}
.direction__title
{
    padding-bottom: 20px;
}
.direction__caption
{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 24px;

    position: absolute;
    bottom: 40px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
    padding: 40px 50px 0;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 
    text-transform: uppercase;

    color: #fff;
}
@media screen and (max-width: 767px)
{
    .direction__caption
    {
        bottom: 20px; 

        padding: 0 20px;
    }
}
.direction__caption:before
{
    position: absolute;
    z-index: 2; 
    bottom: 0;
    bottom: -40px;
    left: 0;

    display: block;

    width: 100%;
    height: 135px;

    content: '';

    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .57)), to(rgba(0, 0, 0, 0)));

    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .57) 0%, rgba(0, 0, 0, 0) 100%);

    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .57) 0%, rgba(0, 0, 0, 0) 100%);

    background-image: linear-gradient(to top, rgba(0, 0, 0, .57) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px)
{
    .direction__caption:before
    {
        bottom: -20px;
    }
}
.direction__caption span
{
    position: relative;
    z-index: 2;
}
.direction__contain
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 720px;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-flow: column wrap;

        -ms-flex-flow: column wrap;

            flex-flow: column wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
}
@media screen and (max-width: 1200px)
{
    .direction__contain
    {
        height: 600px;
    }
}
@media screen and (max-width: 1023px)
{
    .direction__contain
    {
        display: block; 

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

    vertical-align: middle;
}
.direction__box
{
    position: relative;

    display: block;

    width: 49%; 
    max-width: 594px;
    margin-bottom: 15px;
}
.direction__box:nth-of-type(3),
.direction__box:nth-of-type(4)
{
    position: relative;
    top: -60px;
}
@media screen and (max-width: 1023px)
{
    .direction__box:nth-of-type(3),
    .direction__box:nth-of-type(4)
    {
        top: 0;
    }
}
@media screen and (max-width: 1023px)
{
    .direction__box
    {
        width: 100%;
    }
}
.direction__box:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    opacity: 0;
    background-color: rgba(0, 88, 139, .8);
}
.direction__box:hover:after
{
    opacity: 1;
}
.direction__box:hover .direction__caption
{
    bottom: 200px;
}
@media screen and (max-width: 1200px)
{
    .direction__box:hover .direction__caption
    {
        bottom: 50px;
    }
}
.direction__box:hover .direction__caption:before
{
    display: none;
}
.direction__box:hover .direction__content
{
    height: 150px;
}
@media screen and (max-width: 1200px)
{
    .direction__box:hover .direction__content
    {
        bottom: 0;
    }
}
.direction__box:hover .direction__content p
{
    opacity: 1;
}
@media screen and (max-width: 1200px)
{
    .direction__box:hover .direction__content p
    {
        opacity: 0;
    }
}
.direction__content
{
    line-height: 24px;

    position: absolute;
    z-index: 9;
    bottom: 0;

    display: block;
    overflow: hidden;

    height: 0;
    padding: 40px 50px;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease; 

    color: #fff;
}
.direction__content p
{
    opacity: 0;
}
.direction__btn
{
    position: absolute;
    bottom: 16px;
    left: 50%;

    -webkit-transform: translateX(7px);

        -ms-transform: translateX(7px);

            transform: translateX(7px);
}
@media screen and (max-width: 1600px)
{
    .direction__btn
    {
        bottom: 40px;

        -webkit-transform: translateX(12px);

            -ms-transform: translateX(12px);

                transform: translateX(12px);
    }
}
@media screen and (max-width: 1200px)
{
    .direction__btn
    {
        bottom: 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .direction__btn
    {
        position: relative;
        bottom: 0;
        left: 0; 

        -webkit-transform: none; 

            -ms-transform: none; 

                transform: none;
    }
}

.links
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 480px;
    margin-bottom: 20px; 

    -webkit-flex-wrap: wrap; 

        -ms-flex-wrap: wrap; 

            flex-wrap: wrap;
}
.links__link
{
    font-size: .875rem;
    font-weight: bold;

    margin-right: 10px;
    margin-bottom: 10px; 

    color: #0067ab;
}
@media screen and (max-width: 767px)
{
    .links__link
    {
        margin-bottom: 5px;
    }
}

.article
{
    width: 100%;
    max-width: 980px;
    margin: 100px auto;
}
@media screen and (max-width: 1200px)
{
    .article
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        margin: 70px auto;
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px)
{
    .article
    {
        margin: 40px auto;
    }
}

.footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 

    -webkit-box-shadow: 0 -15px 20px rgba(36, 50, 58, .16); 

            box-shadow: 0 -15px 20px rgba(36, 50, 58, .16);

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .footer
    {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
.footer__info
{
    width: 100%; 

    background: #f4f6f7;
}
.footer__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    padding: 40px 40px 35px 22%;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media screen and (max-width: 1600px)
{
    .footer__line
    {
        padding: 40px 40px 35px 5%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__line
    {
        display: none;
    }
}
.footer__line_white
{
    padding: 20px 40px 20px 22%; 

    background: #fff;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 1600px)
{
    .footer__line_white
    {
        padding: 20px 40px 20px 5%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__line_white
    {
        display: none;

        -webkit-box-shadow: none;

                box-shadow: none;
    }
}
.footer__line_border
{
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px)
{
    .footer__line_border
    {
        position: relative;

        display: block;

        padding-bottom: 70px;
    }
}
.footer__col
{
    margin-right: 60px;
}
.footer__col_padding
{
    padding-top: 25px;
}
@media screen and (max-width: 767px)
{
    .footer__col_padding
    {
        padding-top: 10px;
    }
}
.footer__col_col-3
{
    width: 35%;
}
@media screen and (max-width: 1600px)
{
    .footer__col_col-3
    {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1023px)
{
    .footer__col_col-3
    {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .footer__col_col-3
    {
        width: 100%;
    }
}
.footer__col_col-3:last-of-type
{
    margin-right: 0;
}
.footer__name
{
    font-size: .875rem;
    font-weight: bold;

    margin-bottom: 10px;
}
@media screen and (max-width: 1600px)
{
    .footer__name
    {
        font-size: .75rem;
    }
}
.footer__text
{
    font-size: .875rem;
    line-height: 24px;

    display: block; 

    color: #24323a;
}
@media screen and (max-width: 1600px)
{
    .footer__text
    {
        font-size: .75rem;
        line-height: 1.45;
    }
}
.footer__text a
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    color: #24323a;
}
.footer__text a:hover
{
    color: #ff7f11;
}
.footer a.footer__text
{
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; 

    color: #24323a;
}
.footer a.footer__text:hover
{
    color: #ff7f11;
}
@media screen and (max-width: 767px)
{
    .footer__logo
    {
        display: none;
    }
}
.footer__pic
{
    width: 100%;
    max-width: 652px;
}
@media screen and (max-width: 1200px)
{
    .footer__pic
    {
        display: none;
    }
}
.footer__pic img
{
    width: 100%; 
    height: 100%;

    vertical-align: middle;

    -o-object-fit: cover;

       object-fit: cover;
}
.footer .social
{
    padding-top: 25px;
}
@media screen and (max-width: 767px)
{
    .footer .social
    {
        position: absolute;
        bottom: 30px;
        left: 5%;

        padding-top: 0;
    }
}

.copyright
{
    position: relative;
    z-index: 999;

    padding: 0 60px 0 20%; 

    background: #1d1c1c;
}
@media screen and (max-width: 1600px)
{
    .copyright
    {
        padding: 0 60px 0 12%;
    }
}
@media screen and (max-width: 1200px)
{
    .copyright
    {
        padding: 0 20px;
    }
}
.copyright__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 15px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 375px) {
    .developer__text {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 767px)
{
    .copyright__inner
    {
        display: block;
        padding: 25px 0;
    }
    .developed-block {
        align-items: center !important;
    }
}
.copyright p
{
    font-size: .75rem;

    color: #96a7b1;
}
@media screen and (max-width: 767px)
{
    .copyright p
    {
        margin-bottom: 15px;
        text-align: center;
    }
}
.copyright p a
{
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; 
    text-decoration: underline;

    color: #96a7b1;
}
.copyright p a:hover
{
    color: #ff7f11;
}
@media screen and (max-width: 1500px)
{
    .copyright p a
    {
        display: block;
    }
}
@media screen and (max-width: 575px)
{
    .copyright p a
    {
        display: none;
    }
}
.copyright__block
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
}
.copyright__block span
{
    font-size: .75rem; 

    margin-right: 20px;

    color: #96a7b1;
}
@media screen and (max-width: 575px)
{
    .copyright__block span
    {
        margin-right: 10px;
    }
}
@media screen and (max-width: 575px)
{
    .copyright__block img
    {
        width: 105px;
    }
}

.developer {
	display: flex;
	gap: 55px;
	align-items: center;
}
.footer-contacts .developer {
	display: none;
}
.developer__logo {
	flex-shrink: 0;
}
.developer__text {
	font-size: 12px;
	line-height: 18px;
	position: relative;
    color: #fff;
}
.developer__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -43px;
	width: 28px;
	height: 1px;
	background: #fff;
}
.developer__text span {
	color: #ec1557;
	text-decoration-line: underline;
}
.developed-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
}

/* End */


/* Start:/bitrix/templates/mdddnn/components/bitrix/menu/header_menu/style.min.css?1711118590490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/mdddnn/components/bitrix/menu/header_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/mdddnn/components/bitrix/menu/mobile-nav/style.min.css?1711118590490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/mdddnn/components/bitrix/menu/mobile-nav/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/mdddnn/libs/select2/style.css?171111859016973 */
/* /bitrix/templates/mdddnn/libs/fancybox/jquery.fancybox.css?171111859012795 */
/* /bitrix/templates/mdddnn/libs/slider/style.css?17111185907506 */
/* /bitrix/templates/mdddnn/libs/swiper/style.css?171111859019345 */
/* /bitrix/templates/mdddnn/css/style.css?1735028495237262 */
/* /bitrix/templates/mdddnn/components/bitrix/menu/header_menu/style.min.css?1711118590490 */
/* /bitrix/templates/mdddnn/components/bitrix/menu/mobile-nav/style.min.css?1711118590490 */
