/* //LINK FONTS LOCAL */
/* @font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype'),
    url('../fonts/Montserrat-LightItalic.woff') format('woff'),
    url('../fonts/Montserrat-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype'),
    url('../fonts/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
} */










html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* .shadow {
	background-color: #000;
	opacity: 0.3;
  } */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #555;
}

.text-bold {
  font-weight: bold;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mb-1 {
  margin-bottom: 24px;
}

.h-100 {
  height: 100%;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.img-fluid {
  display: block;
  height: auto;
  max-width: 100%;
}

.brand {
  display: block;
  max-width: 70px;
  max-height: 70px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  background: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
}

.aside {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 102vh;
  width: 70px;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 100;
  border-left: 1px solid #e5e5e5;
}

.aside .up_btn {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}

.aside .up_btn::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-bottom: 3px;
  margin-right: -4px;
}

.social__item {
  margin-top: 80px;
}

.social__item_first {
  margin-bottom: 60px;
}

.social__lang a {
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
}

.social__lang_first {
  margin-bottom: 40px;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
}

.main-menu a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.header {
  padding: 17px 0;
  border-bottom: 1px solid #e5e5e5;
}

.header__logo {
  max-width: 101px;
}

.header__services_text {
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-transform: lowercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 70px;
}

.header__services_text::before {
  content: url("../img/arrow_down.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  padding-top: 10px;
}

.header__slogan {
  color: #fff;
  margin-bottom: 110px;
}

.header__address {
  font-size: 12px;
  line-height: 15px;
}

.header__title {
  margin-top: 221px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: 0.1em;
}

.mobile-header {
  display: none;
}

.event {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 25px 34px;
  position: absolute;
}

.event__head {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.video_bg {
  /* background: url("../img/slide.jpg") no-repeat center center; */

  height: calc(100vh - 70px);
}

.main_promo {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.service_hero {
  background-size: cover;
  background-position: center;
}

.service_hero--big {
  background-size: cover;
  padding-bottom: 250px;
  background-position: center;
}

.service__item {
  height: 183px;
  margin-bottom: 24px;
  display: block;
  background-size: cover;
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
  text-transform: uppercase;
}

.service__item--slide {
  background-size: cover;
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
  text-transform: uppercase;
}

.service__item_head {
  padding: 18px 0 0 23px;
}

.service__item:hover {
  background-size: 110%;
  color: #000;
}

.service__item:hover+.service__order {
  opacity: 1;
}

.service__text {
  position: absolute;
  top: 50px;
  padding-left: 23px;
}

.service__order {
  position: absolute;
  bottom: 23px;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.service__order:hover {
  opacity: 1;
}

.service__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #000;
}

.service__btn_order {
  border: 1px solid #000;
  padding: 10px 40px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 18px;
  margin-left: -12px;
}

.service__btn_order--big {
  padding: 16px 26px;
}

.service__btn_order:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #000;
}

.g__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g__title img {
  margin-right: 15px;
}

.g__review_item {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.1);
  padding: 22px 28px;
  margin-bottom: 30px;
}

.g__review_img {
  display: block;
  border-radius: 50%;
}

.g__review__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2em;
  margin-right: 60px;
}

.g__review_text {
  margin-top: 50px;
  padding: 10px 66px 10px 95px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.g__review_text::before {
  content: url("../img/quotes_top.svg");
  position: absolute;
  top: -5px;
  left: 15px;
}

.g__review_text::after {
  content: url("../img/quotes_bottom.svg");
  position: absolute;
  bottom: -15px;
  right: 15px;
}

.gel_img {
  margin: 0 auto;
  display: block;
}

.kist {
  max-width: 100px;
  z-index: 99999;
}

.kolpa {
  max-width: 100px;
  z-index: 9999999;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
}

.banka {
  margin-top: -320px;
  max-width: 200px;
}

.gel {
  margin-bottom: 50px;

}

.gel__title {
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 113px;
}

.gel__title p {
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}

.swiper3 .swiper-slide {
  width: auto;
}

.swiper2 {
  height: 600px;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 164.9%;
  margin-bottom: 90px;
  margin-top: 44px;
}

.swiper2 .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

.swiper_content .swiper-slide {
  height: 400px;
}

/* .swiper_content .swiper-wrapper {
  overflow: scroll;
} */

.swiper-slide .works {
  padding: 80px 0 110px 0;
}

.work_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.slider__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 155px;
}

.slider__nav--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 297px;
  width: 100%;
  margin-bottom: 15px;
}

