@charset "UTF-8";
/*=====================================================================
Стили сброса
===================================================================== **/
textarea,
select,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Стили сброса для айфонов конец */
/* Стили сбросса начало*/
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

input::-webkit-input-placeholder {
  padding: 0; }

input::-moz-placeholder {
  padding: 0; }

input:-ms-input-placeholder {
  padding: 0; }

input::-ms-input-placeholder {
  padding: 0; }

input::placeholder {
  padding: 0; }

input {
  outline: none; }

/* сброс кнопки очистки в инпутах в експлорере */
input::-ms-clear {
  display: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

textarea {
  resize: none;
  outline: none; }

a:hover {
  text-decoration: none; }

html,
body {
  text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  /* фикс скролла при overflow-y: hidden; на айфонах*/
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  min-width: 320px;
  position: relative;
  color: #ffffff; }

/* Стили сбросса конец*/
::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none; }
::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

/* eg: @include user-select(none); */
/* eg: @include rotate(45deg); */
/* eg: @include translate3d(0,0,0); */
/* eg: @include border-radius(3px); */
/* eg: @include visibility-backface(hidden); */
/*=====================================================================

   Table of content:
   a. Common styles.
   b. Header styles.
   c.
   d.
   e. 
   f. 
   g. 
   h. 
   i. 
   j. 
   k. 
   l. 
   m. 

===================================================================== */
/* ------------------------------------------------------------------ */
/* a. Common styles.
/* ------------------------------------------------------------------ */
.frame {
  border: 1px solid white; }

.fig {
  text-align: center; }

/* ------------------------------------------------------------------ */
/* b. Header Styles.
/* ------------------------------------------------------------------ */
body {
  background: url(../images/dest/body-bg.png);
  position: relative; }

.page-container {
  width: 100%; }

.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto; }

.header {
  background-color: #393c43;
  position: fixed;
  top: 0;
  left: 0;
  height: 95px;
  width: 100%;
  font-family: Hind, sans-serif;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header a {
    color: #ffffff; }
  .header .container {
    width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .header .logo {
    display: block;
    width: 150px; }
    .header .logo img {
      display: block;
      width: 100%; }
  .header .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600; }
    .header .navigation ul li {
      cursor: pointer;
      padding: 20px;
      position: relative; }
      .header .navigation ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 9px;
        height: 2px;
        background: #17bed2;
        opacity: 0;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
        -webkit-transition: 0.4s cubic-bezier(0.7, 1, 0.7, 1);
        -o-transition: 0.4s cubic-bezier(0.7, 1, 0.7, 1);
        transition: 0.4s cubic-bezier(0.7, 1, 0.7, 1); }
      .header .navigation ul li:hover:before {
        opacity: 1; }

.nav-toggle {
  cursor: pointer;
  display: none;
  position: relative;
  width: 21px;
  height: 18px;
  font-size: 0;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .nav-toggle span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 1px;
    font-size: 0;
    border: none;
    background: #ffffff;
    -webkit-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease; }
    .nav-toggle span:after, .nav-toggle span:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      border: none;
      background: #ffffff;
      -webkit-transition: width 0.25s ease;
      -o-transition: width 0.25s ease;
      transition: width 0.25s ease; }
    .nav-toggle span:after {
      width: 15px;
      height: 1px;
      font-size: 0;
      top: -9px; }
    .nav-toggle span:before {
      width: 8px;
      height: 1px;
      font-size: 0;
      top: -17px; }
  .nav-toggle:hover span:before, .nav-toggle:hover span:after, .nav-toggle:active span:before, .nav-toggle:active span:after {
    width: 100%; }

