/*
Theme Name: THEME
Author: APEX
*/



@font-face {
    font-family: Birds;
    src: url('../font/Birds.ttf');
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
a,
button {
    cursor: pointer;
}




html {
    font-size: 62.5%;
}
body {
    color: #563202;
    background-color: #fff;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #022341;
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}









.about {
    /*background: radial-gradient(ellipse at center, #7db9e8 0%,#006bc5 100%);*/
    position: relative;
    box-shadow: 0 0 5rem #000;
    z-index: 10;
    padding: 7rem 5rem;
    font-family: Birds;
    color: #fff;
}
.about-title {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #fff;
    text-align: center;
}
.about-text {
    font-size: 1.8rem;
    font-weight: 700;
    /*letter-spacing: .1rem;*/
    line-height: 1.4;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-top: 2rem;
    font-family: Ubuntu;
    padding: 2rem;
    /*border-bottom: .1rem solid #fff;
    border-top: .1rem solid #fff;*/
    background-color: rgba(255, 255, 255, .1);
}
.about ul.featers {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 2rem;
}
.about ul.featers li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    width: calc(33.33% - 2rem);
    margin-left: 3rem;
    font-weight: 700;
}
.about ul.featers li:first-child {
    margin-left: 0;
}
.about ul.featers li span {
    font-size: 5rem;
    display: block;
    color: #FC5107;
    width: 100%;
    border-bottom: .3rem solid #fff;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}




























.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}
.contact-form h3 {
    font-family: Birds;
    font-size: 34px;
    text-align: center;
    width: 100%;
    color: #FFBF00;
    text-transform: uppercase;
}


.wpcf7 {
    width: 600px;
    padding-top: 30px !important;
    margin: 0 auto !important;
}
.page .wpcf7 {
    padding-top: 0 !important;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form__row {
    margin-bottom: .5rem;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form__field {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    display: block;
    font-family: Birds;
    width: 100%;
    background: rgba(0, 0, 0, .25);
    color: #fff;
}
.page .form__field {
    background: #166BC5;
}
.form__input {

}
.form__textarea {
    height: 10rem;
}
.form__field::-webkit-input-placeholder {
    color: #fff;
}
.form__field:-ms-input-placeholder {
    color: #fff;
}
.form__field::-ms-input-placeholder {
    color: #fff;
}
.form__field::placeholder {
    color: #fff;
}

/*.form__row--captcha {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre-wrap;
    flex-wrap: wrap;
}
.form__row--captcha:before {
    content: 'Введите число: ';
    font-size: 1.4rem;
    color: #ffc857;
}
.form__row--captcha .wpcf7-form-control-wrap {
    display: flex;
    font-size: 1.4rem;
    align-items: center;
}
.form__captcha {
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #393e41;
    border: none;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    width: 2.6rem;
    height: 2.6rem;
}*/

.form__row--button {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.form__button {
    font-size: 18px;
    padding: 18px 40px;
    border-radius: 100px;
    display: inline-block;
    background: #FC5107;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1rem;
    font-weight: 700;
    color: #fff;
    transition: .2s;
    font-family: Birds;
}
.form__button:hover {
    background: #FC3607;
}

.wpcf7-not-valid-tip {
    display: block !important;
    text-align: center;
    flex-shrink: 1;
    color: #FD6A67 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    margin-top: .4rem;
}
.form__row--captcha .wpcf7-not-valid-tip {
    margin-left: .5rem;
}
.wpcf7-response-output {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: none !important;
    border-top: .1rem solid #fff !important;
    margin: 1.2rem 0 0 !important;
    padding: 1.2rem 0 0 !important;
}























.extra-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.extra-service {
    color: #563202;
    width: calc(50% - .6rem);
    margin-top: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.extra-service:before {
    content: '\e812';
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #563202;
    font-family: Fontello;
    font-size: 2.4rem;
}
.extra-service:first-child {
    margin-top: .8rem !important;
}
.extra-service:nth-child(2) {
    margin-top: .8rem !important;
}
.service-title {
    display: block;
    width: 100%;
    font-family: 'Birds';
    color: #563202;
    font-size: 2rem;
}
.service-count {
    display: inline-block;
    color: #563202;
    font-size: 1.3rem;
    margin-right: .8rem;
}
.service-age {
    display: inline-block;
    color: #563202;
    font-size: 1.3rem;
    margin-right: .8rem;
}
.service-price {
    display: inline-block;
    color: #563202;
    font-size: 1.3rem;
}
.service-more {
    display: block;
    width: 100%;
    margin-top: .3rem;
}
.service-more b {
    display: inline-block;
    color: #563202;
    background-color: #FFBF00;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-family: Birds;
    padding: .3rem .6rem;
    border-radius: .6rem;
    transition: .2s;
    cursor: pointer;
}
.service-more b:after {
    content: '>';
    margin-left: .3rem;
}
.service-more b:hover {
    background-color: #EBB40A;
}
.service-info {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    box-shadow: 0 .4rem 2rem rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 300;
    border-radius: .5rem;
    padding: 2.4rem;
    display: none;
}
.service-info-close {
    font-size: 2.2rem;
    position: absolute;
    top: .6rem;
    right: .6rem;
    transition: .2s;
    color: #DC482B;
    cursor: pointer;
}













.programms-genders {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.6rem 0 0;
    width: 100%;
}
.single .programms-genders {
    margin: 3.6rem 0;
}
.program-nav-wrap {

}
.program-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1.2rem;
    list-style: none !important;
}
.program-nav .menu-item {

}
.program-nav .menu-item a {
    display: block;
    margin-left: 1.2rem;
    padding: 1.4rem 2rem;
    border-radius: 10rem;
    color: #fff;
    transition: .2s;
    letter-spacing: .1rem;
    font-family: Birds;
    text-transform: uppercase;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, .2);
}
.program-nav .menu-item a:first-child {
    margin-left: 0;
}
.program-nav .menu-item a:hover {
    color: #FEA308;
}

































































/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 */



.flexslider {
  background: #000;
  position: relative;
  zoom: 1;
  /*height: 536px;*/
}
.flexslider ul.slides {
  list-style: none;
  zoom: 1;
  display: flex;
  align-items: stretch;
}
.flexslider ul.slides li.slide {
  display: none;
  -webkit-backface-visibility: hidden;
  float: none !important;
  position: relative;
}
.flexslider ul.slides li.slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -moz-user-select: none;
}
.no-js .flexslider ul.slides li.slide:first-child {
  display: block;
}
.flex-viewport {
  max-height: 200rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 30rem;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}



.slide__content_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .1);
  padding: 0 0;
}
.slide__content {
  /*background-color: rgba(0, 0, 0, .5);*/
  background: -moz-linear-gradient(left, rgba(0,0,0,.8) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,.8) 0%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,.8) 0%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );

  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  color: #fff;
  max-width: 100rem;
  width: 65%;
  padding: 10.8rem 2.4rem 10.8rem 8.4rem;
}
.slide__title {
  text-align: inherit;
  font-size: 4.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: Birds;
}
.slide__subtitle {
  text-align: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.2;
  margin-top: 1rem;
  font-family: Birds;
}
.slide__description {
  text-align: inherit;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 2rem;
  border-top: .1rem solid #fff;
  padding-top: 2rem;
  font-family: Birds;
}
.slide__link {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  transition: .2s;
  font-family: Birds;
  display: inline-block;
  padding: 1.5rem 2.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10rem;
  text-shadow: none;
  background-color: #0E7AE3;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4), 0 0 .4rem #fff inset;
}
.slide__link:hover {
  background-color: #0B5BA8;
}






