@charset "UTF-8";
/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  background: #fff;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #171717;
  position: relative;
  scroll-behavior: smooth;
  font-size: 1.6rem !important;
  line-height: 1.5;
}

/*MAIN*/
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;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  background: #fff;
  font-size: 10px !important;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea, select, button {
  font-family: "Montserrat", Arial, sans-serif;
}

input,
textarea {
  color: #171717;
  font-family: "Montserrat", Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #4DB5B2;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

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

strong {
  font-weight: 700;
}

.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 1440px) and (min-width: 768px), (max-width: 374px) {
  html {
    font-size: 9px !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  body {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot");
  src: url("../fonts/icomoon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-afternoon:before {
  content: "\e900";
}

.icon-caret:before, .main-menu .menu-item-has-children > a:before, .main-menu .menu-item-has-children > span:before {
  content: "\e901";
}

.icon-check:before, .ms-drop ul > li.multiple span:before, .ms-select-all span:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-evening:before {
  content: "\e904";
}

.icon-morning:before {
  content: "\e905";
}

.icon-next:before {
  content: "\e906";
}

.icon-prev:before {
  content: "\e907";
}

.icon-shevron:before {
  content: "\e908";
}

.icon-time:before {
  content: "\e909";
}

.icon-zoom:before {
  content: "\e90a";
}

/* Slider */
.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;
}
.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);
          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 {
  vertical-align: top;
}
.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 {
  border: 1px solid rgba(77, 181, 178, 0.5);
  padding: 1px 0;
  position: absolute;
  width: 11rem;
  height: 11rem;
  left: -5.5rem;
  top: 50%;
  margin-top: -5.5rem;
  background: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 2;
  color: #000;
  font-size: 4.2rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: border-color 0.3s ease-in, color 0.3s ease-in;
  transition: border-color 0.3s ease-in, color 0.3s ease-in;
}
.slick-arrow i {
  display: inline-block;
  position: relative;
}

.web .slick-arrow:hover {
  color: #4DB5B2;
  border-color: #4DB5B2;
}

.slick-next {
  right: -6rem;
  left: auto;
}

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

.slick-dots {
  text-align: center;
  list-style: none;
  margin: 6.6rem 10rem 0;
}
.slick-dots li {
  display: inline-block;
  margin: 5px 8px;
  position: relative;
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
}
.slick-dots button {
  width: 0.4rem;
  height: 0.4rem;
  text-indent: -99999px;
  font-size: 0;
  padding: 0;
  background: transparent;
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  border: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  position: relative;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.slick-dots button:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(154, 154, 154, 0.6);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots .slick-active button {
  width: 6.9rem;
}
.slick-dots .slick-active button:before {
  height: 0.2rem;
  width: 100%;
  background: #4DB5B2;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.slick-disabled, .slick-disabled:hover {
  cursor: default;
  opacity: 0.2;
}

@media screen and (max-width: 1440px) {
  .slick-arrow {
    font-size: 3.7rem;
    width: 9rem;
    height: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  .slick-arrow {
    font-size: 3.5rem;
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 6rem;
    height: 6rem;
  }

  .slick-dots .slick-active button {
    width: 4.9rem;
  }
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}

.ms-parent {
  max-width: 100%;
  width: 100%;
  position: relative;
  vertical-align: middle;
}
.ms-parent.opened .ms-choice, .ms-parent.opened .calendar-trigger {
  -webkit-border-radius: 1rem 1rem 0 0;
          border-radius: 1rem 1rem 0 0;
  border-bottom: 0;
}

.ms-choice, .calendar-trigger {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(77, 181, 178, 0.5);
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  padding: 0 4.9rem 0 2.9rem;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  height: 6rem;
  line-height: 5.8rem;
  color: #171717;
}

.ms-choice.disabled, .disabled.calendar-trigger {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span, .calendar-trigger > span {
  padding-right: 6px;
}

.ms-choice > div.icon-close, .calendar-trigger > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px;
}

.ms-choice > div.icon-close:before, .calendar-trigger > div.icon-close:before {
  content: "×";
  color: #888;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}

.ms-choice > div.icon-close:hover:before, .calendar-trigger > div.icon-close:hover:before {
  color: #333;
}

.ms-choice > div.icon-caret, .calendar-trigger > div.icon-caret {
  position: absolute;
  font-family: icommon;
  top: 50%;
  right: 2.4rem;
  color: #171717;
  font-family: "icomoon";
  margin-top: -0.7rem;
  font-size: 1.5rem;
  display: block;
}

.ms-choice > div.icon-caret.open, .calendar-trigger > div.icon-caret.open {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-top: -6px;
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  -webkit-border-radius: 0 0 1rem 1rem;
          border-radius: 0 0 1rem 1rem;
  border: 1px solid rgba(77, 181, 178, 0.5);
  padding: 1.5rem 0 1.3rem;
}

.ms-drop.bottom {
  top: 100%;
}

.ms-drop.top {
  bottom: 100%;
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  max-height: 260px;
  padding: 0;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 0.3rem 2.9rem;
}

.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  cursor: default;
}

.ms-drop ul > li.multiple {
  display: block;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  padding-left: 0;
  width: 100%;
  display: block;
  /*      white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; */
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.ms-drop ul > li.multiple label:hover {
  color: #4DB5B2;
}

.ms-drop ul > li label {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-drop ul > li.hide-radio {
  padding: 0;
}

.ms-drop ul > li.hide-radio:focus span, .ms-drop ul > li.hide-radio:hover span {
  color: #E72D2B;
}

.ms-drop ul > li.hide-radio label {
  padding: 6px 18px;
}
.ms-drop ul > li.hide-radio label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #171717;
}
.ms-drop ul > li.hide-radio label span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 8px;
}

.ms-drop input[type=radio]:checked + span:before {
  border: 2px solid #E72D2B;
}

.ms-drop ul > li.hide-radio input {
  display: none;
}

.ms-drop ul > li.option-level-1 label {
  padding-left: 28px;
}

.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
  position: absolute;
  margin-top: 0.3rem;
  opacity: 0;
  margin-left: -1.25rem;
}

.ms-drop .ms-no-results {
  display: none;
}

.ms-drop ul > li.multiple label span:after, .ms-select-all label span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: absolute;
  z-index: 0;
}

.ms-drop ul > li.multiple span:before, .ms-select-all span:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  opacity: 0;
  font-size: 1.2rem;
  color: #171717;
  font-family: icomoon;
  z-index: 1;
  opacity: 0;
}

