@font-face {
    font-family: "Geometria-bold";
    src: url("/commercial_premises/fonts/Geometria-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria-medium";
    src: url("/commercial_premises/fonts/Geometria-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria-light";
    src: url("/commercial_premises/fonts/Geometria-Light.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.mob-dropper+section {
    display: none;
}
.premises {
    background-color: white;
    margin-bottom: 32px;
    @media (min-width: 1000px) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    @media (min-width: 1400px) {
        margin-bottom: 100px;
    }
}
.premises__content {
    @media (min-width: 1000px) {
        order: 2;
        max-width: 50%;
        margin-right: 50px;
        width: 100%;
    }
}
.premises__title {
    font-family: Geometria-medium;
    font-weight: normal;
    font-size: 32px;
    margin-top: 65px;
    margin-left: 20px;
    margin-bottom: 16px;
    width: 50%;
    position: relative;
    line-height: 1.1;
    color: black;
    padding: 0;
    @media (min-width: 600px) {
        width: 250px;
    }
    @media (min-width: 768px) {
        width: 80%;
        max-width: 100%;
    }
    @media (min-width: 1000px) {
        margin-left: 50px;
        margin-top: 150px;
    }
    @media (min-width: 1400px) {
        margin-left: 70px;
        font-size: 64px;
        margin-bottom: 42px;
    }
}
.premises__title::after {
    display: none;
}
.premises__img {
    @media (min-width: 1000px) {
        height: 300px;
    }
    @media (min-width: 1400px) {
        height: 380px;
    }
}
.premises__img picture {

}
.premises__img img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    @media (min-width: 1000px) {
        border-radius: 8px;
    }
}
.premises__place {
    background-color: #FF4723;
    padding: 20px 17px;
    @media (min-width: 1000px) {
        padding: 43px 31px;
        margin-right: 12px;
        margin-left: 50px;
        order: 1;
        height: 300px;
        border-radius: 8px;
        max-width: 50%;
        width: 100%;
    }
    @media (min-width: 1400px) {
        height: 380px;
        margin-left: 70px;
        padding: 83px 54px;
    }
}
.place__text {

}
.place__title {
    color: white;
    font-size: 28px;
    font-family: Geometria-medium;
    font-weight: 400;
    @media (min-width: 1400px) {
        font-size: 32px;
        padding: 0;
        display: contents;
    }
}
.place__title::after {
    height: auto;
}
.place__subtitle {
    color: white;
    font-size: 14px;
    font-family: Geometria-light;
    font-weight: 500;
    @media (min-width: 1400px) {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 25px;
    }
}
.premises__advantages {
    background-color: #F4F4F4;
    padding-bottom: 20px;
    margin-bottom: 100px;
    @media (min-width: 1400px) {
        margin-left: 70px;
        margin-right: 50px;
        padding-bottom: 30px;
    }
}
.advantages__content {
    background-color: #F4F4F4;
    margin-top: 32px;
    padding: 20px 17px 0 17px;
    @media (min-width: 1000px) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    @media (min-width: 1400px) {
        padding: 0 50px;
        margin-top: 50px;
    }
}
.advantages__text {
    max-width: 650px;
    @media (min-width: 1000px) {
        margin-right: 20px;
    }
    @media (min-width: 1400px) {
        max-width: 670px;
        margin-right: 40px;
    }
}
.advantages__title {
    font-size: 28px;
    font-family: Geometria-medium;
    font-weight: 400;
    width: 200px;
    padding: 0;
    margin-bottom: 16px;
    @media (min-width: 500px) {
        width: auto;
    }
    @media (min-width: 1400px) {
        font-size: 48px;
        margin-bottom: 40px;
        line-height: 1;
    }
}
.advantages__groups {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 17px;
    @media (min-width: 768px) {
        align-items: start;
        margin: 0 50px;
    }
}
.advantages__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    @media (min-width: 768px) {
        align-items: start;
        width: 100%;
    }
    @media (min-width: 1000px) {
        flex-direction: row;
    }
}
.advantages__group .advantages__item:nth-child(2) {
    @media (min-width: 1000px) {
        margin-left: 12px;
        margin-right: 12px;
    }
}
.advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    background: white;
    padding: 18px 10px;
    margin-bottom: 10px;
    @media (min-width: 1000px) {
        height: 250px;
        box-shadow: 0px 4px 36px 0px #0000001A;
        border-radius: 9px;
    }
    @media (min-width: 1400px) {
        padding: 30px;
        height: 330px;
    }
}
.advantages__item-top {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.advantages__item-last {
    margin-bottom: 0;
}
.advantages__img {
    width: 40px;
    height: 40px;
    @media (min-width: 1400px) {
        width: 45px;
        height: 45px;
    }
}
.advantages__header {
    font-size: 16px;
    font-family: Geometria-medium;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 16px;
    @media (min-width: 1400px) {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 17px;
    }
}
.advantages__text {
    font-size: 14px;
    font-family: Geometria-light;
    font-weight: 500;
    height: 100px;
    @media (min-width: 1400px) {
        align-self: end;
    }
}
.premises__choice {
    background-color: #F4F4F4;
    margin-bottom: 30px;
    padding: 16px;
    @media (min-width: 1400px) {
        padding: 80px 52px;
        margin-left: 70px;
        margin-right: 50px;
        margin-bottom: 84px;
    }
}
.choice__title {
    font-size: 28px;
    font-family: Geometria-medium;
    font-weight: 400;
    width: 200px;
    padding: 0;
    margin-bottom: 16px;
    @media (min-width: 500px) {
        width: auto;
    }
    @media (min-width: 1400px) {
        font-size: 48px;
        margin-bottom: 40px;
        line-height: 1;
    }
}

.choice__zhk {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    @media (max-width: 800px) {
        flex-wrap: wrap;
    }
    &>button {
        cursor: pointer;
        font-size: 16px;
        padding: 21px 40px;
        font-family: Geometria-medium;
        font-weight: 400;
        border-radius: 8px;
        border: none;
        color: white;
        background-color: #FF472366;
        width: 33%;
        @media (max-width: 800px) {
            width: 100%;
        }
        &.active {
            background-color: #FF4723;
        }
    }
}

.choice__choice {
    display: flex;
    gap: 20px;
    @media (max-width: 1080px) {
        flex-direction: column;
    }
}

.choice__group {
    @media (min-width: 1080px) {
        width: 55%;
    }
}
.choice__description {
    border-radius: 17px;
    background-color: white;
    padding: 35px;
    margin-bottom: 20px;
    &>div,button{
        width:450px;
        @media (max-width: 640px) {
            width: 100%;
            text-align: center;
        }
    }
}

.description__title {
    font-family: Geometria-medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    @media (max-width: 640px) {
        font-size: 24px;
    }
}

.description__address {
    color: #797979;
    font-family: Geometria-light;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    @media (max-width: 640px) {
        font-size: 13px;
    }
}
.description__square {
    font-family: Geometria-medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    @media (max-width: 640px) {
        font-size: 13px;
    }
}
.description__text {
    font-family: Geometria-light;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 32px;
    @media (max-width: 640px) {
        font-size: 13px;
    }
}

.description__button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 16px;
    padding: 21px 40px;
    font-family: Geometria-medium;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    color: white;
    background-color: #FF4723;
    &>img{
        margin-left: 10px;
    }
    @media (max-width: 640px) {
        padding: 21px 15px;
        font-size: 13px;
        &>img{
            display: none;
        }
    }
}
.choice__pics {
    width: 100%;
    display: flex;
    gap: 2%;
    @media (max-width: 1080px) {
        overflow: scroll;
    }
    &>img {
        border-radius: 17px;
        width: 49%;
        @media (max-width: 1080px) {
            width: 100%;
        }
    }
}

