/*
 * КОНТЕЙНЕР
 */




.section-features {
    /*padding: 6rem 6rem 10rem;*/
    margin-top: 10rem;
    /*background-image: url('../img/page/home/features/bg.jpg');*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.section-features .section__title {
    font-size: 3.6rem;
    font-weight: 700;
    display: block;
    text-align: center;
    /*color: #fff;*/
}
.features {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.6rem;
}
.feature {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50rem;
    color: #ca9d81;
    border: .3rem solid #ca9d81;
    font-size: 3.4rem;
    font-family: 'Fontello';
}
.feature__text {
    font-size: 1.6rem;
    /*color: #fff;*/
    font-weight: 700;
    display: block;
    margin-top: 2rem;
    line-height: 1.4;
    text-align: center;
}







.section-partners {
    /*padding: 6rem 6rem 10rem;*/
    margin-top: 10rem;
    /*background-image: url('../img/page/home/features/bg.jpg');*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.section-partners .section__title {
    font-size: 3.6rem;
    font-weight: 700;
    display: block;
    text-align: center;
    /*color: #fff;*/
}
.partners {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.6rem;
}
.partner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.partner__img-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.partner__img-wrap:before {
    display: block;
    content: '';
    padding-top: 100%;
}
.partner__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}
.partners-desc {
    margin-top: 2.4rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
}

















.page-wrap {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 12rem;
}
.page-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
}



.page-header {
    padding: 22rem 6rem 14rem;
    position: sticky;
    top: -16rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    transition: .3s;
    overflow: hidden;
    /*position: relative;*/

}
.single-product .page-header {
    background-color: #000;
}
.page-header__heading {
    /*background-color: rgba(0, 0, 0, .7);*/
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.page-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: .3;
}
.page-header.off {
    opacity: 0;
    pointer-events: none;
}

.page-header__back_breadcrumbs {
    display: flex;
    align-items: center;
}

.page-header__return {
    position: relative;
    z-index: 5;
    display: flex;
    padding: 0 2rem;
    height: 4rem;
    align-items: center;
    cursor: pointer;
    transition: .2s;
    /*border: .1rem solid #fff;*/
    background-color: rgba(255, 255, 255, .05);
    border-radius: 20rem;
}
.page-header__return:hover {

}
.page-header__icon {
    font-size: 1.1rem;
    /*width: 3.6rem;*/
    /*height: 3.6rem;*/
    /*border-radius: 10rem;*/
    /*background-color: #fff;*/
    color: #fff;
    /*padding-right: .2rem;*/
    display: flex;
    transition: .2s;
    align-items: center;
    justify-content: center;
}
.page-header__label {
    display: flex;
    align-items: center;

    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-left: 1rem;
    letter-spacing: .2rem;
}

.woocommerce-breadcrumb {
    display: flex;
    align-items: center;

    font-size: 0;
    font-weight: 700;
    color: #fff;
    /*border-left: .3rem solid rgba(255, 255, 255, .2);*/
    /*padding-left: 2.4rem;*/
    margin-left: 2.4rem;
}
.woocommerce-breadcrumb a {
    font-size: 1.1rem;
    display: flex;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-weight: 700;

    align-items: center;
    margin-right: 1.2rem;
}
.woocommerce-breadcrumb a:after {
    content: '\E84E';
    font-family: Fontello;
    font-size: 1.1rem;
    display: block;
    margin-left: 1.2rem;
}

.page-header__title {

    color: #fff;
    font-weight: 100;
    font-size: 5rem;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 1rem;
    display: flex;
    margin-top: 2.4rem;
}





.content {
    /*box-shadow: 0 0 5rem rgba(0, 0, 0, 1);*/
    /*background: #fff;*/
    position: relative;
    z-index: 10;
}
.content-page,
.content-single {
    /*width: 90rem;*/
    width: calc(100% - 24rem);
    min-width: 80rem;
    margin: 0 auto;
    padding: 7.2rem 12rem;
    background-color: #fff;
}
.content-category {
    width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
}
.content-page-collections {
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0;
    background-color: #111;
}
.content-woocommerce {
    padding: 6rem;
}






.collection-desc {
    /*padding-left: 6rem;*/
    /*color: #fff;*/
    /*max-width: 90rem;*/
    margin: 6rem auto 0;
    padding: 6rem 12rem;
    background-color: #fff;
    /*max-width: calc(100% - 12rem);*/
}





