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


#iblock-attractions {
    padding: 30px 0 0;
}


#iblock-attractions .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
    margin-bottom: 30px;
}

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

@media (min-width: 992px) {
    #iblock-attractions .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/*

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #iblock-attractions .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    body:not(.blog) #iblock-attractions .col:nth-last-of-type(1) {
        display: none; -!!! Сука, нах@я это здесь??? Бл@ть, я забыл, нах@й!!! Зачем-то это же нужно было. Спать теперь не смогу...
    }
}

@media (min-width: 992px) {
    #iblock-attractions .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    body:not(.blog) #iblock-attractions .col:nth-last-of-type(1) {
        display: block;
    }
}

@media (min-width: 1200px) {

}

*/

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


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

#iblock-attractions .iblock-items .col-100 .title {
    font-size: 24px;
}   

#iblock-attractions .iblock-items .col-100 .about {
    margin-top: 1rem;
    font-size: 14px;
}


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




#iblock-attractions .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    position: relative;
    height: 100%;
    
    border-radius: 10px;
    overflow: hidden;
}



#iblock-attractions .item .image-box {
    display: block;
    text-decoration: none;
}


#iblock-attractions .item .text-box {
    position: relative;
    height: 100%;
    
    margin-top: -100px;
    padding: 100px 1rem 80px;

    color: #fff;
    
    background: linear-gradient(to bottom, rgba(182,161,132,0) 0%, rgba(182,161,132,1) 100px, rgba(182,161,132,1) 100%);
    /*
    background: linear-gradient(to bottom, rgba(207,183,151,0) 0%, rgba(207,183,151,1) 100px, rgba(207,183,151,1) 100%);
    */
}


#iblock-attractions .item .title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    
    margin-top: 5px;
    
    font-size: 18px;
    font-weight: 600;
}

#iblock-attractions .item .about {
    margin-top: 1rem;
    font-size: 14px;
}

#iblock-attractions .item .more {
    position: absolute;
    left: 1rem; bottom: 1rem;
}

#iblock-attractions .item .btn {
    min-width: 180px;
}


/*
.blog #iblock-attractions .item .title {
    font-size: 20px;
}

.blog #iblock-attractions .item .about {
    display: block;
    margin-top: 30px;
}
*/

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

#iblock-attractions .iblock-footer {
    padding: 0 0 30px;
    text-align: center;
}

#iblock-attractions .iblock-footer .btn {
    min-width: 180px;
}

/*
 * -----------------------------------------------------------------------------
 *
 * 
 *
 * -----------------------------------------------------------------------------
 */

#iblock-attractions-single {
    padding: 1rem 0 2rem;
}

#iblock-attractions-single #iblock-attractions .title {
    margin-bottom: 1rem;
    
    font-size: 32px;
    line-height: 1.1;
}

#iblock-attractions-single #iblock-attractions .iblock-footer {
    padding-top: 2rem;
    text-align: left;
}

/*
 * -----------------------------------------------------------------------------
 *
 * Страница новостей.
 *
 * -----------------------------------------------------------------------------
 */

.col-main #iblock-attractions .meta {
    margin-top: 0;
    margin-bottom: 1rem;
}


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