@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500&display=swap");
:root {
    --doc-height: 100%;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


#map
{
    border-radius: 6px;
}
.leaflet-bottom 
{display:none;}
.leaflet-right
{display:none;}
body,
html {
    height: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
button:focus,
input:focus {
    outline: transparent;
}
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    cursor: default;
    font-family: "Roboto", sans-serif;
    background-color: #111111;
    font-weight: 400;
}
body.hidden {
    overflow: hidden;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.pagewrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.sectpadding {
    padding: 110px 0 100px;
}
.secttitle h1 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
}
.redbtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0292e;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 440px;
    margin: 0 auto;
}
.whitebtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #111111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
    max-width: 440px;
}
@media (min-width: 1200px) {
    .sectpadding {
        padding: 0px 0 100px;
    }
    .secttitle h1 {
        font-size: 50px;
        line-height: 63px;
    }
}
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}
.mainscreen {
    background-color: #000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}
.mainscreen__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: var(--doc-height);
}
.mainscreen__content {
    width: 76vw;
    padding: 10px 0;
    min-height: 300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainscreen__title {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 93vh;
    min-height: 300px;
    width: 18vw;
}
.mainscreen__title img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.mainscreen__content-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%;
    height: 27%;
    border-radius: 15px;
    overflow: hidden;
}
.mainscreen__content-item picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mainscreen__content-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mainscreen__content-item > a {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mainscreen__content-item:nth-child(3) {
    width: 100%;
    height: 40%;
}
.hovbox {
    display: none;
}
@media (min-width: 375px) {
    .mainscreen__content {
        width: 78vw;
    }
    .mainscreen__content-item a {
        font-size: 18px;
    }
}
@media (min-width: 576px) {
    .mainscreen__title {
        height: 90vh;
        width: 13vw;
    }
    .mainscreen__content {
        width: 84vw;
    }
}
@media (min-width: 576px) and (max-height: 500px) {
    .mainscreen__content-item a {
        font-size: 14px;
    }
    .mainscreen__content-item,
    .mainscreen__content-item:nth-child(3) {
        height: 100%;
        width: 19%;
    }
    .mainscreen__content {
        min-height: 200px;
    }
}
@media (min-width: 768px) {
    .mainscreen__content-item,
    .mainscreen__content-item:nth-child(3) {
        height: 100%;
        width: 18%;
    }
    .mainscreen__content {
        min-height: 200px;
        width: 100%;
        padding: 0 0 10px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .mainscreen__title {
        width: 18%;
        height: 128px;
        background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        min-height: auto;
        z-index: 99;
        text-align: center;
    }
    .mainscreen__title img {
        max-width: 164px;
    }
    .mainscreen__content-item img {
        height: 97%;
        -o-object-position: top;
        object-position: top;
        border-radius: 0 0 20px 20px;
    }
    .mainscreen__content-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 0;
    }
}
@media (min-width: 1200px) {
    .mainscreen__content-item img {
        height: 90%;
    }
    .mainscreen__content-item > a {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 10%;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .mainscreen__content-item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 8;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
        opacity: 0;
    }
    .mainscreen__content-item .hovbox {
        cursor: pointer;
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        padding-bottom: 13vh;
        opacity: 0;
        -webkit-transform: translateY(4%);
        transform: translateY(4%);
    }
    .mainscreen__content-item .hovbox p {
        font-family: "Mulish";
        font-style: normal;
        font-weight: 800;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        margin-bottom: 25vh;
    }
    .mainscreen__content-item .hovbox span {
        max-width: 200px;
        font-size: 14px;
        line-height: 145%;
        text-align: center;
        color: #ffffff;
        margin-bottom: 50px;
    }
    .mainscreen__content-item .hovbox a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px;
        line-height: 145%;
        text-align: center;
        color: #ffffff;
    }
    .mainscreen__content-item .hovbox a svg {
        margin: 0 auto 10px;
        display: block;
    }
    .mainscreen__content-item .hovbox a svg path {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .mainscreen__content-item .hovbox a:hover {
        color: #b0292e;
    }
    .mainscreen__content-item .hovbox a:hover svg path {
        fill: #b0292e;
    }
    .mainscreen__content-item:hover > a {
        color: transparent;
    }
    .mainscreen__content-item:hover:after {
        opacity: 1;
    }
    .mainscreen__content-item:hover .hovbox {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.investment__title h1 {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.investment__descr {
    margin-bottom: 40px;
}
.investment__descr p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #cac9c9;
}
.investment__descr p + p {
    margin-top: 5px;
}
.investment__btns {
    margin-bottom: 80px;
}
.investment__btns a {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.investment__btns a + a {
    margin-top: 20px;
}
.investment__bottom .container-xl {
    padding: 0;
}
.investment__slider {
    width: 100%;
}
.investment__slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.investment__slider a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.investment__slider a:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.investment__slider a .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 20px;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.investment__slider a .arrow svg path {
    fill: #b0292e;
}
.investment__slider a span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #ffffff;
}
.investment__slider .swiper-slide {
    height: 260px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.investment__slider .investment__slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    z-index: 3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.investment__slider .swiper-slide-prev .investment__slider-item {
    right: -50%;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    pointer-events: none;
}
.investment__slider .swiper-slide-next .investment__slider-item {
    left: -50%;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    pointer-events: none;
}
.investment__slider .swiper-slide.swiper-slide-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}
.investment__slider .swiper-button-next,
.investment__slider .swiper-button-prev {
    z-index: 99;
    width: 40px;
    height: 40px;
    top: 50%;
}
.investment__slider .swiper-button-next:after,
.investment__slider .swiper-button-prev:after {
    display: none;
}
.investment__slider .swiper-button-next {
    right: 7%;
}
.investment__slider .swiper-button-prev {
    left: 7%;
}
.swiper-button-next .desctope-arrow,
.swiper-button-prev .desctope-arrow {
    display: none;
}
.swiper-button-next:active svg circle,
.swiper-button-prev:active svg circle {
    fill: black;
}
.swiper-button-next:active svg path,
.swiper-button-prev:active svg path {
    stroke: white;
}
.sidebar {
    padding: 20px 0;
    border-top: 1px solid #fff;
}
.sidebar__item {
    background: transparent;
    width: 100%;
    height: 80px;
    position: relative;
}
.sidebar__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.sidebar__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    font-family: "Mulish";
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
}
.sidebar__item + .sidebar__item {
    margin-top: 20px;
}
.sidebar__item img {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup__window {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background-color: #111111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
}
.popup__window.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.popup__window.active .popup__body {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.popup__wrapper {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.popup__body {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.popup__close {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
}
.popup__close:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
.popup__close img {
    width: 26px;
    height: 26px;
    background-size: cover;
}
.popup__icon {
    margin-bottom: 40px;
}
.popup__icon img {
    width: 80px;
    height: 80px;
    background-size: cover;
}
.popup__title {
    margin-bottom: 40px;
}
.popup__title h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: "Mulish";
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}
.popup__descr p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
}
.popup__form {
    width: 100%;
}
.popup__form div {
    max-width: 440px;
    margin: 0 auto;
}
.popup__form input {
    display: block;
    background-color: #111111;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 14px 10px 10px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    border-radius: 0;
}
.popup__form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}
.popup__form input::-moz-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -moz-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}
.popup__form input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -ms-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}
.popup__form input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -ms-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}
.popup__form input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}
.popup__form input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.popup__form input:focus::-moz-placeholder {
    opacity: 0;
}
.popup__form input:focus:-ms-input-placeholder {
    opacity: 0;
}
.popup__form input:focus::-ms-input-placeholder {
    opacity: 0;
}
.popup__form input:focus::placeholder {
    opacity: 0;
}
.popup__form a,
.popup__form button {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0292e;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-top: 40px;
    cursor: pointer;
}
@media (min-width: 375px) {
    .popup__descr p {
        font-size: 18px;
    }
}
@media (min-width: 576px) {
    .investment__slider .swiper-slide-active .investment__slider-item {
        width: 80%;
    }
    .investment__slider .swiper-button-prev {
        left: 15%;
    }
    .investment__slider .swiper-button-next {
        right: 15%;
    }
    .sidebar__item {
        height: 100px;
    }
    .sidebar__item a {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .popup__title h2 {
        font-size: 36px;
    }
    .investment__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .investment__btns a {
        width: 47%;
    }
    .investment__btns a + a {
        margin: 0;
    }
    .investment__slider .swiper-button-prev {
        left: 22%;
    }
    .investment__slider .swiper-button-next {
        right: 22%;
    }
    .investment__slider .swiper-slide-active .investment__slider-item {
        width: 100%;
    }
    .investment__slider .swiper-slide-next .investment__slider-item {
        left: -20%;
        width: 80%;
    }
    .investment__slider .swiper-slide-prev .investment__slider-item {
        right: -20%;
        width: 80%;
    }
    .investment__slider .swiper-slide {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .sidebar__item {
        height: 150px;
    }
    .sidebar__item a {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .popup__form a,
    .popup__form button {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 18px;
    }
    .investment__btns a {
        font-size: 18px;
    }
    .popup__title h2 {
        font-size: 40px;
    }
    .investment__slider .swiper-button-prev {
        left: 29%;
    }
    .investment__slider .swiper-button-next {
        right: 29%;
    }
    .investment__slider .swiper-slide-active .investment__slider-item {
        width: 100%;
    }
    .investment__slider .swiper-slide-next .investment__slider-item {
        left: 0%;
        width: 70%;
    }
    .investment__slider .swiper-slide-prev .investment__slider-item {
        right: 0%;
        width: 70%;
    }
    .investment__slider .swiper-slide {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (min-width: 1200px) {
    .sidebar.hidden-sidebar:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: -2;
        height: 100%;
        width: 940px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0)), color-stop(43.33%, rgba(17, 17, 17, 0.864974)), color-stop(59.1%, #111111));
        background: linear-gradient(90deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.864974) 43.33%, #111111 59.1%);
    }
    .sidebar.hidden-sidebar:before {
        content: "";
        position: absolute;
        background-image: url(../img/svg_icons/arrow_back.svg);
        background-repeat: no-repeat;
        left: -20%;
        top: 50%;
        z-index: 3;
        width: 40px;
        height: 40px;
        background-size: cover;
        cursor: pointer;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .sidebar.hidden-sidebar .sidebar__wrapper {
        position: relative;
    }
    .sidebar.hidden-sidebar .sidebar__wrapper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0)), color-stop(43.33%, rgba(17, 17, 17, 0.864974)), color-stop(59.1%, #111111));
        background: linear-gradient(-90deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.864974) 43.33%, #111111 59.1%);
    }
    .sidebar.hidden-sidebar.hide {
        width: 50%;
    }
    .sidebar.hidden-sidebar.hide:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 20px;
    }
    .sidebar.hidden-sidebar.hide:after {
        width: 100%;
        z-index: 2;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    .sidebar.hidden-sidebar.hide .sidebar__wrapper:after {
        opacity: 1;
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
    .sidebar.hidden-sidebar.hide .sidebar__item a {
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: -60%;
        opacity: 0.5;
    }
    .sidebar.hidden-sidebar.hide .sidebar__item {
        z-index: -1;
    }
    .popup__form a,
    .popup__form button {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .popup__form a:hover,
    .popup__form button:hover {
        color: #111;
        background: #fff;
    }
    .popup__descr p {
        font-size: 20px;
    }
    .popup__title h2 {
        font-size: 50px;
    }
    .contacts__title {
        margin-bottom: 10px;
    }
    .swiper-button-next:active svg path,
    .swiper-button-prev:active svg path {
        fill: white;
    }
    .swiper-button-next .desctope-arrow,
    .swiper-button-prev .desctope-arrow {
        display: block;
    }
    .swiper-button-next .mobile-arrow,
    .swiper-button-prev .mobile-arrow {
        display: none;
    }
    .investment__btns {
        margin-bottom: 100px;
    }
    .investment__slider-item {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .investment__slider-item:hover a:after {
        content: "";
        background: rgba(0, 0, 0, 0.8);
    }
    .investment__slider-item:hover .arrow {
        opacity: 1;
        left: 50%;
    }
    .sidebar {
        border: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        max-width: 325px;
        padding: 20px 0;
        z-index: 99;
    }
    .sidebar.static-sidebar {
        position: absolute;
    }
    .sidebar .container {
        height: 100%;
        padding: 0;
    }
    .sidebar__wrapper {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sidebar__item {
        max-width: 325px;
        width: 100%;
        height: 23%;
    }
    .sidebar__item:after {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    }
    .sidebar__item + .sidebar__item {
        margin-top: 0;
    }
    .sidebar__item a {
        font-weight: 900;
        font-size: 26px;
        line-height: 30px;
    }
}
@media (min-width: 1400px) {
    .sidebar.hidden-sidebar .sidebar__wrapper:after {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
}
.real-estate__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.real-estate__title a {
    margin-right: 16px;
}
.real-estate__title a img {
    width: 30px;
    background-size: cover;
}
.real-estate__content {
    margin-bottom: 20px;
}
.real-estate__item {
    height: 260px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.real-estate__item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.real-estate__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.real-estate__item a p {
    font-weight: 800;
    line-height: 30px;
    font-size: 20px;
    font-family: "Mulish";
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.real-estate__item a span {
    font-size: 16px;
    line-height: 24px;
}
.real-estate__item a span img {
    display: none;
}
.estate__descr {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #ffffff;
}
.estate__descr p {
    margin-bottom: 10px;
}
.estate__btn {
    margin-top: 40px;
}
.estate__slider {
    margin-bottom: 40px;
}
.estate__slider .estate__slider-big {
    margin-bottom: 10px;
}
.estate__slider .estate__slider-big .swiper-slide {
    height: 220px;
}
.estate__slider .estate__slider-small .swiper-slide {
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estate__slider .estate__slider-small .swiper-slide a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.estate__slider .estate__slider-small .swiper-slide-thumb-active a:after {
    opacity: 0;
}
.estate__slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.estate__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estate__slider .swiper-button-next,
.estate__slider .swiper-button-prev {
    z-index: 99;
    width: auto;
}
.estate__slider .swiper-button-next:after,
.estate__slider .swiper-button-prev:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: cover;
}
.estate__slider .swiper-button-next:after {
    content: "";
    background-image: url(../img/svg_icons/slide_arrow_next.svg);
}
.estate__slider .swiper-button-prev:after {
    content: "";
    background-image: url(../img/svg_icons/slide_arrow_prev.svg);
}
.fancybox__nav .f-button {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.fancybox__nav .f-button svg {
    opacity: 0;
}
.fancybox__nav .f-button.is-prev {
    background-image: url(../img/svg_icons/slide_arrow_prev.svg);
    margin-left: 10px;
}
.fancybox__nav .f-button.is-next {
    background-image: url(../img/svg_icons/slide_arrow_next.svg);
    margin-right: 10px;
}
.fancybox__slide.has-image > .fancybox__content {
    border-radius: 20px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .estate__slider .estate__slider-big .swiper-slide {
        height: 300px;
    }
    .estate__slider .estate__slider-small .swiper-slide {
        height: 80px;
    }
    .estate__slider .estate__slider-big {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .estate__slider .estate__slider-small .swiper-slide {
        height: 100px;
    }
}
@media (min-width: 992px) {
    .estate__slider .estate__slider-big .swiper-slide {
        height: 400px;
    }
    .estate__slider .estate__slider-small .swiper-slide {
        height: 110px;
    }
    .real-estate__title {
        margin-bottom: 30px;
    }
    .estate__slider .estate__slider-big {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .estate__slider {
        margin-bottom: 60px;
    }
    .estate__slider .estate__slider-big .swiper-slide {
        height: 440px;
    }
    .real-estate__item a {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
        background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
        padding: 15px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .real-estate__item a span img {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: cover;
        margin-right: 4px;
    }
    .real-estate__item > img {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .real-estate__item:hover > img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: brightness(40%);
        filter: brightness(40%);
    }
    .estate__content {
        position: relative;
    }
    .estate__btn a {
        position: absolute;
        top: 630px;
        left: 50%;
        z-index: 77;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .estate__btn a,
    .real-estate__btn a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 18px;
    }
    .estate__btn a:hover,
    .real-estate__btn a:hover {
        background: #fff;
        color: #111;
    }
    .real-estate__title h1 {
        font-size: 36px;
        line-height: 62px;
    }
    .real-estate__title a {
        margin-right: 20px;
    }
}
.contacts {
    background-color: #111111;
}
.contacts__title h1 {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}
.contacts__box {
    padding: 30px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.contacts__box .frame {
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contacts__box-header p {
    font-weight: 800;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Mulish";
}
.contacts__box-header h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Mulish";
}
.contacts__box-row {
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
}
.contacts__box-row:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contacts__box-row p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.contacts__box-row.location:after {
    background-image: url(../img/svg_icons/location_icon.svg);
}
.contacts__box-row.location a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #b0292e;
    text-decoration: underline;
}
.contacts__box-row.phone:after {
    background-image: url(../img/svg_icons/phone_icon.svg);
}
.contacts__box-row.phone a {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    display: block;
    color: #ffffff;
}
.contacts__box-row.email:after {
    background-image: url(../img/svg_icons/email_icon.svg);
}
.contacts__box-row.email a {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    display: block;
    color: #ffffff;
}
@media (min-width: 1200px) {
    .contacts__box-header h2 {
        font-size: 30px;
    }
    .contacts__box-header p {
        font-size: 14px;
    }
    .contacts__box {
        padding: 40px;
        min-height: 370px;
    }
}
@media (min-width: 1600px) {
    .contacts__box {
        min-height: auto;
    }
}
.team {
    padding: 110px 0 80px;
}
.team__title {
    margin-bottom: 20px;
}
.team__title h1 {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}
.team__video {
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
}
.team__video #player {
    max-height: 220px;
    width: 100%;
}
.team__video .plyr__poster {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.team__video .plyr__control--overlaid {
    background: transparent;
    border: 2px solid #fff;
}
.team__video .plyr__control--overlaid:hover {
    background: transparent;
}
.team__video .plyr--video .plyr__control.plyr__tab-focus,
.team__video .plyr--video .plyr__control:hover,
.team__video .plyr--video .plyr__control[aria-expanded="true"] {
    background: #b0292e;
}
.team__video .plyr--full-ui input[type="range"] {
    color: #b0292e;
}
.team__video .plyr--paused .plyr__controls {
    opacity: 0;
}
.team__video .plyr--playing.plyr--hide-controls .plyr__controls {
    opacity: 1;
}
.team__inner h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 36px;
}
.team__inner-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team__item {
    width: 25%;
    padding: 0 2px;
}
.team__inner-btn {
    text-align: center;
}
.team__inner-btn a {
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.team__inner-btn a svg {
    margin-top: 10px;
}
.team__member {
    margin: 0 auto 20px;
}
.team__member a {
    display: block;
}
.team__member img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.team__member .manager__avatar {
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
}
.team__member p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}
.team__member:hover img {
    border-color: #b0292e;
}
@media (min-width: 375px) {
    .team__member img {
        width: 71px;
        height: 71px;
    }
    .team__member .manager__avatar {
        width: 79px;
        height: 79px;
    }
    .team__member p {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .team__item {
        width: 16.6%;
    }
    .team__member {
        margin: 0 auto 30px;
    }
    .team__video #player {
        max-height: 300px;
    }
}
@media (min-width: 992px) {
    .team__inner-btn a {
        margin-top: 0;
    }
    .team__member {
        margin: 0 auto 46px;
    }
    .team__member p {
        font-size: 16px;
    }
    .team__item {
        width: 12.5%;
    }
    .team__title {
        margin-bottom: 30px;
    }
    .team__inner h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .team__video #player {
        max-height: 400px;
    }
}
@media (min-width: 1200px) {
    .team__inner h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .team {
        padding: 0px 0 80px;
    }
}
@media (min-width: 1400px) {
    .team__member img {
        width: 85px;
        height: 85px;
    }
    .team__member .manager__avatar {
        width: 95px;
        height: 95px;
    }
}
.about {
    padding: 110px 0 80px;
}
.about__title {
    margin-bottom: 20px;
}
.about__title h1 {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}
.about__descr {
    margin-bottom: 60px;
}
.about__descr p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #cac9c9;
}
.about__descr p + p {
    margin-top: 10px;
}
.about__content .contacts__box-row:after {
    content: "";
    top: 0;
    -webkit-transform: none;
    transform: none;
}
.about__content h2 {
    font-family: "Mulish";
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
}
.projects {
    padding-bottom: 60px;
}
.projects__title h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}
.projects__item {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.projects__item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.projects__item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.projects__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.projects__item svg {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 90px;
    height: 30px;
    background-size: cover;
    z-index: 3;
}
.projects__item svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.projects__item:hover svg path {
    stroke: #b0292e;
}
.formsect .container-fluid {
    padding: 0;
}
.formsect__wrapper {
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 20px;
}
.formsect__header {
    margin-bottom: 40px;
}
.formsect__header h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}
.formsect__header p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #111111;
}
.formsect__wrapper div {
    margin: 0 auto;
    max-width: 440px;
}
.formsect__wrapper div input {
    border: none;
    width: 100%;
    border-bottom: 1px solid #111111;
    padding: 14px 10px 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    border-radius: 0;
}
.formsect__wrapper div input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.formsect__wrapper div input::-moz-placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.formsect__wrapper div input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.formsect__wrapper div input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.formsect__wrapper div input::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #aeaeae;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.formsect__wrapper div input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.formsect__wrapper div input:focus::-moz-placeholder {
    opacity: 0;
}
.formsect__wrapper div input:focus:-ms-input-placeholder {
    opacity: 0;
}
.formsect__wrapper div input:focus::-ms-input-placeholder {
    opacity: 0;
}
.formsect__wrapper div input:focus::placeholder {
    opacity: 0;
}
.formsect__wrapper div input + input {
    margin-top: 20px;
}
.formsect__wrapper div button {
    margin-top: 40px;
    background: #b0292e;
    border-radius: 20px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.formsect__wrapper div button:hover {
    background: #111111;
}
@media (min-width: 576px) {
    .formsect {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .formsect__wrapper {
        padding: 60px 30px;
    }
}
@media (min-width: 992px) {
    .formsect__header h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (min-width: 1200px) {
    .formsect__wrapper div button {
        font-size: 18px;
    }
    .about__content h2 {
        margin-bottom: 20px;
    }
    .about__content > h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .about__descr {
        margin-bottom: 100px;
    }
    .projects {
        padding-bottom: 80px;
    }
    .projects__title h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .about {
        padding: 0px 0 100px;
    }
    .about .contacts__box {
        min-height: auto;
    }
    .formsect__header h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .formsect__header p {
        font-size: 20px;
        line-height: 23px;
    }
    .formsect__header {
        margin-bottom: 60px;
    }
}
.manager {
    padding: 110px 0 60px;
}
.manager-popup .manager {
    max-width: 470px;
}
.manager__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.manager__title img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #fff;
}
.manager__title .manager__avatar {
    margin-right: 21px;
    width: 120px;
    height: 120px;
}
.manager__title h1 {
    font-size: 20px;
    width: 40%;
}
.manager__info h1 {
    display: none;
}
.manager__avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.manager__avatar:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(../img/svg_icons/avatar_border.svg);
}
.manager__descr {
    margin-bottom: 40px;
}
.manager__descr p {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #ffffff;
}
.manager__descr p + p {
    margin-top: 20px;
}
.manager__descr a,
.manager__descr span {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #b0292e;
}
.manager__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.manager__btn + .manager__btn {
    margin-top: 20px;
}
.manager__btn.redbtn,
.manager__btn.whitebtn {
    width: 100%;
}
.manager__btn.redbtn a,
.manager__btn.whitebtn a {
    max-width: 100%;
}
.manager__btn.redbtn a:hover {
    background: #ffffff;
    color: #111111;
}
.manager__btn.whitebtn a:hover {
    background: #b0292e;
    color: #fff;
}
.manager__contacts-left a {
    font-size: 15px;
    display: block;
    line-height: 26px;
    color: #ffffff;
    padding-left: 30px;
    position: relative;
}
.manager__contacts-left a + a {
    margin-top: 20px;
}
.manager__contacts-left a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(../img/svg_icons/telephone_manager_icon.svg);
}
.manager__contacts-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.manager__contacts-right img {
    width: 32px;
    height: 32px;
    background-size: cover;
}
.manager__contacts-right a {
    display: block;
}
.manager__contacts-right a + a {
    margin-left: 20px;
}
.proposition {
    padding-bottom: 100px;
}
.proposition__title h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}
.proposition__item {
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 3;
}
.proposition__item:after {
    content: "";
    position: absolute;
    z-index: 66;
    top: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    height: 94%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}
.proposition__item .swiper-button-next,
.proposition__item .swiper-button-prev {
    z-index: 99;
    top: 50%;
    width: auto;
}
.proposition__item .swiper-button-next:after,
.proposition__item .swiper-button-prev:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: cover;
}
.proposition__item .swiper-button-next {
    right: 5%;
}
.proposition__item .swiper-button-next:after {
    content: "";
    background-image: url(../img/svg_icons/slide_arrow_next.svg);
}
.proposition__item .swiper-button-prev {
    left: 5%;
}
.proposition__item .swiper-button-prev:after {
    content: "";
    background-image: url(../img/svg_icons/slide_arrow_prev.svg);
}
.save{
    z-index:999999;
}
.proposition__item .save_icon {
    position: absolute;
    z-index: 999999;
    right: 20px;
    top: 20px;
}
.proposition__item .save_icon img {
    width: 35px;
    height: 35px;
    background-size: cover;
}
.proposition__item .save_icon .saved {
    display: none;
}
.proposition__item .save_icon .not-saved {
    display: block;
}
.proposition__item .save_icon.active .saved {
    display: block;
}
.proposition__item .save_icon.active .not-saved {
    display: none;
}
.proposition__item .slider__info {
    padding: 17px 20px;
    background-color: #302f2e;
    position: relative;
    z-index: 50;
}

.proposition__item .slider__info p {
    font-size: 14px;
    line-height: 125%;
    color: #fff;
    height: 55px;
    max-height: 55px;
    
}
.proposition__item .slider__info .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.proposition__item .slider__descr {
    background: #302f2e;
    padding: 0 10px 10px;
    position: relative;
    z-index: 2;
}
.proposition__item .slider__descr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #302f2e;
    border-radius: 20px;
    padding: 10px 20px;
}
.proposition__item .slider__descr p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.proposition__item .slider__descr p img {
    width: 20px;
    height: auto;
    background-size: cover;
    margin-right: 6px;
}
.slider {
    position: relative;
    overflow: initial;
    z-index: 99;
}
.slider:after {
    content: "";
    position: absolute;
    z-index: 55;
    top: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    height: 97%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}
.slider .description {
    position: absolute;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, rgba(0, 0, 0, 0)), color-stop(65%, #000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -19.17%, #000000 65%);
}
.slider .description__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}
.slider .description .info {
    margin-top: 10px;
}
.slider .description .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
.slider .description .info-row + .info-row {
    margin-top: 6px;
}
.slider .description .info-row img {
    margin-right: 6px;
    width: 16px;
    height: 17px;
    background-size: cover;
}
.slider .description .info-row p {
    font-size: 12px;
    line-height: 133%;
    color: #c7c7c7;
    font-weight: 400;
}
.slider .description .info-row span {
    color: #b0292e;
    margin-right: 3px;
}
.slider .description span {
    font-size: 16px;
    line-height: 125%;
    color: #ffffff;
}
.slider .description p {
    font-weight: 600;
    font-size: 18px;
    line-height: 111%;
    text-align: right;
    color: #ffffff;
}
.slider .swiper-slide {
    position: relative;
    overflow: hidden;
}
.slider .swiper-slide img {
    width: 100%;
    height: 267px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-repeat: no-repeat;
}
.slider:hover .swiper-slide-active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
@media (min-width: 375px) {
    .manager__contacts-right img {
        width: 36px;
        height: 36px;
    }
    .manager__contacts-right a + a {
        margin-left: 30px;
    }
    .manager__contacts-left a {
        font-size: 18px;
    }
}
@media (min-width: 425px) {
    .slider .swiper-slide img {
        height: 70vw;
    }
    .manager__title .manager__avatar {
        width: 136px;
        height: 136px;
    }
    .manager__title img {
        width: 122px;
        height: 122px;
    }
    .manager__title h1 {
        font-size: 30px;
    }
    .manager {
        max-width: 100%;
    }
}
@media (min-width: 567px) {
    .manager {
        padding: 110px 0 60px;
    }
    .slider .swiper-slide img {
        height: 340px;
    }
}
@media (min-width: 768px) {
    .slider .swiper-slide img {
        height: 268px;
    }
    .manager__contacts {
        margin-bottom: 60px;
    }
    .manager__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .manager__contacts {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .manager__title img {
        width: 225px;
        height: 225px;
    }
    .manager__title h1 {
        display: none;
    }
    .manager__title .manager__avatar {
        width: 250px;
        height: 250px;
        margin-right: 40px;
    }
    .manager__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .manager__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 5%;
    }
    .manager__contacts-right {
        margin-top: 20px;
    }
    .manager__contacts-right img {
        width: 30px;
        height: 30px;
    }
    .manager__contacts {
        width: 44%;
    }
    .manager__descr {
        width: 55%;
    }
    .manager__info {
        width: 580px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .manager__info h1 {
        display: block;
        font-family: "Mulish";
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
    }
    .manager {
        max-width: 100%;
    }
    .manager-popup {
        background-color: rgba(17, 17, 17, 0.5);
    }
    .manager-popup .popup__body {
        background: #fff;
        border-radius: 20px;
        max-width: 1130px;
        padding: 95px 100px;
    }
    .manager-popup .manager {
        padding: 0;
        max-width: 900px;
        width: 100%;
    }
    .manager-popup .popup__close {
        top: 40px;
        right: initial;
        left: 40px;
    }
    .manager-popup .manager__info h1 {
        color: #111111;
    }
    .manager-popup .manager__descr p {
        color: #111;
        font-weight: 400;
    }
    .manager-popup .manager__btn.redbtn,
    .manager-popup .manager__btn.whitebtn {
        width: 48%;
    }
    .manager-popup .manager__btn.redbtn a:hover,
    .manager-popup .manager__btn.whitebtn a:hover {
        background-color: #111;
        color: #fff;
    }
    .manager-popup .manager__btn.whitebtn a {
        border: 1px solid #111;
    }
    .manager-popup .manager__btn + .manager__btn {
        margin-top: 0px;
    }
    .manager-popup .manager__contacts-left a {
        display: block;
        color: #111;
    }
    .manager-popup .manager__contacts-left a:before {
        background-image: url(../img/svg_icons/phone_black.svg);
    }
    .manager-popup .manager__title img {
        width: 150px;
        height: 150px;
    }
    .manager-popup .manager__title .manager__avatar {
        width: 165px;
        height: 165px;
        margin-right: 25px;
    }
}
@media (min-width: 1200px) {
    .proposition .col-xl-8 {
        width: 68%;
    }
    .slider .swiper-slide img {
        height: 220px;
    }
    .proposition__inner .col-12 {
        padding: 0 10px;
    }
    .manager {
        padding: 0px 0 60px;
    }
    .manager__info h1 {
        font-size: 50px;
        line-height: 62px;
    }
    .manager-popup .popup__body {
        padding: 95px 100px;
    }
    .manager-popup .manager__title img {
        width: 245px;
        height: 245px;
    }
    .manager-popup .manager__title .manager__avatar {
        width: 270px;
        height: 270px;
        margin-right: 45px;
    }
    .manager__btn.redbtn a,
    .manager__btn.whitebtn a {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .proposition .col-xl-8 {
        width: 72%;
    }
    .manager__title img {
        width: 295px;
        height: 295px;
    }
    .manager__title .manager__avatar {
        width: 325px;
        height: 325px;
        margin-right: 40px;
    }
}
.breadcrumbs {
    padding-top: 85px;
    margin-bottom: 30px;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs ul a {
    font-size: 14px;
    line-height: 26px;
    color: #898989;
}
.breadcrumbs ul span {
    font-size: 14px;
    line-height: 26px;
    color: #b0292e;
}
.breadcrumbs ul li + li {
    margin-left: 13px;
}
.breadcrumbs ul li + li:before {
    content: "/";
    font-size: 14px;
    line-height: 26px;
    margin-right: 13px;
    color: #898989;
}
.catalog .save {
    display: none;
}
.catalog__title {
    margin-bottom: 40px;
}
.catalog__title h1 {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
}
.catalog__top {
    margin-bottom: 40px;
}
.catalog__top .col-4 {
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
}
.catalog__top .col-12 .catalog__top-item {
    height: 185px;
}
.catalog__top-item {
    position: relative;
    width: 100%;
    height: 245px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.catalog__top-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.catalog__top-item.tprow {
    display: none;
}
.catalog__top-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.catalog__top-item a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
}
.catalog__top-item.halfheight {
    height: 119px;
}
.catalog__top-item.halfheight a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog__top-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalog__top-bottom {
    margin-bottom: 80px;
}
.catalog__top-bottom .swiper-slide {
    text-align: center;
}
.catalog__top-bottom .swiper-slide .slider-catalog__img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}
.catalog__top-bottom .swiper-slide .slider-catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalog__top-bottom .swiper-slide span {
    font-size: 14px;
    line-height: 186%;
    color: #ffffff;
}
.filter-desctope {
    display: none;
}
.filter {
    margin-bottom: 40px;
}
.filter .filter__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.filter .filter__head .counter {
    position: absolute;
    top: -7px;
    right: 1px;
    font-size: 10px;
    line-height: 13px;
    color: #ffffff;
    background: #b0292e;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter .hide-filter,
.filter .open-filter {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-decoration-line: underline;
    color: #ffffff;
    margin-right: 10px;
}
.filter img {
    width: 18px;
    height: 18px;
    background-size: cover;
}
.filter .open-filter {
    display: none;
}
.filter.open .open-filter {
    display: block;
}
.filter.open .hide-filter {
    display: none;
}
.filter__inner {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    display: none;
    margin-top: 20px;
    margin-bottom: 80px;
}
.filter__inner button {
    width: 100%;
    height: 40px;
    border: none;
    background: #b0292e;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}
.filter__inner a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #111111;
    display: table;
    margin: 0 auto;
}
.select2-container {
    margin-bottom: 20px;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: none;
    background: #ffffff;
    border-radius: 20px;
    height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
    border-radius: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    border: none;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    background-image: url(../img/svg_icons/select_arrow.svg);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-dropdown {
    border: none;
    -webkit-box-shadow: 10px 40px 80px rgba(36, 45, 66, 0.15);
    box-shadow: 10px 40px 80px rgba(36, 45, 66, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #b0292e;
}
.catalog__notchosen {
    padding: 20px 0 100px;
}
.catalog__notchosen h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}
.catalog__notchosen p {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-bottom: 40px;
}
.search-popup {
    overflow-x: hidden;
}
.search-popup a,
.search-popup button {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0292e;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-top: 40px;
}
.search-popup a:hover,
.search-popup button:hover {
    background: #fff;
    color: #111;
}
.search-popup .popup__close {
    top: 20px;
}
.search-popup .popup__wrapper {
    height: 100%;
}
.search-popup .popup__body {
    padding: 120px 0 30px;
}
.search-popup .popup__form .clear-btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    margin-top: 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
}
.search-popup .popup__form .clear-btn:hover {
    background: #fff;
    color: #111;
}
.search-popup .popup__form .select2-container--default .select2-selection--single {
    height: 48px;
}
.search-popup .popup__form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px;
}
.search-popup .popup__form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 10px;
}
.search-popup .popup__form .search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 10%;
}
.search-popup .popup__form .search-row p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    width: 35%;
    display: block;
}
.search-popup .popup__form .search-row input {
    width: 70px;
    height: 48px;
    background: #ffffff;
    border-radius: 20px;
    border: none;
    color: #111;
    margin-bottom: 0;
    padding: 14px;
}
.search-popup .popup__form .search-row input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
}
.search-popup .popup__form .search-row input::-moz-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
}
.search-popup .popup__form .search-row input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
}
.search-popup .popup__form .search-row input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
}
.search-popup .popup__form .search-row input::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
}
.search-popup .popup__form .search-row .searchinp {
    position: relative;
    margin-left: 10px;
}
.search-popup .popup__form .search-row__item + .search-row__item {
    margin-left: 20px;
}
.search-popup .popup__form .custom-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.search-popup .popup__form .custom-input + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.search-popup .popup__form .custom-input + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.search-popup .popup__form .custom-input:checked + label:before {
    border: 2px solid #111;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    width: 15px;
    height: 15px;
    background-color: #fff;
}
@media (min-width: 375px) {
    .catalog__top .col-4 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .catalog__top-item {
        height: 265px;
    }
    .catalog__top-item a {
        font-size: 16px;
    }
    .search-popup .popup__form .search-row input {
        width: 88px;
    }
    .search-popup .popup__form .search-row .searchinp {
        margin-left: 20px;
    }
    .search-popup .popup__form .search-row p {
        font-size: 16px;
    }
}
@media (min-width: 576px) {
    .catalog__top-bottom .swiper-slide .slider-catalog__img {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
    }
    .catalog__top-bottom .swiper-slide span {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .catalog__top-item a {
        font-size: 18px;
    }
    .catalog__top-item {
        height: 300px;
    }
    .catalog__top-item.halfheight {
        height: 140px;
    }
    .catalog__top .col-12 .catalog__top-item {
        height: 225px;
    }
    .catalog__top-bottom {
        display: none;
    }
}
@media (min-width: 992px) {
    .catalog__notchosen h2 {
        font-size: 30px;
        margin: 0 auto 10px;
        color: #ffffff;
        max-width: 700px;
    }
    .search-popup {
        background-color: rgba(17, 17, 17, 0.5);
    }
    .search-popup .popup__title h2 {
        border-bottom: none;
    }
    .search-popup .popup__body {
        background: #f7f7f7;
        border-radius: 20px;
        max-width: 900px;
        padding: 100px 0;
    }
    .search-popup .popup__wrapper {
        padding: 100px 0;
    }
    .search-popup .popup__close {
        top: 40px;
        left: 40px;
    }
    .search-popup .popup__form div {
        max-width: 450px;
    }
    .search-popup .popup__title h2 {
        font-size: 36px;
        color: #111;
    }
    .search-popup .popup__form .search-row p {
        color: #111;
    }
    .search-popup .popup__form .custom-input + label {
        color: #111;
    }
    .search-popup .popup__form .custom-input + label:before {
        border-color: #111;
    }
    .search-popup .popup__form .custom-input:checked + label:before {
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 0 1px #111;
        box-shadow: 0 0 0 1px #111;
        background-color: #111;
    }
    .search-popup .popup__form .clear-btn,
    .search-popup .popup__form a,
    .search-popup .popup__form button {
        width: 47%;
        display: inline-block;
        font-size: 18px;
        line-height: 21px;
    }
    .search-popup .popup__form a:hover,
    .search-popup .popup__form button:hover {
        color: #fff;
        background-color: #111;
    }
    .search-popup .popup__form .clear-btn {
        color: #111;
        border: 1px solid #111;
        margin-left: 5%;
    }
    .filter-desctope {
        display: block;
    }
    .filter-desctope .filter__inner {
        display: block;
    }
    .filter-desctope .filter__inner a {
        margin: 0;
        text-align: center;
    }
    .filter-desctope div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .filter-desctope .select2 {
        width: 23% !important;
    }
    .filter-desctope a,
    .filter-desctope button {
        width: 24%;
    }
    .filter {
        display: none;
    }
}
@media (min-width: 1200px) {
    .catalog__title {
        position: relative;
    }
    .catalog .save {
        display: block;
        top: -100px;
        right: 0;
        position: absolute;
    }
    .catalog__notchosen h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .catalog__notchosen p {
        margin-bottom: 60px;
    }
    .breadcrumbs {
        padding-top: 0;
        display: none;
    }
    .catalog .col-xl-8 {
        width: 68%;
    }
    .catalog__top-item a {
        font-size: 20px;
        padding: 10px 20px 20px;
    }
}
@media (min-width: 1400px) {
    .catalog__top-item.halfheight a {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .catalog__top .col-4 {
        padding: 0 10px;
    }
    .catalog__top-item.halfheight {
        height: 140px;
        width: 48%;
    }
    .catalog__top-item {
        height: 360px;
        margin-bottom: 20px;
    }
    .catalog__top-item.btmrow {
        display: none;
    }
    .catalog__top-item.tprow {
        display: block;
        height: 200px;
    }
    .catalog .col-xl-8 {
        width: 72%;
    }
    .filter__inner {
        margin-top: 0px;
        margin-bottom: 100px;
    }
}
@media (min-width: 1600px) {
    .catalog__top-item a {
        font-size: 24px;
        line-height: 30px;
    }
    .catalog__top-item.halfheight {
        height: 235px;
        width: 48%;
    }
    .catalog__top-item a,
    .catalog__top-item.halfheight a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: left;
    }
    .catalog__top-item.tprow {
        height: 245px;
    }
    .catalog__top-item {
        height: 500px;
    }
}
.object__descr {
    margin-bottom: 10px;
}
.object__descr-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.object__descr-top h2 {
    display: none;
}
.object__descr-top .price {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 128%;
    letter-spacing: 0.04em;
    /* text-transform: uppercase; */
    color: #b0292e;
}
.object__descr-top .save {
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.object__descr-top .save svg {
    width: 100%;
    height: 100%;
}
.saved-icon {
    display: none;
}
.save.saved .saved-icon {
    display: block;
}
.save.saved .not-saved-icon {
    display: none;
}
.estate__content > .save {
    display: none;
}
.object__descr-bottom {
    margin-bottom: 42px;
}
.object__descr-bottom h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
}
.object__descr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.object__descr-row img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
}
.object__descr-row p {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #898989;
}
.object__descr-row p span {
    color: #ffffff;
}
.object__descr-row + .object__descr-row {
    margin-top: 20px;
}
.map__title h2 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 24px;
}
.manager.object-page {
    padding-top: 70px;
}
.map__content {
    width: 100%;
    margin-bottom: 53px;
}
.map__content a,
.map__content iframe {
    display: block;
    width: 100%;
    height: 183px;
}
.map__content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 100%;
    object-position: 0% 100%;
}
@media (min-width: 768px) {
    .map__content a,
    .map__content iframe {
        height: 250px;
    }
}
@media (min-width: 992px) {
    .object__descr-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .object__descr-top h2 {
        display: block;
        font-family: "Mulish";
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 139%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #ffffff;
        max-width: 47%;
    }
    .object__descr-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 48px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .object__descr-bottom .object__descr-row {
        width: 40%;
    }
    .object__descr-bottom h2 {
        display: none;
    }
    .map__content a,
    .map__content iframe {
        height: 300px;
    }
    .map__title h2 {
        font-size: 30px;
        line-height: 56px;
    }
}
@media (min-width: 1200px) {
    .object__descr-top h2 {
        max-width: 55%;
    }
    .object-page .manager__info h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .object-page .manager__title .manager__avatar {
        width: 200px;
        height: 200px;
        margin-right: 20px;
    }
    .object-page .manager__title img {
        width: 175px;
        height: 175px;
    }
    .object__descr-top .save {
        display: none;
    }
    .estate__content > .save {
        display: block;
        position: absolute;
        right: 0;
        top: -110px;
        z-index: 99;
    }
    .estate__content > .save svg circle,
    .estate__content > .save svg path {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .estate__content > .save:hover svg circle {
        fill: white;
    }
    .estate__content > .save:hover svg path {
        fill: black;
    }
    .map__content a,
    .map__content iframe {
        height: 360px;
    }
    .map__title h2 {
        font-size: 36px;
        line-height: 62px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1400px) {
    .object__descr-top h2 {
        font-size: 36px;
    }
    .object__descr-top .price {
        font-size: 44px;
    }
    .object-page .manager__info h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .object-page .manager__title .manager__avatar {
        width: 250px;
        height: 250px;
        margin-right: 20px;
    }
    .object-page .manager__title img {
        width: 220px;
        height: 220px;
    }
    .object-page .manager__btn.redbtn,
    .object-page .manager__btn.whitebtn {
        width: 48%;
        margin: 0;
    }
}
.burger-btn {
    padding: 30px 0 20px;
    width: 160px;
    position: relative;
    z-index: 99;
}
.burger-btn span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.burger-btn span + span {
    margin-top: 6px;
}
.burger-btn.active {
    background-color: #fff;
    -webkit-transition: 0.5s 0.4s;
    transition: 0.5s 0.4s;
}
.burger-btn.active span {
    opacity: 0;
    top: 50%;
}
.burger-btn.active span:first-child {
    opacity: 1;
    -webkit-transform: rotate(405deg) translate(5px, 5px);
    transform: rotate(405deg) translate(5px, 5px);
}
.burger-btn.active span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-405deg) translate(6px, -6px);
    transform: rotate(-405deg) translate(6px, -6px);
}
.burger-btn.active span {
    background-color: #000;
    -webkit-transition: 0.7s 0.3s;
    transition: 0.7s 0.3s;
}
.header {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(64.25%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 64.25%, rgba(0, 0, 0, 0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0s 0.7s;
    transition: opacity 0.3s 0.2s, -webkit-transform 0s 0.7s;
    transition: transform 0s 0.7s, opacity 0.3s 0.2s;
    transition: transform 0s 0.7s, opacity 0.3s 0.2s, -webkit-transform 0s 0.7s;
    -webkit-transform: translateX(-180%);
    transform: translateX(-180%);
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8);
}
.header__menu .container {
    min-height: 450px;
}
.header__menu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    z-index: 9;
}
.header__menu.active ul {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
}
.header__menu ul {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-180%);
    transform: translateX(-180%);
    width: 200px;
    padding: 70px 20px 20px 0;
    position: relative;
}
.header__menu ul:after {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 110%;
    border-radius: 0px 0px 20px 0px;
    left: -100%;
    top: 0;
    z-index: -1;
    background-color: #fff;
}
.header__menu li {
    display: block;
}
.header__menu li + li {
    margin-top: 20px;
}
.header__menu li > a {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #111111;
    padding-left: 22px;
    position: relative;
}
.header__menu li > a:after {
    content: "";
    background-image: url(../img/svg_icons/arrow_menu_item.svg);
    width: 11px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__logo-mobile a {
    height: 40px;
    display: block;
    padding: 27px 0;
    max-width: 125px;
    width: 100%;
}
.header__logo img {
    height: 40px;
}
.header__logo {
    display: none;
    height: 40px;
}
@media (min-width: 1200px) {
    .burger-btn {
        display: none;
    }
    .header__logo-mobile {
        display: none;
    }
    .header {
        position: relative;
        background: transparent;
    }
    .header__logo {
        height: 40px;
        display: block;
        padding: 40px 0 60px;
    }
    .header__logo a {
        width: 50px;
        height: 50px;
    }
    .header.hide {
        height: 60px;
    }
    .header.hide .header__logo {
        display: none;
    }
}
.footer {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #111111;
}
.footer.static-footer {
    position: relative;
    border-top: 1px solid #ffffff;
}
.footer.static-footer:before {
    display: none;
}
.footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: -70px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111111));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.footer__inner {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.open-footer {
    margin: 0 auto 20px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.open-footer img {
    width: 100%;
    background-size: cover;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer.active {
    margin-bottom: 0;
    background-color: #111;
}
.footer.active:before {
    opacity: 1;
    z-index: 9;
}
.footer.active .open-footer img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer-hide {
    display: none;
}
.footer.static-footer .footer-hide {
    display: block;
}
.footer.static-footer .open-footer {
    display: none;
}
.footer__socials h3 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer__socials-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__socials-row img {
    width: 30px;
    height: 30px;
    background-size: cover;
}
.footer__socials-row a + a {
    margin-left: 34px;
}
.footer__logo a {
    display: block;
    width: 228px;
}
.footer__logo a img {
    width: 100%;
    background-size: cover;
}
.footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__phone-wrapper {
    width: 100%;
}
.footer__phone img {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: 20px;
}
.footer__phone a {
    font-family: "Mulish";
    font-style: normal;
    display: block;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
}
.footer__phone a + a {
    margin-top: 8px;
}
@media (max-width: 1200px) {
    .footer {
        position: relative;
    }
    .footer.static-footer {
        border-top: none;
    }
    .footer:before {
        display: none;
    }
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 0;
        margin: 0 auto;
        max-width: 100%;
    }
    .footer__phone,
    .footer__socials {
        width: 100%;
        text-align: center;
    }
    .footer__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid #d9d9d9;
    }
    .footer__logo a {
        margin: 0 auto;
    }
    .footer__phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 20px 0 25px;
        border-bottom: 1px solid #d9d9d9;
    }
    .footer__phone a {
        display: block;
        font-weight: 800;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #ffffff;
    }
    .footer__phone a + a {
        margin-top: 10px;
    }
    .footer__socials {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 20px 0 0;
    }
    .footer__socials h3 {
        font-size: 18px;
    }
    .footer__socials-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__phone img {
        display: none;
    }
    .footer-hide {
        display: block;
    }
    .open-footer {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 0;
        margin: 0 auto;
        max-width: 400px;
    }
    .footer__socials {
        padding: 14px 0 0;
    }
    .footer__phone {
        padding: 10px 0 14px;
    }
    .footer__phone a + a {
        margin-top: 5px;
    }
}
@media (max-width: 575.8px) {
    .footer__inner {
        max-width: 286px;
    }
    .footer__logo {
        padding-bottom: 14px;
    }
    .footer__logo a {
        width: 124px;
    }
}