.promo-block {
  padding-top: 95px;
  position: relative;
  padding: 250px 0 200px;
  background: url(../images/dest/promo-block-bg.jpg) center center no-repeat;
  background-size: cover; }
  .promo-block .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .promo-block h1 {
    font-size: 70px;
    color: #fff;
    margin: 0; }
  .promo-block .logo-img {
    width: 370px;
    margin: 40px 0; }
  .promo-block .def-btn {
    vertical-align: middle; }
    .promo-block .def-btn svg {
      width: 15px;
      height: 13px;
      margin-right: 10px;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .promo-block .def-btn:hover, .promo-block .def-btn:active {
      color: #fff;
      background: #17bed2; }
      .promo-block .def-btn:hover svg, .promo-block .def-btn:active svg {
        fill: #fff; }
  .promo-block:before {
    content: "";
    position: absolute;
    background: rgba(81, 87, 105, 0.4);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }

.about-us {
  padding: 60px 0;
  padding-bottom: 20px; }
  .about-us article img {
    display: block;
    width: 500px;
    margin: 20px auto; }

section {
  padding-bottom: 60px; }

.def-btn {
  text-transform: uppercase;
  color: #515769;
  background: #fff;
  border-width: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 30px; }
  .def-btn svg {
    width: 15px;
    height: 13px;
    margin-right: 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .def-btn:hover, .def-btn:active {
    color: #fff;
    background: #17bed2; }
    .def-btn:hover svg, .def-btn:active svg {
      fill: #fff; }

.def-header {
  width: 700px;
  max-width: 100%;
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 25px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff; }

.content {
  width: 760px; }
  .content article {
    padding-bottom: 30px; }
  .content img {
    max-width: 100%; }

.descripton article img {
  width: 100%; }

.descripton article h3 {
  font-size: 30px;
  text-align: center; }

.descripton article ul {
  font-size: 20px;
  line-height: 2; }

.video {
  position: relative;
  padding-bottom: 45%;
  padding-top: 25px;
  height: 0;
  border: 1px solid #ffffff;
  margin: 20px 0; }
  .video iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.spoiler {
  border: 1px solid #e0e0e0;
  padding: 0 1em; }
  .spoiler details {
    cursor: default;
    padding: 1em 0; }
    .spoiler details summary {
      cursor: pointer; }
    .spoiler details + details {
      border-top: 1px solid #e0e0e0; }
  .spoiler summary {
    color: #ffffff; }

.spoiler details div {
  overflow: hidden;
  padding: 1em 0em 0; }

.spoiler details[open] div {
  -webkit-animation: spoiler 1s;
          animation: spoiler 1s; }

@-webkit-keyframes spoiler {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes spoiler {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.prices-block h3 {
  font-size: 30px;
  text-align: center; }

.prices-block p {
  text-align: center;
  font-size: 21px; }

.prices-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.columns {
  width: 210px;
  margin: 0 15px;
  margin-bottom: 30px; }
  .columns .price li:last-of-type {
    padding: 0; }
  .columns .price .def-btn {
    display: block;
    padding: 20px 10px; }

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative; }

.price:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2); }

.price .price-name {
  position: relative;
  background-color: #111;
  color: white;
  font-size: 25px; }

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center; }

.price .grey {
  background-color: #eee;
  font-size: 20px;
  color: #000000; }

.button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px; }

.contact-section,
.modal-window {
  color: #ffffff; }
  .contact-section h3,
  .modal-window h3 {
    font-size: 40px;
    text-align: center; }
  .contact-section .subtitle,
  .modal-window .subtitle {
    color: #a6a7aa;
    font-size: 21px;
    text-align: center; }

.feedback-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .feedback-wrap .contacts p {
    font-size: 22px; }
  .feedback-wrap .contacts a {
    font-size: 16px;
    color: #81848f; }
    .feedback-wrap .contacts a:hover {
      text-decoration: underline; }

.form-wrapper {
  width: 360px;
  max-width: 100%;
  margin-right: 40px; }
  .form-wrapper form {
    position: relative;
    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-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .form-wrapper form input::-webkit-input-placeholder, .form-wrapper form textarea::-webkit-input-placeholder {
      color: #949494; }
    .form-wrapper form input::-moz-placeholder, .form-wrapper form textarea::-moz-placeholder {
      color: #949494; }
    .form-wrapper form input:-ms-input-placeholder, .form-wrapper form textarea:-ms-input-placeholder {
      color: #949494; }
    .form-wrapper form input::-ms-input-placeholder, .form-wrapper form textarea::-ms-input-placeholder {
      color: #949494; }
    .form-wrapper form input::placeholder,
    .form-wrapper form textarea::placeholder,
    .form-wrapper form select {
      color: #949494; }
    .form-wrapper form input,
    .form-wrapper form textarea,
    .form-wrapper form select,
    .form-wrapper form option,
    .form-wrapper form button {
      height: 38px;
      display: inline-block;
      border-radius: 0px;
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: none;
      background-color: #ffffff; }
    .form-wrapper form select {
      position: relative;
      background: #fff url(../images/dest/down-chevron.svg) no-repeat;
      background-position: 98% center;
      background-size: 10px; }
    .form-wrapper form select:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      height: 10px;
      background-color: green;
      color: red; }
    .form-wrapper form textarea {
      height: 100px; }
    .form-wrapper form .def-btn {
      width: auto;
      display: inline-block;
      text-transform: none;
      cursor: pointer;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.thanks {
  display: none;
  font-size: 20px; }

.social-block {
  margin: 0 -5px;
  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;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff; }

.social {
  margin: 0 5px;
  display: inline-block; }
  .social a {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #fff;
    border: 0px solid #000;
    border-radius: 24px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .social a:hover {
      opacity: 0.7; }
  .social svg {
    margin-top: 7px;
    width: 32px;
    height: 32px; }
  .social.instagram a {
    background: #3f729b; }
  .social.telegram a {
    background: #249bd7; }
  .social.viber a {
    background: #7b519d; }
  .social.youtube a {
    background: #c4302b; }

.footer {
  padding-bottom: 30px; }
  .footer .copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #81848f; }
  .footer .footer-logo {
    display: block;
    width: 90px;
    height: 90px;
    margin: 40px auto; }

.scroll-up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 1px;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  padding: 5px;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center; }
  .scroll-up:hover, .scroll-up:active {
    opacity: 1; }

.scroll-up--active {
  visibility: visible;
  opacity: 0.4;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.modal-window {
  background: url(../images/dest/body-bg.png); }
  .modal-window .remodal-close {
    right: 0;
    left: auto; }
  .modal-window .form-wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
