/* base */
html {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

body {
  min-width: 1000px;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #151515;
  background: #fff; }

img,
iframe,
video {
  max-width: 100%;
  vertical-align: middle;
  border-style: none; }

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

p {
  margin: 0; }

a {
  text-decoration: none; }

ol,
ul,
dl {
  margin: 0; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.button {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 309px;
  height: 58px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 13px;
  line-height: 56px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  vertical-align: middle;
  text-align: center;
  color: whitesmoke;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  background-color: #151515;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none; }
  .button:hover {
    background-color: #000000; }

.nav {
  color: #707070; }
  .nav__link {
    font-size: 14px;
    line-height: 1.2;
    color: #707070;
    text-transform: uppercase; }
    .nav__link:hover {
      text-decoration: underline; }

.header {
  position: relative;
  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;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding: 10px 0 12px; }
  @media (min-width: 1400px) {
    .header {
      margin-right: 3.28125%;
      margin-left: 3.28125%; } }
  .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 23px; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__contact {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    color: #151515;
    text-transform: uppercase; }

    .header__contact::before {
      content: " ";
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 10px;
      height: 12px;
      background: url(../img/icon-phone-footer.png) 0 0 no-repeat;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

      span.header__contact-phone {
    position: relative;
}
      .header__contact-phone::before {
    content: " ";
    position: absolute;
    top: 58%;
    left: -36px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icon-phone-footer.png) 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}

.wrap {
  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; }

/* Icons */
.slider {
  max-width: 690px;
  /* Arrows */
  /* Dots */ }
  .slider img {
    height: auto;
    min-height: 342px; }
  @media (min-width: 1025px) {
    .slider {
      max-width: 710px; } }
  @media (min-width: 1060px) {
    .slider {
      max-width: 728px; } }
  @media (min-width: 1100px) {
    .slider {
      max-width: 750px; } }
  @media (min-width: 1170px) {
    .slider {
      max-width: 770px; } }
  @media (min-width: 1220px) {
    .slider {
      max-width: 820px; } }
  @media (min-width: 1270px) {
    .slider {
      max-width: 870px; } }
  @media (min-width: 1320px) {
    .slider {
      max-width: 920px; } }
  @media (min-width: 1370px) {
    .slider {
      max-width: 970px; } }
  @media (min-width: 1470px) {
    .slider {
      max-width: 1020px; } }
  @media (min-width: 1520px) {
    .slider {
      max-width: 1070px; } }
  @media (min-width: 1570px) {
    .slider {
      max-width: 1120px; } }
  @media (min-width: 1620px) {
    .slider {
      max-width: 1170px; } }
  @media (min-width: 1670px) {
    .slider {
      max-width: 1220px; } }
  @media (min-width: 1720px) {
    .slider {
      max-width: 1270px; } }
  @media (min-width: 1770px) {
    .slider {
      max-width: 1320px; } }
  @media (min-width: 1820px) {
    .slider {
      max-width: 1370px; } }
  @media (min-width: 1870px) {
    .slider {
      max-width: 1400px; } }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 65px;
    height: 142px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: rgba(21, 21, 21, 0.5);
    border: none;
    outline: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1; }
    .slider .slick-prev:hover, .slider .slick-prev:focus,
    .slider .slick-next:hover,
    .slider .slick-next:focus {
      color: transparent;
      outline: none; }
      .slider .slick-prev:hover:before, .slider .slick-prev:focus:before,
      .slider .slick-next:hover:before,
      .slider .slick-next:focus:before {
        opacity: 1; }
    .slider .slick-prev.slick-disabled:before,
    .slider .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slider .slick-prev:before,
    .slider .slick-next:before {
      content: "";
      display: block;
      height: 100%;
      opacity: 1; }
  .slider .slick-prev {
    left: 0; }
    .slider .slick-prev:before {
      background: transparent url(../img/icon-prev.svg) 39% 50% no-repeat; }
  .slider .slick-next {
    right: 0; }
    .slider .slick-next:before {
      background: transparent url(../img/icon-next.svg) 53% 50% no-repeat; }
  .slider .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .slider .slick-dots {
    position: absolute;
    bottom: 15px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slider .slick-dots li {
      position: relative;
      display: inline-block;
      height: 8px;
      width: 8px;
      margin: 0 1px;
      padding: 0;
      cursor: pointer; }
      .slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 8px;
        width: 8px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 4px;
        cursor: pointer; }
        .slider .slick-dots li button:hover, .slider .slick-dots li button:focus {
          outline: none; }
          .slider .slick-dots li button:hover:before, .slider .slick-dots li button:focus:before {
            opacity: 1; }
        .slider .slick-dots li button:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border-radius: 50%;
          content: '';
          width: 4px;
          height: 4px;
          background: #f5f5f5; }
      .slider .slick-dots li.slick-active button:before {
        background: #151515; }

/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("../img/ajax-loader.gif") center center no-repeat; }

.video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 392px;
  margin-left: 10px;
  margin-right: 1.5%; }
  @media (min-width: 1400px) {
    .video {
      margin-right: 3.28125%; } }
  .video__link {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1800px) {
      .video__link {
        margin-top: 15%; } }
    .video__link:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(3, 3, 3, 0.74);
      background: rgba(0, 0, 0, 0.57); }
    .video__link:after {
      content: "";
      position: absolute;
      top: 51.5%;
      left: 51%;
      width: 72px;
      height: 72px;
      background: rgba(255, 255, 255, 0.8) url(../img/icon-play.svg) 57% 50% no-repeat;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .video__link:hover:after {
      background-color: white; }
  .video__wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9); }
    .video__wrapper::before {
      content: '';
      padding-top: 66%;
      float: left; }
    .video__wrapper::after {
      content: '';
      display: block;
      clear: both; }
  .video__start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999em;
    background: url(../img/img-video.jpg) 50% 50% no-repeat;
    background-color: transparent;
    background-size: cover;
    border: 0;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -o-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s; }
    .video__start:hover {
      cursor: pointer; }
    .video__start:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(3, 3, 3, 0.74);
      background: rgba(0, 0, 0, 0.57); }
    .video__start:after {
      content: "";
      position: absolute;
      top: 51.5%;
      left: 51%;
      width: 72px;
      height: 72px;
      background: rgba(255, 255, 255, 0.8) url(../img/icon-play.svg) 57% 50% no-repeat;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .video__start:hover:after {
      background-color: white; }
    .videoWrapperActive .video__start {
      height: 0;
      opacity: 0;
      -webkit-transition-delay: 0s, 800ms;
      -o-transition-delay: 0s, 800ms;
      transition-delay: 0s, 800ms; }
  .video__text-promo {
    margin-bottom: 3px;
    font-size: 25px;
    line-height: 35px;
    color: #151515;
    text-transform: uppercase; }
    @media (min-width: 1470px) {
      .video__text-promo {
        margin-bottom: 4px;
        font-size: 32px;
        line-height: 42px; } }
    @media (min-width: 1580px) {
      .video__text-promo {
        margin-bottom: 4px;
        font-size: 40px;
        line-height: 48px; } }
  .video__text-desc {
    font-size: 19px;
    line-height: 24px;
    color: #707070; }

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 93px; }
  .steps__item {
    max-width: 325px; }
    @media (min-width: 1170px) {
      .steps__item {
        -ms-flex-preferred-size: 325px;
        flex-basis: 325px; } }
  .steps__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 57px;
    margin-bottom: 19px; }
  .steps__icon-number {
    margin-right: 14px; }
  .steps__label {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
    color: #151515;
    text-transform: uppercase; }
  .steps__details {
    font-size: 19px;
    line-height: 24px;
    color: #707070; }
  .steps__button {
    margin-top: 71px;
    margin-right: auto;
    margin-left: auto; }
  .steps__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3%;
    padding-top: 5px; }
    @media (min-width: 1170px) {
      .steps__pay {
        margin-right: 5.23%; } }
  .steps__pay-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    font-size: 12px;
    line-height: 24px;
    color: #707070; }
  .steps__pay-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 40px; }
    @media (min-width: 1170px) {
      .steps__pay-logo {
        width: 60px; } }

