.block_text_open {
    display: flex;
    flex-direction: column;
    padding-left: 124px;

    position: relative;
    cursor: pointer;
}


#right {
    padding-left: 30px;
    padding-right: 114px;
}

@media (max-width: 700px) {

    .block_text_open,
    #right {
        padding-top: 24px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 65px !important;
        align-items: center;
    }
}

.block_text_open span {
    padding-bottom: .07142857142857142rem;
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
}

.block_text_open h2 {
    font-family: "SFProDisplay-Regular", Sans-serif;
    font-size: 35px;
    color: rgba(0, 0, 0, .9);
}

.block_text_open p {
    font-family: "SFProDisplay-Regular", Sans-serif;
    padding-top: 17px;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
}

.block_text_open button {
    width: fit-content;
    height: 40px;
    border: 1px solid white;
    border-radius: 100px;
    background-color: white;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 700px) {
    .block_text_open h2 {
        font-size: 25px;
        text-align: center;
    }

    .block_text_open p {
        text-align: center;
    }
}

.block_text_open button p {
    padding: 0px 8px;
}

.block_text_open button span {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #191919;
    transition: width .15s ease-in .1s, height .15s ease-in .1s, transform .3s ease-in .15s;
}

.block_text_open button span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transform: translate3d(-50%, -50%, 0);
    transition: height .15s ease-in .1s;
    content: "";
}

.block_text_open button span::after {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: height .15s ease-in .1s;
    content: "";
}

.open_block {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: black;
}

.active_scroll_block {
    max-height: 700px !important;
}

@media screen {
    .active_scroll_block {
        max-height: calc(100% + 150px) !important;
        ;
    }
}


.form_block_service {
    width: 100%;
    max-width: 400px !important;
    height: 100%;
    background: rgba(3, 13, 30, 0.4);
    backdrop-filter: blur(8.9999990463px);
    z-index: 10;
    transition: all 0.5s ease;
    padding: 20px 25px;

    form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .logo_form {
        display: block;
        position: relative;
        top: 0;
        margin: 0px auto;
        left: 0;
    }

    .title_form {
        font-size: 35px;
        text-transform: uppercase;
        color: white;
    }

    input,
    select {
        border: 1px solid #666;
        border-radius: 3px;
        padding: .5rem 1rem;
        transition: all .3s;
        outline: none;
        font-size: 16px;
        width: 100%;
        height: 40px;
    }

    input[type="checkbox"] {
        width: unset;
        height: unset;
    }

    fieldset {
        border: none;
    }

    .checkbox_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    textarea {
        width: 100%;
        border: 1px solid #666;
        border-radius: 3px;
        padding: .5rem 1rem;
        transition: all .3s;
        height: 100px;
        outline: none;
        resize: none;
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        height: 55px;
        background-color: #dbad76;
        border: none;
        font-family: "SFProDisplay-Regular", Sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-image: none;
        font-size: 0.875rem;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
    }

    .label_checkbox {
        font-family: "SFProDisplay-Regular", Sans-serif;
        font-size: 20px;
        font-weight: 300;
    }

    label {
        cursor: pointer;
        font-size: 16px;
    }

    a {
        color: white;
        text-decoration: underline !important;
    }

    .text_info {
        font-family: "SFProDisplay-Regular", Sans-serif;
        color: white;
    }

    .checkbox-inner label {
        color: white;
    }
}

.block_serv {
    position: relative !important;
    width: 100% !important;
    max-width: 1300px !important;

    .open_block_service {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(29, 46, 83, .7));
        backdrop-filter: blur(25px);
        transition: opacity .15s ease-in, z-index .15s ease-in;
        border-radius: 4px;
        z-index: 10;
        opacity: 0;
        top: 0;
        transition: 0.3s opacity linear;
        visibility: hidden;
        justify-content: center !important;
        gap: 50px !important;
        align-items: center;
        h2 {
            text-align: center;
        }
    }
}

.active_block_srev {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.3s linear, visibility 0s linear 0s;
}

.btn_more {
    font-weight: 600;
    color: black !important;
}
.block_scroll_accessory {
    .open_form_btn {
        .elementor-button {
            @media (max-width: 768px) {
                width: 100% !important;
            }
        }

    }
}