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






.single-wrap {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
}
.single-wrap-2 {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
}



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

.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, .7);
}
.page-header__content {
    padding: 6rem 6rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;
}




.page-head__breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
    color: #fff;
}

.page-head__breadcrumbs a {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    margin-left: .8rem;
}
.page-head__return {
    height: 2.4rem;
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, .08);
    padding: 0 1.2rem 0 .2rem;
    margin-right: 1.2rem;
    margin-left: 0 !important;
}
.page-head__del {
    width: .2rem;
    background-color: rgba(255, 255, 255, .2);
    height: 2.4rem;
    display: block;
    margin-right: .6rem;
}

.page-head__icon-wrap {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
}
.page-head__icon-wrap.prev {
    margin-right: .8rem;
    background-color: rgba(0, 0, 0, .2);
}
.page-head__icon-wrap.next {
    margin-left: .8rem;
    background-color: rgba(255, 255, 255, .12);
}
.page-head__icon-wrap.prev:after {
    content: '\e833';
    font-family: 'Fontello';
    padding-right: .1rem;
}
.page-head__icon-wrap.next:after {
    content: '\e835';
    font-family: 'Fontello';
    padding-left: .1rem;
}




.page-header__title {
    font-family: Montserrat;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 700;
    /*font-size: 3.4rem;*/
    position: relative;
    z-index: 5;
    display: flex;
    /*letter-spacing: 1rem;*/
    /*margin-top: 2.4rem;*/
    text-align: center;
    /*padding-left: 1rem;*/
    line-height: 1.4;
}
.page-header__title {
    text-transform: none;
    letter-spacing: 0;
    padding-left: 0;
    font-size: 3.4rem;
    font-size: 4.8rem;
    text-align: left;
    display: block;
    color: rgba(42, 45, 52, .4);
    color: #fff;
    font-weight: 700;
}









.single-wrap-2 .post__heading {
    display: flex;
    align-items: flex-start;
    position: relative;
    /*background-color: rgba(0, 0, 0, .6);*/
    overflow: hidden;
    width: 100%;
}

.single-wrap-2 .post__thumb-wrap {
    overflow: hidden;
    position: relative;
    width: 15rem;
    flex-shrink: 0;
    z-index: 50;
    border-radius: 1.2rem;
    border: .2rem solid #fff;
}
.single-wrap-2 .post__thumb-wrap:after {
    padding-top: 100%;
    content: '';
    display: block;
}
.single-wrap-2 .post__thumb-wrap .wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-wrap-2 .post__title {
    flex-shrink: 1;
    width: 100%;
    padding-left: 3.6rem;
    position: relative;
    z-index: 50;
}
.single-wrap-2 .post__name {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}
.single-wrap-2 .post__shortdesc {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
}
.single-wrap-2 .post__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}
.single-wrap-2 .post__tags > a {
    display: flex;
    margin-right: .6rem;
    margin-bottom: .6rem;
    flex-shrink: 0;
    /*padding: 0 .6rem;*/
    /*height: 1.6rem;*/
    font-size: 1.4rem;
    color: #fff;
    /*background-color: rgba(255, 255, 255, .2);*/
    align-items: center;
    /*border-radius: 50rem;*/
    font-weight: 700;
    opacity: .6;
}
.single-wrap-2 .post__tags > a:before {
    content: '#';
}

.single-wrap-2 .wpcr_aggregate {
    width: 100%;
    margin-top: 1rem;
}
.single-wrap-2 .wpcr_aggregate .wpcr_inline {

}
.single-wrap-2 .wpcr_aggregate .wpcr_inline .wpcr_stars {
    display: none !important;
}
.single-wrap-2 .wpcr_aggregate .wpcr_inline .wpcr_averageStars {
    margin: 0 !important;
}
.single-wrap-2 .wpcr_aggregate .avg-inline {
    display: none !important;
}

/*FECD8E*/