.carousel li {
  margin-right: .6rem;
}




ul.flex-direction-nav {
  *height: 0;
  list-style: none;
}
ul.flex-direction-nav li.flex-nav-prev,
ul.flex-direction-nav li.flex-nav-next {

}
ul.flex-direction-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  transition: .2s ease-in-out;
  border-radius: 10rem;
  font-size: 0;
  background-color: rgba(0, 0, 0, .4);
}
ul.flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, .7);
}
ul.flex-direction-nav a.flex-prev {
  left: 1.2rem;
}
ul.flex-direction-nav a.flex-next {
  right: 1.2rem;
}
ul.flex-direction-nav a:before {
  font-family: Fontello;
  content: '\e813';
  margin-right: .4rem;
  font-size: 2.4rem;
}
ul.flex-direction-nav a.flex-next:before {
  content: '\e812';
  margin-left: .4rem;
}

ul.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}









ol.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 15;
  list-style: none;
  padding: 1.2rem 0;
}
ol.flex-control-nav li {
  margin-left: .6rem;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
ol.flex-control-nav li:first-child {
  margin-left: 0;
}
ol.flex-control-paging li a {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  text-indent: -9999px;
  border-radius: 5rem;
  border: .2rem solid #fff;
  opacity: .4;
  transition: .2s;
  font-size: 0;
}
ol.flex-control-paging li a:hover {
  opacity: 1;
}
ol.flex-control-paging li a.flex-active {
  opacity: 1;
}












































/*
 * ШАПКА
 */
 

.header {
    color: #fff;
    position: relative;
    z-index: 700;
    font-family: Birds;
}

.header-tgl {
    display: none;
}

.header a.logo-link {
    left: 5rem;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 16rem;
    width: 16rem;
    border-radius: 20rem;
    z-index: 900;
    background-color: #C11767;
}
.header img.logo-image {
    width: auto;
    height: 10rem;
}




.header div.topbar {
    padding: .6rem 6rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
    background-color: #C11767;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .7);
    z-index: 710;
}



.header div.contacts-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    color: inherit;
}
.header a.contacts-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1.5rem;
    color: inherit;
}
.header a.contacts-item:last-child {
    margin-right: 0;
}
.header i.contacts-item__icon {
    font-size: 1.8rem;
    color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: rgba(255, 255, 255, .3);
    margin-right: .5rem;
    flex-shrink: 0;
}
.header span.contacts-item__text {
    color: inherit;
    font-size: 1.3rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
}




.header div.secondbar {
    padding: 0 5rem;
    height: 7rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
    z-index: 705;
    background-color: #006bc5;
}



.header-nav-wrap {
    padding: .3rem 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.header-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    color: #fff;
}
.header-nav > li.menu-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    text-transform: uppercase;
}
.header-nav > li.menu-item > a {
    display: flex;
    padding: 0 1.5rem;
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: .2s;
    letter-spacing: .1rem;
    text-shadow: 0 .1rem .4rem rgba(0, 0, 0, 0);
}
.header-nav > li.menu-item:not(.current-menu-item):hover a {
    text-shadow: 0 .1rem .4rem rgba(0, 0, 0, .5);
    color: #FFBF00;
}
.header-nav > li.current-menu-item,
.header-nav > li.current-menu-parent,
.header-nav > li.current-menu-ancestor,
.header-nav > li.current-category-ancestor,
.header-nav > li.current-post-ancestor,
.header-nav > li.current-post-parent,
.header-nav > li.current-product_cat-ancestor {
    text-shadow: 0 .1rem .4rem rgba(0, 0, 0, .5);
    background-image: url('../img/header/brush.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFBF00;
}

#menu-item-63 a {
    
}

.header-nav .sub-menu {
    display: none;
}








.header .clouds {
    width: 100%;
    height: 4rem;
    background-image: url('../img/clouds.png');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 100%;
    pointer-events: none;
}























































/*
 * ПОДВАЛ
 */



.footer {
    position: relative;
}



.footer-clouds {
    width: 100%;
    height: 4rem;
    background-image: url('../img/footer-clouds.png');
    background-repeat: repeat-x;
    background-size: contain;
    pointer-events: none;
    z-index: 805;
    position: relative;
}


.instagram-feed {
    box-shadow: 0 1px 70px #000;
}

