
/*
 * -----------------------------------------------------------------------------
 *
 * Контакты - Страница. 
 *
 * -----------------------------------------------------------------------------
 */

.iblock-contacts .col-side {
    margin-top: 3rem;
}

@media (min-width: 768px) {
    
    .iblock-contacts .row {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .iblock-contacts .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    
    .iblock-contacts .col-main {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .iblock-contacts .col-side {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        
        margin-top: 0;
        margin-left: 0;
    }  
    
    .iblock-contacts .content {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-direction: column;
        flex-direction: column;

        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

        -ms-flex-pack: justify;
        justify-content: space-between;
        
        height: 100%;
        padding: 2rem 0;
    }
    
}

@media (min-width: 992px) {
    .iblock-contacts .col-side {
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        max-width: 450px;
    }  
}

.iblock-contacts .box-title {
    margin-bottom: 2rem;
}

.iblock-contacts .box-contacts p {
    font-size: 1.25em;
}

.iblock-contacts .box-socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    
    margin-top: 2rem;
}

.iblock-contacts .box-socials .btn-dummy {
    margin-right: 15px;
}

.iblock-contacts .box-socials .btn-social {
    margin: 0;
}

@media (min-width: 412px) {
    .iblock-contacts .box-socials .btn-social {
        margin: 0 5px;
    }
}

/*
 * -----------------------------------------------------------------------------
 *
 * Контакты - Страница - Форма. 
 *
 * -----------------------------------------------------------------------------
 */

.iblock-contacts .sidebar {
    height: 100%;
}

.iblock-contacts .box-form {
    height: 100%;
    padding: 2rem;
    
    color: #000;
    background-color: #fff;
}

.iblock-contacts .box-form .title {
    margin: 8px 0 2rem;
    
    text-align: center;
    text-transform: uppercase;
    
    font-size: 20px;
    font-weight: 500;
}

.iblock-contacts .box-form .btn {
    width: 180px;
    margin: 2rem auto 0;
}

/*
 * -----------------------------------------------------------------------------
 *
 * Контакты - Блок.
 *
 * -----------------------------------------------------------------------------
 */


#iblock-contacts {
    
}


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