.gallery-projects {
  margin-top: 92px;
  margin-right: 1.5%;
  margin-left: 1.5%; }
  @media (min-width: 1400px) {
    .gallery-projects {
      margin-right: 3.28125%;
      margin-left: 3.28125%; } }
  .gallery-projects__title {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 25px;
    line-height: 38px;
    color: #151515;
    text-transform: uppercase; }
    .gallery-projects__title--page {
      position: relative;
      top: -25px;
      font-weight: bold;
      font-size: 36px;
      line-height: 60px;
      text-align: center;
      color: #b8ded6;
      text-transform: uppercase; }
  .gallery-projects__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery-projects__photo {
    position: relative;
    width: calc((100% - 121px) / 3);
    margin-top: 30px;
    margin-bottom: 30px; }
    .gallery-projects__photo:nth-child(3n+2) {
      margin-left: 60px;
      margin-right: 60px; }
    .gallery-projects__photo:last-child {
      margin-right: 0; }
    .gallery-projects__photo:hover::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.57); }
  .gallery-projects__img {
    width: 558px;
    max-width: 100%;
    height: auto; }
  .gallery-projects__button {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto; }

.footer {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 566px;
  margin-top: 200px;
  background-color: #151515; }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-top: 45px; }
    @media (min-width: 1400px) {
      .footer__top {
        margin-right: 3.28125%;
        margin-left: 3.28125%; } }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__logo-img {
    margin-top: 5px; }
  .footer__logo-name {
    margin-left: 8px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    color: whitesmoke; }
  .footer .nav-col {
    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: flex-start; }
    @media (min-width: 1400px) {
      .footer .nav-col {
        margin-left: 10.6%; } }
    .footer .nav-col__link {
      margin-bottom: 20px;
      padding: 0 5px;
      font-size: 12px;
      line-height: 20px;
      color: whitesmoke;
      text-transform: uppercase; }
      .footer .nav-col__link:hover {
        text-decoration: underline; }
  .footer .nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 1400px) {
      .footer .nav-row {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 8.5%; } }
    .footer .nav-row__link {
      margin: 0 16px 20px;
      padding: 0 5px;
      font-size: 12px;
      line-height: 20px;
      color: whitesmoke;
      text-transform: uppercase; }
      .footer .nav-row__link:first-child {
        margin-left: 0; }
      .footer .nav-row__link:last-child {
        margin-right: 0; }
      .footer .nav-row__link:hover {
        text-decoration: underline; }
  .footer__copyright {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 1.5%;
    margin-bottom: 46px;
    margin-left: 1.5%;
    font-size: 12px;
    line-height: 20px;
    color: #707070; }
    @media (min-width: 1400px) {
      .footer__copyright {
        margin-right: 3.28125%;
        margin-left: 3.28125%; } }
  .footer__copyright-name {
    margin-left: 5px; }

.contact {
  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: flex-start; }
  @media (min-width: 1400px) {
    .contact {
      -ms-flex-preferred-size: 21.95%;
      flex-basis: 21.95%; } }
  .contact__title {
    padding-top: 4px;
    font-size: 10px;
    line-height: 16px;
    color: #707070;
    text-transform: uppercase; }
  .contact__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px; }
  .contact__social-icon {
    width: 45px;
    height: 45px;
    margin: 0 5px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
    border-radius: 50%; }
    .contact__social-icon:first-child {
      margin-left: 0; }
    .contact__social-icon:last-child {
      margin-right: 0; }
    .contact__social-icon:hover {
      background-color: #393939; }
    .contact__social-icon--instagram {
      background-image: url(../img/icon-instagram.png); }
    .contact__social-icon--facebook {
      background-image: url(../img/icon-facebook.png); }
    .contact__social-icon--pinterest {
      background-image: url(../img/icon-piner.png); }
    .contact__social-icon--linkedin {
      background-image: url(../img/icon-linkedin.png); }
  .contact__phone {
    position: relative;
    margin-top: 47px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 20px;
    color: #f3f3f3;
    text-transform: uppercase; }
    .contact__phone:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/icon-phone-header.png) 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}
  .contact__address {
    margin-top: 21px;
    font-size: 12px;
    line-height: 20px;
    color: #f5f5f5;
    text-transform: uppercase; }