.single-wrap-2 .post-contacts {
    background-color: rgba(0, 0, 0, .75);
    padding: 3.6rem 6rem;
}
.single-wrap-2 .post-contacts-details {
    display: flex;
    justify-content: space-between;
}
.single-wrap-2 .post-contacts__1,
.single-wrap-2 .post-contacts__2 {
    display: flex;
    align-items: center;
}
.single-wrap-2 .post-contacts__1 {

}
.single-wrap-2 .post-contacts__2 {

}
.single-wrap-2 .contacts-item {

}
.single-wrap-2 .post-contacts__1 .contacts-item {
    width: auto;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: 2.4rem;
}
.single-wrap-2 .post-contacts__1 .contacts-item:first-child {
    margin-left: 0;
}
.single-wrap-2 .post-contacts__1 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, .1);
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-wrap-2 .post-contacts__1 .contacts-item__icon i {
    font-family: Fontello;
}
.single-wrap-2 .post-contacts__1 .contacts-item__label {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
}

.single-wrap-2 .post-contacts__2 {
}
.single-wrap-2 .post-contacts__2 .contacts-item {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: .6rem;
}
.single-wrap-2 .post-contacts__2 .contacts-item:first-child {
    margin-left: 0;
}
.single-wrap-2 .post-contacts__2 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-wrap-2 .post-contacts__2 .contacts-item__icon i {
    font-family: Fontello;
}
.single-wrap-2 .post-contacts-map {
    display: none;
}
.single-wrap-2 .post-contacts-map.on {
    display: block;
}
.single-wrap-2 .post-contacts-map > ymaps {
    margin-top: 2.4rem;
}










.single-wrap-2 .post__details {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: #F3F3F3;
    padding: 3.6rem 6rem;
}
.single-wrap-2 .post__detail {
    display: flex;
    align-items: center;
    width: 100%;
}
.single-wrap-2 .post__detail-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, .1);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2rem;
}
.single-wrap-2 .post__detail-icon:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.single-wrap-2 .post__age .post__detail-icon:before {
    content: '\E800';
}
.single-wrap-2 .post__price .post__detail-icon:before {
    content: '\E83F';
}
.single-wrap-2 .post__detail-text {
    flex-shrink: 1;
    width: 100%;
    padding-left: 1.2rem;
    display: flex;
    align-items: center;
}
.single-wrap-2 .post__detail-label {
    font-weight: 700;
    font-size: 1.4rem;
}
.single-wrap-2 .post__detail-value {
    font-size: 1.4rem;
    margin-left: .5rem;
}









.related-posts {
    background-color: #fff;
    margin-top: 6rem;
    padding: 6rem;
}
.related-posts__title {
    font-size: 4rem;
    color: rgba(0, 0, 0, .3);
    margin-bottom: 4.8rem;
}
.related-posts-grid {
    display: flex;
    flex-wrap: wrap;
}










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

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




.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 6rem 6rem;
    background-color: #fff;
}
.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: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}
.content article h1 {
    font-size: 3.6rem;
}
.content article h2 {
    font-size: 3.2rem;
}
.content article h3 {
    font-size: 2.8rem;
}
.content article h4 {
    font-size: 2.4rem;
}
.content article h5 {
    font-size: 2rem;
}
.content article h6 {
    font-size: 1.6rem;
}
.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;
}
.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: outside;
    line-height: 1.6;
    margin-top: .6rem;
}
.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;
    margin-top: 0 !important;
}
.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) {







.single-wrap {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
}
.single-wrap-2 {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;


    max-width: none;
}



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

.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, .7);
}
.page-header__content {
    padding: 6rem 6rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;


    padding: 4rem 2rem 2.4rem;
}




.page-head__breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;


    flex-wrap: wrap;
    width: 100%;
}