.instagram-feed-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 50px;
    box-shadow: 0 1px 40px #000;
    position: relative;
    z-index: 800;
    background: #006bc5;
}
.instagram-feed-header a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 3rem;
    color: #fff;
    transition: .2s;
    font-family: 'Birds';
}
.instagram-feed-header a:first-child {
    margin-left: 0;
    color: #fff;
    font-family: 'Birds';
}
.instagram-feed-header a:hover {
    opacity: .8;
}
.instagram-feed-header a i {
    margin-right: 14px;
    border: 2px solid rgba(255, 255, 255, .3);
    font-size: 40px;
    color: inherit;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background: rgb(169,21,175);
    background: -moz-linear-gradient(-45deg, rgba(169,21,175,1) 0%, rgba(255,155,48,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(169,21,175,1) 0%,rgba(255,155,48,1) 100%);
    background: linear-gradient(135deg, rgba(169,21,175,1) 0%,rgba(255,155,48,1) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#a915af', endColorstr='#ff9b30',GradientType=1)";
}
.instagram-feed-header a span {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 700;
}
.instagram-feed-header a:first-child span {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.instagram-feed-content {

}
.instagram-feed-content-m {
    display: none;
}
.instashow {

}

.instashow .instashow-gallery-loader {

}
.instashow .instashow-gallery-loader .instashow-spinner {

}

.instashow {
    height: auto !important;
}
.instashow .instashow-gallery-wrapper {
    height: auto !important;
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container {
    
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view {
    padding: 0 !important;
    height: auto !important;
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view-active {
    
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media {
    padding: 0 !important;
    width: 12.5% !important;
    /*height: auto !important;*/
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media a.instashow-gallery-media-link {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image img {

}

.instashow .instashow-gallery-control-arrow {
    background: rgba(0, 0, 0, .5) !important;
}
.instashow .instashow-gallery-control-arrow:before,
.instashow .instashow-gallery-control-arrow:after {
    background: #fff !important;
}
.instashow .instashow-gallery-control-arrow-previous {
    
}
.instashow .instashow-gallery-control-arrow-next {
    
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media a.instashow-gallery-media-link {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image img {

}

.instashow .instashow-gallery-control-arrow {
    background: rgba(0, 0, 0, .5) !important;
}
.instashow .instashow-gallery-control-arrow:before,
.instashow .instashow-gallery-control-arrow:after {
    background: #fff !important;
}
.instashow .instashow-gallery-control-arrow-previous {
    
}
.instashow .instashow-gallery-control-arrow-next {
    
}












.copyrights {
    padding: 3rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #063864;
    color: #fff;
    font-size: 2rem;
    font-family: Birds;
    text-align: center;
    box-shadow: 0 0 50px #000;
    text-shadow: 0 0 50px #000;
    z-index: 990;
    position: relative;
}
.copyrights a {
    display: block;
    color: #FFBF00;
    margin-left: 3.2rem;
    position: relative;
}






















































/*
 * КОНТЕЙНЕР
 */

.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.container-header {
    box-shadow: 0 .1rem 5rem #000;
    border: 7px solid #fff;
    width: 600px;
    margin-top: 50px;
    transform: rotate(1deg);
}
.container-header-overcolor {
    background-color: rgba(0, 0, 0, .5);
    padding: 0 0 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.return-back {
    width: 100%;
    margin-bottom: 5rem;
    padding: 5rem 0;
    font-family: Birds;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .08);
}
.return-back-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-family: Birds;
    opacity: .7;
    padding: .4rem 1rem .4rem .4rem;
    background-color: transparent;
}
.return-back-btn:hover {
    opacity: 1;
}
.return-back-btn i {
    font-size: 16px;
    color: #fff;
    padding-right: 1px;
    border-radius: 5px;
}
.return-back-btn span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-family: Birds;
}
.breadcrumbs-and-title {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.container-header .woocommerce-breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 4.2rem;
}
.container-header .woocommerce-breadcrumb span {
    font-size: 0;
}
.container-header .woocommerce-breadcrumb span a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
}
.container-header .woocommerce-breadcrumb span a:hover {
    color: rgba(255, 255, 255, 1);
}
.container-header .woocommerce-breadcrumb i {
    text-decoration: none;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    margin-right: 7px;
}
.container-header .title {
    text-transform: none;
    font-size: 3.6rem;
    text-transform: none;
    letter-spacing: 0rem;
    padding-left: 0rem;
    text-align: center;
    font-family: Birds;
}
.container-header .title span {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

.container-header .title-page {

}
.container-header .title-single {

}
.container-header .title-category {
    
}








.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}





/*
 * СТРАНИЦА
 */
.category .wrapper {
    box-shadow: none;
}
.content {
    width: 100%;
    padding: 5rem 5rem 7rem;
    background-color: #fff;
}
.content-page {
    margin: 0 0 15px;
    width: 850px;
    position: relative;
    box-shadow: 0 1px 50px #000;
}
.content-single {
    margin: 0 0 15px;
    width: 850px;
    position: relative;
    box-shadow: 0 1px 50px #000;
}
.content-single:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 8px solid #006FE7;
    transform: rotate(1deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}
.content-single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 8px solid #FFBF00;
    transform: rotate(-1deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}
.content-category {
    background-color: rgba(0, 0, 0, 0);
    padding: 4rem 5rem 6rem;
}
.content-catalog {
    background-color: #fff;
}
.content-home {
    overflow: scroll;
}

.page-title {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    border-bottom: .1rem solid rgba(0, 0, 0, .2);
    padding-bottom: 1rem;
}
.page-title:first-letter {
    font-size: 2.8rem;
}

.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;
    line-height: 1.3;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
    display: inline-block;
    padding: 2rem;
    font-family: Birds;
}
.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 * + h1,
.content article * + h2,
.content article * + h3,
.content article * + h4,
.content article * + h5,
.content article * + h6 {
    margin: 5.4rem 0 0;
}
.content article > p {
    margin: 1.4rem 0 0;
    font-size: 1.6rem;
    line-height: 1.4;
}

.content article ul,
.content article ol {
    margin: 1.4rem 0 0;
    list-style: none;
    /*padding-left: 1.8rem;*/
}
.content article ul {
    list-style: disc;
    font-family: Birds;
}
.content article ol {
    list-style: decimal;
    font-family: Birds;
}
.content article ul li:before {
    content: '>';
    margin-right: 1.2rem;
}
.content article ul li,
.content article ol li {
    padding: 0 0rem;
    display: flex;
    align-items: center;
    margin-top: .4rem;
    padding-top: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-weight: 700;
}
.content article ul li:first-child,
.content article ol li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.content article a {
    text-decoration: underline;
    color: inherit;
}
.content article .wp-caption {
    margin: 2.4rem 0 0;
    position: relative;
}
.content article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    padding: .3rem .4rem;
    color: #fff;
    font-size: 1.3rem;
    pointer-events: none;
}
.content article .wp-caption + .gallery {
    margin: .3rem 0 0;
}


.content .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 2.4rem 0 0;
}
.content .gallery-columns-1 .gallery-item {
    width: 100%;
}
.content .gallery-columns-2 .gallery-item {
    width: 50%;
}
.content .gallery-columns-3 .gallery-item {
    width: 33.33%;
    /*margin: .3rem 0 0 .3rem;*/
}
.content .gallery-columns-3 .gallery-item:first-child,
.content .gallery-columns-3 .gallery-item:nth-child(2),
.content .gallery-columns-3 .gallery-item:nth-child(3) {
    margin-top: 0;
}
.content .gallery-columns-3 .gallery-item:nth-child(3n-2) {
    margin-left: 0;
}
.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%;
}
.content .gallery-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1px;
    overflow: hidden;
}
.content .gallery-item a {
    position: relative;
    display: block;
    overflow: hidden;
}
.content .gallery-item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .3s;
}
.content .gallery-item a:hover:after {
    opacity: .4;
}
.content .gallery-item a:hover img {
    transform: scale(1.15);
}
.content .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: .3s;
    border: none !important;
}
.content .gallery-item .gallery-caption {
    padding: .3rem .4rem;
    font-size: 1.3rem;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    pointer-events: none;
}


.content .gallery-size-full {

}
.content .gallery-size-full a {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.content .gallery-size-full img {
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 100%;

}

.content .size-full {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}









/*
 * КНОПКИ ПОДЕЛИТЬСЯ
 */

.content .share-block {
    border-top: 1px solid #555;
    padding-top: 3rem;
    margin-top: 3rem;
}
.content .share-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .2rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: inherit;
    font-family: 'Birds';
}
.content .ya-share2 {

}
.content .ya-share2__list {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.content .ya-share2__item {
    margin: 0;
    padding: 0;
}
.content .ya-share2 {

}
.content .ya-share2 {

}

















.program-age,
.program-price,
.program-gender {
    font-size: 34px;
    font-family: Birds;
    display: flex;
    align-items: center;
    color: #563202;
}
.program-price {
    /*color: #006FE7;*/
}
.program-gender {

}
.program-age {
    /*color: #FFBF00;*/
}


.program-icon {
    flex-shrink: 0;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    /*border: 2px solid #FFBF00;*/
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.program-icon i {
    font-size: 32px;
    color: #563202;
}























































/*
 * ЗАПИСИ
 */

.postgrid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.post {
    width: calc(25% - 24px);
    margin: 32px 0 0 32px;
    transition: .2s;
    background-color: #292929;
    font-size: 0;
    position: relative;
    border: 8px solid #fff;
    box-shadow: 0 .1rem 3rem #000;
    font-family: Birds;
}
.post:hover {
    transform: rotate(1deg);
}
/*.post:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 8px solid #006FE7;
    transform: rotate(5deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}*/
.post:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 3px solid #FFBF00;
    transform: rotate(-3deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}
.post:first-child,
.post:nth-child(2),
.post:nth-child(3),
.post:nth-child(4) {
    margin-top: 0;
}
.post:nth-child(4n-3) {
    margin-left: 0;
}



.post-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
}
.post .post-image {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.category-programmyi .post .post-image:after {
    content: '';
    padding-top: 100%;
    display: inline-block;
}
.post .wp-post-image {
    /*display: block;*/
    width: 100%;
    transition: .3s;
    height: auto;
    opacity: 1;
    transform: scale(1.01);
    object-fit: cover;
}
.post:hover .wp-post-image {
    opacity: .7;
    transform: scale(1.1);
}






.post .post-details {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.post .post-title {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0rem;
    background-color: transparent;
    color: #fff;
    text-align: center;
}
.post:hover .post-title {
    color: #FFBF00;
}


.post .post-more {
    margin-top: 1rem;
}
.post .post-more-link {
    display: block;
    padding: 12px 30px 12px 30px;
    transition: .2s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2rem;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
}
.post .post-more-link i {
    margin-left: .6rem;
}

































































/*
 * КОММЕНТАРИИ
 */

.comments-wrap {
    
}
.comments-wrap .comments-count {
    display: block;
    font-size: 2.4rem;
    font-family: 'Birds';
    text-transform: uppercase;
    color: inherit;
}
.comments-wrap .comments-count:before {
    font-family: 'Fontello';
    content: '\e806';
    margin-right: 1.2rem;
    color: #FFBF00;
}
.comments-wrap .comments-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}
.comments-wrap .comment {
    padding: 0;
    margin: 0 0 2.4rem;
    padding: 2.4rem !important;
    /*background-color: #9C1737;*/
    background: #006bc5;
    list-style: none;
}
.comments-wrap .comment:last-child {
    margin: 0;
}
.comments-wrap .comment-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.comments-wrap .comment-author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /*background-color: rgba(255, 255, 255, .1);*/
    color: #fff;
}
.comments-wrap .comment-avatar {
    margin-right: .6rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50rem;
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: .2rem solid rgba(255, 255, 255, .2);
    display: none;
}
.comments-wrap .comment-avatar img {
    display: block;
    border-radius: 50rem;
}
.comments-wrap .author-name {
    text-transform: uppercase;
    display: block;
    font-size: 1.8rem;
    font-family: 'Birds';
    letter-spacing: .1rem;
    padding: 1.2rem 1.2rem;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
}
.comments-wrap .comment-time {
    color: #fff;
    color: rgba(255, 255, 255, .3);
    line-height: 32px;
    height: 32px;
    padding: 0;
    display: none;
}
.comments-wrap .comment-time:before {
    font-family: 'Fontello';
    content: '\e817';
    margin-right: 5px;
}
.comments-wrap .comment-text {
    margin: 1.2rem 0 0;
    color: #fff;
    line-height: 1.4 !important;
    font-style: 1.6rem;
}
.comments-wrap .comment-text p {
    text-indent: 0;
    margin: 0;
    padding: 0;
    line-height: 1.4 !important;
    font-style: 1.6rem;
    font-family: Ubuntu !important;
}
.comments-wrap .comment-reply {
    margin: 8px 0 0;
}
.comments-wrap .comment-reply a {
    display: inline-block;
    padding: 5px 15px;
    color: #292929;
    text-decoration: none;
    background-color: #2492FF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
}
.comments-wrap .comment .children {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}






.comments-wrap .comment-respond {
    margin: 26px 0 0;
    padding: 0;
}
.comments-wrap .comment-reply-title {
    font-size: 1.8rem;
    font-family: 'Birds';
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1rem;
    padding: 1.2rem;
}
.comments-wrap .logged-in-as {
    margin: 13px 0 0;
    text-indent: 0;
    display: none;
}
.comments-wrap .logged-in-as a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}
.comments-wrap .comment-form {
    margin: 1.2rem 0 0;
}
.comments-wrap .comment-notes {
    display: none;
}
.comments-wrap .comment-form input,
.comments-wrap .comment-form textarea {
    line-height: 1.4;
    width: 100%;
    display: block;
    padding: 1.2rem;
    font-size: 1.6rem;
    color: #563202;
    font-family: inherit;
    outline: none;
    border: none;
    background-color: #FFBF00;
}
.comments-wrap .comment-form textarea {
    height: 10rem;
    margin-bottom: 1.2rem;
}
.comments-wrap .comment-form {
    
}
.comments-wrap .comment-form {
    
}
.comments-wrap .comment-form input::-webkit-input-placeholder {color: inherit;}
.comments-wrap .comment-form input::-moz-placeholder {color: inherit;}
.comments-wrap .comment-form textarea::-webkit-input-placeholder {color: inherit;}
.comments-wrap .comment-form textarea::-moz-placeholder {color: inherit;}


.comment-form-author {
    margin: 0 !important;
}
.comment-form-author label {
    display: none;
}


.comments-wrap .comment-form .form-submit {
    margin: 15px 0 0;
    text-align: center;
}
.comments-wrap .comment-form .submit {
    width: auto;
    display: inline-block;
    transition: .2s;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    border-radius: 50rem;
    font-family: Birds;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
    padding: 1.2rem 4.8rem;
}
.comments-wrap .comment-form .submit:hover {
    
}

































































































































































































@media (max-width: 800px) {

/*
Theme Name: THEME
Author: APEX
*/



@font-face {
    font-family: Birds;
    src: url('../font/Birds.ttf');
}


body {
    color: #563202;
    background-color: #fff;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #022341;
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}









.about {
    /*background: radial-gradient(ellipse at center, #7db9e8 0%,#006bc5 100%);*/
    position: relative;
    box-shadow: 0 0 5rem #000;
    z-index: 10;
    padding: 4.8rem 1.2rem;
    font-family: Birds;
    color: #fff;
}
.about-title {
    font-size: 2.6rem;
    text-transform: uppercase;
    letter-spacing: 0rem;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}
.about-text {
    font-size: 1.6rem;
    font-weight: 700;
    /*letter-spacing: .1rem;*/
    line-height: 1.3;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-top: 2rem;
    font-family: Ubuntu;
    padding: 2rem 1.2rem;
    /*border-bottom: .1rem solid #fff;
    border-top: .1rem solid #fff;*/
    background-color: rgba(255, 255, 255, .1);
}
.about ul.featers {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 2rem;
}
.about ul.featers li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    width: 100%;
    margin-left: 0;
    font-weight: 700;
    border-top: .3rem solid #fff;
    padding-top: 1.8rem;
    margin-top: 2.2rem;
}
.about ul.featers li:first-child {
    margin-left: 0;
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}
.about ul.featers li span {
    font-size: 4rem;
    display: block;
    color: #FC5107;
    width: 100%;
    border-bottom: none;
    margin-bottom: 1.2rem;
    padding-bottom: 0;
}




























.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 1.2rem 2.4rem;
}
.contact-form h3 {
    font-family: Birds;
    font-size: 2.6rem;
    text-align: center;
    width: 100%;
    color: #FFBF00;
    text-transform: uppercase;
}


