.__hide {
    display: none;
}
.pickerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .3);
}
.timePickerModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 12px;
    z-index: 2;

    width: 50%;
}
.timePicker__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1em;
    padding: 2em;
}
.timePicker__inner button {
    line-height: 16px;
    padding: 10px;
    border: 1px solid #5A6A3D;
    bottom: 0;
    margin-top: 20px;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;

    transition-property: background-color, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
}
.timePicker__inner button:hover {
    color: #fff !important;
    background-color: #5A6A3D;
}
@media (max-width: 768px) {
    .timePickerModal {
        width: 75%;
    }
}
@media (max-width: 576px) {
    .timePickerModal {
        width: 90%;
    }
}

/*price*/
#menu-item-5194 .w-nav-title {
    letter-spacing: 1px !important;
    color: #43542a !important;
    background: white !important;
    padding: 8px 8px !important;
    border-radius: 5px !important;
    font-weight: 700;
}

#priceBtnDownload {
    background: #43542a !important;
}

#sectionPricebtn {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
/*price*/
/*slider*/
.l-section-slider {
    margin-top: 80px !important;
}

@media (min-width: 1200px) {
    .l-section-slider {
        margin-top: 180px !important;
    }
}

.rsNavItem.active {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.8);
}

.royalSlider .rsArrow:after {
    font-weight: 100 !important;
}

@media (min-width: 992px) {
    .rsArrow.rsArrowRight {
        right: 80px !important;
    }

    .rsArrow.rsArrowLeft {
        left: 80px !important;
    }

    .home section.gorpa__hero.with_slider .l-section-h.i-cf {
        max-width: 1210px;
    }
}

.dotWrap {
    background: #80808080;
    width: fit-content;
    margin: 0 auto;
}
.rsNavItem {
    width: 8px !important;
    height: 8px !important;
}
.dotWrap {
    line-height: 0;
    padding: 4px;
}
/*slider*/

@media (max-width: 700px) {
    .l-main .l-section.full_height {
        min-height: 100vh !important;
    }
    #razryad-block {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    /* .wpb_column.vc_column_container.dashboard-1-gp,
    .wpb_column.vc_column_container.dashboard-2-gp,
    .wpb_column.vc_column_container.dashboard-3-gp,
    .wpb_column.vc_column_container.dashboard-4-gp {
        width: 55vw;
    } */

    /* .wpb_column.vc_column_container.dashboard-1-gp .vc_custom_heading,
    .wpb_column.vc_column_container.dashboard-2-gp .vc_custom_heading,
    .wpb_column.vc_column_container.dashboard-3-gp .vc_custom_heading,
    .wpb_column.vc_column_container.dashboard-4-gp .vc_custom_heading
    {
        font-size: 16px;
    }

    .wpb_column.vc_column_container.dashboard-1-gp .info-block-gp__number,
    .wpb_column.vc_column_container.dashboard-2-gp .info-block-gp__number,
    .wpb_column.vc_column_container.dashboard-3-gp .info-block-gp__number,
    .wpb_column.vc_column_container.dashboard-4-gp .info-block-gp__number
    {
        font-size: 14px;
    }

    .wpb_column.vc_column_container.dashboard-1-gp .info-block-gp__number span,
    .wpb_column.vc_column_container.dashboard-2-gp .info-block-gp__number span,
    .wpb_column.vc_column_container.dashboard-3-gp .info-block-gp__number span,
    .wpb_column.vc_column_container.dashboard-4-gp .info-block-gp__number span
    {
        font-size: 24px;
    } */
}

/* .l-section-h.i-cf:has(#razryad-block) {
    pointer-events: none;
} */


.video-block-gp {

}

.video-block-gp .title {
    font-size: 20px;
    line-height: 26px;
    max-width: calc(100% - 80px);
}

.video-block-gp a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
    gap: 20px;
    background: none !important;
    text-decoration: none;
    border: 0 !important;
    color: #fff !important;
    height: 76px;
    position: relative;
}

#razryad-block .wpb_column.vc_column_container {
    height: 84px;
    padding: 12px !important;
    justify-content: space-between;
}

#razryad-block .wpb_column.vc_column_container.video {
    padding: 4px !important;
    pointer-events: all;
}

#razryad-block .wpb_column.vc_column_container.video:hover {
    background-color: rgba(128, 128, 128, 0.9);
}

#razryad-block .wpb_column.vc_column_container.video .title {
    display: block;
    padding: 8px;
}


.video-block-gp .play {
    display: block;
    height: 100%;
    position: relative;
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
}

/* @media all and (min-width: 768px) { */
    .video-block-gp .play:after {
        content: "";
        position: absolute;
        width: 38px;
        height: 40px;
        top: calc(50% - 16px);
        left: calc(50% - 17px);
        background: url("../img/icon-play.svg") no-repeat 0 0;
        background-size: contain;
    }
