

/* Start:/bitrix/templates/spectrum/styles.css?177464079573430*/
.homeBlocks {
  margin-top: -650px;
  z-index: 999;
  position: relative;
  overflow: hidden;
}
.instructors__container {
  height: fit-content;
}
.confidec_page {
  margin-top: 100px;
}

.mob_popup-parent {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body:has(.page-404) .navbar {
  z-index: 1;
}
.modal--menu {
  padding-top: 48px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  max-width: 753px;
  max-height: none;
  background: linear-gradient(180deg, #fff 8.16%, #f6f8f1 32.24%, #e7ece4 69.39%, #a5b8ac 100%);
  text-align: center;
  overflow: auto;
}

.hamburger,
.hamburger__inner {
  display: none;
}
.mobile_menu {
  dislpay: none;
}
.container {
  max-width: 1068px;
  margin: 0 auto;
  padding: 0 22px;
}
.shsimple-page {
  background: linear-gradient(
    217.25deg,
    #dad5ca 13.98%,
    #f6f8f1 38.14%,
    #e7ece4 54.3%,
    #a5b8ac 81.45%
  );
  background-size: cover;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: -75px;
}

.pages__title {
  text-align: left;
  margin-top: 90px;
  font-family: CeraPro-Medium, sans-serif;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
}
.pages-bg {
  left: 0;
  width: 100%;
  bottom: 0;
}

.pages-bg.photos-page {
  /*   background: url(/upload/shanti/bg-course.png) 50% 0 no-repeat;
  background-size: cover; */
}

.photos-page:has(.service-bg) {
  background: url(/upload/shanti/bg-services.png) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome' !important;
  color: #333; /* Arrow color */
}

.slick-prev {
  background: url(/upload/shanti/slider_arrow.svg) !important;
  transform: rotate(180deg) !important;
  left: -50px !important;
  transform-origin: 24px 12px !important;
  opacity: 0.5 !important;
}
.slick-next {
  background: url(/upload/shanti/slider_arrow.svg) !important;
  right: -50px !important;
  opacity: 0.5 !important;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1 !important;
}

.photo-items {
  margin: 0 15px;
  width: 256px;
}
.photo-item {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
}
.phgallery__title {
  color: #333;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}

/* TEST POPUP AND PAGE */

.quiz-step__content:before,
.quiz:after,
.quiz:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.quiz-step__content:before {
  background: linear-gradient(293.95deg, #244031 22.1%, #3a6149 60.75%);
  opacity: 0.8;
}
.quiz:before {
  background: url(/upload/shanti/bg-quizbig.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.quiz:after {
  background: linear-gradient(
    228.08deg,
    #dad5ca 13.98%,
    #f6f8f1 38.14%,
    #e7ece4 54.3%,
    #a5b8ac 81.45%
  );
  opacity: 0.5;
}
.quiz-step {
  display: none;
}
.activequiz {
  display: block;
}
.quiz-step--1 .quiz-step__content,
.quiz-step--8 .quiz-step__content {
  max-width: 676px;
  margin-left: auto;
  padding: 75px 88px;
  display: block;
}
.content__quiz {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 110px;
}
.quiz-step__content {
  color: #fff;
  box-shadow: 0 25px 30px rgb(58 97 66 / 25%);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.quiz-step__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 83px 35px 83px 87px;
}
.quiz-step__title {
  font-family: CeraPro-Medium, sans-serif;
  margin-top: auto;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
  background: linear-gradient(45deg, #dad5ca 0%, #f6f8f1 35.81%, #e7ece4 59.77%, #a5b8ac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fixedheight538 {
  height: 538px;
}
.flexclass {
  display: flex;
  flex-wrap: wrap;
}
.quiz-step__legend {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 30px;
  line-height: 110%;
  color: #f2994a;
  margin-bottom: 25px;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.quiz-step--8 .quiz-step__content {
  padding: 80px 88px 76px;
}
.quiz-step__form {
  margin-bottom: 45px;
}
.quiz-step__form-item {
  margin-bottom: 25px;
}
.input-text {
  height: 39px;
  margin: 0;
  display: block;
  width: 100%;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid rgba(154, 194, 130, 0.5);
  padding: 5px 0;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #9ac282;
  font-family: CeraPro, sans-serif;
}
input[type='email'],
input[type='tel'],
input[type='text'],
textarea {
  -webkit-appearance: none;
}
.quiz-step--success .quiz-step__happy-day .icon {
  opacity: 0.5;
  font-size: 67px;
  margin-right: 19px;
}
.icon-lotus,
.icon-phone {
  width: 1.39em;
  height: 1em;
  fill: #fff;
}
.quiz-step--success .quiz-step__content {
  max-width: none;
  display: block;
  text-align: center;
  padding: 120px 15px;
}
.quiz-step--success .quiz-step__title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 18px;
  color: #f2994a;
  -webkit-text-fill-color: unset;
}
.quiz-step--success .quiz-step__desc {
  margin-bottom: 61px;
}
.quiz-step--success .quiz-step__happy-day {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 25px;
  color: #fff;
  line-height: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.checkbox__text,
.radio__text {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 32px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-family: CeraPro, sans-serif;
}
.quiz-step__next {
  position: absolute;
  right: 35px;
  bottom: 35px;
  z-index: 1;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  border-bottom: none !important;
}
.quiz-step__desc {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #fff;
}
.quizbtn {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  height: 48px;
  padding: 0 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #f2994a;
  border: 1px solid #f2994a;
  border-radius: 30px;
  line-height: 46px;
  text-align: center;
  min-width: 150px;
}
.quiz-step.active {
  display: block;
}
.quizcontainer {
  max-width: 1056px;
  margin: 0 auto;
}
.quiz-step__lotus {
  position: absolute;
  bottom: -37px;
  right: -150px;
  z-index: -1;
  opacity: 0.1;
}
.quiz-step__picture {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  max-width: 501px;
  margin: 0 auto;
}

.gotoTest-parent {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gotoTest-popup {
  max-width: 590px;
  width: 100%;
  height: 440px;
  text-align: center;
  padding: 15px;
  background: url(/upload/shanti/bg-quiz.jpg) 50% 50% no-repeat;
  border-radius: 8px;
  color: #333;
  position: relative;
  margin: 95px auto;
}
.modal__logo {
  margin-bottom: 32px;
  display: inline-block;
}
.logo__img {
  display: block;
  max-width: 95%;
  height: 63px;
  object-fit: contain;
}
.testmodal__title {
  font-family: CeraPro-Medium, sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 31px;
  margin-top: auto;
  text-align: center;
}
.testbutton {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #f2994a;
  border: 1px solid #f2994a;
  padding: 13px;
  border-radius: 30px;
  vertical-align: middle;
}
.testbutton:hover {
  background: #db7922;
}
.gotoTest-popup svg {
  cursor: pointer;
  padding: 10px;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  opacity: 0.6;
}

.fancybox-bg,
.fancybox-content {
  background: none !important;
}
.modulCities-popup > .popup-parent-close {
  display: none;
}
/* TEST POPUP AND PAGE */

/* HELLO PAGE */

.modulCities-parent {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modulCities-popup {
  max-width: 676px;
  width: 100%;
  border-radius: 8px;
  background: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 0 16px;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 5vw;
}

.displayflex {
  display: flex;
}
.displayflex address {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 40px;
}
.displayflex address:hover {
  text-decoration: underline;
  cursor: pointer;
}
.displayflex .address__icon:before {
  width: 48px;
  height: 48px;
}
.displayflex .address__icon {
  margin-right: 25px;
}
.displayflex .address__icon img {
  width: 17px;
  height: 17px;
  margin-top: 7px;
  margin-left: 15px;
}
.modulCities-popup:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: #9ac282 url(/upload/shanti/lotusblack.png) 50% 50% no-repeat;
  border-radius: 50%;
  top: -10%;
  position: fixed;
}

.popuptext {
  color: #333;
  font-family: CeraPro-Regular, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  /* margin-bottom: 62px; */
}
.navbar-default {
  background-color: #ffffff;
  /* min-height: 130px !important; */
}
.secondAddress {
  margin-top: 15px;
}

.tabs__content.active > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tabs__content.active > .row > .service-item {
  flex-basis: 33%;
}
.tabs__caption.core-tabs li:hover {
  background: #acd991;
  color: #3a6149;
  border-color: #9ac282;
}
.tabs__caption.core-tabs li a {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #9ac282;
  border: 2px solid #9ac282;
  width: 163px;
  padding: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
}
.maincities {
  z-index: 5000;
  position: relative;
}

.li-first {
  border-radius: 30px 0 0 30px !important;
}
.homecontent-main {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  z-index: 99;
}
.hero__text {
  font-size: 15px;
  font-weight: 500;
}
.tabs__caption.core-tabs li a {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #9ac282;
  border: 2px solid #9ac282;
  width: 163px;
  padding: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
}

.tabs__caption.core-tabs li:last-child a {
  border-radius: 0 30px 30px 0;
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
  height: 100%;
}

.footer__top,
.footer__bottom {
  flex-basis: 33%;
}

.footer__hr {
  min-height: 1px;
  flex-basis: 5%;
}

.footer__social {
  display: flex;
  justify-content: center;
}
/*END HELLO PAGE*/

.more-btn__icon {
  margin-top: 9px;
}

/* UNIv PAGE */
.aboutcoach {
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 36px;
}

.aboutcoach__text {
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 130%;
}
.aboutCoachDesc {
  color: #000;
}

.simple-page__wrap {
  position: relative;
  z-index: 1;
}
.simple-page__col {
  float: left;
  width: 40%;
}
.widgets {
  margin-bottom: 104px;
}
.widget {
  background: linear-gradient(306.49deg, rgba(36, 64, 49, 0.8) 22.1%, rgba(58, 97, 73, 0.8) 60.75%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 26px 21px 16px 57px;
  position: relative;
  margin-bottom: 16px;
}
.widget__icon {
  font-size: 25px;
  position: absolute;
  top: 19px;
  left: 18px;
}
.widget__icon svg {
  fill: #f2994a;
}

.icon-calendar {
  fill: #f2994a;
}
.icon-purse {
  width: 1em;
  height: 1em;
  fill: #f2994a;
}
.widget-item:first-child {
  margin-top: 0;
}
.simple-page__col:last-child {
  float: right;
  width: 50%;
}
.simple-page__picture {
  max-width: clamp(50%, 80%, 520px);
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
  object-fit: contain;
}
.simple-page__picture > img {
  max-width: 100%;
  object-fit: contain;
}
.widgets:empty {
  height: 0;
  width: 0;
  margin: 0 !important;
  padding: 0;
}

.simple-page__inner:after {
  content: ' ';
  display: table;
  clear: both;
}
.simple-page__content {
  font-size: 18px;
  line-height: 24px;
  color: #141011;
  margin-top: 50px;
  /* padding-bottom: 100px; */
}
.simple-page__content p,
li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #141011;
}
.page-content ul li {
  margin-bottom: 15px;
}
.widget-item__title,
.widget-item__text {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.page-content ul li:before {
  content: '– ';
  display: inline;
}
.picture-rounded {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.breadcrumbs {
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 75px;
  padding-right: 15px;
  padding-left: 15px;
}
.photos-page_container {
  position: relative;
  z-index: 1;
}
.photos-page_container .breadcrumbs ul {
  display: flex;
}
.photos-page_container .breadcrumbs a {
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}
.photos-page_container .breadcrumbs li + li:before {
  content: '/';
  margin: 0 10px 0 7px;
  display: inline-block;
}
.no-margins {
  margin-top: 0 !important;
}
.gallery-page__row {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery-page__left {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
  height: 420px;
}
.gallery-page__left,
.gallery-page__right {
  width: 49%;
}
.gallery-page__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-page__right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-page__right a {
  width: 48%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
  margin-bottom: 20px;
}
.gallery-page__right a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-page__center-button {
  margin-top: 65px;
}
.center-button {
  text-align: center;
}

/*.gallery-page__right a:nth-of-type(3), .gallery-page__right a:nth-of-type(4) {
    margin-bottom: 0;
}*/

/* END UNIV PAGE */

.headnews_blocks {
  margin-bottom: 30px;
}

/* RASPISANIE PAGE */
.instructor__title,
.instructor__course {
  height: 44px;
}

.price-table {
  font-size: 16px;
  line-height: 18px;
  color: #232326;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 49px;
}
.price-table a {
  color: #232326 !important;
}
.table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.price-table thead th {
  font-weight: 400;
  color: #3a6149;
  text-align: left;
  padding: 12px 8px;
  vertical-align: middle;
  position: relative;
}
.price-table thead th:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgb(50 50 71 / 6%), 0 2px 2px rgb(50 50 71 / 6%);
}
.price-table tbody tr:nth-of-type(odd) td {
  background: #fff;
}
table.price-table td {
  background: #e5e5e5;
}
.price-table tbody td {
  padding: 12px 8px;
  vertical-align: middle;
}
.price-table tbody tr:nth-of-type(odd) td {
  background: #fff;
}

table.price-table td.bg {
  background: #e5e5e5 !important;
}
.price__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: left;
  color: #000;
}
.price__info p,
.widget-item {
  margin-top: 12px;
}
.price__info:before {
  background: url(/upload/shanti/info.svg) 50% 50% no-repeat;
  width: 45px;
  height: 45px;
}
.price__info {
  padding-left: 88px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.price__discount:before,
.price__info:before {
  content: '';
  display: block;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
}
.price__info p {
  color: #000;
}
.price-features {
  margin-bottom: 64px;
}
.price-features__col:first-child {
  width: 45%;
}
.price-features__col {
  float: left;
  width: 55%;
}
.price-feature--infinity,
.price-feature--warning {
  padding-left: 88px;
}
.price-feature {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.price-feature--infinity:before {
  width: 66px;
  height: 32px;
  background: url(/upload/shanti/infinity.svg) 0 0 no-repeat;
  background-size: contain !important;
}
.price-feature:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.price-feature__title {
  font-family: CeraPro-Bold, sans-serif;
  margin-bottom: 12px;
  color: #000;
}
.price-feature__text p,
.price-feature__text ul li {
  margin-top: 12px;
  color: #000;
}
.app {
  background: #9ac282;
  border-radius: 8px;
  max-width: 827px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  margin-bottom: 45px;
}
.app__title {
  font-size: 16px;
  line-height: 22px;
  font-family: CeraPro-Bold, sans-serif;
  margin-right: 15px;
  color: #000;
}
.app__items {
  display: flex;
}
.app__picture:first-child {
  margin: 0;
}
.app__picture {
  margin-left: 16px;
}

.price__wrap {
  padding-bottom: 80px;
}

.instructors:before {
  background: linear-gradient(
    210.9deg,
    #dad5ca 13.98%,
    #f6f8f1 38.14%,
    #e7ece4 54.3%,
    #a5b8ac 81.45%
  );
}
.instructors:after,
.instructors:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.instructor__course {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.instructor__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* END RASPISANIE PAGE */

/* USLUGI */
/*
.shsimple-page:after {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    background: url(/upload/shanti/bg-arenda.png) 100% 50% no-repeat;
}*/
.more-service__picture img {
  width: inherit;
}
.corporate_yoga-block {
  border-right: 2px solid #3a6149;
}
.corporate_yoga-block:before {
  width: 90%;
  height: 2px;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(58, 97, 73, 0) 0%, #3a6149 100%);
}
.corporate_yoga-block:after {
  width: 90%;
  height: 2px;
  background: linear-gradient(to right, rgba(58, 97, 73, 0) 0%, #3a6149 100%);
  bottom: 0;
  right: 0;
}
.corporate-yoga__content {
  padding: 31px 16px 16px 250px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}

.more-services {
  background: url(/upload/shanti/bg-more-service.png) 50% 100% no-repeat;
  padding: 55px 0 130px;
}
.more-service:first-child {
  margin-top: 0;
}
.more-service--reverse {
  border-right: none;
  padding-left: 0;
  padding-right: 86.62px;
  border-left: 2px solid #3a6149;
}
.more-service {
  /*  border-right: 2px solid #3a6149;*/
  position: relative;
  margin-top: 88px;
  /*   padding-left: 86.62px;*/
}
.more-service--reverse:after,
.more-service--reverse:before {
  background: linear-gradient(to right, #3a6149 0%, rgba(58, 97, 73, 0) 100%);
  right: auto;
  left: 0;
}
.more-service:after,
.more-service:before,
.more-service__picture:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
.more-service:before {
  width: 90%;
  height: 2px;
  top: 0;
  right: 0;
  /* background: linear-gradient(to right,rgba(58,97,73,0) 0%,#3a6149 100%);*/
}
.more-service:after {
  width: 90%;
  height: 2px;
  /*   background: linear-gradient(to right,rgba(58,97,73,0) 0%,#3a6149 100%);*/
  bottom: 0;
  right: 0;
}
.more-service--reverse .more-service__picture {
  left: auto;
  right: 0;
}
.more-service__picture {
  width: 210.71px;
  height: 210.71px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -105.35px;
  left: 0;
}
.more-btn__icon img {
  vertical-align: inherit;
  margin-top: 9px;
}

.seminars__symbols .symbol__icon img {
  width: 27px;
  vertical-align: text-bottom;
}

.more-service--reverse .more-service__content {
  padding: 31px 177px 16px 63px;
}
.more-service__content {
  padding: 31px 16px 16px 177px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.more-service__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #3a6149;
  font-weight: 400;
  margin-bottom: 8px;
}
/* .more-service__content a {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4em;
}
.more-service__content a .more-service__text {
  text-overflow: ellipsis;
  max-height: 4em;
} */
.more-service__text {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4em;
}
.more-btn {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3a6149;
  text-decoration: none;
}
.more-btn__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #3a6149;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 12.44px;
  margin-left: 13px;
}
.icon-next {
  width: 0.62em;
  height: 1em;
  fill: #fff;
}

.service-category:first-child {
  margin-top: 0;
}
.service-category {
  margin-top: 80px;
}
.uslugi-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.uslugi-col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.service-category__header {
  background: linear-gradient(293.95deg, #244031 22.1%, #3a6149 60.75%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px;
  color: #fff;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
.service-category__icon {
  margin-right: 11px;
}
.service-category__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0;
}
.service-category__body {
  background: rgba(154, 194, 130, 0.3);
  padding: 40px 35px 30px;
  height: fit-content;
}
.service-category__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 15px;
}
.service-category__item-title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.service-category__item-btn {
  font-size: 12px;
  line-height: 15px;
  padding: 9px 20px;
  margin-left: auto;
  font-family: CeraPro-Regular, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #f2994a;
  border: 1px solid #f2994a;
  border-radius: 30px;
  vertical-align: middle;
}
.service-category__item:nth-child(even) {
  background: linear-gradient(
    293.95deg,
    rgba(36, 64, 49, 0.15) 22.1%,
    rgba(58, 97, 73, 0.15) 60.75%
  );
}
.uslugi-col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.service-category__picture {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.symbol--art img,
.symbol--special img,
.symbol--travel img {
  margin-top: 7px;
}

.instructors {
  position: relative;
  z-index: 2;
  background: linear-gradient(210.9deg, #a5b8ac 13.98%, #e7ece4 38.14%, #f6f8f1 54.3%, #fff 70%);
}

/* END USLUGI */

/* PHOTOGALLERY*/
.albums {
  display: flex;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.album-item {
  width: 31%;
  height: 320px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: 15px;
}
.album-item a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.album-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-item_ttl {
  position: absolute;
  left: 30px;
  bottom: 35px;
  font-family: CeraPro-Regular, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  width: calc(100% - 70px);
  z-index: 1;
}
.album-item a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.album-item a:hover {
  opacity: 0.8;
}
.photos-page {
  padding: 30px 0 60px;
  position: relative;
}
.photosp_title {
  background: url(/upload/shanti/photosdots.svg) right top no-repeat;
  padding-top: 20px;
}
.photos-page .col-md-10 {
  width: 100%;
}
/* END PHOTOGALLERY */

/* SEMINARS */
.seminars__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 28px;
  clear: both;
  padding-bottom: 50px;
  padding-top: 50px;
}
.seminars-page {
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: -75px;
}
.seminars-page {
  /*  background: linear-gradient(217.51deg, #dad5ca 13.98%, #f6f8f1 38.14%, #e7ece4 54.3%, #fff 65%); */
  background: linear-gradient(
      228.08deg,
      #dad5ca 13.98%,
      #f6f8f1 38.14%,
      #e7ece4 54.3%,
      #a5b8ac 81.45%
    ),
    linear-gradient(173.84deg, rgba(255, 255, 255, 0) 4.87%, #ffffff 95.34%);
}

.seminars {
  background: linear-gradient(217.51deg, #e7ece4 0%, #fff 95%);
}
.seminar {
  color: #fff;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 4.87%, #000000 95.34%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
}
.seminar__picture {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.seminar__img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.seminar__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 22px 75px 22px 22px;
}
.seminar__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 1px;
}
.seminar__meta {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: 19px;
  left: 22px;
}
.seminar__heading,
.seminar__schedule {
  position: relative;
  padding-left: 30px;
}
.seminar__heading:before {
  background: url(/upload/shanti/user.svg) 50% 50% no-repeat;
  width: 20px;
  height: 17.35px;
}
.seminar__heading:before,
.seminar__schedule:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-size: contain !important;
}
.seminar__heading {
  margin-bottom: 9px;
}
.seminar__schedule:before {
  width: 18px;
  height: 18px;
  background: url(/upload/shanti/calendar--white.svg) 50% 50% no-repeat;
}
.seminar:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: #9ac282 url(/upload/shanti/arrow-right.png) 50% 50% no-repeat;
  border-radius: 50%;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 25%);
  position: absolute;
  right: 17px;
  bottom: 24px;
}

.symbol,
.symbols__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 20px;
  line-height: 25px;
}
.seminars__inner {
  position: relative;
  z-index: 1;
}
.seminars__girl {
  float: right;
  margin-top: -90px;
  position: absolute;
  right: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.symbols__title {
  font-weight: 400;
  margin-bottom: 35px;
}
.seminars__inner {
  /* background: url(/upload/shanti/seminars-bg.png) 100% 0 no-repeat; */
  /* background-size: contain; */
}
.seminars__inner.raspisanie {
  /*  background: url(/upload/shanti/bg-schedule.png) 50% 0 no-repeat; */
}
.seminars-page:has(.single-seminar) {
  /*   background: url(/upload/shanti/bg-clouds.png) 100% 0 no-repeat,
    linear-gradient(217.51deg, #dad5ca 13.98%, #f6f8f1 38.14%, #e7ece4 54.3%, #fff 65%);
  background-size: contain; */
}
.seminars__inner:has(.single-seminar) {
  background: none;
}

.symbols {
  color: #333;
}
.seminars__symbols {
  float: left;
  margin-bottom: 60px;
}
.symbol--art,
.symbol--body {
  margin-right: 52px;
}
.symbol {
  display: inline-block;
  margin-bottom: 20px;
  min-width: 237px;
  padding: 10px 20px 10px 10px;
  border: 1px solid #000;
  border-radius: 50px;
}
.symbol--art .symbol__icon {
  background: #f2994a;
}
.symbol__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  position: relative;
  vertical-align: middle;
}
.symbol--art .symbol__icon svg {
  font-size: 27px;
}
.symbol__icon svg {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.seminar__symbol svg,
.symbol__icon svg {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.icon-art {
  width: 1em;
  fill: #141011;
}
.icon-arrow,
.icon-art {
  width: 4.25em;
  height: 1em;
  fill: #333;
}
.symbol--body .symbol__icon {
  background: #9ac282;
}
.icon-lotos-pose {
  width: 0.8em;
  height: 1em;
  fill: #141011;
}
.icon-lotos-flower {
  width: 1.38em;
}
.icon-location,
.icon-lotos-flower {
  width: 0.85em;
  height: 1em;
  fill: #fff;
}
.symbol--special .symbol__icon {
  background: #141011;
}
.symbol--travel .symbol__icon {
  background: #f6f8f1;
}
.symbol--travel .symbol__icon svg {
  font-size: 27px;
}
/* END SEMINARS */

/* CONTACTS */
.contphotos .photo-item img {
  height: auto;
}
.contact-post__icon svg {
  height: inherit;
}
.contact-carousel {
  height: fit-content;
}

.contactsPhotos {
  margin-bottom: 60px;
}
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-button--arrow_right {
  background: url(/upload/shanti/arrow-next.png) 50% 50% no-repeat;
  right: 60px;
}
.fancybox-navigation .fancybox-button {
  border: 2px solid #fff;
  border-radius: 50%;
}

.contact-map {
  padding-bottom: 125px;
  position: relative;
}
.contact-map .container {
  padding-left: 0;
}
.contact-map__content {
  float: right;
  width: 326px;
  padding-top: 64px;
}
.contact-map__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  margin-bottom: 41px;
}
.contact-post__title {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10%;
  color: #141011;
  font-weight: 400;
}

.contact-post__social {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.contact-map__text {
  font-size: 18px;
  line-height: 24px;
  color: #141011;
  overflow-wrap: break-word;
}
.contact-map__map {
  width: 612px;
  height: 479px;
  border: 1px solid #f2994a;
  box-shadow: 1px 1px 15px rgb(58 97 73 / 20%);
  border-radius: 8px;
  margin-top: -176px;
  position: relative;
  float: left;
  overflow: hidden;
  z-index: 1;
}
.contacts-page {
  padding: 30px 0 261px;
  position: relative;
}
.contacts-page .city-toggle {
  margin-bottom: 0;
  margin-top: 18px;
}

.city-toggle {
  display: flex;
  margin-bottom: 40px;
}
.city-toggle a {
  font-size: 16px;
}

.city-toggle__link {
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
}
.city-toggle__link.selected::after {
  content: '';
  height: 3px;
  display: block;
  background: #f2994a;
  position: absolute;
  width: 100%;
  top: 25px;
  pointer-events: none;
}
.contact-page__wrap {
  display: flex;
  justify-content: space-between;
}
.contact-post__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3a6149;
  text-align: center;
  line-height: 53px;
  /*   display: block;
  vertical-align: middle; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
}
.contact-post__description {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  align-self: center;
  line-height: 23px;
  color: #141011;
}
.contact-post__description a {
  color: #141011;
}
.contact-post {
  margin-top: 40px;
  display: flex;
}
.contact-post-soc {
  display: block !important;
}

.icon-location {
  fill: #fff;
}
.contacts__button {
  width: 50px;
  height: 50px;
  margin: 10px 10px 10px 0;
  text-align: center;
  line-height: 50px;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #141011;
}
.contacts__button svg,
.contacts__button img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.social__button--max img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.social__button--ok img {
  border: solid 2px;
  padding: 14px;
  border-radius: 90px;
}
.social__button--vk img {
  border: solid 2px;
  padding: 14px;
  border-radius: 90px;
}
.social__button--tg img {
  border: solid 2px;
  padding: 14px;
  border-radius: 90px;
}

.social__button svg {
  width: 18px;
  height: 18px;
  display: inline-block;
}
/* END CONTACTS */

/* ALL NEWS PAGE */

/*.bg-news {
    background: url(/upload/shanti/bg-simplepage.png) 50% 0% no-repeat;
}*/

.bg-news:before {
  width: 100%;
  height: 100%;
  left: 0;
  /*   background: linear-gradient(
    217.25deg,
    #dad5ca 13.98%,
    #f6f8f1 38.14%,
    #e7ece4 54.3%,
    white 81.45%
  ); */
  content: '';
  display: block !important;
  position: absolute;
  top: 80px;
}
.bg-news:after {
  left: -50%;
  right: -50%;
  margin: auto;
  width: 1640.27px;
  height: 100%;
  /*   background: url(/upload/shanti/bg-simplepage.png) 50% 75px no-repeat;
  background-size: cover; */
  content: '';
  display: block !important;
  position: absolute;
  top: 0;
}
.bg-news:has(.coach-page):after {
  /*   background: url(/upload/shanti/bg-instructor.png) 50% -15% no-repeat; */
}
.allnews__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -14px;
  margin-right: -14px;
}

.allnews-item {
  background: #f7f7f7;
  border: 1px solid #f2994a;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  margin: 0 12.5px;
  max-width: 327px;
}

.allnews__items .allnews-item {
  -ms-flex: 0 0 calc(33.33% - 28px);
  flex: 0 0 calc(33.33% - 28px);
  margin: 14px 14px 40px;
}

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.quotation {
  position: relative;
}

.quotation:before {
  content: '“';
  /* font-family: Crushed; */
  font-family: 'Trebuchet MS';
  /* font-style: normal; */
  font-weight: 600;
  font-size: 240px;
  line-height: 1.2em;
  color: #cad2cb;
  position: absolute;
  top: -80px;
  left: -57px;
  z-index: -1;
}

.float-right {
  float: right !important;
  /* margin-right: 2vw; */
}

/* END ALL NEWS PAGE */

/* HOME CONTENT */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInDown {
  animation-name: fadeInDown;
}
.homecontent {
  margin-top: 60px;
  margin-bottom: 60px;
}

.hero__picture {
  border-radius: 8px;
  overflow: hidden;
}

.homecontent-row {
  display: flex;
  justify-content: space-between;
}
.hero-text {
  font-family: CeraPro-Regular, sans-serif;
}
.class:after {
  background: #9ac282 url(/bitrix/templates/spectrum/../icons/right.svg) 50% 50% no-repeat;
  border-radius: 50%;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 25%);
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
}

.mainPageIcons img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mainPageIcons {
  display: flex;
}
.heroMain:before {
  background: url(/upload/shanti/sh-herobefore.png) 50% 0% no-repeat;
  top: 0;
}
.heroMain:after {
  top: -64px;
  background: url(/upload/shanti/hero-mountains.png) 50% 0% no-repeat;
}
.heroMain:after,
.heroMain:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% !important;
  z-index: 1;
  pointer-events: none;
}
.ctyaddress a:hover {
  color: inherit;
}
.ctyaddress a {
  color: inherit;
}

.blocks:after {
  background: #9ac282 url(/upload/shanti/rightgreenarrow.svg) 50% 50% no-repeat;
  border-radius: 50%;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 25%);
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .blocks:after {
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
  }
}
/* END HOME CONTENT */

/* NEWS SECTION */
.section-news {
  /* background: url(/upload/shanti/bg-news.jpg) 50% 0% no-repeat; */
  background-size: cover;
  color: #000;
  padding: 71px 0 80px;
  position: relative;
  z-index: 1;
}

.news__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.popup-gallery img {
  object-fit: cover;
  height: 250px;
}

.news-item__picture {
  height: 175px;
}
.news-item {
  background: #f7f7f7;
  border: 1px solid #f2994a;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  margin: 0 12.5px;
  max-width: 302px;
  width: 100%;
}
.news-item__title {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 29px;
  height: 66px;
  overflow: hidden;
  text-transform: uppercase;
}
.newsbutton--transparent:hover {
  background: #db7922;
  color: #fff;
}
.newsbutton--transparent {
  font-family: CeraPro-Regular, sans-serif;
  color: #f2994a;
  background: 0 0;
}
.news-button {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f2994a;
  display: inline-block;
  background: #fff;
  border: 1px solid #f2994a;
  padding: 13px;
  border-radius: 30px;
  vertical-align: middle;
}
.news-button:hover {
  background: #db7922;
}
.news-item__date {
  font-family: CeraPro-Regular, sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #f2994a;
  border-radius: 30px;
  display: inline-block;
  max-width: 194px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #f7f7f7;
  margin-bottom: 0;
}
.news-item__content {
  padding: 15px 15px 21.15px;
}
.newstext-btn a {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f2994a;
}
.newstext-btn {
  text-align: center;
}
.news-margin {
  margin-bottom: 58px;
}
.headnews_block {
  margin-top: 10px;
}
.news-item__content {
  height: 218px;
}
.paddingbtm50 {
  padding-bottom: 50px;
}
.paddingbtm100 {
  padding-bottom: 100px;
}
/* END NEWS SECTION */

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .home-subtitle {
    z-index: 3 !important;
    font-size: 188px !important;
  }
  .home-title {
    font-size: 60px !important;
  }
}

/* BLOCKS BUTTONS */

.tabs__caption {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*   overflow-x: scroll; */
gap: 1rem 0;
scrollbar-width: thin;
scrollbar-color: #9AC282 #f8f8f8;


}

.tabs__caption::-webkit-scrollbar {
  width: 30px;
}

.tabs__caption::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}

.tabs__caption::-webkit-scrollbar-thumb {
  background: #9AC282;
  border-radius: 20px;
}

.nav_blocks.active + .nav_blocks {
  border-left: none;
}

.nav_blocks.active {
  background: #9ac282;
  color: #3a6149;
  border-left: none;
}
.tabs__caption li:first-child {
  border-radius: 30px 0 0 30px;
  border-left: none;
}
.nav_blocks {
  cursor: pointer;
  font-family: 'CeraPro-Regular';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #3A6149;
  max-width: 21ch;
  min-width: 12ch;
  width: 100%;
  padding: 12px 28px;
  /* display: inline-block; */
  line-height: 20px;
  letter-spacing: 0.05em;
  min-height: 70px;
  vertical-align: middle;

  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f1e7d3;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;

color: #3A6149;




}
.tabs__caption li:last-child {
  border-radius: 0 30px 30px 0;
  border-right: none;
}
.tabs__caption li:hover {
  background: #def8d0;
}
.tabs__caption li.active:hover {
  background: #acd991;
  color: #3a6149;
}
/* END BUTTONS */

.tabs__content {
  /* display: none; */
  height: 0;
  transform: translate3d(0, -50px, -50px);
  opacity: 0;
  transition: all 0.35s ease .1s;
}
.tabs__content.active {
  height: 100%;
  display: block;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.blocks {
  position: relative;
  color: #000;
  font-size: 0;
  margin-bottom: 24px;
  overflow: hidden;
  display: block;
  height: 326px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: auto;
  padding: 0;
}
.blocks-margin {
  margin-top: -65px;
}
.class__content {
  background: rgba(58, 97, 73, 0.8);
  padding: 10px 20px;
  min-height: 138px;
  top: auto;
  bottom: 0;
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
}
.class__title {
  color: #f2994a;
  font-family: CeraPro-Medium, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.class__schedule {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.class__picture {
  height: 326.06px;
}

/* HEADER */
.header {
  min-height: 155px;
}
.shanti_header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  justify-content: space-between;
}

.shlogo img {
  height: 63px;
  margin: 0;
  padding: 0;
  max-width: 95%;
  object-fit: contain;
}
.shanti-allheader {
  border-bottom: 1px solid #fff;
}
.shaddress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 8px;
  border: 1px solid #3a6149;
  border-radius: 70px;
}
.shaddress span {
  font-family: CeraPro-Regular, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
.shphones span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: inherit;
  text-decoration: none;
}
.shphones a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: inherit;
  text-decoration: none;
}
.shbutton-header {
  width: 198px;
  font-family: CeraPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff !important;
  display: inline-block;
  background: #f2994a;
  border: 1px solid #f2994a;
  padding: 13px;
  border-radius: 30px;
  vertical-align: middle;
  padding: 13px;
  cursor: pointer;
}
.shphones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.shphones svg {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #828282;
  margin: 10px 10px 10px 0;
  padding: 10px;
}
.shbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 999;
}

.shbutton span {
  font-size: 18px;
  font-weight: 600;
  /* color: #828282; */
}
.shbutton svg {
  /*   display: inline-block;
  border-radius: 50%;
  border: 2px solid #828282;
  margin: 10px 10px 10px 0;
  padding: 10px; */
}
.nav a {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #333333 !important;
  padding: 27px 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav a::before {
  content: '';
  display: block;
  position: absolute;
  background: none;
  width: 48px;
  height: 8px;
  bottom: -5px;
  left: 50%;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav a:hover::before {
  background: #fff;
  transform: translateX(-50%);
}

.nav {
  padding: 27px;
}
.navig-header {
  text-align: center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #fff;
}
.navbar {
  background: #ffffff;
}
.header__address {
  height: 50px;
  position: relative;
  z-index: 1000;
}
.header__address .address {
  padding: 8px;
  border: 1px solid #3a6149;
  box-sizing: border-box;
  border-radius: 70px;
  background: #fff;
  position: relative;
  z-index: 100;
}
.address {
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  justify-content: center;
}
.address,
address {
  font-style: normal;
}
.address__icon {
  display: inline-block;
  vertical-align: middle;
  /*line-height: 36px;*/
}
.address__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(58, 97, 73, 0.2);
  text-align: center;
  position: relative;
  margin-right: 11px;
}
.address__icon img {
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 7px;
}
.address__icon:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #3a6149;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.icon-pin,
.icon-play {
  fill: #fff;
}
.header__address .mobile {
  display: none;
}
.header__address .icon-up {
  width: 10px;
  margin: 0 15px;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.icon-up {
  fill: #333;
  height: 1em;
}
.select-address {
  opacity: 0;
  visibility: hidden;
  padding-top: 50px;
  margin-top: -70px;
  border: 1px solid #3a6149;
  background: #fff;
  border-radius: 25px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.select-address .address a {
  display: flex;
  text-decoration: none;
  color: #333;
}
.select-address.show {
  opacity: 1;
  visibility: visible;
  padding-top: 50px;
  margin-top: -70px;
}
.select-address .address {
  border: none;
  margin-bottom: 0;
}

.popup-parent {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.results-popup {
  max-width: 676px;
  width: 100%;
  border-radius: 8px;
  background: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 0 16px;
  /* overflow: hidden; */
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-parent-close {
  cursor: pointer;
  padding: 10px;
  z-index: 99;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__form {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.form__row {
  margin-bottom: 22px;
}
.form__label {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
}
.licenses_modal {
  margin-top: 20px;
  font-weight: 400;
}

.licenses_modal > a {
  text-decoration: underline;
}
.form__input-text,
.form__textarea {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
  background: #fdfdfd;
  padding: 13px 20px;
  border: 1px solid #e7e7e7;
}
.form__input-text {
  border-radius: 70px;
}

.form__input-text::-webkit-input-placeholder {
  color: #333;
}
.form__input-text::-moz-placeholder {
  color: #333;
}
.form__input-text:-moz-placeholder {
  color: #333;
}
.form__input-text:-ms-input-placeholder {
  color: #333;
}

.form__col:first-child {
  margin-left: 0;
}
.form__col {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.form__submit {
  max-width: 198px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.form__note {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 32px;
}
.modal__title {
  font-family: CeraPro-Medium, sans-serif !important;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 42px;
  color: #000;
}
.modbutton:hover {
  background: #db7922;
}
.modbutton {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #f2994a;
  border: 1px solid #f2994a;
  padding: 13px;
  border-radius: 30px;
  vertical-align: middle;
}
.results-popup:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: #9ac282 url(/upload/shanti/lotus--2.svg) 50% 50% no-repeat;
  border-radius: 50%;
  top: 5px;
}

.results-popup:before,
.modal__icon svg {
  position: fixed;
  top: -8%;
  right: 0;
  left: 0;
  margin: auto;
}
.phones_icon img {
  width: 12px;
  height: 12px;
  margin-top: 10px;
}

.phones_icon {
  margin-right: 0;
}
.modal__form::placeholder {
  color: red;
}
/* END HEADER */

/* FOOTER */

.sh_footer {
  background: #cad2cb;
  padding: 46px 0 28px;
  position: relative;
  z-index: 1;
}
.footer__top {
  height: 75px;
}
.footer__top,
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__col,
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__title {
  font-weight: 400;
  color: #000;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.footer__social {
  margin-top: 10px;
  gap: 7px;
  display: flex;
}

.footer__text {
  font-weight: 400;
  font-style: normal;
  color: #828282 !important;
  font-family: CeraPro-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.social__button {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #828282;
  margin: 10px 10px 10px 0;
  text-align: center;
  line-height: 46px;
  vertical-align: top;
}
.social__button--tg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 10px 10px 10px 0;
  transition: all 0.3s ease;
}
.social__button--max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.shbutton > .social__button--max {
  margin-right: 0;
}

.shbutton > .social__button--tg,
.shbutton > .social__button--max {
  border: 2px solid #828282;
}
.shbutton > .social__button--tg:hover,
.shbutton > .social__button--max:hover {
  border: 2px solid #244031;
}
.shbutton > .social__button--tg path,
.shbutton > .social__button--max path {
  transition: all 0.3s ease;
}
.shbutton > .social__button--tg:hover path,
.shbutton > .social__button--max:hover path {
  fill: #244031;
}
.footer__col {
  width: 57.3%;
}
.footer__col--info {
  width: 36.8%;
}
.footer__text a {
  color: #828282 !important;
}

.footer__hr {
  border: 0;
  height: 1px;
  background: #333;
  opacity: 0.3;
  margin: 1px 0 14px;
}

.footer__nav ul {
  columns: 2;
}
.footer__nav a {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #828282;
}
.payments-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.payments-item--mastercard {
  font-size: 14.15px;
}
.icon-mastercard,
.icon-mir {
  width: 1.38em;
  height: 1em;
  fill: #828282;
}
.payments-item--visa {
  font-size: 9.85px;
}
.payments-item:last-child {
  margin: 0;
}
.payments-item--mir {
  font-size: 8.45px;
}
.footer__dev {
  display: flex;
  width: 39%;
  justify-content: space-between;
}
.dev {
  font-size: 29px;
}
.footer__copyright {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
#back-to-top img {
  height: inherit;
}
#back-to-top {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #cad2cb;
  text-align: center;
  font-size: 7.2px;
  line-height: 60px;
  margin: auto;
  top: -32px;
}
#back-to-top,
.hero__title p {
  position: absolute;
  right: 0;
  left: 0;
}
#back-to-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.icon-up {
  width: 1.63em;
  fill: #333;
}
.icon-travel,
.icon-up {
  width: 1em;
  height: 1em;
  fill: #000;
}
.footer__bottom ul li,
.footer__bottom ul {
  line-height: normal;
  margin-bottom: 0;
}
.footer__bottom a {
  font-weight: 500;
}
.payments {
  margin-bottom: 2px;
}

.bg-news:not(:has(.coach-page)) .simple-page__picture {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.fancybox-is-open .fancybox-bg {
  background: #000000d0 !important;
}

/* END FOOTER */

@media only screen and (max-width: 310px) {
  .block2 {
    border-radius: 0 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .shbutton {
    margin-right: 15%;
  }

  .hero__picture img {
    width: 100%;
    height: 100%;
  }

  .header__address .mobile {
    display: block !important;
  }
  .fancybox-navigation .fancybox-button {
    display: none;
  }

  .tabs__content.active > .row {
    justify-content: space-evenly;
  }

  .tabs__content.active > .row::before,
  .tabs__content.active > .row::after {
    display: none !important;
  }

  .tabs__content.active > .row > .service-item {
    flex-basis: 60%;
  }
  .footer__widget {
    margin-top: 20px;
  }
  .header {
    min-height: 60px !important;
  }
  .centerSlide {
    text-align: center;
  }
  .photo-items {
    display: grid !important;
  }
  .navbar {
    z-index: 1000;
  }
  .navbar-default {
    max-height: 60px !important;
    margin: 0 0 60px !important;
  }
  .desktop {
    display: none;
  }
  .shbutton img {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    position: absolute;
    right: 60px;
  }
  .shphones img {
    display: none;
  }
  .phones_icon img {
    margin-top: 7px !important;
  }
  .shbutton-header,
  .shphones,
  .navig-header {
    display: none !important;
  }
  .shanti_header {
    align-items: flex-start !important;
    /*height: 130px !important;*/
  }
  .shlogo img {
    width: 110px;
    height: auto !important;
  }
  .shlogo {
    margin-top: 8px;
  }
  .drpdown {
    visibility: hidden;
  }
  .tabs__caption {
    margin-top: 0 !important;
   /*  overflow-x: hidden; */
    min-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  /* overflow-x: scroll; */
  justify-content: start;
  padding-bottom: 5%;
  }
  .tabs__caption li {
    padding: 10px;
    max-width: 35ch;
    min-width: 18ch;
  }
  .more-service__picture {
    width: 150px !important;
    height: 150px !important;
    margin-top: -80px !important;
  }
  .corporate-yoga__content {
    padding: 5px 10px 10px 165px !important;
  }
  .more-service--reverse .more-service__content {
    padding: 5px 60px 10px 15px !important;
  }

  .address {
    color: inherit;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.01em !important;
    display: -ms-flexbox !important;
    display: flex;
    padding: 4px !important;
    -ms-flex-align: center;
    justify-content: center;
    margin-top: 10px !important;
  }
  .address__icon {
    width: 25px !important;
    height: 25px !important;
  }
  .mobile {
    margin-top: 5px;
    margin-left: 5px;
  }
  .services__categories {
    margin-top: 40px;
  }
  .button--menu {
    width: 40px;
    height: 40px;
  }
  /*   .home-wrapper {
    background: url(/upload/shanti/mobileHero.png) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: auto !important;
  } */
  .heroMain:after {
    background: url(/upload/shanti/mobileHero.png) no-repeat !important;
  }
  .hamburger {
    display: inline-block !important;
    background: #f2994a;
    border: 1px solid #f2994a;
    border-radius: 30px;
  }
  .hamburger__inner img {
    width: 38px;
    height: 38px;
    /* margin-top: 6px; */
  }
  .header__address {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .padding-top-80 {
    margin-top: -110px !important;
  }

  .hamburger__inner {
    /* margin-top: 4px; */
    display: block !important;
    position: absolute;
    right: 8px;
    top: 20%;
  }
  h1.home-title {
    font-size: 36px !important;
    line-height: 45px !important;
    padding: 0 15px;
  }
  p.home-subtitle {
    z-index: 3 !important;
    font-size: 77px !important;
    font-weight: 400 !important;
  }
  li {
    margin-bottom: 0 !important;
  }
  .home-wrapper {
    min-height: 1350px !important;
  }
  .class__title {
    color: #f2994a;
    font-size: 16px !important;
    line-height: normal;
  }
  .class__content {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    padding: 10px !important;
    width: 50% !important;
  }
  .class__picture {
    height: 150px !important;
  }
  .homecontent-row {
    display: block !important;
  }
  .hero__text {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .news__title,
  .pages__title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .news-item__title {
    margin-bottom: 1px !important;
  }
  .news-item {
    margin-bottom: 10px !important;
  }
  .nopadding {
    max-width: 328px;
    width: 100%;
    display: block;
  }
  .modal--menu {
    padding: 5px 0 0;
    float: right;
    width: 100%;
    max-width: 304px !important;
    padding-top: 5px !important;
  }
  .modal__address {
    /*     margin-top: 40px; */
  }
  .phones__icon {
    display: block;
    margin: 0 auto 14px;
  }
  .phones__icon,
  .phones__numbers {
    display: inline-block;
    vertical-align: middle;
  }
  .phones__numbers a {
    color: #000 !important;
  }
  .phones__numbers {
    margin-bottom: 20px;
  }
  .modal__nav {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333 !important;
    display: grid;
  }
  .close-small {
    position: absolute;
    cursor: pointer;
    opacity: 0.8;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
  }
  .modal__nav a {
    color: inherit;
    margin-top: 10px;
  }
  .price-table {
    font-size: 10px !important;
  }
  .price-features__col:first-child {
    width: 100% !important;
  }
  .app__title {
    font-size: 12px !important;
  }
  .instructor__title {
    font-family: CeraPro-Medium, sans-serif !important;
    font-size: 13px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
  }
  .instructor__course {
    font-size: 13px !important;
    line-height: 14px !important;
    margin-bottom: 12px !important;
    color: #000;
    font-weight: 400;
  }

  .news-button {
    font-size: 11px !important;
    padding: 8px !important;
  }
  .service-category__picture {
    display: none !important;
  }
  .uslugi-col-md-7 {
    flex: 1 !important;
    max-width: none !important;
    margin: 10px;
  }

  .uslugi-row {
    display: block !important;
  }
  .service-category__body {
    padding: 0;
  }
  .service-category__body.draggable {
    padding: 40px 35px 30px;
  }
  .service-category__body {
    padding-bottom: 1px !important;
  }
  .slick-prev {
    left: -10px !important;
    margin-left: 40px;
  }
  .slick-next {
    right: -10px !important;
    margin-right: 40px;
  }

  .uslugi-slider .slick-prev {
    margin-left: 15px;
  }

  .uslugi-slider .slick-next {
    margin-right: 15px;
  }
  .pages__title {
    margin-top: 30px !important;
  }

  .seminars__girl {
    display: none;
  }
  .contact-post__description,
  .symbol,
  .symbols__title {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500;
  }
  .city-toggle {
    margin-bottom: 10px !important;
  }
  .photos-page {
    padding-top: 0 !important;
  }
  .seminars__wrap,
  .contact-page__wrap {
    display: block !important;
    padding-top: 0 !important;
  }
  .seminars__wrap a {
    margin-bottom: 10px !important;
  }
  .seminar__title {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .seminar__meta {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .albums {
    display: block !important;
    margin-top: 40px !important;
  }

  .album-item,
  .contact-map__map,
  .footer__col--info,
  .footer__col,
  .footer__dev,
  .simple-page__col {
    width: 100% !important;
  }
  .contact-post__title,
  .contact-post__social,
  .footer__nav {
    display: none;
  }
  .contact-map__map {
    height: 201px !important;
  }

  .footer__top,
  .footer__col,
  .footer__bottom,
  .footer__dev {
    display: block !important;
  }
  .footer__col,
  .footer__bottom,
  .footer__dev {
    text-align: center;
  }

  .sh_footer {
    padding-top: 10px !important;
  }

  .homeBlocks {
    margin-top: -745px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .contact-map__content {
    float: none;
    width: auto;
    padding: 0;
    margin-top: -155px;
    margin-bottom: 30px;
  }
}
/* END RESPONSIVE */



@media (min-width: 992px) {
  .mb-only {display: none;}
}

@media handheld, only screen and (max-width: 992px) {
  .pc-only {display: none;}
  .drp-dwn {
    position: absolute;
    top: 80px;
    padding: 3ch;
    background: #fff;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: -1;
  }
  .drp-dwn.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    z-index: 999;
  }
  .drp-dwn > a {
    font-size: 14px;
  }
}

.drp-dwn {
  display: flex;
  gap: 1ch;
  flex-direction: column;
}

.drp-dwn > a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}


@media only screen and (max-width: 768px) {
  .tabs__caption {
    gap: 1rem;
    justify-content: center;
  }
 
  .nav_blocks {
    border-radius: 40px;
  }
  .tabs__caption li:first-child {
    border-radius: 40px;
    border-left: none;
  }

  .tabs__caption li:last-child {
    border-radius: 40px;
    border-right: none;
  }
  .nav_blocks {
    border-left: none;
  }
}

.ms-auto {
  margin-left: auto;
}
.service {
  margin-top: 65px;
}
.service__title {
  text-align: left;
  margin-top: 90px;
  font-family: CeraPro-Medium, sans-serif;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  margin: 0;
}
.service__text {
  margin-top: 37px;
  font-size: 20px;
  line-height: 24px;
}
.service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service__picture {
  border-radius: 8px;
  overflow: hidden;
}
.service__img {
  width: 100%;
}
.service-instructor {
  margin-top: 74px;
  text-align: center;
}
.service-instructor .news-item__content {
  height: auto;
}
.service-instructor__picture {
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.service-instructor__title {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #141011;
  margin: 15px 0 0;
  padding: 0;
}
.service-instructor__items {
  margin-top: 25px;
}
.service-instructor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 39px;
}
.service-instructor__info-title {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #141011;
  margin: 0;
  padding: 0;
}
.service-instructor__info-desc {
  font-size: 18px;
  line-height: 30px;
  color: #141011;
  margin-top: 14px;
}
.service-instructor__info-desc p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  color: #141011;
}
.service-instructor__info-desc ul {
  margin: 0;
}
.service-instructor__info-desc ul li {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  padding-left: 26px;
  position: relative;
}
.service-instructor__info-desc ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 9px;
  top: 14px;
  background: #141011;
  border-radius: 50%;
}
.service-instructor__info-desc ul li:first-child {
  margin: 0;
}
.service-instructor__link {
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: #3A6149;
  display: inline-block;
  /* margin-top: 42px; */
  margin-top: 30px;
}

.service-features {
  margin-top: 86px;
}
.service-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
}
.service-features__row > * {
  width: 100%;
}
.service-feature {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  min-height: 192px;
  height: 100%;
}
.service-feature__picture {
  max-width: 45px;
  max-height: 45px;
}
.service-feature__desc {
  font-size: 18px;
  line-height: 22px;
  color: #141011;
  margin-top: 17px;
}
.service-video {
  padding: 28px 0;
  margin-top: 80px;
  text-align: center;
}
.service-video__preview {
  max-width: 817px;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-video__img,
.service-video__player {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  display: block;
  border-radius: 16px;
}
.service-video__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,.5) url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8752 18.7311V34.2689L33.1914 26.5L19.8752 18.7311ZM17.1192 12.0134L40.3244 25.5504C40.4906 25.6478 40.6286 25.787 40.7244 25.9541C40.8203 26.1213 40.8707 26.3106 40.8707 26.5033C40.8707 26.696 40.8203 26.8854 40.7244 27.0525C40.6286 27.2197 40.4906 27.3589 40.3244 27.4562L17.1192 40.9933C16.9509 41.0915 16.7596 41.1435 16.5648 41.1438C16.3699 41.1442 16.1784 41.093 16.0098 40.9954C15.8411 40.8979 15.7013 40.7574 15.6045 40.5883C15.5076 40.4192 15.4573 40.2275 15.4585 40.0327V12.9651C15.4585 12.7709 15.5097 12.58 15.607 12.4118C15.7043 12.2437 15.8442 12.1042 16.0127 12.0074C16.1811 11.9106 16.3722 11.86 16.5664 11.8607C16.7607 11.8613 16.9514 11.9132 17.1192 12.0112V12.0134Z' fill='%233A6149'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 53px 53px;
}
.block-abonnement {
  margin-top: 95px;
}
.block-abonnement__title {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #141011;
  margin: 0;
}
.block-abonnement__desc {
  font-size: 18px;
  line-height: 22px;
  color: #141011;
  margin: 0;
  margin-top: 25px;
}
.block-abonnement__items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-faq {
  margin-top: 80px;
}
.block-faq__title {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #141011;
}
.block-faq__accordion {
  margin-top: 25px;
}
.accordion__item {
  margin-top: 8px;
  border-radius: 8px;
  background: #fff;
  border-bottom: 1px solid #C9CED8;
}
.accordion__button {
  background: none;
  padding: 20px 16px;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  color: #172B4A;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.accordion__button:after {
  content: "";
  margin-left: auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833496 0.833374L5.8335 5.83337L10.8335 0.833374' stroke='%23314158' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
.accordion__button:not(.collapsed) {
  font-family: CeraPro-Medium, sans-serif;
}
.accordion__button:not(.collapsed):after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__body {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 60px 20px 36px;
  color: #172B4A;
}
.abonnement-card {
  text-align: center;
}
.abonnement-card__main {
  background: #fff;
  border-radius: 8px;
}
.abonnement-card__picture {
  border-radius: 8px;
  overflow: hidden;
}
.abonnement-card__img {
  width: 100%;
}
.abonnement-card__body {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 18px 20px 23px;
}
.abonnement-card__title {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #141011;
  margin: 0;
}
.abonnement-card__desc {
  font-size: 18px;
  line-height: 22px;
  margin: 9px 0 0;
  color: #141011;
  opacity: .5;
}
.abonnement-card__note {
  font-size: 18px;
  line-height: 24px;
  color: #141011;
  margin-top: 33px;
}
.abonnement-card__btn,
.service__btn {
  font-family: CeraPro-Medium, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #f2994a;
  background: #fff;
  border: 1px solid #f2994a;
  padding: 17px 15px;
  border-radius: 30px;
  vertical-align: middle;
  width: 100%;
  display: block;
  margin-top: 33px;
}
.abonnement-card__btn:hover,
.service__btn:hover {
  background: #db7922;
  color: #fff;
}
.service__btn {
  max-width: 326px;
  margin: 0 auto;
}
.abonnement-card__note a {
  color: #3A6149;
  text-decoration: underline;
}
.block-apps {
  background: #9AC282;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  padding: 20px 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0 98px;
}
.block-apps__title {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #141011;
  margin: 0;
  padding: 0;
}
.block-apps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.block-apps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .block-apps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-apps__title {
    width: 100%;
  }
  .block-apps__title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service__picture {
    margin-top: 30px;
  }
  .service-instructor {
    margin-top: 35px;
  }
  .service-instructor__content {
    margin-top: 30px;
  }
  .service-feature {
    min-height: auto;
  }
  .block-apps {
    padding: 20px;
  }
  .block-apps__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .service-instructor__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.abonnement-card__note {
  display: none
}

@media (hover: none) and (pointer: coarse) {
  .abonnement-card__note {
    display: block
  }
}

@media (max-width: 991.98px) {
  .abonnement-card__note {
    display: block
  }
}
/* End */
/* /bitrix/templates/spectrum/styles.css?177464079573430 */