.wpcf7 {
    width: 100%;
    padding-top: 30px !important;
    margin: 0 auto !important;
}
.page .wpcf7 {
    padding-top: 0 !important;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form__row {
    margin-bottom: .5rem;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form__field {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    display: block;
    font-family: Birds;
    width: 100%;
    background: rgba(0, 0, 0, .25);
    color: #fff;
}
.page .form__field {
    background: #166BC5;
}
.form__input {

}
.form__textarea {
    height: 10rem;
}
.form__field::-webkit-input-placeholder {
    color: #fff;
}
.form__field:-ms-input-placeholder {
    color: #fff;
}
.form__field::-ms-input-placeholder {
    color: #fff;
}
.form__field::placeholder {
    color: #fff;
}

/*.form__row--captcha {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre-wrap;
    flex-wrap: wrap;
}
.form__row--captcha:before {
    content: 'Введите число: ';
    font-size: 1.4rem;
    color: #ffc857;
}
.form__row--captcha .wpcf7-form-control-wrap {
    display: flex;
    font-size: 1.4rem;
    align-items: center;
}
.form__captcha {
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #393e41;
    border: none;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    width: 2.6rem;
    height: 2.6rem;
}*/

.form__row--button {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.form__button {
    font-size: 18px;
    padding: 18px 40px;
    border-radius: 100px;
    display: inline-block;
    background: #FC5107;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1rem;
    font-weight: 700;
    color: #fff;
    transition: .2s;
    font-family: Birds;
}
.form__button:hover {
    background: #FC3607;
}

.wpcf7-not-valid-tip {
    display: block !important;
    text-align: center;
    flex-shrink: 1;
    color: #FD6A67 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    margin-top: .4rem;
}
.form__row--captcha .wpcf7-not-valid-tip {
    margin-left: .5rem;
}
.wpcf7-response-output {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: none !important;
    border-top: .1rem solid #fff !important;
    margin: 1.2rem 0 0 !important;
    padding: 1.2rem 0 0 !important;
}























.extra-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.extra-service {
    color: #563202;
    width: 100%;
    margin-top: 2rem;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.extra-service:before {
    content: '\e812';
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #563202;
    font-family: Fontello;
    font-size: 2.4rem;
}
.extra-service:first-child {
    margin-top: .8rem !important;
}
.extra-service:nth-child(2) {
    margin-top: .8rem !important;
}
.service-title {
    display: block;
    width: 100%;
    font-family: 'Birds';
    color: #563202;
    font-size: 2rem;
}
.service-count {
    display: inline-block;
    color: #563202;
    font-size: 1.3rem;
    margin-right: .8rem;
    margin-top: .4rem;
}
.service-age {
    display: inline-block;
    color: #563202;
    font-size: 1.3rem;
    margin-top: .4rem;
    margin-right: .8rem;
}
.service-price {
    display: inline-block;
    color: #563202;
    font-size: 1.3rem;
    margin-top: .4rem;
}
.service-more {
    display: block;
    width: 100%;
    margin-top: .8rem;
}
.service-more b {
    display: inline-block;
    color: #563202;
    background-color: #FFBF00;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-family: Birds;
    padding: .3rem .6rem;
    border-radius: .6rem;
    transition: .2s;
    cursor: pointer;
}
.service-more b:after {
    content: '>';
    margin-left: .3rem;
}
.service-more b:hover {
    background-color: #EBB40A;
}
.service-info {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    box-shadow: 0 .4rem 2rem rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 300;
    border-radius: .5rem;
    padding: 2.4rem;
    display: none;
}
.service-info-close {
    font-size: 2.2rem;
    position: absolute;
    top: .6rem;
    right: .6rem;
    transition: .2s;
    color: #DC482B;
    cursor: pointer;
}












.programms-genders {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.6rem 0 0;
    width: 100%;
}
.single .programms-genders {
    margin: 3.6rem 0;
}
.program-nav-wrap {

}
.program-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1.2rem;
    list-style: none !important;
    flex-direction: column;
    align-items: stretch;
}
.program-nav .menu-item {

}
.program-nav .menu-item a {
    display: block;
    margin-left: 1.2rem;
    padding: 1.4rem 2rem;
    border-radius: 10rem;
    color: #fff;
    transition: .2s;
    letter-spacing: .1rem;
    font-family: Birds;
    text-transform: uppercase;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, .2);
}
.program-nav .menu-item a:first-child {
    margin-left: 0;
}
.program-nav .menu-item a:hover {
    color: #FEA308;
}


































































/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 */



.flexslider {
  background: #000;
  position: relative;
  zoom: 1;
  /*height: 536px;*/
}
.flexslider ul.slides {
  list-style: none;
  zoom: 1;
  display: flex;
  align-items: stretch;
}
.flexslider ul.slides li.slide {
  display: none;
  -webkit-backface-visibility: hidden;
  float: none !important;
  position: relative;
}
.flexslider ul.slides li.slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -moz-user-select: none;
}
.no-js .flexslider ul.slides li.slide:first-child {
  display: block;
}
.flex-viewport {
  max-height: 200rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 30rem;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}



.slide__content_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .5);
  padding: 0 0;
}
.slide__content {
  /*background-color: rgba(0, 0, 0, .5);*/
  background: -moz-linear-gradient(left, rgba(0,0,0,.8) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,.8) 0%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,.8) 0%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    background: none;


  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  max-width: none;
  width: 100%;
  padding: 4.8rem 1.2rem;
}
.slide__title {
  text-align: inherit;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: Birds;
}
.slide__subtitle {
  text-align: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.2;
  margin-top: 1.6rem;
  line-height: 1.3;
  font-family: Birds;
}
.slide__description {
  text-align: inherit;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 2rem;
  border-top: .1rem solid #fff;
  padding-top: 2rem;
  font-family: Birds;
}
.slide__link {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  transition: .2s;
  font-family: Birds;
  display: inline-block;
  padding: 1.5rem 2.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10rem;
  text-shadow: none;
  background-color: #0E7AE3;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4), 0 0 .4rem #fff inset;
}
.slide__link:hover {
  background-color: #0B5BA8;
}






