/**
START SHORTCODE
*/
.edit-post-visual-editor ul.glide__block-ul, .edit-post-visual-editor ol.glide__block-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arr, .arr-right-no-bg, .arr-left-no-bg {
    margin: auto;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 44px;
    background: #EFCBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
}

.glide-slider-block .glide__slide img {
    width: 100%;
}

.arr-right-no-bg, .arr-left-no-bg {
    background: transparent;
}

.arr:hover {
    background: #f6dbcf;
}

.arr-right-no-bg:hover, .arr-left-no-bg:hover {
    background: transparent;
    opacity: 0.7;
}

.arr-left-block {
    left: 0;
}

.arr-right-block {
    right: 0;
}

.pds__head {
    position: relative;
}

.pds__head-block {
    position: absolute;
    top: calc(67px + (155 - 67) * ((100vw - 320px) / (1354 - 320)));
    left: calc(67px + (93 - 22) * ((100vw - 320px) / (1354 - 320)));
}

.pds__overlay {
    position: absolute;
    background: rgba(46, 51, 60, 0.31);
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.pds__head-block .pds__head-slide-block,
.edit-post-visual-editor .block-editor-block-list__block h3.pds__head-slide-block {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-size: calc(13px + 41.5 * (100vw / 1354));
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    /*margin-bottom: 35px !important;*/
    margin-bottom: 330px !important;
    max-width: 525px;
}

.pds__head-block .pds__head-slide-block {
    margin-bottom: 10px !important;
}


.glide-slider-block {
    max-width: 1320px;
    margin: 0 auto;
}

.glide-slider-block.block-custom-slider.home_custom_slider {
    margin-bottom: 60px;
}

.glide-slider-block.block-custom-slider.home_custom_slider .glide__slide img {
    min-height: 880px;
    max-height: 880px;
    object-fit: cover;
}


.glide__slides .glide__slide .wp-block-button.pds__btn .modal-button {
    padding: 17px 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2E333C;
}

.glide__slides .glide__slide .wp-block-button.pds__btn .link-button {
    padding: 17px 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E2B29A;
}

.psd__right-block {
    position: absolute;
    top: 200px;
    right: 100px;
    text-align: right;
}

.right_text_title {
    margin-bottom: 0 !important;
    font-size: 82px !important;
    font-weight: 300 !important;
}

.right_subtitle1 {
    margin-bottom: 0 !important;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
}

.right_subtitle2 {
    margin-bottom: 0 !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 37px;
    text-transform: uppercase !important;
}

.right_subtitle3 {
    margin-bottom: 0 !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 53px;
    text-transform: uppercase !important;
    line-height: 45px;
}

.right_under_button_text {
    margin-top: 40px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.right_under_button_text + .wp-block-button__link {
    border-radius: 3px;
    padding: 13px 42px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    background-color: #2e333c !important;
    color: #ddb37b !important;
    min-width: 158.41px;
}


.glide__slides.glide__block-ul #slide_1 .pds__overlay {
    display: none !important;
}

@media (max-width: 1200px) {
    .glide-slider-block.block-custom-slider.home_custom_slider .glide__slide img {
        min-height: 800px;
        object-fit: cover;
    }
}


@media (max-width: 991px) {
    .pds__head-block {
        position: absolute;
        width: 85%;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .pds__head-block .pds__head-slide-block, .edit-post-visual-editor .block-editor-block-list__block h3.pds__head-slide-block {
        margin-bottom: 15px !important;
    }

    .pds__head-block .pds__head-slide-block, .edit-post-visual-editor .block-editor-block-list__block h3.pds__head-slide-block {
        max-width: 100%;
        text-align: center
    }
}


@media (max-width: 767px) {
    .glide-slider-block.block-custom-slider.home_custom_slider {
        margin-bottom: 20px;
    }

    .glide-slider-block.block-custom-slider.home_custom_slider .glide__slide img {
        min-height: 276px;
        max-height: 276px;
        object-fit: cover;
    }

    .glide-slider-block.block-custom-slider.home_custom_slider .cont {
        display: none;
    }

    .pds__head-block .wp-block-button.pds__btn {
        text-align: left;
        margin-left: 5%;
        margin-top: 25%;
    }

    .psd__right-block {
        position: absolute;
        top: 30px;
        right: 10px;
        text-align: right;
    }

    .right_text_title {
        margin-bottom: 0 !important;
        font-size: 20px !important;
        font-weight: 300;
    }

    .right_subtitle1 {
        margin-bottom: 0 !important;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .right_subtitle2 {
        margin-bottom: 0 !important;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase !important;
    }

    .right_subtitle3 {
        margin-bottom: 0 !important;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase !important;
        line-height: 26px;
    }

    .right_under_button_text {
        margin-top: 0 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

    .right_under_button_text + .wp-block-button__link {
        min-width: 118px !important;
        background-color: #2e333c !important;
        color: #ddb37b !important;
        font-weight: bold;
        padding: 13px 25px !important;
        border-radius: 3px;
        font-size: 0.8rem !important;
    }


}

@media (max-width: 395px) {
    .pds__head-block .wp-block-button.pds__btn {
        text-align: left;
        margin-left: 3%;
        margin-top: 25%;
    }
}


@media (max-width: 375px) {
    .pds__head-block .wp-block-button.pds__btn {
        text-align: left;
        margin-left: 0;
        margin-top: 25%;
    }
}

@media (max-width: 360px) {
    .pds__head-block .wp-block-button.pds__btn {
        text-align: left;
        margin-left: -1.5%;
        margin-top: 25%;
    }
}

@media (max-width: 320px) {
    .pds__head-block .wp-block-button.pds__btn {
        text-align: left;
        margin-left: 1%;
        margin-top: 25%;
    }
}