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





/* Шапка страницы */

.page-header {
    /*padding-top: 8rem;*/
    position: relative;
}
.page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
}
.page-header__content {
    padding: 12rem 6rem;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;
}




.page-head__return {
    height: 2.8rem;
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, .08);
    padding: 0 1.2rem 0 .4rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
}
.page-head__icon {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    margin-right: 1rem;
    background-color: rgba(0, 0, 0, .3);
}
.page-head__icon:before {
    content: '\e84d';
    font-family: 'Fontello';
}


.page-header__title {
    font-family: 'Dirk';
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 400;
    position: relative;
    z-index: 5;
    display: flex;
    text-transform: uppercase;
    font-size: 4.6rem;
    margin-top: 2.4rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1rem;
}
.page-header__subtitle {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    z-index: 5;
    display: flex;
    letter-spacing: .3rem;
    line-height: 1.5;
    margin-top: 2.4rem;
    text-align: center;
    max-width: 90rem;
    border-top: .2rem solid rgba(255, 255, 255, .12);
    padding-top: 3rem;
}

























.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 100;
    /*background-color: rgba(0, 0, 0, .8);*/
}
.flex-row--home {
    /*margin-top: 3.6rem;*/
}
.flex-row--page {
    
}


.flex-row__center,
.content {
    width: 100%;
    position: relative;
    padding: 0 6rem;
    flex-shrink: 1;
}
.flex-row__center--home {
    width: 100%;
    padding: 0;
}
.content--page {
    
}




.iframe-video {
    position: relative;

}
.iframe-video:before {
    content: '';
    display: block;
    /*float: left;*/
    padding-top: 56.25%;
}
.iframe-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}



.content article {
    /*padding: 3.6rem 0 7.2rem;*/
    padding: 6rem 12rem;
    background-color: rgba(0, 0, 0, .07);
}
.content article > *:first-child {
    margin-top: 0;
}

.content article h1,
.content article h2,
.content article h3,
.content article h4,
.content article h5,
.content article h6 {
    margin: 3.6rem 0 0;
    color: inherit;
    font-weight: 400;
    font-family: 'Dirk';
    letter-spacing: .1rem;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}
.content article h1 {
    font-size: 4.6rem;
}
.content article h2 {
    font-size: 4rem;
}
.content article h3 {
    font-size: 3.4rem;
}
.content article h4 {
    font-size: 2.8rem;
}
.content article h5 {
    font-size: 2.4rem;
}
.content article h6 {
    font-size: 2rem;
}
.content article p + h1,
.content article p + h2,
.content article p + h3,
.content article p + h4,
.content article p + h5,
.content article p + h6 {
    margin: 3.6rem 0 0;
}
.content article > p {
    margin: 3.6rem 0 0;
    line-height: 1.6;
    font-size: 1.8rem;
}
.content article ul,
.content article ol {
    margin-top: 2.4rem;
}
.content article ul li,
.content article ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;
    font-size: 1.8rem;
}
.content article ul li {
    list-style-type: disc;
}
.content article ol li {
    list-style-type: decimal;
}
.content article ul li:first-child,
.content article ol li:first-child {
    margin-top: 0;
}


.content article a {
    text-decoration: underline;
}



.content article .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.content article .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.content article img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/*.content article img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}*/
.content article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}


.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.wp-caption + .gallery,
.wp-caption + a.swipebox,
.gallery + .wp-caption,
.gallery + .gallery,
.gallery + a.swipebox,
a.swipebox + .gallery,
a.swipebox + .wp-caption {
    margin-top: 0;
}
dl.gallery-item {
    position: relative;
    border: .1rem solid #FFF6E3;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.content .gallery-columns-4 .gallery-item {
    width: 25%;
}
.content .gallery-columns-5 .gallery-item {
    width: 20%;
}
.content .gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.content .gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.content .gallery-columns-9 .gallery-item {
    width: 11.11%;
}
dt.gallery-icon {

}
dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
dl.gallery-item img {
    transition: .4s;
    width: 100%;
    height: auto;
     transform: scale(1.05);
}
dd.wp-caption-text.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.gallery.gallery-size-full dl.gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gallery.gallery-size-full dt.gallery-icon {
    
}
.gallery.gallery-size-full a.swipebox {
    display: block;
    background: #000;
}
.gallery.gallery-size-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}































































































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



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





/* Шапка страницы */

