/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "K_RotondaC-Bold";
  font-display: swap;
  src: url("../fonts/K_RotondaC-Bold.woff") format("woff"), url("../fonts/K_RotondaC-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: bold; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:focus {
  outline: 0; }

img, audio, video {
  max-width: 100%;
  height: auto; }

audio, canvas, iframe, video, img, svg {
  vertical-align: middle; }

iframe {
  border: 0; }

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

input, textarea, select, button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

html {
  line-height: 1.4;
  color: #101010;
  height: 100%;
  font-size: 9px; }
  @media (min-width: 48em) {
    html {
      font-size: 8px; } }
  @media (min-width: 62em) {
    html {
      font-size: 9px; } }
  @media (min-width: 75em) {
    html {
      font-size: 10px; } }
  html.opened {
    overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff; }

.first {
  width: 100%;
  position: relative;
  background: url("../img/bg-first.jpg") no-repeat center center;
  background-size: cover;
  padding: 12rem 0 4rem 0; }
  @media (min-width: 48em) {
    .first {
      min-height: 85rem;
      padding: 0; } }
  @media (min-width: 62em) {
    .first {
      height: 100vh;
      min-height: 65rem; } }
  @media (min-width: 48em) {
    .first--wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: calc(100% - 8rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -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; } }
  .first__title {
    color: #553182;
    text-align: center;
    font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 180%; }
    @media (min-width: 48em) {
      .first__title {
        font-size: 8.5rem; } }
    @media (min-width: 62em) {
      .first__title {
        font-size: 5.5vh; } }
    .first__title span {
      display: block;
      font-size: 4.6rem; }
      @media (min-width: 48em) {
        .first__title span {
          font-size: 8.5rem; } }
      @media (min-width: 62em) {
        .first__title span {
          font-size: 12vh; } }
    .first__title.kz {
      line-height: 130%;
      font-size: 2.45rem; }
      @media (min-width: 48em) {
        .first__title.kz {
          font-size: 5.8rem; } }
      @media (min-width: 62em) {
        .first__title.kz {
          font-size: 6vh; } }
      .first__title.kz span {
        font-size: 3.6rem; }
        @media (min-width: 48em) {
          .first__title.kz span {
            font-size: 8.5rem; } }
        @media (min-width: 62em) {
          .first__title.kz span {
            font-size: 8.75vh; } }
  .first__product {
    width: 95%;
    display: block;
    margin: 3rem auto; }
    @media (min-width: 48em) {
      .first__product {
        width: 80%;
        margin: 0 auto; } }
    @media (min-width: 62em) {
      .first__product {
        width: 100vh; } }
  .first__down {
    text-align: center;
    padding: 0 1.5rem; }
    .first__down a img {
      width: 4rem; }
      @media (min-width: 48em) {
        .first__down a img {
          width: 5rem; } }
      @media (min-width: 62em) {
        .first__down a img {
          width: auto; } }
    .first__down p {
      line-height: 140%;
      margin-top: 1.5rem;
      font-size: .9rem; }
      @media (min-width: 48em) {
        .first__down p {
          font-size: 1.3rem;
          margin-top: 3rem; } }
      @media (min-width: 62em) {
        .first__down p {
          font-size: 1.6vh;
          margin-top: 1.5rem; } }
      .first__down p br {
        display: none; }
        @media (min-width: 48em) {
          .first__down p br {
            display: block; } }