.page-head__breadcrumbs a {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    margin-left: .8rem;
}
.page-head__breadcrumbs a:nth-child(3) {
    margin-left: 0;
}
.page-head__return {
    height: 2.4rem;
    border-radius: 20rem;
    background-color: rgba(255, 255, 255, .08);
    padding: 0 1.2rem 0 .2rem;
    margin-right: 1.2rem;
    margin-left: 0 !important;


    width: 100%;
    background-color: transparent;
    margin-bottom: 1.2rem;
    padding-bottom: 2.4rem;
    border-radius: 0;
    border-bottom: .2rem solid rgba(255, 255, 255, .2);
}
.page-head__del {
    width: .2rem;
    background-color: rgba(255, 255, 255, .2);
    height: 2.4rem;
    display: block;
    margin-right: .6rem;


    display: none;
}

.page-head__icon-wrap {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
}
.page-head__icon-wrap.prev {
    margin-right: .8rem;
    background-color: rgba(255, 255, 255, .12);
}
.page-head__icon-wrap.next {
    margin-left: .8rem;
    background-color: rgba(255, 255, 255, .12);
}
.page-head__icon-wrap.prev:after {
    content: '\e833';
    font-family: 'Fontello';
    padding-right: .1rem;
}
.page-head__icon-wrap.next:after {
    content: '\e835';
    font-family: 'Fontello';
    padding-left: .1rem;
}




.page-header__title {
    font-family: Montserrat;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 700;
    /*font-size: 3.4rem;*/
    position: relative;
    z-index: 5;
    display: flex;
    /*letter-spacing: 1rem;*/
    /*margin-top: 2.4rem;*/
    text-align: center;
    /*padding-left: 1rem;*/
    line-height: 1.4;
}
.page-header__title {
    text-transform: none;
    letter-spacing: 0;
    padding-left: 0;
    font-size: 3.4rem;
    font-size: 4.8rem;
    text-align: left;
    display: block;
    color: rgba(42, 45, 52, .4);
    color: #fff;
    font-weight: 700;


    font-size: 3.6rem;
}









.single-wrap-2 .post__heading {
    display: flex;
    align-items: flex-start;
    position: relative;
    /*background-color: rgba(0, 0, 0, .6);*/
    overflow: hidden;
    width: 100%;
}

.single-wrap-2 .post__thumb-wrap {
    overflow: hidden;
    position: relative;
    width: 15rem;
    flex-shrink: 0;
    z-index: 50;
    border-radius: 1.2rem;
    border: .2rem solid #fff;


    width: 8rem;
}
.single-wrap-2 .post__thumb-wrap:after {
    padding-top: 100%;
    content: '';
    display: block;
}
.single-wrap-2 .post__thumb-wrap .wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-wrap-2 .post__title {
    flex-shrink: 1;
    width: 100%;
    padding-left: 3.6rem;
    position: relative;
    z-index: 50;


    padding-left: 1.2rem;
}
.single-wrap-2 .post__name {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;


    font-size: 2.2rem;
    line-height: 1.2;
}
.single-wrap-2 .post__shortdesc {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;


    margin-top: .8rem;
}
.single-wrap-2 .post__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.6rem;


    margin-top: 1rem;
}
.single-wrap-2 .post__tags > a {
    display: flex;
    margin-right: .6rem;
    margin-bottom: .6rem;
    flex-shrink: 0;
    /*padding: 0 .6rem;*/
    /*height: 1.6rem;*/
    font-size: 1.4rem;
    color: #fff;
    /*background-color: rgba(255, 255, 255, .2);*/
    align-items: center;
    /*border-radius: 50rem;*/
    font-weight: 700;
    opacity: .6;
}
.single-wrap-2 .post__tags > a:before {
    content: '#';
}

.single-wrap-2 .wpcr_aggregate {
    width: 100%;
    margin-top: 1rem;


    margin-top: .8rem;
}
.single-wrap-2 .wpcr_aggregate .wpcr_inline {

}
.single-wrap-2 .wpcr_aggregate .wpcr_inline .wpcr_stars {
    display: none !important;
}
.single-wrap-2 .wpcr_aggregate .wpcr_inline .wpcr_averageStars {
    margin: 0 !important;
}
.single-wrap-2 .wpcr_aggregate .avg-inline {
    display: none !important;
}

/*FECD8E*/





