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



.page__header {
    padding: 12rem 6rem 12rem;
    position: relative;
}
.page__header:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
}
.single-product .page__header {
    display: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .7rem;
    position: relative;
    z-index: 50;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
}
.breadcrumbs__item {
    margin-bottom: .7rem;
    margin-right: .5rem;
    display: flex;
    font-family: Montserrat;
}
.breadcrumbs__item:last-child {
    display: none;
}
.breadcrumbs__item a {
    
}
.breadcrumbs__del {
    margin-bottom: .6rem;
    margin-right: .5rem;
    display: flex;
    font-size: 1.2rem;
}

.page__title {
    font-size: 5.6rem;
    display: block;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat;
    position: relative;
    z-index: 50;
}
.single-product .page__title {
    display: none;
}





.content {
    
}
.archive.woocommerce .content {
    padding: 6rem;
}
.page .content {
    padding: 6rem;
}
.single .content {
    padding: 6rem;
}




.course-single__block {
    margin-top: 4rem;
}
.course-single__block:first-child {
    margin-top: 0;
}
.course-single__block-title {
    font-size: 3.6rem;
    font-weight: 700;
    opacity: .2;
    display: block;
    margin-bottom: 2.4rem;
}

.course-single__description {
    font-size: 1.6rem;
    line-height: 1.7;
}
.course-single__age {
    font-size: 1.6rem;
    line-height: 1.7;
}
.course-single__price {
    font-size: 1.6rem;
    line-height: 1.7;
}
.course-single__schedule {
    font-size: 1.6rem;
    line-height: 1.7;
}





.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: 0 6rem;
    border-left: .5rem solid rgba(0, 0, 0, .12);
    border-right: .5rem solid rgba(0, 0, 0, .12);
}
.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: 2.4rem 0 0;
    color: inherit;
    font-weight: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}
.content article h1 {
    font-size: 4.2rem;
}
.content article h2 {
    font-size: 3.8rem;
}
.content article h3 {
    font-size: 3.4rem;
}
.content article h4 {
    font-size: 3rem;
}
.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,
.content article ul + h1,
.content article ul + h2,
.content article ul + h3,
.content article ul + h4,
.content article ul + h5,
.content article ul + h6,
.content article ol + h1,
.content article ol + h2,
.content article ol + h3,
.content article ol + h4,
.content article ol + h5,
.content article ol + h6 {
    margin: 6rem 0 0;
}
.content article > p {
    margin: 2.4rem 0 0;
    line-height: 1.7;
    font-size: 1.6rem;
    max-width: 85rem;
}
.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;
}
.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: 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: 0;
}
dl.gallery-item {
    position: relative;
    border: .2rem solid #fff;
    overflow: hidden;
}
dl.gallery-item:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
dl.gallery-item img {
    transition: .2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
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: 12rem 6rem 12rem;
    position: relative;


    padding: 10rem 2rem;
}
.page__header:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
}
.single-product .page__header {
    display: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .7rem;
    position: relative;
    z-index: 50;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
}
.breadcrumbs__item {
    margin-bottom: .7rem;
    margin-right: .5rem;
    display: flex;
    font-family: Montserrat;
}
.breadcrumbs__item:last-child {
    display: none;
}
.breadcrumbs__item a {
    
}
.breadcrumbs__del {
    margin-bottom: .6rem;
    margin-right: .5rem;
    display: flex;
    font-size: 1.2rem;
}

.page__title {
    font-size: 5.6rem;
    display: block;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat;
    position: relative;
    z-index: 50;


    font-size: 3.6rem;
}
.single-product .page__title {
    display: none;
}





.content {
    
}
.archive.woocommerce .content {
    padding: 6rem;


    padding: 3.6rem 2rem;
}
.page .content {
    padding: 6rem;


    padding: 3.6rem 2rem;
}
.single .content {
    padding: 6rem;


    padding: 3.6rem 2rem;
}




.course-single__block {
    margin-top: 4rem;
}
.course-single__block:first-child {
    margin-top: 0;
}
.course-single__block-title {
    font-size: 3.6rem;
    font-weight: 700;
    opacity: .2;
    display: block;
    margin-bottom: 2.4rem;
}

.course-single__description {
    font-size: 1.6rem;
    line-height: 1.7;
}
.course-single__age {
    font-size: 1.6rem;
    line-height: 1.7;
}
.course-single__price {
    font-size: 1.6rem;
    line-height: 1.7;
}
.course-single__schedule {
    font-size: 1.6rem;
    line-height: 1.7;
}





.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: 0 6rem;
    border-left: .5rem solid rgba(0, 0, 0, .12);
    border-right: .5rem solid rgba(0, 0, 0, .12);


    padding: 0;
    border:  none;
}
.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: 2.4rem 0 0;
    color: inherit;
    font-weight: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: .5rem;*/
}
.content article h1 {
    font-size: 4.2rem;
}
.content article h2 {
    font-size: 3.8rem;
}
.content article h3 {
    font-size: 3.4rem;
}
.content article h4 {
    font-size: 3rem;
}
.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,
.content article ul + h1,
.content article ul + h2,
.content article ul + h3,
.content article ul + h4,
.content article ul + h5,
.content article ul + h6,
.content article ol + h1,
.content article ol + h2,
.content article ol + h3,
.content article ol + h4,
.content article ol + h5,
.content article ol + h6 {
    margin: 6rem 0 0;
}
.content article > p {
    margin: 2.4rem 0 0;
    line-height: 1.7;
    font-size: 1.6rem;
    max-width: 85rem;
}
.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;
}
.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: 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: 0;
}
dl.gallery-item {
    position: relative;
    border: .2rem solid #fff;
    overflow: hidden;


    width: 33.33% !important;
}
dl.gallery-item:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
dl.gallery-item a.swipebox:hover img {
    transform: scale(1.1);
    opacity: .6;
}
dl.gallery-item img {
    transition: .2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
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;
}








}






