.choice__swiperWrap {
    position: relative;
    background: white;
    border-radius: 17px;
    padding: 20px;
    @media (min-width: 1080px) {
        width: 45%;
        padding: 70px;
    }
}

.choice__swiper .swiper-slide picture img {
    width: 100%;
    height: 225px;
    border-radius: 5px;
    object-fit: contain;
    @media (min-width: 500px) {
        height: 300px;
    }
    @media (min-width: 768px) {
        height: 265px;
    }
    @media (min-width: 1400px) {
        height: 345px;
    }
}
.choice__slide-title {
    color: white;
    padding: 7px 10px;
    background-color: #FF4723;
    width: 200px;
    font-size: 18px;
    font-family: Geometria-medium;
    font-weight: 400;
    margin-bottom: 10px;
    height: 33px;
    line-height: 1;
    @media (min-width: 1400px) {
        height: 45px;
        width: 250px;
        line-height: 1.5;
        font-size: 22px;
    }
}
.choice__slide-title::after {
    display: none;
}
.choice__swiper .mark {
    display: flex;
    align-items: baseline;
}
.choice__swiper .mark__icon {
    height: 14px;
    margin: 0 4px;
    @media (min-width: 1400px) {
        height: 16px;
    }
}
.choice__swiper .mark__label {
    color: white;
    font-family: Geometria-light;
    font-weight: 500;
    font-size: 12px;
    @media (min-width: 1400px) {
        font-size: 14px;
    }
}
.choice__swiperWrap .slider-btn {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: #FF4723;
    border: 1px solid #FF4723;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    @media (min-width: 1400px) {
        width: 34px;
        height: 35px;
    }
}
.choice__swiperWrap .slider-btn.swiper-button-disabled {
    background-color: #FFB5A7!important;
    border: none;
}
.choice__swiperWrap .slider-btn__prev {
    position: absolute;
    top: 50%;
    left: -11px;
    @media (min-width: 1400px) {
        left: 30px;
    }
}
.choice__swiperWrap .slider-btn__prev img {
    transform: rotate(180deg);
}
.choice__swiperWrap .slider-btn__next {
    position: absolute;
    top: 50%;
    right: -11px;
    @media (min-width: 1400px) {
        right: 30px;
    }
}
.choice__swiperWrap .slider-btn__icon {
    height: 8px;
    @media (min-width: 1400px) {
        height: 13px;
    }
}

