@media (max-width: 360px) {
    .room-first-screen.olga_banner {
        margin-bottom: -100vw;
    }
}

#form_axi .form--two-col.form--row {

    justify-content: space-around;
    flex-direction: row-reverse;
}

#form_axi {
    max-width: 617px;
    margin: 0 auto;
}

#form_axi .form--row .colored-button {
    width: 153px;
    height: 49px;
}

#form_axi .form--privacy {
    max-width: 37%;
}

#form_axi .popup--head {
    margin-bottom: 15px;
}

.inner-footer__bottom-item.inner-footer__bottom-item--right a {
    text-decoration: none;
    color: black;
}

.olga_banner .img {
    object-fit: contain !important;
}

.room-first-screen__bg.room-first-screen__bg_no-shadow.olga_banner {
    height: fit-content;
    margin: 0 auto;
}

.olga_banner.info-block-3_left {
    margin-bottom: 0;
}

.olga_banner.text-note_offset-top {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

body.desktop .olga_banner .img {
    background: url('/upload/form/img/olgaBanner_desktop_main.jpg');
    -webkit-background-image: url('/upload/form/img/olgaBanner_desktop_main.jpg');
    -moz-background-image: url('/upload/form/img/olgaBanner_desktop_main.jpg');
    -o-background-image: url('/upload/form/img/olgaBanner_desktop_main.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 101%;
    height: 105%;
}

.olga_banner {
    width: 100%;

}

.img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 101%;
    height: 105%;
}

body.mobile .field.submit.submit {
    margin-top: 10px;
    border-radius: 0;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    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-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    font-size: 10px;
    color: #fff;
    border: 0;
    background-color: #555b69;
/ / background-image: url(data:image/svg+xml,%3Csvg viewBox= '0 0 6.2 19.74' xmlns= 'http://www.w3.org/….21.27 16.38' /%3E%3Cpath d= 'M3.08.38h.03V18.6h-.03z' /%3E%3C/g%3E%3C/svg%3E);

    background-repeat: no-repeat;

}

@media (max-width: 768px) {
    form#formid_5 {
        max-width: 70% !important;
    }
}

.info-block-5__img-wrapper {
    margin: 0 auto;
    height: auto !important;
    max-width: 100%;
    background-color: #f5f6f7;
}

@media (max-width: 900px) {
    .info-block-1__content_text-left .info-block-1__text {
        text-align: left;
    }

    body.mobile .room-first-screen {
        height: 281px !important;
    }

    body.mobile .room-first-screen .sheregesh_wrapper {
        height: 297px !important;
    }
}

body.desktop .olga_banner-container {
    min-height: fit-content;
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;

    overflow: hidden;
}

body.mobile .olga_banner-container {
    height: fit-content;
    margin-bottom: 20px;
}

.sheregesh__slider-list {
    margin-left: 0;
    height: 320px;
}

@media (min-width: 901px) {
    .sheregesh__slider-list {
        height: 597px;
    }

    .info-block-1__bg.sheregesh__slider_wrapper {
        width: calc(91% - 384px);
        margin-right: 0;
        margin-left: 0;
    }

    .info-block-1__content.width-3-10 {
        width: 30%;
    }

    .info-block-1__content.width-3-10 {
        padding: 0 40px;
        width: 460px;
    }
}

.sheregesh_slider {
    width: 100%;
}

.sheregesh_wrapper {
    height: 596px !important;
    margin-top: 8%;
}

.info-block-1[data-info='0'] {
    padding-top: 0;
}

body.mobile .sheregesh_wrapper {
    margin-top: 116px;
}

.slider {
    position: relative;
    overflow: hidden;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.slider__wrapper {
    position: relative;
    overflow: hidden;
    background-color: #eee
}

.slider__items {
    display: flex;
    transition: transform .5s ease
}

.transition-none {
    transition: none
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative
}

.slider__control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    opacity: .5;
    user-select: none
}

.slider__control_show {
    display: flex
}

.slider__control:focus, .slider__control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7
}

.slider__control_prev {
    left: 0
}

.slider__control_next {
    right: 0
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.slider__control_prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.slider__control_next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.slider__indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 0 15%;
    list-style: none;
    user-select: none
}

.slider__indicator {
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, .5);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    cursor: pointer
}

.slider__indicator_active {
    background-color: #fff
}
.olga_banner {width: 100%;height: fit-content;}

picture {height: fit-content;}
@media(max-width: 900px){
    .info-block-3__title {
        font-size: 12vw;
    }
}

.info-block-5_stock{
    height: fit-content;
}
