@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: MontserratMedium;
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}

@font-face {
    font-family: MontserratBold;
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: MontserratExtraBold;
    src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: Museosanscyrl;
    src: url("../fonts/Museo-Sans-Cyr/MuseoSansCyrl.otf");
}

@font-face {
    font-family: Museosanscyrl2;
    src: url("../fonts/Museo-Sans-Cyr/MuseoSansCyrl_0.otf");
}

@font-face {
    font-family: Trajan;
    src: url("../fonts/ofont.ru_Trajan.ttf");
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot@') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fa';
    src: url("https://ramenkimoscow.ru/fonts/fa-brands-400.eot");
    src: url("https://ramenkimoscow.ru/fonts/fa-brands-400.eot?") format("embedded-opentype"), url("https://ramenkimoscow.ru/fonts/fa-brands-400.woff") format("woff"), url("https://ramenkimoscow.ru/fonts/fa-brands-400.ttf") format("truetype"), url("https://ramenkimoscow.ru/fonts/fa-brands-400.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'fa';
    src: url("https://ramenkimoscow.ru/fonts/fa-regular-400.eot");
    src: url("https://ramenkimoscow.ru/fonts/fa-regular-400.eot?") format("embedded-opentype"), url("https://ramenkimoscow.ru/fonts/fa-regular-400.woff") format("woff"), url("https://ramenkimoscow.ru/fonts/fa-regular-400.ttf") format("truetype"), url("https://ramenkimoscow.ru/fonts/fa-regular-400.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fa';
    src: url("https://ramenkimoscow.ru/fonts/fa-solid-900.eot");
    src: url("https://ramenkimoscow.ru/fonts/fa-solid-900.eot?") format("embedded-opentype"), url("../fonts/fa-solid-900.woff") format("woff"), url("https://ramenkimoscow.ru/fonts/fa-solid-900.ttf") format("truetype"), url("https://ramenkimoscow.ru/fonts/fa-solid-900.svg") format("svg");
    font-weight: 900;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
    font-family: Montserrat;
}

button, button:focus, button:active {
    border: none;
    outline: none;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

caption, table, tbody, tr, th, td {
    outline: 0;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
}

*:focus {
    outline: 0;
}

option:disabled {
    color: graytext;
    background-color: #ccc;
}

ol, ul {
    list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.container {
    max-width: 1080px;
    margin: auto;
    width: 100vw;
    height: 100%;
}

body.rub .filter-result .object-info__price.rub,
body.rub .filter-result .object-info__price-meter.rub {
    display: block !important;
}

body.usd .filter-result .object-info__price.usd,
body.usd .filter-result .object-info__price-meter.usd {
    display: block !important;
}

body.eur .filter-result .object-info__price.eur,
body.eur .filter-result .object-info__price-meter.eur {
    display: block !important;
}

body.rub.object .changeable-filter.rub.object {
    display: block !important;
}

body.rub.m2 .changeable-filter.rub.m2 {
    display: block !important;
}

body.usd.object .changeable-filter.usd.object {
    display: block !important;
}

body.usd.m2 .changeable-filter.usd.m2 {
    display: block !important;
}

body.eur.m2 .changeable-filter.eur.m2 {
    display: block !important;
}

body.eur.object .changeable-filter.eur.object {
    display: block !important;
}

.header-items{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-address{
	font-family: MontserratBold;
	margin: 0 auto;
	color: #656565;
}
.header-lawyer{
	display: flex;
	align-items: center;
	max-width: 250px;
	cursor: pointer;
}
.header-lawyer-img{
	max-width: 15%;
	margin-right: 10px;
}
.header-lawyer-text{
	font-weight: bold;
	line-height: 25px;
	min-width: 185px;
}

.header-call--mobille{
	display: none;
}
.header-call--mobille-icon1 {
	cursor: pointer;
	width: 50px;
	max-height: 10px;   
	transform: translateX(0);
}
.header-call--mobille-icon2 {
	cursor: pointer;
	width: 50px;
	max-height: 0px;
	transform: translateX(3px);
}
.header-call--mobille-icon1 img{
	width: 80%;
}
.header-call--mobille-icon2 img{
	width: 64%;
}
.header-call-text--mobile{
	display: flex;
}

.filter-result-item-title{
	line-height: 36px;
}

.slider-img{
	position: relative;
}

.slider-item{
	letter-spacing: -1px;
	top: 13px;
	right: -15px;
	color: #fff;
	z-index: 1;
	position: absolute;
	font-weight: bold;
	font-family: MontserratBold;
    text-align: right !important;
}

.slider-item div{
	text-align: left !important;
}

.slider-title{
	letter-spacing: -2px;
	font-size: 24px;
	position: relative;
	margin-top: 10px;
	width: 368px;
}

.slider-title-line{
    width: 330px !important;
    border-bottom: 3.5px #fff solid;
    padding-bottom: 15px;
    margin-left: 20px;
}

.slider-text{
	color: #d5d8d7;
	font-size: 17px;
	height: 45px !important;
	line-height: 30px;
    margin-top: 50px;
}

.slider-text-sub{
	font-size: 21px;
    line-height: 30px;
    margin-top: 65px;
}


.inner-slider-item{
	letter-spacing: -1px;
	top: 13px;
	right: 15px;
	color: #333;
	z-index: 1;
	position: absolute;
	font-weight: bold;
	font-family: MontserratBold;
    text-align: right !important;
}

.inner-slider-item div{
	text-align: right !important;
}

.inner-slider-title{
	letter-spacing: -2px;
	font-size: 24px;
	position: relative;
	margin-top: 10px;
}

.inner-slider-title-line{
	width: 330px !important;
    border-bottom: 3.5px #333 solid;
    padding-bottom: 15px;
    position: absolute;
    right: 15px;
    top: 16px;
}

.inner-slider-text{
    color: #343434;
    font-size: 17px;
    height: 45px !important;
    line-height: 30px;
    margin-top: 50px;
}

.inner-slider-text-sub{
	font-size: 21px;
    line-height: 30px;
    margin-top: 65px;
}

.portfolio__items{
	height: 490px;
	padding-top: 30px;
	border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.portfolio__slider{
	width: 100%;
    height: 100%;
}

.portfolio__slider-item{
	width: 28% !important;
	height: 200px;

}

.portfolio__slider-item:nth-child(1){
	margin-left: 80px;
}

.portfolio__slider-item:nth-child(3n){
	margin-right: 80px;
}

.portfolio-title{
	margin: 110px 0 30px !important;
}

.portfolio-title-second{
	font-weight: 500;
    -webkit-text-size-adjust: none;
    font-family: Montserrat;
}

.portfolio__slider-img{
	border-radius: 5px;
    border: 1px solid #e8e8e8;
	box-shadow: 6px 6px 8px rgb(0 0 0 / 30%);
	width: 250px;
    margin: 0 auto;
}

.portfolio__slider-img img{
	width: 80%;
	height: 100%;
}

.portfolio__slider-ttl{
	font-weight: bold;
	color: #E15F41;
}

.portfolio__slider-val{
	margin-top: 10px
}

.portfolio__slider-descr{
	margin-top: 20px
}

.portfolio__slider-button{
	margin-top: 20px;
}

.portfolio__slider-popup-img-start{
	margin: 0 auto;
}

.portfolio__slider-popup-img-start img{
	width: 27%;
    position: absolute;
    left: 160px;
}

.portfolio__slider-popup-img{
	height: 385px !important;
	background: #fff;
}

.portfolio__slider-popup-img img{
	width: 90% !important;
	margin: 0 auto;
}

.portfolio__popup-slider-price{
	font-size: 20px !important;
}

.portfolio__popup-slider-title{
	font-size: 18px !important;
	font-weight: bold !important;
	margin-bottom: 20px !important;
}

.portfolio__popup-slider-text{
	line-height: 18px !important;
    margin-top: 15px;
    font-size: 12px !important;
}

.portfolio__slider-btn{
	text-shadow: 0px 2px 5px rgb(0 0 0 / 35%);
    /* box-shadow: inset -1.095px 6.914px 18px 0px rgb(255 247 225 / 40%); */
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #fefefe;
    width: 167px;
    height: auto;
    background-color: #E15F41;
    padding: 13px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    cursor: pointer;
    font-family: Montserrat;
}

.slick-prev, .slick-next {
    width: 24px !important;
    height: 24px !important;
    box-shadow: 0px 1px 7px 0px rgb(17 17 17 / 14%) !important;
    background: #fff !important;
    border-radius: 50% !important;
}

.fancybox__container{
	z-index: 99 !important;
}

.fancybox__thumbs{
	display: none;
}

.portfolio-slider{
	min-width: 25% !important;
}

.mfp-container:after{
	display: none;
}

.header {
    background-color: #111111;
    width: 100%;
}

.btn-show-filter {
    display: none !important;
}

.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
}

.overlay.active {
    display: block;
}

.top-header {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #303030;
}

.top-header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fast_background {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.flickity-slider > div {
    width: 100%;
    height: 100%;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.address-text {
    color: #bcb5b5;
    font-size: 13px;
    font-family: MontserratMedium;
}

.top-header__icons .menu-messanger-link {
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin: 6px 0 0;
}

.top-header__icons .menu-messanger {
    margin: 0;
}

.bottom-header__wrapper {
    height: 80px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.logo {
    padding-right: 20px;
    border-right: 1px solid #303030;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.w-100 {
    width: 100%;
}

.logo--menu {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 10%;
    height: auto;
}

.logo__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.logo__title {
    font-family: Trajan;
    text-transform: uppercase;
    font-size: 27px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
}

.logo__subtitle {
    font-size: 12px;
    color: #bcb5b5;
    margin-top: -8px;
    font-family: MontserratMedium;
}

.logo__img {
    height: 45px;
    margin-right: 5px;
}

.menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 0 20px;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #303030;
}

.menu-btn__text {
    text-transform: uppercase;
    font-size: 16px;
}

.menu-btn__line-section {
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: -3px;
}

.menu-btn__line {
    width: 15px;
    height: 1px;
    background-color: #e1e1e1;
    margin-bottom: 4px;
}

.header-call {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.header-call-text {
    cursor: pointer;
    display: inline-block;
    /*padding-right: 15px;*/
    position: relative;
    text-align: right;
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.filter-result-item__body-bottom a {
    -webkit-text-decoration-color: #b1b1b1;
    -moz-text-decoration-color: #b1b1b1;
    text-decoration-color: #b1b1b1;
    color: black;
}

.header-call-text span {
    display: block;
}

.header-call-text a {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    /* padding-bottom: 9px; */
    margin-bottom: 10px;
}

.header-call-text span:nth-child(2) {
    font-size: 12px;
    color: #a2a2a2;
    margin-top: -2px;
}

.phone-tag {
    /* margin-top: 9px; */
    position: relative;
    width: auto;
    font-family: MontserratBold;
    display: inline-block;
    font-size: 12px;
    /* font-weight: bold; */
    color: #fff;
    background-color: #E15F41;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 7px 0px 21px;
    height: 17px;
    line-height: 16px;
    -webkit-box-shadow: 0 0 5px 0 rgba(225, 95, 65, 0.8);
    -moz-box-shadow: 0 0 5px 0 rgba(225, 95, 65, 0.8);
    box-shadow: 0 0 5px 0 rgba(225, 95, 65, 0.8);
}

.phone-tag--mobile {
    position: absolute;
    top: 45px;
}

.phone-tag::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 2px rgba(73, 149, 63, 0.9);
    -moz-box-shadow: inset 0 0 2px rgba(73, 149, 63, 0.9);
    box-shadow: inset 0 0 2px rgba(73, 149, 63, 0.9);
    -webkit-animation: phoneTag 4.7s infinite ease;
    -moz-animation: phoneTag 4.7s infinite ease;
    -o-animation: phoneTag 4.7s infinite ease;
    animation: phoneTag 4.7s infinite ease;
}

@-webkit-keyframes phoneTag {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    55% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    65% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes phoneTag {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }
    50% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    55% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }
    65% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes phoneTag {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    50% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    55% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    65% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes phoneTag {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    50% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    55% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    65% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.callback__btn--desk{
	display: none !important;
	width: 115px !important;
    margin-top: 20px !important;
	font-size: 12px !important;
    border-radius: 5px !important;
}

.call {
    height: 100%;
    /*position: absolute;
    right: 0;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.call--mobile {
    margin-top: 15px;
    margin-bottom: 12px;
    position: static;
}

.text-br-mobile{
	display: none;
}
	
.header-call-text--mobile {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-call-text__phone {
    color: black !important;
    font-size: 22px !important;
    margin-bottom: 12px;
}

.address-text--mobile {
    text-align: center;
    color: #949494;
    /* width: 273px; */
}

.main-render {
    height: 50vw;
    background-position: center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.main-render--main {
    height: 35vw;
    min-height: 600px;
    background-size: cover;
    background-position: bottom;
}

.main-render--location {
    border-radius: 10px;
    height: 56vw;
    max-height: 607px;
}

.main-render--location .main-slide-dot {
    display: block;
}

.presentation-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.presentation-window__project-link {
    color: #333333;
    text-decoration: none;
    margin-top: 12px;
    font-size: 12px;
}

.presentation-window--project .presentation-window__wrapper {
    bottom: 0;
    padding-bottom: 12px;
}

.presentation-window--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.presentation-window__wrapper {
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #111111;
    width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*bottom: 29px;*/
}

.presentation-window__wrapper--project {
    padding: 15px;
    max-height: 40vw;
    overflow-y: auto;
}

.presentation-window__wrapper--project-location {
    position: absolute;
    overflow-y: unset;
}

.presentation-window__wrapper--project-location .presentation-window__arrow {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    transform: rotateZ(45deg);
}

.presentation-window__wrapper--project-location.left .presentation-window__arrow {
    left: -8px;
}

.presentation-window__wrapper--project-location.right .presentation-window__arrow {
    right: -8px;
}

.presentation-window__wrapper--project-location.bottom .presentation-window__arrow {
    bottom: 20px;
}

.presentation-window__wrapper--project-location.top .presentation-window__arrow {
    top: 20px;
}

.presentation-window__wrapper--project-location.middle .presentation-window__arrow {
    top: calc(50% - 18px);
}

.presentation-window__title {
    text-align: center;
    margin-bottom: 15px;
    line-height: 31px;
    font-size: 29px;
    font-family: MontserratBold;
    text-decoration: none;
    color: inherit;
}

.presentation-window__title--project-location {
    font-size: 24px;
}

.presentation-window__text {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 20px;
}

.presentation-window__text-wrapper {
    z-index: 5;
}

.presentation-window__more-btn {
    font-size: 12px;
    margin-bottom: 12px;
}

.presentation-window__text--project {
    text-align: left;
    font-size: 13px;
    z-index: 5;
}

.presentation-window__img {
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0;
}

.presentation-window__img--project {
    margin: 20px 0;
}

.presentation-window--project .presentation-window__date {
    top: 27%;
    right: 56px;
}

.presentation-window__date {
    position: absolute;
    right: 45px;
    top: 39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    width: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-family: MontserratExtraBold;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.presentation-window__month {
    font-size: 15px;
}

.presentation-window__year {
    font-size: 15px;
    margin-top: -4px;
}

.presentation-window__img--main {
    max-width: 48%;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 20px 3px #a5a5a5;
    -moz-box-shadow: 10px 10px 20px 3px #a5a5a5;
    box-shadow: 10px 10px 20px 3px #a5a5a5;
}

.presentation-window--project {
    margin: auto;
}

.presentation-download-btn {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #111111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 0px 13px 60px;
    position: relative;
    cursor: pointer;
    width: 240px;
    font-family: Montserrat;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.presentation-download-btn--main {
    margin-top: 27px;
    margin-bottom: 6px;
}

.presentation-download-btn--project {
    width: 251px;
}

.presentation-download-btn__title {
    color: white;
    font-size: 18px;
    margin-left: 20px;
}

.presentation-download-btn__title--project {
    font-size: 18px;
}

.presentation-download-btn__subtitle {
    color: #c6c6c6;
    margin-left: 20px;
    font-size: 11px;
}

.presentation-download-btn::before {
    content: '';
    width: 60px;
    height: 100%;
    display: block;
    background-image: url(../img/download-icon.png);
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #d9d4d4;
}

.presentation-download-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 1px;
    left: 15%;
    bottom: 0;
    -webkit-box-shadow: 0 0 20px 6px black;
    -moz-box-shadow: 0 0 20px 6px black;
    box-shadow: 0 0 20px 6px black;
}

.presentation-window__title.presentation-window__title--mobile {
    font-size: 29px;
}

.presentation-window__text--mobile {
    font-size: 13px;
}

.presentation-window__wrapper--mobile {
    margin: auto;
    padding-top: 18px;
}

.main-title {
    padding: 35px 0 25px;
    font-size: 26px;
    font-family: MontserratBold;
}

.filter-aside {
    min-width: 260px;
    width: 317px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Museosanscyrl;
	position: sticky;
    top: 0;
}

.filter-aside .callback__img, .callback .callback__img{
    /*height: 116px;*/
    width: 150px;
}
.modal--callback .callback__img, .modal--callback-view .callback__img {
    width: 100px;
    margin-left: 0;
}
.modal--callback .callback__top, .modal--callback-view  .callback__top{
    justify-content: center;
}
.modal--callback .modal__head, .modal--callback-view .modal__head{
    text-align: center;
}
.filter-aside__wrapper {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.filter-aside__btn-show-result {
    font-size: 16px;
    padding: 21px;
    width: 100%;
    background-color: #6fa22c;
    color: #fefefe;
    font-family: Museosanscyrl;
    font-weight: bold;
    display: none;
}

.filter-aside--opened {
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0;
    width: 100% !important;
}

.filter-item {
    /*padding: 15px 17px;*/
    border-bottom: 1px solid #d6d6d6;
}

.filter-item:last-child {
    border-bottom: none;
    padding-bottom: 40px;
}

.filter-item__title {
    cursor: pointer;
    padding: 15px 17px;
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: MontserratBold;
    margin-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-item--always-show .filter-item__title {
    cursor: unset;
    padding-bottom: 0;
}

.active .filter-item__title {
    padding-bottom: 0;
}

.filter-item__body {
    margin-top: 26px;
    display: none;
    padding: 0 17px 15px;
}

.filter-item__body-title {
    font-family: MontserratBold;
    margin: 0px 0 10px 0;
    font-size: 14px;
    color: #555;
}

.body_projects .filter-item__body{
    margin-top: 15px;
}

.filter-item__reset {
    text-align: center;
    color: #525252;
    padding: 15px;
}

.filter-item__reset span {
    border-style: dashed;
    cursor: pointer;
    border-color: #525252;
    border-width: 0 0 1px 0;
    font-size: 18px;
}

.filter-checkbox {
    margin-bottom: 10px;
}

.filter-checkbox__inner {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    font-size: 16px;
    color: #E15F41;
    cursor: default;
}

.filter-checkbox__checkmark {
    display: block;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(66, 66, 66, 0.15);
    box-shadow: inset 0px 0px 7px 0px rgba(66, 66, 66, 0.15);
    width: 18px;
    height: 18px;
}

.filter-checkbox__checkmark::after {
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    height: 18px;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: block;
    content: "";
    background-image: url(../fonts/fontawesome/svgs/solid/check.svg);
    margin: auto;
    pointer-events: none;
    visibility: hidden;
}

.filter-checkbox__title {
    color: #888888;
    font-weight: 300;
    font-size: 15px;
    margin-left: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.filter-checkbox__title--black {
    color: black;
}


.filter-item__body:not(.filter-item__body--metros) .filter-checkbox__title--black:not(.filter-checkbox__title--project) {
    text-transform: lowercase;
}

.filter-checkbox__input:checked + .filter-checkbox__checkmark::after {
    visibility: visible;
}

.filter-checkbox__input {
    display: none;
}

.filter-item__toggle-btn {
    color: #b3b3b3;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    will-change: transform;
}

.filter-item.active .filter-item__toggle-btn {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.filter-item--always-show .filter-item__body {
    display: block !important;
}

.filter-item--always-show .filter-item__body.changeable-filter {
    display: none !important;
}

.filter-item.active .filter-item__body {
    display: block;
}

.select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 25px;
    background-color: transparent;
}

.select__wrapper {
    background-color: #E15F41;
    position: relative;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-box-shadow: 0px 2px 3px -2px #000;
    -moz-box-shadow: 0px 2px 3px -2px #000;
    box-shadow: 0px 2px 3px -2px #000;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-family: 'Museo Sans Cyrl 500', serif;
    font-weight: 500;
}

.select__option {
    font-family: MontserratBold;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    height: 0px;
    -webkit-transition: height 0.1s ease-in-out, opacity 0.1s;
    -o-transition: height 0.1s ease-in-out, opacity 0.1s;
    -moz-transition: height 0.1s ease-in-out, opacity 0.1s;
    transition: height 0.1s ease-in-out, opacity 0.1s;
    padding: 0 8px 0 8px;
    border-top: 1px solid #ddd;
    opacity: 0;
    line-height: 25px;
}

.select__option:first-child::before {
    position: absolute;
    width: 20px;
    right: 0;
    content: '\f0dd';
    line-height: 22px;
    height: 25px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    border-left: 1px solid #ddd;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    -o-transition: -o-transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -moz-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.select__option:first-child.no-arrow:before {
    display: none;
}

.select__option:first-child {
    height: 25px;
    padding: 0 28px 0 8px;
    opacity: 1;
}
.select__option:first-child.no-arrow {
    padding: 0 8px;
}

.select.active .select__option {
    opacity: 1;
    height: 25px;
}

sup {
    line-height: 0;
}

.filter-item__slider {
    margin: 20px 0;
    height: 10px;
}

.filter-item__input {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 32px;
    line-height: 35px;
    text-align: center;
    outline: none;
    border: none;
    padding: 0;
    font-family: Museosanscyrl2;
    font-size: 16px;
}

.filter-item__delimiter {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #636363;
    margin: auto;
}

.filter-item__inputs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    background: #4e4e4e;
    position: absolute;
    right: -25px;
    left: auto;
    top: -10px;
    cursor: pointer;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 3px -3px #BBB;
}

.noUi-horizontal .noUi-handle::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #E15F41;
    -webkit-box-shadow: inset 0 -5px 5px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 -5px 5px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -5px 5px 0 rgba(255, 255, 255, 0.1);
}

.noUi-base .noUi-connects .noUi-connect {
    height: 100%;
    width: 100%;
    background: #E15F41;
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.noUi-handle:before {
    display: none;
}

.filter-checkbox-horizontal__label {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-shadow: inset 0px 0px 3.3px 1.7px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: inset 0px 0px 3.3px 1.7px rgba(255, 255, 255, 0.13);
    box-shadow: inset 0px 0px 3.3px 1.7px rgba(255, 255, 255, 0.13);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
    /*background-color: rgb(151, 190, 81);*/
    font-size: 14px;
}

.filter-checkbox-horizontal .filter-checkbox-horizontal__inner:first-child .filter-checkbox-horizontal__text {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.filter-checkbox-horizontal .filter-checkbox-horizontal__inner:last-child .filter-checkbox-horizontal__text {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.filter-checkbox-horizontal__text {
    padding: 5px 0;
    width: 100%;
    height: 100%;
    display: block;
    border-style: solid;
    border-color: #d6d6d6;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #8e8e8e;
    cursor: pointer;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.filter-checkbox-horizontal__input {
    display: none;
}

.filter-checkbox-horizontal__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -1px;
}

.filter-checkbox-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6;
}

.filter-checkbox-horizontal__input:checked + .filter-checkbox-horizontal__text {
    background-color: rgb(225, 95, 65);
    border-style: solid;
    border-width: 0px;
    border-color: #E15F41;
    border-left-width: 1px;
    border-right-width: 1px;
    color: white;
}

.filter-item__body .filter-checkbox-horizontal__inner:first-child .filter-checkbox-horizontal__input:checked + .filter-checkbox-horizontal__text {
    border-right-width: 1px;
    border-left-width: 0px;
}

.filter-item__body .filter-checkbox-horizontal__inner:last-child .filter-checkbox-horizontal__input:checked + .filter-checkbox-horizontal__text {
    border-right-width: 0px;
    border-left-width: 1px;
}

.filter-item__body .filter-checkbox-horizontal__inner:first-child .filter-checkbox-horizontal__text {
    border-left-width: 0px;
}

.filter-item__body .filter-checkbox-horizontal__inner:last-child .filter-checkbox-horizontal__text {
    border-right-width: 0px;
}

.filter-checkbox-horizontal {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(66, 66, 66, 0.15);
    box-shadow: inset 0px 0px 7px 0px rgba(66, 66, 66, 0.15);
}

.callback {
    font-family: Montserrat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__text {
    margin-left: 15px;
}

.callback__subtitle {
    font-size: 12px;
    color: #7a7a7a;
}

.callback__title {
    font-size: 14px;
    font-weight: bold;
}

.callback__img {
    margin-left: 20px;
}

.btn-primary {
    position: relative;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
    /*box-shadow: inset -1.095px 6.914px 18px 0px rgba(255, 247, 225, 0.4);*/
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #fefefe;
    width: 167px;
    height: auto;
    background-color: #E15F41;
    padding: 13px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all 150ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    cursor: pointer;
    font-family: Montserrat;
}

.btn-show-filter {
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}

.callback__btn {
    margin-top: 15px;
}

.callback__bottom {
    padding-left: 26px;
    /*width: 150px;*/
    margin-left: 10px;
    font-size: 12px;
    background-image: url(../img/filter-line.png);
    padding-top: 4px;
    background-repeat: no-repeat;
    margin-top: 15px;
    color: #7a7a7a;
}

.filter__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filter-result {
    margin-left: 29px;
    font-family: 'Myriad Pro';
    width: -webkit-calc(100% - 282px);
    width: -moz-calc(100% - 282px);
    width: calc(100% - 282px);
}

.filter-result__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.filter-result__count {
    font-family: Montserrat;
    padding: 6px 15px 4px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 14px;
    display: inline-block;
    color: #b9b9b7;
}
.body_projects .filter-result__count{
    padding: 6px 15px 4px 0;
}

.filter-result__info select {
    font-family: Montserrat;
    padding: 5px 15px;
    border: 2px solid #E15F41;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 14px;
    display: inline-block;
    color: #b9b9b7;
    -webkit-appearance: none;
}

.filter-result__order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.filter-result-item {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.body_projects .filter-result-item{
    margin: 0 0 30px;
}

.sort-checkbox {
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.sort-checkbox + label {
    position: relative;
    margin-left: 5px;
    cursor: pointer;
    left: -30px;
}

.sort-checkbox + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/order-desc.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.sort-checkbox:checked + label:before {
    background-image: url("../img/order-asc.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-wrapper {
    position: relative;
}

.pre-prev, .pre-next {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.pre-prev {
    left: 0;
}

.pre-next {
    right: 0;
}

.slider-gallery-wrapper {
    position: relative;
}

.filter-result-item__body {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.body_projects .filter-result-item__body{
    padding-right: 5px;
}

.filter-result-item__slider {
    width: 440px;
    min-width: 440px;
    height: 330px;
}

.filter-result-item__slider .fast_background {
    cursor: pointer;
}

.filter-result-item__empty {
    width: 375px;
    min-width: 375px;
    height: 300px;
}

.filter-result-item__body-head-empty {
    margin-bottom: 10px;
}

.flickity-viewport {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.filter-result-item__slider img {
    cursor: pointer;
    /*max-width: 100%;*/
    max-height: 345px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*height: 100%;*/
    /*min-width: 100%;*/
}
.flickity-slider div{
    text-align: center;
}
.body_projects .filter-result-item__slider .flickity-viewport{
    border-radius: 10px 0 0 10px;
}

.filter-result-item__empty div {
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    width: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-width: 100%;
}

.filter-result-item__choose-expert {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 7px;
    background-color: #dd3c03;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter-result-item__choose-expert i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.object-info__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3e3e3e;
    font-family: MontserratBold;
    cursor: pointer;
}

.body_projects .object-info__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 0px;
}

.body_projects .filter-result-item__characteristic-name {
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #A3A3A3;
}

.body_projects .filter-result-item__characteristic-value {
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #3e3e3e;
}

.body_projects .object-info__address-metro {
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #B9B9B7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

.body_projects .object-info__address {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.body_projects .object-info__metro {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
}

.body_projects .object-info__address + .body_projects .object-info__metro {
    margin-left: 10px;
}

.body_projects .object-info__address-text {
    padding-left: 5px;
}

.body_projects .object-info__metro-text {
    padding-left: 5px;
}

.object-info__title-empty {
    font-size: 19px;
    margin-bottom: 10px;
    color: #3e3e3e;
    font-family: MontserratBold;
    cursor: pointer;
}

.object-info__tag-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.object-info__tag {
    padding: 0px 7px;
    background-color: #dcdcdc;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #7e7e7e;
    font-size: 16px;
}

.object-info__price {
    font-size: 22px; 
    color: #979797;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: MontserratBold;
}
.object-info__price span {
    color: #b9b9b7;
}
.body_projects .object-info__price{
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}

.object-info__price-hidden--popup {
    margin-bottom: 20px;
}

.object-info__price-hidden {
    font-size: 22px;
    color: #b9b9b7;
    font-weight: bold;
    font-family: MontserratBold;
}


.object-info__price-meter {
    color: #969696;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    display: none;
}

.object-info__price.show, .object-info__price-meter.show {
    display: block;
}

.object-info__empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.object-info__empty div.fast_background {
    height: 135px;
    width: 110px;
    margin-right: 10px;
    position: relative;
    top: -5px;
    min-width: 110px;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.object-info__empty p {
    font-size: 13px;
    background-color: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    position: relative;
    right: -10px;
    max-width: 237px;
}

.object-info__empty P:before {
    content: "\A";
    border-style: solid;
    border-width: 11px 60px 14px 0px;
    border-color: transparent #F8F8F8 transparent transparent;
    position: absolute;
    left: -52px;
    top: 76px;
    -webkit-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
    transform: rotate(19deg);
}

.filter-result-item__zakaz_zvonka {
    font-size: 22px;
    color: #E15F41 !important;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

.filter-result-item__call-btn {
    background-color: #E15F41;
    color: white !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 13px 26px;
    cursor: pointer;
}

.filter-result-item__btn-list a,
.filter-result-item__btn-list button {
    font-family: Montserrat;
    font-size: 13px;
}

.btn-primary--filter-open {
    margin-top: 10px;
    text-align: center;
}

.btn-primary--filter-result, .btn-primary--filter-open {
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    width: auto;
}
.body_projects .btn-primary--filter-result, .body_projects .btn-primary--filter-open{
    display: inline-block;
}
a.btn-secondary,
.btn-secondary {
    background-color: transparent;
    padding: 10px 8px;
    border: 1px solid #E15F41;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    color: #E15F41;
    text-decoration: none;
}

.filter-result-item__body-characteristic-list {
    color: #a3a3a3;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Montserrat;
}

.filter-result-item__body-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.body_projects .filter-result-item__body-wrapper {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 0px 10px 10px 0px;
    height: 330px;
    display: flex;
    align-items: center;
    border-left: none;
    width: 100%;
    max-height: 340px;
}

.body_projects .filter-result-item__body-bottom {
    margin-bottom: 0;
}

.body_projects .filter-result-item__body-prices {
    margin-bottom: 20px;
}

.filter-result-item__body-bottom-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter-result-item__body-head {
    margin-bottom: 35px;
}

.body_projects .filter-result-item__body-head {
    margin-bottom: 0px;
}

@-webkit-keyframes dotLarge {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    80% {
        width: 180%;
        height: 180%;
        left: -40%;
        top: -40%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes dotLarge {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    80% {
        width: 180%;
        height: 180%;
        left: -40%;
        top: -40%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes dotLarge {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    80% {
        width: 180%;
        height: 180%;
        left: -40%;
        top: -40%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dotLarge {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    80% {
        width: 180%;
        height: 180%;
        left: -40%;
        top: -40%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes dotSmall {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    70% {
        width: 150%;
        height: 150%;
        left: -25%;
        top: -25%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes dotSmall {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    70% {
        width: 150%;
        height: 150%;
        left: -25%;
        top: -25%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes dotSmall {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    70% {
        width: 150%;
        height: 150%;
        left: -25%;
        top: -25%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dotSmall {
    0% {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        opacity: 1;
    }
    40% {
        opacity: 0.9;
    }
    70% {
        width: 150%;
        height: 150%;
        left: -25%;
        top: -25%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.flickity-prev-next-button {
    width: 24px;
    height: 24px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(17, 17, 17, 0.14);
    -moz-box-shadow: 0px 1px 7px 0px rgba(17, 17, 17, 0.14);
    box-shadow: 0px 1px 7px 0px rgba(17, 17, 17, 0.14);
}

.flickity-prev-next-button.previous {
    left: 45px;
}

.flickity-prev-next-button.next {
    right: 45px;
}

.body_projects .filter-result-item__slider .flickity-prev-next-button.previous {left: 10px;}
.body_projects .filter-result-item__slider .flickity-prev-next-button.next {right: 10px;}

.flickity-button {
    background: hsla(0, 0%, 100%, 1);
}

#last_page {
    display: none;
}

.load-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.load-more__plus {
    font-size: 22px;
    background-color: #E15F41;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: bold;
    color: #fefefc;
    padding: 0 3px 3px 3px;
}

.load-more__title {
    color: #010010;
    margin-top: 5px;
    margin-bottom: -2px;
    font-size: 18px;
    font-family: MontserratBold;
}

.load-more__subtitle {
    font-size: 12px;
    color: #595656;
    font-family: MontserratBold;
}

.selections__wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filter-result-item__characteristic {
    margin-bottom: 3px;
}

.filter-result-item__characteristic span {
    text-transform: lowercase;
}

.filter-result-item__characteristic-value-item:not(:last-child):after{
    content: ', ';
}

.selections__title {
    margin-top: 70px;
    font-size: 22px;
}

.selection__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.selection-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 30%;
    -moz-box-flex: 1;
    -ms-flex: 1 30%;
    flex: 1 30%;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    -moz-box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 20px 20px 0;
    width: 30%;
}

.selection-item--slide {
    width: 98%;
    margin-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selections__slider {
    height: 330px;
}

.selection-item a {
    display: block;
    width: 100%;
    height: 247px;
    overflow: hidden;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.selection-item:nth-child(1) a {
    height: 329px;
}

.selection-item:nth-child(2) a {
    height: 329px;
}

.selection-item:first-child {
    -webkit-flex-basis: -webkit-calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: -moz-calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}

.selection-item:nth-child(2) {
    -webkit-flex-basis: -webkit-calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: -moz-calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}

.selection-item__image {
    height: 100%;
    width: auto;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    -moz-box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
}

.selection-item__body {
    padding: 15px 21px;
    padding-top: 9px;
}

.selection-item__title {
    margin-bottom: 5px;
    font-family: MontserratBold;
    font-size: 20px;
}

.selection-item__title a {
    color: #000;
    height: unset !important;
    text-decoration: none;
}

.selection-item__subtitle {
    color: #676767;
    font-size: 14px;
}

.projects__wrapper {
    width: 100%;
}

.projects__slider {
    height: 330px;
}

.project-item {
    margin: 0 20px 10px 0;
    cursor: pointer;
    text-align: center;
    /* height: 340px; */
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: calc(20% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 7px 0 rgba(17, 17, 17, 0.14);
    -moz-box-shadow: 0 3px 7px 0 rgba(17, 17, 17, 0.14);
    box-shadow: 0 3px 7px 0 rgba(17, 17, 17, 0.14);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.project-item a {
    display: block;
    height: 170px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.project-item--slide {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 98%;
    margin-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projects__title {
    margin-top: 25px;
    margin-bottom: 30px;
}

.project-item__image {
    height: 100%;
}

.project-item__title {
    font-family: MontserratBold;
    font-size: 18px;
}

.project-item__title a {
    color: #000;
    height: unset;
    text-decoration: none;
}

.project-item__title.text-long {
    font-size: 12px;
    padding: 3px 0;
}

.project-item__subtitle {
    font-size: 12px;
    color: #676767;
}

.project-item__label {
    position: absolute;
    font-size: 11px;
    width: auto;
    display: inline-block;
    background: #ffffff;
    top: 7px;
    right: 7px;
    padding: 3px 10px;
    border-radius: 14px;
    color: #dd3c03;
    font-family: MontserratBold;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
}

.project-item__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
}

.download-presentation {
    width: 100%;
    margin-top: 37px;
    height: 526px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 69px;
    padding-top: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.download-presentation__image {
    min-width: 320px;
    height: 440px;
    -webkit-box-shadow: 10px 10px 20px 1px #595959;
    -moz-box-shadow: 10px 10px 20px 1px #595959;
    box-shadow: 10px 10px 20px 1px #595959;
}

.presentation-window__date--big {
    left: 313px;
    top: 36%;
    height: 100px;
    width: 100px;
    font-size: 14px;
}

.main-render .presentation-window--project {
    display: none;
}

.form-presentation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-left: 47px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-presentation__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3px;
}

.form-presentation__title {
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
    font-family: MontserratBold;
    margin-top: 6px;
}

.form-presentation__subtitle {
    color: white;
    font-size: 15px;
    width: 400px;
}

.form-presentation__phone-label {
    color: white;
    font-family: MontserratBold;
    font-size: 16px;
    margin-bottom: 21px;
}

.form-presentation__phone-input {
    padding: 18px 22px;
    width: 360px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #868686;
}

.form-presentation__btn {
    width: 404px;
    padding: 19px;
    margin-top: 10px;
    background-color: #E15F41;
    font-family: MontserratBold;
    font-size: 18px;
}

.download-presentation::after {
    content: '';
    display: block;
    position: absolute;
    width: 85%;
    height: 1px;
    left: 7%;
    bottom: 0;
    z-index: -1;
    -webkit-box-shadow: 0 -1px 20px 6px black;
    -moz-box-shadow: 0 -1px 20px 6px black;
    box-shadow: 0 -1px 20px 6px black;
}

.slider__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 400px !important;
    width: 25% !important;
}

.gallery__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    height: 50%;
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    cursor: pointer;
}

.gallery__wrapper--mobile {
    width: 100%;
    height: 100%;
}

.gallery__image {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}


@media (max-width: 550px) {
    .gallery__image {
        width: 100%;
        height: 150px;
    }
    .gallery--home .gallery__image {
        width: 100%;
        height: 200px;
    }
	img.mfp-img {
	  min-height: auto !important;
	}
	.flickity-prev-next-button {
		height: 30px;
	}
}

.slider-mobile {
    height: 250px;
}

.projects-slider .flickity-button,
.articles .flickity-button,
.gallery .flickity-button {
    width: 40px;
    height: 40px;
}

.gallery .flickity-viewport {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.projects-slider .flickity-prev-next-button.previous,
.articles .flickity-prev-next-button.previous,
.gallery .flickity-prev-next-button.previous {
    left: -15px;
}

.projects-slider .flickity-prev-next-button.next,
.articles .flickity-prev-next-button.next,
.gallery .flickity-prev-next-button.next {
    right: -15px;
}

.filter-result-item__slider .flickity-button-icon {
    width: 46%;
    height: 46%;
    top: 27%;
    left: 27%;
}

.projects-slider .flickity-prev-next-button .flickity-button-icon
.articles .flickity-prev-next-button .flickity-button-icon
.gallery .flickity-prev-next-button .flickity-button-icon {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
}

.gallery__title {
    margin-top: 58px;
    margin-bottom: 20px;
}

#player {
    width: 100%;
    height: 400px;
    margin-top: 5px;
}

.info-plan {
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(17, 17, 17, 0.13);
    -moz-box-shadow: 0px 9px 40px 0px rgba(17, 17, 17, 0.13);
    box-shadow: 0px 9px 40px 0px rgba(17, 17, 17, 0.13);
    position: relative;
}

.info-plan__inner {
    width: 100%;
    height: 68vw;
    max-height: 750px;
    background-image: url(../img/genplan.jpg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.info-plan__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-plan__legend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 50px;
    background: #fff;
    left: 50px;
    border-radius: 7px;
    padding: 15px 20px;
    font-size: 14px;
}

.info-plan__legend-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info-plan__legend-item_round {
    background: #e2e2e2;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline;
    border-radius: 100%;
}

.info-plan__title {
    font-size: 40px;
    font-family: MontserratBold;
    /* width: 200px; */
    margin-left: 15px;
}

.info-plan__legend-item-name {
    white-space: nowrap;
    margin-right: 5px;
    /* font-weight: bold; */
    font-size: 16px;
    font-family: MontserratBold;
}

.info-plan__legend-item-delimiter {
    border-bottom: 2px dotted black;
    height: 11px;
    width: 100%;
}

.info-plan__legend-item-value {
    margin-left: 5px;
    min-width: 20px;
    display: block;
    height: 20px;
    line-height: 20px;
    background-color: #f9ce3b;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-top: 2px;
}

.section-title {
    font-size: 26px;
    font-family: MontserratBold;
}

.info-plan__mark {
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #7edfff;
    line-height: 41px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    border: 3px solid #eeefea;
    position: absolute;
    -webkit-box-shadow: 0px 6px 5px #1f1f1f;
    -moz-box-shadow: 0px 6px 5px #1f1f1f;
    box-shadow: 0px 6px 5px #1f1f1f;
}

svg circle {
    -webkit-box-shadow: 0px 6px 5px #1f1f1f;
    -moz-box-shadow: 0px 6px 5px #1f1f1f;
    box-shadow: 0px 6px 5px #1f1f1f;
}

svg text {
    font-weight: bold;
    text-anchor: middle;
    font-size: 16px;
    fill: #000;
}

.expert-slider__title {
    margin-bottom: 26px;
    margin-top: 56px;
}

.expert-slider__item {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.expert-slider__body {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-left: 50px;
    position: relative;
    color: #656565;
}

.expert-slider__body--main {
    margin-left: 69px;
}

.expert-slider__body::before {

}

.expert-slider p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #898989;
}

.expert-slider__image-wrapper {
    text-align: center;
}

.expert-slider__image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 190px;
    height: 190px;
}

.expert-slider__image-author {
    font-family: MontserratBold;
    font-size: 19px;
}

.expert-slider__image-profession {
    color: #a28e91;
    font-size: 14px;
}

.expert-nav {
    position: relative;
    width: auto;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    margin: 25px auto 0;
    font-size: 0;
}

.expert-nav-next,
.expert-nav-prev,
.expert-nav-dot {
    display: inline-block;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-right: 0;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #6e6e6e;
    -webkit-transition: color 0.2s, -webkit-box-shadow 0.2s;
    transition: color 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s, color 0.2s;
    -moz-transition: box-shadow 0.2s, color 0.2s, -moz-box-shadow 0.2s;
    transition: box-shadow 0.2s, color 0.2s;
    transition: box-shadow 0.2s, color 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
    transition: box-shadow 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
    position: relative;
    z-index: 2;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.expert-nav-next:hover,
.expert-nav-prev:hover,
.expert-nav-dot:hover {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
    z-index: 1;
}

.expert-nav-next.active,
.expert-nav-prev.active,
.expert-nav-dot.active,
.expert-nav-next.disabled,
.expert-nav-prev.disabled,
.expert-nav-dot.disabled {
    color: #cfcfcf;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.01);
    z-index: 1;
    cursor: default;
}

.expert-nav-next.active::after,
.expert-nav-prev.active::after,
.expert-nav-dot.active::after,
.expert-nav-next.disabled::after,
.expert-nav-prev.disabled::after,
.expert-nav-dot.disabled::after {
    opacity: 0.3;
}

.expert-nav-next,
.expert-nav-prev {
    position: relative;
}

.expert-nav-next::after,
.expert-nav-prev::after {
    content: '';
    position: absolute;
    display: block;
    background-position: center;
    -webkit-background-size: auto 10px;
    -moz-background-size: auto 10px;
    -o-background-size: auto 10px;
    background-size: auto 10px;
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    top: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.expert-nav-prev {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 40px;
}

.expert-nav-prev::after {
    background-image: url("../img/prev.svg");
    left: 0;
}

.expert-nav-next {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ddd;
    padding-right: 40px;
}

.expert-nav-next::after {
    background-image: url("../img/next.svg");
    right: 0;
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.article__title {
    margin-top: 70px;
    margin-bottom: 30px;

}

.articles__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.article-item {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    -moz-box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    box-shadow: 0px 3px 7px 0px rgba(17, 17, 17, 0.14);
    /*width: 25%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    margin: 0;
    /*margin: 0 10px;*/
    /*transition: 0.3s;*/
    margin-bottom: 10px;
    height: 390px;
    width: 100%;
}

.article-item__link {
    text-decoration: none;
    color: unset;
    display: block;
    margin: 0 10px;
}

.article-item.is-selected {
    width: 45%;
}

.article-item__image {
    min-width: 100%;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.article-item__img-wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.article-item__body {
    padding: 18px 15px;
    padding-top: 18px;
    padding-bottom: 7px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.article-item__title {
    font-family: MontserratBold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.article-item__subtitle {
    font-size: 12px;
    color: #8a8a8a;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    line-height: 40px;
    color: dimgrey;
}

.footer_new {
    background-color: #000000;
    color: #858585;
    overflow-x: hidden;
    margin-top: 50px;
    position: relative;
}

.footer_new * {
    color: #a3a3a3;
}

.footer_new .copy, .footer_new .container .footer_left *, .footer_phone, .footer_new .speciale_button, .footer_menu, .footer_phone *, .footer_new .speciale_button *, .footer_new .speciale_button a, .footer_menu * {
    color: #30322d;
}

.footer_menu a:hover, .footer_new .speciale_button a:hover {
    color: #eee;
    text-decoration: underline;
}

.footer_new .container {
    z-index: 0;
}

.footer_new .container .footer_left-parent::after, .footer_menu::after, .footer_new .container::after {
    content: '';
    display: block;
    clear: both;
}

.footer_new .container > div:not(.footer__menu) {
    padding: 40px 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer_new .container .footer-left-parent {
    width: 46%;
    float: left;
    padding: 40px 0 20px;
}

.footer_new .container .copy {
    width: 29%;
    float: left;
}

.footer_new .container .footer_left {
    line-height: normal;
    width: 60%;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    margin-left: 5%;
}

.footer_new .container .footer_left img {
    width: 100%;
}

.footer_new .container .footer_right {
    float: right;
    position: relative;
    width: 53%;
    height: 290px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_right > * {
    position: relative;
    z-index: 2;
    padding: 26px 10px 20px 20px;
}

.footer_right {
    width: 55vw;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_new .copy {
    text-align: center;
    font-size: 13px;
    margin: 0 0 10px;
}

.footer_new .copy img {
    width: 100px;
}

.footer_phone {
    font-size: 26px;
    padding: 0px 10px 0px 20px;
    top: -2px;
    vertical-align: text-bottom;
}

.footer_phone.a:hover {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.footer_right .speciale_button {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #caad87;
    color: #fff;
}

.footer_right .speciale_button::before {
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    height: 50%;
    left: 50px;
    border-left: 1px solid #fff;
}

.footer_new .footer__menu {
    width: 100%;
}

.footer_new .footer__menu .footer__menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: x;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer_new .footer__menu .footer__menu-item-title {
    /*margin: 0 20px;*/
}

.footer_new .footer__menu .footer__menu-item {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.footer__menu-item-content {
    margin-right: 20px;
}

.footer__menu-item-content:last-of-type {
    margin-right: 0;
}

.footer_new .footer__menu .footer__menu-item a, .footer__menu-item li {
    display: block;
    color: #797979;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
    .footer .footer__menu .footer__menu-item {
        margin: 5px 20px;
    }

    .footer_new .footer__menu .footer__menu-item--projects {
        display: block !important;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        flex-basis: 60% !important;
    }

}

.footer_new .footer__menu .footer__menu-item-title {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    position: relative;
}

@media (max-width: 768px) {
    .footer .footer__menu .footer__menu-item-title {
        padding-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .footer_new .footer__menu, .footer__menu-item {
        width: 100% !important;
    }

    .footer__menu-item {
        padding: 0;
    }

    .footer_new .footer__menu .footer__menu-item--projects {
        display: block !important;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        flex-basis: 100% !important;
    }

}

.footer_menu li {
    font-size: 14px;
    float: left;
    padding: 3px 9px;
}

.footer_menu li.active {
    text-decoration: underline;
}

.footer_menu li a:hover {
    color: #eee !important;
}

.footer_text {
    padding-bottom: 0;
    padding-top: 2px;
    padding-right: 50px;
    top: -12px;
}

.footer__domain {
    margin-top: 17px;
    text-align: left;
    font-size: 12px;
}

.footer_menu {
    padding: 10px 10px 10px 20px;
}

.footer_new .footer_text p {
    font-size: 10px;
    line-height: 1.2em;
}

.btn.speciale_button i:not(.fa) {
    font-size: 30px;
    vertical-align: middle;
    position: absolute;
    left: 12px;
    top: 7px;
    color: white;
}

.footer__address {
    width: 270px;
    display: block;
    font-size: 12px;
}

.btn.speciale_button {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    height: 45px;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
    position: relative;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
    background: #E15F41;
    color: #fefffd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    line-height: 45px;
    padding-left: 65px !important;
    padding-right: 15px !important;
    margin-left: 20px;
    right: -10px;
    font-family: MontserratBold;
    cursor: pointer;
}

.btn.speciale_button img {
    position: absolute;
    left: 10px;
    top: 6px;
}

.office-gallery {
    height: 200px;
}

.office-gallery div {
    height: 100%;
    width: 100%;
}

.office-gallery .flickity-button {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    bottom: -28px;
    top: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: white !important;
    z-index: 10;
}

.office-gallery .flickity-button svg {
    color: white !important;
}

.office-gallery .flickity-page-dots .dot.is-selected {
    background-color: #d8d8d8 !important;
}

.office-gallery .flickity-page-dots .dot {
    background-color: #191917;
    opacity: 1;
}

.office-gallery .flickity-prev-next-button.previous {
    left: 25px;
}

.office-gallery .flickity-prev-next-button.next {
    right: 25px;
}

.logo-footer__text {
    width: 85px;
    display: block;
    font-family: MontserratMedium;
    font-size: 9px;
    color: white;
    margin-left: -15px;
}

.logo-footer {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.office-gallery .flickity-button * {
    color: white !important;
}

.office-gallery .flickity-viewport {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.project__slider .flickity-prev-next-button {
    z-index: 10;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    border-right: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.project__slider .flickity-prev-next-button.previous {
    left: auto;
    right: 30px;
}

.project__slider .flickity-prev-next-button svg {
    width: 30%;
    height: 30%;
    left: 40%;
    top: 34%; /* 40 */
    color: #667675;
}

.project__slider .flickity-viewport {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.project__slider .flickity-button:active {
    opacity: 1;
}

.project__numbers {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 40px;
    height: 22px;
    z-index: 10;
    background-color: white;
    text-align: center;
    line-height: 22px;
    color: #4c4b50;
}

.show-more-text {
    text-align: center;
    color: #E15F41;
    text-decoration: underline;
    cursor: pointer;
}

.show-more-text--hide {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff 75%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff 75%);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 75%);
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    margin-top: -65px;
    font-weight: 300;
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
}

.modal--callback-view {
    z-index: 100001;
}

.modal.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 450px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: auto;
}

.modal__title {
    text-align: center;
    font-size: 26px;
    font-family: MontserratBold;
    margin-bottom: 14px;
}

.modal__head--small {
    padding: 0 20px;
}

.modal__title--small {
    line-height: 26px;
    margin-bottom: 14px;
}

.modal__subtitle:not(:empty) {
    color: #656565;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.modal__subtitle--callback {
    width: 380px;
    display: block;
    margin: auto;
    margin-bottom: 14px;
}

.modal__body {
    width: 420px;
    margin-bottom: 30px;
}

.form-callback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 140px;
    margin: 20px 20px 0;
}

.form--small {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 45px 20px 0;
    height: auto;
}

.modal__photo-presentation {
    margin: auto;
    width: 130px;
    display: block;
    margin-top: 30px;
    -webkit-box-shadow: 10px 10px 10px 0px #a2a2a2;
    -moz-box-shadow: 10px 10px 10px 0px #a2a2a2;
    box-shadow: 10px 10px 10px 0px #a2a2a2;
}

.form-callback__phone-label {
    font-size: 18px;
    font-family: MontserratBold;
    text-align: center;
}

.form-callback__phone-input {
    border: 1px solid #d0cdcd;
    padding: 13px 10px;
    font-size: 18px;
    font-family: Montserrat;
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: center;
}

.form-callback__submit-btn {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: MontserratBold;
    padding: 17px;
    font-size: 18px;
}

.callback-slider__item-wrapper {
    width: 33% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.callback-slider__item-wrapper.is-selected .callback-slider__item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.callback-slider__item {
    overflow: hidden;
    margin: 0 2px;
}

.callback-slider {
    margin: 0 85px;
}

.callback-slider .flickity-viewport {
    padding: 27px 0 12px;
}

.callback-slider__item-wrapper.is-selected {
    z-index: 100;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback-slider__item-wrapper.is-selected > .callback-slider__item {
    border: 3px solid #E15F41;
    background-color: white;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.callback-slider__photo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    object-position: top;
    margin-bottom: -4px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.callback-slider__item-wrapper:not(.is-selected) .callback-slider__photo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.callback-slider__item-title {
    display: none;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-family: MontserratBold;
}

.callback-slider__item-subtitle {
    display: none;
    text-align: center;
    font-size: 13px;
    width: 120px;
    color: #8b8b8b;
    font-family: MontserratBold;
}

.form-callback__phone-input--small {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.is-selected .callback-slider__item-title {
    display: inline-block;
}

.is-selected .callback-slider__item-subtitle {
    display: inline-block;
}

.callback-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    color: #c9c9c9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.callback-slider .flickity-prev-next-button.previous {
    left: -40px;
}

.callback-slider .flickity-prev-next-button.next {
    right: -40px;
}

.modal__close-btn {
    width: 20px;
    height: 20px;
}

.modal__close-btn-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
}

.bottom-shadow-btn {
    position: relative;
}

.bottom-shadow {
    display: block;
    max-width: 80%;
    width: 70%;
    min-height: 1px;
    -webkit-box-shadow: 0px 4px 20px 3px black;
    -moz-box-shadow: 0px 4px 20px 3px black;
    box-shadow: 0px 4px 20px 3px black;
    margin: -3px auto;
}

.modal__inner--object {
    padding-top: 0;
    overflow: visible;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.modal__body--object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%;
    width: 1080px;
    margin-bottom: 0;
    position: relative;

}

.object-slider {
    /*width: 650px;*/
    height: auto;
    min-width: 60%;
    min-height: 453px;
}
.object-info__price--popup.rub{
    line-height: 30px;

}
#modal-1, #modal-2, #modal-3, #modal-4,#modal-5,#modal-6{

        border-radius: 10px;
}
.object-slider img {
    height: 100%;
    max-height: 450px;
    width: 100%;
    /*min-width: 100%;*/
}
.object-img {
    text-align: center;
}
.object-slider .flickity-viewport {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    height: 100% !important;
}

.modal__inner--small {
    width: 420px;
    height: auto;
}

.modal__body--small {
    width: 100%;
}

.object-slider__photo {
    width: 100%;
    margin-bottom: -4px;
    max-width: 100%;
    height: 453px;
}

.filter-checkbox-horizontal--small {
    width: 177px;
    margin-bottom: 20px;
}

.characteristic__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 13px;
    font-family: Montserrat;
    color: #656565;
    margin: 5px 0;
}

.characteristic__item--bold {
    font-weight: bold;
}

.characteristic__delimiter {
    border-bottom: 1px dotted #818181;
    height: 11px;
    width: 100%;
}

.characteristics__name {
    margin-right: 5px;
    text-transform: lowercase;
}

.characteristic__value {
    margin-left: 5px;
}

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

.characteristic__value--clickable {
    cursor: pointer;
}

.object-info__btn {
    padding: 17px;
    width: 100%;
    font-size: 16px;
    font-family: MontserratBold;
    margin-top: auto;
    margin-bottom: 0;
    display: block;
}

.object-info__title--popup {
    font-size: 24px;
    margin-bottom: 40px;
}

.characteristics div{


    font-size: 14px;
    color: #000;
    font-weight: bolder;
    line-height: 25px;

}

.object-info__price--popup {
    margin-bottom: 40px;
    font-size: 26px;
    /*white-space: nowrap;*/
    line-height: 20px;
    font-weight: bolder;
}

.object-info__price-meter--popup {
    font-size: 13px;
    margin-bottom: 13px;
}

.object-info {
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.project__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 457px;
  position: relative;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}

.project__slider {
    width: 660px;
    height: 100%;
}

.project__slider div {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.project__slider div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.presentation-window__title--project {
    font-size: 17px;
    font-family: MontserratBold, serif;
    line-height: 17px;
    font-weight: bold;
}

.presentation-window__img--project {
    margin: 0 auto;
    max-height: 240px;
    -webkit-box-shadow: 0 0 10px 3px #c1c1c1;
    -moz-box-shadow: 0 0 10px 3px #c1c1c1;
    box-shadow: 0 0 10px 3px #c1c1c1;
    height: 250px;
}

.presentation-window__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
    font-size: 18px;
    color: #b7b7b7;
    margin-right: 5px;
    margin-top: 5px;
}

.project__description {
    width: 660px;
}

.expert-slider__body--small {
    font-size: 13px;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-width: unset;
    -moz-column-width: unset;
    column-width: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
}

.expert-slider__image--small {
    width: 100px;
    height: 100px;
    object-fit: contain;
    -o-object-fit: contain;
}

.expert-slider__body--small::before {
    width: 16px;
    height: 11px;
    left: -30px;
}

.expert-slider__image-wrapper--small .expert-slider__image-author {
    font-weight: bold;
    color: #494949;
}

.expert-slider__image-wrapper--small .expert-slider__image-profession {
    font-weight: 300;
    font-size: 15px;
}

.project__description-title {
    font-size: 18px;
    font-family: MontserratBold;
    margin-bottom: 19px;
    margin-top: 35px;
    text-align: center;
}

.expert-slider__body--small p {
    margin-bottom: 10px;
    font-size: 14px;
}

.expert-slider__body--small p:last-child {
    margin-bottom: 0;
}

.project__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

.characteristics {
    width: 360px;
}

.characteristics__title {
    font-size: 22px;
    font-family: MontserratBold;
    margin-bottom: 16px;
    margin-top: 35px;
}
.title-block {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.project__title {
    font-size: 40px;
    font-family: MontserratBold;
    margin-top: 12px;
    margin-bottom: 25px !important;
}

.breadcrumbs {
    padding-bottom: 20px;
}

.breadcrumbs__link {
    text-decoration: none;
    color: #121212;
    font-family: MontserratBold;
    font-size: 13px;
}

.breadcrumbs__link::after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
    margin-right: 2px;
    background-image: url(../img/next.png);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.breadcrumbs__link--active::after {
    display: none;
}

.breadcrumbs__link--active {
    color: #b9b9b9;
    font-family: Montserrat;
    cursor: unset;
}

.video {
    margin-top: 40px !important;
}

.menu {
    padding-top: 2%;
    z-index: 1000;
    line-height: normal;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.94);
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    color: #fff;
    text-align: center;
    /*font-family: "PT Serif", serif;*/
    overflow: auto;
    margin-left: -500px;
    -webkit-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

.bottom-btn-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
    background: #fff;
    padding: 15px 10px 10px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.bottom-btn-wrapper button {
    width: 100%;
}

@media (max-width: 378px) {
    .menu .logo {
        margin-top: 20%;
    }
}

.ext-html.active .menu {
    margin-left: 0;
}

@media only screen and (max-width: 550px) {
    .flickity-page-dots .dot {
        width: 3px;
        height: 3px;
        margin: 0 4px;
    }

    .filter-result__info {
        flex-direction: column;
    }

    .filter-result__count {
        border: none;
        margin-bottom: 3px;
        padding: 0 15px 4px 21px;
    }

    #sort-mode {
        width: 100%;
    }

    .pre-prev, .pre-next {
        display: none;
    }

}

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

.menu .close {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 25px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.menu .close:hover {
    opacity: 0.7;
}

.menu .close:after,
.menu .close:before {
    top: 50%;
    position: absolute;
    content: '';
    width: 130%;
    left: -15%;
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu .close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu .close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu a {
    color: inherit !important;
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.menu a:hover {
    opacity: 0.7;
}

.menu-nav {
    list-style: none;
}

.menu-nav-item {
    margin-bottom: 15px;
    font-size: 26px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-person {
    margin: 10% auto 20px;
    width: 80px;
    height: 80px;
    background-position: center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    background-color: #88b453;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-help {
    font-size: 18px;
}

.menu-messanger {
    margin: 20px 0 10px;
}

.menu-messanger-link {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: inline-block;
    margin: 0;
    position: relative;
}

.menu-messanger-link {
    font-size: 28px;
    text-align: center;
    line-height: 35px;
}

.menu-messanger-link.is-telegram {
    padding-right: 2px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    background-position: right top;
    width: 28px;
    height: 28px;
}

.menu-messanger-link.is-whatsapp {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menu-messanger-link.is-viber {
    background-color: #574e91;
}

.menu-messanger-link.is-viber::after {
    content: '';
}

.projects-slider .flickity-prev-next-button .flickity-button-icon,
.gallery .flickity-prev-next-button .flickity-button-icon,
.articles .flickity-prev-next-button .flickity-button-icon {
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    color: #696969;
}

.dropdown-toggle {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.dropdown-toggle:after {
    content: '\f107';
    font-family: fa;
    font-weight: 300;
    position: absolute;
    right: -20px;
    color: #bcbcbc;
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -o-transition: transform 0.15s;
    -o-transition: -o-transform 0.15s;
    -moz-transition: transform 0.15s, -moz-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s, -moz-transform 0.15s, -o-transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
}

.dropdown-toggle.active:after {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}

.dropdown-items {
    display: none;
}

.menu-nav-item .dropdown-items {
    font-size: 20px;
    color: #7a7a7a;
}

.zakaz_zvonka.footer_phone.call-btn {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.container .container {
    padding: 0;
}

.owl-next, .owl-prev {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(17, 17, 17, 0.14);
    -moz-box-shadow: 0px 1px 7px 0px rgba(17, 17, 17, 0.14);
    box-shadow: 0px 1px 7px 0px rgba(17, 17, 17, 0.14);
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    background-color: white !important;
}

.owl-next {
    right: -15px;
}

.owl-prev {
    left: -15px;
}

.owl-nav .flickity-button-icon {
    width: 10px;
    margin-top: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: white;
    color: dimgrey;
    text-decoration: none;
}

.owl-carousel .owl-item img {
    width: auto;
}

.project:not(.main-slide-dot) {
    /*margin-bottom: 60px;*/
}

.selections {
    margin-bottom: 50px;
}

.img.mfp-img {
    border-radius: 7px;
}

@media (min-width: 992px) {
    .gallery-home__image {
        object-fit: cover;
        width: 1100px !important;
        max-height: 620px !important;
        height: 620px !important;
    }
}

#modal-object-gallery {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100001;
}

.modal-object-gallery-items {
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

#modal-object-gallery img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#modal-object-gallery .close:before {
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    background: hsla(0, 0%, 7%, .3);
}

#modal-object-gallery .close svg {
    position: absolute;
    top: 13px;
    right: 13px;
    fill: #fff;
}

#modal-object-gallery .close {
    position: fixed;
    top: 12px;
    right: 11px;
    cursor: pointer;
}

.article {
    padding-top: 25px;
}

.article__title--page {
    margin-top: 12px;
    font-family: MontserratBold;
    font-size: 40px;
    margin-bottom: 5px;
}

.article__info {
    font-size: 18px;
}

.article__date {
    margin-right: 15px;
}

.article__views img {
    margin-right: 5px;
}

.article__text p, .article__text .article__text-block, .article__text .carousel-cell-alt {
    margin-bottom: 10px;
    width: 60%;
}

.article__text .carousel-cell-alt {
    font-style: italic;
}

.article__text ul {
    width: 60%;
}

.article__text ul {
    margin-left: 40px;
    list-style: disc;
}

.article__text ol {
    margin-left: 40px;
    list-style: decimal;
}

.article__text h1,
.article__text h2,
.article__text h3,
.article__text h4 {
    color: #000000;
    margin-bottom: 20px;
    margin-top: 30px;
}

.article__text h1,
.article__text h2 {
    line-height: 44px;
}

.article__text img {
    width: 100%;
    border-radius: 7px;
    height: auto;
}

.article__text blockquote {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #000000;
}

/*.owl-item.active:nth-child(1) {*/
/*    width: calc(1085px * 0.5) !important;*/
/*}*/
/*.owl-item.active:nth-child(2) {*/
/*    width: calc(1085px * 0.25) !important;*/
/*}*/
/*.owl-item.active:nth-child(3) {*/
/*    width: calc(1085px * 0.25) !important;*/
/*}*/
@media (max-width: 1300px) {
    .presentation-window__wrapper {
        bottom: 0;
    }
}

@media (max-width: 1085px) {
    .container {
        height: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .presentation-window__wrapper {
        width: 300px;
        padding-left: 0;
        padding-right: 0;
    }

    .presentation-window__title {
        font-size: 20px;
    }

    .presentation-window__text {
        font-size: 14px;
    }

    .presentation-window__img {
        height: 285px; /* previous 239*/
        max-width: none;
    }

    .presentation-window__date--main {
        height: 70px;
        width: 70px;
        font-size: 12px;
        right: 45px;
    }

    .presentation-download-btn__title {
        font-size: 15px;
    }

    .filter-aside {
        width: 260px;
    }

    .form-presentation__title {
        font-size: 34px;
    }

    .form-presentation__subtitle {
        font-size: 14px;
    }

    .filter-result-item__slider img {
        /*width: 400px;*/
        max-width: unset;
    }

    .filter-result-item__empty img {
        width: 400px;
        max-width: unset;
    }

    .filter-result-item__slider {
        width: 350px;
        min-width: 350px;
        height: 260px;
    }
    .body_projects .filter-result-item__slider {
        height: 277px;
    }

    .body_projects .filter-result-item__body-wrapper {
        height: 277px;
        max-height: 277px;
    }

    .body_projects .filter-result-item__body-prices {
        margin-bottom: 15px;
    }

    .body_projects .object-info__address-metro {
        margin: 8px 0;
    }

    .filter-result-item__empty {
        width: 300px;
        min-width: 300px;
        height: 260px;
    }

    .filter-result-item__body-head {
        margin-bottom: 10px;
    }

    .btn.speciale_button {
        font-size: 12px;
        padding-left: 50px !important;
    }

    .download-presentation__image {
        min-width: 270px;
        height: 370px;
    }

    .presentation-window__date--big {
        left: 285px;
        top: 35%;
    }

    .form-presentation__title {
        font-size: 26px;
    }

    .form-presentation {
        height: 85%;
    }

    .info-plan__title {
        font-size: 36px;
        margin-right: 20px;
    }

    .info-plan__mark {
        width: 34px;
        height: 34px;
        line-height: 35px;
        font-size: 14px;
    }

    .footer_new .container .footer_right {
        padding-top: 25px;
    }

    .footer_new .container .footer-left-parent {
        padding-top: 25px;
    }

    .office-gallery {
        height: 160px;
    }

    .btn.speciale_button img {
        left: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
    }

    .footer_right .speciale_button::before {
        left: 40px;
    }

    .office-gallery .flickity-prev-next-button.next {
        right: 5px;
    }

    .office-gallery .flickity-prev-next-button.previous {
        left: 5px;
    }
}

@media (max-width: 900px) {
    .slider-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter-result-item {
        display: block;
    }

    .filter-result-item__slider {
        width: 100%;
    }

    .body_projects .filter-result-item__slider {
        height: 305px;
    }
    .body_projects .filter-result-item__slider .flickity-viewport{
        border-radius: 10px 10px 0px 0px;
    }
    .body_projects .filter-result-item__body-wrapper{
        height: auto;
        padding: 10px 20px 25px 20px;
        border: 1px solid #E1E1E1;
        border-top: none;
        border-radius: 0px 0px 10px 10px;
        max-height: initial;
    }
    .filter-result-item__empty {
        width: 100%;
    }

    .filter-result-item__body {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .filter-result-item__body-head {
        margin-bottom: 10px;
    }

    .filter-result-item__body-characteristic-list {
        margin-bottom: 10px;
    }

    .filter-result-item__slider img {
        /*width: 100%;*/
    }

    .filter-result-item__empty img {
        width: 100%;
    }

    .download-presentation {
        height: 400px;
        padding: 10px 30px;
    }

    .download-presentation__image {
        min-width: 200px;
        height: 250px;
    }

    .presentation-window__date--big {
        left: 195px;
    }

    .form-presentation__title {
        font-size: 25px;
    }

    .form-presentation__phone-input {
        width: 280px;
        padding: 14px 10px;
    }

    .form-presentation__btn {
        padding: 16px;
        width: 300px;
    }

    .info-plan__mark {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
    }

    .modal__inner {
        max-width: -webkit-calc(100vw - 20px);
        max-width: -moz-calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        height: auto;
    }

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

    .modal__body--object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
    }

    .object-slider {
        height: 400px;
        max-width: 100%;
        width: 80vw;
        min-width: unset;
        overflow-y: visible;
    }

    .object-info__mobile-vertical {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .object-info__left-column {
        margin-right: 30px;
    }

    .filter-result-item__slider .flickity-viewport {
        overflow: hidden;
        height: 100% !important;
    }
}

@media (max-width: 1024px) {
    .main-render .presentation-window--project .presentation-window__img {
        width: 100%;
    }

    .presentation-window--project .presentation-window__date {
        top: 34%;
        right: 19px;
    }

    .project__description {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .btn.speciale_button {
        margin-left: 12px;
    }
}

@media (max-width: 768px) {
    .footer_phone {
        font-size: 18px;
        padding-right: 0;
    }

    .btn.speciale_button {
        font-size: 11px;
    }

    .footer_text {
        top: 0;
        padding-top: 10px;
    }

    .object-slider {
        width: 100%;
    }

    #sort-mode-asc-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sort-checkbox {
        position: relative;
        left: 0;
        height: 0;
        margin-top: 0;
    }

    .sort-checkbox + label:before {
        top: 0;
    }

    .sort-checkbox + label {
        display: block;
        height: 20px;
        left: 0;
    }
}

@media (min-width: 551px) and (max-width: 768px) {
    .project-item {
        width: -webkit-calc(25% - 20px);
        width: -moz-calc(25% - 20px);
        width: calc(25% - 20px);
    }

    .project-item__title.text-long {
        font-size: 10px;
        padding: 4px 0;
    }

    .presentation-window__wrapper {
        padding: 17px 20px;
    }

    .presentation-window__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .presentation-window__text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .main-render .presentation-window__img {
        height: 110px;
    }

    .presentation-window__date--main {
        height: 50px;
        width: 50px;
        right: 90px;
        top: 48%;
    }

    .main-render .presentation-window__month {
        font-size: 9px;
    }

    .main-render .presentation-window__year {
        font-size: 9px;
    }

    .presentation-download-btn--main {
        margin-top: 13px;
        padding: 7px 15px 8px 60px;
        width: 195px;
    }

    .presentation-download-btn__title {
        font-size: 14px;
        margin-left: 0;
    }

    .presentation-download-btn__subtitle {
        margin-left: 0;
        font-size: 9px;
    }

    .presentation-download-btn--project {
        width: 200px;
        padding: 8px 10px 8px 60px;
    }

    .presentation-download-btn::before {
        width: 50px;
    }

    .expert-slider__body {
        font-size: 14px;
    }

    .project__title {
        font-size: 32px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .presentation-window__title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .presentation-window__text {
        margin-bottom: 18px;
        line-height: 18px;
    }

    .presentation-window__text--project {
        margin-bottom: 0 !important;
    }

    .main-render .presentation-window__img {
        height: 175px;
    }

    .presentation-download-btn--main {
        margin-top: 17px;
        padding: 8px 0 8px 60px;
        width: 220px;
    }

    .presentation-download-btn__title {
        margin-left: 5px;
    }

    .presentation-download-btn__subtitle {
        margin-left: 5px;
        font-size: 9px;
    }

    .object-slider {
        width: 600px;
    }

    .presentation-window__wrapper {
        padding: 20px;
    }

    .presentation-download-btn--project {
        width: 190px;
        padding: 8px 0 8px 60px;
    }

    .presentation-window__project-link {
        margin-top: 8px;
        font-size: 11px;
    }
}

@media (min-width: 551px) and (max-width: 1024px) {
    .slider__column {
        height: 350px !important;
        width: 25% !important;
    }

    .slider__column_double {
        width: 50% !important;
    }

    .info-plan__title {
        font-size: 30px;
        width: 45%;
    }

    .info-plan__legend {
        margin-right: 0;
        width: 55%;
    }

    .footer_new .container .footer_right {
        height: auto;
    }

    .text-footer {
        font-size: 10px;
        line-height: 1.2em;
    }
}

@media (min-width: 550px) {
    .desktop-display-n {
        display: none !important;
    }
}

@media (max-width: 550px) {
	.slider-title {
		font-size: 20px;
		transform: translateX(-77px);
	}
	.slider-title-line {
		width: 264px !important;
		border-bottom: 3px #fff solid;
		margin-left: 92px;
	}
	.slider-text {
		font-size: 14px;
		line-height: 25px;
		margin-top: 35px;
	}
	.slider-text-sub {
		font-size: 17px;
		line-height: 25px;
		margin-top: 40px;
	}
	
	.inner-slider-title {
		font-size: 20px;
	}
	.inner-slider-title-line {
		width: 264px !important;
		border-bottom: 3px #333 solid;
	}
	.inner-slider-text {
		font-size: 14px;
		line-height: 25px;
		margin-top: 35px;
	}
	.inner-slider-text-sub {
		font-size: 17px;
		line-height: 25px;
		margin-top: 40px;
	}
	
	.header-call--mobille{
		display: flex;
		align-items: center;
	}
	.callback__btn--desk{
		display: block !important;
	}

	.call{
		margin-right: 35px;
	}

	.header-address {
		display: none;
	}

	.header-lawyer {
		display: none;
	}
	
	.project__title {
		margin: 12px auto 25px;
	}
    .modal-opened {
        overflow: hidden;
    }

    .btn-primary--filter-open {
        display: block !important;
    }

    #modal-object-gallery img {
        border-radius: 7px;
        margin: 2px auto;
    }

    .selection-item:nth-child(1) a {
        height: 240px;
    }

    .selection-item:nth-child(2) a {
        height: 240px;
    }

    .selections__slider button.flickity-button {
        top: 122px;
    }

    .projects__slider button.flickity-button {
        top: 122px;
    }

    .mobile-display-n {
        display: none !important;
    }

    .project-item a {
        height: 240px;
    }

    .owl-item.active {
        margin: 0 10px;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*padding: 0 5px;*/
        min-width: calc(100vw - 20px);
    }

    .owl-stage {
        margin-left: -10px;
    }

    .owl-carousel .owl-item img {
        width: auto;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .presentation-download-btn {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px 10px 65px;
        width: 300px;
        margin-top: 4px;
    }

    .presentation-download-btn::before {
        width: 62px;
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        background-size: 20px;
    }

    .presentation-download-btn__title {
        margin-left: 19px;
        font-size: 20px;
    }

    .presentation-download-btn__subtitle {
        margin-left: 20px;
        margin-top: -2px;
    }

    .presentation-window__month {
        font-size: 16px;
        margin-top: 9px;
    }

    .presentation-window__year {
        font-size: 15px;
    }

    .header-call-text span:first-child {
        color: #111111;
        font-size: 32px;
    }

    .presentation-window__date--main {
        top: 46%;
        width: 100px;
        height: 100px;
        right: -2%;
    }

    .selection-item__image {
        width: auto;
        height: 100%;
        min-width: 100%;
    }

    .menu-phone {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .menu-btn {
        padding-left: 0;
    }

    .logo {
        padding-right: 0;
    }

    .filter-aside {
        position: fixed;
        left: -webkit-calc(50% - 140px);
        left: -moz-calc(50% - 140px);
        left: calc(50% - 140px);
        background-color: white;
        z-index: 5;
        width: 280px;
        top: 10px;
        overflow-y: auto;
        display: none;
        z-index: 500;
        padding-top: 45px;
    }

    .filter-aside.active {
        display: block;
    }

    .filter-item--always-show {
        display: none;
    }

    .filter-aside__btn-show-result {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .filter-aside__wrapper {
        /*max-height: -webkit-calc(100vh - 80px);*/
        /*max-height: -moz-calc(100vh - 80px);*/
        /*max-height: calc(100vh - 80px);*/
        margin-bottom: 60px;
        overflow-y: auto;
        border-radius: 0;
    }

    .logo {
        border-right: none;
        padding-left: 5px;
    }

    .logo__img {
        width: 36px;
        height: 36px;
    }

    .logo__title {
        font-size: 16px;
        margin-top: 3px;
    }

    .logo__subtitle {
        font-size: 10px;
        margin-top: -6px;
    }

    .menu-btn {
        border-right: none;
        padding-right: 8px;
        padding-top: 3px;
    }

    .main-slide-dot:not(.main-slide-dot--location) {
        display: none !important;
    }

    .main-title {
        text-align: center;
        font-size: 20px;
        padding: 35px 0 24px;
    }

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

    .filter-result-item__slider {
        height: 330px;
        min-width: auto;
    }

    .body_projects .filter-result-item{
        margin: 0 0 15px;
    }

    .filter-result-item__empty {
        height: 330px;
        min-width: auto;
    }

    .bottom-header__wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .project-item {
        -webkit-flex-basis: -webkit-calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: -moz-calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .projects__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .download-presentation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-top: 20px;
        padding: 0;
        background: #fff !important;
    }

    .presentation-window__date--big {
        top: 12%;
        left: 64%;
    }

    .form-presentation {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        max-width: 380px;
    }

    .form-presentation__title {
        color: black;
        font-size: 20px;
        text-align: center;
    }

    .form-presentation__subtitle {
        width: 100%;
        color: black;
        text-align: center;
    }

    .form-presentation__phone-label {
        color: black;
        margin-top: 10px;
    }

    .form-presentation__phone-input {
        border: 1px solid #8e8e8e;
        margin: auto;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .form-presentation__btn {
        margin: 10px auto;
        width: 100%;
        font-size: 14px;
    }

    .projects {
        margin-bottom: 50px;
    }

    .selections__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .project-item__image {
        width: auto;
        height: 290px;
        min-width: 100%;
    }

    .slider__column {
        width: 100% !important;
    }

    .info-plan__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-plan__title {
        font-size: 20px;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .info-plan__legend {
        width: 100%;
    }

    .info-plan__legend-item-name {
        font-size: 10px;
    }

    .info-plan__legend-item-delimiter {
        height: 8px;
    }

    .info-plan__legend-item-value {
        min-width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 14px;
    }

    .expert-nav-next {
        padding-right: 20px;
    }

    .expert-slider__body::before {
        display: none;
    }

    .expert-slider__body {
        margin-left: 0;
        margin-top: 15px;
    }

    .expert-slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-item, .article-item.is-selected {
        width: 100%;
    }

    .footer_new {
        height: auto;
        overflow-y: hidden;
    }

    .footer_new .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .footer_right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .zakaz_zvonka.footer_phone.call-btn {
        margin: 0;
        padding: 0;
    }

    .btn.speciale_button {
        margin: 0;
        left: 0px;
        display: block;
        width: 130px;
        margin: auto;
        margin-bottom: 15px;
    }

    .footer_text {
        margin: 0;
        padding: 0 25px;
    }

    .footer__address {
        width: 270px;
        display: block;
        font-size: 12px;
        margin: auto;
    }

    .footer__domain {
        margin-top: 17px;
        text-align: left;
        font-size: 12px;
        text-align: center;
    }

    .footer-left-parent {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

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

    .footer_new .container .footer_left img {
        height: 100%;
        width: auto;
        min-width: 100%;
    }

    .footer_right {
        width: 100%;
        left: 0;
    }

    .footer_new .container .footer-left-parent {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer_new .container .footer_left {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .office-gallery {
        width: 250px;
        margin: auto;
    }

    .footer_new .container .footer_right {
        width: 100%;
        padding-right: 0;
        height: auto;
    }

    .project__title {
        font-size: 20px;
    }

    .breadcrumbs__link::after {
        margin: 0 10px;
    }

    .project__slider img {
        min-width: 100%;
        max-width: none;
        width: auto;
    }

    .project__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .project__description {
        width: 100%;
    }

    .characteristics {
        width: 100%;
    }

    .breadcrumbs__link {
        font-size: 10px;
    }

    .project__head {
        height: 357px;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

    .project__slider .flickity-prev-next-button {
        width: 30px;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

    .project__slider .flickity-prev-next-button.next {
        right: 10px;
		display: none;
    }

    .project__slider .flickity-prev-next-button.previous {
        left: 10px;
		display: none;
    }

    .project__numbers {
        font-size: 12px;
    }

    .container {
        padding: 0 10px;
    }

    .info-plan__inner {
        height: 76vw;
        -webkit-background-size: 120% 120%;
        -moz-background-size: 120%;
        -o-background-size: 120%;
        background-size: 120%;
        background-position: center bottom;
    }

    .articles .flickity-button, .gallery .flickity-button {
        width: 30px;
        height: 30px;
    }

    .expert-slider__body {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .section-title {
        font-size: 20px;
    }

    .modal__body--object {
        overflow: visible;
        background-color: white;
        height: 100%;
    }

    .object-slider {
        height: 215px;
        min-height: 215px;
    }

    .callback-slider__item-wrapper:not(.is-selected) .callback-slider__item {
        margin-top: 30px;
    }

    .is-selected .callback-slider__photo {
        height: 140px;
        width: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .object-slider__photo {
        width: auto;
        margin-bottom: -4px;
        /*min-width: 100%;*/
        /*height: 100%;*/
        max-width: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .modal__close-btn-wrapper {
        position: absolute;
        /*background-color: white;*/
        width: 30px;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 100;
        height: 30px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding-top: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .modal__inner {
        height: auto;
        overflow-y: auto;
        margin: 20px 0;
        padding: 30px 10px;
    }

    .modal__inner--object {
        height: 100vh;
        overflow: visible;
    }

    .object-slider {
        overflow: visible;
    }

    .object-info {
        background-color: white;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 30px;
    }

    .object-info__mobile-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        /*overflow: auto;*/
    }

    .modal__subtitle--callback {
        width: auto;
        margin-bottom: 20px;
        line-height: 14px;
        font-size: 14px;
    }

    .callback-slider {
        margin: 0 40px;
    }

    .callback-slider__item-wrapper.is-selected > .callback-slider__item {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .callback-slider .flickity-viewport, .callback-slider .flickity-slider {
        padding-top: 0px;
    }

    .callback-slider__item-wrapper.is-selected > .callback-slider__item {
        border: none;
    }

    .callback-slider__item-wrapper.is-selected .callback-slider__photo {
        border: 3px solid #E15F41;
    }

    .articles .flickity-prev-next-button.next, .gallery .flickity-prev-next-button.next {
        right: -10px;
    }

    .gallery .flickity-prev-next-button.previous {
        left: -10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .filter-result-item__slider .flickity-prev-next-button.next {
        right: 10px;
    }

    .filter-result-item__slider .flickity-prev-next-button.previous {
        left: 10px;
    }

    .presentation-window__wrapper--mobile {
        padding-top: 15px;
        bottom: 0;
    }

    .object-slider .flickity-viewport {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .main-render:not(.main-render--location) {
        height: 256px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    .selection-item a {
        height: 240px;
    }

    .modal__title {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .form-callback {
        margin-top: 25px;
    }

    .modal--object {
        top: 100vh;
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;*/
        display: block;
        background-color: transparent;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
        transition: 1s;
    }

    .modal--object .modal__inner {
        padding: 0;
    }

    .filter-aside .modal__close-btn-wrapper:before,
    .modal--object .modal__close-btn-wrapper:before {
        position: absolute;
        content: '';
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        right: 5px;
        top: 5px;
        background: hsla(0, 0%, 7%, .3);
    }

    .filter-aside .modal__close-btn-wrapper svg,
    .modal--object .modal__close-btn-wrapper svg {
        position: absolute;
        top: 13px;
        right: 13px;
        fill: #fff;
    }

    .filter-aside .modal__close-btn-wrapper {
        top: 3px;
    }

    .modal--object .modal__close-btn-wrapper {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        text-align: right;
    }

    .modal__inner--object {
        max-width: 100vh;
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: block;
        margin-top: 0;
    }

    .object-slider {
        max-width: 100vh;
        width: 100%;
    }

    .object-slider .flickity-prev-next-button {
        width: 25px;
        height: 25px;
        max-width: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        top: -webkit-calc(50% - 12px);
        top: -moz-calc(50% - 12px);
        top: calc(50% - 12px);
        text-align: center;
    }

    .object-slider .flickity-prev-next-button.next {
        right: 15px;
    }

    .object-slider .flickity-prev-next-button.previous {
        left: 15px;
    }

    .object-slider .flickity-button {
        background: hsla(0, 0%, 7%, .3);
        opacity: .95;
    }

    .object-slider .flickity-prev-next-button svg {
        fill: #fff;
    }

    #modal-object-gallery .fast_background {
        height: 213px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin: 2px 0;
        border-radius: 7px;
        background-size: auto 100%;
    }

    .modal-object-gallery-items {
        padding: 0 2px;
    }

    .article__text ul {
        width: 100%;
    }

    .article__text p, .article__text .article__text-block, .article__text .carousel-cell-alt {
        width: 100%;
    }
}

@media (max-width: 990px) {
	.portfolio__slider-item:nth-child(1n) {
		margin-left: 0px;
	}
	.portfolio__slider-item:nth-child(3n) {
		margin-right: 0px;
	}
	.portfolio__slider-item {
		width: 100% !important;
		
	}
	.portfolio__slider-popup-img img {
		height: 100%;
		width: auto !important;
	}
}

@media (max-width: 500px) {
	.slider-title {
		font-size: 18px;
		transform: translateX(-110px);
	}
	.slider-title-line {
		width: 223px !important;
		border-bottom: 3px #fff solid;
		margin-left: 130px;
	}
	.slider-text {
		font-size: 12px;
		line-height: 25px;
		margin-top: 35px;
	}
	.slider-text-sub {
		font-size: 15px;
		line-height: 25px;
		margin-top: 40px;
	}
	
	.inner-slider-title {
		font-size: 18px;
	}
	.inner-slider-title-line {
		width: 223px !important;
		border-bottom: 3px #333 solid;
	}
	.inner-slider-text {
		font-size: 12px;
		line-height: 25px;
		margin-top: 35px;
	}
	.inner-slider-text-sub {
		font-size: 15px;
		line-height: 25px;
		margin-top: 40px;
	}
	.callback__btn--desk {
		width: 90px !important;
		margin-top: 0px !important;
		font-size: 9px !important;
		transform: translateX(24px);
	}
	.header-call--mobille-icon1 {
		transform: translate(3px, -9px);
	}
	.header-call--mobille-icon1 img {
		width: 70%;
	}
	.header-call--mobille-icon2 {
		transform: translate(13px, -9px);
	}
	.header-call--mobille-icon2 img {
		width: 54%;
	}
}
@media (max-width: 450px) {
	.text-br-mobile{
		display: block;
	}
	.slider-title {
		font-size: 16px;
		transform: translateX(-118px);
	}
	.slider-title-line {
		width: 195px !important;
		border-bottom: 2px #fff solid;
		margin-left: 140px;
	}
	.slider-text {
		font-size: 13px;
		line-height: 23px;
		margin-top: 25px;
	}
	.slider-text-sub {
		font-size: 13px;
		line-height: 23px;
		margin-top: 32px;
	}
	
	.inner-slider-title {
		font-size: 16px;
	}
	.inner-slider-title-line {
		width: 195px !important;
		border-bottom: 2px #333 solid;
		top: 4px;
	}
	.inner-slider-text {
		font-size: 12px;
		line-height: 20px;
		margin-top: 25px;
	}
	.inner-slider-text-sub {
		font-size: 13px;
		line-height: 23px;
		margin-top: 42px;
	}
	.callback__btn--desk {
		width: 90px !important;
		margin-top: 0px !important;
		font-size: 9px !important;
		transform: translateX(24px);
	}
	.header-call--mobille-icon1 {
		transform: translate(3px, -9px);
	}
	.header-call--mobille-icon1 img {
		width: 70%;
	}
	.header-call--mobille-icon2 {
		transform: translate(13px, -9px);
	}
	.header-call--mobille-icon2 img {
		width: 54%;
	}
}
@media (max-width: 340px) {
    .body_projects .filter-result-item__slider{
        height: 230px;
    }
    .body_projects .filter-result-item__body-wrapper{
        padding: 5px 10px 25px 10px;
    }
    .info-plan__title {
        font-size: 12px;
        width: 30px;
    }

    .filter-result-item__slider .flickity-prev-next-button.previous {
        left: 5px;
    }

    .filter-result-item__slider .flickity-prev-next-button.next {
        right: 5px;
    }

    #sort-mode-asc-desc {
        right: 0px;
        position: absolute;
        height: 100%;
    }

    .presentation-download-btn__title {
        font-size: 14px;
    }

    .presentation-download-btn__subtitle {
        font-size: 10px;
    }

    .logo__title {
        font-size: 14px;
    }

    .logo__subtitle {
        font-size: 9px;
    }

    .filter-result-item__slider img {
        width: auto;
        height: 100%;
    }

    .filter-result-item__empty img {
        min-width: 100%;
        width: auto;
        height: 100%;
    }

    .flickity-prev-next-button.previous {
        left: -7px;
    }

    .flickity-prev-next-button.next {
        right: -7px;
    }

    .filter-result-item__slider, .filter-result-item__empty {
        height: 200px;
    }

    .project__slider .flickity-prev-next-button.next {
        right: 0;
    }

    .project__head {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }
}

.hidden {
    display: none;
}

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

.mfp-s-error .mfp-content {
    display: inline-block;
}

.mfp-content {
    min-width: 50%;
    min-height: 50%;
}

.mfp-figure:after {
    box-shadow: none;
    background-size: contain;
    background: url("../img/preloader.svg") no-repeat center;
}

.loader {
    background-image: url('../img/oval.svg');
    background-size: 15% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 188px;
    width: 100%;
    max-height: 100%;
    margin-bottom: 15px;
    z-index: 10;
}

.loader.object-slider {
    margin-bottom: 0;
}

@media (max-width: 414px) {
    .menu-phone.menu-phone-desktop {
        display: none;
    }
}

@media (min-width: 414px) {
    .menu-phone.menu-phone-mob {
        display: none;
    }

    .menu-phone.menu-phone-desktop:hover {
        cursor: pointer;
    }
}

@media(max-width: 1500px){
    .header {
        position: fixed;
        z-index: 11;
        top: 0px;
    }
    body {
        padding-top: 10px;
    }
    .scroll_top{
        display: none !important;
    }
}
.scroll_top {
    text-align: center;
    position: fixed;
    background: transparent;
    height: calc(100vh);
    top: 0px;
    width: 114px;
    padding-top: 20px;
    color: #666;
    display: none;
    font-size: 14px;
}
.scroll_top i{
    margin-right: 5px;
    position: relative;
}
.scroll_top:hover{
    background: rgb(250, 255, 244);
    cursor: pointer;
    color: #566d38;
}
.modal--download-presentation .modal__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}
@media(min-width: 550px){
    .footer_new .container > div:first-child {
        width: 50%;
        flex: initial;
    }
}
.g-hover rect,
.g-hover text,
.g-hover,
.infrastructure_point_circle,
.g-hover:hover rect,
.infrastructure_point_circle:hover,
.g-hover:hover text,
.g-hover:hover{
    cursor: pointer !important;
}
.info-plan svg text {
    text-anchor: middle;
    font-size: 16px;
    alignment-baseline: central;
    text-align: center;
}

.g-hover:not(:hover) rect,
.g-hover:not(:hover) .infrastructure_title {
    width: 0;
    opacity: 0;
}

.rating__marker-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.info-plan svg .infrastructure_title {
    text-anchor: start;
    font-size: 13px;
    transition: 0.3s;
}

.tipso_content:before, .tipso_content:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
}
.tipso_content:before {
    left: -24px;
    -webkit-clip-path: url(style.css@v=7.css);
    clip-path: url(style.css@v=7.css);
}
.tipso_content:after {
    right: -24px;
    -webkit-clip-path: url(style.css@v=7.css);
    clip-path: url(style.css@v=7.css);
}
.tipso_bubble.rating .tipso_content:after, .tipso_bubble.rating .tipso_content:before {
    all: unset;
}
.tipso_bubble.rating .tipso_content {
    padding: 17px;
    box-shadow: 0 9px 46px 0 rgba(0,0,0,.06),0 5px 15px 0 rgba(0,0,0,.12);
    max-width: 250px;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.info-plan {
    overflow: hidden;
}

@media(max-width: 550px){
    .svgbox {
        overflow: auto;
    }
    #Слой_1,
    .svgbox svg{
        width: 500px;
        min-width: 500px;
        width: 500px !important;
    }
    .footer_new .container .copy{
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .logo-footer{
        width: 80px;
        left: 10px;
        position: relative;
    }
    .download-presentation__image{
        width: auto !important;
        min-width: auto;
    }
    .presentation-window__img{
        width: auto !important;
        min-width: auto;
    }
    .g-hover rect {
        height: 11px;
        y: -6;
    }
    .object-info__btn {
        margin-top: 15px;
    }
}
.has-error {
    border: 2px solid rgba(131,0,0,0.91);
}
.modal__body .error {
    margin-bottom: 10px;
    font-size: 13px;
    color: #8e1717;
}

.no-transform {
    text-transform: none !important;
}
.mfp-content .prev-gallery, .mfp-content .next-gallery {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 1);
    border: none;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    box-shadow: 0px 1px 7px 0px rgb(17 17 17 / 14%);
    transform: translateY(-50%);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.mfp-content .prev-gallery {
    background-image: url('../img/prev.svg');
    left: -25px;
}
.mfp-content .next-gallery {
    background-image: url('../img/next.svg');
    right: -25px;
}
.gallery__title-image {
    right: 0;
    left: 0;
    bottom: 85px;
    margin: auto;
    position: absolute;
    box-shadow: 0px 1px 7px 0px rgb(17 17 17 / 14%);
    background-color: hsla(0, 0%, 100%, 1);
    padding: 5px;
    width: fit-content;
    width: -moz-fit-content;
}
.ww-flickity-carousel-counter {
    display: none;
}