.slider__next {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
}

.slider__next--single {
  width: 30px;
  height: 30px;
}

.slider__next::after {
  content: url("../img/slider_next.svg");
  margin-top: 7px;
  margin-right: -4px;
}

.slider__next::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-image: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
  border-radius: 34px;
  z-index: -1;
}

.slider__next--single {
  width: 30px;
  height: 30px;
}

.slider__next--single::after {
  content: url("../img/slider_next_small.svg");
  margin-top: -2px;
  margin-right: -3px;
}

.slider__prev {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
}

.slider__prev::after {
  content: url("../img/slider_next.svg");
  margin-bottom: 1px;
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__prev::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-image: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
  border-radius: 34px;
  z-index: -1;
}

.slider__prev--single {
  width: 30px;
  height: 30px;
}

.slider__prev--single::after {
  content: url("../img/slider_next_small.svg");
  margin-bottom: 1px;
  margin-right: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-other__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-block__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.image-block__link::before {
  content: "";
  background-image: url("../img/insta-white.svg");
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-1%, -1%);
  transform: translate(-1%, -1%);
}

.image-block__link:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
}

.btn_wrapper {
  display: inline-block;
  font-weight: bold;
  position: relative;
  background: linear-gradient(-45deg, #5e9bf8, #ff4d8e);
  background-size: 400% 400%;
  -webkit-animation: gradient 3s ease infinite;
  animation: gradient 3s ease infinite;
  padding: 2px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.btn_wrapper--block {
  width: 100%;
}

.bordered_btn {
  background: #fff;
  padding: 20px 63px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  display: block;
  color: #000;
}

.bordered_btn--black {
  background: #000;
}

.bordered_btn:hover {
  color: #fff;
  background: none;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.more__btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 69px auto 20px;
  padding: 20px 63px;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
}

.price__row {
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.price__service_title {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.price__service_title--price {
  justify-content: center;
}

.price__service_subname {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.price__service_subname strong {
  display: block;
  padding-top: 30px;
  font-size: 22px !important;
}

.price__service_subname span {
  font-weight: 300;
}

.price__service_name {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.price__service_name a {
  color: #000;
  text-decoration: none;
  padding: 20px;
  display: block;
}

.price__service_name li,
.price__service_name span {
  font-weight: bold;
  max-width: 360px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.price__service_name span.service_active,
.price__service_name li.service_active {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  border: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.price__service_name li.service_active::after {
  content: url("../img/arrow_right.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.price__service_name li.service_active::before {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#5e9bf8), to(#ff4d8e));
  background: linear-gradient(90deg, #5e9bf8, #ff4d8e);
}

.price__service_name li:not(.price__service_name li.service_active):hover a {
  opacity: 0.7;
  /* position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#5e9bf8), to(#ff4d8e));
  background: linear-gradient(90deg, #ff4d8e, #5e9bf8); */
}

.price__inner {
  padding: 130px 0;
}

.about {
  padding: 125px 0;
  /*  //ANCHOR СТАНИЦА КОНТАКТЫ */
}

.about__video {
  max-height: 960px;
  float: right;
  right: 0;
  width: 50vw;
}

.about__inner--pb {
  padding-bottom: 170px;
}

.about__inner--team {
  margin-top: 50px;
}

.about__inner--full {
  min-height: 100vh;
}

.about__inner--full .contacts__map {
  height: 100vh;
}

.about__inner--full .contacts__address {
  top: 0;
  left: 0;
  padding-left: 0;
}

.about__inner--full .contacts__address--full {
  margin-bottom: 30px;
}

.about__inner--full iframe {
  height: 100%;
}

.master__item {
  position: relative;
  width: 100%;
}

.master__img {
  position: relative;
}

/* //LINK hover effect */
.master__img {
  overflow: hidden;

}

.master__img img {
  transition: all .6s ease-in-out;
}

.master__img img:hover {
  transform: scale(1.02);
}

/* // */

.master__item_insta {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  z-index: 999;
  background: #fff;
  border-radius: 50%;
}

.master__item_insta::after {
  content: url("../img/insta.svg");
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
}

.master__name {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 15px 0;
}

.master__vacation {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
}

.master__bordered {
  width: 100%;
  max-height: 190px;
  background: -webkit-gradient(linear, left top, right top, from(#5e9bf8), to(#ff4d8e));
  background: linear-gradient(90deg, #5e9bf8, #ff4d8e);
  padding: 2px;
}

.master__all {
  width: 100%;
  height: 186px;
  max-height: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  background: #fff;
  padding: 0;
}

.news__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.1em;
  color: #000;
  margin: 21px 0 14px 0;
  display: block;
}

.news__excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 14px;
}

.news__date {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #6c6c6c;
}

.news__all {
  padding-top: 10px;
}

.more_link {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #000000;
}

.more__icon {
  width: 27px;
  height: 9px;
  margin-right: 15px;
}

.contacts {
  padding: 160px 0 0 0;
}

.contacts__map {
  position: relative;
}

.contacts__address {
  position: absolute;
  top: 50%;
  right: 100px;
  background: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 521px;
}

.address__item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #000000;
}

.address__phone {
  margin-top: 41px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 150px;
  background: #000;
}

.footer__copy,
.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.footer__copy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__text img {
  display: inline-block;
  margin-left: 10px;
}

.title_wrapper {
  position: relative;
  overflow: hidden;
}

.pathfinder {
  display: block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #5398ff 0%, #f395c7 100%);
  position: absolute;
  left: 0px;
  bottom: 30px;
}

.pathfinder--course {
  left: -120px;
}

.arrowed {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.arrowed::before {
  content: url("../img/arrow_right.svg");
  left: -32px;
  position: absolute;
  top: -2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.arrowed:hover::before {
  left: -25px;
}

.arrowed--right {
  padding-left: 85px;
}

.arrowed--right::before {
  content: url("../img/arrow_right.svg");
  left: 32px;
  position: absolute;
  top: -2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arrowed--right:hover::before {
  left: 10px;
}

.service__benefits {
  margin-top: 136px;
  padding-bottom: 30px;
}

.service__date {
  /* margin-top: 82px; */
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
}

.service__inner_title {
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 158px 0 20px 0;
}

.service__inner_title--small {
  margin-top: 50px;
  letter-spacing: 0.1em;
}

.service__inner_slogan {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

.service__inner_slogan span {
  font-weight: bold;
}

.service__book_btn {
  background: #000;
  padding: 20px 63px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
}

.service__inner_benefits {
  background: #fff;
  padding: 44px 56px;
}

.service__inner_benefits h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.service__inner_benefits p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
}

.col-md-4.p-0 .benefits-border::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}

.col-md-4.p-0:last-child .benefits-border::after {
  display: none;
}




.breadcrumb {
  padding: 28px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
}

.breadcrumb a {
  color: #bfbfbf;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
}

.service__about_title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service__about_title--small {
  text-transform: none;
  padding: 78px 0 40px;
}

.profit__item {
  text-align: center;
}

.profit_item__img {
  margin: 20px auto;
  display: block;
}

.profit_item__head {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profit p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
}

.serv__master {
  position: relative;
}

.service__price li {
  border-bottom: 1px solid #e5e5e5;
}

.service__price li:hover {
  cursor: pointer;
}

.serv_master__img {
  padding: 6px;
}

.serv_master__name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 0 10px 18px;
  max-width: 150px;
}

.serv_master__vacancy {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  padding: 0 0 0 18px;
}

.serv_master__vacancy span {
  display: block;
}

.serv_master__level {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  letter-spacing: 0.2em;
  right: 20px;
  top: 20px;
  color: #c4c4c4;
}

.serv_master_active {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  border: none;
}

.serv_master_active::after {
  content: url("../img/arrow_right.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.serv_master_active::before {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#5e9bf8), to(#ff4d8e));
  background: linear-gradient(90deg, #5e9bf8, #ff4d8e);
}

.serv_master_active .serv_master__level {
  color: #000;
}

.arrow-hover {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  position: relative;
  width: 80%;
  height: 50px;
}

.arrow-hover div {
  position: relative;
  top: 20px;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  left: 0;
  display: block;
}

.arrow-hover div::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  top: -4px;
  right: -1px;
  background-color: #E5E5E5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-hover div::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  top: 3px;
  right: -2px;
  background-color: #E5E5E5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.howwedo {
  padding: 180px 0;
}

.howwedo__video {
  float: left;
}

.play_icon {
  margin-top: -70px;
}

.section__title span {
  font-weight: normal;
}

.faq {
  padding-top: 107px;
  padding-bottom: 113px;
}

.faq__title {
  margin-bottom: 110px;
}

.faq__head {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  margin-bottom: 55px;
}

.faq_list {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.faq_list_active {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.faq_list li {
  margin-bottom: 40px;
}

.faq__answer {
  font-weight: 300;
  font-size: 16px;
  line-height: 164.9%;
}

.cta {
  background: #feceda;
  padding: 60px 0;
}

.cta__btn_order {
  margin-right: 103px;
}

.other_works {
  padding: 110px 0 0 0;
}

.works__title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.works__hero {
  margin: 50px 0 75px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
  border-bottom: 1px solid #e5e5e5;
}

.works__list--slider {
  display: none;
}

.works__list li {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #000;
}

.works__list li {
  padding-bottom: 6px;
}

.works__list .active {
  color: #bfbfbf;
  border-bottom: 3px solid #000;
}

.work__name {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}

.w_list__btns {
  display: none;
}

.w_list img {
  margin-bottom: 24px;
}

.w_list .pagination {
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.w_list .pagination--top {
  margin: 0;
}

.w_list .pagination a {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  color: #000;
  padding: 10px;
}

.w_list .pagination .current a {
  color: #bfbfbf;
}

.w_list .pagination__next {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  margin-left: 40px;
}

.w_list .pagination__next::after {
  content: url("../img/slider_next.svg");
  margin-top: 6px;
  margin-right: -4px;
}

.w_list .pagination__next::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, from(#5e9bf8), to(#ff4d8e));
  background: linear-gradient(90deg, #5e9bf8, #ff4d8e);
  border-radius: 34px;
  z-index: -1;
}

.w_list .pagination__prev {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  margin-right: 40px;
}

.w_list .pagination__prev::after {
  content: url("../img/slider_next.svg");
  margin-bottom: 6px;
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.w_list .pagination__prev::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, from(#5e9bf8), to(#ff4d8e));
  background: linear-gradient(90deg, #5e9bf8, #ff4d8e);
  border-radius: 34px;
  z-index: -1;
}

.team__title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.team_hero {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.team__level {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 115px;
}

.team__level::after {
  content: url("../img/stars.svg");
  display: block;
  margin-bottom: 30px;
}

.team__level--small {
  margin: 0;
}

.team__level--small::after {
  display: none;
}

.team__cta {
  padding: 65px 0;
  background: linear-gradient(90.5deg, #5e9bf8 0%, #f395c7 98.44%);
}

.become {
  padding: 120px 0;
  background: #ffe6ec;
  margin-top: 180px;
}

.become--small {
  margin-top: 0;
}

.become__master {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.become p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  max-width: 555px;
}

.become__cta {
  margin-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bordered {
  padding: 20px 57px;
  border: 1px solid #000;
  color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1;
}

.bordered.light {
  border: 1px solid #fff;
  color: #fff;
}

/* //SECTION page_team  */
/*team_quote start*/
.team_quote {
  padding: 80px 0 100px 0;
}

.team_quote__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 205px;
  margin: 0;
  padding: 78px 0 0 150px;
}

.team_quote__block::after {
  content: url("../img/black_quote.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.team_quote__block::before {
  content: url("../img/pink_quote.svg");
  position: absolute;
  left: 30px;
  top: 0;
}

.team_quote__text {
  position: relative;
  padding-right: 150px;
  padding-bottom: 40px;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 150%;
}

.team_quote__text::after {
  content: url("../img/black_quote.svg");
  position: absolute;
  right: 0;
  bottom: -30px;
}

.team_quote__text::before {
  content: url("../img/black_quote.svg");
  position: absolute;
  right: 30px;
  bottom: -30px;
}

/*team_quote end*/
/*SINGLE MASTER START*/
.about-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.about_main_block {
  padding: 25px;
}

.about_main_block__button {
  margin: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  background-size: #fff;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.about_main_block__button:hover {
  background: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
  border-color: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 35px;
}

.info__title {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
}

.info__tag {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 28px;
}

.info__name {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.2em;
  padding-bottom: 9px;
}

.info__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.social_link {
  padding-bottom: 36px;
}

.social_link__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social_link__image:hover {
  background: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
}

.social_link__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_link__img {
  position: relative;
}

.faq_list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #BFBFBF;
}

.faq_list--row .faq_list_active {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #000000;
}

.faq_list--row li+li {
  margin-left: 60px;
}

.gallery__list {
  width: 100%;
}

.gallery__item {
  margin-bottom: 20px;
  cursor: pointer;
}

.gallery__text {
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
}

/*SINGLE MASTER END*/
/*TRAINING PAGE start*/
.course__title {
  padding-bottom: 35px;
}

.course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course__item {
  margin-bottom: 10px;
}

.card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 305px;
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #E5E5E5;
}

.card__date-block,
.card__location,
.card__title,
.card__descr,
.card__info-block {
  color: #000000;
}

.card__date-block {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.card__location {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.card__title {
  padding: 35px 0 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.card__descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 35px;
}

.card__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}

.card__btn--black,
.card__btn--transparent {
  padding: 13px 27px;
}

.card__btn--black {
  font-weight: bold;
  font-size: 14px;
}

.card__btn--transparent {
  padding: 25px 13px 0 13px;
  background: transparent;
  color: #000;
  font-weight: 300;
  font-size: 11px;
  line-height: 17px;
}

.info-block__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-block__price div+div {
  margin-left: 9px;
}

.advantages {
  padding: 146px 0;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advan_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 305px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.advan_item__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #C4C4C4;
  margin-bottom: 20px;
}

.advan_item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.advan_item__title {
  padding: 0 40px 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}

.advan_item__descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #000000;
}

/*TRAINING PAGE end*/
/* COURSE start */
.program {
  padding-top: 100px;
}

.program__title {
  max-width: 315px;
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 36px;
}

.program__text {
  max-width: 413px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 164.9%;
  color: #000000;
}

.advance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.09);
  padding: 42px 13px 33px;
}

.advance-list__item {
  max-width: 315px;
  width: 100%;
  text-align: center;
}

.advance-list__item+.advance-list__item {
  border-left: 1px solid #ECECEC;
}

.advance-list__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  padding: 0 20px 17px 20px;
}

.advance-list__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  padding: 0 20px 20px 20px;
  color: #000000;
}

.accord_title__day {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 5px;
}

.accord_title__time {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding-right: 45px;
}

.accord_title__list {
  list-style-type: none;
  padding: 26px 0 0 0;
}

.accord_title__list-item {
  padding: 0 12px 10px 12px;
  position: relative;
}

.accord_title__list-item::before {
  content: ".";
  position: absolute;
  left: 0;
  top: -20%;
}

.accord__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}

.accord__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accord__visible-checkbox {
  position: absolute;
  font-size: 0;
  margin-top: 30px;
}

.accord__visible-checkbox:before,
.accord__visible-checkbox:after {
  position: absolute;
}

.accord__visible-checkbox:before {
  content: "+";
  opacity: 1;
}

.accord__visible-checkbox:after {
  content: "-";
  opacity: 0;
}

.accord__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.accord__visible-checkbox>img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accord__input:checked~.accord__visible-checkbox img {
  -webkit-transform: rotate(0.13turn);
  transform: rotate(0.13turn);
}

.accord__trigger {
  font-size: 16px;
}

.accord__content {
  display: none;
}

.cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
}

.cost__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 630px;
  width: 100%;
  border: 1px solid #ECECEC;
  padding: 73px 149px;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
}

.cost__section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cost__price {
  letter-spacing: 0.2em;
}

.cost__descr {
  margin-top: 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: none;
}

.teacher {
  padding-top: 80px;
  position: relative;
}

.teacher__content {
  padding: 116px 0 42px 0;
  background-color: #FECEDA;
}

.teacher__name {
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.2em;
  color: #000000;
  padding-bottom: 30px;
}

.teacher__descr {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 50px;
  margin: 0;
}

.teacher__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 12px 18px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 149px;
}

.teacher__link img {
  margin-right: 24px;
  width: 30px;
  height: 30px;
}

.teacher__pro {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #000000;
}

.teacher__picture {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
}

.teacher__image {
  height: 100%;
}

.sign_up {
  background-color: #FECEDA;
  padding: 60px 0 32px;
}

.sign_up__input {
  width: 100%;
  padding: 24px 33px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2em;
  border: none;
  color: #000000;
}

/* COURSE end */
/*contact page start*/
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form input,
.form textarea {
  width: 100%;
  padding: 24px 33px;
}

.form__name {
  width: 100%;
}

.form__buttons {
  margin-top: 47px;
}

.form__buttons--sign_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}


.form__policy,
.form__policy-link {
  margin-top: 30px;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  color: #000000;
}

.form__policy-link {
  text-decoration: underline;
}

.form__btn {
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__btn:hover {
  text-decoration: none;
  color: #bbb;
}

/*contact page end*/
/* Animation */
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.brand {
  display: flex;
}


/* -------------------------------------------------------------------------- */
/*                               //SECTION MEDIA                              */
/* -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .header__title {
    font-size: 32px;
  }
}

/* -------------------------------------------------------------------------- */
/*                               //SECTION MEDIA                              */
/* -------------------------------------------------------------------------- */


@media (max-width: 1400px) {
  .aside {
    display: none !important;
  }
}

@media (max-width: 1200px) {

  /* //header */
  .header-desc-nav,
  .header-desc-address {
    display: none !important;
  }

  .header {
    padding: 13px 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 99;
    overflow: hidden;
  }

  .mobile-header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    width: 60vw;
    right: -100%;
    height: calc(100vh - 40px);
    padding: 25px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .mobile-header.active {
    right: 0;
    opacity: 1;
  }

  .mobile-nav {
    height: 80%;
  }

  .mobile-nav__list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
  }

  .mobile-nav__list a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 25px 15px;
  }

  .mobile-nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .mobile-nav__footer .social__lang_first {
    margin-bottom: 0;
  }

  .mobile-nav__address,
  .mobile-nav__social,
  .mobile-nav__lang {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-nav__social li+li,
  .mobile-nav__lang li+li {
    margin-left: 25px;
  }

  .mobile-nav__social a {
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
  }



  .brand {
    position: fixed;
  }

  .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 63px;
    z-index: 100;
    right: 0;
  }

  .brand span {
    width: 25px;
    height: 2px;
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .brand span:not(:last-child) {
    margin-bottom: 5px;
  }

  .brand .active .burger__line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px);
  }

  .brand .active .burger__line:nth-child(2) {
    opacity: 0;
  }

  .brand .active .burger__line:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
  }

  /* //header menu end */

  .section__title {
    font-size: 30px;
    line-height: 39px;
  }

  .header-desc-address {
    display: none;
  }

  .contacts__address {
    max-width: 456px;
  }

  .master__all {
    height: 132px;
  }

  .service__about_title--small {
    padding: 0 10px 40px;
    max-width: 620px;
    font-size: 30px;
    line-height: 39px;
  }

  .cost__section-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .teacher__picture {
    top: auto;
    bottom: 0;
    height: 50%;
    width: 50%;
  }

  .course__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .course__item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 25px;
  }

  .about__video-block .about__video {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .works__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .works__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
  }

  .works__btns .service__book_btn {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .team_hero {
    padding-top: 50px;
  }

  .team_hero__image {
    float: none !important;
    max-width: 100%;
    height: auto;
  }

  .team_quote__block {
    padding: 50px 0 0 75px;
  }

  .team_quote__text {
    padding-bottom: 50px;
    padding-right: 75px;
  }

  /* //ANCHOR index page price */
  .price__service_name--static {
    display: none;
  }

  .price__master {
    display: flex !important;
    flex-direction: column !important;
  }

  .swiper6 {
    display: block;

  }

  .swiper6 .swiper-wrapper {
    height: auto;
  }




  .master_price .price__service_subname {
    text-align: left;
  }

  .price__master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price__master span {
    font-size: 11px;
    padding-bottom: 3px;
  }

  .price_descr {
    display: none;
  }

  .price__service_name-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* //ANCHOR обучение */
  .service__block-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service__block-btns .arrowed {
    margin-top: 15px;
  }
}

/* -------------------------------------------------------------------------- */
/*                               //SECTION 991px                               */
/* -------------------------------------------------------------------------- */
@media (max-width: 991px) {

  .works__title,
  .team__title {
    font-size: 50px;
  }

  .section__title {
    font-size: 35px;
    line-height: 45px;
  }





  .service__buttle {
    display: none;
  }

  .about__video {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .master__all {
    height: 196px;
  }

  .service__inner_title--small {
    font-size: 50px;
  }

  .service__inner_slogan {
    max-width: 600px;
  }

  .pathfinder--course {
    left: -180px;
  }

  .advance-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advance-list__item:nth-child(3) {
    border-left: none;
  }

  .service__about_block {
    max-width: 550px;
    display: block;
    margin: 0 auto;
  }

  .service__about_text {
    max-width: 100%;
  }

  .service__about_text p {
    display: block;
  }

  .program {
    padding-top: 130px;
  }

  .program__title {
    padding-bottom: 0;
  }

  .advantages__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .advantages__item {
    margin-bottom: 25px;
  }

  .cost__section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin: 0 auto;
  }



  /* .service__inner_title--training {
    margin-top: 200px;
  } */

  .service__inner_slogan {
    max-width: 430px;
  }

  .pathfinder--training {
    left: -90px;
  }

  .other_works .swiper1 .service__item {
    max-height: 167px;
  }

  .w_list__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .works__list--static {
    display: none;
  }

  .works__list--slider {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .team_hero {
    padding-top: 100px;
  }

  .team_quote {
    padding: 100px 0 120px;
  }

  .pathfinder--service {
    left: -100px;
  }

  .contacts__address {
    position: static;
    margin: 0 auto;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;

  }

  .contacts__address .contacts__social-block {
    flex-direction: row !important;
    margin-top: 25px;
    justify-content: space-between !important;
  }


  .contacts__address .contacts__social-block .social__item_first {
    margin-bottom: 0;
    margin-right: 25px;
  }


}

/* -------------------------------------------------------------------------- */
/*                               //SECTION 760px                              */
/* -------------------------------------------------------------------------- */
@media (max-width: 769px) {

  .services .service__item {
    background-position: center;
    background-size: cover;
  }


  .works__title,
  .team__title {
    font-size: 40px;
    line-height: 60px;
  }

  .mobile-header {
    height: calc(100vh - 33px);
    width: 80%;
  }

  .video_bg__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }



  .slider__nav {
    margin-bottom: 25px;
  }

  .service_hero {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .price__service_subname {
    text-align: center;
    margin-bottom: 10px;
  }

  .price__row--design .price__service_subname {
    text-align: left;
  }

  #tabContent {
    padding-top: 25px;
  }

  .about__video {
    width: 70vw;
  }

  .master__all {
    height: 152px;
  }

  .news__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts__map {
    width: 100vw;
  }

  /* .contacts__address {
    left: 20%;
    bottom: 0;
    max-width: 390px;
    padding: 25px 25px;
  } */

  .address__phone {
    margin-top: 23px;
  }

  .social__item_first {
    margin-bottom: 23px;
  }

  .footer__logo {
    text-align: center;
    margin-bottom: 25px;
  }

  .service__inner_title--small {
    font-size: 40px;
    line-height: 60px;
  }

  .service__inner_slogan {
    max-width: 600px;
  }

  .service__inner_slogan span {
    display: block;
  }

  .pathfinder--course {
    left: -220px;
  }

  .advance-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .service__about_title--small {
    font-size: 23px;
    line-height: 31px;
  }

  .cost__section {
    padding: 73px 25px;
  }

  .teacher__picture {
    height: 37%;
    width: 30%;
    left: 50%;
  }

  .teacher__pro {
    padding-right: 130px;
  }

  .service__inner_slogan {
    max-width: 430px;
  }

  .pathfinder--training {
    left: -160px;
  }

  .team__cta-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team__cta-title {
    text-align: center;
    padding-bottom: 25px;
  }

  .team__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__inner--full {
    height: auto;
    padding-top: 100px;
  }

  .about__inner--full .contacts__map {
    height: 50vh;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts__address--full {
    margin: 0 auto;
  }

  .contacts__form {
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .contacts__form .form__btn {
    display: block;
    margin: 0 auto;
  }

  .team_hero__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .team_hero__btns .arrowed {
    margin: 25px 0 50px;
  }

  .team_quote__block {
    padding: 30px 0 0 10px;
  }

  .team_quote__text {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 31px;
  }

  .founders .master__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .founders .master__item_insta {
    right: 40px;
  }

  .become__master {
    font-size: 40px;
    line-height: 53px;
  }

  .become__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .become__btns .arrowed {
    margin-top: 25px;
  }

  .become__btns .arrowed--right {
    padding-left: 0;
  }

  .become__btns .arrowed:before {
    display: none;
  }

  .row-name_price {
    flex-wrap: nowrap;
  }

  .price__service_title--price {
    justify-content: flex-end;
  }

  .row-name_price #price_container {
    padding-top: 0;
  }
}

/* -------------------------------------------------------------------------- */
/*                               //SECTION 560px                              */
/* -------------------------------------------------------------------------- */
@media (max-width: 560px) {

  .works__title,
  .team__title {
    font-size: 40px;
  }

  .section__title {
    font-size: 27px;
    line-height: 30px;
  }

  .mobile-header {
    width: 104vw;
  }

  .header__title {
    margin-top: 0;
  }

  .g__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .g__title .arrowed {
    margin-top: 15px;
  }

  .g__review__name {
    margin-right: 0;
    margin: 10px;
    text-align: center;
  }

  .g__review_name-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }



  .g__review_text {
    padding: 23px 21px 27px 23px;
  }

  .g__review_text:after {
    right: 0;
  }

  .g__review_text:before {
    left: 0;
    top: -6px;
  }

  .swiper-wrapper {
    margin-top: 25px;
  }

  .swiper-slide-active {
    /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }

  .master__item {
    position: static;
  }

  .master__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .master__img img {
    position: relative;
  }

  .master__item_insta {
    right: 35%;
  }

  .master__name,
  .master__vacation {
    text-align: center;
  }

  .master__vacation {
    padding-bottom: 25px;
  }

  .btn_wrapper--block {
    max-width: 262px;
    height: 60px;
    display: block;
    margin: 0 auto;
  }

  .about__video {
    width: 85vw;
  }

  .section__title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__all {
    padding-bottom: 25px;
    text-align: center;
  }

  .news__title,
  .news__excerpt,
  .news__date {
    max-width: 305px;
    display: block;
    margin: 0 auto;
  }

  .news__title {
    margin: 0 auto;
    padding: 21px 0 14px 0;
  }

  .news__excerpt {
    margin-bottom: 14px;
  }

  .news__date {
    margin-bottom: 25px;
  }

  .contacts__map {
    width: 100vw;
  }

  .contacts__address {
    position: static;
    margin: 0 auto;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .contacts__social-block {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .contacts__social-block li {
    margin-bottom: 0;
    margin-top: 25px;
  }

  .contacts__social-block li+li {
    margin-left: 25px;
  }

  .footer__logo {
    margin-top: 25px;
  }

  .footer__block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__copy,
  .footer__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .service__inner_title--small {
    font-size: 40px;
  }

  .service__inner_slogan {
    max-width: 600px;
  }

  .service__inner_slogan span {
    display: block;
  }



  .pathfinder--course {
    left: -220px;
  }

  .advance-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 25px;
  }

  .advance-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-left: none;
  }

  .advance-list__item+.advance-list__item {
    border-left: none;
  }

  .advance-list__item:last-child .advance-list__text {
    border-bottom: none;
  }



  .cost__section {
    font-size: 30px;
    line-height: 30px;
    padding: 50px 25px;
    text-align: center;
  }

  .teacher__name {
    font-size: 35px;
    line-height: 45px;
  }

  .teacher__picture {
    display: none;
  }

  .teacher__pro {
    padding-right: 0;
  }

  .teacher__link {
    margin-bottom: 50px;
  }

  .swiper2 .swiper-slide-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .become__master {
    font-size: 30px;
    line-height: 43px;
  }

  .become__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .become__btns .arrowed {
    margin-top: 25px;
  }

  .become__btns .arrowed--right {
    padding-left: 0;
  }

  .become__btns .arrowed:before {
    display: none;
  }

  .master_price .arrow-hover {
    display: none;
  }

  .master_price .price__service_subname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_main_block__button {
    max-width: 305px;
  }

  /*  //ANCHOR master_price single.page */
  .master_price .arrow-hover {
    display: none;
  }

  .price__service_subname {
    display: flex;
    flex-direction: column;
  }

  .price__row--design {
    flex-direction: column;
  }

  .price__row--design .price__service_subname {
    text-align: center;
  }
}



/* -------------------------------------------------------------------------- */
/*                               //SECTION 440px                              */
/* -------------------------------------------------------------------------- */
@media (max-width: 430px) {
  .section__title {
    font-size: 19px;
    line-height: 38px;
  }

  .mobile-nav__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-nav__address {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 25px;
  }

  /* //ANCHOR price index  */
  .price__service_name li {
    font-size: 14px;
  }

  .price__service_name li a,
  .price__service_name span a {
    padding: 20px 5px;
  }

  .master__item_insta {
    right: 28%;
  }

  .service__inner_title--small {
    font-size: 28px;
    line-height: 39px;
  }

  .service__inner_slogan {
    max-width: 600px;
  }

  .service__inner_slogan span {
    display: block;
  }

  .service__block-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service__block-btns .arrowed {
    margin-top: 15px;
  }

  .pathfinder--course {
    left: -290px;
  }

  .service__about_title--small {
    font-size: 19px;
    line-height: 25px;
  }

  .teacher__name {
    font-size: 30px;
    line-height: 39px;
  }

  .teacher__picture {
    display: none;
  }

  .teacher__pro {
    padding-right: 0;
  }

  .teacher__link {
    margin-bottom: 50px;
  }

  .service__inner_slogan {
    max-width: 430px;
  }

  .pathfinder--training {
    left: -240px;
    bottom: 26px;
  }

  .team__cta .bordered {
    padding: 20px 30px;
  }

  .become__master {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .become__btns .bordered {
    padding: 20px 40px;
  }
}