.article {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    justify-content: flex-start;
}
.article > *:first-child {
    margin-top: 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: 2.4rem 0 0;
    color: inherit;
    font-weight: 700;

    /*color: #fff;*/
}
.article h1 {
    font-size: 3.6rem;
}
.article h2 {
    font-size: 3.4rem;
}
.article h3 {
    font-size: 3.2rem;
}
.article h4 {
    font-size: 3rem;
}
.article h5 {
    font-size: 2.8rem;
}
.article h6 {
    font-size: 1.6rem;
}
.article p + h1,
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5,
.article p + h6 {
    margin: 4.8rem 0 0;
}
.article > p {
    margin: 2.4rem 0 0;
    line-height: 1.7;
    font-size: 1.8rem;
}
.article ul,
.article ol {
    margin-top: 2.4rem;
}
.article li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.6;
    margin-top: .6rem;
}
.article ul li {
    list-style-type: disc;
}
.article ol li {
    list-style-type: decimal;
}
.article ul li:first-child,
.article ol li:first-child {
    margin-top: 0;
}
.article a {
    text-decoration: underline;
    /*font-weight: 700;*/
}

.article img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/* ????? */
.article img.aligncenter {

}
.article img.alignright {

}

.article .wp-caption {
    position: relative;
    overflow: hidden;
    margin-top: 2.4rem;
    display: flex;
}
/* ???? */
.article .wp-caption.aligncenter {

}
.article .wp-caption.alignright {

}
.article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 2.4rem 1.2rem 1.2rem;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.article .wp-caption .swipebox {
    background: #000;
    display: block;
    position: relative;
    overflow: hidden;
}
.article .wp-caption .swipebox:after {
    content: '\e801';
    position: absolute;
    color: #fff;
    font-family: Fontello;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    transition: .2s;
    opacity: 0;
    transform: translateY(3rem);
}
.article .wp-caption .swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
.article .wp-caption .swipebox:hover:after {
    opacity: 1;
    transform: translateY(0);
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2.4rem;
}
/*.wp-caption + .gallery,
.wp-caption + a.swipebox,
.gallery + .wp-caption,
.gallery + .gallery,
.gallery + a.swipebox,
a.swipebox + .gallery,
a.swipebox + .wp-caption {
    margin-top: .6rem;
}*/
.gallery-item {
    position: relative;
    padding: .1rem;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-icon {
    display: block;
}
.gallery-icon .swipebox {
    position: relative;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: flex-start;
}
.article .gallery-icon .swipebox:after {
    content: '\e801';
    position: absolute;
    color: #fff;
    font-family: Fontello;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    transition: .2s;
    opacity: 0;
    transform: translateY(3rem);
}
.article .gallery-icon .swipebox:hover:after {
    opacity: 1;
    transform: translateY(0);
}
.gallery-item img {
    transition: .2s;
    width: 100%;
    height: auto;
    display: block;
}
.article .gallery-icon .swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}

.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 2.4rem 1.2rem 1.2rem;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}




.article .iframe-video {
    position: relative;
    padding-top: 56.25%;
}
.article .iframe-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}




































