.premises__consultation {
    background-color: #F4F4F4;
    padding: 16px;
    position: relative;
    @media (min-width: 1400px) {
        margin-left: 70px;
        margin-right: 50px;
        padding: 34px 52px;
    }
}

.consultation__text {
    font-family: Geometria-light;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    case: uppercase;
    width: 500px;
    @media (max-width: 640px) {
        width: 100%;
        font-size: 17px;
    }
}

.consultation__button {
    cursor: pointer;
    font-size: 18px;
    padding: 21px 40px;
    font-family: Geometria-medium;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    color: white;
    background-color: #FF4723;
    width: 100%;
    @media(max-width: 1150px){
        margin-top: 20px;
    }
    @media(min-width: 1150px){
        width: 527px;
        position: absolute;
        top: 25%;
        right: 55px;
    }
    @media (max-width: 640px) {
        padding: 21px 20px;
        font-size: 13px;
    }
}

.informer-modal__c-button {
    cursor: pointer;
    font-size: 18px;
    padding: 21px 40px;
    font-family: Geometria-medium;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    color: white;
    background-color: #FF4723;
    width: 100%;
}

.informer-modal__c-img {
    margin: 40px auto;
    width: 63px;
}

.informer-modal__c-title {
    font-family: Geometria-medium;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 13px;
}
.informer-modal__c-text {
    font-family: Geometria-light;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 150px;
}