.carousel li {
  margin-right: .6rem;
}




ul.flex-direction-nav {
  *height: 0;
  list-style: none;
}
ul.flex-direction-nav li.flex-nav-prev,
ul.flex-direction-nav li.flex-nav-next {

}
ul.flex-direction-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  transition: .2s ease-in-out;
  border-radius: 10rem;
  font-size: 0;
  background-color: rgba(0, 0, 0, .4);
}
ul.flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, .7);
}
ul.flex-direction-nav a.flex-prev {
  left: 1.2rem;
}
ul.flex-direction-nav a.flex-next {
  right: 1.2rem;
}
ul.flex-direction-nav a:before {
  font-family: Fontello;
  content: '\e813';
  margin-right: .4rem;
  font-size: 2.4rem;
}
ul.flex-direction-nav a.flex-next:before {
  content: '\e812';
  margin-left: .4rem;
}

ul.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}









ol.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 15;
  list-style: none;
  padding: 1.2rem 0;
}
ol.flex-control-nav li {
  margin-left: .6rem;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
ol.flex-control-nav li:first-child {
  margin-left: 0;
}
ol.flex-control-paging li a {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  text-indent: -9999px;
  border-radius: 5rem;
  border: .2rem solid #fff;
  opacity: .4;
  transition: .2s;
  font-size: 0;
}
ol.flex-control-paging li a:hover {
  opacity: 1;
}
ol.flex-control-paging li a.flex-active {
  opacity: 1;
}












































/*
 * ШАПКА
 */
 

.header {
    color: #fff;
    position: relative;
    z-index: 700;
    font-family: Birds;
    background-color: #006bc5;
    width: 100%;
    height: 8rem;
}

.header-tgl {
    position: absolute;
    top: 0;
    height: 9rem;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #fff;
}
.nav-tgl {
    left: 0;
}
.contacts-tgl {
    right: 0;
}

.header a.logo-link {
    top: -2rem;
    left: 50%;

    margin-left: -6rem;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    width: auto;
    z-index: 900;
    justify-content: center;
    width: 12rem;
    height: 12rem;
}
.header img.logo-image {
    width: 7rem;
    height: 100%;
}




.header div.topbar {
    padding: 4.8rem 1.2rem;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: relative;
    background-color: #C11767;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .7);
    z-index: 710;
    position: absolute;
    top: 8rem;
    right: 0;
    left: 0;

    display: none;
}



.header div.contacts-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: inherit;
}
.header a.contacts-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-bottom: 1rem;
    color: inherit;
}
.header a.contacts-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.header i.contacts-item__icon {
    font-size: 1.8rem;
    color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    width: 4.2rem;
    height: 4.2rem;
    background-color: rgba(0, 0, 0, .2);
    margin-right: .5rem;
    flex-shrink: 0;
}
.header span.contacts-item__text {
    color: inherit;
    font-size: 1.3rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
}