/* } */

.video-block-gp .play img {
    height: 100%;
    width: auto;
}

@media all and (max-width: 767px) {
    /* .video-block-gp a:after {
        content: "";
        position: absolute;
        width: 21px;
        height: 21px;
        bottom: 0px;
        left: 4px;
        background: url("../img/icon-play.svg") no-repeat 0 0;
        background-size: contain;
    }     */
    #razryad-block .us_custom_3090c82c,
    .info-block-gp__item.people .info-block-gp__number,
    .video-block-gp .title {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 4px !important;
    }

    .video-block-gp a {
        height: 72px;
    }

    #razryad-block .wpb_column.vc_column_container {
        height: 80px;
        padding: 8px 12px !important;
    }
    #razryad-block .wpb_column.vc_column_container.video .title {
        display: block;
        padding: 4px 6px;
    }

    .video-block-gp .play img {

    }

    #razryad-block {
        padding: 0 0 32px;
    }

    .l-section-h.i-cf:has(#razryad-block) {
        padding: 0 !important;
        z-index: 10;
    }

    .video-block-gp .play {
        aspect-ratio: initial;
    }
}

@media all and (max-width: 768px) {
    .us_custom_4a3f9447 {
        padding-bottom: 9px;
    }

    .info-block-gp__item.people .info-block-gp__number {
        font-size: 16px;
    }
    .info-block-gp__item.people .info-block-gp__number span {
        font-size: 20px;
    }

    main .gorpa__hero .l-section-h {
        padding-bottom: 32px;
    }
    #razryad-block .us_custom_3090c82c, .info-block-gp__item.people .info-block-gp__number, .video-block-gp .title {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-bottom: 4px !important;
    }

    #razryad-block .info-block-gp {
        display: block;
    }
}




#pum-5742 .popmake {
    padding: 0;
    background-color: initial;
}

#pum-5742 .popmake-close {
    color: #fff;
}

#pum-5742 .popmake-content {
    background-image: url("/wp-content/themes/steam-rooms/img/bg-promo.png");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 579px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 393px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#pum-5742 {
    padding: 16px;
}

#pum-5742 .popmake-content form {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#pum-5742 .popmake-content .wpcf7 {
    height: 100%;
}

.pop-srtfct {
    position: fixed;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(1, 16, 5, 0.6);
    z-index: 150;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.pop-srtfct__close {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.pop-srtfct__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.pop-srtfct__row-container {
    height: fit-content;
    width: 100%;
    padding: 16px;
}
.pop-srtfct__window-top {
    padding: 40px 24px;
    position: relative;
    z-index: 2;
}
.pop-srtfct__window-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    z-index: 3;
}
.pop-srtfct__window-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 150%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 18.33%, rgba(0, 0, 0, 0) 34.07%);
    mask: linear-gradient(black, black, transparent);
    backdrop-filter: blur(4px);
    z-index: -1;
}
.pop-srtfct__window-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}
.pop-srtfct__window-label {
    margin-top: 16px;
    color: #fff;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
}
.pop-srtfct__window-bottom {
    padding: 24px;
    width: 100%;
}
.pop-srtfct__window-bottom a{
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0%;
    color: #44542A;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    display: block;
}


@media all and (min-width: 768px) {
    .pop-srtfct__window-title {
        font-size: 28px;
        line-height: 32px;
    }
    .pop-srtfct__window-label {
        font-size: 20px;
        line-height: 23px;
    }
    #pum-5742 .popmake-content {
        height: 620px;
    }
}


.yandexPlace-icon {
    position: absolute;
    display: block;
    right: 0;
    top: -110px;
    width: 28%;
    z-index: 1;
}

.yandexPlace-icon:before {
    content: "";
    display: block;
    background: url(../img/icon_yandex_place.svg) 50% 0 no-repeat;
    height: 148px;
    width: 148px;
    background-size: contain;
}

.yandexPlace-icon:after {
    content: '2026';
    display: block;
    height: 10px;
    width: 148px;
    position: absolute;
    bottom: 31px;
    left: 0;
    right: 0;
    color: #000;
    font-size: 10px;
    z-index: 2;
    font-weight: 600;
    text-align: center;
}

.yandexPlace-icon a {
    display: block;
    text-decoration: underline;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media all and (max-width: 768px) {
    .yandexPlace-icon {
        right: 0;
        top: -145px;
    }
}

@media all and (min-width: 1118px) {
    .yandexPlace-icon:before {
        height: 164px;
        width: 164px;
    }

    .yandexPlace-icon:after {
        bottom: 34px;
        width: 164px;
    }
}

.l-section.gorpa__hero + .l-section.height_small {
    padding-top: 70px;
}
