

.button-content {
    margin-top: 11px;
}

a.custom-link-1.refound-button {
    height: 46px;
}

.mobile-version.additional {
    display: none;
}

@media (max-width: 1174px) {
    h1.section-h1 {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        
        font-weight: 600;
        max-width: unset;
        line-height: 29px;
        width: 100%;
    }
    
    p.section-p {
        color: #988C92;
        text-align: center;
        font-size: 12px;
        
        font-weight: 500;
        line-height: 22px;
        max-width: unset;
    }
    
    .section-block-a {
        gap: 7px;
    }
    
    .menu-select {
        width: 100%;
        max-width: unset;
    }
    
    a.custom-link-1.refound-button {
        width: 100%;
    }
    cw2 {
        color: #FFF;
        font-family: var(--font-family-second);
        font-size: 12px;
        
        font-weight: 500;
        line-height: 25.2px;
    }
}

@media (max-width: 900px) {
    .mobile-version.additional {
        display: grid;
        margin-top: 25px;
    }    
    .group-text-info {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        margin-top: 19px;
    }

    p.text-info-selectbox {
        font-size: 14px;
    }
    input.custom-input-1 {
        font-size: 14px;
    }
    p.text-info-b {
        font-size: 12px;
        text-align: center;
    }
    p.text-selectbox-p {
        font-size: 13px;
    }
}