.popup__bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  white-space: normal;
  background: transparent;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }
  .popup__bg-wrapper:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

.popup {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 0 74px;
  padding: 42px;
  overflow: auto;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.8);
  border-width: 0;
  visibility: visible; }
  .popup__title {
    margin: 0.67em 0;
    font-size: 25px;
    line-height: 35px;
    color: #151515;
    text-transform: uppercase; }
  .popup__text {
    margin: 1em 0 1.67em;
    font-size: 19px;
    line-height: 24px;
    color: #707070; }
  .popup__button {
    display: inline-block;
    width: 326px; }
  .popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    color: #555555;
    cursor: pointer; }

.gallery {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999999;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 62px 0 0;
  overflow: auto;
  vertical-align: top;
  text-align: left;
  background-color: transparent;
  border-width: 0;
  /* Arrows */ }
  @media (min-height: 770px) {
    .gallery {
      padding: 75px 0 0; } }
  @media (min-height: 940px) {
    .gallery {
      padding: 87px 0 0; } }
  .fancybox-slide > .gallery {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 62px 0 0;
    vertical-align: top;
    background-color: transparent; }
    @media (min-height: 770px) {
      .fancybox-slide > .gallery {
        padding: 75px 0 0; } }
    @media (min-height: 940px) {
      .fancybox-slide > .gallery {
        padding: 87px 0 0; } }
  .gallery__for {
    margin-bottom: 25px; }
  .gallery__img {
    max-height: 465px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-height: 770px) {
      .gallery__img {
        max-height: 580px; } }
    @media (min-height: 940px) {
      .gallery__img {
        max-height: 650px; } }
  .gallery__nav {
    padding-right: 80px;
    padding-left: 80px; }
    .gallery__nav .slick-slide {
      border: 8px solid transparent;
      border-top-width: 13px;
      border-bottom-width: 13px; }
    .gallery__nav .slick-current.slick-center {
      border: 8px solid #b8ded6;
      border-top-width: 13px;
      border-bottom-width: 13px; }
  .gallery__tmb {
    height: 70px; }
    @media (min-height: 770px) {
      .gallery__tmb {
        height: 90px; } }
    @media (min-height: 940px) {
      .gallery__tmb {
        height: 110px; } }
  .gallery .fancybox-close-small {
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 10;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer; }
    @media (min-height: 770px) {
      .gallery .fancybox-close-small {
        top: 18px;
        right: 13px;
        width: 37px;
        height: 37px; } }
    @media (min-height: 940px) {
      .gallery .fancybox-close-small {
        top: 20px;
        right: 16px;
        width: 44px;
        height: 44px; } }
    .gallery .fancybox-close-small:after {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 27px;
      height: 27px;
      font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
      font-weight: 300;
      text-align: center;
      color: #888888;
      background: transparent url(../img/close.svg) 0 0 no-repeat;
      background-size: cover;
      border-width: 0;
      border-radius: 0;
      -webkit-transition: background 0.25s;
      -o-transition: background 0.25s;
      transition: background 0.25s; }
      @media (min-height: 770px) {
        .gallery .fancybox-close-small:after {
          width: 30px;
          height: 30px; } }
      @media (min-height: 940px) {
        .gallery .fancybox-close-small:after {
          width: 34px;
          height: 34px; } }
  .gallery .slick-prev,
  .gallery .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 70px;
    height: 100px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: transparent;
    border: none;
    outline: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
    .gallery .slick-prev:hover, .gallery .slick-prev:focus,
    .gallery .slick-next:hover,
    .gallery .slick-next:focus {
      color: transparent;
      background: transparent;
      outline: none; }
      .gallery .slick-prev:hover:before, .gallery .slick-prev:focus:before,
      .gallery .slick-next:hover:before,
      .gallery .slick-next:focus:before {
        opacity: 0.75; }
    .gallery .slick-prev.slick-disabled:before,
    .gallery .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .gallery .slick-prev:before,
    .gallery .slick-next:before {
      content: "";
      display: block;
      height: 100%;
      opacity: 1; }
  .gallery .slick-prev {
    left: 0; }
    @media (min-width: 1470px) {
      .gallery .slick-prev {
        left: calc(50% - 1470px / 2); } }
    .gallery .slick-prev:before {
      background: transparent url(../img/arrow-prev.svg) 50% 50% no-repeat;
      background-size: 50% auto; }
      @media (min-width: 1470px) {
        .gallery .slick-prev:before {
          background-size: 46px 78px; } }
  .gallery .slick-next {
    right: 0; }
    @media (min-width: 1470px) {
      .gallery .slick-next {
        right: calc(50% - 1470px / 2); } }
    .gallery .slick-next:before {
      background: transparent url(../img/arrow-next.svg) 50% 50% no-repeat;
      background-size: 50% auto; }
      @media (min-width: 1470px) {
        .gallery .slick-next:before {
          background-size: 46px 78px; } }