.single-wrap-2 .post-contacts {
    background-color: rgba(0, 0, 0, .75);
    padding: 3.6rem 6rem;


    padding: 2.4rem 2rem 3.6rem;
}
.single-wrap-2 .post-contacts-details {
    display: flex;
    justify-content: space-between;


    flex-direction: column;
}
.single-wrap-2 .post-contacts__1,
.single-wrap-2 .post-contacts__2 {
    display: flex;
    align-items: center;
}
.single-wrap-2 .post-contacts__1 {


    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single-wrap-2 .post-contacts__2 {

}
.single-wrap-2 .contacts-item {

}
.single-wrap-2 .post-contacts__1 .contacts-item {
    width: auto;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: 2.4rem;


    margin-left: 0;
    margin-top: 1.2rem;
}
.single-wrap-2 .post-contacts__1 .contacts-item:first-child {
    margin-left: 0;


    margin-top: 0;
}
.single-wrap-2 .post-contacts__1 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, .1);
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;


    flex-shrink: 0;
}
.single-wrap-2 .post-contacts__1 .contacts-item__icon i {
    font-family: Fontello;
}
.single-wrap-2 .post-contacts__1 .contacts-item__label {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
}

.single-wrap-2 .post-contacts__2 {


    margin-top: 1.2rem;
}
.single-wrap-2 .post-contacts__2 .contacts-item {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-left: .6rem;


    margin-left: 1.2rem;
}
.single-wrap-2 .post-contacts__2 .contacts-item:first-child {
    margin-left: 0;
}
.single-wrap-2 .post-contacts__2 .contacts-item__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-wrap-2 .post-contacts__2 .contacts-item__icon i {
    font-family: Fontello;
}
.single-wrap-2 .post-contacts-map {
    display: none;
}
.single-wrap-2 .post-contacts-map.on {
    display: block;
}
.single-wrap-2 .post-contacts-map > ymaps {
    margin-top: 2.4rem;
}










.single-wrap-2 .post__details {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: #F3F3F3;
    padding: 3.6rem 6rem;


    padding: 3.6rem 2rem;
}
.single-wrap-2 .post__detail {
    display: flex;
    align-items: center;
    width: 100%;
}
.single-wrap-2 .post__detail-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, .1);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2rem;
}
.single-wrap-2 .post__detail-icon:before {
    font-family: 'Fontello';
    font-size: 1.6rem;
}
.single-wrap-2 .post__age .post__detail-icon:before {
    content: '\E800';
}
.single-wrap-2 .post__price .post__detail-icon:before {
    content: '\E83F';
}
.single-wrap-2 .post__detail-text {
    flex-shrink: 1;
    width: 100%;
    padding-left: 1.2rem;
    display: flex;
    align-items: center;


    flex-direction: column;
    align-items: flex-start;
}
.single-wrap-2 .post__detail-label {
    font-weight: 700;
    font-size: 1.4rem;
}
.single-wrap-2 .post__detail-value {
    font-size: 1.4rem;
    margin-left: .5rem;


    margin-left: 0;
    margin-top: .6rem;
}









.related-posts {
    background-color: #fff;
    margin-top: 6rem;
    padding: 6rem;


    padding: 6rem 2rem;
}
.related-posts__title {
    font-size: 4rem;
    color: rgba(0, 0, 0, .3);
    margin-bottom: 4.8rem;


    font-size: 3.6rem;
    margin-bottom: 3.6rem;
}
.related-posts-grid {
    display: flex;
    flex-wrap: wrap;
}










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


    padding: 3.6rem 2rem;
}

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


    padding: 0;
}




.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 6rem 6rem;
    background-color: #fff;


    padding: 3.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: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}
.content article h1 {
    font-size: 3.6rem;
}
.content article h2 {
    font-size: 3.2rem;
}
.content article h3 {
    font-size: 2.8rem;
}
.content article h4 {
    font-size: 2.4rem;
}
.content article h5 {
    font-size: 2rem;
}
.content article h6 {
    font-size: 1.6rem;
}
.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;
}
.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: outside;
    line-height: 1.6;
    margin-top: .6rem;
}
.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;
}








}





