@charset "UTF-8";
/*
0 - 650px:      Phone
650 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800]   is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components
  */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: auto !important;
  position: fixed !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  height: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 100000;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-loading {
  display: block;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: -4.5rem;
  right: -8%;
  width: 4.5rem;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  background-image: url(../images/icons/close-yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 0.65;
}

@media only screen and (max-width: 649px) {
  .mfp-close {
    top: 2rem;
    right: 3rem;
    width: 6.5rem;
    height: 6.5rem;
    background-image: url(../images/icons/close-white.svg);
  }
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  padding: 0;
  height: 4.5rem;
  width: 4.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 0.65;
}

@media only screen and (max-width: 649px) {
  .mfp-arrow {
    height: 7rem;
    width: 7rem;
  }
}

.mfp-arrow-left {
  left: 4.2%;
  background-image: url(../images/icons/prev-white.svg);
  background-position: right;
}

.mfp-arrow-right {
  right: 4.2%;
  background-image: url(../images/icons/next-white.svg);
  background-position: left;
}

@media only screen and (max-width: 649px) {
  .mfp-arrow-left,
  .mfp-arrow-right {
    background-position: center;
  }
  .mfp-arrow-left {
    left: 3rem;
    background-image: url(../images/icons/prev-white.svg);
  }
  .mfp-arrow-right {
    right: 3rem;
    background-image: url(../images/icons/next-white.svg);
  }
  @supports ((-webkit-filter: drop-shadow(0 0 3px #000)) or (filter: drop-shadow(0 0 3px #000))) {
    .mfp-close,
    .mfp-arrow-left,
    .mfp-arrow-right {
      -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
              filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
    }
  }
  @supports not ((-webkit-filter: drop-shadow(0 0 3px #000)) or (filter: drop-shadow(0 0 3px #000))) {
    .mfp-close,
    .mfp-arrow-left,
    .mfp-arrow-right {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.translate-lg {
  -webkit-animation-name: translateYLarge;
          animation-name: translateYLarge;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes translateYLarge {
  0% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translateYLarge {
  0% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animated.translate-md {
  -webkit-animation-name: translateYMedium;
          animation-name: translateYMedium;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes translateYMedium {
  0% {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translateYMedium {
  0% {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animated.translate-sm {
  -webkit-animation-name: translateYSmall;
          animation-name: translateYSmall;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes translateYSmall {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translateYSmall {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animated.translate-xs {
  -webkit-animation-name: translateYExtraSmall;
          animation-name: translateYExtraSmall;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes translateYExtraSmall {
  0% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translateYExtraSmall {
  0% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

:root {
  font-size: 50%;
}

@media only screen and (max-width: 1199px) {
  :root {
    font-size: 43.75%;
  }
}

@media only screen and (max-width: 899px) {
  :root {
    font-size: 37.5%;
  }
}

@media (orientation: portrait) and (max-width: 649px) {
  :root {
    font-size: 33%;
  }
}

@media (orientation: landscape) and (max-width: 649px) {
  :root {
    font-size: 1.1vw;
  }
}

@media only screen and (min-width: 1750px) {
  :root {
    font-size: 75%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  color: #000;
}

section {
  position: relative;
}

main {
  overflow-x: hidden;
}

hr {
  margin-left: auto;
  margin-right: auto;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: black;
}

button, h1, h2, h3, h4, p, span, video, figure {
  position: relative;
  z-index: 100;
}

@font-face {
  font-family: 'Avenir Next Cyr Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../../fonts/AvenirNextCyr-Regular.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

@font-face {
  font-family: 'Avenir Next Cyr Medium';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../../fonts/AvenirNextCyr-Medium.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

@font-face {
  font-family: 'Avenir Next Cyr Demi';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/AvenirNextCyr-Demi.woff2") format("woff2"), url("../../fonts/AvenirNextCyr-Demi.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

@font-face {
  font-family: 'Avenir Next Cyr Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/AvenirNextCyr-Bold.woff2") format("woff2"), url("../../fonts/AvenirNextCyr-Bold.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

@font-face {
  font-family: 'Stag LCG Book';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/StagLCG-Book.woff2") format("woff2"), url("../../fonts/StagLCG-Book.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

@font-face {
  font-family: 'Stag LCG Semibold';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/StagLCG-Semibold.woff2") format("woff2"), url("../../fonts/StagLCG-Semibold.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

@font-face {
  font-family: 'Stag LCG Black';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/StagLCG-Black.woff2") format("woff2"), url("../../fonts/StagLCG-Black.woff") format("woff");
  unicode-range: U+0020-00FF, U+0400—04FF;
  /* Cyrillic glyphs */
}

.heading-primary {
  font: 700 6.83rem/1 "Avenir Next Cyr Bold", sans-serif;
  text-transform: uppercase;
}

.heading-secondary {
  display: inline;
  font: 400 6.83rem/1 "Avenir Next Cyr Regular", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 649px) {
  .heading-secondary {
    font-size: 6.2rem;
    line-height: 1.2;
  }
}

.heading-tertiary {
  font: 300 2.7rem/1 "Stag LCG Book", serif;
  color: #010101;
}

@media only screen and (max-width: 649px) {
  .heading-tertiary {
    font-size: 4rem;
    line-height: 1.3;
  }
}

.heading-tertiary--yellow {
  color: #ffe71e;
}

.u-highlight-blue {
  color: #000cff;
}

.u-highlight-blue-light {
  color: #5700ff;
}

.u-highlight-white {
  color: #fff;
}

.u-margin-bottom-lg {
  margin-bottom: 10rem !important;
}

@media only screen and (max-width: 899px) {
  .u-margin-bottom-lg {
    margin-bottom: 6rem !important;
  }
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

@media only screen and (max-width: 899px) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

.u-margin-top-lg {
  margin-top: 10rem !important;
}

@media only screen and (max-width: 899px) {
  .u-margin-top-lg {
    margin-top: 6rem !important;
  }
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

@media only screen and (max-width: 899px) {
  .u-margin-top-big {
    margin-top: 5rem !important;
  }
}

.u-margin-bottom-sm {
  margin-bottom: 4rem !important;
}

.u-font-weight-bold {
  font-weight: 700;
  font-family: "Avenir Next Cyr Bold", sans-serif;
}

.u-display-block {
  display: block;
}

@media only screen and (max-width: 649px) {
  .u-display-block-phone {
    display: block;
  }
}

.u-display-inline-block {
  display: inline-block;
}

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

.u-invisible {
  visibility: hidden;
}

.u-hidden {
  display: none;
}

@media all and (min-width: 2500px) {
  .u-hidden-big-desk {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-hidden-tab-land {
    display: none !important;
  }
}

@media only screen and (max-width: 899px) {
  .u-hidden-tab-port {
    display: none !important;
  }
}

@media only screen and (max-width: 649px) {
  .u-hidden-phone {
    display: none !important;
  }
}

.u-visible-qhd {
  display: none;
}

@media all and (min-width: 2500px) {
  .u-visible-qhd {
    display: block !important;
  }
}

.u-visible-big-desk {
  display: none;
}

.u-visible-tab-land {
  display: none;
}

.u-visible-phone {
  display: none;
}

@media only screen and (max-width: 649px) {
  .u-visible-phone {
    display: block !important;
  }
}

.btn {
  font: 400 3rem "Avenir Next Cyr Regular", sans-serif;
  border: none;
  -webkit-transition: background-color 400ms, color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, transform 400ms;
  transition: background-color 400ms, color 400ms, transform 400ms, -webkit-transform 400ms;
  cursor: pointer;
  padding: 1rem 3rem;
}

.btn--medium {
  min-width: 28.6rem;
  min-height: 7.67rem;
}

.btn--large {
  width: 32.2rem;
  height: 7.7rem;
}

.btn--blue {
  background-color: #000cff;
  color: #fff;
}

.btn--blue:hover {
  color: #5700ff;
  background-color: #ffe71e;
}

.btn--hover-white:hover {
  color: #5700ff;
  background-color: #fff;
}

.btn--go-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 50px;
  height: 50px;
  padding: 1rem;
  opacity: 0;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  outline: none;
}

.btn--go-to-top img {
  height: 100%;
  width: 100%;
}

.btn--yellow {
  color: #5700ff;
  background-color: #ffe71e;
  outline-color: #5700ff;
}

.btn--yellow:hover {
  background-color: #fff;
}

.scroll-svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: currentColor;
}

.scroll {
  color: #fff;
}

.scroll--dark {
  color: #000cff;
}

.btn-box {
  text-align: left;
}

/* FORM */
.form {
  text-align: center;
}

.form__field {
  width: 50.5rem;
  height: 5.1rem;
  padding-left: 5.33rem;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Avenir Next Cyr Regular", sans-serif;
  color: #010101;
  background-color: #ebebeb;
  border-left: none;
  border-right: none;
  border-top: transparent solid 2px;
  border-bottom: transparent solid 2px;
  outline-color: #5700ff;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}

@media only screen and (max-width: 649px) {
  .form__field {
    font-size: 2.5rem;
    width: 100%;
  }
}

.form__field::-webkit-input-placeholder {
  color: #bcbcbc;
}

.form__field::-ms-input-placeholder {
  color: #bcbcbc;
}

.form__field::placeholder {
  color: #bcbcbc;
}

.is-invalid {
  border-bottom-color: red;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1000;
  overflow-y: auto;
}

.popup__modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 60rem;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 649px) {
  max-width: 48rem;
}

.popup__modal-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: auto;
  font-size: 0;
  white-space: nowrap;
}

.popup__modal-inner:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

.popup__modal {
  position: relative;
  z-index: 1150;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 4.17rem 4.75rem 4.33rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #ffffff;
  white-space: normal;
}

.popup__modal--thank {
  width: 60rem;
  height: 46.67rem;
}

@media only screen and (max-width: 649px) {
  .popup__modal {
    width: 100%;
    max-width: 53rem;
  }
}

.popup__close {
  position: absolute;
  top: 1.5rem;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.popup__close:before, .popup__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 2px;
  width: 21px;
  background-color: #5700ff;
  content: "";
  -webkit-transition: height 300ms, width 300ms;
  transition: height 300ms, width 300ms;
}

.popup__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__title {
  margin-bottom: 2.33rem;
  font-family: "Avenir Next Cyr Medium", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  color: #5700ff;
  line-height: 1.1;
}

.popup__title--thank {
  position: absolute;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  line-height: 1.5;
}

.popup__error {
  visibility: hidden;
  text-align: left;
  margin-left: 2rem;
  color: red;
  margin-bottom: 2.33rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-family: "Avenir Next Cyr Medium", sans-serif;
}

.popup__error--email {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 649px) {
  .popup__error {
    font-size: 2.2rem;
  }
}

.ball,
.cloud {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.astronaut {
  position: absolute;
  right: -25rem;
  top: -21rem;
  width: 80.25rem;
  z-index: 50;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ball {
  z-index: 40;
}

.cloud {
  z-index: 30;
}

.section-showcase__ball-1 {
  right: 10.83rem;
  top: -36rem;
  width: 19.42rem;
}

.section-showcase__ball-2 {
  left: 49.17rem;
  top: -11.67em;
  width: 5.25rem;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.section-showcase__ball-3 {
  right: -30.35rem;
  top: -10.27em;
  width: 8.1rem;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.section-showcase__ball-4 {
  left: -26.17rem;
  top: 22.5rem;
  width: 17rem;
}

.section-showcase__ball-5 {
  left: 30.42rem;
  top: 18.42rem;
  width: 4.67rem;
}

.section-showcase__ball-6 {
  left: -36.92rem;
  top: 45.25rem;
  width: 6.17rem;
}

.section-showcase__ball-7 {
  left: 52.75rem;
  top: 47.67rem;
  width: 10.58rem;
}

.section-explanation__ball-1 {
  right: -12.25rem;
  top: 22rem;
  width: 5.25rem;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.section-explanation__ball-2 {
  left: -4.67rem;
  bottom: 17rem;
  width: 4.67rem;
}

.section-explanation__ball-3 {
  right: -18.33rem;
  bottom: -18.33rem;
  width: 15.33rem;
}

.section-clientage__ball-1 {
  right: 35.1rem;
  top: 19rem;
  width: 4.5rem;
}

@media only screen and (max-width: 649px) {
  .section-clientage__ball-1 {
    right: 2rem;
    top: -8rem;
  }
}

.section-clientage__ball-2 {
  left: -2rem;
  top: 70rem;
  width: 7.8rem;
}

.section-clientage__ball-3 {
  right: 2rem;
  top: 82rem;
  width: 4.5rem;
}

.section-video__ball-1 {
  left: -28rem;
  top: -18rem;
  width: 19.4rem;
}

.section-video__ball-2 {
  right: -8rem;
  bottom: -5.1rem;
  width: 8rem;
}

@media only screen and (max-width: 649px) {
  .section-video__ball-1 {
    display: none;
  }
  .section-video__ball-2 {
    right: 0;
  }
}

.section-collect-applications--1 .ball--1 {
  width: 4.7rem;
  left: 2rem;
  bottom: -11rem;
}

.section-collect-applications--2 .ball--1 {
  width: 7.92rem;
  left: -12rem;
  top: 21rem;
}

.section-collect-applications--2 .ball--2 {
  width: 15.3rem;
  right: -7rem;
  bottom: -13rem;
}

.section-portfolio__ball-1 {
  left: -12rem;
  top: 50%;
  width: 34.5rem;
}

.section-portfolio__ball-2 {
  right: -23rem;
  bottom: -28rem;
  width: 71.7rem;
}

.section-propositions__blue-ball-1 {
  width: 24.6rem;
  top: -12rem;
  left: -38.83rem;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.section-propositions__blue-ball-3 {
  width: 5.4rem;
  left: -21rem;
  top: 39rem;
}

.section-propositions__gold-ball-1 {
  width: 7rem;
  top: 21rem;
  right: -24rem;
}

.section-propositions__gold-ball-2 {
  width: 7rem;
  bottom: 0;
  left: 22rem;
}

@media only screen and (max-width: 649px) {
  .section-propositions__gold-ball-2 {
    bottom: 0;
    left: 1rem;
  }
}

.section-propositions__cloud-1 {
  right: -26.7rem;
  top: -24rem;
  width: 57.3rem;
  z-index: 5;
}

.section-reviews__blue-ball-1 {
  right: -4.5rem;
  top: 24rem;
  width: 7.9rem;
}

.section-reviews__blue-ball-2 {
  right: -53rem;
  bottom: 9rem;
  width: 50.6rem;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.section-reviews__gold-ball-1 {
  left: -21.5rem;
  top: 64.8rem;
  width: 7.1rem;
}

.section-specialization .ball--1 {
  left: 8.7rem;
  bottom: -20rem;
  width: 7.92rem;
}

.section-contacts .ball--1 {
  left: -19rem;
  bottom: -23rem;
  width: 31.58rem;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.popup .ball--1,
.popup .ball--2,
.popup .ball--3,
.popup .ball--4 {
  z-index: 0;
}

.popup .ball--1 {
  left: -11.1rem;
  top: 7.1rem;
  width: 2.67rem;
}

.popup .ball--2 {
  right: -7.8rem;
  top: -4.3rem;
  width: 15.5rem;
}

.popup .ball--3 {
  left: -10.46rem;
  bottom: -1.5rem;
  width: 6.92rem;
}

.popup .ball--4 {
  right: 1.25rem;
  bottom: -12.4rem;
  width: 5.5rem;
}

.section-showcase__cloud-1 {
  right: -48rem;
  top: 37.5rem;
  width: 74.1rem;
}

.section-showcase__cloud-2 {
  left: -47rem;
  top: 27.5rem;
  width: 86.83rem;
}

.section-explanation__cloud-1 {
  z-index: 100;
  left: -51rem;
  bottom: -32rem;
  width: 64.17rem;
}

.section-propositions__cloud-1 {
  right: -48.7rem;
  top: -48rem;
  width: 57.3rem;
}

.section-propositions__cloud-2 {
  left: -51rem;
  bottom: -13rem;
  height: 64.42rem;
}

.section-reviews__cloud-1 {
  right: -54rem;
  top: 17rem;
  height: 61.7rem;
}

.section-reviews__cloud-2 {
  left: -45rem;
  bottom: -29rem;
  width: 46.41rem;
}

.section-specialization__cloud-1 {
  left: -46.5rem;
  top: -18rem;
  width: 40.2rem;
}

.section-specialization__cloud-2 {
  right: -69.5rem;
  bottom: -33rem;
  height: 80.2rem;
}

.section-contacts__cloud-1 {
  left: -47.5rem;
  bottom: -28rem;
  width: 47.92rem;
}

@media all and (min-width: 2500px) {
  .section-showcase__cloud-1,
  .section-propositions__cloud-1,
  .section-reviews__cloud-1,
  .section-specialization__cloud-1 {
    right: 0;
  }
  .section-showcase__cloud-2,
  .section-explanation__cloud-1,
  .section-propositions__cloud-2,
  .section-reviews__cloud-2,
  .section-specialization__cloud-1,
  .section-contacts__cloud-1 {
    left: 0;
  }
}

/* SLIDER */
.slider {
  position: relative;
  z-index: 1000;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slide-wrapper {
  position: absolute;
  width: 80%;
  height: 75%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 649px) {
  .slide-wrapper {
    width: 100%;
    height: 95%;
  }
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide__iframe {
  width: 100%;
  height: 100%;
}

.slide__btn {
  position: absolute;
  z-index: 2000;
  background-color: transparent;
  border: none;
}

.slide__btn--prev, .slide__btn--next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4.5rem;
}

.slide__btn--prev img, .slide__btn--next img {
  height: 100%;
}

.slide__btn--prev {
  left: 6%;
}

.slide__btn--next {
  right: 5.1%;
}

.slide__info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9rem 3rem 3rem;
  width: 31rem;
  max-height: 100%;
  font-size: 1.8rem;
  color: #fff;
  background-color: #000cff;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
}

@media only screen and (max-width: 649px) {
  .slide__info {
    width: 100%;
    height: 100%;
    padding: 11rem 10rem 3rem;
    font-size: 2.7rem;
  }
}

@media screen and (orientation: landscape) and (max-width: 649px) {
  .slide__info {
    font-size: 2rem;
  }
}

.slide__info-title, .slide__info-subtitle {
  font-family: "Avenir Next Cyr Medium", sans-serif;
  font-size: inherit;
  margin-bottom: 1rem;
}

.slide__info-title {
  margin-bottom: 1rem;
}

.slide__info-subtitle {
  margin-bottom: .5rem;
  font-weight: "Avenir Next Cyr Medium", sans-serif;
}

.slide__info-subtitle:not(:first-of-type) {
  margin-top: 1rem;
}

.slide__info-text {
  font-family: "Avenir Next Cyr Regular", sans-serif;
}

.slide__info-btn {
  position: absolute;
  z-index: 1999;
  top: 2rem;
  left: 3rem;
  width: 4.5rem;
  height: 4.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.slide__info-btn img {
  width: 100%;
}

@supports ((-webkit-filter: drop-shadow(0 0 3px #000)) or (filter: drop-shadow(0 0 3px #000))) {
  .slide__info-btn img {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
  }
}

@media only screen and (max-width: 649px) {
  .slide__info-btn {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.slide__info-btn-check {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.loader-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.loader-wrap--btn {
  background-color: transparent;
}

.loader-wrap--popup {
  background-color: rgba(0, 0, 0, 0.4);
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.loader--btn {
  width: 5rem;
  height: 5rem;
  border: 3px solid white;
  border-top: 2px solid #000cff;
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms;
}

.loader--popup {
  width: 9rem;
  height: 9rem;
  border: 1.2rem solid rgba(255, 255, 255, 0.3);
  border-top: 1.2rem solid #000cff;
}

@media only screen and (max-width: 649px) {
  .loader--popup {
    width: 50px;
    height: 50px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #000cff;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.btn:hover .loader--btn,
.btn:focus .loader--btn
.btn:active .loader--btn {
  border-color: #ffe71e;
  border-top-color: #000cff;
}

.container {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}

@media only screen and (max-width: 899px) {
  .container {
    max-width: 110rem;
    padding: 0 3rem;
  }
}

@media only screen and (max-width: 649px) {
  .container {
    max-width: 100%;
    padding: 0 3rem;
  }
}

.row {
  position: relative;
  max-width: 100%;
}

.row:not(:last-child) {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 899px) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row [class^="col-"] {
  float: left;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 10.4rem;
}

@media only screen and (max-width: 899px) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 899px) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}

.row .col-1-of-2 {
  width: calc((100% - 10.4rem) / 2);
}

.row .col-1-of-3 {
  width: calc((100% - 2 * 10.4rem) / 3);
}

.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 10.4rem) / 3) + 10.4rem);
}

.row .col-1-of-4 {
  width: calc((100% - 3 * 10.4rem) / 4);
}

.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 10.4rem) / 4) + 10.4rem);
}

.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 10.4rem) / 4) + 2 * 10.4rem);
}

/*********** FOOTER ***********/
.footer {
  padding-top: 2.58rem;
  padding-bottom: 3.33rem;
  background-color: #000;
}

.footer__container {
  padding: 0 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-family: "Avenir Next Cyr Regular", sans-serif;
  font-size: 1.5rem;
}

@media only screen and (max-width: 649px) {
  .footer__container {
    font-size: 1.7rem;
    padding: 0;
  }
}

.footer__logo-box {
  position: relative;
}

.footer__logo {
  width: 15rem;
}

.footer__logo img {
  width: inherit;
}

.footer__powered {
  position: relative;
  margin-right: 6px;
  bottom: .7rem;
}

.footer__copyright {
  position: absolute;
  bottom: .7rem;
}

@media only screen and (max-width: 649px) {
  .footer {
    padding-bottom: 2.58rem;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__copyright {
    position: static;
    margin-bottom: 1rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 3.5rem;
  font-family: "Avenir Next Cyr Regular", sans-serif;
  font-size: 2rem;
  z-index: 300;
}

@media only screen and (max-width: 649px) {
  .header {
    position: fixed;
    background-color: #eeeff1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 3rem;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  }
  .header__lang-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 649px) {
  .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo-box {
  display: inline-block;
}

.header__logo--blue {
  width: 15rem;
}

@media only screen and (max-width: 649px) {
  .header__logo--blue {
    width: 10rem;
  }
}

.header__phone {
  margin-left: 7rem;
  color: #000cff;
  text-decoration: none;
}

.header__phone:hover, .header__phone:focus, .header__phone:active {
  color: #000;
}

@media only screen and (max-width: 649px) {
  .header__phone {
    margin-left: 0;
  }
}

.header__burger-cont {
  width: 30px;
  display: none;
}

@media only screen and (max-width: 649px) {
  .header__burger-cont {
    display: inline-block;
  }
}

.header__burger {
  display: block;
  width: 100%;
  cursor: pointer;
}

.header__burger span {
  width: 100%;
  height: 3px;
  background-color: #010101;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, width 0.4s;
  transition: transform 0.4s, width 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, width 0.4s;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.header__burger span:last-child {
  margin-bottom: 0;
}

.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px) translateX(3px);
          transform: rotate(45deg) translateY(8px) translateX(3px);
}

.header__burger.active span:nth-child(2) {
  width: 0;
}

.header__burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(3px);
          transform: rotate(-45deg) translateY(-8px) translateX(3px);
}

.navigation {
  margin-left: 12rem;
  margin-right: 6rem;
}

.navigation__item {
  display: inline-block;
}

.navigation__item:not(:last-child) {
  margin-right: 1rem;
}

.navigation__link:link, .navigation__link:visited {
  text-decoration: none;
  color: #000;
}

.navigation__link:hover, .navigation__link:active {
  color: #5700ff;
}

@media only screen and (max-width: 649px) {
  .navigation {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 6.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5rem;
    text-align: center;
    background-color: #eeeff1;
    z-index: 300;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  }
  .navigation__item {
    display: block;
    margin-top: 5rem;
  }
  .navigation__item:not(:last-child) {
    margin-right: 0;
  }
  .navigation__item-link {
    font-size: 2rem;
    line-height: 2;
  }
}

/*********** SHOWCASE ***********/
.section-showcase {
  max-height: 1080px;
  padding-top: 26.6rem;
  padding-bottom: 24.5rem;
  background-image: url(../images/showcase/showcase-bg.jpg);
  background-size: cover;
  background-position: bottom;
}

.section-showcase .heading-tertiary {
  margin-top: 3.5rem;
}

.section-showcase .btn {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 649px) {
  .section-showcase {
    padding-top: 20rem;
    padding-bottom: 4rem;
    text-align: center;
  }
}

/*********** EXPLANATION ***********/
.section-explanation {
  padding-top: 9.5rem;
  background-color: #ebebeb;
}

.section-explanation::after {
  margin-top: 13.4rem;
  position: relative;
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  background-color: #ebebeb;
  z-index: 5;
}

@media only screen and (max-width: 649px) {
  .section-explanation {
    padding-top: 2rem;
  }
}

.explanation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 649px) {
  .explanation-heading {
    text-align: center;
  }
}

.explanation {
  max-width: 36rem;
  margin-left: 9.83rem;
  margin-right: 9.83rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 2.58rem;
  font-family: "Avenir Next Cyr Regular", sans-serif;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.explanation__image-box {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 649px) {
  .explanation__image-box img {
    max-width: 60%;
    max-height: 18rem;
  }
}

.explanation__image {
  margin-right: 3rem;
}

.explanation .plane {
  width: 26.67rem;
}

.explanation .speaker {
  width: 17.75rem;
  margin-top: -2.2rem;
}

.explanation .iron {
  width: 20.42rem;
}

.explanation .glasses {
  width: 26rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 899px) {
  .explanation .speaker,
  .explanation .glasses {
    margin-top: 0;
  }
}

/*********** CLIENTAGE ***********/
.section-clientage {
  position: relative;
  z-index: 2;
  background-color: #ffe71e;
  background-color: #ffe71e;
  background-image: radial-gradient(circle 1380px at center, #ffe71e 0%, #ffc600 100%);
  margin-top: -2rem;
  padding-top: 9.5rem;
  border-bottom-left-radius: 100% 2.3rem;
  border-bottom-right-radius: 100% 2.3rem;
}

@media only screen and (max-width: 899px) {
  .section-clientage {
    margin-top: -1rem;
  }
}

.section-clientage .heading-box {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.section-clientage .col-1-of-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 899px) {
  .section-clientage .col-1-of-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-clientage .col-1-of-2:nth-child(1) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 16rem;
}

@media only screen and (max-width: 899px) {
  .section-clientage .col-1-of-2:nth-child(1) {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-clientage--afterword {
  padding-bottom: 7.5rem;
  font-size: 2.58rem;
  font-family: "Stag LCG Book", serif;
  color: #010101;
  text-align: center;
}

@media only screen and (max-width: 649px) {
  .section-clientage .heading-tertiary {
    max-width: 300px;
  }
}

.clientage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 899px) {
  .clientage__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.clientage__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.clientage__image-box {
  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;
  margin-bottom: 2.58rem;
}

.clientage__image {
  position: relative;
  max-height: 28rem;
  max-width: 28rem;
}

.clientage__image.weight {
  left: -3.5rem;
}

.clientage__image.fish {
  left: -2.5rem;
}

.clientage__image.chocolate {
  bottom: -1.6rem;
  left: -3rem;
}

.clientage__image.lipstick {
  left: -1rem;
}

.clientage__image.camera {
  left: -1.6rem;
}

.clientage__image.courses {
  left: -3rem;
}

.clientage__text {
  display: block;
  font-size: 2.58rem;
  font-family: "Avenir Next Cyr Medium", sans-serif;
  height: 4.3rem;
  color: #5700ff;
}

/*********** VIDEO ***********/
.section-video {
  padding-top: 9.25rem;
  margin-top: -2rem;
  background-image: url(../images/stages/stages-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-video .video-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.25rem;
  width: 100%;
}

@media only screen and (max-width: 649px) {
  .section-video .video-box {
    width: 90%;
  }
}

.section-video .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.section-video::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  background-color: #ebebeb;
}

/*********** THE COLLECT APPLICATIONS ***********/
.section-collect-applications {
  background-color: #000cff;
  margin-top: -2rem;
  padding-top: 11.3rem;
  color: #fff;
  text-align: center;
}

.section-collect-applications--1 .btn {
  margin-top: 6.92rem;
}

.section-collect-applications--2 .btn {
  margin-top: 7.7rem;
  margin-bottom: 8rem;
}

.section-collect-applications .row div {
  margin-bottom: 7.3rem;
}

.section-collect-applications h2 {
  display: block;
  line-height: 1.1;
}

.section-collect-applications::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  background-color: #000cff;
}

.section-collect-applications__text {
  margin-top: 1.5rem;
  font: 400 3rem "Avenir Next Cyr Regular", sans-serif;
}

/*********** PORTFOLIO ***********/
.section-portfolio {
  margin-top: -2rem;
  padding-top: 10.5rem;
  background-color: #ebebeb;
}

.section-portfolio::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  background-color: #ebebeb;
}

.portfolio {
  position: relative;
  z-index: 100;
  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;
  max-width: 100%;
  margin-bottom: 20rem;
}

.portfolio .project,
.portfolio .project:hover,
.portfolio .project:active,
.portfolio .project:focus {
  text-decoration: none;
}

.portfolio__item {
  max-width: 39.8rem;
  max-height: 39.8rem;
}

@media only screen and (max-width: 899px) {
  .portfolio__item {
    max-width: none;
  }
}

.portfolio__item {
  position: relative;
  margin: -1px;
  z-index: 6;
  overflow: hidden;
  cursor: pointer;
  display: block;
  -webkit-box-flex: 33.333%;
      -ms-flex: 33.333%;
          flex: 33.333%;
}

.portfolio__item:hover .portfolio__hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.portfolio__item:nth-child(even) .portfolio__hover {
  background-color: #000cff;
  color: #fff;
}

.portfolio__item:nth-child(even) .portfolio__hover hr {
  border-color: #fff;
}

.portfolio__item:nth-child(odd) .portfolio__hover {
  background-color: #ffe71e;
}

.portfolio__item:nth-child(odd) .portfolio__hover hr {
  border-color: #000;
}

@media only screen and (max-width: 899px) {
  .portfolio__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    min-width: 100%;
    max-height: 52rem;
    height: 46vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .portfolio__item:hover .portfolio__hover {
    -webkit-transform: none;
            transform: none;
  }
  .portfolio__item:nth-child(even) .portfolio__hover {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .portfolio__item:nth-child(2n) {
    margin: 0;
  }
}

.portfolio__item-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 899px) {
  .portfolio__item-image {
    width: 50%;
    max-width: 50%;
    -webkit-transform: none;
            transform: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.portfolio__hover {
  position: absolute;
  top: 0;
  left: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(calc(-100% - 1px));
          transform: translateX(calc(-100% - 1px));
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.portfolio__hover hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 6rem;
}

@media only screen and (max-width: 899px) {
  .portfolio__hover {
    position: static;
    width: 50%;
    max-width: 50%;
    min-height: 100%;
    max-height: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.portfolio__hover-heading {
  font-size: 4.1rem;
  font-family: "Stag LCG Black", serif;
}

.portfolio__hover-description {
  font-size: 2.4rem;
  font-family: "Avenir Next Cyr Regular", sans-serif;
}

/*********** PROPOSITION ***********/
.section-propositions {
  margin-top: -2rem;
  padding-top: 11rem;
  background-color: #ffe71e;
}

.section-propositions .col-1-of-3:nth-child(2) .proposition__hr {
  border-color: #000cff;
}

.section-propositions .col-1-of-3:nth-child(2) .proposition__price {
  color: #000cff;
}

.section-propositions::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  margin-top: 11rem;
  background-color: #ffe71e;
}

.propositions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.propositions__set {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.propositions__price {
  font-family: "Avenir Next Cyr Regular", sans-serif;
}

.propositions__number {
  font-size: 8rem;
}

.propositions__price-text {
  font-size: 3.7rem;
}

.propositions__tariff-plan {
  font-size: 3.7rem;
  font-family: "Stag LCG Black", serif;
}

.propositions__image {
  width: 100%;
  max-width: 36rem;
  margin-top: 3rem;
}

.propositions__list {
  margin-left: 2rem;
  text-align: left;
  font-size: 2rem;
  font-family: "Avenir Next Cyr Regular", sans-serif;
  line-height: 1.8;
}

.propositions__list--additional {
  color: #000cff;
  font-family: "Avenir Next Cyr Demi", sans-serif;
}

.propositions__plus {
  font-size: 6rem;
  font-family: "Avenir Next Cyr Medium", sans-serif;
  color: #000cff;
}

.propositions__hr {
  width: 31rem;
}

.propositions__hr--blue {
  border-color: #000cff;
}

.propositions .btn {
  margin-top: 4.33rem;
}

@media only screen and (max-width: 899px) {
  .propositions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .propositions__set {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .propositions__list {
    width: 38rem;
  }
}

@media only screen and (max-width: 649px) {
  .propositions__list {
    font-size: 2.7rem;
  }
}

/*********** REVIEWS ***********/
.section-reviews {
  margin-top: -2rem;
  padding-top: 11rem;
  background-color: #ebebeb;
}

.section-reviews .col-1-of-2:not(:last-child) {
  margin-bottom: 4.3rem;
}

.section-reviews::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  margin-top: 9.3rem;
  background-color: #ebebeb;
}

@media only screen and (max-width: 899px) {
  .section-reviews .heading-box {
    text-align: center;
  }
}

@media only screen and (max-width: 649px) {
  .section-reviews .heading-tertiary {
    font-size: 2.5rem;
  }
}

.review-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 899px) {
  .review-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.review {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.review:not(:last-child) {
  margin-bottom: 4.3rem;
}

.review__photo-box {
  margin-bottom: 2.2rem;
}

.review__photo {
  width: 8.42rem;
  height: 8.42rem;
  border-radius: 50%;
}

.review__name {
  color: #010101;
  font-family: "Stag LCG Semibold", serif;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.review__text, .review__position, .review__company {
  color: #000;
  font-family: "Avenir Next Cyr Regular", sans-serif;
  font-size: 1.42rem;
  line-height: 1.4;
}

.review__text {
  margin-top: 2.5rem;
}

.review__company-name {
  font-family: "Avenir Next Cyr Demi", sans-serif;
}

@media only screen and (max-width: 899px) {
  .review__photo {
    width: 10rem;
    height: 10rem;
  }
  .review__name {
    font-size: 2.5rem;
  }
  .review__text, .review__position, .review__company {
    font-size: 2.5rem;
  }
}

/*********** SPECIALIZATION ***********/
.section-specialization {
  margin-top: -2rem;
  padding-top: 12.83rem;
  padding-bottom: 13 rem;
  background-color: #ebebeb;
}

.section-specialization::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 3rem;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  margin-top: 11.7rem;
  background-color: #ebebeb;
}

.specialization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.specialization__item {
  margin-top: 12.5rem;
}

.specialization__item:nth-child(1) .specialization__image {
  margin-bottom: 3.17rem;
  width: 28.17rem;
}

.specialization__item:nth-child(2) .specialization__image {
  margin-bottom: 6.17rem;
  width: 30.5rem;
}

.specialization__description {
  color: black;
  font-family: "Stag LCG Book", serif;
  font-size: 4.42rem;
  text-align: center;
}

@media only screen and (max-width: 649px) {
  .specialization {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*********** CONTACTS ***********/
.section-contacts {
  margin-top: -2rem;
  padding-top: 15rem;
  padding-bottom: 16.83rem;
  background-color: #ffe71e;
  overflow-y: hidden;
}

.section-contacts .map {
  position: relative;
  z-index: 35;
  width: 100%;
  height: 46.5rem;
}

.contacts {
  margin-left: auto;
  margin-right: auto;
  max-width: 71rem;
}

.contacts__text {
  margin-top: 7.58rem;
  margin-bottom: 7.58rem;
  font-family: "Avenir Next Cyr Demi", sans-serif;
  font-size: 1.58rem;
  line-height: 1.4;
}

@media only screen and (max-width: 649px) {
  .contacts__text {
    font-size: 2.5rem;
  }
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__info, .contacts__social-box {
  display: inline-block;
  vertical-align: middle;
}

.contacts__info {
  margin-right: 4.5rem;
}

.contacts__mail {
  display: inline-block;
}

.contacts__phone-box {
  display: inline-block;
}

.contacts a,
.contacts a:hover,
.contacts a:focus,
.contacts a:active {
  text-decoration: none;
}

.contacts a:hover,
.contacts a:focus,
.contacts a:active {
  color: #5700ff;
}

.contacts a {
  color: #000;
  display: block;
}

/*# sourceMappingURL=../maps/main.css.map */