.ms-drop ul > li.selected label span, .ms-select-all input:checked ~ span {
  color: #4DB5B2;
}

@media screen and (max-width: 767px) {
  .ms-choice, .calendar-trigger {
    padding-left: 1.5rem;
  }

  .ms-drop ul > li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  background-position: 50% 0%;
  background-repeat: repeat-y;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.wrapper {
  min-width: 320px;
  max-width: 1370px;
  padding-right: 4rem;
  padding-left: 4rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/* titles */
p {
  padding: 0.6rem 0;
}

h1,
.h1,
h2,
.h2 {
  font-family: "Montserrat", Arial, sans-serif;
  padding: 0;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.16;
  margin-bottom: 2.3rem;
}

h2,
.h2 {
  margin: 0 0 2.5rem;
}

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

.h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  margin: 1.8rem 0 1.3rem;
}

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

/* text position */
.text-left {
  text-align: left !important;
}

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

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

.nowrap {
  white-space: nowrap !important;
}

.center {
  text-align: center;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.btn,
input[type=submit],
button[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84.9%, rgba(228, 246, 238, 0)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, left top, left bottom, from(#B7E0DF), to(#4DB5B2));
  background: -webkit-linear-gradient(top, rgba(228, 246, 238, 0) 84.9%, rgba(255, 255, 255, 0.2) 100%), -webkit-linear-gradient(top, #B7E0DF 0%, #4DB5B2 100%);
  background: -o-linear-gradient(top, rgba(228, 246, 238, 0) 84.9%, rgba(255, 255, 255, 0.2) 100%), -o-linear-gradient(top, #B7E0DF 0%, #4DB5B2 100%);
  background: linear-gradient(180deg, rgba(228, 246, 238, 0) 84.9%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(180deg, #B7E0DF 0%, #4DB5B2 100%);
  -webkit-box-shadow: 0px 0.4rem 0px #188A5F;
          box-shadow: 0px 0.4rem 0px #188A5F;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  border: 0;
  min-height: 7rem;
  padding: 0.2rem 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.btn:before,
input[type=submit]:before,
button[type=submit]:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6927A), to(#ED413D));
  background: -webkit-linear-gradient(top, #F6927A 0%, #ED413D 100%);
  background: -o-linear-gradient(top, #F6927A 0%, #ED413D 100%);
  background: linear-gradient(180deg, #F6927A 0%, #ED413D 100%);
}
.btn span,
input[type=submit] span,
button[type=submit] span {
  position: relative;
  z-index: 1;
}

.web .btn:before,
.web input[type=submit]:before,
.web button[type=submit]:before {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.web .btn:hover,
.web input[type=submit]:hover,
.web button[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.web .btn:hover:before,
.web input[type=submit]:hover:before,
.web button[type=submit]:hover:before {
  opacity: 1;
}

[type=text],
[type=email],
[type=tel],
[type=password],
[type=url],
[type=date],
textarea {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #FFFFFF;
  border: 1px solid rgba(77, 181, 178, 0.5);
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  height: 6rem;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0 2.9rem 0.1rem;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  color: #171717;
  -webkit-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus,
[type=url]:focus,
[type=date]:focus,
textarea:focus {
  border-color: #4DB5B2;
}
[type=text].error, [type=text].error:focus,
[type=email].error,
[type=email].error:focus,
[type=tel].error,
[type=tel].error:focus,
[type=password].error,
[type=password].error:focus,
[type=url].error,
[type=url].error:focus,
[type=date].error,
[type=date].error:focus,
textarea.error,
textarea.error:focus {
  border-color: rgba(207, 72, 40, 0.5);
}

/*@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
	[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="url"],
[type="date"],
textarea {
	padding-top: .2rem;
	padding-bottom: 0
}
}
}*/
textarea {
  padding-top: 1em;
  padding-bottom: 1rem;
  height: 10rem;
  line-height: 2rem;
  resize: none;
}

::-webkit-input-placeholder {
  color: #1A1A1A;
}

::-moz-placeholder {
  color: #1A1A1A;
}

:-moz-placeholder {
  color: #1A1A1A;
}

:-ms-input-placeholder {
  color: #1A1A1A;
}

label.error {
  color: #CF4828;
  font-size: 1.3rem;
  margin: 0.7rem 0 0 0.2rem;
  display: block;
  display: block;
}

.box-field {
  position: relative;
}
.box-field__label {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #898989;
}
.box-field__input {
  position: relative;
}
.box-field_button {
  margin-top: 2.5rem;
}

.box-field + .box-field {
  margin-top: 2rem;
}
.box-field + .box-field_button {
  margin-top: 3rem;
}
.box-field + .box-field_button [type=submit] {
  min-width: 20rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.box-field_button input[type=submit] {
  min-width: 26.3rem;
}

.strong-text {
  color: #171717;
}

.box-field__button {
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.messangers {
  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;
}
.messangers__link {
  margin-left: 2.4rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  line-height: 1;
}
.messangers__link:hover path {
  fill: #4DB5B2;
}
.messangers path {
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.scrollDisabled {
  overflow: hidden;
  position: fixed !important;
  margin-top: 0;
  width: 100%;
  z-index: 0;
}

.scrollDisabled.web,
.scrollDisabled.web.compensate-for-scrollbar {
  padding-right: 1.7rem;
}

.scrollDisabled .main-wrapper {
  overflow: visible;
}

.hide {
  display: none;
}

.colored {
  color: #4DB5B2;
}

.label-placeholder {
  color: rgba(23, 23, 23, 0.4);
  text-align: left;
  padding-left: 0;
  top: 0.6rem;
  display: block;
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}

.filled .label-placeholder {
  top: -1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  z-index: 1;
}

.hide {
  display: none !important;
}

.dropdown {
  position: relative;
}

.dropdown-body {
  padding: 1rem 0;
  display: none;
  background: #FCFCFD;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.4rem;
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  z-index: 100;
  overflow: hidden;
}

[data-open=true] .dropdown-body {
  display: block;
}

@media screen and (max-width: 1440px) {
  .btn,
input[type=submit],
button[type=submit] {
    min-height: 6rem;
  }
}
@media screen and (max-width: 1366px) {
  p {
    padding: 1.5rem 0;
  }

  h2,
.h2 {
    font-size: 5.5rem;
    line-height: 6.2rem;
  }
}
@media screen and (max-width: 1199px) {
  p {
    padding: 1.3rem 0;
  }

  h2,
.h2 {
    font-size: 4.6rem;
    margin-bottom: 3rem;
  }

  .btn,
input[type=submit],
button[type=submit] {
    min-height: 5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .tablet-lg-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .tablet-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mob-show {
    display: block;
  }

  .wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .mob-hide,
.arrow-down {
    display: none;
  }

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

  h1,
.h1,
h2,
.h2 {
    font-size: 3rem;
    line-height: 3.7rem;
    margin-bottom: 1.6rem;
  }

  .box-field_button input[type=submit] {
    width: 100%;
  }

  /*
  @media not all and (min-resolution:.001dpcm)
  { @supports (-webkit-appearance:none) {

      .btn, input[type=submit], button[type=submit] { 

          line-height: 5.1rem;

      }
  }}
  */
  p {
    padding: 0.9rem 0;
  }

  [type=text],
[type=email],
[type=tel],
[type=password],
[type=url],
[type=date],
textarea {
    height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  textarea {
    height: 10rem;
  }

  .h3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .mob-show,
.dropdown-trigger_mob {
    display: none !important;
  }

  .tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-show {
    display: none !important;
  }
}
.header {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .wrapper {
  padding-top: 2.1rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .wrapper:after {
  display: none;
}
.header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}
.header.fixed .wrapper {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.header.fixed .logo img {
  max-height: 8rem;
}
.header.fixed .nav-inner {
  padding-top: 2.9rem;
}
.header.fixed .header-right {
  padding-top: 1.5rem;
}
.header.fixed .btn_order {
  font-size: 1.3rem;
  min-height: 4.7rem;
}
.header.fixed .header-phone {
  font-size: 1.8rem;
}
.header.fixed .callback {
  font-size: 1.3rem;
}
.header .logo {
  display: inline-block;
}
.header .phone-link {
  margin-right: 2.1rem;
}

.header-links {
  padding-top: 0.7rem;
  margin-right: 4rem;
}

.header-phone {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #171717;
}

.callback {
  text-align: right;
  font-size: 1.5rem;
}
.callback a {
  border-bottom: 1px solid #4DB5B2;
  -webkit-transition: border-bottom-color 0.5s ease;
  -o-transition: border-bottom-color 0.5s ease;
  transition: border-bottom-color 0.5s ease;
}
.callback a:hover {
  border-bottom-color: transparent;
}

.btn_order {
  max-width: 25rem;
  vertical-align: top;
  min-height: 5rem;
  font-size: 1.5rem;
}

.main-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu li {
  margin-right: 4rem;
}
.main-menu a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #171717;
}
.main-menu a:hover {
  color: #4DB5B2;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children > a, .main-menu .menu-item-has-children > span {
  font-weight: 700;
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  cursor: pointer;
}
.main-menu .menu-item-has-children > a:before, .main-menu .menu-item-has-children > span:before {
  font-family: icomoon;
  font-size: 0.9rem;
  margin-left: 0.3rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.main-menu .menu-item-has-children:hover ul {
  pointer-events: auto;
  opacity: 1;
}

.nav-logo {
  width: 14.4rem;
  text-align: center;
}

.nav-inner,
.header-right {
  padding-top: 5.2rem;
  width: calc(50% - 7.2rem);
}

.header-right {
  padding-top: 5rem;
}

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

.main-menu li ul {
  padding: 1.7rem 0 2.1rem;
  position: absolute;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  left: 0;
  min-width: 100%;
  font-weight: 400;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
  top: 100%;
  border: 1px solid rgba(77, 181, 178, 0.5);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.main-menu li ul li {
  display: block;
  padding: 0.3rem 0;
  margin: 0;
}

.main-menu li ul li a {
  padding: 0.3rem 2.3rem;
  white-space: nowrap;
}

.main-menu li ul li a:before {
  display: none;
}

.main-menu li ul li a:hover {
  color: #4DB5B2;
}

.main-menu li ul li.current-menu-item a {
  color: #4DB5B2;
}

.main-menu .menu-item-has-children li a {
  font-weight: 500;
}

.bars-mob {
  margin-left: 2rem;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: none;
  position: relative;
  cursor: pointer;
}

.bars-mob .hamburger {
  position: absolute;
  height: 2.8rem;
  width: 2.8rem;
  margin-top: 1rem;
  margin-left: 0.9rem;
}

.bars-mob .hamburger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  position: relative;
  background: #171717;
  top: 0;
  left: 0;
  margin: 0 0 0.4rem;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.bars-mob .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.bars-mob .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
  width: 1.4rem;
  margin-left: 0.7rem;
}

.bars-mob .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.bars-mob .cross {
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  margin: 0.5rem 0 0 1.3rem;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bars-mob .cross span {
  display: block;
  background: #171717;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.bars-mob .cross span:nth-child(1) {
  height: 0%;
  width: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.bars-mob .cross span:nth-child(2) {
  width: 0%;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.bars-mob.active .hamburger span {
  width: 0%;
}

.bars-mob.active .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.bars-mob.active .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
       -o-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.bars-mob.active .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.bars-mob.active .cross span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

.bars-mob.active .cross span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.web .scrollDisabled .header {
  padding-right: 1.7rem;
}

.header-links_mob {
  display: none;
}

@media screen and (max-width: 1440px) {
  .main-menu .menu-item-has-children > a:before,
.main-menu .menu-item-has-children > span:before {
    top: 0.5rem;
  }

  .logo img {
    max-height: 12rem;
  }

  .header .wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
  }

  .nav-inner {
    padding-top: 4rem;
  }

  .header-right {
    padding-top: 2.5rem;
  }

  .main-menu li {
    margin-right: 3rem;
  }

  .btn_order {
    max-width: 21rem;
    font-size: 1.4rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .header.fixed .btn_order {
    font-size: 1.4rem;
  }

  .header-phone {
    font-size: 1.8rem;
  }

  .main-menu a {
    font-size: 1.4rem;
  }

  .callback {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .header .wrapper,
.header.fixed .wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.1rem;
  }

  .nav-inner {
    position: fixed;
    right: -115%;
    top: 0;
    margin: 0;
    padding: 8.4rem 3.6rem 1rem;
    z-index: 100;
    width: 100.5%;
    height: 100%;
    overflow: auto;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    will-change: right;
    background: #fff url(../img/popup-bg.png) 50% 50% no-repeat;
    -webkit-background-size: auto 80%;
            background-size: auto 80%;
    bottom: 0;
  }
  .nav-inner.active {
    right: 0;
  }

  .header.fixed .nav-inner {
    padding-top: 8.4rem;
  }

  .main-menu li ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    border: 0;
    background: transparent;
  }

  .bars-mob {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .nav-inner ul {
    display: block;
    text-align: center;
  }

  .main-menu {
    line-height: 1.1;
  }

  .main-menu li ul li {
    padding: 0.8rem 0;
  }

  .nav-inner a,
.main-menu .menu-item-has-children > a,
.main-menu .menu-item-has-children > span {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .nav-inner li {
    margin: 0 0 1.6rem;
  }
  .nav-inner .language-currency li {
    margin-bottom: 0;
  }
  .nav-inner .language-currency a {
    font-size: 2.2rem;
    padding-left: 1rem;
  }

  .main-menu li ul li a {
    font-size: 1.7rem;
  }

  .header-right {
    padding-top: 3.5rem;
    width: calc(100% - 14.4rem);
  }

  .main-menu .menu-item-has-children > a:before,
.main-menu .menu-item-has-children > span:before {
    font-size: 1.2rem;
  }

  .main-menu .menu-item-has-children > a,
.main-menu .menu-item-has-children > span {
    padding-right: 0;
  }

  .open-header .bars-mob {
    z-index: 1000;
  }

  .main-menu .menu-item-has-children > a:before,
.main-menu .menu-item-has-children > span:before {
    display: none;
  }

  .main-menu li ul li a {
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .nav-logo {
    width: 10.4rem;
    text-align: left;
  }

  .header-right {
    width: calc(100% - 10.4rem);
  }

  .header-phone {
    font-size: 1.6rem;
  }

  .callback {
    font-size: 1.3rem;
  }

  .header.fixed .header-phone {
    font-size: 1.6rem;
  }

  .header .wrapper {
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
  }

  .header.fixed .wrapper {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .header.fixed .logo img {
    max-height: 6rem;
  }

  .header-right {
    padding-top: 1.7rem;
  }

  .header.fixed .header-right {
    padding-top: 0.5rem;
  }

  .btn_order {
    max-width: 17rem;
    line-height: 1.15;
  }
}
@media screen and (max-width: 650px) {
  .header-links {
    display: none;
  }

  .nav-logo {
    width: 8.4rem;
  }

  .header-right {
    width: calc(100% - 8.4rem);
  }

  .header-links_mob {
    margin: 4.5rem 0 0;
    text-align: center;
    display: block;
  }

  .callback {
    margin: 1.5rem 0 0;
    text-align: center;
  }
}
.section-main {
  position: relative;
}
.section-main .wrapper {
  position: relative;
  z-index: 1;
}

.main-section__slider {
  margin: 0 -4rem;
}
.main-section__head {
  padding-top: 7rem;
  padding-bottom: 11rem;
  width: calc(53.9% + 18rem);
  position: relative;
  z-index: 1;
}
.main-section__info {
  padding: 17.9rem 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor-1 {
  position: absolute;
  z-index: 0;
  max-width: 50%;
  width: auto;
  left: 0;
  top: 18rem;
  max-width: 36.25%;
}

.decor-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: 50%;
  width: auto;
  max-width: 33%;
}

.img-overlay {
  mix-blend-mode: color-dodge;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
  background: #AAEADA;
}

.decor-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-img {
  margin-right: -18rem;
  width: 56.1%;
  position: relative;
  z-index: 0;
  -webkit-mask-image: url(../img/mask/1.png);
  mask-image: url(../img/mask/1.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.main-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main-img img {
  vertical-align: top;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.main-img svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.main-subhead {
  max-width: 63rem;
  margin-top: 3.2rem;
  line-height: 1.875;
}

.main-h1 {
  font-weight: 700;
  font-size: 9rem;
  line-height: 11rem;
}

.main-decor {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: calc(50% + 570px);
  bottom: -6.8rem;
  padding-bottom: 8rem;
  font-family: Arial, tahoma, sans-serif;
}
.main-decor span {
  position: relative;
  padding-right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-decor span:after {
  content: "";
  height: 0.1rem;
  background: #4DB5B2;
  width: 4.5rem;
  margin: 3rem -1rem 0 0;
  -webkit-transform: rotate(90deg) translate(50%, -50%);
      -ms-transform: rotate(90deg) translate(50%, -50%);
          transform: rotate(90deg) translate(50%, -50%);
}

.main-btn {
  margin-top: 4.5rem;
}

.btn_main {
  width: 47.1rem;
  max-width: 100%;
  text-transform: uppercase;
}

.slider-1-nav {
  left: 51.5%;
  bottom: 9rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-1-nav .slick-arrow {
  margin: 0 2.5rem 0 0;
  position: static;
  top: auto;
}
.slider-1-nav .slick-arrow:last-child {
  margin-right: 0;
}

.inner-page {
  padding: 25rem 0 3rem;
  position: relative;
  z-index: 1;
}

.decor-6 {
  position: absolute;
  z-index: 0;
  max-width: 50%;
  width: auto;
  left: 0;
  top: 18rem;
  max-width: 36.25%;
}

.decor-7 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: 50%;
  width: auto;
  max-width: 34%;
}

.inner-img {
  margin-top: 5rem;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-mask-image: url(../img/mask/7.png);
  mask-image: url(../img/mask/7.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.inner-img:before {
  content: "";
  display: block;
  padding-top: 52.48%;
}
.inner-img img {
  vertical-align: top;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.inner-img svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.article {
  line-height: 1.875;
}
.article h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 1.5rem 0 0.9rem;
}

.article-inner {
  margin: 3.4rem auto 0;
  max-width: 107rem;
}

.service-cost__value {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.05;
}
.service-cost__old {
  color: #999;
  font-size: 2.2rem;
  margin-left: 2rem;
  font-weight: 400;
  position: relative;
}
.service-cost__old:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #999;
  left: 0;
  right: 0;
  top: 50%;
}
.service-cost__old .service-cost__currency {
  margin-left: 0.6rem;
}
.service-cost__label {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #999;
  padding-right: 6.2rem;
  position: relative;
}
.service-cost__label:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #4DB5B2;
  width: 4.5rem;
  right: 0;
  margin-top: -0.2rem;
}
.service-cost__currency {
  font-size: 80%;
  margin-left: 1.2rem;
}

.decor-first:first-letter {
  font-size: 10rem;
  margin: 0.7rem 0.6rem 0 0;
  line-height: 0.7;
  vertical-align: top;
  color: #4DB5B2;
  float: left;
}
.decor-first > p {
  overflow: hidden;
}

.btn_cost {
  text-transform: uppercase;
  min-width: 22rem;
}

.btn_cost-1 {
  text-transform: uppercase;
  min-width: 30.4rem;
  margin-right: 5rem;
}

.service-cost-wrap {
  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;
}
.service-cost-wrap_top {
  margin-bottom: 3.4rem;
}
.service-cost-wrap_bottom {
  margin-top: 7.5rem;
}
.service-cost-wrap_bottom .service-cost {
  margin-right: 8rem;
}

.price-img-wrap {
  position: relative;
}

.price-heading {
  position: absolute;
  left: 50%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  bottom: 0;
  padding-bottom: 8rem;
  font-family: Arial, tahoma, sans-serif;
}
.price-heading span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-heading span:before {
  content: "";
  height: 0.1rem;
  background: #4DB5B2;
  width: 4.5rem;
  margin: 0 -1rem 6rem 0;
  -webkit-transform: rotate(90deg) translate(50%, -50%);
      -ms-transform: rotate(90deg) translate(50%, -50%);
          transform: rotate(90deg) translate(50%, -50%);
}

.price-img {
  -webkit-mask-image: url(../img/mask/8.png);
  mask-image: url(../img/mask/8.png);
}

.filters-wrap {
  position: relative;
  z-index: 1;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem -1rem 0.6rem;
}

.box-field__select {
  padding: 0 1rem;
  margin: 0 0 2rem;
  width: 33.33%;
  max-width: 32.5rem;
}

.section-shedule .wrapper {
  position: static;
}

.shedule {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(77, 181, 178, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 1.8rem 1rem 1.8rem 4.2rem;
  position: relative;
}
.shedule-table {
  display: table;
  min-width: 100%;
  table-layout: fixed;
}
.shedule-row {
  display: table-row;
}
.shedule-row_head {
  text-align: center;
}
.shedule-row_head .shedule-col {
  padding-bottom: 0.6rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.shedule-row_first-period .shedule-col {
  padding-top: 3.7rem;
}
.shedule-col {
  min-width: 17.4rem;
  width: 14.2857%;
  padding: 0 0.1rem;
  display: table-cell;
}

.lesson {
  margin: 0.1rem;
  color: #171717;
  padding: 0.9rem 1.4rem 1.1rem;
  display: block;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  width: 17.2rem;
  border-width: 1px;
  border-style: solid;
  min-width: calc(100% - 0.2rem);
}
.lesson__time {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.lesson__title {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.7rem;
  min-height: 3.4rem;
  margin-top: 0.3rem;
}
.lesson__place {
  margin-top: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.lesson__trener {
  margin-top: 0.4rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}
.lesson__duration {
  padding-left: 1.2rem;
  position: relative;
  margin-left: 0.8rem;
}
.lesson__duration:before {
  content: "";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #171717;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.lesson.disabled {
  opacity: 0.5;
}

.separator-shedule {
  position: absolute;
  left: 0.9rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.15rem;
}
.separator-shedule i {
  font-size: 2.3rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  margin-top: -0.1rem;
}
.separator-shedule_morning {
  top: 6.7rem !important;
}

.line-shedule {
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(23, 23, 23, 0.3);
}

.shedule-wrapper {
  overflow: auto;
}

.calendar-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-trigger i {
  font-size: 1.3rem;
}

.select-custom .dropdown-body {
  background: none;
  border: 0;
  min-width: 23.6rem;
  right: auto;
}
.select-custom select {
  opacity: 0;
}

.start-date {
  padding-right: 0.5rem;
}

.end-date {
  padding-left: 0.5rem;
}

.price-table {
  display: table;
  margin: 7.5rem 0 0;
  width: 100%;
  table-layout: fixed;
}

.table-row {
  display: table-row;
}
.table-row_head .table-col {
  padding-top: 1.5rem;
  padding-bottom: 2.1rem;
}
.table-row_head + .table-row .table-col {
  padding-top: 3.6rem;
}

.table-col {
  display: table-cell;
  padding: 0.9rem 1.5rem 1rem;
}
.table-col:first-child {
  padding-left: 11rem;
  width: 64.5%;
}
.table-col:last-child {
  width: 18.5%;
}
.table-col_title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}
.table-col_title a {
  color: #171717;
  border-bottom: 1px solid rgba(23, 23, 23, 0.8);
  -webkit-transition: color 0.4s ease, border-bottom-color 0.4s ease;
  -o-transition: color 0.4s ease, border-bottom-color 0.4s ease;
  transition: color 0.4s ease, border-bottom-color 0.4s ease;
}
.table-col_title a:hover {
  color: #4DB5B2;
  border-bottom-color: transparent;
}
.table-col_duration {
  font-size: 1.6rem;
}
.table-col_duration i {
  color: #4DB5B2;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.4rem;
  margin-right: 0.8rem;
  font-size: 1.7rem;
}
.table-col_price {
  font-weight: 600;
  font-size: 2.2rem;
}

.table-row_head .table-col {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #4DB5B2;
}

@media screen and (max-width: 1440px) {
  .main-h1 {
    font-size: 8.2rem;
    line-height: 9.5rem;
  }

  .main-decor {
    left: auto;
    right: 3rem;
  }

  .main-section__info {
    padding-top: 16rem;
  }

  .main-section__head {
    padding-top: 3rem;
    width: calc(56% + 18rem);
  }

  .main-img {
    width: 44%;
  }

  .inner-page {
    padding-top: 19rem;
  }

  .service-cost__label {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }

  .service-cost__value {
    font-size: 3.6rem;
  }

  .service-cost__old {
    font-size: 1.9rem;
  }

  .service-cost__currency {
    margin-left: 0.6rem;
  }

  .service-cost-wrap_bottom .service-cost {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1366px) {
  .main-img {
    width: 42%;
    margin-right: -12rem;
  }

  .main-section__head {
    padding-bottom: 12rem;
    width: calc(58% + 12rem);
  }

  .main-section__slider {
    margin: 0;
  }

  .main-h1 {
    font-size: 7.6rem;
    line-height: 8.2rem;
  }

  .service-cost-wrap_bottom {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .main-h1 {
    font-size: 6.6rem;
    line-height: 7.2rem;
  }

  .main-decor {
    font-size: 1.6rem;
  }

  .table-col:first-child {
    padding-left: 2rem;
  }

  .box-field__select {
    max-width: 33.333%;
  }

  .shedule {
    padding-right: 0;
  }

  .shedule-table {
    min-width: 1232px;
  }
}
@media screen and (max-width: 1023px) {
  .main-decor {
    display: none;
  }

  .main-section__info {
    padding-bottom: 0;
  }

  .main-section__head {
    padding-bottom: 15rem;
  }

  .slider-1-nav {
    bottom: 1rem;
  }

  .btn_cost-1 {
    min-width: 22rem;
  }

  .table-col_title {
    font-size: 1.6rem;
  }

  .table-col_duration {
    font-size: 1.4rem;
  }

  .table-col_price {
    font-size: 1.8rem;
  }

  .table-row_head .table-col {
    font-size: 1.6rem;
  }

  .price-img {
    -webkit-mask-image: url(../img/mask/7.png);
    mask-image: url(../img/mask/7.png);
  }
}
@media screen and (max-width: 767px) {
  .main-section__info {
    padding-top: 13rem;
  }

  .main-section__head {
    width: 100%;
  }

  .main-h1 {
    font-size: 4rem;
    line-height: 4.6rem;
  }

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

  .main-section__head {
    padding-bottom: 1rem;
  }

  .main-img {
    width: 62%;
    margin-right: 0;
  }

  .slider-1-nav {
    left: auto;
    right: 1.5rem;
  }

  .slider-1-nav .slick-arrow {
    margin-top: -9rem;
  }

  .slider-1-nav .slick-prev {
    margin: 0 1rem 0 0;
  }

  .inner-page {
    padding-top: 14rem;
  }

  .lesson {
    width: 14.8rem;
  }

  .shedule-col {
    min-width: 15rem;
  }

  .shedule-row_head .shedule-col {
    font-size: 1.5rem;
  }

  .lesson__title {
    font-size: 1.2rem;
  }

  .lesson__time {
    font-size: 1.4rem;
  }

  .lesson__duration:before {
    top: 0.6rem;
  }

  .filters,
.service-cost-wrap {
    display: block;
  }

  .box-field__select {
    max-width: 100%;
    width: 100%;
  }

  .service-cost {
    margin-top: 1.5rem;
  }

  .decor-first:first-letter {
    font-size: 7rem;
  }

  .inner-img {
    margin-top: 3rem;
  }

  .price-heading {
    display: none;
  }

  .price-table {
    display: block;
    margin-top: 4.5rem;
  }

  .table-row {
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .table-col {
    padding: 1.2rem 0;
    display: block;
    width: 100%;
  }
  .table-col:before {
    content: attr(data-title);
    font-size: 1.2rem;
    color: #999;
    display: block;
  }

  .table-row_head + .table-row .table-col {
    padding-top: 1.2rem;
  }

  .table-col:first-child {
    width: 100%;
    padding-left: 0;
  }

  .table-row_head {
    display: none;
  }

  .table-col:last-child {
    width: 100%;
  }

  .table-col_title {
    font-size: 1.5rem;
  }

  .decor-1,
.decor-6 {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .btn_cost-1 {
    width: 100%;
  }
}
body.content-loaded .slick-slide:not(.slick-current) .main-h1,
body.content-loaded .slick-slide:not(.slick-current) .main-subhead {
  opacity: 0;
  -webkit-transform: translateX(1.5rem);
      -ms-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
body.content-loaded .slick-slide:not(.slick-current) .main-img,
body.content-loaded .slick-slide:not(.slick-current) .inner-img {
  opacity: 0;
}
body.content-loaded .slick-slide:not(.slick-current) .main-btn {
  opacity: 0;
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
}

body.content-loaded .slick-slide.slick-current .main-h1,
body.content-loaded .slick-slide.slick-current .main-subhead {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.content-loaded .slick-slide.slick-current .main-img,
body.content-loaded .slick-slide.slick-current .inner-img {
  opacity: 1;
}
body.content-loaded .slick-slide.slick-current .main-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  body:not(.content-loaded) .main-h1,
body:not(.content-loaded) .main-subhead {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
    -webkit-transform: translateX(1.5rem);
        -ms-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
  body:not(.content-loaded) .inner-page .h2 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
        -ms-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  body:not(.content-loaded) .main-img,
body:not(.content-loaded) .inner-img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
  }
  body:not(.content-loaded) .main-btn,
body:not(.content-loaded) .slider-1-nav,
body:not(.content-loaded) .filters,
body:not(.content-loaded) .shedule {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
    -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  body:not(.content-loaded).ios .main-h1,
body:not(.content-loaded).ios .main-img,
body:not(.content-loaded).ios .main-subhead,
body:not(.content-loaded).ios .inner-img,
body:not(.content-loaded).ios .main-btn,
body:not(.content-loaded).ios .slider-1-nav,
body:not(.content-loaded).ios .inner-page .h2,
body:not(.content-loaded).ios .filters,
body:not(.content-loaded).ios .shedule {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .web.content-loaded .main-h1,
.web.content-loaded .main-subhead {
    -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
    -o-transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .web.content-loaded .main-img,
.web.content-loaded .inner-img {
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    opacity: 1;
  }
  .web.content-loaded .inner-img {
    -webkit-transition: opacity 1.3s ease 0.3s;
    -o-transition: opacity 1.3s ease 0.3s;
    transition: opacity 1.3s ease 0.3s;
  }
  .web.content-loaded .main-btn {
    -webkit-transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
    transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
    -o-transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
    transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
    transition: opacity 1s ease 0.7s, transform 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .web.content-loaded .inner-page .h2 {
    -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    -o-transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .web.content-loaded .slider-1-nav {
    -webkit-transition: opacity 1s ease 1.1s, -webkit-transform 1s ease 1.1s;
    transition: opacity 1s ease 1.1s, -webkit-transform 1s ease 1.1s;
    -o-transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
    transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
    transition: opacity 1s ease 1.1s, transform 1s ease 1.1s, -webkit-transform 1s ease 1.1s;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .web.content-loaded .main-subhead {
    -webkit-transition-delay: 0.5s, 0.5s;
         -o-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s;
  }
  .web.content-loaded .filters,
.web.content-loaded .shedule {
    -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
    -o-transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .web.content-loaded .shedule {
    -webkit-transition-delay: 0.4s, 0.4s;
         -o-transition-delay: 0.4s, 0.4s;
            transition-delay: 0.4s, 0.4s;
  }
}
@media screen and (max-width: 374px) {
  .shedule-table {
    min-width: 1132px;
  }
}
@media screen and (min-width: 768px) {
  .animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRigthShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRigthShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRigthShort {
  -webkit-animation-name: fadeInRigthShort;
  animation-name: fadeInRigthShort;
}

@-webkit-keyframes fadeInRightLong {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightLong {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightLong {
  -webkit-animation-name: fadeInRightLong;
  animation-name: fadeInRightLong;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomInzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*# sourceMappingURL=app/maps/first-screen.css.map */