.header div.secondbar {
    padding: 4.8rem 1.2rem;
    height: auto;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 705;
    background-color: #006bc5;
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;

    display: none;
}



.header-nav-wrap {
    padding: 0 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 auto;
}
.header-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #fff;
}
.header-nav > li.menu-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    text-transform: uppercase;
    margin-top: .2rem;
}
.header-nav > li.menu-item:first-chile {
    margin-top: 0;
}
.header-nav > li.menu-item > a {
    display: flex;
    padding: 1.5rem 1.5rem;
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: .2s;
    letter-spacing: .1rem;
    text-shadow: 0 .1rem .4rem rgba(0, 0, 0, 0);
}
.header-nav > li.menu-item:not(.current-menu-item):hover a {
    text-shadow: 0 .1rem .4rem rgba(0, 0, 0, .5);
    color: #FFBF00;
}
.header-nav > li.current-menu-item,
.header-nav > li.current-menu-parent,
.header-nav > li.current-menu-ancestor,
.header-nav > li.current-category-ancestor,
.header-nav > li.current-post-ancestor,
.header-nav > li.current-post-parent,
.header-nav > li.current-product_cat-ancestor {
    text-shadow: 0 .1rem .4rem rgba(0, 0, 0, .5);
    background-image: url('../img/header/brush.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFBF00;
}

#menu-item-63 a {
    
}

.header-nav .sub-menu {
    display: none;
}








.header .clouds {
    width: 100%;
    height: 4rem;
    background-image: url('../img/clouds.png');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 100%;
    pointer-events: none;
}























































/*
 * ПОДВАЛ
 */



.footer {
    position: relative;
}



.footer-clouds {
    width: 100%;
    height: 4rem;
    background-image: url('../img/footer-clouds.png');
    background-repeat: repeat-x;
    background-size: contain;
    pointer-events: none;
    z-index: 805;
    position: relative;
}


.instagram-feed {
    box-shadow: 0 1px 70px #000;
}

