/*-------------------------------*/

.banner_order {
    height: 100%;
    background-image: url("../images/banner_bg/bg_general.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.banner_order_locker {
    height: 100%;
    background-image: url("../images/bg_locker/2440-new.png");
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 12px;
    transition: background-image .3s ease-in-out, background-position .3s ease-in-out;
}

.b_text_new {
    padding-top: 36px;
    padding-left: 81px;
    padding-bottom: 34px;
    transition: padding-top .3s ease-in-out, padding-left .3s ease-in-out, padding-bottom .3s ease-in-out;
}

.b_text_new  .b_title {
    font-family: "Grtsk Tera", sans-serif;
    font-weight: 600;
    font-size: 48px;
    font-style: normal;
    height: 89px;
    width: 100%;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    line-height: 104%;
    margin-bottom: 27px;
    transition: font-size .3s ease-in-out, margin-bottom .3s ease-in-out, width .3s ease-in-out;
}

.b_text_new .b_subtitle {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    line-height: 100%;
    margin-bottom: 24px;
    transition: font-size .3s ease-in-out, margin-bottom .3s ease-in-out, width .3s ease-in-out;
}

.b_text_new .b_actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.b_text_new .b_button_new {
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 8px 16px;
    margin: 0;
    /*width: 162px;*/
    height: 40px;
    background-color: #2d4942;

    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-transform: none;

    box-sizing: border-box;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.b_text_new .b_button_new:hover {
    background-color: #2D2F33;
}

.b_text_new .orange_style {
    background-color: #CB7D5D;
}

    /*Стили для модального окна*/

.new_style_for_contents {
    background-image: url("../images/modal/bg-03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.almaPopupWindow .new_style_for_contents {
    padding: 55px 47px 28px 47px;
}

.almaPopupWindow .new_style_for_contents h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 600;
    font-style: normal;
    line-height: 111%;
    margin-bottom: 26px;
}

.almaPopupWindow .new_style_for_contents .text {
    font-weight: 500;
    font-size: 22px;
    line-height: 114%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    max-width: 520px;
    margin: 0 auto 11px auto;
}

.almaPopupWindow .new_style_for_contents .text_2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 158%;
    text-transform: uppercase;
    text-align: center;
    color: #fffefe;
    margin-top: 7px;
}

.almaPopupWindow .new_style_for_contents .list {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
    list-style: none;
}


.new_style_for_contents_actions {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.almaPopupWindow .new_style_for_contents a.button {
    margin-top: 47px;
    border-radius: 6px;
    padding: 8px 16px;
    background: #334842;


    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}


.almaPopupWindow a.button.jsCloseModal {
    border: 1px solid #334842;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.almaPopupWindow .new_style_for_contents a.button:hover{
	background:#2D2F33;
}

.new_style_for_contents .style {
    box-shadow: none;
    border-bottom: 2px solid #FFFFFF;
    border-radius: 0;
}

.new_style_for_contents .style.valid {
    box-shadow: none;
    border-bottom: 2px solid #59982a !important;
    border-radius: 0;
}

.new_style_for_contents .style.active {
    box-shadow: none;
    border-bottom: 2px solid #CB7D5D !important;
    border-radius: 0;
}

.new_style_for_contents .style .label {
    color: #FFFFFF;
}

.new_style_for_contents .style input {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
}

.almaPopupWindow .new_style_for_contents .field_cont .field .privacy-policy {
    color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 127%;
    color: #fffefe; 
}

.almaPopupWindow .new_style_for_contents .field_cont .field .privacy-policy a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fffefe; 
}

/*Стили для модального окна Ваша заявка принята*/

.almaPopupWindow.almaAlert .contentsThanks {
    background-image: url("../images/modal-thanks/bg-03.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.almaPopupWindow .contentsThanks {
    padding: 70px 59px 68px 59px;
}

.almaPopupWindow .contentsThanks .subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 114%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}


.almaPopupWindow .contentsThanks h1 {
    font-weight: 600;
    font-size: 38px;
    font-style: italic;
    line-height: 111%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 26px;
}

.almaPopupWindow .contentsThanks a.button {
    border-radius: 6px;
    padding: 8px 16px;
    background: #334842;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
}

.almaPopupWindow .contentsScroll:has(.new_style_for_contents.thanks) {
    height: 300px !important;
}

.almaPopupWindow .new_style_for_contents.thanks {
    height: 300px;
    padding: 70px 59px !important;
    box-sizing: border-box;
}

.almaPopupWindow .new_style_for_contents.thanks .thanks_title {
    font-family: "Grtsk Tera", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 111%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    max-width: 400px;
    margin: 0 auto 26px auto;
}

.almaPopupWindow .new_style_for_contents.thanks .thanks_subtitle {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 114%;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    max-width: 340px;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .almaPopupWindow .contentsScroll:has(.new_style_for_contents.thanks) {
        height: unset !important;
    }
    .almaPopupWindow .new_style_for_contents.thanks {
        padding: 48px 26px !important;
        height: unset;
    }
    .almaPopupWindow .new_style_for_contents.thanks .thanks_title {
        font-size: 20px;
        line-height: 130%;
        max-width: 200px;
        margin: 0 auto 11px auto;
    }
    .almaPopupWindow .new_style_for_contents.thanks .thanks_subtitle {
        font-size: 15px;
        line-height: 107%;
        max-width: 220px;
    }
}