/**
 * 
 * Тема : 
 * 
 *
 * 
 */


.iblock-title {
    margin-bottom: 2rem;
    
    font-family: 'Bitter', serif;
    font-size: 32px;
    font-weight: 800;
    
    line-height: 1.1;
}

@media (min-width: 576px) {
    .iblock-title {
        font-size: 38px;
    }
}

@media (min-width: 992px) {
    .iblock-title {
        font-size: 40px;
    }
}


.iblock-title.text-center {
    text-align: center;
}


.iblock-text {
    /*
    max-width: 700px;
    */
    margin-bottom: 2rem;
}

.iblock-title + .iblock-about {
    margin-top: -20px;
}

/*

.iblock {
    
}

.iblock-title {
    margin-bottom: 30px;
}

.iblock-title .title {
    display: inline-block;
    
    position: relative; z-index: 10;
    
    padding-right: 15px;
    
    font-size: 24px;
    font-weight: 700;
    
    text-transform: uppercase;
    
    background: #fff;
    color: var(--color-text);
}


@media (min-width: 768px) {
    .iblock-title .title {
        font-size: 24px;
    }
}

*/


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

#iblock-booking {
    
}

                    
@media (min-width: 768px) {
    
    #iblock-booking .col-main {
        -ms-flex-order: 1;
        order: 1;
    }          
    
    #iblock-booking .col-sidebar {
        -ms-flex-order: 2;
        order: 2;        
    }

}



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



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