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


.iblock-info {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.iblock-info .blackout {
    background-color: rgba(0,0,0,.7);
}


.iblock-info .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #fff;
}

.iblock-info .btn {
    min-width: 180px;
    max-width: 220px;
}

.iblock-info .image {
    
}

.iblock-info .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .iblock-info .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.fancybox__slide.has-iframe .fancybox__content {
    padding: 0 !important;
}


.iblock-info .image .icon {
    position: absolute;
    top: 50%; left: 50%;
    
    width: 100px; height: 100px;
    
    margin-top: -50px;
    margin-left: -50px;
    
    transform: scale(-1, 1);
    
    /*
    border: 3px solid rgba(255,255,255,.7);
    */
    
    border: 1px solid #fff;
    border-radius: 50%;
    
    background-color: rgba(0,0,0,.5);
    background-image: url(/_images/icon-search.svg);
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 46px auto;
    
    cursor: pointer;
}

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

#iblock-about {
    padding-top: 3rem;
}

#iblock-about .row {
    padding-bottom: 3rem;
}

#iblock-about .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #iblock-about .col {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

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

#iblock-about .icon {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

#iblock-about .icon svg {
    width: 100%; height: auto;
}

#iblock-about .title {
    margin-bottom: 1rem;
    
    font-size: 18px;
    font-weight: 600;
    
    text-align: center;
    color: var(--color-prim);
}

#iblock-about .text {
    margin-bottom: 2rem;
    
    font-size: 12px;
    text-align: justify;
}



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



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