/* 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: "SundayK-Regular";
  font-display: swap;
  src: url("../fonts/SundayK-Regular.woff") format("woff"), url("../fonts/SundayK-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@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; }

.start {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  padding: 10% 0;
  overflow-x: auto;
  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; }
  .start.not-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; }
  .start--wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 3.5rem 0;
    background: #fff; }
    @media (min-width: 48em) {
      .start--wrapper {
        width: 100rem;
        margin: 0 auto;
        padding: 5rem 0; } }
  .start--close {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: -2rem;
    background: transparent; }
    @media (min-width: 48em) {
      .start--close {
        top: -.5rem;
        right: -5rem;
        -webkit-transform: translateX(100%) translateY(-100%);
            -ms-transform: translateX(100%) translateY(-100%);
                transform: translateX(100%) translateY(-100%); } }
    .start--close svg {
      font-size: 2rem;
      color: #E9068E; }
      @media (min-width: 48em) {
        .start--close svg {
          font-size: 2.6rem; } }
  .start__item {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem; }
    @media (min-width: 48em) {
      .start__item {
        padding: 0; } }
    .start__item h1 {
      color: #D07392;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2rem;
      margin-bottom: 3rem; }
      @media (min-width: 48em) {
        .start__item h1 {
          font-size: 3rem;
          margin-bottom: 3rem; } }
    .start__item p {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .start__item p {
          font-size: 1.6rem;
          margin-bottom: 1.5rem; } }
      .start__item p:last-child {
        margin-bottom: 0; }
    .start__item button.go {
      width: 17rem;
      line-height: 4rem;
      height: 4.5rem;
      display: block;
      cursor: pointer;
      color: #fff;
      font-size: 1.4rem;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      margin-top: 2rem;
      border-radius: 4rem;
      background: -webkit-gradient(linear, left top, right top, from(#F391BC), color-stop(105.33%, #00B6F1));
      background: -o-linear-gradient(left, #F391BC 0%, #00B6F1 105.33%);
      background: linear-gradient(90deg, #F391BC 0%, #00B6F1 105.33%); }
      @media (min-width: 48em) {
        .start__item button.go {
          width: 24rem;
          height: 5.7rem;
          margin: 0 auto;
          font-size: 1.6rem;
          margin-top: 3rem; } }

.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background: #F6E5EC; }
  @media (min-width: 48em) {
    .first {
      height: 80vh;
      min-height: 70rem; } }
  .first--info {
    width: 100%;
    overflow: hidden; }
    @media (min-width: 48em) {
      .first--info {
        width: 99rem;
        margin: 0 auto;
        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;
        position: relative; } }
    .first--info-title {
      width: 100%;
      margin-bottom: 3.5rem; }
      .first--info-title h1 {
        color: #000;
        font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
        font-size: 2.1rem;
        text-align: center;
        text-transform: uppercase; }
        @media (min-width: 48em) {
          .first--info-title h1 {
            font-size: 2.8rem; } }
        .first--info-title h1 br {
          display: none; }
          @media (min-width: 48em) {
            .first--info-title h1 br {
              display: block; } }
    .first--info-left, .first--info-right {
      width: 95%;
      margin: 0 auto;
      margin-top: 2rem; }
      @media (min-width: 48em) {
        .first--info-left, .first--info-right {
          width: 30%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -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;
          margin: 0;
          margin-top: 0; } }
    .first--info-right {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .first--info-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 1rem;
      text-align: center; }
      @media (min-width: 48em) {
        .first--info-image {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 32rem; } }
      .first--info-image img {
        display: block;
        margin: 0 auto;
        left: 0;
        -webkit-transform: translateX(16%);
            -ms-transform: translateX(16%);
                transform: translateX(16%); }
      .first--info-image span {
        position: relative;
        color: #fff;
        width: 24rem;
        height: 3.5rem;
        margin: 0 auto;
        line-height: 3.25rem;
        display: inline-block;
        border-radius: 3rem;
        font-size: 1.6rem;
        font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        background: -webkit-gradient(linear, left top, right top, from(#F391BC), color-stop(105.33%, #00B6F1));
        background: -o-linear-gradient(left, #F391BC 0%, #00B6F1 105.33%);
        background: linear-gradient(90deg, #F391BC 0%, #00B6F1 105.33%); }
        @media (min-width: 48em) {
          .first--info-image span {
            top: 2rem; } }
        .first--info-image span.kz {
          width: 30rem;
          font-size: 1.4rem; }
    .first--info-item {
      color: #fff;
      padding: 1.5rem;
      text-align: center;
      width: 100%;
      font-size: 1.5rem;
      position: relative;
      border-radius: 1rem;
      background: #9283BE;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .first--info-item {
          max-width: 26rem; } }
      .first--info-item:last-child {
        margin-bottom: 0; }
      .first--info-item.item-1:before {
        top: 4.5rem;
        right: -1.5rem;
        -webkit-transform: translateX(100%) rotate(20deg);
            -ms-transform: translateX(100%) rotate(20deg);
                transform: translateX(100%) rotate(20deg); }
      .first--info-item.item-2 {
        width: 100%; }
        @media (min-width: 48em) {
          .first--info-item.item-2 {
            max-width: 32rem; } }
        .first--info-item.item-2:before {
          top: 6rem;
          right: -2rem;
          width: 6rem;
          -webkit-transform: translateX(100%);
              -ms-transform: translateX(100%);
                  transform: translateX(100%); }
      .first--info-item.item-3:before {
        top: 3rem;
        right: -2rem;
        width: 6.5rem;
        -webkit-transform: translateX(100%) rotate(-20deg);
            -ms-transform: translateX(100%) rotate(-20deg);
                transform: translateX(100%) rotate(-20deg); }
      .first--info-item.item-4 {
        width: 100%; }
        @media (min-width: 48em) {
          .first--info-item.item-4 {
            max-width: 35rem; } }
        .first--info-item.item-4:before {
          top: 6rem;
          right: auto;
          left: -2rem;
          width: 6.5rem;
          -webkit-transform: translateX(-100%) rotate(-20deg);
              -ms-transform: translateX(-100%) rotate(-20deg);
                  transform: translateX(-100%) rotate(-20deg); }
      .first--info-item.item-5:before {
        top: 3rem;
        right: auto;
        left: -2rem;
        width: 6.5rem;
        -webkit-transform: translateX(-100%) rotate(20deg);
            -ms-transform: translateX(-100%) rotate(20deg);
                transform: translateX(-100%) rotate(20deg); }
      .first--info-item b {
        text-transform: uppercase; }
      .first--info-item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        border: 2px dotted #fff;
        border-radius: 1rem; }
      .first--info-item:before {
        content: '';
        display: none;
        position: absolute;
        width: 6.5rem;
        height: .1rem;
        border-bottom: 2px dotted #9283BE; }
        @media (min-width: 48em) {
          .first--info-item:before {
            display: block; } }
    .first--info-notice {
      margin: 0 auto;
      margin-top: 5rem;
      width: 95%;
      color: #fff;
      padding: 1.5rem;
      text-align: center;
      font-size: 1.3rem;
      position: relative;
      border-radius: 1rem;
      background: #58A5D3; }
      @media (min-width: 48em) {
        .first--info-notice {
          width: 100%;
          margin: 0;
          margin-top: 7.5rem; } }
      .first--info-notice:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        border: 2px dotted #fff;
        border-radius: 1rem; }
      .first--info-notice p br {
        display: none; }
        @media (min-width: 48em) {
          .first--info-notice p br {
            display: block; } }

.contacts {
  padding: 6.5rem 0; }
  .contacts--wrapper {
    margin: 0 auto;
    max-width: 83rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .contacts--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; } }
  .contacts__left img {
    width: 60%;
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .contacts__left img {
        width: auto;
        margin: 0;
        margin-bottom: 1.5rem; } }
  .contacts__left p {
    text-align: center; }
    .contacts__left p.title {
      color: #553182;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .contacts__left p.title {
          font-size: 3.2rem; } }
    .contacts__left p.desc {
      font-size: 1.5rem; }
  .contacts__right {
    margin-top: 3rem; }
    @media (min-width: 48em) {
      .contacts__right {
        margin-top: 0; } }
    .contacts__right h1 {
      color: #553182;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      line-height: 120%;
      text-align: center;
      margin-bottom: 2.5rem;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .contacts__right h1 {
          font-size: 3.4rem;
          margin-bottom: 3rem; } }
    .contacts__right div.phone {
      text-align: center;
      margin-bottom: 1rem; }
      .contacts__right div.phone:last-child {
        margin-bottom: 0; }
      .contacts__right div.phone a {
        color: #000;
        font-weight: 600;
        font-size: 2.1rem; }
        @media (min-width: 48em) {
          .contacts__right div.phone a {
            font-size: 3.2rem; } }
      .contacts__right div.phone span {
        display: block;
        color: #808080;
        font-size: 1.5rem;
        margin-top: -.25rem; }
        @media (min-width: 48em) {
          .contacts__right div.phone span {
            font-size: 1.6rem;
            margin-top: -.5rem; } }
    .contacts__right div.time {
      display: block;
      margin: 0 auto;
      margin-top: 3rem;
      max-width: 35rem;
      font-size: 1.5rem;
      text-align: center; }
      .contacts__right div.time.kz {
        max-width: 40rem; }
      .contacts__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; }
      .contacts__right div.time__item {
        padding: 0 2rem; }
        .contacts__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; }
        .contacts__right div.time__item-left {
          position: relative; }
          .contacts__right div.time__item-left:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: .1rem;
            height: 80%;
            margin: auto;
            background: #553182; }
          .contacts__right div.time__item-left p {
            font-size: 1.4rem; }
            @media (min-width: 48em) {
              .contacts__right div.time__item-left p {
                font-size: 1.5rem; } }
        .contacts__right div.time__item-right p {
          font-size: 1.8rem; }
          @media (min-width: 48em) {
            .contacts__right div.time__item-right p {
              font-size: 2.4rem; } }
          .contacts__right div.time__item-right p.kz {
            font-size: 1.8rem; }
            @media (min-width: 48em) {
              .contacts__right div.time__item-right p.kz {
                font-size: 2rem; } }
  .contacts__bottom {
    width: 100%;
    padding-top: 4rem; }
    .contacts__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: "SundayK-Regular", Helvetica, Arial, sans-serif;
      background: -webkit-gradient(linear, left top, right top, from(#F391BC), color-stop(105.33%, #00B6F1));
      background: -o-linear-gradient(left, #F391BC 0%, #00B6F1 105.33%);
      background: linear-gradient(90deg, #F391BC 0%, #00B6F1 105.33%);
      text-transform: uppercase;
      border-radius: 5rem; }
      @media (min-width: 48em) {
        .contacts__bottom a {
          width: 30rem;
          height: 6.5rem;
          font-size: 2.4rem;
          padding-bottom: .5rem; } }
      .contacts__bottom a:hover {
        background: -webkit-gradient(linear, left top, right top, from(#ae6183), color-stop(105.33%, #029ecf));
        background: -o-linear-gradient(left, #ae6183 0%, #029ecf 105.33%);
        background: linear-gradient(90deg, #ae6183 0%, #029ecf 105.33%); }
      .contacts__bottom a.kz {
        width: 30rem;
        font-size: 2rem;
        text-align: center; }
        @media (min-width: 48em) {
          .contacts__bottom a.kz {
            width: 35rem;
            font-size: 2.1rem; } }

.product {
  padding: 5rem 0 4rem; }
  @media (min-width: 48em) {
    .product {
      padding: 7.5rem 0 10rem; } }
  .product--wrapper {
    margin: 0 auto;
    max-width: 105rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .product--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product__right {
    width: 100%;
    padding: 3rem 1.5rem; }
    @media (min-width: 48em) {
      .product__right {
        width: 75%;
        padding: 0;
        padding-left: 10%; } }
    .product__right h2 {
      color: #553182;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      margin-bottom: 1.5rem;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .product__right h2 {
          font-size: 3.2rem; } }
      .product__right h2.blue {
        color: #58A5D5; }
      .product__right h2.pink {
        color: #D07392; }
    .product__right p {
      font-size: 1.5rem;
      line-height: 145%;
      margin-bottom: 1.25rem; }
      @media (min-width: 48em) {
        .product__right p {
          font-size: 1.7rem; } }
      .product__right p:last-child {
        margin-bottom: 0; }
    .product__right h3 {
      color: #553182;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2.2rem;
      margin-top: 3rem;
      margin-bottom: 1.5rem;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .product__right h3 {
          font-size: 2.6rem; } }
      .product__right h3.blue {
        color: #58A5D5; }
      .product__right h3.pink {
        color: #D07392; }
    .product__right a {
      display: inline-block;
      margin-top: 1rem;
      color: #553182;
      font-family: "K_RotondaC-Bold", Helvetica, Arial, sans-serif;
      font-size: 1.8rem;
      text-decoration: underline; }
      .product__right a.blue {
        color: #58A5D5; }
      .product__right a.pink {
        color: #D07392; }
      .product__right a:hover {
        color: #D07392;
        text-decoration: none; }
    .product__right ul {
      margin-left: 2rem;
      margin-top: 2rem; }
      .product__right ul.blue li:after {
        background: #58A5D5; }
      .product__right ul.pink li:after {
        background: #d07392; }
      .product__right ul li {
        font-size: 1.6rem;
        position: relative;
        padding-left: 4rem;
        margin-bottom: 1.25rem; }
        @media (min-width: 48em) {
          .product__right ul li {
            font-size: 1.6rem;
            padding-left: 3rem;
            margin-bottom: 1.5rem; } }
        .product__right ul li:last-child {
          margin-bottom: 0; }
        .product__right ul li:after {
          content: '';
          position: absolute;
          left: 0;
          top: .7rem;
          width: .8rem;
          height: .8rem;
          border-radius: 100%;
          background: #E9068E; }
          @media (min-width: 48em) {
            .product__right ul li:after {
              top: .75rem;
              width: .8rem;
              height: .8rem; } }
  .product__left {
    width: 100%;
    position: relative; }
    @media (min-width: 48em) {
      .product__left {
        width: 61%; } }
    .product__left-bsquare {
      position: absolute;
      left: 50%;
      right: 0;
      top: 50%;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      @media (min-width: 48em) {
        .product__left-bsquare {
          width: 53rem;
          height: 53rem; } }
      .product__left-bsquare.blue {
        background: url("../img/square.svg") no-repeat center center;
        background-size: cover; }
      .product__left-bsquare.pink {
        background: url("../img/square2.svg") no-repeat center center;
        background-size: cover; }
    .product__left:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .product__left img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 55%; }
      @media (min-width: 48em) {
        .product__left img {
          max-width: 68%; } }
    .product__left .product {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .product__left .product:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .product__left .product__slider {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        height: 100%; }
        .product__left .product__slider .slick-list, .product__left .product__slider .slick-slide, .product__left .product__slider .slick-track {
          height: 100%; }
        .product__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%; }
        .product__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; }
        .product__left .product__slider .slick-next {
          right: 0;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .product__left .product__slider .slick-prev {
          left: 0; }
      .product__left .product__slide img {
        display: block;
        margin: 0 auto; }
      .product__left .product__slide span {
        margin-top: 2rem;
        display: block;
        color: #553182;
        text-align: center;
        font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
        font-size: 1.8rem; }

.recommendation {
  padding: 5rem 0;
  background: #F5F3FC; }
  @media (min-width: 48em) {
    .recommendation {
      padding: 7.5rem 0; } }
  .recommendation.blue {
    background: #E7F6FF; }
  .recommendation.pink {
    background: #FFF1F6; }
  .recommendation--wrapper {
    margin: 0 auto;
    max-width: 103rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .recommendation--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; } }
  .recommendation__row {
    width: 100%;
    margin-bottom: 6rem; }
    @media (min-width: 48em) {
      .recommendation__row {
        width: 50%;
        padding: 0 3rem;
        margin-bottom: 0; } }
    .recommendation__row:last-child {
      margin-bottom: 0; }
    .recommendation__row.fluid {
      width: 100%;
      margin-bottom: 6rem; }
      @media (min-width: 48em) {
        .recommendation__row.fluid {
          margin-bottom: 7.5rem; } }
  .recommendation__item {
    margin-bottom: 6rem; }
    @media (min-width: 48em) {
      .recommendation__item {
        margin-bottom: 8rem; } }
    .recommendation__item:last-child {
      margin-bottom: 0; }
    .recommendation__item.blue .recommendation__item-title span, .recommendation__item.blue .recommendation__item-title svg {
      color: #58A5D5; }
    .recommendation__item.blue .recommendation__item-text ul li:after {
      background: #58a5dd; }
    .recommendation__item.pink .recommendation__item-title span, .recommendation__item.pink .recommendation__item-title svg {
      color: #D07392; }
    .recommendation__item.pink .recommendation__item-text ul li:after {
      background: #D07392; }
    .recommendation__item-title {
      height: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding-left: 7.5rem; }
      @media (min-width: 48em) {
        .recommendation__item-title {
          height: auto;
          padding-left: 9rem; } }
      .recommendation__item-title span.icon {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 6rem;
        height: 6rem;
        background: #fff;
        border-radius: 100%; }
        @media (min-width: 48em) {
          .recommendation__item-title span.icon {
            width: 7rem;
            height: 7rem; } }
        .recommendation__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) {
            .recommendation__item-title span.icon svg {
              font-size: 5rem; } }
      .recommendation__item-title span.text {
        color: #553182;
        font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
        font-size: 1.6rem;
        text-transform: uppercase; }
        @media (min-width: 48em) {
          .recommendation__item-title span.text {
            font-size: 1.8rem; } }
    .recommendation__item-text {
      margin-top: 2rem; }
      @media (min-width: 48em) {
        .recommendation__item-text {
          margin-top: 3.8rem; } }
      .recommendation__item-text p {
        font-size: 1.5rem;
        margin-bottom: 2rem; }
      .recommendation__item-text ul {
        margin-left: 2.5rem; }
        @media (min-width: 48em) {
          .recommendation__item-text ul {
            margin-left: 3rem; } }
        .recommendation__item-text ul li {
          font-size: 1.5rem;
          line-height: 140%;
          position: relative;
          padding-left: 5rem;
          margin-bottom: 1.5rem; }
          @media (min-width: 48em) {
            .recommendation__item-text ul li {
              padding-left: 6rem;
              margin-bottom: 2rem; } }
          .recommendation__item-text ul li:last-child {
            margin-bottom: 0; }
          .recommendation__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) {
              .recommendation__item-text ul li:after {
                top: .7rem;
                width: 1rem;
                height: 1rem; } }
          .recommendation__item-text ul li.small {
            color: #808080;
            font-size: 1.2rem; }
            .recommendation__item-text ul li.small:after {
              display: none; }
    @media (min-width: 48em) {
      .recommendation__item-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .recommendation__item-flex > p {
      width: 100%;
      margin-top: 3rem;
      font-size: 1.5rem; }
    .recommendation__item-flex > div {
      width: 100%; }
      @media (min-width: 48em) {
        .recommendation__item-flex > div {
          width: 50%; } }
      @media (min-width: 48em) {
        .recommendation__item-flex > div:last-child {
          padding-left: 3rem; } }
    .recommendation__item-flex small {
      margin-top: 2rem;
      display: block;
      color: #3B3B3B;
      font-size: 1.3rem;
      opacity: .6;
      font-style: italic; }
    .recommendation__item-flex .table {
      width: 80rem; }
      @media (min-width: 48em) {
        .recommendation__item-flex .table {
          width: 100%; } }
      .recommendation__item-flex .table__wrapper {
        width: 100%;
        margin-top: 2rem;
        overflow-x: auto;
        padding-left: 0 !important; }
      .recommendation__item-flex .table__head {
        z-index: 100;
        position: relative;
        background: #D07392;
        border-radius: 5rem;
        height: 6rem;
        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; }
        @media (min-width: 48em) {
          .recommendation__item-flex .table__head {
            height: 7rem; } }
        .recommendation__item-flex .table__head > div {
          width: 20%;
          color: #fff;
          text-align: center;
          font-size: 1.3rem; }
          @media (min-width: 48em) {
            .recommendation__item-flex .table__head > div {
              font-size: 1.4rem; } }
      .recommendation__item-flex .table__body {
        position: relative; }
      .recommendation__item-flex .table__line {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        height: 100%;
        background: url("../img/line.png") repeat-x center; }
        .recommendation__item-flex .table__line:nth-child(1) {
          left: 20%; }
        .recommendation__item-flex .table__line:nth-child(2) {
          left: 40%; }
        .recommendation__item-flex .table__line:nth-child(3) {
          left: 60%; }
        .recommendation__item-flex .table__line:nth-child(4) {
          left: 80%; }
      .recommendation__item-flex .table__item {
        background: #FBE4ED;
        border-radius: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .recommendation__item-flex .table__item.first-item {
          height: 10rem;
          margin-top: -5rem;
          padding-top: 5rem; }
        .recommendation__item-flex .table__item:nth-child(even) {
          background: transparent; }
        .recommendation__item-flex .table__item div {
          width: 20%;
          color: #000;
          height: 5.4rem;
          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;
          font-size: 1.4rem; }
          @media (min-width: 48em) {
            .recommendation__item-flex .table__item div {
              font-size: 1.5rem; } }

.video {
  padding: 4rem 0; }
  @media (min-width: 48em) {
    .video {
      padding: 6rem 0; } }
  .video--wrapper {
    margin: 0 auto;
    max-width: 67rem; }
    .video--wrapper h1 {
      color: #553182;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 3rem;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .video--wrapper h1 {
          font-size: 3.2rem;
          margin-bottom: 4rem; } }
  .video__item {
    width: 95%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 48em) {
      .video__item {
        width: 100%;
        margin: 0; } }
    .video__item-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; }
      .video__item-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; }
      .video__item-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) {
          .video__item-poster button {
            width: 12rem;
            height: 12rem; } }
        .video__item-poster button svg {
          position: absolute;
          left: .4rem;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: 10;
          font-size: 3rem;
          color: #D07392; }
          @media (min-width: 48em) {
            .video__item-poster button svg {
              font-size: 3.4rem;
              left: .5rem; } }
        .video__item-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; }
    .video__item-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; }
      .video__item-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; }
    .video__item:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }

.faq {
  padding: 0 0 5rem 0; }
  @media (min-width: 48em) {
    .faq {
      padding: 5rem 0; } }
  .faq--wrapper {
    margin: 0 auto;
    max-width: 105rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .faq--wrapper {
        padding: 0; } }
    .faq--wrapper .accordion {
      margin-bottom: 1rem; }
      .faq--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); }
      .faq--wrapper .accordion-title {
        cursor: pointer;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
        font-size: 1.6rem;
        background: #9283BE;
        border-radius: 5rem;
        text-transform: uppercase;
        padding: 1.5rem 6.5rem 1.5rem 3rem;
        margin-bottom: 2rem;
        position: relative; }
        @media (min-width: 48em) {
          .faq--wrapper .accordion-title {
            height: 7rem;
            padding: 0 4rem;
            font-size: 1.8rem; } }
        .faq--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) {
            .faq--wrapper .accordion-title:after {
              top: 0;
              width: 2.5rem;
              height: 2.5rem;
              background: url("../img/arrow.png") no-repeat center center;
              background-size: inherit; } }
      .faq--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) {
          .faq--wrapper .accordion-desc {
            padding-left: 4rem; } }
        .faq--wrapper .accordion-desc h4 {
          color: #000;
          font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
          font-size: 1.6rem;
          margin-top: 3rem;
          margin-bottom: 2rem; }
        .faq--wrapper .accordion-desc p {
          font-size: 1.6rem;
          line-height: 170%;
          margin-bottom: 1.5rem; }
          .faq--wrapper .accordion-desc p.small {
            color: #808080;
            font-size: 1.2rem; }
        .faq--wrapper .accordion-desc ul {
          margin-bottom: 3rem; }
          .faq--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) {
              .faq--wrapper .accordion-desc ul li {
                font-size: 1.6rem;
                padding-left: 4rem;
                margin-bottom: 2rem; } }
            .faq--wrapper .accordion-desc ul li:last-child {
              margin-bottom: 0; }
            .faq--wrapper .accordion-desc ul li:after {
              content: '';
              position: absolute;
              left: 0;
              top: .7rem;
              width: .7rem;
              height: .7rem;
              border-radius: 100%;
              background: #9283BE; }
            .faq--wrapper .accordion-desc ul li.small {
              color: #808080;
              font-size: 1.2rem; }
              .faq--wrapper .accordion-desc ul li.small:after {
                display: none; }

.buy {
  padding-bottom: 5rem; }
  @media (min-width: 48em) {
    .buy {
      padding-top: 2.5rem;
      padding-bottom: 7.5rem; } }
  .buy--wrapper {
    margin: 0 auto;
    max-width: 120rem; }
    .buy--wrapper h1 {
      text-align: center;
      color: #553182;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 3.2rem; }
  .buy__items {
    margin-top: 3rem;
    padding: 0 1.5rem; }
    @media (min-width: 48em) {
      .buy__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; } }
    .buy__items-row {
      width: 100%;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .buy__items-row {
          width: 48.5%;
          margin-bottom: 0; } }
  .buy__item {
    width: 100%;
    border-radius: 8px;
    padding: 2.5rem 2rem 2rem;
    background: #9283BE;
    margin-bottom: 2rem; }
    @media (min-width: 48em) {
      .buy__item {
        width: 100%;
        margin-bottom: 3rem;
        padding: 3rem 5rem 2rem; } }
    .buy__item:last-child {
      margin-bottom: 0; }
    .buy__item h2 {
      color: #fff;
      font-family: "SundayK-Regular", Helvetica, Arial, sans-serif;
      font-size: 2.1rem;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .buy__item h2 {
          font-size: 2.8rem;
          margin-bottom: 3rem; } }
    .buy__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 #fff;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
      .buy__item div:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .buy__item div span, .buy__item div p {
        width: 50%; }
      .buy__item div span {
        color: #fff;
        font-weight: 600;
        font-size: 1.6rem; }
        @media (min-width: 48em) {
          .buy__item div span {
            white-space: nowrap; } }
      .buy__item div p {
        color: #fff;
        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: 5px;
        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: "SundayK-Regular", 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: "SundayK-Regular", 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: "SundayK-Regular", 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: "SundayK-Regular", 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; } }
