@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap&subset=cyrillic");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Comfortaa', cursive; }

button.slick-arrow {
  position: absolute;
  bottom: 30px;
  top: unset;
  z-index: 10;
  opacity: 1;
  width: 75px;
  height: 60px; }

.slick-next {
  left: 50%; }
  .slick-next::before {
    content: url(../assets/slider-arrow_right.svg); }

.slick-prev {
  left: unset;
  right: 50%; }
  .slick-prev::before {
    content: url(../assets/slider-arrow_left.svg); }

.slick-dotted.slick-slider {
  margin-bottom: 0; }
  .slick-dotted.slick-slider .slick-dots {
    bottom: 10px; }
    .slick-dotted.slick-slider .slick-dots li button:before {
      color: #94ADFF;
      font-size: 10px; }

h1 {
  font-size: 64px;
  line-height: 71px;
  color: #fff; }

h2 {
  font-size: 43px;
  line-height: 70px;
  color: #602F75; }

h3,
p.header {
  font-size: 36px;
  line-height: 60px;
  color: #2F3A59; }

h4 {
  font-size: 24px;
  line-height: 36px;
  color: #2F3A59; }

p {
  font-size: 22px;
  line-height: 36px;
  color: #56648D; }

@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 65px; } }

@media screen and (max-width: 425px) {
  h1 {
    font-size: 48px;
    line-height: 54px; }
  h2 {
    font-size: 24px;
    line-height: 40px;
    text-align: center; }
  h3 {
    font-size: 24px;
    line-height: 38px; }
  h4,
  p.header {
    font-size: 18px;
    line-height: 34px; }
  p {
    font-size: 16px;
    line-height: 30px; } }

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 40px; } }
  @media screen and (max-width: 425px) {
    .container {
      padding: 0 10px; } }

.hide {
  display: none; }

.button {
  font-size: 18px;
  text-transform: uppercase;
  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;
  width: 320px;
  height: 60px;
  background-color: #FF54BB;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(96, 47, 117, 0.2);
  box-shadow: 0px 6px 20px rgba(96, 47, 117, 0.2);
  border-radius: 91px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none; }
  .button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ff69c3; }

span.marker {
  position: relative;
  z-index: 1; }
  span.marker:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px; }

