@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  font-family: 'Montserrat', sans-serif; }

.container {
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

input, textarea, button, select, select option {
  border: 0;
  outline: none; }

textarea {
  resize: none; }

li {
  list-style-type: none; }

a, a:hover {
  outline: none;
  text-decoration: none; }

a.disabled {
  pointer-events: none;
  /* делаем элемент неактивным для взаимодействия */
  cursor: default;
  /*  курсор в виде стрелки */
  opacity: .3;
  /* цвет текста серый */ }

img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.title-custom {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 50px; }

body.active {
  overflow: hidden; }

.burger {
  display: none; }

.block-scroll {
  position: relative;
  width: 100%;
  height: 1px;
  z-index: -1;
  top: -50px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: max-content;
  padding: 10px 0;
  background: linear-gradient(110.71deg, #1F0640 72.35%, rgba(17, 5, 52, 0) 99.99%); }

.container-header {
  display: flex;
  align-items: center;
  padding-right: 0;
  justify-content: space-between; }
  .container-header__logo {
    display: block;
    width: 83px;
    height: 86px; }
  .container-header__cont {
    width: 91%;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .container-header__time {
    padding-left: 20px;
    transition: color .3s ease; }
    .container-header__time:hover {
      color: #57FEF4; }
  .container-header__time, .container-header__tel, .container-header__address {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: color .3s ease; }
    .container-header__time:hover, .container-header__tel:hover, .container-header__address:hover {
      color: #57FEF4; }
  .container-header__address {
    padding-right: 20px; }
  .container-header__soc-block {
    display: flex;
    align-items: center; }
  .container-header__soc {
    display: block;
    margin: 0 7px; }
    .container-header__soc path {
      fill: #fff;
      transition: fill .3s ease; }
    .container-header__soc:hover path {
      fill: #57FEF4; }
  .container-header__main-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

.container-header__main-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 50px;
  transition: color .3s ease, border-color .3s ease; }
  .container-header__main-menu a:hover {
    color: #57FEF4;
    border-color: #57FEF4; }

.block-main {
  padding-top: 360px;
  padding-bottom: 285px;
	position: relative;
}
.block-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.block-bg .desc-bg {
	object-fit: cover;
}

.block-bg .mob-bg {
	display: none;
	object-fit: cover;
}
.container-main {
position:relative;
z-index: 1;}
.container-main__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #FFFFFF; }
.container-main__title {
  font-weight: bold;
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 570px;
  color: #FFFFFF; }
.container-main__text2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #FFFFFF; }
.container-main__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 70px;
  border-radius: 61px;
  transition: background .3s ease; }
  .container-main__link span {
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center; }
  .container-main__link::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(93.37deg, #57FEF4 -28.69%, #1B29A7 86.31%);
    border-radius: 61px;
    transition: opacity .3s ease; }
  .container-main__link::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(99.31deg, #1B29A7 -18.69%, #57FEF4 73.37%);
    border-radius: 61px;
    opacity: 0;
    transition: opacity .3s ease; }
  .container-main__link:hover::before {
    opacity: 0; }
  .container-main__link:hover::after {
    opacity: 1; }

.block-services {
  padding: 70px 0 40px;
  position: relative; }

.container-services__title {
  color: #000; }
.container-services__item-block {
  display: flex;
  flex-wrap: wrap; }
.container-services__item {
  width: 23%;
  padding: 20px;
  padding-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #090D32;
  border-radius: 10px;
  margin: 0 1% 30px;
  height: max-content;
  min-height: 320px;
  position: relative; }
.container-services__img {
  overflow: hidden;
  height: 145px;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative; }
  .container-services__img img {
    object-fit: cover;
    transition: width .5s ease, height .5s ease, left .5s ease, top .5s ease;
    position: absolute;
    top: 0;
    left: 0; }
  .container-services__img:hover img {
    width: 120%;
    height: 120%; }
.container-services__title-item {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center; }
.container-services__text {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
	text-align: center;
  max-height: 35px;
  overflow: hidden;
  transition: max-height .3s ease; }
  .container-services__text.active {
    max-height: 300px; }
.container-services__link {
  font-size: 15px;
  line-height: 18px;
  color: #090D32;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 60%;
  position: relative;
  z-index: 2; }
.container-services__mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform .5s ease; }
  .container-services__mob.active {
    transform: scale(1); }
.container-services__div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer; }
.container-services__mob-cont {
  background: #FFFFFF;
  border: 1px solid #641B1B;
  border-radius: 10px;
  width: 100%;
  max-width: 630px;
  height: max-content;
  padding: 50px 20px 25px;
  position: relative; }

.container-services__mob-cont .container-services__text {
	max-height: max-content;
	text-align: left;
}
.container-services__exit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px; }
  .container-services__exit img {
    object-fit: cover; }
.container-services__mob-cont .container-services__img {
  width: 340px;
  height: 260px;
  margin-left: auto;
  margin-right: auto; }

.personal-block {
  padding: 70px 0 50px;
  background: linear-gradient(90deg, #4ADAC8 -22.84%, #216291 17.32%, #090D32 84.25%);
  overflow: hidden;
  position: relative; }

.container-personal {
  overflow: visible; }
  .container-personal__title {
    color: #fff;
    padding-bottom: 20px; }
  .container-personal__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    padding-bottom: 20px;
    color: #FFFFFF;
    width: 100%;
    max-width: 830px; }
  .container-personal__arrow-block {
    position: relative;
    width: 100%; }
  .container-personal__slider {
    overflow: hidden;
    padding: 30px 20px; }
  .container-personal__img {
    width: 270px;
    height: 356px;
    padding: 0 15px;
    border: 1px solid rgba(87, 254, 244, 0.5);
    border-radius: 18px;
    position: relative;
    transition: width .3s ease, height .3s ease; }
    .container-personal__img img {
      object-fit: cover; }
  .container-personal__name-img {
    position: absolute;
    width: 100%;
    height: max-content;
    bottom: -35px;
    left: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    transition: transform .3s ease; }
  .container-personal__circle1 {
    position: absolute;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    top: 20px;
    left: -21.5px;
    background: #122B53;
    border: 1px solid rgba(87, 254, 244, 0.5);
    overflow: hidden;
    transition: top .3s ease; }
    .container-personal__circle1::before {
      content: '';
      display: block;
      width: 35px;
      height: 35px;
      background: rgba(87, 254, 244, 0.27);
      filter: blur(14px);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -17.5px;
      margin-left: -17.5px;
      z-index: 1; }
    .container-personal__circle1::after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: #57FEF4;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -3px;
      margin-left: -3px;
      z-index: 2; }
  .container-personal__circle2 {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 80px;
    right: -15px;
    background: #122B53;
    border: 1px solid rgba(87, 254, 244, 0.5);
    overflow: hidden;
    transition: bottom .5s ease; }
    .container-personal__circle2::before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      background: rgba(87, 254, 244, 0.27);
      filter: blur(14px);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -12px;
      margin-left: -12px;
      z-index: 1; }
    .container-personal__circle2::after {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      background: #57FEF4;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -2px;
      margin-left: -2px;
      z-index: 2; }
  .container-personal__info {
    width: 40%;
    padding-left: 40px;
    transform: scale(0);
    transition: transform .3s ease;
    padding-top: 50px; }
  .container-personal__name {
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 10px; }
  .container-personal__position {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #57FEF4; }
  .container-personal__description {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF; }
    .container-personal__description span {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF; }
  .container-personal__motto {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    padding-top: 20px;
    color: #FFFFFF; }
  .swiper-slide-active .container-personal__img {
    width: 430px;
    height: 540px; }
  .swiper-slide-active .container-personal__info {
    transform: scale(1); }
  .swiper-slide-active .container-personal__circle1 {
    top: -20px; }
    .swiper-slide-active .container-personal__circle1::before {
      filter: blur(4px); }
  .swiper-slide-active .container-personal__circle2 {
    bottom: 90%; }
    .swiper-slide-active .container-personal__circle2::before {
      filter: blur(4px); }
  .swiper-slide-active .container-personal__name-img {
    transform: scale(0); }
  .container-personal .swiper {
    width: 74%;
    height: 540px;
    margin: 0;
    overflow: visible; }
  .container-personal .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 100%; }
  .container-personal .swiper-slide {
    display: flex;
    height: max-content;
    transition: opacity .3s ease; }
  .container-personal .swiper-button-prev {
    background: url(../img/slider-prev.png) no-repeat center;
    width: 60px;
    height: 20px;
    left: -80px;
    top: 50%;
    margin-top: -10px; }
    .container-personal .swiper-button-prev::after {
      display: none; }
  .container-personal .swiper-button-next {
    background: url(../img/slider-next.png) no-repeat center;
    width: 60px;
    height: 20px;
    right: -80px;
    top: 50%;
    margin-top: -10px; }
    .container-personal .swiper-button-next::after {
      display: none; }
  .container-personal .swiper-scrollbar {
    display: none; }

.block-timetable {
  padding: 70px 0;
  position: relative; }

.container-timetable__item {
  overflow: hidden;
  border-bottom: 3px solid #fff;
  max-height: 63px;
  transition: max-height .5s ease, border-bottom .3s ease; }
  .container-timetable__item:nth-child(2) {
    border-radius: 20px 20px 0px 0px; }
  .container-timetable__item:last-child .container-timetable__btn {
    border-radius: 0px 0px 20px 20px; }
    .container-timetable__item:last-child .container-timetable__btn.active {
      border-radius: 0; }
  .container-timetable__item:last-child {
    border-bottom: 0; }
  .container-timetable__item.active {
    max-height: 1000px;
    border-bottom: 0; }
.container-timetable__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  background: #171B47;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  padding: 0 40px;
  color: #BADEF4; }
  .container-timetable__btn span {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/plus.png) no-repeat center/contain;
    transition: background .3s ease; }
  .container-timetable__btn.active span {
    background: url(../img/minus.png) no-repeat center/contain; }
.container-timetable__people {
  display: flex;
  border-left: 3px solid #171B47; }
.container-timetable__text-block {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 95px;
  border-right: 3px solid #171B47;
  border-bottom: 3px solid #171B47; }
  .container-timetable__text-block:nth-child(1) {
    background: rgba(87, 254, 244, 0.15); }

.block-comment {
  padding: 70px 0 40px;
  position: relative;
  background: rgba(198, 211, 219, 0.25); }

.container-comment__item-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .container-comment__item-block img {
    width: 260px;
    height: 290px;
    object-fit: none;
    margin: 0 1% 30px; }

.block-photo {
  background: rgba(198, 211, 219, 0.25);
  padding-bottom: 100px;
  position: relative; }

.container-photo__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
.container-photo__block-img {
  width: 23%;
  height: 195px;
  margin: 0 1% 30px;
  position: relative;
  overflow: hidden;
  border-radius: 15px; }
  .container-photo__block-img img {
    object-fit: cover;
    position: absolute;
    transition: width .3s ease, height .3s ease; }
    .container-photo__block-img img:hover {
      width: 110%;
      height: 100%; }
.container-photo__text {
  font-size: 24px;
  line-height: 29px;
  text-align: center; }
  .container-photo__text a {
    font-size: 24px;
    line-height: 29px;
    display: inline-flex;
    align-items: center;
    color: #87E9FF; }
  .container-photo__text span {
    margin-left: 11px; }

.block-price {
  padding: 70px 0 50px;
  position: relative;
  }

.container-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .container-price__title {
    color: #fff;
    width: 100%; }
  .container-price__block-item {
    width: 48%; }
  .container-price__item {
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid rgba(87, 254, 244, 0.5);
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 18px;
    height: max-content; }
  .container-price__btn {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    padding-right: 40px;
    background: url(../img/plus.png) no-repeat 100% center; }
    .container-price__btn span {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #57FEF4;
      padding-right: 20px; }
    .container-price__btn.active {
      background: url(../img/minus.png) no-repeat 100% center; }
  .container-price__ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease; }
  .container-price__item.active .container-price__ul {
    max-height: 1000px; }
  .container-price__li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .container-price__li span {
      font-size: 20px;
      line-height: 24px;
      color: #57FEF4; }
    .container-price__li:last-child {
      margin-bottom: 20px; }

.block-bonuses {
  padding: 70px 0 40px;
  position: relative;
  background: rgba(198, 211, 219, 0.25); }

.container-bonuses__block-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.container-bonuses__item {
  width: 31%;
  background: #171B47;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 25px 30px; }
.container-bonuses__circle {
  width: 55px;
  height: 55px;
  background: #171B47;
  border: 1px solid rgba(87, 254, 244, 0.5);
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%; }
  .container-bonuses__circle::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #57FEF4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    z-index: 2;
    border-radius: 50%; }
  .container-bonuses__circle::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(87, 254, 244, 0.27);
    filter: blur(14px);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 2;
    border-radius: 50%; }
.container-bonuses__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  min-height: 75px;
  color: #FFFFFF; }

.block-receive {
  padding: 70px 0 40px;
  position: relative; }

.container-receive__block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
.container-receive__item {
  width: 48%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #171B47;
  border-radius: 20px;
  min-height: 125px;
  background: #fff; }
  .container-receive__item img {
    display: block;
    width: 62px;
    height: 62px; }
.container-receive__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-left: 30px;
  width: 75%;
  color: #171B47; }

.footer {
  position: relative;
  overflow: hidden; }
  .footer::before {
    content: '';
    display: block;
    width: 45%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #1F0640; }

.container-footer {
  position: relative;
  z-index: 2; }
  .container-footer__cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 300px;
    width: 40%; }
  .container-footer__logo {
    display: block;
    width: 83px;
    height: 83px;
    margin-right: 25px; }
  .container-footer__time {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: #FFFFFF;
    margin-bottom: 0px;
    transition: color .3s ease; }
    .container-footer__time:hover {
      color: #57FEF4; }
    .container-footer__time img {
      display: block;
      width: 24px;
      width: 24px;
      margin-right: 15px; }
  .container-footer__tel {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: #FFFFFF;
    transition: color .3s ease; }
    .container-footer__tel:hover {
      color: #57FEF4; }
    .container-footer__tel img {
      display: block;
      width: 24px;
      width: 24px;
      margin-right: 15px; }
  .container-footer__address {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    margin-top: 10px;
    color: #fff; }
  .container-footer__email {
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    margin-bottom: 30px;
    transition: color .3s ease; }
    .container-footer__email:hover {
      color: #57FEF4; }
  .container-footer__ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px; }
  .container-footer__ul .menu-item {
    margin-right: 20px;
    margin-bottom: 25px; }
    .container-footer__li:last-child {
      margin-right: 0; }
  .container-footer__ul a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    transition: color .3s ease; }
    .container-footer__ul a:hover {
      color: #57FEF4; }
  .container-footer__soc-block {
    display: flex;
    align-items: center; }
  .container-footer__soc {
    margin-right: 14px; }
    .container-footer__soc path {
      fill: #fff;
      transition: fill .3s ease; }
    .container-footer__soc:hover path {
      fill: #57FEF4; }

.block-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%; }
  .block-map iframe {
    width: 100%;
    height: 100%; }

.contact-block {
  position: relative; }
  .contact-block .block-scroll {
    top: -130px; }

.studio {
	font-size: 14px;
	line-height: 110%;
	padding-bottom: 10px;
	color: #fff;
	margin-bottom: 20px;
}

.studio > a {
	font-size: ;
	line-height: inherit;
	color: #57FEF4;
	transition: color .2s ease;
}

.studio > a:hover {
	color: #fff;
}
/*# sourceMappingURL=main.css.map */


.logo_header_to{
	width:108px;
	height:114px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.logo_header_to img{
	width:150%;
	height:100%;
}
.header{
	    z-index: 11;
	background: linear-gradient(110.71deg, #110a39 72.35%, #0b1842 99.99%);
}
.header .container-header__main-menu a{
	color:#00f0fe;
}
.header .container-header__time, .container-header__tel, .container-header__address {
   color:#00f0fe;
}
.header .container-header__soc path {
    fill: #00f0fe;
    transition: fill .3s ease;
}

.container-timetable__btn {
    color: #00f0fe;
}
.container-bonuses__text {
    color: #00f0fe;
}
.container-footer__ul a {
    color: #00f0fe;
}
.container-footer__email{
	 color: #00f0fe;
}
.container-footer__address{
	color: #00f0fe;
}
.container-footer__tel{
	color: #00f0fe;
}
.container-footer__time{
	color: #00f0fe;
}
.container-footer__soc svg{
	fill:#00f0fe;
}
.container-footer__soc path {
   fill:#00f0fe;
} 
.block-price {
    padding: 70px 0 50px;
    position: relative;
        background: linear-gradient(90deg, #4ADAC8 -22.84%, #216291 17.32%, #090D32 84.25%);
}.container-comment__item-block img{
height: fit-content;
    object-fit: revert;
    padding: 10px;
    margin: 0;
    width: 50%;
}