.second {
  padding: 6.5rem 0; }
  .second--wrapper {
    margin: 0 auto;
    max-width: 83rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .second--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .second__left img {
    width: 60%;
    display: block;
    margin: 0 auto;
    border-radius: 3rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .second__left img {
        width: auto;
        margin: 0;
        margin-bottom: 1.5rem; } }
  .second__left p {
    text-align: center; }
    .second__left p.title {
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .second__left p.title {
          font-size: 3.2rem; } }
    .second__left p.desc {
      font-size: 1.5rem; }
  .second__right {
    margin-top: 3rem; }
    @media (min-width: 48em) {
      .second__right {
        margin-top: 0; } }
    .second__right h1 {
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      line-height: 120%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 48em) {
        .second__right h1 {
          font-size: 3.6rem;
          margin-bottom: 3rem; } }
    .second__right div.phone {
      text-align: center;
      margin-bottom: 1rem; }
      .second__right div.phone:last-child {
        margin-bottom: 0; }
      .second__right div.phone a {
        color: #000;
        font-weight: 600;
        font-size: 2.1rem; }
        @media (min-width: 48em) {
          .second__right div.phone a {
            font-size: 3.2rem; } }
      .second__right div.phone span {
        display: block;
        color: #808080;
        font-size: 1.5rem;
        margin-top: -.25rem; }
        @media (min-width: 48em) {
          .second__right div.phone span {
            font-size: 1.6rem;
            margin-top: -.5rem; } }
    .second__right div.time {
      display: block;
      margin: 0 auto;
      margin-top: 3rem;
      max-width: 35rem;
      font-size: 1.5rem;
      text-align: center; }
      .second__right div.time.kz {
        max-width: 40rem; }
      .second__right div.time__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .second__right div.time__item {
        padding: 0 2rem; }
        .second__right div.time__item p {
          height: 3.2rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .second__right div.time__item-left {
          position: relative; }
          .second__right div.time__item-left:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: .1rem;
            height: 80%;
            margin: auto;
            background: #553182; }
          .second__right div.time__item-left p {
            font-size: 1.4rem; }
            @media (min-width: 48em) {
              .second__right div.time__item-left p {
                font-size: 1.5rem; } }
        .second__right div.time__item-right p {
          font-size: 1.8rem; }
          @media (min-width: 48em) {
            .second__right div.time__item-right p {
              font-size: 2.4rem; } }
          .second__right div.time__item-right p.kz {
            font-size: 1.8rem; }
            @media (min-width: 48em) {
              .second__right div.time__item-right p.kz {
                font-size: 2rem; } }
  .second__bottom {
    width: 100%;
    padding-top: 4rem; }
    .second__bottom a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      width: 22rem;
      height: 5.5rem;
      color: #fff;
      font-size: 2.1rem;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      background: #E9068E;
      border-radius: 5rem; }
      @media (min-width: 48em) {
        .second__bottom a {
          width: 30rem;
          height: 6.5rem;
          font-size: 2.4rem; } }
      .second__bottom a:hover {
        background: #553182; }
      .second__bottom a.kz {
        width: 30rem;
        font-size: 2rem;
        text-align: center; }
        @media (min-width: 48em) {
          .second__bottom a.kz {
            width: 35rem;
            font-size: 2.1rem; } }

.third {
  padding: 5rem 0 4rem; }
  @media (min-width: 48em) {
    .third {
      padding: 7.5rem 0 10rem; } }
  .third--wrapper {
    margin: 0 auto;
    max-width: 105rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .third--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .third__right {
    width: 100%;
    padding: 3rem 1.5rem; }
    @media (min-width: 48em) {
      .third__right {
        width: 50%;
        padding: 0;
        padding-left: 10%; } }
    .third__right h2 {
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 48em) {
        .third__right h2 {
          font-size: 3.2rem; } }
    .third__right p {
      font-size: 1.5rem;
      line-height: 145%;
      margin-bottom: 1.25rem; }
      @media (min-width: 48em) {
        .third__right p {
          font-size: 1.8rem; } }
      .third__right p:last-child {
        margin-bottom: 0; }
    .third__right h3 {
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 2.2rem;
      margin-top: 3rem; }
      @media (min-width: 48em) {
        .third__right h3 {
          font-size: 3.5rem; } }
    .third__right a {
      display: inline-block;
      margin-top: 3rem;
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 1.8rem;
      text-decoration: underline; }
      .third__right a:hover {
        color: #E9068E;
        text-decoration: none; }
    .third__right ul {
      margin-left: 2rem;
      margin-top: 2rem; }
      .third__right ul li {
        font-size: 1.6rem;
        position: relative;
        padding-left: 4rem;
        margin-bottom: 1.25rem; }
        @media (min-width: 48em) {
          .third__right ul li {
            font-size: 1.8rem;
            padding-left: 4.5rem;
            margin-bottom: 1.5rem; } }
        .third__right ul li:last-child {
          margin-bottom: 0; }
        .third__right ul li:after {
          content: '';
          position: absolute;
          left: 0;
          top: .7rem;
          width: .8rem;
          height: .8rem;
          border-radius: 100%;
          background: #E9068E; }
          @media (min-width: 48em) {
            .third__right ul li:after {
              top: .75rem;
              width: 1rem;
              height: 1rem; } }
  .third__left {
    width: 100%;
    position: relative; }
    @media (min-width: 48em) {
      .third__left {
        width: 61%; } }
    .third__left-bsquare {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background: -o-radial-gradient(50% 50%, 50% 50%, #FCF0F7 0%, #FEFEFE 100%);
      background: radial-gradient(50% 50% at 50% 50%, #FCF0F7 0%, #FEFEFE 100%);
      -webkit-box-shadow: 0px 0px 65px -14px #ECEBFA;
              box-shadow: 0px 0px 65px -14px #ECEBFA; }
    .third__left-smquare {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 80%;
      height: 80%;
      border-radius: 100%;
      background: -o-radial-gradient(50% 50%, 50% 50%, #FCF0F7 0%, #FEFEFE 100%);
      background: radial-gradient(50% 50% at 50% 50%, #FCF0F7 0%, #FEFEFE 100%);
      -webkit-box-shadow: 0px 0px 67px -9px #ECEBFA;
              box-shadow: 0px 0px 67px -9px #ECEBFA; }
    .third__left:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .third__left .product {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .third__left .product:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .third__left .product__slider {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        height: 100%; }
        .third__left .product__slider .slick-list, .third__left .product__slider .slick-slide, .third__left .product__slider .slick-track {
          height: 100%; }
        .third__left .product__slider .slick-slide > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 100%; }
        .third__left .product__slider .slick-arrow {
          position: absolute;
          top: 50%;
          bottom: 0;
          cursor: pointer;
          margin-top: -2.25rem;
          width: 4.5rem;
          height: 4.5rem;
          z-index: 100;
          color: transparent;
          background: url("../img/arrow.png") no-repeat center center; }
        .third__left .product__slider .slick-next {
          right: 0;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .third__left .product__slider .slick-prev {
          left: 0; }
      .third__left .product__slide img {
        display: block;
        margin: 0 auto; }
      .third__left .product__slide span {
        margin-top: 2rem;
        display: block;
        color: #553182;
        text-align: center;
        font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
        font-size: 1.8rem; }

.four {
  padding: 5rem 0;
  background: #F5F3FC; }
  @media (min-width: 48em) {
    .four {
      padding: 10rem 0; } }
  .four--wrapper {
    margin: 0 auto;
    max-width: 103rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .four--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .four__row {
    width: 100%;
    margin-bottom: 6rem; }
    @media (min-width: 48em) {
      .four__row {
        width: 50%;
        padding: 0 3rem;
        margin-bottom: 0; } }
    .four__row:last-child {
      margin-bottom: 0; }
  .four__item {
    margin-bottom: 6rem; }
    @media (min-width: 48em) {
      .four__item {
        margin-bottom: 8rem; } }
    .four__item:last-child {
      margin-bottom: 0; }
    .four__item-title {
      position: relative;
      padding-left: 7.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 48em) {
        .four__item-title {
          padding-left: 9rem; } }
      .four__item-title span.icon {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 6rem;
        height: 6rem;
        background: #fff;
        border-radius: 100%; }
        @media (min-width: 48em) {
          .four__item-title span.icon {
            width: 7rem;
            height: 7rem; } }
        .four__item-title span.icon svg {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          color: #E9068E;
          font-size: 4rem; }
          @media (min-width: 48em) {
            .four__item-title span.icon svg {
              font-size: 5rem; } }
      .four__item-title span.text {
        color: #553182;
        font-size: 1.6rem;
        font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif; }
        @media (min-width: 48em) {
          .four__item-title span.text {
            font-size: 1.8rem; } }
    .four__item-text {
      margin-top: 3rem; }
      @media (min-width: 48em) {
        .four__item-text {
          margin-top: 3.8rem; } }
      .four__item-text ul {
        margin-left: 2.5rem; }
        @media (min-width: 48em) {
          .four__item-text ul {
            margin-left: 3rem; } }
        .four__item-text ul li {
          font-size: 1.5rem;
          line-height: 140%;
          position: relative;
          padding-left: 5rem;
          margin-bottom: 1.5rem; }
          @media (min-width: 48em) {
            .four__item-text ul li {
              padding-left: 6rem;
              margin-bottom: 2rem; } }
          .four__item-text ul li:last-child {
            margin-bottom: 0; }
          .four__item-text ul li:after {
            content: '';
            position: absolute;
            left: 0;
            top: .7rem;
            width: .8rem;
            height: .8rem;
            border-radius: 100%;
            background: #E9068E; }
            @media (min-width: 48em) {
              .four__item-text ul li:after {
                top: .7rem;
                width: 1rem;
                height: 1rem; } }
          .four__item-text ul li.small {
            color: #808080;
            font-size: 1.2rem; }
            .four__item-text ul li.small:after {
              display: none; }

.fifth {
  padding: 4rem 0; }
  @media (min-width: 48em) {
    .fifth {
      padding: 6rem 0; } }
  .fifth--wrapper {
    margin: 0 auto;
    max-width: 67rem; }
    .fifth--wrapper h1 {
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 3rem; }
      @media (min-width: 48em) {
        .fifth--wrapper h1 {
          font-size: 3.2rem;
          margin-bottom: 4rem; } }
  .fifth__video {
    width: 95%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 48em) {
      .fifth__video {
        width: 100%;
        margin: 0; } }
    .fifth__video-poster {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 1;
      pointer-events: all;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .fifth__video-poster.active {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .fifth__video-poster button {
        cursor: pointer;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10rem;
        height: 10rem;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.7); }
        @media (min-width: 48em) {
          .fifth__video-poster button {
            width: 12rem;
            height: 12rem; } }
        .fifth__video-poster button svg {
          position: absolute;
          left: .4rem;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: 10;
          font-size: 3rem;
          color: #E9068E; }
          @media (min-width: 48em) {
            .fifth__video-poster button svg {
              font-size: 3.4rem;
              left: .5rem; } }
        .fifth__video-poster button:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 70%;
          height: 70%;
          border-radius: 100%;
          background: -o-radial-gradient(50% 50%, 50% 50%, #FCF0F7 0%, #FEFEFE 100%);
          background: radial-gradient(50% 50% at 50% 50%, #FCF0F7 0%, #FEFEFE 100%);
          -webkit-box-shadow: 0px 0px 67px -9px #ECEBFA;
                  box-shadow: 0px 0px 67px -9px #ECEBFA; }
    .fifth__video-player {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .fifth__video-player.active {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .fifth__video:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }

.sixth {
  padding: 0 0 5rem 0; }
  @media (min-width: 48em) {
    .sixth {
      padding: 5rem 0; } }
  .sixth--wrapper {
    margin: 0 auto;
    max-width: 105rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .sixth--wrapper {
        padding: 0; } }
    .sixth--wrapper .accordion {
      margin-bottom: 1rem; }
      .sixth--wrapper .accordion.active .accordion-title:after {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .sixth--wrapper .accordion-title {
        cursor: pointer;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
        font-size: 1.6rem;
        background: #F5F3FC;
        border-radius: 5rem;
        padding: 1.5rem 6.5rem 1.5rem 3rem;
        margin-bottom: 2rem;
        position: relative; }
        @media (min-width: 48em) {
          .sixth--wrapper .accordion-title {
            height: 7rem;
            padding: 0 4rem;
            font-size: 1.8rem; } }
        .sixth--wrapper .accordion-title:after {
          content: '';
          position: absolute;
          right: 2.5rem;
          top: -.5rem;
          bottom: 0;
          margin: auto;
          width: 2rem;
          height: 2rem;
          background: url("../img/arrow.png") no-repeat center center;
          background-size: cover;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          @media (min-width: 48em) {
            .sixth--wrapper .accordion-title:after {
              top: 0;
              width: 2.5rem;
              height: 2.5rem;
              background: url("../img/arrow.png") no-repeat center center;
              background-size: inherit; } }
      .sixth--wrapper .accordion-desc {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        max-height: 0;
        overflow: hidden;
        padding-left: 3rem; }
        @media (min-width: 48em) {
          .sixth--wrapper .accordion-desc {
            padding-left: 4rem; } }
        .sixth--wrapper .accordion-desc h4 {
          color: #000;
          font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
          font-size: 1.6rem;
          margin-top: 3rem;
          margin-bottom: 2rem; }
        .sixth--wrapper .accordion-desc p {
          font-size: 1.6rem;
          line-height: 170%;
          margin-bottom: 1.5rem; }
          .sixth--wrapper .accordion-desc p.small {
            color: #808080;
            font-size: 1.2rem; }
        .sixth--wrapper .accordion-desc ul {
          margin-bottom: 3rem; }
          .sixth--wrapper .accordion-desc ul li {
            font-size: 1.5rem;
            line-height: 140%;
            position: relative;
            padding-left: 2.5rem;
            margin-bottom: 1.5rem; }
            @media (min-width: 48em) {
              .sixth--wrapper .accordion-desc ul li {
                font-size: 1.6rem;
                padding-left: 4rem;
                margin-bottom: 2rem; } }
            .sixth--wrapper .accordion-desc ul li:last-child {
              margin-bottom: 0; }
            .sixth--wrapper .accordion-desc ul li:after {
              content: '';
              position: absolute;
              left: 0;
              top: .7rem;
              width: .75rem;
              height: .75rem;
              border-radius: 100%;
              background: #E9068E; }
            .sixth--wrapper .accordion-desc ul li.small {
              color: #808080;
              font-size: 1.2rem; }
              .sixth--wrapper .accordion-desc ul li.small:after {
                display: none; }

.seventh {
  padding-bottom: 5rem; }
  @media (min-width: 48em) {
    .seventh {
      padding-bottom: 7.5rem; } }
  .seventh--wrapper {
    margin: 0 auto;
    max-width: 120rem; }
    .seventh--wrapper h1 {
      text-align: center;
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 3.2rem; }
  .seventh__items {
    margin-top: 3rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .seventh__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 5rem;
        padding: 0; } }
  .seventh__item {
    width: 100%;
    border-radius: 8px;
    padding: 2.5rem 2rem 2rem;
    background: #F5F3FC;
    margin-bottom: 2rem; }
    @media (min-width: 48em) {
      .seventh__item {
        width: 48.5%;
        margin-bottom: 0;
        padding: 3rem 5rem 2rem; } }
    .seventh__item:last-child {
      margin-bottom: 0; }
    .seventh__item h2 {
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 2.1rem;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .seventh__item h2 {
          font-size: 2.8rem;
          margin-bottom: 2.5rem; } }
    .seventh__item div {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px dashed #553182;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
      .seventh__item div:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .seventh__item div span, .seventh__item div p {
        width: 50%; }
      .seventh__item div span {
        font-weight: 600;
        font-size: 1.6rem; }
        @media (min-width: 48em) {
          .seventh__item div span {
            white-space: nowrap; } }
      .seventh__item div p {
        padding-left: 2rem;
        font-size: 1.5rem;
        text-align: right; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 7rem;
  z-index: 1001;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .header.fix {
    background: rgba(255, 255, 255, 0.9); }
  @media (min-width: 48em) {
    .header {
      position: absolute;
      height: 8rem; } }
  .header--wrapper {
    height: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1100px;
    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; }
  .header__logo img {
    width: 15rem; }
    @media (min-width: 48em) {
      .header__logo img {
        width: auto; } }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__menu .toggle {
      display: block; }
      @media (min-width: 48em) {
        .header__menu .toggle {
          display: none; } }
    .header__menu ul.menu {
      margin-right: 3rem;
      display: none; }
      @media (min-width: 48em) {
        .header__menu ul.menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .header__menu ul.lang li {
      margin-right: 1.5rem;
      position: relative; }
      .header__menu ul.lang li:first-child:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1rem;
        margin: auto;
        width: .1rem;
        height: 1.5rem;
        background: #000; }
    .header__menu ul li {
      margin-right: 3rem;
      display: inline-block; }
      .header__menu ul li a {
        color: #000;
        font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
        font-size: 1.7rem; }
        @media (min-width: 48em) {
          .header__menu ul li a {
            font-size: 1.5rem; } }
        .header__menu ul li a.active {
          color: #E9068E; }
        .header__menu ul li a:hover {
          color: #E9068E; }
  .header__lang li {
    display: inline-block; }

.mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  padding: 0 1.5rem;
  padding-top: 7rem;
  padding-bottom: 10rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none; }
  .mobile.active {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: all; }
  .mobile--wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .mobile--wrapper ul li a {
      color: #553182;
      display: block;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 2.1rem;
      padding: 2rem 0; }
    .mobile--wrapper button {
      position: absolute;
      bottom: 2rem; }

.footer {
  padding: 3rem 0;
  background: #F5F3FC; }
  .footer--wrapper {
    margin: 0 auto;
    max-width: 115rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .footer--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer__logo img {
    width: auto; }
  .footer__contacts {
    margin-top: 3rem; }
    @media (min-width: 48em) {
      .footer__contacts {
        margin-top: 0; } }
    .footer__contacts.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__contacts div {
      display: block; }
      .footer__contacts div:last-child {
        margin-left: 2.5rem; }
    .footer__contacts span {
      display: block;
      font-size: 1.5rem; }
    .footer__contacts a {
      color: #000;
      font-weight: 600;
      font-size: 2.1rem; }
      @media (min-width: 48em) {
        .footer__contacts a {
          font-size: 2.4rem; } }
      .footer__contacts a:hover {
        text-decoration: underline; }
    .footer__contacts p {
      color: #808080;
      font-size: 1.5rem; }
  .footer__notice {
    width: 100%;
    text-align: left;
    padding-top: 3rem; }
    @media (min-width: 48em) {
      .footer__notice {
        text-align: center; } }
    .footer__notice p {
      color: #808080;
      font-size: 1.25rem; }
      .footer__notice p.kz {
        font-size: 1.15rem; }
      .footer__notice p br {
        display: none; }
        @media (min-width: 48em) {
          .footer__notice p br {
            display: block; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1002;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .modal button.close {
    position: fixed;
    right: .5rem;
    top: 2.75rem;
    background: none;
    cursor: pointer;
    z-index: 100; }
    @media (min-width: 48em) {
      .modal button.close {
        right: 4rem;
        top: 2.5rem; } }
    @media (min-width: 75em) {
      .modal button.close {
        right: 2.5rem;
        top: 2.5rem; } }
    @media (min-width: 87.5em) {
      .modal button.close {
        right: 4rem;
        top: 2.5rem; } }
    .modal button.close svg {
      color: #E9068E;
      font-size: 2.1rem; }
      @media (min-width: 48em) {
        .modal button.close svg {
          font-size: 2.5rem; } }
      @media (min-width: 75em) {
        .modal button.close svg {
          font-size: 2.2rem; } }
      @media (min-width: 87.5em) {
        .modal button.close svg {
          font-size: 2.5rem; } }
  .modal--wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 2.5rem 3rem 2.5rem 1.5rem; }
    @media (min-width: 48em) {
      .modal--wrapper {
        max-width: 150rem;
        padding: 4rem 3rem; } }
  .modal__title {
    width: 100%;
    color: #553182;
    font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 4rem; }
    @media (min-width: 48em) {
      .modal__title {
        font-size: 3.2rem; } }
  .modal__items {
    margin-bottom: 5rem; }
    @media (min-width: 48em) {
      .modal__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 7.5rem; } }
    .modal__items:last-child {
      margin-bottom: 0; }
  .modal__item {
    width: 100%;
    margin-bottom: 5rem; }
    @media (min-width: 48em) {
      .modal__item {
        width: 32%;
        margin-bottom: 0; } }
    .modal__item:last-child {
      margin-bottom: 0; }
    .modal__item.fiol span,
    .modal__item.fiol h2 {
      color: #553182; }
    .modal__item.fiol ul li:after {
      border-bottom: 1px dashed #553182; }
    .modal__item.pink span,
    .modal__item.pink h2 {
      color: #E9068E; }
    .modal__item.pink ul li:after {
      border-bottom: 1px dashed #E9068E; }
    .modal__item.blue span,
    .modal__item.blue h2 {
      color: #009CD7; }
    .modal__item.blue ul li:after {
      border-bottom: 1px dashed #009CD7; }
    .modal__item h2 {
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 1.6rem; }
      @media (min-width: 48em) {
        .modal__item h2 {
          font-size: 1.8rem; } }
    .modal__item ul {
      margin-top: 2rem;
      margin-left: -1.5rem; }
      @media (min-width: 48em) {
        .modal__item ul {
          margin-left: -2rem; } }
      .modal__item ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        margin-bottom: 1rem; }
        .modal__item ul li:after {
          content: '';
          position: absolute;
          width: 100%;
          top: 1.2rem; }
        .modal__item ul li span,
        .modal__item ul li p {
          position: relative;
          z-index: 10;
          background: #fff;
          padding: 0 1.5rem; }
          @media (min-width: 48em) {
            .modal__item ul li span,
            .modal__item ul li p {
              padding: 0 2rem; } }
        .modal__item ul li span {
          font-weight: 600;
          font-size: 1.5rem; }
        .modal__item ul li p {
          color: #000;
          max-width: 15rem;
          font-size: 1.5rem;
          text-align: right; }
          @media (min-width: 48em) {
            .modal__item ul li p {
              max-width: none;
              white-space: nowrap;
              text-align: right; } }
          .modal__item ul li p br {
            display: none; }
            @media (min-width: 48em) {
              .modal__item ul li p br {
                display: block; } }

/* Burger Icon */
.toggle {
  width: 4rem;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0 .5rem; }
  .toggle input {
    display: none; }
    .toggle input:checked + label:before {
      -webkit-animation: animationOne 1s ease forwards;
      animation: animationOne 1s ease forwards; }
    .toggle input:checked + label:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 100%;
      height: 0.3rem;
      border-radius: 10px;
      background: #553182; }
    .toggle input:checked + label:after {
      -webkit-animation: animationTwo 1s ease forwards;
      animation: animationTwo 1s ease forwards; }
    .toggle input:checked + label .burger:before {
      -webkit-animation: animationBurgerTop 1s ease forwards;
      animation: animationBurgerTop 1s ease forwards; }
    .toggle input:checked + label .burger:after {
      -webkit-animation: animationBurgerBottom 1s ease forwards;
      animation: animationBurgerBottom 1s ease forwards; }
  .toggle label {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    cursor: pointer;
    background: transparent; }
    .toggle label:before, .toggle label:after {
      content: '';
      position: absolute;
      margin-top: -2px;
      border-radius: 10px;
      background: #553182;
      top: 50%;
      width: 100%;
      height: 0.3rem; }
    .toggle label:before {
      -webkit-animation: animationOneReverse 1s ease forwards;
      animation: animationOneReverse 1s ease forwards; }
    .toggle label:after {
      -webkit-animation: animationTwoReverse 1s ease forwards;
      animation: animationTwoReverse 1s ease forwards; }
    .toggle label .burger:before, .toggle label .burger:after {
      content: '';
      position: absolute;
      width: 100%;
      border-radius: 2px;
      background: #553182;
      height: 0.3rem; }
    .toggle label .burger:before {
      top: 0.9rem;
      -webkit-animation: animationBurgerTopReverse 1s ease forwards;
      animation: animationBurgerTopReverse 1s ease forwards; }
    .toggle label .burger:after {
      bottom: 1rem;
      -webkit-animation: animationBurgerBottomReverse 1s ease forwards;
      animation: animationBurgerBottomReverse 1s ease forwards; }

@-webkit-keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes animationOne {
  0%, 50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg); } }

@keyframes animationOne {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); } }

@-webkit-keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes animationTwo {
  0%, 50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg); } }

@keyframes animationTwo {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); } }

@-webkit-keyframes animationBurgerTopReverse {
  0%, 50% {
    -webkit-transform: translateY(0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerTopReverse {
  0%, 50% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(0.9rem);
    opacity: 0; } }

@keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 0; } }

@-webkit-keyframes animationBurgerBottomReverse {
  0%, 50% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerBottomReverse {
  0%, 50% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 0; } }

@keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 0; } }
