@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: 'BebasNeueBook';
  src: url("../fonts/BebasNeueBook.woff") format("woff");
  font-weight: 400;
}

#fog {
  height: 32%;
  width: 100%;
  right: 0;
  left: 0;
  max-width: 100%;
  min-width: 800px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #fog {
    display: none;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 140, 190, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 140, 190, 0.6);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 140, 190, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 140, 190, 0.6);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
}

@-webkit-keyframes light {
  0%, 20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light {
  0%, 20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animTop {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animTop {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes animDown {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animDown {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes animationCarLeft {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animationCarLeft {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes animationCarRight {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animationCarRight {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  .comfort-item:nth-of-type(even) .title:before {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all 0.5s ease 0.75s;
    transition: all 0.5s ease 0.75s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .comfort-item:nth-of-type(odd) .title:before {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: all 0.5s ease 0.75s;
    transition: all 0.5s ease 0.75s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .title:before {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all 0.5s ease 0.75s;
    transition: all 0.5s ease 0.75s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .title--right:before {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  #map .map-location {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 0%;
  }
  #map .map-location:nth-of-type(even) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  #map .map-location:nth-of-type(odd) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  #map .map-contour {
    opacity: 0.1;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #mob .lines {
    opacity: 0;
    -webkit-transition: all 1s ease 1.25s;
    transition: all 1s ease 1.25s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #mob .btn {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    -webkit-transition: all 0.5s ease 1.3s;
    transition: all 0.5s ease 1.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #mob .location {
    opacity: 0;
    -webkit-transition: all 0.5s ease 1.4s;
    transition: all 0.5s ease 1.4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  #mob .circle {
    fill-opacity: 0;
    -webkit-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .column-bottom, #parking .column-middle, #parking .column-top, #parking .column-text {
    opacity: 0;
    -webkit-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .column-middle {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition: all 0.7s ease 1.1s;
    transition: all 0.7s ease 1.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .column-top {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition: all 0.7s ease 1.2s;
    transition: all 0.7s ease 1.2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .column-text {
    -webkit-transition: all 0.7s ease 1.4s;
    transition: all 0.7s ease 1.4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .car {
    opacity: 0;
    -webkit-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .price {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: all 1s ease 1.55s;
    transition: all 1s ease 1.55s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #parking .price-text {
    opacity: 0;
    -webkit-transition: all 1s ease 1.6s;
    transition: all 1s ease 1.6s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pay .pay-item1, #pay .pay-item2, #pay .pay-item3, #pay .pay-item4, #pay .pay-item5, #pay .pay-item6 {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  #pay .pay-item1 {
    -webkit-transition: all 1s ease 1.1s;
    transition: all 1s ease 1.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pay .pay-item2 {
    -webkit-transition: all 1s ease 1.23s;
    transition: all 1s ease 1.23s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pay .pay-item3 {
    -webkit-transition: all 1s ease 1.33s;
    transition: all 1s ease 1.33s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pay .pay-item4 {
    -webkit-transition: all 1s ease 1.43s;
    transition: all 1s ease 1.43s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pay .pay-item5 {
    -webkit-transition: all 1s ease 1.53s;
    transition: all 1s ease 1.53s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pay .pay-item6 {
    -webkit-transition: all 1s ease 1.63s;
    transition: all 1s ease 1.63s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media screen and (min-width: 1025px) {
  .btn {
    position: relative;
  }
  .btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: '';
    -webkit-animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  .btn:hover:after {
    -webkit-animation: none;
            animation: none;
  }
  [data-detect-viewport].in-view .title:before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  [data-detect-viewport].in-view .car-left__content {
    -webkit-animation: animTop 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animTop 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .car-right__content {
    -webkit-animation: animTop 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animTop 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .car-left__img {
    -webkit-animation: animationCarLeft 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animationCarLeft 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .car-right__img {
    -webkit-animation: animationCarRight 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animationCarRight 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .comfort-item__inner {
    -webkit-animation: animTop 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animTop 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .comfort-item__img-wrap:after {
    -webkit-animation: shine .75s 0.5s;
            animation: shine .75s 0.5s;
  }
  [data-detect-viewport].in-view .comfort-item__img:before, [data-detect-viewport].in-view .comfort-item__img:after {
    width: calc(50% + 40px);
    height: calc(100% + 48px);
  }
  [data-detect-viewport].in-view .comfort-item__img:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  [data-detect-viewport].in-view .comfort-item__img:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  [data-detect-viewport].in-view .advantage-item:nth-of-type(1) {
    -webkit-animation: animDown 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animDown 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .advantage-item:nth-of-type(2) {
    -webkit-animation: animDown 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animDown 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .advantage-item:nth-of-type(3) {
    -webkit-animation: animDown 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animDown 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .advantage-item:nth-of-type(4) {
    -webkit-animation: animDown 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animDown 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .advantage-item #map .map-location {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  [data-detect-viewport].in-view .advantage-item #map .map-contour {
    opacity: 1;
  }
  [data-detect-viewport].in-view .advantage-item #mob .lines {
    opacity: 1;
  }
  [data-detect-viewport].in-view .advantage-item #mob .btn {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  [data-detect-viewport].in-view .advantage-item #mob .location {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  [data-detect-viewport].in-view .advantage-item #mob .circle {
    fill-opacity: 1;
  }
  [data-detect-viewport].in-view .advantage-item #pay .pay-item1, [data-detect-viewport].in-view .advantage-item #pay .pay-item2, [data-detect-viewport].in-view .advantage-item #pay .pay-item3, [data-detect-viewport].in-view .advantage-item #pay .pay-item4, [data-detect-viewport].in-view .advantage-item #pay .pay-item5, [data-detect-viewport].in-view .advantage-item #pay .pay-item6 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  [data-detect-viewport].in-view .advantage-item #parking .column-text, [data-detect-viewport].in-view .advantage-item #parking .column-bottom, [data-detect-viewport].in-view .advantage-item #parking .column-top, [data-detect-viewport].in-view .advantage-item #parking .column-middle {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  [data-detect-viewport].in-view .advantage-item #parking .car {
    opacity: 1;
  }
  [data-detect-viewport].in-view .advantage-item #parking .price {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  [data-detect-viewport].in-view .advantage-item #parking .price-round {
    -webkit-transform-origin: 65% 19%;
            transform-origin: 65% 19%;
    -webkit-animation: rotation 3s linear 1 2s;
            animation: rotation 3s linear 1 2s;
  }
  [data-detect-viewport].in-view .advantage-item #parking .price-text {
    opacity: 1;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  [data-animate-left-car] {
    opacity: 0;
    -webkit-transform: translate3d(120px, -25px, 0);
            transform: translate3d(120px, -25px, 0);
  }
  [data-animate-right-car] {
    opacity: 0;
    -webkit-transform: translate3d(-120px, -25px, 0);
            transform: translate3d(-120px, -25px, 0);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #0079a4;
  color: #fff;
}

::selection {
  background-color: #0079a4;
  color: #fff;
}

html {
  min-height: 100%;
  position: relative;
  display: block;
}

body {
  display: block;
  position: relative;
  min-height: 100%;
  line-height: 1.333;
  font-family: "Opensans", sans-serif;
  font-size: 16px;
  color: #343434;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

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

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

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

.svg-icon {
  fill: #fff;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

section, header {
  position: relative;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bold;
  font-family: 'Opensans',sans-serif;
}

ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.icon__tel {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.icon__mouse {
  width: 35px;
  height: 60px;
}

.icon__vk, .icon__facebook, .icon__insta, .icon__twitter, .icon__youtube, .icon__telegram {
  width: 20px;
  height: 20px;
}

.icon__apple {
  width: 25px;
  height: 25px;
  line-height: 56px;
}

.icon__appstore, .icon__google {
  display: inline-block;
  width: 155px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon__google {
  background-image: url("../img/GooglePlay.svg");
}

.icon__appstore {
  background-image: url("../img/AppStore.svg");
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.soc__item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .soc__item:not(:last-child) {
    margin-right: 12.5px;
  }
}

.soc__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.soc__icon:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 50%;
}

.soc__icon:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.soc__icon:hover svg {
  fill: #0079a4;
  z-index: 1;
}

.arrow-down {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 24px;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.arrow-down:before {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 5px;
  background: #fff;
  top: 2px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@media screen and (max-width: 768px) {
  .arrow-down {
    display: none;
  }
}

.arrow-down-mob {
  margin-top: auto;
  position: relative;
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.arrow-down-mob:after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -14px;
  content: "";
  font-weight: 700;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .arrow-down-mob {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .arrow-down-mob {
    margin-top: unset;
  }
}

.body-overflow {
  overflow: hidden;
}

.body-overflow.mob-device {
  position: fixed;
  height: 100%;
  width: 100%;
}

.ggpa {
  display: table;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  font-family: 'BebasNeueBook', sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.ggpa span {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ggpa:hover span {
  color: #ff500b;
}

@media screen and (max-width: 768px) {
  .ggpa {
    margin-top: 25px;
  }
}

.s-light {
  color: #343434;
}

.s-dark {
  color: #fff;
}

.logo {
  width: 172px;
  height: 38px;
}

.logo:hover {
  fill: #008cbe;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 152px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 120px;
  }
}

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 41px;
  max-width: 300px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  color: #343434;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  z-index: 1;
  cursor: pointer;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  border-radius: 6px;
  opacity: 0;
  background: #008cbe;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}

.btn:focus, .btn:hover {
  color: #fff;
}

.btn:focus .btn__text, .btn:hover .btn__text {
  color: #fff;
}

.btn:focus:before, .btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn:active {
  top: 2px;
}

.btn:active .btn__text {
  color: #fff;
}

.btn:active:before {
  background: #00668b;
}

@media screen and (max-width: 768px) {
  .btn:active {
    top: 0;
  }
}

.btn__text {
  z-index: 4;
}

.btn__appstore, .btn__google {
  display: none;
  letter-spacing: unset;
  padding: 0 39px;
  border-radius: 6px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

.btn__appstore .btn__mob-text, .btn__google .btn__mob-text {
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.btn__appstore:hover .icon__apple, .btn__appstore:focus .icon__apple, .btn__google:hover .icon__apple, .btn__google:focus .icon__apple {
  fill: #fff;
}

.btn__appstore .icon__apple, .btn__google .icon__apple {
  position: absolute;
  right: 30px;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #343434;
  vertical-align: middle;
}

.btn__google {
  padding: 0 24px;
}

.btn__google .btn__mob-text {
  left: 50%;
}

@media screen and (max-width: 768px) {
  .btn {
    max-width: 280px;
  }
}

.title-big {
  font-size: 46px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .title-big {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .title-big {
    font-size: 24px;
  }
}

.title {
  position: relative;
  font-size: 38px;
  line-height: 1.16;
  padding-top: 26px;
  font-weight: 700;
}

.title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  width: 70px;
  height: 5px;
  opacity: 0;
  background-color: #0079a4;
}

@media screen and (max-width: 768px) {
  .title {
    padding-top: 14px;
  }
}

.title--right:before {
  left: auto;
  right: 2px;
}

@media screen and (max-width: 1024px) {
  .title {
    font-size: 32px;
  }
  .title:before {
    width: 50px;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
  .title:before {
    width: 70px;
  }
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.tel:hover .svg-icon, .tel:focus .svg-icon {
  fill: #008cbe;
}

.tel__number {
  font-weight: 300;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .tel__number {
    display: none;
  }
}

.main {
  position: relative;
  background-color: #343434;
  height: 100vh;
  overflow: hidden;
  min-height: 560px;
  background-image: url("../img/BgHead.jpg");
  background-position: center;
  background-size: cover;
}

.main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.4));
  pointer-events: none;
}

.main:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .main {
    height: 1px;
    min-height: calc(100vh - 55px);
    background-image: url("../img/BgHeadTablet.jpg");
    background-position: center right;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .main {
    padding-top: 95px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .main {
    background-image: url("../img/BgHeadMob.jpg");
  }
}

.main.js-bg:before {
  opacity: 1;
  background-image: url("../img/BgHeadLight.jpg");
}

.main__container {
  height: 100%;
}

.main__content {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
  max-width: 580px;
  padding-left: 8px;
  -webkit-transition: all 1.25s ease 0s;
  transition: all 1.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .main__content {
    padding-left: 0;
  }
}

.main__content--shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .main__content {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.main__title {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .main__title {
    margin-top: auto;
  }
}

.main__descr {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}

.main__descr:after {
  content: "" attr(data-text) "";
}

@media screen and (max-width: 768px) {
  .main__descr:after {
    content: "" attr(data-mobtext) "";
  }
}

@media screen and (max-width: 1024px) {
  .main__descr {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .main__descr {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .main__btn {
    display: none;
  }
}

.main__btn-mob {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .main__btn-mob {
    margin-top: auto;
  }
}

.btn:hover .btn__mob-text, .btn:focus .btn__mob-text, .btn:active .btn__mob-text {
  color: #ffffff;
}

.car {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 95px;
  background: linear-gradient(-26deg, #fff, #fff 52%, #f4f4f4 52%, #f4f4f4 85%, #fff 85%);
}

@media screen and (max-width: 768px) {
  .car {
    padding-top: 70px;
    padding-bottom: 80px;
    background: transparent;
  }
}

@media screen and (max-width: 480px) {
  .car {
    padding-top: 0;
  }
}

.car__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car__content {
  max-width: 380px;
  position: relative;
}

.car__content:after {
  content: '';
  position: absolute;
  top: 48%;
  opacity: 0.04;
  color: #272e47;
  font-family: "OpenSans";
  font-size: 360px;
  font-weight: 800;
  line-height: 196.64px;
  text-transform: uppercase;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .car__content:after {
    font-size: 240px;
  }
}

@media screen and (max-width: 768px) {
  .car__content:after {
    display: none;
  }
}

.car__item:not(:last-child) {
  margin-bottom: 34px;
}

.car__title {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .car__title {
    margin-bottom: 38px;
  }
}

.car__subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.car__descr {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
}

.car__img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .car__img {
    width: 65%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .car__img {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .car-right {
    background: linear-gradient(-26deg, #fff, #fff 52%, #f4f4f4 52%, #f4f4f4 85%, #fff 85%);
    padding-top: 40px;
  }
}

.car-right__content:after {
  content: 'CLA';
  left: -100px;
}

@media screen and (max-width: 1024px) {
  .car-right__content:after {
    left: -30px;
  }
}

.car-right__img {
  margin-right: -120px;
  margin-top: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .car-right__img {
    margin-right: -60px;
    margin-top: 0;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .car-right__img {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .car-right__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.car-left {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .car-left {
    padding-top: 60px;
    background: linear-gradient(26deg, #fff, #fff 32%, #f4f4f4 32%, #f4f4f4 60%, #fff 60%);
  }
}

.car-left__content {
  text-align: right;
}

.car-left__content:after {
  content: 'GLA';
  right: -100px;
  opacity: 0.08;
}

@media screen and (max-width: 1024px) {
  .car-left__content:after {
    right: -30px;
  }
}

.car-left__img {
  margin-left: -120px;
  margin-top: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .car-left__img {
    margin-left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .car-left__img {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .car-left__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.comfort {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(26deg, #17191c, #17191c 58%, #1c1e22 58%, #1c1e22 83%, #17191c 83%);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .comfort {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .comfort {
    padding: 40px 0;
  }
}

.comfort__title {
  margin-bottom: 8px;
  padding: 40px 0;
}

.comfort__title:after {
  content: "" attr(data-text) "";
}

@media screen and (max-width: 480px) {
  .comfort__title {
    max-width: 200px;
    padding: 0 0 20px;
    font-weight: bold;
  }
  .comfort__title:after {
    content: "" attr(data-mobtext) "";
  }
}

.comfort__descr {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .comfort__descr {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .comfort__descr {
    font-size: 18px;
  }
}

.comfort__header {
  position: relative;
  max-width: 500px;
}

@media screen and (max-width: 1024px) {
  .comfort__header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .comfort__header {
    margin-bottom: 0;
  }
}

.comfort__btn {
  margin-top: 40px;
}

.comfort-item {
  z-index: 1;
}

.comfort-item:not(:last-child) {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .comfort-item:not(:last-child) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item:not(:last-child) {
    padding-top: 40px;
  }
}

.comfort-item__img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.41);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.41);
}

.comfort-item__img:before, .comfort-item__img:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  opacity: 0.2;
  z-index: -1;
}

.comfort-item__img:before {
  top: -24px;
  left: -24px;
  -webkit-transition: width 0.25s ease-out , height 0.45s ease-out 0.45s;
  transition: width 0.25s ease-out , height 0.45s ease-out 0.45s;
}

.comfort-item__img:after {
  bottom: -24px;
  right: calc(50% - 16px);
  -webkit-transition: border-color 0s ease-out 0.7s, width 0.25s ease-out 0.7s, height 0.45s ease-out 1.05s;
  transition: border-color 0s ease-out 0.7s, width 0.25s ease-out 0.7s, height 0.45s ease-out 1.05s;
}

@media screen and (max-width: 1024px) {
  .comfort-item__img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item__img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .comfort-item__img:before {
    display: none;
  }
  .comfort-item__img:after {
    display: none;
  }
}

.comfort-item__img img {
  max-width: 677px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1536px) {
  .comfort-item__img img {
    max-width: 580px;
  }
}

@media screen and (max-width: 1336px) {
  .comfort-item__img img {
    max-width: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .comfort-item__img img {
    max-width: 380px;
  }
}

@media screen and (max-width: 480px) {
  .comfort-item__img img {
    max-width: 280px;
  }
}

.comfort-item__img-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.comfort-item__img-wrap::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.comfort-item__title {
  font-size: 0;
  margin-bottom: 30px;
}

.comfort-item__title:after {
  content: "" attr(data-title) "";
  font-size: 38px;
}

@media screen and (max-width: 1024px) {
  .comfort-item__title:after {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item__title:after {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item__title:after {
    content: "" attr(data-mobtitle) "";
  }
}

@media screen and (max-width: 768px) {
  .comfort-item__title {
    margin-bottom: 22px;
  }
}

.comfort-item__descr {
  font-weight: 300;
  margin: 0;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .comfort-item__descr {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item__descr {
    font-size: 15px;
  }
}

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

@media screen and (max-width: 768px) {
  .comfort-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.comfort-item__content {
  margin-bottom: 20px;
}

.comfort-item:nth-of-type(even) .comfort-item__img {
  margin-right: -105px;
}

@media screen and (max-width: 1536px) {
  .comfort-item:nth-of-type(even) .comfort-item__img {
    margin-right: -15px;
  }
}

@media screen and (max-width: 1336px) {
  .comfort-item:nth-of-type(even) .comfort-item__img {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(even) .comfort-item__img {
    margin-right: auto;
    margin-left: auto;
  }
}

.comfort-item:nth-of-type(even) .comfort-item__content {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(even) .comfort-item__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(even) .comfort-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.comfort-item:nth-of-type(odd) .comfort-item__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(odd) .comfort-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: left;
  }
}

.comfort-item:nth-of-type(odd) .comfort-item__img {
  margin-left: -105px;
}

.comfort-item:nth-of-type(odd) .comfort-item__img:before {
  top: -24px;
  left: calc(50% - 16px);
}

.comfort-item:nth-of-type(odd) .comfort-item__img:after {
  left: auto;
  bottom: -24px;
  right: -24px;
}

@media screen and (max-width: 1336px) {
  .comfort-item:nth-of-type(odd) .comfort-item__img {
    margin-left: 0;
  }
}

@media screen and (max-width: 1536px) {
  .comfort-item:nth-of-type(odd) .comfort-item__img {
    margin-left: -15px;
  }
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(odd) .comfort-item__img {
    margin-right: auto;
    margin-left: auto;
  }
}

.comfort-item:nth-of-type(odd) .comfort-item__content {
  padding-left: 55px;
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(odd) .comfort-item__content {
    padding-left: 0;
  }
}

.comfort-item:nth-of-type(odd) .title:before {
  left: auto;
  right: 0;
}

@media screen and (max-width: 768px) {
  .comfort-item:nth-of-type(odd) .title:before {
    right: auto;
    left: 0;
  }
}

.advantage {
  padding-top: 100px;
  padding-bottom: 130px;
  background: url("../img/BgAdvantage.png") 90% center no-repeat;
}

@media screen and (max-width: 1024px) {
  .advantage {
    padding: 50px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .advantage {
    background: none;
    padding: 40px 0;
  }
}

.advantage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.advantage__title {
  max-width: 700px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .advantage__title {
    margin-bottom: 50px;
  }
}

.advantage-item {
  width: 25%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .advantage-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .advantage-item {
    width: 100%;
  }
  .advantage-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.advantage-item__img {
  margin: 0 auto;
  height: 238px;
  margin-bottom: 40px;
  width: 100%;
}

.advantage-item__text span {
  font-weight: bold;
}

.prices {
  padding-top: 100px;
  padding-bottom: 135px;
  background-size: cover;
  background-position: center;
}

.prices:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .prices {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .prices {
    padding: 38px 0;
  }
}

.prices__title {
  margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .prices__title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .prices__title {
    margin-bottom: 35px;
  }
}

.prices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.prices-table {
  max-width: 562px;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .prices-table {
    margin: 0 auto;
  }
}

.prices-table__title, .prices-table__price {
  padding: 16px 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.prices-table__title {
  width: 65%;
}

.prices-content {
  max-width: 470px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .prices-content {
    display: none;
  }
}

.prices-content__title {
  padding-top: 0;
}

.prices-content__title:before {
  display: none;
}

.prices-content__descr {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 300;
}

.prices-content__btn {
  margin: 0 auto 60px;
}

.prices-mob {
  display: none;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .prices-mob {
    display: block;
  }
}

.prices-mob__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid rgba(52, 52, 52, 0.2);
  padding: 38px 18px;
}

.prices-mob__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}

.prices-mob__descr {
  font-size: 18px;
  margin-bottom: 38px;
}

.prices-mob__img {
  -ms-flex-item-align: center;
      align-self: center;
}

.prices-mob__appstore, .prices-mob__google {
  display: none;
  margin-bottom: 40px;
}

.modal-apps {
  max-width: 286px;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
  padding: 54px 32px;
  border-radius: 6px;
  background-color: #ffffff;
}

.modal-apps__title {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 48px;
}

.modal-apps__title span {
  font-weight: 600;
}

.modal-apps__close {
  left: unset;
  right: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background-color: #0d0d0d;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.preloader--hidden {
  opacity: 0;
  overflow: hidden;
}

.preloader__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

.preloader__logo {
  fill: #fff;
  margin-bottom: 40px;
}

.preloader__bar-wrap {
  opacity: 1;
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}

.preloader__bar {
  width: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background: #0079a4;
}

.preloader__bar.is-active {
  width: 100%;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  -webkit-transition: padding 0.35s ease, background-color 0.35s ease, -webkit-transform 1s ease;
  transition: padding 0.35s ease, background-color 0.35s ease, -webkit-transform 1s ease;
  transition: padding 0.35s ease, background-color 0.35s ease, transform 1s ease;
  transition: padding 0.35s ease, background-color 0.35s ease, transform 1s ease, -webkit-transform 1s ease;
}

.header__topline {
  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;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  -webkit-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}

@media screen and (max-width: 768px) {
  .header__topline {
    padding: 10px 15px;
  }
}

.header__topline--bg {
  background-color: #17191c;
}

.header__center {
  max-width: 560px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1024px) {
  .header__center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .header__left {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

@media screen and (max-width: 1024px) {
  .header__right {
    padding-top: 0;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.header__nav-item {
  position: relative;
  display: block;
  padding: 15px 26px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header__nav-item:hover {
  color: #0bbfff;
}

.header__nav-item:active {
  color: #009fd7;
}

.header__nav-item.active {
  color: #0bbfff;
}

.header--fixed {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  background-color: rgba(23, 25, 28, 0.9);
}

.header--fixed .header__topline {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .header--fixed .header__topline {
    padding: 10px 15px;
  }
}

.header-tel__text {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .header-tel__text {
    display: none;
  }
}

.header-tel .icon__tel {
  margin-right: 6px;
  width: 17px;
  height: 17px;
}

@media screen and (max-width: 1024px) {
  .header-tel .icon__tel {
    margin-right: 6px;
    -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite;
  }
}

.mob-menu {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #17191c;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}

.mob-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mob-menu.is-active .mob-menu__list {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mob-menu__inner {
  height: 100%;
  padding: 75px 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

.mob-menu__list {
  max-width: 280px;
  margin: auto;
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mob-menu__item {
  display: table;
  width: 100%;
  text-align: center;
  padding: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #393d42;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mob-menu__item:first-child {
  border-top: 1px solid #393d42;
}

.footer {
  background-color: #17191c;
  padding: 40px 0;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-phone {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-phone {
    margin-bottom: 38px;
  }
}

.footer-phone__title {
  font-size: 18px;
  margin-bottom: 18px;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.footer-soc__title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}

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

@media screen and (max-width: 1024px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 240px;
    margin: 0 auto;
  }
}

.footer-info__item {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-info__item:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .footer-info__item {
    text-align: center;
  }
  .footer-info__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer-info__item:hover, .footer-info__item:focus {
  color: #fff;
}