.page-header {
    /*padding-top: 8rem;*/
    position: relative;
}
.page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
}
.page-header__content {
    padding: 12rem 6rem;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;


    padding: 8rem 2rem;
}




.page-head__return {
    height: 2.8rem;
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, .08);
    padding: 0 1.2rem 0 .4rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
}
.page-head__icon {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    margin-right: 1rem;
    background-color: rgba(0, 0, 0, .3);
}
.page-head__icon:before {
    content: '\e84d';
    font-family: 'Fontello';
}


.page-header__title {
    font-family: 'Dirk';
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 400;
    position: relative;
    z-index: 5;
    display: flex;
    text-transform: uppercase;
    font-size: 4.6rem;
    margin-top: 2.4rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1rem;


    font-size: 3.6rem;
}
.page-header__subtitle {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    z-index: 5;
    display: flex;
    letter-spacing: .3rem;
    line-height: 1.5;
    margin-top: 2.4rem;
    text-align: center;
    max-width: 90rem;
    border-top: .2rem solid rgba(255, 255, 255, .12);
    padding-top: 3rem;
}

























.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 100;
    /*background-color: rgba(0, 0, 0, .8);*/
}
.flex-row--home {
    /*margin-top: 3.6rem;*/
}
.flex-row--page {
    
}


.flex-row__center,
.content {
    width: 100%;
    position: relative;
    padding: 0 6rem;
    flex-shrink: 1;


    padding: 0 1.2rem;
}
.flex-row__center--home {
    width: 100%;
    padding: 0;
}
.content--page {
    
}




.iframe-video {
    position: relative;

}
.iframe-video:before {
    content: '';
    display: block;
    /*float: left;*/
    padding-top: 56.25%;
}
.iframe-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}



.content article {
    /*padding: 3.6rem 0 7.2rem;*/
    padding: 6rem 12rem;
    background-color: rgba(0, 0, 0, .07);


    padding: 6rem 2rem;
}
.content article > *:first-child {
    margin-top: 0;
}

.content article h1,
.content article h2,
.content article h3,
.content article h4,
.content article h5,
.content article h6 {
    margin: 3.6rem 0 0;
    color: inherit;
    font-weight: 400;
    font-family: 'Dirk';
    letter-spacing: .1rem;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}
.content article h1 {
    font-size: 4.6rem;
}
.content article h2 {
    font-size: 4rem;
}
.content article h3 {
    font-size: 3.4rem;
}
.content article h4 {
    font-size: 2.8rem;
}
.content article h5 {
    font-size: 2.4rem;
}
.content article h6 {
    font-size: 2rem;
}
.content article p + h1,
.content article p + h2,
.content article p + h3,
.content article p + h4,
.content article p + h5,
.content article p + h6 {
    margin: 3.6rem 0 0;
}
.content article > p {
    margin: 3.6rem 0 0;
    line-height: 1.6;
    font-size: 1.8rem;
}
.content article ul,
.content article ol {
    margin-top: 2.4rem;
}
.content article ul li,
.content article ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;
    font-size: 1.8rem;
}
.content article ul li {
    list-style-type: disc;
}
.content article ol li {
    list-style-type: decimal;
}
.content article ul li:first-child,
.content article ol li:first-child {
    margin-top: 0;
}


.content article a {
    text-decoration: underline;
}



.content article .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.content article .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.content article img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}

.content article img {


    max-width: 100%;
    height: auto;
}
/*.content article img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}*/
.content article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}


.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.wp-caption + .gallery,
.wp-caption + a.swipebox,
.gallery + .wp-caption,
.gallery + .gallery,
.gallery + a.swipebox,
a.swipebox + .gallery,
a.swipebox + .wp-caption {
    margin-top: 0;
}
dl.gallery-item {
    position: relative;
    border: .1rem solid #FFF6E3;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.content .gallery-columns-4 .gallery-item {
    width: 25%;
}
.content .gallery-columns-5 .gallery-item {
    width: 20%;
}
.content .gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.content .gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.content .gallery-columns-9 .gallery-item {
    width: 11.11%;
}
dt.gallery-icon {

}
dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
dl.gallery-item img {
    transition: .4s;
    width: 100%;
    height: auto;
     transform: scale(1.05);
}
dd.wp-caption-text.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.gallery.gallery-size-full dl.gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gallery.gallery-size-full dt.gallery-icon {
    
}
.gallery.gallery-size-full a.swipebox {
    display: block;
    background: #000;
}
.gallery.gallery-size-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}





}





