body .bo {
    font-family: 'GoghWebExtraBold' !important;
}

.form-block-wrapper.form-block-wrapper-contacts {
    margin-top: 56px;
    margin-bottom: 56px;
}


.form-block-wrapper-contacts {
    
    .form-block-wrp {
        display: flex;
        justify-content: space-between;
    }
    
    .form-block-left {
        width: 576px;
    }
    
    .section-title {
        margin-top: 0;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 46px;
        /* or 115% */
        /* www.marksmans.ru/Mine Shaft */
        color: #323232;
    }
    
    .textin {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #323232;
    }
    
    .form-block-left-text {
        margin-top: 39px;
    }
    
    .page-wrapper {
        overflow: hidden;
    }
    
    .form-block-right {
        width: 777px;
        padding: 48px 50px 38px 50px;
        box-sizing: border-box;
        background: #EBEBEB;
        border-radius: 22px;
    }
    
    .form-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .form-input {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .form-input input,
    .form-input textarea {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 13px;
        padding: 19px 28px 18px 28px;
        color: #000;
        border: none;
        box-shadow: none;
        width: 100%;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 14px;
    }
    
    .form-input12 {
        width: calc(50% - 11px);
    }
    
    .form-input input::placeholder,
    .form-input textarea::placeholder {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 13px;
        color: #323232;
    }
    
    .form-input-select {
        width: 100%;
    }
    
    .form-input-textarea {
        position: relative;
    }
    
    .form-input-textarea-counter {
        position: absolute;
        /* 0/700 */
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 13px;
        display: flex;
        align-items: center;
        color: #999999;
        right: 21px;
        bottom: 15px;
        gap: 1px;
    }
    
    .form-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
    
    .form-agree {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }
    
    .form-agree input {
        /* Rectangle 320 */
        cursor: pointer;
        width: 12px;
        min-width: 12px;
        height: 12px;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #FFFFFF;
    }
    
    .form-agree input:checked {
        background: #B21736;
        border: 1px solid #FFFFFF;
    }
    
    .agreetext {
        max-width: 229px;
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 14px;
        color: #000000;
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 14px;
        color: #000000;
    }
    
    .agreetext a {
        color: #B21736;
    }
    
    .form-bottom-submit input {
        font-style: normal;
        font-size: 20px;
        line-height: 120%;
        /* identical to box height, or 24px */
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-family: 'GoghWebExtraBold' !important;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 60px;
        width: 232px;
        background: #B21736;
        border-radius: 14px;
        border: none;
        box-shadow: none;
        transition: 0.3s;
    }
    
    .form-bottom-submit input:hover {
        transition: 0.3s;
        transform: scale(1.05);
    }
    
    .form-input-select {
        position: relative;
        z-index: 4;
        margin-bottom: 20px;
    }
    
    .select-vibrano {
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 13px;
        padding: 22px 28px 21px 28px;
        color: #323232;
        border: none;
        box-shadow: none;
        width: 100%;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .selectarrow {
        width: 18px;
        height: 10px;
        transition: 0.3s;
        background-image: url('data:image/svg+xml,<svg width="18" height="10" viewBox="0 0 18 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 1.28172L9 10L-3.81088e-07 1.28172L1.32314 -4.2058e-08L9 7.43678L16.6769 -5.30099e-07L18 1.28172Z" fill="%23B21736"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .select-vibrano.active .selectarrow {
        transform: scale(1, -1);
        transition: 0.3s;
    }
    
    .selectvindow {
        position: absolute;
        top: 58px;
        left: 0;
        display: none;
        width: 100%;
    }
    
    .select-vind-iner {
        width: 100%;
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 13px;
        padding: 22px 28px 21px 28px;
        color: #323232;
        border: none;
        box-shadow: none;
        width: 100%;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 12px;
    }
    
    .select-vind-iner-item.active,
    .select-vind-iner-item:hover {
        color: #B21736;
        transition: 0.3s;
    }
    
    .select-vind-iner-item {
        transition: 0.3s;
    }
}

@media(max-width: 1430px) {
    .form-block-wrapper-contacts {
        .section-title {
            font-size: 24px;
            line-height: 28px;
        }
        
        .form-block-left {
            width: 384px;
        }
        .form-block-right {
            width: 640px;
        }
        .form-block-left {
            width: 360px;
        }

        .textin {
            font-size: 16px;
            line-height: 20px;
        }
    }
}

@media(max-width: 1100px) {
    .form-block-wrapper.form-block-wrapper-contacts {
        margin-top: 49px;
        margin-bottom: 78px;
    }

    .form-block-wrapper-contacts {
        .form-block-wrp {
            flex-direction: column;
            gap: 30px;
        }
        .form-block-left-text {
            margin-top: 20px;
        }
        .form-block-right {
            width: 100%;
            padding: 16px 15px;
            box-sizing: border-box;
            background: #EBEBEB;
            border-radius: 14px;
        }
        .footer-wrapper {
            background: #323232;
            padding-top: 34px;
            padding-bottom: 47px;
        }
    }
}

@media(max-width: 900px) {
    .form-block-wrapper-contacts {
        .form-input {
            width: 100%;
            margin-bottom: 24px;
        }
        .form-input input,
        .form-input textarea {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 13px;
            padding: 19px 12px 18px 12px;
        }
        .select-vibrano {
            padding: 19px 12px 18px 12px;
        }
        .select-vind-iner {
            padding: 19px 12px 18px 12px;
        }
        .form-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-top: 0;
            flex-direction: column-reverse;
            gap: 24px;
        }
        .form-agree {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            width: 100%;
        }
        .agreetext {
            max-width: calc(100% - 22px);
        }
        .form-bottom-submit {
            width: 100%;
        }
        .form-bottom-submit input {
            width: 100%;
            font-size: 18px;
            line-height: 120%;
        }
    }

    @media(max-width: 650px) {
        .form-block-wrapper-contacts {
            .form-block-left {
                width: 100%;
            }

            .smart-captcha {
                min-width: auto;
            }
        }
    }
}
