@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

@font-face {
    font-family: 'Marta';
    src: url('Marta.eot');
    src: url('Marta.eot?#iefix') format('embedded-opentype'),
        url('Marta.woff2') format('woff2'),
        url('Marta.woff') format('woff'),
        url('Marta.ttf') format('truetype'),
        url('Marta.svg#Marta') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marta';
    src: url('Marta-Italic.eot');
    src: url('Marta-Italic.eot?#iefix') format('embedded-opentype'),
        url('Marta-Italic.woff2') format('woff2'),
        url('Marta-Italic.woff') format('woff'),
        url('Marta-Italic.ttf') format('truetype'),
        url('Marta-Italic.svg#Marta-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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


* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}
.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: 'Marta';
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: 'Marta';
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

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

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	color: #081634;
	font-size: 16px;
	font-weight: 400;
}
body.lock {
	overflow: hidden;
}
body.touch.fancybox-active {
	overflow: hidden;

}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
    background: #faf9f7;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.relative {
    position: relative;
}
@media only screen and (min-width: 992px){
    
    /************* custom chrome scroll ***************/
    body::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 8px;
        height: 1px;
    }
    body::-webkit-scrollbar {
        width: 8px;
    }
    body::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 8px;
        height: 0px;
    }
    body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #CCAB64;
    }
    body::-webkit-scrollbar-track {
        background-color: #faf9f7;
    }
    /*********** end custom chrome scroll **********/
}
@media (max-width: 1212px) {
	.container {
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	.container {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	.container {
		max-width: none;
		padding: 0 10px;
	}
}
.fancybox-content {
    max-width: 840px !important;
    width: 100%;
}
.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -15px;
}

.form__column {
	padding: 0px 15px;
}

.btn {
	display: inline-block;
	padding: 0px 0px;
}
.btn.fw {
	width: 100%;
}

.select-block {
	position: relative;
}

.select__label {
	z-index: 2;
	position: absolute;
	top: -8px;
	background-color: #f7f7f7;
	padding: 0 5px;
	color: #979797;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	left: 20px;
}

.select {
	position: relative;
	cursor: pointer;
}
.select .select-title {
	z-index: 1;
	width: 100%;
	height: 55px;
	border: 1px solid #dedede;
	position: relative;
	background-color: #fff;
}
.select .select-title__arrow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 45px;
	height: 100%;
	background: url(../img/icons/select-arrow.svg) center no-repeat;
}
.select .select-title__value {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 53px;
	display: block;
	overflow: hidden;
	padding: 0 45px 0 25px;
	white-space: nowrap;
	text-transform: none;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.select .select-options {
	position: absolute;
	z-index: 10;
	top: 54px;
	display: none;
	overflow: hidden;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 20px 10px 25px;
}
.select .select-options-scroll {
	max-height: 80px;
	overflow: auto;
}
.select .select-options-list {
	padding: 0px 0px 0px 0px;
}
.select .select-options__value {
	color: #000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}
.select .select-options__value:last-child {
	margin: 0px 0px 0px 0px;
}
.select .select-options__value:hover {
	color: #000;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 5px !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}
.input.err {
	border: 1px solid #CCA95C;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.check {
	position: relative;
	padding-left: 25px;
	color: #5f5f5f;
	line-height: 18px;
	cursor: pointer;
}
.check input {
	display: none;
}
.check:before {
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #a3a3a3;
	position: absolute;
}
.check.active:before {
	background: url(../img/icons/check.png) center no-repeat;
}

.option {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}
.option:last-child {
	margin-bottom: 0px;
}
.option input {
	display: none;
}
.option:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #7f7f7f;
	border-radius: 50%;
}
.option.active:before {
	background: url(../img/icons/option.png) center no-repeat;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.rating.edit .star {
	cursor: pointer;
}
.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0px;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	position: relative;
	width: 73px;
	height: 47px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
}

.quantity__input {
	height: 45px;
	width: 50px;
	text-align: center;
	color: #101010;
	font-weight: 300;
}

.quantity__btn {
	position: absolute;
	top: 11px;
	right: 15px;
	cursor: pointer;
}
.quantity__btn:before {
	font-size: 25px;
	display: inline-block;
	line-height: 10px;
	color: #a9a9a9;
}
.quantity__btn:hover:before {
	color: #da0005;
}
.quantity__btn.dwn {
	top: 25px;
}

.category-params-item-price-table {
	margin-bottom: 25px;
}
.category-params-item-price-table .cell:first-child {
	padding-right: 15px;
	position: relative;
}
.category-params-item-price-table .cell:first-child:after {
	content: "-";
	position: absolute;
	right: -4px;
	top: 8px;
	font-size: 20px;
}
.category-params-item-price-table .cell:last-child {
	padding-left: 15px;
}
.category-params-item-price-table .cell input {
	height: 37px;
	border: 2px solid #393939;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #393939;
	font-weight: 500;
	width: 100%;
}

.category-params-item-price-range {
	margin: 0 12px 40px 12px;
	background-color: #c9cecf;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-range {
	background-color: #000;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-handle {
	width: 23px;
	height: 28px;
	border: 3px solid #fbfbfb;
	background-color: #ea5922;
	display: block;
	position: absolute;
	top: -14px;
	margin-left: -12px;
	cursor: pointer;
}
.category-params-item-price-range .ui-slider-handle span {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 50px;
	text-align: center;
	font-size: 10px;
	margin-left: -25px;
	font-weight: 500;
	color: #94a6aa;
}

.form__info {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	line-height: 60px;
	text-align: center;
	color: #888;
	z-index: 2;
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.form__info {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.form-range-line {
	position: relative;
	height: 5px;
	border-radius: 0 0 4px 4px;
	background-color: #e0e0e0;
	margin: -2px 0px 0px 0px;
}
.form-range-line .ui-slider-range {
	background-color: #093454;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 4px 4px;
}
.form-range-line .ui-slider-handle {
	background: url(../img/icons/range.svg) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: -9px 0px 0px -14px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-range-line .ui-state-hover {
	background: url(../img/icons/range_a.svg) 0 0 no-repeat;
}

.form-range-values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 14px 0px 0px 0px;
}

.form-range-values__item {
	font-size: 12px;
	color: #888;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

.ibg {
	position: relative;
}
.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie .ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie .ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

.graystyle {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.graystyleoff {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

.maintitle {
	font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #081634;
}
@media (max-width: 767.98px) {
	.maintitle {
		font-size: 30px;
	}
}

.title {
    padding: 0px 0px 60px 0px;
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #081634;
}
.subtitle {
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    color: #CCA95C;
    padding: 0px 0px 15px 0px;
}

.text {
	font-size: 15px;
	line-height: 167%;
}
.text p {
	margin: 0px 0px 28px 0px;
}

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

.txt-left {
	text-align: left !important;
}

.popup {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}
.popup.active .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup.show {
	display: block;
}
.popup.show .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup-table {
	height: 100%;
	table-layout: fixed;
}
.popup-table > .cell {
	height: 100%;
	vertical-align: middle;
	padding: 30px 10px;
}

.popup-content {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}

.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url(../img/icons/close.png) 0 0 no-repeat;
}

.popup-video .popup-close {
	width: 40px;
	height: 40px;
	background-color: #000;
	top: 0;
	right: 0;
}

.header {
	background-color: #faf9f7;
	position: fixed;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 146px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 11;
}
@media (max-width: 767.98px) {
	.header {
		height: 70px;
	}
}
.header.sticky {
	height: 70px;
	box-shadow: 0px 3px 6px 0px rgb(102 102 101 / 45%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(102 102 101 / 45%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(102 102 101 / 45%);
}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.left-header {
    position: relative;
}
.header-row__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-row__logo {
    z-index: 1;
	margin: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767.98px) {
	.header-row__logo {
	}
}
.header-row__logo img {
	height: 78px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	.header-row__logo img {
		height: 50px;
	}
}
.header-row__logo.sticky img {
	height: 50px;
}
.left-header__menu i {
	background: #CCAB64;
    color: #fff;
    width: 49px;
    height: 49px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    margin: 0 0 0 50px;
    border-radius: 50%;
    cursor: pointer;
}
.left-header__menu.activem {
	cursor: default;
    margin: 0;
}
.left-header__menu.activem i {
	display: none;
}
.left-header__tel a {
	font-weight: 500;
	font-size: 14px;
	color: #081634;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.left-header__tel a:hover {
	color: #CCA95C;
}

.right-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.right-header__search {
	padding: 0px 16px 0px 0px;
}
.header__lang {
	font-family: 'Marta';
	font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 42px;
    background: #D0D1D1;
    border-radius: 15px;
    padding: 2px 10px;
	padding-top: 4px;
}
@media only screen and (max-width: 768px) {
    .header__lang {
		padding-top: 6px !important;
	}
}
.header.sticky .header__lang {
    bottom: 50px;
    padding: 0px 10px;
}
.left__header__menu .menu__list {
    margin: 0 30px 0 0;
}
.right__header__menu .menu__list {
    margin: 0 0 0 30px;
}
.right__header__menu .menu__list,
.left__header__menu .menu__list {
	font-weight: unset;
    font-size: initial;
    text-transform: initial;
}
.left__header__menu .menu__list li {
    display: inline-block;
    margin: 0 40px 0 0;
}
.right__header__menu .menu__list li {
    display: inline-block;
    margin: 0 0 0 40px;
}
.left__header__menu .menu__list li:last-child {
    margin: 0px;
}
.right__header__menu .menu__list li:first-child {
    margin: 0px;
}
.left__header__menu .menu__list a,
.right__header__menu .menu__list a {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: none;
    color: #CCA95C;
}
@media (max-width: 767.98px) {
	.header__lang {
		font-size: 18px;
	}
}
.header__lang li {
	display: inline-block;
	padding: 0px 9px 0px 0px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
	.header__lang li {
		padding: 0px 10px 0px 0px;
	}
}
.header__lang li:last-child {
	padding: 0;
}
.header__lang li.active {
	color: #ffffff;
}
.header__lang li:hover a {
	color: #ffffff;
}
.header__lang li a {
    color: #fff;
}
.menu {
	width: 100%;
    height: calc(100% - 146px);
    padding: 0;
    position: fixed;
    left: 0;
    text-align: center;
    top: 146px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 4;
    overflow: auto;
}
@media (max-width: 767.98px) {
	.menu {
		width: 100%;
	}
}
.menu.activem {
	top: 146px;
}
.menu__overlay {
	position: fixed;
    top: 146px;
    left: 0;
    height: calc(100% - 146px);
    width: 100%;
    /* background-color: rgb(34 34 34 / 28%); */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}
.header.sticky .menu__overlay {
    height: calc(100% - 70px);
}
.header.sticky .menu {
    height: calc(100% - 70px);
}
.header.sticky .menu.activem {
	top: 70px;
}
.menu__overlay.activem {
	visibility: visible;
	opacity: 1;
}
.menu__body-close {
	display: none;
	width: 320px;
	top: 30px;
	padding: 10px;
	cursor: pointer;
	left: -100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
}
.menu__body-close path {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu__body-close:hover path {
	stroke: #fff;
}
.menu__body-close.activem {
    display: inline-block;
    background: #CCAB64;
    color: #fff;
    width: 49px;
    height: 49px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 0 50px;
    border-radius: 50%;
    cursor: pointer;
}
.left-header__menu .menu__list {
	width: 1200px;
    margin: 50px auto 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
	-webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
}
.menu__list a {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.menu__list a:hover {
	color: #8F7A4A;
}
.menu__list li {
	margin: 0px 0px 18px 0px;
}
.menu__list li.current > a {
	color: #8F7A4A;
}
.menu__list .submenu li.current > a {
    color: #8F7A4A;
}
ul.submenu {
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	margin: 30px 0px 45px 0px;
}
ul.submenu li {
	margin: 0px 0px 12px 0px;
}
ul.submenu li.currents > a {
	border-bottom: 1px solid #fff;
}
ul.submenu a {
	color: #fff;
	-webkit-transition: color 0.1s ease;
	-o-transition: color 0.1s ease;
	transition: color 0.1s ease;
}
ul.submenu a:hover {
	color: #000;
}
.left__footer__menu {
    position: fixed;
    display: flex;
	bottom: 0;
    max-width: 1200px;
    width: 100%;
    height: 160px;
    align-items: center;
    border-top: 1px solid #404C9D;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu.activem .left__footer__menu {
	bottom: 0; 
}
.left__footer__contact__wrap {
    text-align: right;
}
.left__footer__menu__btn {
    display: inline-block;
    font-family: 'Marta';
    position: relative;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1A3062;
    padding: 20px 45px;
    background: linear-gradient(90.42deg, #CCAB64 0.36%, #D3C186 47.79%, #CCAB64 99.5%);
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
}
.left__footer__menu__btn:after {
    border-radius: 25px;
    z-index: 2;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
    opacity: 0;
    background: linear-gradient(90.42deg, #73664b 0.36%, #D3C186 47.79%, #af9662 99.5%);
}
.left__footer__menu__btn:hover:after{
	opacity: 1;
}
.left__footer__menu__btn span {
    position: relative;
    z-index: 3;
}
.left__footer__tel i {
    display: inline-block !important;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #CCA95C;
    height: auto;
    font-size: 21px;
}
.left__footer__tel a {
    font-family: 'Marta';
    font-style: normal;
    font-size: 21px;
    line-height: 21px;
    color: #FFFFFF;
}
.left__footer__soc {
    text-align: right;
}
.left__footer__soc li {
    display: inline-block;
}
.left__footer__soc i {
    display: inline-block !important;
    background: transparent;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 22px;
    line-height: 28px;
    color: #CCA95C;
    height: auto;
    width: auto;
}
.search-container {
	position: relative;
}
@media (max-width: 767.98px) {
	.search-container {
		display: none;
	}
}

.search-input {
	padding: 0px 30px 0px 0px;
	margin: 0px 15px 0px 0px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
}

.search-input:hover input.search-bar {
	width: 200px;
	padding: 0 15px;
}

input.search-bar:focus {
	width: 200px;
	padding: 0 15px;
}

input.search-bar {
	width: 0;
	height: 30px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 0;
}

.search-input-btn {
	width: 30px;
	height: 30px;
	background-image: url(../img/icons/search.svg);
	background-color: #4A4A49;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.preloader {
	width: 40px;
	height: 40px;
	background-color: red;
	border-radius: 50%;
	position: relative;
	background: url(../img/icons/preloaders.svg) center no-repeat;
	background-size: 70%;
	width: 110px;
	height: 110px;
	-webkit-animation: preload 1.2s infinite;
	        animation: preload 1.2s infinite;
	-webkit-animation-timing-function: steps(6, start);
	        animation-timing-function: steps(6, start);
}
.preloader__overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #faf9f7;
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@-webkit-keyframes preload {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes preload {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.footer {
	background: url(/assets/template/img/footer-bg.png) left bottom no-repeat, #1A3062;
}

.row-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 67px 0;
}
@media (max-width: 767.98px) {
	.row-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 45px 0;
	}
	.left__footer__menu {
		position: relative;
	}
}
.row-footer__logo img {
	width: 212px;
}
@media (max-width: 767.98px) {
	.row-footer__logo {
		display: none;
	}
}
.row-footer__menu {
	display: flex;
    width: 75%;
    font-size: 15px;
    padding-left: 60px;
}
.row-footer__contact__wrapper {
	text-align: right;
    width: 20%;
}
.row-footer__soc__menu {
    margin: 0 0 20px;
}
.row-footer__menu a {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.row-footer__soc__menu a {
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #526BA3;
}
.row-footer__menu a:hover {
	color: #CCA95C;
}
.row-footer__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    width: 45%;
}
@media (max-width: 479.98px) {
	.row-footer__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.row-footer__menu li {
    padding: 10px 0px;
}
@media (max-width: 767.98px) {
	.row-footer__menu li {
		padding: 0px 15px;
	}
}
@media (max-width: 479.98px) {
	.row-footer__menu li {
		font-size: 17px;
		border-bottom: 2px solid #CCA95C;
		border-right: none;
		padding: 10px 0px 10px 0px;
		text-align: center;
	}
	.row-footer__menu li:last-child {
		border-bottom: none;
	}
}
.row-footer__menu li:last-child {
	border-right: none;
}
.row-footer__contact {
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.row-footer__contact {
		margin: 40px 0px 0px 0px;
	}
}
.row-footer__contact a {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.row-footer__contact a:hover {
	color: #CCA95C;
}
.row-footer__contact li {
    font-family: 'Marta';
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
.row-footer__contact li i {
    display: inline-block;
    color: #CCA95C;
    margin-right: 10px;
}
.row-footer__contact li:last-child {
	margin: 0px 0px 0px 0px;
}
.row-footer__soc {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding: 20px 0px;
}
.row-footer__soc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.row-footer__soc li {
	padding: 0px 15px 0px 0px;
}
.row-footer__soc li:last-child {
	padding: 0px 0px 0px 0px;
}
.row-footer__soc li a {
	display: block;
}
.info-contact__soc a i,
.row-footer__soc li a i {
    font-size: 28px;
    color: #CCA95C;
    -webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.info-contact__soc a:hover i,
.row-footer__soc li a:hover i {
    color: #CCA95C;
}
.row-footer__soc li:hover path {
	fill: #CCA95C;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.row-footer__soc path {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider {
    margin-top: 146px;
    background-color: #faf9f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 767.98px) {
	.slider {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.slider__item {
	text-align: center;
}
.slider__img {
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider__tilte {
	font-weight: 400;
	display: block;
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
	.slider__tilte {
		font-size: 30px;
	}
}
.slider__tilte:hover {
	color: #CCA95C;
}

@supports ((-webkit-animation-fill-mode: forwards) or (animation-fill-mode: forwards)) {
	.slider .slick-current .slider__img {
		-webkit-animation: slider-pl 7s;
		        animation: slider-pl 7s;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	@-webkit-keyframes slider-pl {
		0% {
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1);
		}
		100% {
			-webkit-transform: scale(1.07, 1.07);
			        transform: scale(1.07, 1.07);
		}
	}

	@keyframes slider-pl {
		0% {
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1);
		}
		100% {
			-webkit-transform: scale(1.07, 1.07);
			        transform: scale(1.07, 1.07);
		}
	}
}
.slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.slider .slick-arrow.slick-prev {
	left: 0;
	background: url(../img/icons/arrow-l.svg) 0 0 no-repeat;
	background-position: center !important;
}
.slider .slick-arrow.slick-next {
	right: 0;
	background: url(../img/icons/arrow-r.svg) 0 0 no-repeat;
	background-position: center !important;
}
.slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0px 0px 40px 0px;
}
@media (max-width: 767.98px) {
	.slider .slick-dots {
		padding: 20px 0px 20px 0px;
	}
}
.slider .slick-dots li {
	margin: 0px 6px;
}
.slider .slick-dots li.slick-active button {
	background-color: #CCA95C;
}
.slider .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #4A4A49;
	border-radius: 50%;
}

.about__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    padding: 50px 0px 120px 0px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
	.about__body {
		padding: 50px 0px 30px 0px;
	}
}
.about__info {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
}
@media (max-width: 767.98px) {
	.about__info {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		text-align: center;
	}
}
.about__text {
    display: flex;
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #081634;
    flex-wrap: wrap;
    justify-content: center;
}
.about__title {
	display: block;
}
.gallery {
	padding: 0px 0px 100px 0px;
}
.gallery__title {
	text-align: center;
}
.gallery__slider {
	margin: 0 -15px;
	cursor: pointer;
}
.gallery__slider-item-wrap {
	padding: 0 15px 40px;
}
.project__title {
    display: block;
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #081634;
    margin: 20px 0 0;
}
@media (max-width: 991.98px) {
	.gallery__slider-item-wrap {
		padding: 15px 15px;
	}
}
.gallery__slider-item {
	background-size: cover;
	min-width: 100%;
	padding-bottom: 68%;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.gallery__slider-item:hover {
	-webkit-filter: none;
	        filter: none;
}
@supports ((-webkit-animation-fill-mode: forwards) or (animation-fill-mode: forwards)) {
	.gallery__slider-item:hover {
		-webkit-transform: scale(1.01, 1.01);
		    -ms-transform: scale(1.01, 1.01);
		        transform: scale(1.01, 1.01);
	}
}

.gallery__control {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 40px;
	padding: 0 40px;
	position: relative;
	margin: 5px 0px 0px 0px;
}
.gallery__control .slick-arrow {
	position: absolute;
	top: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.gallery__control .slick-arrow.slick-prev {
	left: 0;
	background: url(../img/icons/arrowg-l.svg) 0 0 no-repeat;
	background-position: center !important;
}
.gallery__control .slick-arrow.slick-next {
	right: 0;
	background: url(../img/icons/arrowg-r.svg) 0 0 no-repeat;
	background-position: center !important;
}
.gallery__control .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.gallery__control .slick-dots li {
	margin: 7px 6px;
}
.gallery__control .slick-dots li.slick-active button {
	background-color: #CCA95C;
}
.gallery__control .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #4A4A49;
	border-radius: 50%;
}

.partners {
	padding: 120px 0px 110px;
}
.partners__title {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.partners__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}

.item-parners {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	        flex: 0 1 25%;
}
@media (max-width: 767.98px) {
	.item-parners {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 50%;
		        flex: 0 1 50%;
	}
}
.item-parners__wrap {
	padding: 0px 15px 28px 15px;
}
@media (max-width: 767.98px) {
	.item-parners__wrap {
		padding: 0px 15px 28px 15px;
	}
}
.item-parners__wrapin {
	display: block;
    height: 104px;
    /* border: 1px solid #CCA95C; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item-parners__wrapin:hover {
	background-color: #faf9f7;
}
.item-parners__logo {
	height: 100%;
}
.item-parners__logo img {
	width: 100%;
	height: 100%;
	padding: 6%;
}

@media (max-width: 991.98px) {
	.item-parners__wrapin:hover {
		background: none;
	}
}
.pageabout {
	padding: 180px 0px 120px 0px;
}
@media (max-width: 767.98px) {
	.pageabout {
		padding: 100px 0px 60px 0px;
	}
}

.about-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 767.98px) {
	.about-page {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.about-page__info {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	padding: 0px 30px 0px 0px;
}
@media (max-width: 767.98px) {
	.about-page__info {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
}
.about-page__image {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-page__image:hover {
	-webkit-transform: scale(0.97);
	    -ms-transform: scale(0.97);
	        transform: scale(0.97);
}
.about-page__image img {
	width: 100%;
}
@media (max-width: 767.98px) {
	.about-page__image img {
		width: 80%;
	}
}
@media (max-width: 479.98px) {
	.about-page__image img {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.about-page__image {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		padding: 0px 0px 30px 0px;
	}
}

.about-info__maintitle {
	padding: 0px 0px 50px 0px;
}
@media (max-width: 767.98px) {
	.about-info__maintitle {
		padding: 0px 0px 30px 0px;
	}
}
.advantage-block {
	padding: 0px 0px 20px 0px;
}

.advantage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -20px;
}
@media (max-width: 767.98px) {
	.advantage {
		padding: 50px 0px 0px 0px;
	}
}
.advantage__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 0px 0px 112px 0px;
}
@media (max-width: 767.98px) {
	.advantage__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33%;
		        flex: 0 0 33%;
		padding: 0px 0px 50px 0px;
	}
}
@media (max-width: 610px) {
	.advantage__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 479.98px) {
	.advantage__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}
.advantage__body {
	text-align: center;
	padding: 0px 20px;
}
.advantage__body:hover .advantage__image {
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
}
.advantage__image {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.advantage__image img {
	max-height: 75px;
}
.advantage__title {
	padding: 28px 0px 13px 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: 162%;
	text-transform: uppercase;
}
.advantage__text {
	line-height: 133%;
}

.format-block {
	padding: 0px 0px 110px 0px;
}
@media (max-width: 767.98px) {
	.format-block {
		padding: 50px 0px 110px 0px;
	}
}

.format {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.format__item {
	padding: 0px 0px 30px 0px;
}
.format__item img {
	width: 100%;
}
@media (max-width: 767.98px) {
	.format__item:nth-child(1) {
		text-align: center;
	}
}
.format__item:nth-child(even) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
@media (max-width: 767.98px) {
	.format__item:nth-child(even) {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
}
.format__item:nth-child(odd) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
@media (max-width: 767.98px) {
	.format__item:nth-child(odd) {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
}
.format__body {
	padding-right: 40px;
}
@media (max-width: 767.98px) {
	.format__body {
		padding-right: 0;
	}
}

@supports (display: grid) {
	.format {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 30px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
	@media (max-width: 767.98px) {
		.format {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}
	}
	.format__body {
		padding-right: 0px;
	}
	.format__item {
		padding: 0px 0px 0px 0px;
	}
	.format__item:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		width: 75%;
	}
	@media (max-width: 1212px) {
		.format__item:nth-child(1) {
			width: 100%;
		}
	}
	@media (max-width: 767.98px) {
		.format__item:nth-child(1) {
			text-align: center;
		}
	}
	.format__item:nth-child(2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		grid-column: 3/5;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1/4;
		text-align: center;
	}
	@media (max-width: 991.98px) {
		.format__item:nth-child(2) {
			-ms-grid-row: 1;
			-ms-grid-row-span: 1;
			grid-row: 1/2;
		}
	}
	.format__item:nth-child(2) img {
		width: 100%;
	}
	@media (max-width: 767.98px) {
		.format__item:nth-child(2) img {
			width: 90%;
			padding: 30px 0px 30px 0px;
		}
	}
	.format__item:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		width: 50%;
	}
	@media (max-width: 991.98px) {
		.format__item:nth-child(3) {
			grid-column: auto;
			width: 100%;
		}
	}
	.format__item:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		width: 50%;
	}
	@media (max-width: 991.98px) {
		.format__item:nth-child(4) {
			grid-column: auto;
			width: 100%;
		}
	}
}
.format__title {
	padding: 0px 0px 10px 0px;
}

.format__body {
	line-height: 133%;
	min-height: 30px;
}

.format__body.item-bg {
	background: url(../img/icons/ok.svg) 0 3px no-repeat;
	padding-left: 40px;
}

.feedback-block {
	padding: 0px 0px 120px 0px;
}

.feedback__title {
	text-align: center;
	padding: 0px 0px 50px 0px;
}
.form-feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}
@media (max-width: 767.98px) {
	.form-feedback {
		display: block;
	}
}
.form-feedback__сol {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.form-feedback__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
}
.form-feedback__item textarea {
	width: 100%;
	height: 230px;
	resize: none;
	border-radius: 5px;
	background: #222222;
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
}
.form-feedback__item input {
	height: 45px;
	background: #222222;
	color: #fff;
	font-size: 15px;
}
.form-feedback__item p {
	padding: 0px 0px 8px 0px;
	color: #fff;
}
.form-feedback__btn {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #CCA95C;
	padding: 9px 65px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form-feedback__btn:hover {
	background-color: #fbc375;
	color: white;
}
.form-feedback__button {
	margin: 0 auto;
	margin-top: 62px;
}
@media (max-width: 767.98px) {
	.form-feedback__button {
		text-align: center;
		margin-top: 20px;
	}
}

.block-service {
	padding: 180px 0px 120px 0px;
}
@media (max-width: 550px) {
	.block-service {
		padding: 100px 0px 50px 0px;
	}
}

.service-block__maintitle {
	padding: 0;
	margin: 0 20px;
}
.service-block__subtitle {
	padding: 0px 0px 78px 0px;
}
.service-block__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    margin-top: 60px;
}

.service-items {
	margin-right: -15px;
    margin-left: -15px;
}
.service-items__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
@media (max-width: 550px) {
	.service-items__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
.service-items__wrapper {
	padding: 0px 15px 30px 15px;
	height: 100%;
}
@media (max-width: 550px) {
	.service-items__wrapper {
		padding-bottom: 30px;
	}
}
.service-items__body {
	overflow: hidden;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
@media (max-width: 767.98px) {
	.service-items__body {
		height: 348px;
	}
}
.service-items__image {
    position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	text-align: center;
}
.service-items__image img {
	height: 380px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.avans__title {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    bottom: 0;
    right: 0;
    padding: 12px 25px 10px;
    letter-spacing: 0.1em;
    background: linear-gradient(90.42deg, #CCAB64 0.36%, #D3C186 47.79%, #CCAB64 99.5%);
}
@media (max-width: 767.98px) {
	.service-items__image img {
		height: 245px;
	}
}
.service-items__info {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 35px;
	position: relative;
}
.service-items__title {
	font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #081634;
    z-index: 1;
}
@media (max-width: 767.98px) {
	.service-items__title {
		font-size: 15px;
	}
}

.block-one-service {
	padding: 180px 0px 120px 0px;
}
@media (max-width: 767.98px) {
	.block-one-service {
		padding: 80px 0px 120px 0px;
	}
}

.one-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
@media (max-width: 767.98px) {
	.one-service {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.one-service__col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
@media (max-width: 767.98px) {
	.one-service__col {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		text-align: center;
	}
}
.one-service__body {
	height: 100%;
	padding: 0 15px;
}
.block__img__service {
    padding: 140px 0px 0px 0px;
}
.img_wrap-service {
    width: 100%;
    height: 600px;
}
.one-service__image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767.98px) {
	.one-service__image {
		height: 300px;
		margin: 10px 0px 50px 0px;
	}
}
.one-service__back {
	padding: 42px 0px;
	display: inline-block;
	padding-right: 150px;
}
@media (max-width: 767.98px) {
	.one-service__back {
		padding-right: 50px;
	}
}
.one-service__back:hover span {
	width: 43px;
}
.one-service__back-wrap {
	position: relative;
	height: 100%;
}
.one-service__back-wrap span {
	content: "";
	width: 23px;
	display: block;
	height: 3px;
	background-color: #CCA95C;
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.advantage-block-service {
	padding: 0px 0px 110px 0px;
}
@media (max-width: 767.98px) {
	.advantage-block-service {
		padding: 0px 0px 50px 0px;
	}
}

.advantage-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -20px;
}
.advantage-service__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
}
@media (max-width: 767.98px) {
	.advantage-service__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 550px) {
	.advantage-service__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
.advantage-service__body {
	padding: 0 20px;
	text-align: center;
}
@media (max-width: 767.98px) {
	.advantage-service__body {
		padding-bottom: 40px;
	}
}
.advantage-service__image-wrap {
	padding: 0px 0px 22px 0px;
}
.advantage-service__image {
	height: 103px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 550px) {
	.advantage-service__image {
		height: 80px;
	}
}
.advantage-service__title {
	font-size: 18px;
	line-height: 144%;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
}
.advantage-service__text {
	font-size: 15px;
	line-height: 167%;
}

.block-contact {
	padding: 180px 0px 100px 0px;
}
@media (max-width: 767.98px) {
	.block-contact {
		padding: 80px 0px 50px 0px;
	}
}

.contact-block__maintitle {
	padding: 0px 0px 15px 0px;
}
.contact-block__subtitle {
	padding: 0px 0px 0px 0px;
}
.contact-block__line {
	width: 100%;
	height: 1px;
	background-color: #222222;
	margin: 50px 0px;
}
@media (max-width: 767.98px) {
	.contact-block__line {
		margin: 20px 0px;
	}
}
.contact-block__map {
	padding: 75px 0px 0px 0px;
}

.info-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 767.98px) {
	.info-contact {
		display: block;
	}
}
.info-contact__tel {
	font-size: 30px;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
}
.info-contact__tel a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.info-contact__tel a:hover {
	color: #CCA95C;
}
.info-contact__shedule {
	font-size: 15px;
	color: #CCA95C;
	padding: 0px 0px 10px 0px;
}
.info-contact__address {
	line-height: 150%;
}
.info-contact__address span {
	color: #CCA95C;
}
@media (max-width: 767.98px) {
	.info-contact__soc {
		padding: 20px 0px 0px 0px;
	}
}
.info-contact__soc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.info-contact__soc li {
	padding: 0px 15px 0px 0px;
}
.info-contact__soc li:last-child {
	padding: 0px 0px 0px 0px;
}
.info-contact__soc a {
	display: block;
}

.info-contact__soc li:hover path {
	fill: #CCA95C;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-contact__soc path {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#wrapMap {
	position: relative;
	cursor: help;
	overflow: hidden;
	margin: 75px 0px 0px 0px;
}
@media (max-width: 767.98px) {
	#wrapMap {
		margin: 30px 0px 0px 0px;
	}
}

.mapTitle {
	position: absolute;
	z-index: 1000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
	display: none;
	padding: 5px 20px;
	border-radius: 5px;
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	-o-border-image: initial;
	   border-image: initial;
	color: #CCA95C;
}

.block-career {
	padding: 180px 0px 0px 0px;
}
@media (max-width: 767.98px) {
	.block-career {
		padding: 80px 0px 0px 0px;
	}
}
.block-career__maintitle {
	padding: 0px 0px 30px 0px;
}
.block-career__close {
	background: url(../img/icons/back-b.svg) 0% 50% no-repeat;
	height: 0px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-size: 50px;
	cursor: pointer;
}
.block-career__close.active {
	width: 25px;
	height: 20px;
	visibility: visible;
	margin: 50px 0px 0px 0px;
}
.block-career__close.active:hover {
	width: 50px;
}
@media (max-width: 767.98px) {
	.block-career__close.active {
		margin: 25px 0px 0px 0px;
	}
}
.block-career__menu {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}
.block-career__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block-career__menu li {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 5px 0px;
}
.block-career__menu li a {
	color: rgba(255, 255, 255, 0.55);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-career__menu li a:hover {
	color: #CCA95C;
}
.block-career__menu li.active {
	border-bottom: 2px solid #CCA95C;
}
.block-career__menu .active a {
	color: #fff;
}
.block-career__line {
	width: 100%;
	height: 1px;
	background-color: #222222;
	margin: 50px 0px;
}

.block-career-info {
	padding: 45px 0px 60px 0px;
}
@media (max-width: 767.98px) {
	.block-career-info {
		padding: 0px 0px 60px 0px;
	}
}
.block-career-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px;
}
@media (max-width: 767.98px) {
	.block-career-info__row {
		display: block;
	}
}
.block-career-info__row--r {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.block-career-info__col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0px 0px 30px 0px;
}
.block-career-info__body {
	padding: 0px 25px;
	height: 100%;
}
.block-career-info__image {
	padding: 75% 0px 0px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.block-slider-career {
	padding: 80px 0px 150px 0px;
}
@media (max-width: 991.98px) {
	.block-slider-career {
		padding: 0px 0px 80px 0px;
	}
}

.slider-career {
	margin: 0px -20px;
}
.slider-career__item {
	display: block;
}
.slider-career__body {
	height: 100%;
	padding: 0px 20px;
}
.slider-career__image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 106px;
}
.slider-career__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 173%;
	text-align: center;
	text-transform: uppercase;
	padding: 23px 0px 0px 0px;
}
.slider-career .slick-arrow {
	position: absolute;
	top: 40px;
	font-size: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.slider-career .slick-arrow.slick-prev {
	left: -60px;
	top: 29px;
    background: url(../img/icons/arrowg-l.svg), linear-gradient(90.42deg, #CCAB64 0.36%, #D3C186 47.79%, #CCAB64 99.5%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 75% 50% !important;
}
@media (max-width: 479.98px) {
	.slider-career .slick-arrow.slick-prev {
		left: 10px;
	}
}
.slider-career .slick-arrow.slick-next {
	right: -60px;
    top: 29px;
    background: url(../img/icons/arrowg-r.svg), linear-gradient(90.42deg, #CCAB64 0.36%, #D3C186 47.79%, #CCAB64 99.5%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
}
@media (max-width: 479.98px) {
	.slider-career .slick-arrow.slick-next {
		right: 10px;
	}
}

.block-work {
	padding: 0px 0px 140px 0px;
	margin: 50px 0px 0px 0px;
}
@media (max-width: 767.98px) {
	.block-work {
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 40px 0px;
	}
}

.work-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
}
.work-block.active {
	border-top: 1px solid #222222;
	padding: 30px 0px 0px 0px;
}
.work-block__close {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.work-block__close.active .work-block__item {
	border: none;
}
.work-block__close.active .work-block__title,
.work-block__close .work-block__item.active .work-block__title {
	background: none;
}
.work-block__close.active .work-block__item:hover .work-block__title {
	background: none;
}
.work-block__close.active .work-block__item {
	padding: 15px 0px;
}
.work-block__open {
	width: 0%;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
.work-block__open.active {
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
	visibility: visible;
	width: 75%;
}
.work-block__item {
	padding: 40px 0px;
	border-bottom: 1px solid #222222;
	cursor: pointer;
}
.work-block__item:first-child {
	border-top: 1px solid #222222;
}
.work-block__item:hover .work-block__title {
	color: #CCA95C;
	background: url(../img/career/work-arrow-color.svg) 100% 50% no-repeat;
}
.work-block__item.active .work-block__title {
	color: #CCA95C;
	background: url(../img/career/work-arrow-color.svg) 100% 50% no-repeat;
	text-decoration: underline;
}
.work-block__title {
	background: url(../img/career/work-arrow.svg) 100% 50% no-repeat;
	padding: 5px 50px 5px 0px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.work-block__else {
	display: none;
	font-weight: 300;
	font-size: 20px;
	line-height: 160%;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
}
.work-block__else.active {
	display: block;
}

.tab-in {
	background-color: #222222;
	border-radius: 10px;
}
.tab-in__body {
	padding: 45px 35px 73px 35px;
}
.tab-in__title {
	font-weight: 300;
	font-size: 25px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
}
.in-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #4A4A49;
	padding: 30px 0px;
}
.in-tab__subtitle {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	font-size: 15px;
	line-height: 167%;
	text-transform: uppercase;
	color: #CCA95C;
}
.in-tab__txt {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	padding: 0px 0px 0px 30px;
}
.in-tab__txt li {
	margin: 0px 0px 10px 0px;
	position: relative;
	padding: 0px 0px 0px 15px;
	line-height: 150%;
}
.in-tab__txt li:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
}
.in-tab__txt p {
	padding: 0px 0px 15px 0px;
	line-height: 150%;
}
.in-tab__btn a {
	margin: 25px 0px 0px 0px;
	font-size: 15px;
}

@media (max-width: 991.98px) {
	.work-block__close.active {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.work-block__open.active {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.in-tab__txt {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		padding: 20px 0px 0px 0px;
	}
}

@media (max-width: 991.98px) {
	.in-tab {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.wrap-content {
    min-height: calc(100vh - 182px);
	background: url(/assets/template/img/site-bg-1.png) left center no-repeat, url(/assets/template/img/site-bg-2.png) right center no-repeat;
}

#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header .contact-link a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .contact-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #4a4a49;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
  /* countdown */
}
.img-fluid {
    width: 416px;
    max-width: 100%;
    height: auto;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#hero h2 {
	color: #eee;
    margin-bottom: 10px;
    font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}

#hero h3 {
    font-size: 29px;
    font-weight: 600;
    color: #f9b75c;
  font-family: 'Montserrat', sans-serif;
}

#hero .hero-contacts {
    margin-bottom: 26px;
}

#hero .hero-contacts a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

#hero .hero-contacts a:last-child {
    margin-left: 30px;
}

#hero a.logo {
    padding-bottom: 17px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

.prem__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.prem__icon__wrap {
    text-align: center;
    width: 25%;
    padding: 0 40px;
	position: relative;
}
span.paket-more {
	display: block;
    position: absolute;
    top: 93px;
    left: 53%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.62);
    letter-spacing: 1.2px;
    text-decoration: underline;
    font-size: 14px;
}

.prem__icon__bg {
    display: flex;
    height: 174px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	filter: drop-shadow(-7px 6px 6px #414141a1);
}
.prem__icon__bg {
	text-decoration-color: rgba(255, 255, 255, 0);
}
@media (hover: hover){
	.prem__icon__bg:hover {
		filter: drop-shadow(0px 0px 0px #414141a1);
		
	}
}
.prem__icon__wrap:nth-child(1) .prem__icon__bg {
	background: url(/assets/template/img/preim/prembg-1.png) 50% 50% no-repeat;
}
.prem__icon__wrap:nth-child(2) .prem__icon__bg {
	background: url(/assets/template/img/preim/prembg-2.png) 50% 50% no-repeat;
} 
.prem__icon__wrap:nth-child(3) .prem__icon__bg {
	background: url(/assets/template/img/preim/prembg-3.png) 50% 50% no-repeat;
} 
.prem__icon__wrap:nth-child(4) .prem__icon__bg {
	background: url(/assets/template/img/preim/prembg-4.png) 50% 50% no-repeat;
}  
.prem__icon__wrap p {
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #081634;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 120px 0 0;
}

.section-bg {
  background-color: #f7fafc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
}
.more__btn__wrap {
    text-align: center;
    margin-bottom: 40px;
}
.more__btn__wrap a i {
    display: inline-block;
    font-size: 28px;
    background: #CCA95C;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border-radius: 50%;
    color: #fff;
}
.service-block ul {
    text-align: center;
    margin-top: 30px;
}
.service-block ul li {
    display: inline-block;
    padding: 0 10px;
}
.service-block ul li a {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #081634;
}
.service-block ul li.active a {
    color: #CCA95C;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 5px !important;
}
.setka_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 196px);
    grid-gap: 5px;
    margin-bottom: 5px;
}
.setka_wrapper .object__class {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.setka_wrapper .object__wrap {
	position: relative;
    cursor: pointer;
}
.setka_wrapper .object__wrap:before {
	content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (hover: hover){
	.setka_wrapper .object__wrap:hover:before {
		background: rgb(8 22 52 / 88%);
	}
}

.setka_wrapper .object__wrap:after {
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 49px;
    height: 49px;
    font-size: 32px;
    text-align: center;
    line-height: 51px;
    background: #CCAB64;
    border-radius: 50%;
    color: #081634;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.setka_wrapper .object__wrap .object__title {
    position: absolute;
    display: table;
    z-index: 1;
    top: calc(50% + 50px);
    left: 0;
    width: 100%;
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 50px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (hover: hover){
	.setka_wrapper .object__wrap:hover .object__title,
	.setka_wrapper .object__wrap:hover:after {
    opacity: 1;
}
}

.setka_wrapper:nth-child(odd) .object__wrap:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
}
.setka_wrapper:nth-child(odd) .object__wrap:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.setka_wrapper:nth-child(odd) .object__wrap:nth-child(3) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}
.setka_wrapper:nth-child(odd) .object__wrap:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 5;
}
.setka_wrapper:nth-child(even) .object__wrap:first-child {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.setka_wrapper:nth-child(even) .object__wrap:nth-child(2) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5;
}
.setka_wrapper:nth-child(even) .object__wrap:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
}
.setka_wrapper:nth-child(even) .object__wrap:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
}
.modal__wrapper {
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    color: #081634;
}
.modal__object {
    position: relative;
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #081634;
	margin: 30px 0 15px;
    padding-bottom: 25px;
}
.modal__object:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 42px);
    width: 84px;
    height: 2px;
    background: #CCA95C;
}
.modal__photo {
	position: relative;
    display: inline-block;
    width: 218px;
    height: 200px;
    /* margin: 8px 0 5px; */
    /* border: 8px solid #fff; */
    /* box-shadow: 0px 0px 0px 6px #cca95c; */
}
.pagination li span i ,
.pagination li a i {
    background: linear-gradient(90.42deg, #CCAB64 0.36%, #D3C186 47.79%, #CCAB64 99.5%);
    color: #fff;
    margin: 0 20px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
}
.modal__otzyv p {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #081634;
}
.modal__tg a {
    color: #081634;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.modal__tg a:hover {
    color: #cca95c;
}
.modal__tg .tg__icon i {
    color: #cca95c;
    font-size: 36px;
}
.novostojka-block-service {
    padding: 100px 0 0;
}
section.novostroj {
    padding-top: 80px;
}
.novostroj__title.title {
    padding-bottom: 10px;
}
.novostroj__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-novo__imgs {
    padding: 60px 0px 0px 0px;
}
.block-novo__imgs .service-items__wrapper {
    padding-bottom: 0;
}
.novostojka-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.novostojka__item {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    column-count: 2;
    column-gap: 3rem;
}
.novostojka__tr {
	display: flex;
    justify-content: space-between;
    border-top: 1px solid #D4DDEF;
}
.novostojka__tr:nth-child(4),
.novostojka__tr:last-child {
    border-bottom: 1px solid #D4DDEF;
}
.novostojka__td {
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 55px;
    padding: 5px 20px;
    color: #263F76;
}
.form-group {
    border-bottom: 1px solid #D4DDEF;
    margin-bottom: 20px;
    text-align: left;
}
.form-group input {
	width: 100%;
    font-size: 16px;
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    line-height: 55px;
    color: #081634;
    background: transparent;
}
.inverse__btn {
    color: #ffffff;
}
.mt-20 {
	margin-top: 20px;
}

.related {
    padding-top: 140px;
}
.btn__novostroj {
    
}
.projectServ-block-service {
    padding: 50px 0 0;
}
.projectServ-block-service .novostojka__tr:nth-child(2) {
    border-bottom: 1px solid #D4DDEF;
}
.service__client {
    padding: 30px 0 50px;
}
.service__client__wrap {
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 55px;
    color: #263F76;
    text-align: center;
}
.service__client__wrap span {
    margin-right: 15px;
}
.block-service__menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 15px 80px 15px;
    justify-content: center;
}
.block-service__menu ul li {
    padding: 0 40px;
}
.block-service__menu ul li a {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #7786A7;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-service__menu ul li a:hover {
    color: #081634;
}
.content__block {
    padding: 180px 0 0;
}
.content__block__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.content__block__body .about__info {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.content__block__text.text {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #081634;
    margin-top: 30px;
    margin-bottom: 120px;
}
.block__img__content {
    padding: 40px 0 0;
}
.about__text h3 {
    padding: 0px 0px 40px 0px;
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #081634;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}
.paket {
    padding: 80px 0 0;
}
.paket__info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.paket__info .prem__icon__wrap {
    text-align: center;
    width: 25%;
}
.paket__info .prem__icon__bg p {
    font-family: 'Marta';
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.about__info .text__img {
    margin-top: -10px;
    width: 100%;
}
.four .topmenu > li {
	display: inline-block;
	margin-right: 1px;
	position: relative;
}
.four .submenu {
	position: absolute;
	top: 100%;
	left: -10px;
	width: 100%;
	z-index: 15;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.four .submenu {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	display: inline-block;
    width: 38px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin: 5px 0;
    border-radius: 10px;
    overflow: hidden;
}
.header__lang ul.submenu li {
    margin: 0;
    padding: 3px 10px;
    background: #d0d1d1;
    font-size: 14px;
}
.four ul li:hover .submenu {
  -webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.text4_li-block-service {
    padding: 50px 0 30px;
}
.text4_li-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text4_li-service__info {
    display: flex;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    justify-content: space-between;
}
.text4_li-service__info .item {
    position: relative;
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #081634;
    width: 28%;
    padding: 30px 40px;
}
.text4_li-service__info .item:before {
    position: absolute;
    content: "";
    width: 100px;
    left: calc(50% - 50px);
    height: 2px;
    top: 0px;
    background: #CCA95C;
}
.text4_li-service__info .item:after {
    position: absolute;
    content: "";
    width: 50px;
    left: calc(50% - 25px);
    height: 2px;
    bottom: 0px;
    background: #CCA95C;
}
.text4_li__btn {
    background: #263F76;
    color: #fff;
    margin-top: 80px;
}
.fancybox-is-open .fancybox-bg {
    background: rgb(8 22 52 / 88%) !important;
    opacity: 1 !important;
}
.fancybox-content {
    background: #faf9f7 !important;
}
.modal__title {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #081634;
    margin-bottom: 20px;
}
.modal__subtitle {
    font-family: 'Marta';
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #8F7A4A;
    margin-bottom: 30px;
}
.modal__wrapper .content h3{
    font-family: 'Marta';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #081634;
    margin: 40px 0 10px;
}
.modal__wrapper .content p {
    font-family: 'Marta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #081634;
}
.modal__wrapper .content ul,
.modal__wrapper .content ol {
    margin: 30px 0 0;
}
.modal__wrapper .content ol {
	counter-reset: myCounter;
}
.modal__wrapper .content li {
	list-style: none;
    font-family: 'Marta';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #081634;
    margin-bottom: 20px;
}
.modal__wrapper .content li:before {
	counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    margin-right: 15px;
}
.slider__inner .slider__img {
    height: 600px;
}



#nav-container {
    margin: 0px 0px 0px 50px;
    position: relative;
}
#nav-overlay {
	position: absolute;
	top: 20px;
	left: 24px;
	z-index: 0;
	background: rgba(8, 22, 52, 0.9);
	transition: 0.4s;
	transform: scale3d(0, 0, 0);
}
#nav-overlay.open {
	transform: scale3d(1, 1, 1);
}
#nav-fullscreen {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: ease-in-out 0.3s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
#nav-fullscreen.open {
	visibility: visible;
	opacity: 1;
	transition: ease-in-out 0.3s;
	transition-delay: 0s;
}
#nav-icon2 {
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background: rgb(204, 169, 92);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 6px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 30px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
	left: 4px;
    top: 12px;
}
#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 4px);
    top: 12px;
}
#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
	left: 4px;
    top: 24px;
}
#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 4px);
    top: 24px;
}
.price__ot__do {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.price__ot__do span {
    font-weight: 400;
    margin: 0 7px 0 0;
}
.wrapper__index__btn {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.wrapper__index__btn .btn__novostroj {
    margin-bottom: 30px;
}
.wrapper__index__btn .left__footer__menu__btn {
    width: 360px;
}
.wrapper-block_tb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wrapper-block_tb_object {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px 0px;
    justify-content: space-between;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
}

.slick-slider .slick-prev.slick-arrow {
    left: -60px;
}

.slick-slider .slick-next.slick-arrow {
    right: -60px;
}

.slick-slider .slick-arrow i {
    font-size: 50px;
    color: #cca95c;
    font-weight: 300;
}
.hole {
    display: block;
    width: 190px;
}
footer.footer {
    margin-top: 50px;
}
.about__text.text>div {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .left__header__menu, 
	.right__header__menu {
		display: none;
	}
	#nav-icon2 {
	}
}
@media (max-width: 768px) {
	.menu.activem {
		top: 60px;
	}
	.left-header__menu .menu__list {
		margin: 10px auto 0px;
	}
	.menu.activem .left__footer__menu {
		margin-bottom: 60px;
	}
	.applicationPaket__body .modal__title {
		font-size: 5vw;
		line-height: 1;
	}
	.wrapper-block_tb_object {
		flex-direction: column;
	}
	.applicationPaket__body .fancybox-close-small {
		position: fixed;
		top: 0;
		right: 0;
	}
	.block__img__service {
		padding: 85px 0px 0px 0px;
	}
	.img_wrap-service img {
		max-width: 100%;
	}
	.text4_li-service__info .item:after {
		display: none;
	}
	.header-row__left {
		position: absolute;
	}
	
	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}
	.title {
		padding: 0px 0px 25px 0px;
		font-size: 22px;
		line-height: 34px;
	}
	.prem__icon__wrap {
		width: 100%;
		padding: 0 30px 0;
		margin-bottom: 50px;
	}
	section,
	.block-novo__imgs {
		padding: 0;
	}
	.about__text {
		font-size: 18px;
		line-height: 30px;
	}
	.wrap-content {
		background: transparent;
	}
	.gallery {
		padding: 50px 0px 60px 0px;
	}
	.slider {
		margin-top: 70px;
		margin-bottom: 60px;
	}
	.slider__img {
		height: 380px !important;
	}
	.menu {
		height: 100%;
		padding: 0 15px;
		left: 0px;
		text-align: left;
		top: 70px;
	}
	.menu__list li {
		margin: 0px 0px 10px 0px;
	}
	.menu__list a {
		letter-spacing: 0;
		line-height: 32px;
	}
	.left-header__menu .menu__list {
		width: 100%;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		text-align: center;
	}
	.left__footer__menu__logo,
	.row-footer__menu,
	.left__footer__menu	{
		display: none;
	}
	.left__footer__contact__wrap,
	.left__footer__soc {
		text-align: center;
	}
	.left__footer__menu__btn {
		padding: 15px 25px;
		font-size: 13px;
	}
	.left__footer__menu {
		display: block;
		left: 0;
		padding: 0 15px;
		max-width: 100%;
		text-align: center;
		border-top: none;
	}
	.left__footer__soc i {
		margin: 0 10px 0;
	}
	.left__footer__tel i {
		margin: 0 15px 0 0;
		width: 24px;
	}
	.row-footer__contact__wrapper {
		text-align: center;
		width: 100%;
	}
	.row-footer__soc {
		display: block;
		text-align: center;
	}
	.row-footer__soc ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.subtitle {
		line-height: 30px;
		padding: 0px 0px 25px 0px;
	}
	.img_wrap-service {
		height: auto;
	}
	.one-service__image {
		margin: 0 0 25px;
	}
	.about__text h3 {
		font-size: 22px;
		line-height: 34px;
		letter-spacing: 0.15em;
		flex: auto;
	}
	.paket__info {
		display: block;
		text-align: center;
	}
	.paket__info .prem__icon__wrap {
		width: 100%;
	}
	section.novostroj {
		padding-top: 20px;
	}
	.block__img__content {
		padding: 15px 0 0;
	}
	.text4_li-service__info {
		display: block;
	}
	.text4_li-service__info .item {
		width: 100%;
		margin-bottom: 25px;
	}
	.text4_li-block-service {
		padding: 20px 0 30px;
	}
	.text4_li__btn {
		margin-top: 30px;
	}
	.modal__wrapper .content h3,
	.modal__wrapper {
		line-height: 32px;
	}
	.content__block {
		padding: 100px 0 0;
	}
	.about__info {
		width: 100%;
	}
	.about__text img {
		width: 100%;
		height: auto;
	}
	.partners {
		padding: 70px 0px 0px;
	}
	.item-parners__logo {
		text-align: center;
	}
	.item-parners__logo img {
		width: auto;
		height: auto;
	}
	.setka_wrapper:nth-child(odd) .object__wrap:first-child {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 4;
	}
	.setka_wrapper:nth-child(odd) .object__wrap:nth-child(2) {
		grid-column-start: 4;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.setka_wrapper:nth-child(odd) .object__wrap:nth-child(3) {
		grid-column-start: 4;
		grid-column-end: 7;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.setka_wrapper:nth-child(odd) .object__wrap:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.setka_wrapper:nth-child(even) .object__wrap:first-child {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.setka_wrapper:nth-child(even) .object__wrap:nth-child(2) {
		grid-column-start: 4;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.setka_wrapper:nth-child(even) .object__wrap:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.setka_wrapper:nth-child(even) .object__wrap:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 7;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.block-service {
		padding: 100px 0px 15px 0px;
	}
	.wrapper-block_tb {
		justify-content: center;
		flex-direction: column;
	}
	.service-block__maintitle {
		padding: 0;
		margin: 0 0 20px;
	}
	.maintitle {
		font-size: 22px;
	}
	.hole {
		width: auto;
	}
	.block-novo__imgs .service-items__wrapper {
		padding-bottom: 20px;
	}
	.block-novo__imgs .service-items__wrapper img {
		width: 100%;
	}
	.novostojka-block-service {
		padding: 70px 0 30px;
	}
	.novostojka__item {
		column-count: 1;
	}
	.novostojka__td {
		line-height: 34px;
	}
	.novostojka__tr:last-child {
		border-bottom: 1px solid #D4DDEF;
	}
	.novostojka__tr:nth-child(4) {
		border-bottom: none;
	}
	.service-block__wrap {
		margin-top: 15px;
	}
	.block-service__menu ul li {
		padding: 0 25px 10px;
	}
	.btn__novostroj {
		margin: 0 auto;
	}
	.block-service__menu {
		padding: 0px 15px 40px 15px;
	}
	.service-items__image img {
		height: 100%;
	}
	.avans__title {
		right: auto;
	}
	#nav-container {
		margin: 0;
	}
	.header__lang {
		position: relative;
		bottom: 0;
	}
	.header.sticky .header__lang {
		bottom: 0px;
		padding: 2px 10px;
	}
	.header-row__left {
		display: none;
	}
	.header-row__logo {
		display: inline-block;
	}
	.right-header {
		display: inline-block;
		float: right;
	}
}
.text__img img {
    max-width: 60%;
}
.modal__map iframe {
	height: 70vh;
}
#modalobject.fancybox-content, #modalnovo.fancybox-content {
    max-width: 100% !important;
}
@media only screen and (max-width: 540px) {
    .slider-career .slick-arrow.slick-prev {
		left: 25px !important;
		top: 45px;
	}
	.slider-career .slick-arrow.slick-next {
		right: 25px !important;
		top: 45px;
	}
	.modal__map iframe {
		height: 85vh;
	}
	div#modalobject, #modalnovo {
		padding: 42px 0px 30px;
	}
}