.instagram-feed-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 12px;
    box-shadow: 0 1px 40px #000;
    position: relative;
    z-index: 800;
    background: #006bc5;
}
.instagram-feed-header a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 3rem;
    color: #fff;
    transition: .2s;
    font-family: 'Birds';
    display: none;
}
.instagram-feed-header a:first-child {
    margin-left: 0;
    color: #fff;
    font-family: 'Birds';
    display: flex;
    font-size: 2rem;
}
.instagram-feed-header a:hover {
    opacity: .8;
}
.instagram-feed-header a i {
    margin-right: 14px;
    border: 2px solid rgba(255, 255, 255, .3);
    font-size: 30px;
    color: inherit;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    background: rgb(169,21,175);
    background: -moz-linear-gradient(-45deg, rgba(169,21,175,1) 0%, rgba(255,155,48,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(169,21,175,1) 0%,rgba(255,155,48,1) 100%);
    background: linear-gradient(135deg, rgba(169,21,175,1) 0%,rgba(255,155,48,1) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#a915af', endColorstr='#ff9b30',GradientType=1)";
}
.instagram-feed-header a span {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 700;
}
.instagram-feed-header a:first-child span {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.instagram-feed-content {
    display: none;
}
.instagram-feed-content-m {
    display: block;
}
.instashow {

}

.instashow .instashow-gallery-loader {

}
.instashow .instashow-gallery-loader .instashow-spinner {

}

.instashow {
    height: auto !important;
}
.instashow .instashow-gallery-wrapper {
    height: auto !important;
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container {
    
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view {
    padding: 0 !important;
    height: auto !important;
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view-active {
    
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media {
    padding: 0 !important;
    width: 33.33% !important;
    /*height: auto !important;*/
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media a.instashow-gallery-media-link {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image img {

}

.instashow .instashow-gallery-control-arrow {
    background: rgba(0, 0, 0, .5) !important;
}
.instashow .instashow-gallery-control-arrow:before,
.instashow .instashow-gallery-control-arrow:after {
    background: #fff !important;
}
.instashow .instashow-gallery-control-arrow-previous {
    
}
.instashow .instashow-gallery-control-arrow-next {
    
}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media a.instashow-gallery-media-link {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image {

}
.instashow .instashow-gallery-wrapper .instashow-gallery-container .instashow-gallery-view .instashow-gallery-media span.instashow-gallery-media-image img {

}

.instashow .instashow-gallery-control-arrow {
    background: rgba(0, 0, 0, .5) !important;
}
.instashow .instashow-gallery-control-arrow:before,
.instashow .instashow-gallery-control-arrow:after {
    background: #fff !important;
}
.instashow .instashow-gallery-control-arrow-previous {
    
}
.instashow .instashow-gallery-control-arrow-next {
    
}












.copyrights {
    padding: 2.4rem 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #063864;
    color: #fff;
    flex-direction: column;
    font-size: 1.6rem;
    font-family: Birds;
    text-align: center;
    box-shadow: 0 0 50px #000;
    text-shadow: none;
    z-index: 990;
    position: relative;
}
.copyrights a {
    text-align: center;
    display: block;
    color: #FFBF00;
    margin-left: 0;
    margin-top: .6rem;
    position: relative;
}






















































/*
 * КОНТЕЙНЕР
 */

.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.container-header {
    box-shadow: 0 .1rem 5rem #000;
    border: none;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 100%;
    margin-top: 50px;
    transform: rotate(0deg);
}
.container-header-overcolor {
    background-color: rgba(0, 0, 0, .5);
    padding: 0 0 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.return-back {
    width: 100%;
    margin-bottom: 5rem;
    padding: 5rem 0;
    font-family: Birds;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .08);
}
.return-back-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-family: Birds;
    opacity: .7;
    padding: .4rem 1rem .4rem .4rem;
    background-color: transparent;
}
.return-back-btn:hover {
    opacity: 1;
}
.return-back-btn i {
    font-size: 16px;
    color: #fff;
    padding-right: 1px;
    border-radius: 5px;
}
.return-back-btn span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-family: Birds;
}
.breadcrumbs-and-title {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.container-header .woocommerce-breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 4.2rem;
}
.container-header .woocommerce-breadcrumb span {
    font-size: 0;
}
.container-header .woocommerce-breadcrumb span a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
}
.container-header .woocommerce-breadcrumb span a:hover {
    color: rgba(255, 255, 255, 1);
}
.container-header .woocommerce-breadcrumb i {
    text-decoration: none;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    margin-right: 7px;
}
.container-header .title {
    text-transform: none;
    font-size: 2.6rem;
    text-transform: none;
    letter-spacing: 0rem;
    padding-left: 0rem;
    text-align: center;
    font-family: Birds;
}
.container-header .title span {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

.container-header .title-page {

}
.container-header .title-single {

}
.container-header .title-category {
    
}








.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}





/*
 * СТРАНИЦА
 */
.category .wrapper {
    box-shadow: none;
}
.content {
    width: 100%;
    padding: 3.6rem 1.2rem 4.8rem;
    background-color: #fff;
}
.content-page {
    margin: 0 0 15px;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 50px #000;
}
.content-single {
    margin: 0 0 15px;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 50px #000;
}
.content-single:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 8px solid #006FE7;
    transform: rotate(1deg);
    pointer-events: none;
    z-index: 700;
    display: none;
    box-shadow: 0 .1rem 2rem #000;
}
.content-single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    right: 0;
    border: 8px solid #FFBF00;
    transform: rotate(-1deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}
.content-category {
    background-color: rgba(0, 0, 0, 0);
    padding: 3.6rem 1.2rem 4.8rem;
}
.content-catalog {
    background-color: #fff;
}
.content-home {
    overflow: scroll;
}

.page-title {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    border-bottom: .1rem solid rgba(0, 0, 0, .2);
    padding-bottom: 1rem;
}
.page-title:first-letter {
    font-size: 2.8rem;
}

.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;
    line-height: 1.3;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
    display: inline-block;
    padding: 2rem;
    font-family: Birds;
}
.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 * + h1,
.content article * + h2,
.content article * + h3,
.content article * + h4,
.content article * + h5,
.content article * + h6 {
    margin: 5.4rem 0 0;
}
.content article > p {
    margin: 1.4rem 0 0;
    font-size: 1.6rem;
    line-height: 1.4;
}

.content article ul,
.content article ol {
    margin: 1.4rem 0 0;
    list-style: none;
    /*padding-left: 1.8rem;*/
}
.content article ul {
    list-style: disc;
    font-family: Birds;
}
.content article ol {
    list-style: decimal;
    font-family: Birds;
}
.content article ul li:before {
    content: '>';
    margin-right: 1.2rem;
}
.content article ul li,
.content article ol li {
    padding: 0 0rem;
    display: flex;
    align-items: center;
    margin-top: .4rem;
    padding-top: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-weight: 700;
}
.content article ul li:first-child,
.content article ol li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.content article a {
    text-decoration: underline;
    color: inherit;
}
.content article .wp-caption {
    margin: 2.4rem 0 0;
    position: relative;
}
.content article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    padding: .3rem .4rem;
    color: #fff;
    font-size: 1.3rem;
    pointer-events: none;
}
.content article .wp-caption + .gallery {
    margin: .3rem 0 0;
}


.content .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 2.4rem 0 0;
}
.content .gallery-columns-1 .gallery-item {
    width: 100%;
}
.content .gallery-columns-2 .gallery-item {
    width: 50%;
}
.content .gallery-columns-3 .gallery-item {
    width: 33.33%;
    /*margin: .3rem 0 0 .3rem;*/
}
.content .gallery-columns-3 .gallery-item:first-child,
.content .gallery-columns-3 .gallery-item:nth-child(2),
.content .gallery-columns-3 .gallery-item:nth-child(3) {
    margin-top: 0;
}
.content .gallery-columns-3 .gallery-item:nth-child(3n-2) {
    margin-left: 0;
}
.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%;
}
.content .gallery-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1px;
    width: 33.33% !important;
    overflow: hidden;
}
.content .gallery-item a {
    position: relative;
    display: block;
    overflow: hidden;
}
.content .gallery-item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .3s;
}
.content .gallery-item a:hover:after {
    opacity: .4;
}
.content .gallery-item a:hover img {
    transform: scale(1.15);
}
.content .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: .3s;
    border: none !important;
}
.content .gallery-item .gallery-caption {
    padding: .3rem .4rem;
    font-size: 1.3rem;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    pointer-events: none;
}