@media all and (max-width: 1000px) {





    .section-features {
        /*padding: 6rem 6rem 10rem;*/
        margin-top: 10rem;
        /*background-image: url('../img/page/home/features/bg.jpg');*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }
    .section-features .section__title {
        font-size: 3.6rem;
        font-weight: 700;
        display: block;
        text-align: center;
        /*color: #fff;*/


        font-size: 3.2rem;
        line-height: 1.2;
    }
    .features {
        margin-top: 6rem;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 3.6rem;


        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }
    .feature {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;


        width: calc(50% - 1rem);
    }
    .feature__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8rem;
        height: 8rem;
        border-radius: 50rem;
        color: #ca9d81;
        border: .3rem solid #ca9d81;
        font-size: 3.4rem;
        font-family: 'Fontello';
    }
    .feature__text {
        font-size: 1.6rem;
        /*color: #fff;*/
        font-weight: 700;
        display: block;
        margin-top: 2rem;
        line-height: 1.4;
        text-align: center;
    }







    .section-partners {
        /*padding: 6rem 6rem 10rem;*/
        margin-top: 10rem;
        /*background-image: url('../img/page/home/features/bg.jpg');*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
    }
    .section-partners .section__title {
        font-size: 3.6rem;
        font-weight: 700;
        display: block;
        text-align: center;
        /*color: #fff;*/


        font-size: 3.2rem;
        line-height: 1.2;
    }
    .partners {
        margin-top: 6rem;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 3.6rem;


        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }
    .partner {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;


        width: calc(50% - 1rem);
    }
    .partner__img-wrap {
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
    }
    .partner__img-wrap:before {
        display: block;
        content: '';
        padding-top: 100%;
    }
    .partner__img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        object-fit: contain;
        object-position: center;
    }
    .partners-desc {
        margin-top: 2.4rem;
        text-align: center;
        line-height: 1.3;
        font-weight: 700;
    }

















    .page-wrap {
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 12rem;
    }
    .page-wrap:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .6);
    }



    .page-header {
        padding: 22rem 6rem 14rem;
        position: sticky;
        top: -16rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        z-index: 10;
        transition: .3s;
        overflow: hidden;
        /*position: relative;*/


        padding: 22rem 2rem 14rem;
    }
    .single-product .page-header {
        background-color: #000;
    }
    .page-header__heading {
        /*background-color: rgba(0, 0, 0, .7);*/
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .page-header-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        opacity: .3;
    }
    .page-header.off {
        opacity: 0;
        pointer-events: none;
    }

    .page-header__back_breadcrumbs {
        display: flex;
        align-items: center;
    }

    .page-header__return {
        position: relative;
        z-index: 5;
        display: flex;
        padding: 0 2rem;
        height: 4rem;
        align-items: center;
        cursor: pointer;
        transition: .2s;
        /*border: .1rem solid #fff;*/
        background-color: rgba(255, 255, 255, .05);
        border-radius: 20rem;
    }
    .page-header__return:hover {

    }
    .page-header__icon {
        font-size: 1.1rem;
        /*width: 3.6rem;*/
        /*height: 3.6rem;*/
        /*border-radius: 10rem;*/
        /*background-color: #fff;*/
        color: #fff;
        /*padding-right: .2rem;*/
        display: flex;
        transition: .2s;
        align-items: center;
        justify-content: center;
    }
    .page-header__label {
        display: flex;
        align-items: center;

        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin-left: 1rem;
        letter-spacing: .2rem;
    }

    .woocommerce-breadcrumb {
        display: flex;
        align-items: center;

        font-size: 0;
        font-weight: 700;
        color: #fff;
        /*border-left: .3rem solid rgba(255, 255, 255, .2);*/
        /*padding-left: 2.4rem;*/
        margin-left: 2.4rem;
    }
    .woocommerce-breadcrumb a {
        font-size: 1.1rem;
        display: flex;
        letter-spacing: .2rem;
        text-transform: uppercase;
        font-weight: 700;

        align-items: center;
        margin-right: 1.2rem;
    }
    .woocommerce-breadcrumb a:after {
        content: '\E84E';
        font-family: Fontello;
        font-size: 1.1rem;
        display: block;
        margin-left: 1.2rem;
    }

    .page-header__title {

        color: #fff;
        font-weight: 100;
        font-size: 5rem;
        position: relative;
        z-index: 5;
        text-transform: uppercase;
        letter-spacing: 1rem;
        display: flex;
        margin-top: 2.4rem;


        font-size: 3.2rem;
        letter-spacing: 0;
    }





    .content {
        /*box-shadow: 0 0 5rem rgba(0, 0, 0, 1);*/
        /*background: #fff;*/
        position: relative;
        z-index: 10;
    }
    .content-page,
    .content-single {
        /*width: 90rem;*/
        width: calc(100% - 24rem);
        min-width: 80rem;
        margin: 0 auto;
        padding: 7.2rem 12rem;
        background-color: #fff;


        width: 100%;
        padding: 7.2rem 2rem;
        min-width: unset;
    }
    .content-category {
        width: 100%;
        margin: 0 auto;
        padding: 0 6rem;


        padding: 0 2rem;
    }
    .content-page-collections {
        width: 100%;
        margin: 0 auto;
        padding: 6rem 0;
        background-color: #111;
    }
    .content-woocommerce {
        padding: 6rem;


        padding: 6rem 2rem;
    }






    .collection-desc {
        /*padding-left: 6rem;*/
        /*color: #fff;*/
        /*max-width: 90rem;*/
        margin: 6rem auto 0;
        padding: 6rem 12rem;
        background-color: #fff;
        /*max-width: calc(100% - 12rem);*/
    }





    .article {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        justify-content: flex-start;
    }
    .article > *:first-child {
        margin-top: 0;
    }

    .article h1,
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        margin: 2.4rem 0 0;
        color: inherit;
        font-weight: 700;

        /*color: #fff;*/
    }
    .article h1 {
        font-size: 3.6rem;
    }
    .article h2 {
        font-size: 3.4rem;
    }
    .article h3 {
        font-size: 3.2rem;
    }
    .article h4 {
        font-size: 3rem;
    }
    .article h5 {
        font-size: 2.8rem;
    }
    .article h6 {
        font-size: 1.6rem;
    }
    .article p + h1,
    .article p + h2,
    .article p + h3,
    .article p + h4,
    .article p + h5,
    .article p + h6 {
        margin: 4.8rem 0 0;
    }
    .article > p {
        margin: 2.4rem 0 0;
        line-height: 1.7;
        font-size: 1.8rem;
    }
    .article ul,
    .article ol {
        margin-top: 2.4rem;
    }
    .article li {
        list-style-type: inherit;
        list-style-position: inside;
        line-height: 1.6;
        margin-top: .6rem;
    }
    .article ul li {
        list-style-type: disc;
    }
    .article ol li {
        list-style-type: decimal;
    }
    .article ul li:first-child,
    .article ol li:first-child {
        margin-top: 0;
    }
    .article a {
        text-decoration: underline;
        /*font-weight: 700;*/
    }

    .article img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        transition: .2s;
    }
    /* ????? */
    .article img.aligncenter {

    }
    .article img.alignright {

    }

    .article .wp-caption {
        position: relative;
        overflow: hidden;
        margin-top: 2.4rem;
        display: flex;
    }
    /* ???? */
    .article .wp-caption.aligncenter {

    }
    .article .wp-caption.alignright {

    }
    .article .wp-caption .wp-caption-text {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        padding: 2.4rem 1.2rem 1.2rem;
        pointer-events: none;
        background: rgba(0,0,0,.7);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,.8)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }
    .article .wp-caption .swipebox {
        background: #000;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .article .wp-caption .swipebox:after {
        content: '\e801';
        position: absolute;
        color: #fff;
        font-family: Fontello;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3rem;
        transition: .2s;
        opacity: 0;
        transform: translateY(3rem);
    }
    .article .wp-caption .swipebox:hover img {
        transform: scale(1.1);
        opacity: .6;
    }
    .article .wp-caption .swipebox:hover:after {
        opacity: 1;
        transform: translateY(0);
    }

    .gallery {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 2.4rem;
    }
    /*.wp-caption + .gallery,
    .wp-caption + a.swipebox,
    .gallery + .wp-caption,
    .gallery + .gallery,
    .gallery + a.swipebox,
    a.swipebox + .gallery,
    a.swipebox + .wp-caption {
        margin-top: .6rem;
    }*/
    .gallery-item {
        position: relative;
        padding: .1rem;
    }
    .gallery-columns-1 .gallery-item {
        width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        width: 11.11%;
    }
    .gallery-icon {
        display: block;
    }
    .gallery-icon .swipebox {
        position: relative;
        overflow: hidden;
        background: #000;
        display: flex;
        align-items: flex-start;
    }
    .article .gallery-icon .swipebox:after {
        content: '\e801';
        position: absolute;
        color: #fff;
        font-family: Fontello;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3rem;
        transition: .2s;
        opacity: 0;
        transform: translateY(3rem);
    }
    .article .gallery-icon .swipebox:hover:after {
        opacity: 1;
        transform: translateY(0);
    }
    .gallery-item img {
        transition: .2s;
        width: 100%;
        height: auto;
        display: block;
    }
    .article .gallery-icon .swipebox:hover img {
        transform: scale(1.1);
        opacity: .6;
    }

    .gallery-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        padding: 2.4rem 1.2rem 1.2rem;
        pointer-events: none;
        background: rgba(0,0,0,.7);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,.8)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }




    .article .iframe-video {
        position: relative;
        padding-top: 56.25%;
    }
    .article .iframe-video iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
    }



}

















