@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic");
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active, a:focus, a:active {
  outline: none; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit;
  font-size: 100%; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*---------------------------------------------------------*/
/*Подключение шрифтов*/
@font-face {
  font-family: 'Europe';
  src: url("../fonts/EuropeExtNormal.eot");
  src: local("☺"), url("../fonts/EuropeExtNormal.woff") format("woff"), url("../fonts/EuropeExtNormal.ttf") format("truetype"), url("../fonts/EuropeExtNormal.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/*Задание стилей для всего документа и обёрток*/
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  background-color: #1e1e1e; }

.wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 320px; }

.container {
  max-width: 1230px;
  min-width: 320px;
  padding: 0 30px;
  margin: 0 auto; }

/*Скрытие пункта меню (сейчас это раздел "Аудиторя")*/
.hidden {
  display: none; }

.contact__button {
  display: block;
  padding: 17px 35px;
  background: -webkit-gradient(linear, left top, right top, from(#90714c), to(#bfa573));
  background: -webkit-linear-gradient(left, #90714c, #bfa573);
  background: -o-linear-gradient(left, #90714c, #bfa573);
  background: linear-gradient(to right, #90714c, #bfa573);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .contact__button span {
    display: inline-block;
    margin-left: 30px;
    width: 22px;
    height: 1px;
    background-color: #ffffff;
    position: relative;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
    .contact__button span::after {
      content: '';
      width: 12px;
      height: 12px;
      border: 1px solid;
      border-color: transparent #ffffff #ffffff transparent;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: rotate(-45deg) translate(3px, -5px);
      -ms-transform: rotate(-45deg) translate(3px, -5px);
      transform: rotate(-45deg) translate(3px, -5px); }
  .contact__button:hover, .contact__button:focus {
    -webkit-box-shadow: 0 0 15px #90714c;
    box-shadow: 0 0 15px #90714c; }

.main {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../img/main/main-bg.jpg") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 110px 0 130px;
  position: relative; }
  .main__languages {
    width: 65px;
    position: absolute;
    right: 130px;
    top: 37px;
    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;
    z-index: 20; }
  .main__lang {
    display: block;
    cursor: pointer;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #a9a49b;
    text-transform: uppercase; }
    .main__lang--active {
      font-weight: 700;
      color: #ffffff; }
    .main__lang:hover, .main__lang:focus {
      text-decoration: underline; }
  .main__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    position: relative; }
  .main .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .main .footer__copyright {
      text-align: left;
      color: #ffffff; }

.iphone {
  margin-right: -190px;
  position: relative;
  z-index: 10; }
  .iphone__monitor {
    width: 100%; }
    .iphone__monitor img {
      display: block;
      width: 100%;
      height: auto; }
  .iphone__navigation {
    width: 82%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .iphone__menu {
    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; }
  .iphone__link {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #e2e2e2;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    padding: 10px 0;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .iphone__link--active {
      border-right: 3px solid #e2e2e2;
      border-left: 3px solid #e2e2e2; }
    .iphone__link--video {
      display: none; }
    .iphone__link:hover, .iphone__link:focus {
      border-right: 3px solid #e2e2e2;
      border-left: 3px solid #e2e2e2; }
  .iphone .contact__button {
    display: none; }

.macbook {
  position: relative; }
  .macbook__monitor {
    width: 100%; }
    .macbook__monitor img {
      display: block;
      width: 100%;
      height: auto; }
  .macbook__image {
    width: 63%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -57%);
    -ms-transform: translate(-50%, -57%);
    transform: translate(-50%, -57%); }
    .macbook__image img {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 10; }
    .macbook__image video {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #000000; }
  .macbook__title {
    width: 100%;
    text-align: center;
    font-family: 'Europe';
    font-size: 24px;
    letter-spacing: 0.96px;
    color: #eacc90;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -70px);
    -ms-transform: translate(-50%, -70px);
    transform: translate(-50%, -70px);
    z-index: 10; }
  .macbook__play {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #e1e1e1;
    background-color: transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -105px);
    -ms-transform: translate(-50%, -105px);
    transform: translate(-50%, -105px);
    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-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 10; }
    .macbook__play span {
      display: block;
      width: 0;
      height: 0;
      border: 12px solid transparent;
      border-left-color: #e1e1e1;
      -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
      transform: translateX(8px); }
    .macbook__play:hover, .macbook__play:focus {
      -webkit-box-shadow: 0 0 15px #e1e1e1;
      box-shadow: 0 0 15px #e1e1e1; }
  .macbook .contact__button {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 120%);
    -ms-transform: translate(-50%, 120%);
    transform: translate(-50%, 120%); }

.ipad {
  margin: 0 0 0 -320px;
  -webkit-transform: translateY(160px);
  -ms-transform: translateY(160px);
  transform: translateY(160px);
  position: relative;
  z-index: 100; }
  .ipad__monitor {
    width: 100%; }
    .ipad__monitor img {
      display: block;
      width: 100%;
      height: auto; }
  .ipad__info {
    color: #e2e2e2;
    position: absolute;
    width: 68%;
    top: 160px;
    left: 150px; }
  .ipad__item {
    font-size: 18px;
    line-height: 1.38;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative; }
    .ipad__item::before {
      content: '';
      width: 15px;
      height: 15px;
      background: url("../img/main/icon-ok.png") center center/cover no-repeat;
      position: absolute;
      left: 0;
      top: 5px; }
  .ipad__text {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.24px;
    font-weight: 400;
    padding-left: 30px; }

.main-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100; }
  .main-modal__content {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 5px #bfa573;
    box-shadow: 0 0 5px #bfa573;
    border-radius: 5px; }
    .main-modal__content video {
      display: block;
      width: 98%;
      height: 98%;
      margin: 0 auto; }
  .main-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -170%);
    -ms-transform: translate(0, -170%);
    transform: translate(0, -170%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .main-modal__close span {
      font-size: 0; }
      .main-modal__close span::before, .main-modal__close span::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background-color: #bfa573; }
      .main-modal__close span::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .main-modal__close span::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
    .main-modal__close:hover span::before, .main-modal__close:focus span::before {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
      transform: translate(-50%, -50%) rotate(225deg);
      -webkit-box-shadow: 0 0 15px #bfa573;
      box-shadow: 0 0 15px #bfa573; }
    .main-modal__close:hover span::after, .main-modal__close:focus span::after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg);
      -webkit-box-shadow: 0 0 15px #bfa573;
      box-shadow: 0 0 15px #bfa573; }

@media (min-width: 2000px) {
  .main__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 1700px) {
  .main {
    padding: 0 0 0 15px; }
    .main__languages {
      right: 20px; } }

@media (max-width: 1600px) {
  .macbook {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 900px;
    flex: 0 1 900px;
    max-width: 900px; }
    .macbook__title {
      font-size: 20px;
      -webkit-transform: translate(-50%, -50px);
      -ms-transform: translate(-50%, -50px);
      transform: translate(-50%, -50px); }
    .macbook__play {
      display: block;
      width: 40px;
      height: 40px;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, -90px);
      -ms-transform: translate(-50%, -90px);
      transform: translate(-50%, -90px); }
      .macbook__play span {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px);
        border-width: 8px; }
  .iphone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
    max-width: 180px;
    margin-right: -155px; }
  .ipad {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
    max-width: 500px;
    margin: 0 0 0 -260px;
    -webkit-transform: translateY(130px);
    -ms-transform: translateY(130px);
    transform: translateY(130px); }
    .ipad__info {
      width: 70%;
      top: 110px;
      left: 110px; }
    .ipad__item {
      font-size: 16px;
      line-height: 1; }
      .ipad__item::before {
        top: 0; }
    .ipad__text {
      font-size: 16px; } }

@media (max-width: 1200px) {
  .macbook {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 700px;
    flex: 0 1 700px;
    max-width: 700px; }
    .macbook__title {
      font-size: 18px;
      -webkit-transform: translate(-50%, -30px);
      -ms-transform: translate(-50%, -30px);
      transform: translate(-50%, -30px); }
    .macbook__play {
      -webkit-transform: translate(-50%, -60px);
      -ms-transform: translate(-50%, -60px);
      transform: translate(-50%, -60px); }
  .iphone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
    max-width: 120px;
    margin-right: -120px; }
    .iphone__link {
      font-size: 10px;
      padding: 5px 0;
      margin-bottom: 3px; }
      .iphone__link--active {
        border-right: 2px solid #e2e2e2;
        border-left: 2px solid #e2e2e2; }
      .iphone__link:hover, .iphone__link:focus {
        border-right: 2px solid #e2e2e2;
        border-left: 2px solid #e2e2e2; }
  .ipad {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    max-width: 400px;
    margin: 0 0 0 -210px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .ipad__info {
      top: 90px;
      left: 90px; }
    .ipad__item {
      font-size: 12px;
      padding-left: 20px; }
      .ipad__item::before {
        width: 10px;
        height: 10px; }
    .ipad__text {
      font-size: 12px;
      padding-left: 20px; } }

@media (max-width: 991px) {
  .macbook {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    max-width: 550px; }
    .macbook__title {
      font-size: 12px;
      -webkit-transform: translate(-50%, -15px);
      -ms-transform: translate(-50%, -15px);
      transform: translate(-50%, -15px); }
    .macbook__play {
      width: 30px;
      height: 30px;
      -webkit-transform: translate(-50%, -40px);
      -ms-transform: translate(-50%, -40px);
      transform: translate(-50%, -40px); }
      .macbook__play span {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        border-width: 6px; }
    .macbook .contact__button {
      padding: 10px 20px;
      font-size: 12px; }
      .macbook .contact__button span {
        margin-left: 15px;
        width: 15px; }
        .macbook .contact__button span::after {
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(-45deg) translate(2px, -3px);
          -ms-transform: rotate(-45deg) translate(2px, -3px);
          transform: rotate(-45deg) translate(2px, -3px); }
      .macbook .contact__button:hover, .macbook .contact__button:focus {
        -webkit-box-shadow: 0 0 10px #90714c;
        box-shadow: 0 0 10px #90714c; }
  .iphone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 110px;
    flex: 0 1 110px;
    max-width: 110px;
    margin-right: -110px; }
    .iphone__link {
      font-size: 8px;
      font-weight: 600; }
  .ipad {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 330px;
    flex: 0 1 330px;
    max-width: 330px;
    margin: 0 0 0 -210px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .ipad__info {
      top: 75px;
      left: 70px; }
    .ipad__item {
      font-size: 9px; }
    .ipad__text {
      font-size: 9px; }
  .main .footer__copyright {
    font-size: 9px; } }

@media (max-width: 700px) {
  .main__languages {
    top: 20px; }
  .main__content {
    padding-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .macbook {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    max-width: 450px; }
    .macbook__play {
      -webkit-transform: translate(-50%, -35px);
      -ms-transform: translate(-50%, -35px);
      transform: translate(-50%, -35px); }
  .iphone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    max-width: 100px;
    margin-right: -80px; }
    .iphone__link {
      font-size: 8px;
      font-weight: 600; }
  .ipad {
    display: none; } }

@media (max-width: 480px) {
  .main {
    background-position: right bottom;
    background-size: cover;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(100vh - 55px); }
  .main__languages {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main__content {
    padding: 30px 0 0; }
  .macbook {
    display: none; }
  .iphone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    max-width: 200px;
    margin-right: 0;
    margin-top: 60px; }
    .iphone__monitor {
      height: 60vh;
      max-height: 400px; }
      .iphone__monitor img {
        width: 100%;
        height: 100%; }
    .iphone__link {
      font-size: 16px;
      margin: 0; }
      .iphone__link--video {
        display: block;
        margin-top: 0; }
    .iphone__navigation {
      height: 90%; }
    .iphone__menu {
      height: 100%; }
    .iphone .contact__button {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 200px;
      display: block;
      padding: 17px 33px;
      -webkit-transform: translate(-50%, 70px);
      -ms-transform: translate(-50%, 70px);
      transform: translate(-50%, 70px); }
      .iphone .contact__button span {
        margin-left: 25px; }
  .main .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 100%); }
  .main .footer__copyright {
    text-align: center; } }

@media (max-width: 320px) {
  .main {
    background-position: right bottom; } }

.about {
  width: 100%;
  height: 100vh;
  background: #1a1a1a url("../img/about/about-bg.jpg") center bottom/cover no-repeat;
  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; }
  .about__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 40px;
    color: #ffffff; }
  .about__button {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto 35px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, from(#90714c), to(#bfa573));
    background: -webkit-linear-gradient(left, #90714c, #bfa573);
    background: -o-linear-gradient(left, #90714c, #bfa573);
    background: linear-gradient(to right, #90714c, #bfa573);
    border-radius: 50px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .about__button:hover, .about__button:focus {
      -webkit-box-shadow: 0 0 15px #90714c;
      box-shadow: 0 0 15px #90714c; }
  .about__title {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px; }
  .about__text {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 12px; }
  .about__services {
    max-width: 935px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 35px rgba(118, 48, 239, 0.4);
    box-shadow: 0 0 35px rgba(118, 48, 239, 0.4);
    padding: 25px; }
  .about__subtitle {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px; }
  .about__item {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
    line-height: 1.28;
    padding-left: 15px;
    margin-bottom: 13px;
    position: relative; }
    .about__item::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ffffff;
      position: absolute;
      left: 0;
      top: 4px; }
  .about__slider-wrap {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75) url("../img/about/about-slider-bg.png") center center no-repeat;
    background-size: 75% 75%;
    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; }
    .about__slider-wrap--active {
      opacity: 1;
      z-index: 100; }
  .about__slider {
    min-width: 0;
    width: 1230px;
    padding: 0 30px;
    position: relative; }
  .about__slide {
    min-width: 0;
    display: block;
    margin: 0 40px;
    position: relative; }
    .about__slide img {
      display: block;
      width: 100%;
      height: auto; }
    .about__slide::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .about__slide:hover::after, .about__slide:focus::after {
      opacity: 0; }
  .about .slick-list {
    overflow: hidden;
    width: 77.5%;
    margin: 0 auto; }
  .about .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-prev-arrow, .about-next-arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 85px;
    background: url("../img/about/icon-arrow.png") center center/cover no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .about-prev-arrow {
    left: 0;
    -webkit-transform: translate(60px, -50%);
    -ms-transform: translate(60px, -50%);
    transform: translate(60px, -50%); }
    .about-prev-arrow:hover, .about-prev-arrow:focus {
      -webkit-transform: translate(60px, -50%) scale(1.2);
      -ms-transform: translate(60px, -50%) scale(1.2);
      transform: translate(60px, -50%) scale(1.2); }
  .about-next-arrow {
    right: 0;
    -webkit-transform: rotate(180deg) translate(60px, 50%);
    -ms-transform: rotate(180deg) translate(60px, 50%);
    transform: rotate(180deg) translate(60px, 50%); }
    .about-next-arrow:hover, .about-next-arrow:focus {
      -webkit-transform: rotate(180deg) translate(60px, 50%) scale(1.2);
      -ms-transform: rotate(180deg) translate(60px, 50%) scale(1.2);
      transform: rotate(180deg) translate(60px, 50%) scale(1.2); }
  .about__slider-close {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(700%, 50px);
    -ms-transform: translate(700%, 50px);
    transform: translate(700%, 50px);
    width: 50px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 120; }
    .about__slider-close span {
      font-size: 0; }
      .about__slider-close span::before, .about__slider-close span::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 5px;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background-color: #bfa573; }
      .about__slider-close span::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .about__slider-close span::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
    .about__slider-close:hover span::before, .about__slider-close:focus span::before {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
      transform: translate(-50%, -50%) rotate(225deg);
      -webkit-box-shadow: 0 0 15px #bfa573;
      box-shadow: 0 0 15px #bfa573; }
    .about__slider-close:hover span::after, .about__slider-close:focus span::after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg);
      -webkit-box-shadow: 0 0 15px #bfa573;
      box-shadow: 0 0 15px #bfa573; }

.header {
  width: 100%;
  padding: 13px 0;
  background-color: #333333;
  position: relative; }
  .header__content {
    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; }
  .header__logo {
    display: block;
    height: 75px; }
    .header__logo img {
      display: block;
      height: 100%;
      width: auto; }
  .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__menu li {
      margin-right: 40px; }
  .header__link {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #a9a49b;
    text-transform: uppercase;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .header__link--active {
      color: #ffffff; }
    .header__link:hover, .header__link:focus {
      color: #ffffff; }
  .header__languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__lang {
    display: block;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #a9a49b;
    text-transform: uppercase;
    margin-left: 15px; }
    .header__lang--active {
      font-weight: 700;
      color: #ffffff; }
    .header__lang:hover, .header__lang:focus {
      text-decoration: underline; }
  .header__burger {
    display: none;
    height: 16px;
    background-color: transparent;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .header__burger:hover, .header__burger:focus {
      height: 25px; }
      .header__burger:hover .header__line:first-child, .header__burger:focus .header__line:first-child {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px); }
      .header__burger:hover .header__line:last-child, .header__burger:focus .header__line:last-child {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px); }
    .header__burger--active .header__line:last-child {
      display: none; }
    .header__burger--active .header__line:nth-child(2) {
      -webkit-transform: rotate(45deg) translate(0, -3px);
      -ms-transform: rotate(45deg) translate(0, -3px);
      transform: rotate(45deg) translate(0, -3px); }
    .header__burger--active .header__line:first-child {
      -webkit-transform: rotate(-45deg) translate(0, 3px);
      -ms-transform: rotate(-45deg) translate(0, 3px);
      transform: rotate(-45deg) translate(0, 3px); }
    .header__burger--active:hover .header__line:nth-child(2), .header__burger--active:focus .header__line:nth-child(2) {
      -webkit-transform: rotate(45deg) translate(0, -3px) scale(1.2);
      -ms-transform: rotate(45deg) translate(0, -3px) scale(1.2);
      transform: rotate(45deg) translate(0, -3px) scale(1.2); }
    .header__burger--active:hover .header__line:first-child, .header__burger--active:focus .header__line:first-child {
      -webkit-transform: rotate(-45deg) translate(0, 3px) scale(1.2);
      -ms-transform: rotate(-45deg) translate(0, 3px) scale(1.2);
      transform: rotate(-45deg) translate(0, 3px) scale(1.2); }
  .header__line {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #e8cd9a;
    border-radius: 3px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .header__line:first-child {
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px); }
    .header__line:last-child {
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px); }
  .header__button {
    display: inline-block;
    width: 20px; }
  .header__word {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 10px; }

.footer {
  padding: 15px 0; }
  .footer__copyright {
    font-size: 11px;
    color: #999999; }

.about-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 200; }
  .about-modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 610px;
    min-height: 200px;
    max-height: 90vh; }
    .about-modal__content img {
      display: block;
      width: 570px;
      height: auto;
      -webkit-box-shadow: 0 0 35px rgba(118, 48, 239, 0.4);
      box-shadow: 0 0 35px rgba(118, 48, 239, 0.4); }
  .about-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .about-modal__close span {
      font-size: 0; }
      .about-modal__close span::before, .about-modal__close span::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background-color: #ffffff; }
      .about-modal__close span::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .about-modal__close span::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
    .about-modal__close:hover span::before, .about-modal__close:focus span::before {
      -webkit-box-shadow: 0 0 15px #ffffff;
      box-shadow: 0 0 15px #ffffff; }
    .about-modal__close:hover span::after, .about-modal__close:focus span::after {
      -webkit-box-shadow: 0 0 15px #ffffff;
      box-shadow: 0 0 15px #ffffff; }

@media (max-width: 1500px) {
  .about {
    height: auto; }
  .about .footer {
    margin-top: 200px; }
  .about .slick-list {
    width: 60%; }
  .about__slider-close {
    left: 100%;
    top: 0;
    -webkit-transform: translate(-150%, 50px);
    -ms-transform: translate(-150%, 50px);
    transform: translate(-150%, 50px); }
  .about-modal__content {
    width: 440px; }
    .about-modal__content img {
      width: 400px; } }

@media (max-width: 1200px) {
  .header__menu li {
    margin-right: 25px; }
  .about-modal__content {
    width: 390px; }
    .about-modal__content img {
      width: 350px; } }

@media (max-width: 991px) {
  .header__logo {
    margin: 0 auto;
    padding-left: 50px; }
  .header__burger {
    display: block; }
  .header__menu {
    opacity: 0;
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #333333;
    overflow-y: auto;
    padding-bottom: 60px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header__menu--active {
      opacity: 1;
      z-index: 100; }
    .header__menu li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      text-align: center;
      margin: 0; }
  .header__link {
    font-size: 24px; }
  .about__text {
    margin-bottom: 25px; }
  .about .footer {
    padding: 35px 0;
    margin-top: 230px; } }

@media (max-width: 767px) {
  .about .slick-list {
    width: 80%; }
  .about-prev-arrow, .about-next-arrow {
    width: 30px;
    height: 60px; }
  .about-prev-arrow {
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%); }
    .about-prev-arrow:hover, .about-prev-arrow:focus {
      -webkit-transform: translate(30px, -50%) scale(1.2);
      -ms-transform: translate(30px, -50%) scale(1.2);
      transform: translate(30px, -50%) scale(1.2); }
  .about-next-arrow {
    -webkit-transform: rotate(180deg) translate(30px, 50%);
    -ms-transform: rotate(180deg) translate(30px, 50%);
    transform: rotate(180deg) translate(30px, 50%); }
    .about-next-arrow:hover, .about-next-arrow:focus {
      -webkit-transform: rotate(180deg) translate(30px, 50%) scale(1.2);
      -ms-transform: rotate(180deg) translate(30px, 50%) scale(1.2);
      transform: rotate(180deg) translate(30px, 50%) scale(1.2); }
  .footer__copyright {
    text-align: center; } }

@media (max-width: 576px) {
  .header__word {
    display: none; }
  .about .slick-list {
    width: 70%; }
  .about {
    background-size: 270% auto;
    background-position: center bottom 70px; }
    .about__content {
      padding-top: 30px; }
    .about__button {
      margin-bottom: 25px; }
    .about__services {
      padding: 25px 0;
      margin: 0 -30px; }
    .about__subtitle {
      display: none; }
    .about__list {
      padding: 0 30px; }
    .about__item {
      padding-left: 0; }
      .about__item::before {
        display: none; }
    .about .footer {
      margin-top: 41%;
      padding: 25px 0; } }

@media (max-width: 480px) {
  .about-modal__content {
    width: 100%;
    padding-left: 10px; }
    .about-modal__content img {
      width: 90%; } }

.cases {
  width: 100%;
  height: 100vh;
  background: #1a1a1a url("../img/cases/cases-bg.jpg") center center/cover no-repeat;
  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;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .cases__content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #ffffff; }
  .cases__content {
    width: 100%;
    height: 100%; }
    .cases__content .container {
      height: 100%; }
  .cases__block {
    height: 100%;
    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; }
  .cases__info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
    height: 100%;
    position: relative;
    margin-right: 30px; }
    .cases__info-wrap::before {
      content: '';
      width: 460px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
  .cases__info {
    position: relative;
    z-index: 20;
    padding: 57px 50px 0 0; }
  .cases__title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 23px; }
  .cases__text {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 45px; }
  .cases .contact__button {
    width: 200px; }
    .cases .contact__button span {
      margin-left: 25px; }
  .cases__items {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cases__column {
    min-height: 322px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20.5%;
    flex: 0 1 20.5%;
    max-width: 20.5%;
    margin-bottom: 45px; }
  .cases__element {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(51, 51, 51, 0.9) url("../img/cases/mobile-bg.png") center center/100% 100% no-repeat;
    padding: 90px 10px 30px;
    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; }
  .cases__icon {
    height: 30px;
    margin-bottom: 30px; }
    .cases__icon img {
      display: block;
      height: 100%;
      width: auto;
      margin: 0 auto; }
  .cases__subtitle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    text-align: center; }
  .cases__more {
    display: block;
    width: 110px;
    height: 38px;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #e8cd9a;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .cases__more:hover, .cases__more:focus {
      background: -webkit-gradient(linear, left top, right top, from(#90714c), to(#bfa573));
      background: -webkit-linear-gradient(left, #90714c, #bfa573);
      background: -o-linear-gradient(left, #90714c, #bfa573);
      background: linear-gradient(to right, #90714c, #bfa573);
      border: none;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
  .cases .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 50px; }
    .cases .footer .container {
      width: 100%;
      max-width: 1230px;
      padding: 0 30px;
      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; }
    .cases .footer__copyright {
      position: relative;
      z-index: 20; }
    .cases .footer__button {
      display: inline-block;
      color: #ffffff;
      font-weight: 600;
      background-color: transparent;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      .cases .footer__button:hover, .cases .footer__button:focus {
        text-shadow: 0 0 10px #ffffff; }
      .cases .footer__button span {
        display: inline-block;
        margin-left: 13px;
        width: 22px;
        height: 1px;
        background-color: #ffffff;
        position: relative;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px); }
        .cases .footer__button span::after {
          content: '';
          width: 12px;
          height: 12px;
          border: 1px solid;
          border-color: transparent #ffffff #ffffff transparent;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform: rotate(-45deg) translate(3px, -5px);
          -ms-transform: rotate(-45deg) translate(3px, -5px);
          transform: rotate(-45deg) translate(3px, -5px); }

@media (max-width: 1500px) {
  .cases {
    height: auto; }
    .cases__content {
      height: auto; }
      .cases__content .container {
        height: auto; }
    .cases__block {
      height: auto;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .cases__items {
      padding-top: 60px; }
    .cases .footer {
      position: static;
      padding: 0 0 50px; } }

@media (max-width: 1200px) {
  .cases__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    max-width: 24%;
    min-height: 270px; }
  .cases__items {
    padding-top: 20px; }
  .cases__element {
    padding-top: 60px; }
  .cases__subtitle {
    font-size: 13px; }
  .cases .footer {
    padding-bottom: 30px; } }

@media (max-width: 991px) {
  .cases__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cases__info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0; }
    .cases__info-wrap::before {
      width: 150%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .cases__info {
    padding: 25px 0 35px; }
  .cases__title {
    font-size: 30px;
    margin-bottom: 12px; }
  .cases__text {
    display: inline-block;
    max-width: calc(100% - 210px);
    font-size: 16px;
    padding-right: 30px;
    margin-bottom: 0; }
  .cases .contact__button {
    display: inline-block;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: 0; }
  .cases__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 25px 45px 10px; }
  .cases__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
    max-width: 21%;
    min-height: 322px;
    margin-bottom: 30px; }
  .cases__element {
    padding-top: 90px; }
  .cases__subtitle {
    font-size: 15px; }
  .cases .footer {
    padding: 10px 0 35px; } }

@media (max-width: 850px) {
  .cases__items {
    padding: 25px 0 10px; }
  .cases__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    max-width: 23%; }
  .cases__subtitle {
    font-size: 13px;
    line-height: 1.6; } }

@media (max-width: 650px) {
  .cases__info {
    padding-bottom: 40px; }
  .cases__title {
    margin-bottom: 20px;
    text-align: center; }
  .cases__text {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
    display: block; }
  .cases .contact__button {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto; }
  .cases__items {
    padding: 20px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cases__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36%;
    flex: 0 1 36%;
    max-width: 36%;
    margin: 0 10px 20px; }
  .cases__subtitle {
    font-size: 13px;
    line-height: 1.6; }
  .cases .footer {
    padding: 15px 0 30px; }
    .cases .footer .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .cases .footer__copyright {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .cases .footer__button {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 25px; } }

@media (max-width: 480px) {
  .cases__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cases__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    max-width: 48%;
    min-height: 290px;
    margin: 0 0 20px; }
  .cases__element {
    padding-top: 80px; }
  .cases__more {
    width: 100px;
    height: 35px; } }

.share {
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
  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;
  position: relative;
  overflow: hidden; }
  .share__content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #ffffff; }
    .share__content-wrap .container {
      height: 100%;
      padding: 0;
      background-color: #ffffff; }
  .share__title {
    display: none; }
  .share__content {
    width: 100%;
    height: 100%;
    background: #f6f6f6 url("../img/share/tree.jpg") no-repeat;
    background-size: auto 95%;
    background-position: right top;
    position: relative;
    overflow: hidden;
    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; }
  .share__tape {
    width: 670px;
    position: fixed;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 70; }
    .share__tape img {
      display: block;
      width: 100%;
      height: auto; }
  .share__congratulations {
    width: 420px;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.17;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .share__congratulations span {
      display: block;
      font-size: 16px;
      font-weight: 400;
      margin-top: 8px; }
  .share__subtitle {
    font-weight: 700;
    font-size: 42px;
    color: #1c1c1c;
    text-align: center;
    margin-top: 25px;
    background-color: transparent; }
    .share__subtitle span {
      color: #ff2d2d; }
  .share__hand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative; }
  .share__image {
    width: 887px;
    max-height: 100%;
    background: url("../img/share/box-close.png") no-repeat;
    background-position: right 110px bottom 90px;
    background-size: 25% auto;
    position: relative; }
    .share__image img {
      display: block;
      height: auto;
      max-height: 500px;
      width: 100%; }
  .share__information {
    width: 406px;
    height: 212px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-63px, 60px);
    -ms-transform: translate(-63px, 60px);
    transform: translate(-63px, 60px);
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 60;
    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; }
  .share__button {
    display: block;
    width: 237px;
    height: 65px;
    background-color: #e00a1d;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .share__button:hover, .share__button:focus {
      -webkit-box-shadow: 0 0 15px #e00a1d;
      box-shadow: 0 0 15px #e00a1d; }
  .share__bonus {
    padding: 30px 20px 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .share__text {
    color: #171717;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .share .text-medium {
    font-weight: 500; }
  .share .text-bold {
    font-weight: 700;
    color: #ffffff;
    background-color: #ff2d2d;
    padding: 0 5px; }
  .share .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 10px;
    text-align: center; }
    .share .footer__copyright {
      position: relative;
      z-index: 20; }

@media (max-width: 1100px) {
  .share__image {
    left: -120px; } }

@media (max-width: 900px) {
  .share__content {
    background-position: right -70px top; }
  .share__image {
    left: -80px;
    width: 700px;
    background-position: right 100px bottom 140px;
    background-size: 25% auto; }
    .share__image img {
      max-height: 450px; }
  .share__information {
    width: 323px;
    height: 183px;
    -webkit-transform: translate(-49px, 52px);
    -ms-transform: translate(-49px, 52px);
    transform: translate(-49px, 52px); }
  .share__bonus {
    padding: 10px; }
  .share__text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px; }
  .share__tape {
    width: 570px; }
  .share__congratulations {
    font-size: 18px; }
    .share__congratulations span {
      font-size: 14px;
      margin-top: 0px; } }

@media (max-width: 767px) {
  .share__subtitle {
    font-size: 30px; }
  .share__image {
    width: 570px;
    background-position: right 70px bottom 100px;
    background-size: 26% auto; }
  .share__information {
    width: 264px;
    height: 149px;
    -webkit-transform: translate(-39px, 42px);
    -ms-transform: translate(-39px, 42px);
    transform: translate(-39px, 42px); }
  .share__text {
    font-size: 14px; } }

@media (max-width: 576px) {
  .share {
    height: calc(100vh - 55px); }
    .share__subtitle {
      font-size: 24px;
      margin-top: 10px; }
    .share__image {
      left: -180px;
      width: 600px;
      background-position: right 50px bottom 80px;
      background-size: 25% auto;
      position: absolute; }
    .share__information {
      width: 277px;
      height: 157px;
      -webkit-transform: translate(-42px, 44px);
      -ms-transform: translate(-42px, 44px);
      transform: translate(-42px, 44px); }
    .share__text {
      font-size: 14px;
      margin-bottom: 10px; } }

@media (max-width: 480px) {
  .share__subtitle {
    font-size: 24px;
    margin-right: 30px; }
  .share__image {
    left: 0;
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    background: none; }
    .share__image img {
      -webkit-transform: rotate(-90deg) scale(0.9);
      -ms-transform: rotate(-90deg) scale(0.9);
      transform: rotate(-90deg) scale(0.9); }
  .share__information {
    width: 140px;
    height: 250px;
    -webkit-transform: translate(-286px, -47px);
    -ms-transform: translate(-286px, -47px);
    transform: translate(-286px, -47px); }
  .share__text {
    font-size: 14px;
    margin-bottom: 10px; }
  .share__button {
    width: 130px;
    height: 45px;
    font-size: 11px; } }

@media only screen and (max-height: 450px) {
  .share__subtitle {
    display: none; }
  .share__tape {
    display: none; }
  .share .footer {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 480px) and (max-height: 620px) {
  .share__image {
    left: 0;
    bottom: -30px;
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    background: none; }
    .share__image img {
      -webkit-transform: rotate(-90deg) scale(0.7);
      -ms-transform: rotate(-90deg) scale(0.7);
      transform: rotate(-90deg) scale(0.7); }
  .share__information {
    width: 110px;
    height: 194px;
    -webkit-transform: translate(-288px, 4px);
    -ms-transform: translate(-288px, 4px);
    transform: translate(-288px, 4px); }
  .share__text {
    font-size: 10px;
    margin-bottom: 5px; }
  .share__button {
    width: 100px;
    height: 35px;
    font-size: 8px;
    text-transform: uppercase; }
  .share__tape {
    width: 500px; }
  .share__congratulations {
    width: 300px;
    font-size: 13px; }
    .share__congratulations span {
      font-size: 11px; } }

.contacts {
  width: 100%;
  height: 100vh;
  background: #1a1a1a url("../img/contacts/contacts-bg.jpg") center center/cover no-repeat;
  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;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .contacts__content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #ffffff; }
  .contacts__content {
    width: 100%;
    height: 100%; }
    .contacts__content .container {
      height: 100%; }
  .contacts__block {
    height: 100%;
    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; }
  .contacts__info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
    height: 100%;
    position: relative; }
    .contacts__info-wrap::before {
      content: '';
      width: 460px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
  .contacts__info {
    position: relative;
    z-index: 20;
    padding-top: 57px; }
  .contacts__title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px; }
  .contacts__address {
    font-size: 20px;
    line-height: 1.9; }
    .contacts__address span {
      display: block; }
    .contacts__address:last-of-type {
      margin-bottom: 63px; }
  .contacts .contact__button {
    width: 200px;
    margin-bottom: 30px; }
  .contacts__phone span {
    margin-left: 25px; }
  .contacts__mail {
    padding: 17px 25px; }
    .contacts__mail span {
      margin-left: 13px; }
  .contacts__maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 60px; }
  .contacts__iphone {
    width: 210px;
    position: relative;
    z-index: 10; }
    .contacts__iphone img {
      display: block;
      width: 100%;
      height: auto; }
  .contacts__ipad {
    width: 400px;
    margin-left: -75px; }
    .contacts__ipad img {
      display: block;
      width: 100%;
      height: auto; }
  .contacts .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 50px; }
    .contacts .footer__copyright {
      position: relative;
      z-index: 20; }

@media (max-width: 1400px) {
  .contacts__info {
    padding-top: 20px; }
  .contacts__address:last-of-type {
    margin-bottom: 30px; }
  .contacts__maps {
    padding-right: 0; }
  .contacts__iphone {
    width: 120px; }
  .contacts__ipad {
    width: 270px;
    margin-left: -30px; }
  .contacts .footer {
    padding-bottom: 10px; } }

@media (max-width: 991px) {
  .contacts {
    height: auto; }
    .contacts__block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .contacts__info-wrap {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      height: auto; }
      .contacts__info-wrap::before {
        width: 150%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .contacts__info {
      padding: 25px 0 35px; }
    .contacts__title {
      font-size: 30px;
      margin-bottom: 12px; }
    .contacts__address {
      font-size: 16px;
      line-height: 1.75; }
      .contacts__address span {
        display: inline-block; }
      .contacts__address:last-of-type {
        margin-bottom: 0; }
    .contacts .contact__button {
      position: absolute;
      bottom: 40px;
      margin-bottom: 0; }
    .contacts__phone {
      right: 0; }
    .contacts__mail {
      right: 230px; }
    .contacts__maps {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 80px 0 25px; }
    .contacts__iphone {
      width: 210px; }
    .contacts__ipad {
      width: 400px;
      margin-left: -40px; }
    .contacts .footer {
      position: static;
      padding: 40px 0; } }

@media (max-width: 850px) {
  .contacts__phone {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .contacts__mail {
    right: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); } }

@media (max-width: 576px) {
  .contacts__info {
    padding: 22px 0 10px; }
  .contacts__title {
    margin-bottom: 20px;
    text-align: center; }
  .contacts__address span {
    display: block;
    text-align: center; }
  .contacts__address:last-of-type {
    margin-bottom: 42px; }
  .contacts .contact__button {
    position: static;
    margin: 0 auto 30px; }
  .contacts__phone {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .contacts__mail {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .contacts__maps {
    padding: 20px 0 70px; }
  .contacts__iphone {
    width: 150px; }
  .contacts__ipad {
    width: 315px;
    margin-left: -130px; }
  .contacts .footer {
    padding: 25px 0; } }

@media (max-width: 320px) {
  .contacts__maps {
    margin-left: -25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120%;
    flex: 0 1 120%;
    max-width: 120%; } }