.content .gallery-size-full {

}
.content .gallery-size-full a {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.content .gallery-size-full img {
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 100%;

}

.content .size-full {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}









/*
 * КНОПКИ ПОДЕЛИТЬСЯ
 */

.content .share-block {
    border-top: 1px solid #555;
    padding-top: 3rem;
    margin-top: 3rem;
}
.content .share-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .2rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: inherit;
    font-family: 'Birds';
}
.content .ya-share2 {

}
.content .ya-share2__list {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.content .ya-share2__item {
    margin: 0;
    padding: 0;
}
.content .ya-share2 {

}
.content .ya-share2 {

}

















.program-age,
.program-price,
.program-gender {
    font-size: 22px;
    font-family: Birds;
    display: flex;
    align-items: center;
    color: #563202;
}
.program-price {
    /*color: #006FE7;*/
}
.program-gender {

}
.program-age {
    /*color: #FFBF00;*/
}


.program-icon {
    flex-shrink: 0;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    /*border: 2px solid #FFBF00;*/
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.program-icon i {
    font-size: 32px;
    color: #563202;
}























































/*
 * ЗАПИСИ
 */

.postgrid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.post {
    width: 100%;
    margin: 32px 0 0 0;
    transition: .2s;
    background-color: #292929;
    font-size: 0;
    position: relative;
    border: 8px solid #fff;
    box-shadow: 0 .1rem 3rem #000;
    font-family: Birds;
}
.post:hover {
    transform: rotate(1deg);
}
/*.post:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 8px solid #006FE7;
    transform: rotate(5deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}*/
.post:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 3px solid #FFBF00;
    transform: rotate(-3deg);
    pointer-events: none;
    z-index: 700;
    box-shadow: 0 .1rem 2rem #000;
}
.post:first-child {
    margin-top: 0;
}
.post:nth-child(2),
.post:nth-child(3),
.post:nth-child(4) {
    margin-top: 32px;
}
.post:nth-child(4n-3) {
    margin-left: 0;
}



.post-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
}
.post .post-image {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.category-programmyi .post .post-image:after {
    content: '';
    padding-top: 100%;
    display: inline-block;
}
.post .wp-post-image {
    /*display: block;*/
    width: 100%;
    transition: .3s;
    height: auto;
    opacity: 1;
    transform: scale(1.01);
    object-fit: cover;
}
.post:hover .wp-post-image {
    opacity: .7;
    transform: scale(1.1);
}






.post .post-details {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.post .post-title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0rem;
    background-color: transparent;
    color: #fff;
    text-align: center;
}
.post:hover .post-title {
    color: #FFBF00;
}


.post .post-more {
    margin-top: 1rem;
}
.post .post-more-link {
    display: block;
    padding: 12px 30px 12px 30px;
    transition: .2s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2rem;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
}
.post .post-more-link i {
    margin-left: .6rem;
}

































































/*
 * КОММЕНТАРИИ
 */

.comments-wrap {
    
}
.comments-wrap .comments-count {
    display: block;
    font-size: 2.4rem;
    font-family: 'Birds';
    text-transform: uppercase;
    color: inherit;
}
.comments-wrap .comments-count:before {
    font-family: 'Fontello';
    content: '\e806';
    margin-right: 1.2rem;
    color: #FFBF00;
}
.comments-wrap .comments-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}
.comments-wrap .comment {
    padding: 0;
    margin: 0 0 2.4rem;
    padding: 2.4rem !important;
    /*background-color: #9C1737;*/
    background: #006bc5;
    list-style: none;
}
.comments-wrap .comment:last-child {
    margin: 0;
}
.comments-wrap .comment-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.comments-wrap .comment-author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /*background-color: rgba(255, 255, 255, .1);*/
    color: #fff;
}
.comments-wrap .comment-avatar {
    margin-right: .6rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50rem;
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: .2rem solid rgba(255, 255, 255, .2);
    display: none;
}
.comments-wrap .comment-avatar img {
    display: block;
    border-radius: 50rem;
}
.comments-wrap .author-name {
    text-transform: uppercase;
    display: block;
    font-size: 1.8rem;
    font-family: 'Birds';
    letter-spacing: .1rem;
    padding: 1.2rem 1.2rem;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
}
.comments-wrap .comment-time {
    color: #fff;
    color: rgba(255, 255, 255, .3);
    line-height: 32px;
    height: 32px;
    padding: 0;
    display: none;
}
.comments-wrap .comment-time:before {
    font-family: 'Fontello';
    content: '\e817';
    margin-right: 5px;
}
.comments-wrap .comment-text {
    margin: 1.2rem 0 0;
    color: #fff;
    line-height: 1.4 !important;
    font-style: 1.6rem;
}
.comments-wrap .comment-text p {
    text-indent: 0;
    margin: 0;
    padding: 0;
    line-height: 1.4 !important;
    font-style: 1.6rem;
    font-family: Ubuntu !important;
}
.comments-wrap .comment-reply {
    margin: 8px 0 0;
}
.comments-wrap .comment-reply a {
    display: inline-block;
    padding: 5px 15px;
    color: #292929;
    text-decoration: none;
    background-color: #2492FF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
}
.comments-wrap .comment .children {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}






.comments-wrap .comment-respond {
    margin: 26px 0 0;
    padding: 0;
}
.comments-wrap .comment-reply-title {
    font-size: 1.8rem;
    font-family: 'Birds';
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1rem;
    padding: 1.2rem;
}
.comments-wrap .logged-in-as {
    margin: 13px 0 0;
    text-indent: 0;
    display: none;
}
.comments-wrap .logged-in-as a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}
.comments-wrap .comment-form {
    margin: 1.2rem 0 0;
}
.comments-wrap .comment-notes {
    display: none;
}
.comments-wrap .comment-form input,
.comments-wrap .comment-form textarea {
    line-height: 1.4;
    width: 100%;
    display: block;
    padding: 1.2rem;
    font-size: 1.6rem;
    color: #563202;
    font-family: inherit;
    outline: none;
    border: none;
    background-color: #FFBF00;
}
.comments-wrap .comment-form textarea {
    height: 10rem;
    margin-bottom: 1.2rem;
}
.comments-wrap .comment-form {
    
}
.comments-wrap .comment-form {
    
}
.comments-wrap .comment-form input::-webkit-input-placeholder {color: inherit;}
.comments-wrap .comment-form input::-moz-placeholder {color: inherit;}
.comments-wrap .comment-form textarea::-webkit-input-placeholder {color: inherit;}
.comments-wrap .comment-form textarea::-moz-placeholder {color: inherit;}


.comment-form-author {
    margin: 0 !important;
}
.comment-form-author label {
    display: none;
}


.comments-wrap .comment-form .form-submit {
    margin: 15px 0 0;
    text-align: center;
}
.comments-wrap .comment-form .submit {
    width: auto;
    display: inline-block;
    transition: .2s;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    border-radius: 50rem;
    font-family: Birds;
    background-image: url('../img/brush-yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #563202;
    padding: 1.2rem 4.8rem;
}
.comments-wrap .comment-form .submit:hover {
    
}















}