.tag {
  width: 320px;
  height: 40px;
  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;
  border-radius: 50px;
  color: #FF54BB;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px; }
  @media screen and (max-width: 320px) {
    .tag {
      width: 96%; } }

header {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 120px;
  overflow: visible;
  z-index: 100; }
  header .burger {
    display: none;
    position: absolute; }
  header .social {
    display: none;
    background: #E7F9FF; }
    header .social img {
      padding: 0 20px; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header .logo-wrapper {
    width: 300px;
    height: 240px;
    background: #fff;
    border-radius: 50px 10px;
    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;
    padding: 20px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
    header .logo-wrapper .logo {
      width: auto;
      height: 200px;
      -webkit-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out; }
  header .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  header nav a {
    padding-left: 40px;
    text-decoration: none;
    font-size: 22px;
    line-height: 25px;
    color: #56648D; }
  header .fixed.logo-wrapper {
    height: 120px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
  header .fixed.logo {
    height: 100px;
    width: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  @media screen and (max-width: 1024px) {
    header .logo-wrapper {
      height: 180px; }
      header .logo-wrapper .logo {
        height: 145px; }
      header .logo-wrapper .fixed.logo {
        height: 100px; }
    header .navigation {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      header .navigation nav {
        display: none;
        text-align: center;
        position: fixed;
        top: 120px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        background: #fff; }
        header .navigation nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          header .navigation nav ul li {
            padding: 66px 0;
            border-bottom: 1px solid #f9deee; }
            header .navigation nav ul li a {
              padding: 0; }
          header .navigation nav ul .social {
            display: block;
            padding: 40px 0; }
      header .navigation .contacts {
        margin-right: 60px; }
      header .navigation .burger {
        display: block; }
    header .container.open-menu {
      -webkit-transition: all .5s;
      transition: all .5s;
      background: #E7F9FF; }
      header .container.open-menu .logo-wrapper {
        display: none; }
      header .container.open-menu .contacts {
        margin: 0 auto; } }
  @media screen and (max-width: 425px) {
    header {
      height: 80px; }
      header .mobile {
        display: none; }
      header .burger {
        top: 13px; }
      header .contacts {
        padding-top: 10px; }
      header .navigation {
        height: 80px; }
        header .navigation nav {
          top: 80px; }
          header .navigation nav ul li {
            padding: 38px 0; }
          header .navigation nav ul li.social {
            padding: 20px 0; }
      header .logo-wrapper,
      header .fixed.logo-wrapper {
        width: 150px;
        height: 80px; }
        header .logo-wrapper .logo,
        header .logo-wrapper .fixed.logo,
        header .fixed.logo-wrapper .logo,
        header .fixed.logo-wrapper .fixed.logo {
          height: 65px; } }
  header .container.open-menu .mobile {
    display: inline-block; }

footer {
  background-color: #3ACDCB; }
  footer .wrapper {
    padding: 60px 0;
    background-color: #602F75;
    border-radius: 50px 50px 0px 0px; }
  footer .info {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    footer .info .elem {
      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; }
      footer .info .elem img {
        padding-right: 10px; }
      footer .info .elem p {
        font-size: 18px;
        line-height: 32px;
        color: #fff; }
        footer .info .elem p a {
          text-decoration: none;
          color: white; }
  footer .social {
    width: 100%;
    text-align: center;
    padding-top: 40px; }
    footer .social img {
      padding-right: 40px; }
  @media screen and (max-width: 1200px) {
    footer .wrapper {
      padding-left: 25px; }
      footer .wrapper .info {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px; }
        footer .wrapper .info .elem {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
      footer .wrapper .social {
        text-align: left;
        padding-left: 10px; } }
  @media screen and (max-width: 666px) {
    footer .wrapper {
      padding-left: 0; }
      footer .wrapper .info {
        grid-template-columns: 1fr; }
        footer .wrapper .info p {
          font-size: 16px; } }

.first {
  padding: 190px 0 200px;
  background-color: #3ACDCB; }
  .first .grid {
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-template-rows: 165px auto;
    grid-template-areas: ". img"
 "h2 img"
 "text img"
 "text img"; }
    .first .grid h2 {
      text-transform: uppercase;
      color: #602F75;
      grid-area: h2; }
    .first .grid .text {
      grid-area: text; }
      .first .grid .text h1 {
        padding-top: 60px; }
      .first .grid .text p {
        padding: 60px 0;
        color: white; }
    .first .grid img {
      grid-area: img;
      width: 100%; }
  @media screen and (max-width: 1200px) {
    .first .grid {
      grid-template-rows: auto;
      grid-template-areas: "h2 img"
 "text text"; }
      .first .grid h2 {
        place-self: center; }
      .first .grid .text {
        text-align: center; }
        .first .grid .text a {
          margin: 0 auto; } }
  @media screen and (max-width: 666px) {
    .first .grid {
      grid-template-areas: "img img"
 "h2 h2"
 "text text"; } }
  @media screen and (max-width: 425px) {
    .first {
      padding: 100px 0 100px; }
      .first .grid .text a {
        width: 90%; } }

.second {
  background: -webkit-gradient(linear, left top, left bottom, from(#3ACDCB), color-stop(50%, #3ACDCB), color-stop(50%, #ffffff));
  background: linear-gradient(to bottom, #3ACDCB 0%, #3ACDCB 50%, #ffffff 50%); }
  .second .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px 10px;
    -webkit-box-shadow: 0px 10px 50px rgba(96, 47, 117, 0.08);
    box-shadow: 0px 10px 50px rgba(96, 47, 117, 0.08); }
    .second .grid .img {
      width: 100%; }
    .second .grid .tab2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px 0;
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out; }
    .second .grid .angle {
      display: none;
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out; }
    .second .grid .tab2.current .angle {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out; }
    .second .grid .text .elem {
      padding: 30px; }
      .second .grid .text .elem .header .span1:after {
        content: url(../assets/line0.svg); }
      .second .grid .text .elem .header .span2:after {
        content: url(../assets/line1.svg); }
  @media screen and (max-width: 1200px) {
    .second .grid {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 425px) {
    .second .grid {
      padding: 20px; }
      .second .grid .text p.header {
        font-size: 24px;
        line-height: 27px; }
      .second .grid .text p {
        font-size: 18px;
        line-height: 34px; }
      .second .grid .text .elem {
        padding: 30px 0; }
        .second .grid .text .elem:nth-child(2) {
          border-top: 1px solid #f9deee; }
    .second .tab2 .angle {
      display: block; }
    .second .tab2-text {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: all .7s ease-out;
      transition: all .7s ease-out; }
    .second .tab2-text.current {
      max-height: 1000px;
      -webkit-transition: all 2s ease-out;
      transition: all 2s ease-out; } }

.third {
  padding: 120px 0; }
  .third .tag {
    background-color: #FFECF7; }
  .third h3 {
    padding-top: 60px;
    max-width: 920px; }
  .third .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 40px; }
    .third .grid .elem {
      position: relative;
      border-radius: 50px;
      border: 1px solid #FF8BD1;
      padding: 60px 40px;
      margin-top: 120px; }
      .third .grid .elem img {
        position: absolute;
        left: 50%;
        top: -80px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%); }
  @media screen and (max-width: 1024px) {
    .third .grid {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 425px) {
    .third {
      padding: 80px 0; }
      .third .grid {
        display: block; }
        .third .grid .elem {
          padding: 60px 20px; }
      .third .slick-dotted.slick-slider .slick-dots {
        bottom: -40px; }
        .third .slick-dotted.slick-slider .slick-dots li button:before {
          color: #00E7FF; } }

.fourth {
  background-color: #602F75;
  padding: 120px 0; }
  .fourth .container {
    background: url(../assets/third-bg.svg) no-repeat right top; }
  .fourth .tag {
    background-color: white; }
  .fourth h3 {
    color: white;
    max-width: 777px;
    padding: 60px 0 80px; }
  .fourth .table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: white;
    border-radius: 50px;
    margin-bottom: 80px; }
    .fourth .table div:not(.elem) {
      border-bottom: 1px solid #f9deee; }
      .fourth .table div:not(.elem):nth-child(odd) {
        border-right: 1px solid #f9deee; }
    .fourth .table div:not(.elem).non-b {
      border-bottom: none; }
    .fourth .table .elem {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .fourth .table .elem img {
        padding: 36px 40px; }
  .fourth .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    -webkit-box-shadow: 0px 10px 50px rgba(96, 47, 117, 0.08);
    box-shadow: 0px 10px 50px rgba(96, 47, 117, 0.08);
    border-radius: 50px 10px;
    padding: 40px; }
    .fourth .main-grid img {
      width: 100%; }
  .fourth .tabs-mobile {
    display: none;
    background-color: white;
    padding-bottom: 120px;
    border-radius: 0 0 50px 10px; }
    .fourth .tabs-mobile button.slick-arrow {
      bottom: 10px; }
      .fourth .tabs-mobile button.slick-arrow::before {
        opacity: 1; }
  .fourth .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    padding: 40px 0; }
    .fourth .grid .tab1 {
      width: 310px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #FF54BB;
      border-radius: 50px;
      font-weight: bold;
      font-size: 22px;
      color: #2F3A59; }
    .fourth .grid .tab1.current {
      border: 1px solid #00E7FF;
      color: #FF54BB; }
  .fourth .text {
    padding: 40px 30px;
    border: 1px solid #00E7FF;
    border-radius: 50px; }
    .fourth .text .content {
      display: none; }
    .fourth .text .content.current-content {
      display: block; }
  .fourth .tab0 {
    width: 96%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #00E7FF;
    color: #FF54BB;
    border-radius: 50px;
    font-weight: bold;
    font-size: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto; }
  .fourth .content0 {
    width: 96%;
    margin: 0 auto;
    padding: 40px 30px;
    border: 1px solid #00E7FF;
    border-radius: 50px; }
  .fourth .modal .scroll {
    position: relative;
    padding: 60px 40px;
    background-color: white;
    border-radius: 50px;
    max-height: 90vh;
    overflow-y: hidden; }
    .fourth .modal .scroll .message {
      padding: 0 20px;
      overflow-y: scroll;
      height: 100%;
      max-height: calc(100vh - 140px); }
      .fourth .modal .scroll .message::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .fourth .modal .scroll .message::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 25px; }
      .fourth .modal .scroll .message::-webkit-scrollbar-thumb {
        background: #00e7ff70;
        border-radius: 50px; }
      .fourth .modal .scroll .message h4 {
        padding-bottom: 20px; }
    .fourth .modal .scroll .img.close-modal {
      position: absolute;
      top: 20px;
      right: 22px;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50px; }
  @media screen and (max-width: 1024px) {
    .fourth .main-grid {
      grid-template-columns: 1fr; }
    .fourth .grid .tab1 {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .fourth .grid {
      padding: 20px; }
    .fourth .table {
      display: block;
      margin-bottom: 180px; }
      .fourth .table div:not(.elem) {
        border: none; }
        .fourth .table div:not(.elem):nth-child(odd) {
          border: none; }
      .fourth .table button.slick-arrow {
        bottom: -150px; }
        .fourth .table button.slick-arrow::before {
          opacity: 1; }
      .fourth .table .slick-next::before {
        content: url(../assets/slider-arrow_right1.svg); }
      .fourth .table .slick-prev::before {
        content: url(../assets/slider-arrow_left1.svg); } }
  @media screen and (max-width: 767px) {
    .fourth .main-grid {
      padding: 20px;
      border-radius: 50px 10px 0 0; }
    .fourth .tabs {
      display: none; }
    .fourth .tabs-mobile {
      display: inherit; }
    .fourth .modal .scroll {
      padding: 20px 10px; }
      .fourth .modal .scroll .img.close-modal {
        top: unset;
        bottom: 15px;
        right: 50%;
        -webkit-transform: translate(50%);
        transform: translate(50%); } }

.fifth {
  padding: 120px 0; }
  .fifth .tag {
    background-color: #FFECF7; }
  .fifth h3 {
    max-width: 800px;
    padding: 60px 0 80px; }
  .fifth .grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "first1 first1 first1 first1 first1 . . second2 second2 second2 second2 second2"
 "first1 first1 first1 first1 first1 center center second2 second2 second2 second2 second2"
 "third3 third3 third3 third3 third3 center center fourth4 fourth4 fourth4 fourth4 fourth4"
 "third3 third3 third3 third3 third3 . . fourth4 fourth4 fourth4 fourth4 fourth4"; }
    .fifth .grid .center {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      grid-area: center;
      border: 1px solid #f9deee;
      border-radius: 50px;
      position: relative;
      background-color: #fff; }
      .fifth .grid .center:after {
        content: url(../assets/back.svg);
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .fifth .grid .center img {
        padding: 10%; }
      .fifth .grid .center .img1,
      .fifth .grid .center .img3 {
        border-right: 1px solid #f9deee; }
      .fifth .grid .center .img1,
      .fifth .grid .center .img2 {
        border-bottom: 1px solid #f9deee; }
    .fifth .grid .first1 {
      grid-area: first1; }
    .fifth .grid .second2 {
      grid-area: second2; }
    .fifth .grid .third3 {
      grid-area: third3; }
    .fifth .grid .fourth4 {
      grid-area: fourth4; }
    .fifth .grid .elem {
      padding: 60px 40px;
      border: 1px solid #f9deee;
      border-radius: 50px;
      background-color: #fff; }
  @media screen and (max-width: 1200px) {
    .fifth .grid {
      display: block; }
      .fifth .grid .center {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 680px;
        margin: 0 auto 40px; }
        .fifth .grid .center:after {
          top: 115px; }
        .fifth .grid .center .img1,
        .fifth .grid .center .img2 {
          border-bottom: 2px solid #fff; }
        .fifth .grid .center .img1 {
          border-bottom-left-radius: 50px; }
        .fifth .grid .center .img4 {
          border-bottom-right-radius: 50px; }
        .fifth .grid .center .img1,
        .fifth .grid .center .img2,
        .fifth .grid .center .img3 {
          border-right: 1px solid #f9deee; }
      .fifth .grid .tab3 {
        border-bottom: 2px solid #fff; }
      .fifth .grid .tab3.current {
        border-bottom-color: #00E7FF; }
      .fifth .grid .elem {
        display: none; }
      .fifth .grid .elem.current {
        display: block; } }
  @media screen and (max-width: 425px) {
    .fifth {
      padding: 80px 0; }
      .fifth .grid .center::after {
        content: url(../assets/back1.svg); }
      .fifth .grid .center img {
        padding: 20%;
        width: 100%; } }

.sixth {
  padding: 120px 0;
  background: url(../assets/fifth-bg.svg) no-repeat right top #3ACDCB; }
  .sixth .tag {
    background-color: white; }
  .sixth h3 {
    color: white;
    padding: 60px 0 80px; }
  .sixth .grid {
    display: grid;
    grid-template-columns: 6fr 7fr;
    grid-gap: 40px; }
  .sixth .shedule {
    background-color: #fff;
    border-radius: 50px 10px;
    height: 500px;
    padding: 60px 40px 0;
    overflow: hidden; }
    .sixth .shedule .main {
      overflow-y: scroll;
      height: 400px;
      padding-right: 40px; }
      .sixth .shedule .main::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      .sixth .shedule .main::-webkit-scrollbar-track {
        background: #B2EBFE;
        border-radius: 25px; }
      .sixth .shedule .main::-webkit-scrollbar-thumb {
        background: #FF54BB;
        border-radius: 25px; }
      .sixth .shedule .main .tab p {
        text-align: right; }
    .sixth .shedule .tab {
      border: 1px solid #f9deee;
      border-radius: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px;
      margin-bottom: 20px; }
      .sixth .shedule .tab span {
        background-color: #f9deee;
        width: 96px;
        height: 40px;
        border-radius: 50px;
        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;
        font-weight: bold;
        font-size: 24px;
        color: #FF54BB; }
      .sixth .shedule .tab p {
        font-size: 22px;
        padding-right: 30px;
        color: #2F3A59;
        font-weight: bold; }
    .sixth .shedule .tab.current {
      border: 2px solid #00E7FF; }
      .sixth .shedule .tab.current span {
        background-color: #FF54BB;
        color: white; }
      .sixth .shedule .tab.current p {
        color: #FF54BB; }
  .sixth .text {
    background: white;
    border-radius: 50px;
    padding: 60px 40px; }
    .sixth .text .elem0 {
      display: none; }
      .sixth .text .elem0 h4 {
        color: #FF54BB;
        padding-bottom: 40px; }
    .sixth .text .elem0.current {
      display: block; }
  @media screen and (max-width: 1200px) {
    .sixth .grid {
      grid-template-columns: 1fr; }
      .sixth .grid .shedule {
        height: 240px;
        padding: 40px 40px 0; }
        .sixth .grid .shedule .main {
          height: 130px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          overflow-y: hidden;
          overflow-x: scroll; }
          .sixth .grid .shedule .main .tab {
            margin-right: 20px; }
            .sixth .grid .shedule .main .tab p {
              display: none; } }
  @media screen and (max-width: 425px) {
    .sixth .container {
      padding: 0; }
      .sixth .container .text,
      .sixth .container h3,
      .sixth .container .tag {
        margin: 0 10px; }
    .sixth .grid .shedule {
      height: 100px;
      padding: 20px;
      padding: 2px;
      border-radius: 0; }
      .sixth .grid .shedule .main .tab {
        margin-right: 10px; }
        .sixth .grid .shedule .main .tab span {
          width: 76px;
          height: 40px; } }

.seventh {
  padding: 120px 0; }
  .seventh .tag {
    background-color: #FFECF7;
    color: #FF54BB; }
  .seventh h3 {
    padding: 60px 0 80px; }
  .seventh .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
    .seventh .grid .wrap {
      padding-top: 40px; }
    .seventh .grid .elem {
      padding: 60px;
      border: 1px solid #f9deee;
      border-radius: 50px;
      position: relative; }
      .seventh .grid .elem .cost {
        position: absolute;
        top: -40px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 280px;
        height: 60px;
        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;
        border-radius: 50px;
        font-size: 25px;
        font-weight: bold; }
        .seventh .grid .elem .cost .small {
          font-size: 20px;
          padding-left: 10px; }
      .seventh .grid .elem ul {
        color: #00E7FF;
        line-height: 1.5; }
        .seventh .grid .elem ul li {
          font-size: 22px;
          padding-bottom: 25px; }
        .seventh .grid .elem ul .color {
          color: #2F3A59; }
        .seventh .grid .elem ul .marker:after {
          content: url(../assets/line3.svg); }
    .seventh .grid .elem1 .cost {
      background-color: #FFECF7;
      color: #FF54BB; }
    .seventh .grid .elem2 .cost {
      background-color: #FF54BB;
      color: white; }
  @media screen and (max-width: 1023px) {
    .seventh .grid {
      display: block; }
      .seventh .grid .elem1 {
        margin-bottom: 40px; } }
  @media screen and (max-width: 500px) {
    .seventh {
      padding: 80px 0; }
      .seventh .tag {
        margin: 0 auto; }
      .seventh h3 {
        text-align: center; }
      .seventh .grid .elem {
        padding: 30px; }
        .seventh .grid .elem ul li {
          font-size: 18px; }
      .seventh .slick-dotted.slick-slider .slick-dots {
        bottom: -30px; }
        .seventh .slick-dotted.slick-slider .slick-dots li button:before {
          color: #00E7FF; } }

.eighth {
  padding: 120px 0;
  background: url(../assets/seventh-bg.svg) no-repeat left bottom #602F75; }
  .eighth .tag {
    background-color: white;
    color: #FF54BB; }
  .eighth h3 {
    padding: 60px 0 80px;
    max-width: 920px;
    color: white; }
  .eighth .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    background-color: white;
    border-radius: 50px; }
    .eighth .grid .elem1 {
      border-right: 1px solid #f9deee; }
    .eighth .grid h4 {
      padding: 60px 40px 40px 40px;
      border-bottom: 1px solid #f9deee; }
      .eighth .grid h4 .marker:after {
        content: url(../assets/line2.svg); }
    .eighth .grid ul {
      padding: 60px 40px 40px 60px; }
      .eighth .grid ul li {
        line-height: 36px;
        font-size: 22px;
        padding-bottom: 40px;
        color: #00E7FF; }
        .eighth .grid ul li span {
          color: #2F3A59; }
  @media screen and (max-width: 1023px) {
    .eighth .grid {
      display: block;
      background-color: transparent; }
      .eighth .grid .elem {
        background-color: white;
        border-radius: 50px; }
      .eighth .grid .elem1 {
        border-right: none;
        margin-bottom: 40px; } }
  @media screen and (max-width: 666px) {
    .eighth .grid .elem ul {
      padding: 30px 10px 30px 30px; }
    .eighth .grid .elem li {
      font-size: 16px; }
    .eighth .grid .elem1 ul {
      padding: 30px 10px 150px 30px; }
    .eighth .slick-dotted.slick-slider .slick-dots {
      bottom: -100px; }
      .eighth .slick-dotted.slick-slider .slick-dots li button:before {
        color: #00E7FF; } }

.nineth {
  background: -webkit-gradient(linear, left top, left bottom, from(#602F75), color-stop(50%, #602F75), color-stop(50%, #ffffff));
  background: linear-gradient(to bottom, #602F75 0%, #602F75 50%, #ffffff 50%); }
  .nineth .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3ACDCB;
    padding: 60px 20px;
    -webkit-box-shadow: 0px 10px 50px rgba(96, 47, 117, 0.08);
    box-shadow: 0px 10px 50px rgba(96, 47, 117, 0.08);
    border-radius: 50px 10px;
    grid-row-gap: 60px; }
    .nineth .grid h3 {
      max-width: 720px;
      color: white; }
  @media screen and (max-width: 1023px) {
    .nineth .grid {
      grid-template-columns: 1fr; }
      .nineth .grid h3 {
        text-align: center; } }
  @media screen and (max-width: 425px) {
    .nineth .button {
      width: 90%; } }

.tenth {
  padding: 120px 0 150px; }
  .tenth h3 {
    padding-bottom: 80px; }
  .tenth .main-slider .wrapper {
    height: 510px;
    margin: 20px; }
    .tenth .main-slider .wrapper img {
      border-radius: 25px;
      max-width: 680px;
      height: 100%; }
    @media screen and (max-width: 425px) {
      .tenth .main-slider .wrapper img {
        max-width: 350px; } 
        .tenth .main-slider .wrapper {
          height: 260px; } }
  .tenth .main-slider button.slick-arrow {
    bottom: -120px; }
    .tenth .main-slider button.slick-arrow::before {
      opacity: 1; }
  .tenth .slick-next {
    left: 50%; }
  .tenth .slick-prev {
    right: 50%; }

.eleventh {
  padding: 120px 0;
  background-color: #3ACDCB; }
  .eleventh h3 {
    padding-bottom: 80px;
    color: white; }
  .eleventh .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
    .eleventh .grid .elem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .eleventh .grid .elem img {
        padding-right: 10px; }
      .eleventh .grid .elem p {
        font-size: 18px;
        line-height: 32px;
        color: #fff; }
        .eleventh .grid .elem p a {
          text-decoration: none;
          color: white; }
    .eleventh .grid .form-wrapper {
      background-color: white;
      border-radius: 50px;
      padding: 60px 40px; }
      .eleventh .grid .form-wrapper form input {
        width: 100%;
        margin-bottom: 40px;
        height: 60px;
        border-radius: 50px;
        padding: 30px;
        border: 1px solid #f9deee;
        outline: none;
        -webkit-appearance: none; }
      .eleventh .grid .form-wrapper form textarea {
        width: 100%;
        border-radius: 50px;
        height: 180px;
        border: 1px solid #f9deee;
        margin-bottom: 40px;
        padding: 30px;
        outline: none;
        -webkit-appearance: none; }
      .eleventh .grid .form-wrapper form input.button {
        width: 90%;
        max-width: 320px;
        display: block;
        padding: 22px 40px;
        margin: 0 auto; }
    .eleventh .grid .map {
      border-radius: 50px; }
      .eleventh .grid .map iframe {
        border-radius: 50px; }
  @media screen and (max-width: 768px) {
    .eleventh {
      padding: 100px 0; }
      .eleventh .grid {
        grid-template-columns: 100%; }
        .eleventh .grid .map {
          height: 560px; } }
  @media screen and (max-width: 425px) {
    .eleventh {
      padding: 80px 0; }
      .eleventh .grid .map {
        height: 460px; } }
  @media screen and (max-width: 425px) {
    .eleventh .grid .form-wrapper {
      padding: 60px 20px; } }

.modal {
  height: 100vh;
  width: 100vw;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  z-index: 100;
  display: none; }
  .modal .wrapper {
    height: 100vh;
    width: 100vw;
    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; }
  .modal .message {
    padding: 60px 40px;
    width: 96%;
    max-width: 650px;
    background-color: white;
    border-radius: 50px; }
    .modal .message h5 {
      font-size: 25px;
      line-height: 1.5;
      font-weight: bold;
      text-align: center; }
  .modal .form-wrapper {
    width: 96%;
    max-width: 600px;
    background-color: white;
    border-radius: 50px;
    padding: 60px 40px;
    position: relative; }
    .modal .form-wrapper .close-modal {
      position: absolute;
      top: 30px;
      right: 40px; }
    .modal .form-wrapper h5 {
      font-size: 25px;
      line-height: 1.5;
      font-weight: bold;
      text-align: center;
      padding-bottom: 40px; }
    .modal .form-wrapper form input {
      width: 100%;
      margin-bottom: 40px;
      height: 60px;
      border-radius: 50px;
      padding: 30px;
      border: 1px solid #f9deee;
      outline: none;
      -webkit-appearance: none; }
    .modal .form-wrapper form textarea {
      width: 100%;
      border-radius: 50px;
      height: 180px;
      border: 1px solid #f9deee;
      margin-bottom: 40px;
      padding: 30px;
      outline: none;
      -webkit-appearance: none; }
    .modal .form-wrapper form input.button {
      width: 90%;
      max-width: 320px;
      display: block;
      padding: 22px 40px;
      margin: 0 auto; }