.about {
  display: block;
  margin-right: 1.5%;
  margin-left: 1.5%; }
  @media (min-width: 1400px) {
    .about {
      margin-right: 3.28125%;
      margin-left: 3.28125%; } }
  .about__heading {
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #b8ded6;
    text-transform: uppercase; }
  .about__title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #b8ded6;
    text-transform: uppercase; }
  .about__subtitle {
    margin-top: 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    color: #2b2a28;
    font-style: italic; }
  .about__text {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.2;
    color: #2b2a28; }
  .about__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .about__item {
    margin: 0;
    padding: 0;
    margin-top: 10px; }

.faq {
  display: block;
  margin-right: 1.5%;
  margin-left: 1.5%; }
  @media (min-width: 1400px) {
    .faq {
      margin-right: 3.28125%;
      margin-left: 3.28125%; } }
  .faq__subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #b8ded6; }
  .faq__title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #b8ded6;
    text-transform: uppercase; }
  .faq__description-name {
    margin: 0;
    margin-top: 30px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #b8ded6;
    text-transform: uppercase; }
    .faq__description-name::before {
      content: "Q:";
      margin-right: 5px;
      margin-left: -25px; }
  .faq__description-values {
    margin: 0;
    margin-top: 8px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.2;
    color: #2b2a28; }
    .faq__description-values a {
      color: #7bbdeb;
      text-decoration: underline; }
      .faq__description-values a:hover {
        text-decoration: none; }
    .faq__description-values::before {
      content: "A:";
      margin-right: 5px;
      margin-left: -25px;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.2;
      color: #b8ded6; }
  .faq__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 54px;
    padding: 6px;
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: black;
    background-color: #ececec; }
    .faq__call b {
      font-weight: bold;
      color: #96cdc1; }
