/**
 * 
 * Тема : Блоки.
 * 
 *
 * 
 */

/*
 * -----------------------------------------------------------------------------
 *
 * Блок : Форма обращения.
 *
 * -----------------------------------------------------------------------------
 */

.iblock-contacts-form {
    text-align: center;
    background-color: #100773;
    display: none;
    overflow: hidden;
}

.iblock-contacts-form .form-box {
    max-width: 480px;
    
    margin: 0 auto;
    
    padding-top: 30px;
    padding-bottom: 30px;
}

.iblock-contacts-form .title {
    margin-bottom: 30px;
    
    font-size: 1.25em;
    font-weight: 700;
    
    color: #fff;
}

.iblock-contacts-form .alert-box {
    padding: 10px 0;
    background-color: #f0473e;
    color: #fff;
}

.iblock-contacts-form .alert-box .phone {
    font-weight: 700;
    white-space: nowrap;
    
    color: inherit;
}

@media (min-width: 768px) {
    
    .iblock-contacts-form .title {
        font-size: 1.5em;
    }
    .iblock-contacts-form .form-box {
        position: relative;
    }
    
    .iblock-contacts-form .form-box::before,
    .iblock-contacts-form .form-box::after {
        content: "";
        
        position: absolute; top: 0; bottom: 0;
        width: 240px;
            
        background-image: url(/wp-content/themes/gss/img/column.svg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
    }
    .iblock-contacts-form .form-box::before {
        left: -240px;
    }
    .iblock-contacts-form .form-box::after {
        right: -240px;
    }
}

@media (min-width: 992px) {
    .iblock-contacts-form .form-box::before {
        background-position: left center;
    }
    .iblock-contacts-form .form-box::after {
        background-position: right center;
    }
}



/*
.iblock-contacts-form .form-control:valid {
    text-align: left;
}
*/


.iblock-contacts-form .form-control.address {
    min-height: 50px;
}
.iblock-contacts-form .form-control.comment {
    min-height: 146px;
}

.iblock-contacts-form .btn {
    margin-top: 10px;
    padding: 0 30px;
    
    text-transform: uppercase;
}



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

