* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

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

html, body {
  height: 100%;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

blockquote, q {
  quotes: none;
}

input, textarea, select, option, button, label {
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

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

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

ul, li, nav, ol, menu {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

label, button, [type="submit"] {
  cursor: pointer;
}

fieldset {
  border: none;
}

[class^='icon-'] {
  display: inline-block;
  position: relative;
  fill: currentColor;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #343434;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-content__inner {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  max-width: 1275px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container--nopadding {
  padding: 0;
}

@-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 dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-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 scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes parking {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, -20px, 0);
    transform: translate3d(-25px, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes parking {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, -20px, 0);
    transform: translate3d(-25px, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-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 animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@media screen and (min-width: 1025px) {
  .title {
    overflow: hidden;
  }
  .feature-item.active .feature__phone .sign-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .feature-item.active .feature__phone .touch {
    fill: #10b1ce;
    opacity: 0.5;
  }
  .feature-item.active .feature__phone .road__start, .feature-item.active .feature__phone .road__end, .feature-item.active .feature__phone .road__path {
    opacity: 0.7;
  }
  .feature-item.active .feature__phone .road__path {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .feature-item.active .feature__phone .road__start, .feature-item.active .feature__phone .road__end {
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .feature-item.active .feature__map .line {
    -webkit-animation: dash 3s ease-in-out backwards;
    animation: dash 3s ease-in-out backwards;
  }
  .feature-item.active .feature__park .car {
    -webkit-animation: parking 0.45s ease-in 0.2s;
    animation: parking 0.45s ease-in 0.2s;
  }
  .feature-item.active .feature__park .ruble {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .feature-item.active .feature__pay .gas {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  .feature-item.active .feature__pay .wash {
    -webkit-transform: translate3d(-80px, -45px, 0);
    transform: translate3d(-80px, -45px, 0);
  }
  .feature-item.active .feature__pay .check {
    opacity: 0;
  }
  .feature__park .ruble {
    -webkit-transform-origin: 70% 100%;
    transform-origin: 70% 100%;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .feature__map .line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke: #10b1ce;
  }
  .feature__pay .gas,
  .feature__pay .wash,
  .feature__pay .check {
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hidden-text {
    display: inline-block;
    -webkit-transform: translate3d(0, 200%, 0) skewY(10deg);
    transform: translate3d(0, 200%, 0) skewY(10deg);
    -webkit-transition: opacity 0.5s ease, background 1.2s linear, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, background 1.2s linear, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, background 1.2s linear, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, background 1.2s linear, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .feature-item {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .feature-item__svg > svg {
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .feature-item__shadow {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  [data-detect-viewport].in-view .hidden-text {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
  [data-detect-viewport].in-view .area__left {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .area__right {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .price__right {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .price__left {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item .feature-item__svg > svg {
    -webkit-animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item .feature-item__shadow {
    -webkit-animation: animation 0.8s 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-child(1) {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-child(2) {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-child(3) {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-child(4) {
    -webkit-animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .cars__slider {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.body-fixed {
  overflow: hidden;
}

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

.title {
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  color: inherit;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

@media screen and (max-width: 767px) {
  .title {
    font-size: 34px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.title_lg {
  font-size: 54px;
  line-height: 66px;
}

@media screen and (max-width: 1024px) {
  .title_lg {
    font-size: 40px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .title_lg {
    font-size: 42px;
    line-height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .title_lg {
    font-size: 28px;
    line-height: 36px;
  }
}

.title_md {
  font-size: 38px;
  line-height: 48px;
}

@media screen and (max-width: 1024px) {
  .title_md {
    font-size: 26px;
    line-height: 42px;
  }
}

.title_thin {
  font-weight: 300;
}

.subtitle {
  overflow: hidden;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.lead {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

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

@media screen and (max-width: 767px) {
  .lead {
    font-size: 18px;
    line-height: 24px;
  }
}

.link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #10b1ce;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 400;
}

.text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_lg {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .text_lg {
    font-size: 16px;
    line-height: 22px;
  }
}

.text_s {
  font-size: 14px;
  line-height: 24px;
}

.text-blue {
  color: #10b1ce;
}

.section {
  position: relative;
  overflow: hidden;
}

.section__head {
  position: relative;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  padding-top: 92px;
}

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

@media screen and (max-width: 767px) {
  .section__head {
    padding-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .section__head {
    padding-top: 34px;
  }
}

.section_dark {
  color: #fff;
}

.section_light {
  color: #343434;
}

.section_grey {
  background-color: #f5f5f5;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 5;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

@media screen and (max-width: 767px) {
  .head {
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #17191c;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head {
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
}

.head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head__left, .head__right, .head__center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .head__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.head__center {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

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

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

@media screen and (max-width: 1024px) {
  .head__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.head__logo {
  width: 137px;
  height: 30px;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .head__logo {
    fill: #fff;
    width: 114px;
    height: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head__logo {
    fill: #323232;
    width: 114px;
    height: 26px;
  }
}

.logo {
  display: table;
}

.logo svg {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo:hover svg {
  fill: #10b1ce;
}

.head-phone {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.head-phone:after, .head-phone:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #10b1ce;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.head-phone:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.head-phone:after {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.head-phone:hover:before, .head-phone:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 1024px) {
  .head-phone:before, .head-phone:after {
    display: none;
  }
}

.head-phone__icon {
  width: 12px;
  height: 12px;
  fill: #10b1ce;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .head-phone__icon {
    width: 17px;
    height: 17px;
    fill: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .head-phone__icon {
    width: 17px;
    height: 17px;
    fill: #323232;
  }
}

.head-phone__text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

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

.menu-opened .mob-menu {
  width: 100%;
}

.menu-opened .mob-menu__link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.55s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.55s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.55s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.55s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.45s, 0.45s , 0;
  transition-delay: 0.45s, 0.45s , 0;
}

.menu-opened .mob-menu__list {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0s linear;
  transition: 0s linear;
}

.menu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 8px;
}

.menu-opened .menu-icon__item:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-opened .menu-icon__item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 8px;
}

.mob-menu {
  position: fixed;
  top: 53px;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 6;
  background-color: #17191c;
  overflow: hidden;
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: width;
}

.mob-menu__list {
  padding: 40px 34px 75px;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: 0s linear 0.25s;
  transition: 0s linear 0.25s;
  opacity: 0;
  visibility: hidden;
}

.mob-menu__item {
  overflow: hidden;
  text-align: center;
}

.mob-menu__link {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  padding: 25px 0;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, opacity;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}

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

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

.menu__item:not(:last-child) {
  margin-right: 54px;
}

.menu__link {
  position: relative;
  display: block;
  padding: 31px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
  line-height: 14px;
}

.menu__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 0%;
  background-color: #10b1ce;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu__link:hover {
  color: #10b1ce;
}

.menu__link:hover:after {
  width: 100%;
}

.menu-icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
  }
}

.menu-icon__item {
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 5px;
}

@media (min-width: 768px) {
  .menu-icon__item {
    background-color: #323232;
  }
}

.menu-icon__item:nth-child(1) {
  top: 5px;
}

.menu-icon__item:nth-child(2) {
  top: 13px;
}

.menu-icon__item:nth-child(3) {
  top: 21px;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  border: none;
  background-color: #10b1ce;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px 62px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn:hover {
  background-color: #12c5e6;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
}

.btn:active {
  background-color: #0e9db6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 17px 0;
  }
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out 2.5s;
  transition: all 0.5s ease-in-out 2.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .more {
    display: none;
    -webkit-transition: all 0.35s ease-in-out 1.5s;
    transition: all 0.35s ease-in-out 1.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .more {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .more__text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.72px;
  }
}

.more__icon {
  position: relative;
  width: 22px;
  height: 36px;
  -webkit-box-shadow: inset 0 0 0 1px #10b1ce;
  box-shadow: inset 0 0 0 1px #10b1ce;
  border-radius: 25px;
  margin-right: 12px;
}

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

.more__icon:before {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 5px;
  background: #10b1ce;
  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;
}

.more__icon_mob {
  display: none;
}

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

.more__icon_mob svg {
  width: 16px;
  height: 16px;
}

.intro {
  height: 810px;
  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  .intro {
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  .intro {
    height: 648px;
  }
}

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

@media screen and (max-width: 767px) {
  .intro {
    height: calc(100vh - 50px);
  }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.38);
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .intro {
    height: auto;
  }
}

.intro__container {
  height: 100%;
}

.intro__layer {
  display: none;
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 120%;
  background-color: #fff;
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
  z-index: 4;
  -webkit-transition: all 0.85s ease-in-out 1.025s;
  transition: all 0.85s ease-in-out 1.025s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../../img/eng/intro-bg.jpg);
}

@media screen and (max-width: 1205px) {
  .intro__bg {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .intro__bg {
    background-image: url(../../img/eng/intro-mob-bg.jpg);
    width: 100%;
  }
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__content {
  position: relative;
  margin-left: auto;
  max-width: 372px;
  width: 100%;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .intro__content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .intro__content {
    max-width: 100%;
  }
}

.intro__caption {
  margin-bottom: 5px;
  margin-bottom: 56px;
}

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

@media screen and (max-width: 767px) {
  .intro__caption {
    margin-top: 90px;
    margin-bottom: auto;
    width: 100%;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .intro__caption {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.intro__title span {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.intro__subtitle span {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

@media screen and (max-width: 767px) {
  .intro__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.intro__btn {
  margin-bottom: 62px;
}

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

@media screen and (max-width: 767px) {
  .intro__btn {
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
    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;
    background-color: #fff;
    color: #343434;
  }
  .intro__btn:first-of-type {
    display: none;
  }
  .intro__btn:active, .intro__btn:hover {
    color: #fff;
  }
  .intro__btn:active .intro__btn-icon, .intro__btn:hover .intro__btn-icon {
    fill: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .intro__btn {
    -webkit-transition: opacity 0.5s ease-in-out 2.5s, background-color 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
    transition: opacity 0.5s ease-in-out 2.5s, background-color 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
    transition: opacity 0.5s ease-in-out 2.5s, transform 0.35s ease-in-out, background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    transition: opacity 0.5s ease-in-out 2.5s, transform 0.35s ease-in-out, background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
}

.intro__btn-icon {
  display: block;
  top: -2px;
  fill: #343434;
  margin-left: 10px;
}

.intro__btn_appstore, .intro__btn_google {
  display: none;
}

.intro-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 88px;
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out 2.5s;
  transition: all 0.5s ease-in-out 2.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .intro-partner {
    margin-top: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9d9d9d;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .intro-partner {
    margin: 24px 0 80px;
  }
}

.intro-partner__text {
  margin-right: 16px;
}

.intro-partner__img {
  width: 60px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .intro-partner__img {
    width: 50px;
    height: 34px;
  }
}

.intro-partner__link {
  display: block;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.intro-partner__link:hover {
  opacity: 0.6;
}

.icon-apple {
  width: 20px;
  height: 24px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-play {
  position: relative;
  fill: #fff;
  opacity: 0.25;
  width: 110px;
  height: 110px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .icon-play {
    width: 64px;
    height: 64px;
  }
}

.video {
  height: 810px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .video {
    height: 684px;
  }
}

@media screen and (max-width: 767px) {
  .video {
    height: 558px;
  }
}

@media screen and (max-width: 767px) {
  .video {
    height: 284px;
  }
}

.video__head {
  z-index: 3;
}

.video__title {
  margin-bottom: 18px;
}

.video__inner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video__inner_hidden {
  opacity: 0;
  pointer-events: none;
}

.video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  border-radius: 50%;
  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);
}

@media screen and (max-width: 767px) {
  .video__icon:after {
    width: 100%;
    height: 93%;
    left: 0;
  }
}

.video__icon:hover {
  opacity: 0.5;
}

.video__icon:hover:after {
  -webkit-animation: none;
  animation: none;
}

.video__icon:active {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .video__icon {
    top: auto;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.video__item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/eng/video-overlay.jpg") center/cover no-repeat;
}

.feature__phone .touch {
  fill: #DDDDDD;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature__phone .sign-up {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature__phone .road {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature__phone .road__path {
  fill: #0D385A;
  opacity: 0.2;
}

.feature__phone .road__start, .feature__phone .road__end {
  opacity: 0.2;
}

.feature {
  padding-bottom: 178px;
}

@media screen and (max-width: 1024px) {
  .feature {
    /*padding-bottom: 142px;*/
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 106px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 22px;
  }
}

.feature__head {
  margin-bottom: 82px;
}

.feature__title {
  margin-bottom: 15px;
}

.feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32.5px;
}

@media screen and (max-width: 1024px) {
  .feature__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
  }
}

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

.feature-item {
  text-align: center;
  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;
  max-width: 25%;
  width: 100%;
  padding: 0 32.5px;
}

@media screen and (max-width: 1024px) {
  .feature-item {
    max-width: 50%;
  }
  .feature-item:not(:last-child) {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .feature-item {
    padding: 0 30px;
    max-width: 100%;
  }
  .feature-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.feature-item:hover .feature-item__svg {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.feature-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 260px;
  max-height: 260px;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .feature-item__img {
    max-width: 160px;
    max-height: 160px;
    margin-bottom: 30px;
  }
}

.feature-item__svg,
.feature-item__svg > svg {
  display: block;
  height: auto;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.feature-item__shadow {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .feature-item__shadow {
    bottom: -20px;
  }
}

.feature-item__shadow__img {
  display: block;
}

.feature-item__desc {
  width: 100%;
}

.cars {
  padding-bottom: 86px;
}

@media screen and (max-width: 1024px) {
  .cars {
    padding-bottom: 30px;
  }
}

.cars__head {
  margin-bottom: 75px;
}

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

@media screen and (max-width: 767px) {
  .cars__head {
    margin-bottom: 23px;
  }
}

.cars__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cars__slider .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cars__slider .owl-stage {
  -webkit-transition: all 1000ms cubic-bezier(1, 0.005, 0.22, 1);
  transition: all 1000ms cubic-bezier(1, 0.005, 0.22, 1);
}

@media screen and (max-width: 1024px) {
  .cars__slider .owl-stage {
    -webkit-transition: none;
    transition: none;
  }
}

.cars__slider .owl-item.active .car-item__inner {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-item {
    overflow: hidden;
    padding: 0 20px;
  }
}

.cars__slider .owl-nav {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 934px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav {
    top: auto;
    bottom: 20px;
    width: 100%;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cars__slider .owl-nav .owl-prev, .cars__slider .owl-nav .owl-next {
  position: absolute;
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: border .25s ease;
  transition: border .25s ease;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav .owl-prev, .cars__slider .owl-nav .owl-next {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav .owl-prev, .cars__slider .owl-nav .owl-next {
    width: 24px;
    height: 24px;
  }
}

.cars__slider .owl-nav .owl-prev svg, .cars__slider .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  fill-opacity: 0.2;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav .owl-prev svg, .cars__slider .owl-nav .owl-next svg {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav .owl-prev svg, .cars__slider .owl-nav .owl-next svg {
    width: 24px;
    height: 24px;
  }
}

.cars__slider .owl-nav .owl-prev:hover svg, .cars__slider .owl-nav .owl-next:hover svg {
  fill-opacity: 0.8;
}

.cars__slider .owl-nav .owl-prev.owl-prev, .cars__slider .owl-nav .owl-next.owl-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav .owl-prev.owl-prev, .cars__slider .owl-nav .owl-next.owl-prev {
    left: 20px;
  }
}

.cars__slider .owl-nav .owl-prev.owl-next, .cars__slider .owl-nav .owl-next.owl-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-nav .owl-prev.owl-next, .cars__slider .owl-nav .owl-next.owl-next {
    right: 20px;
  }
}

.cars__slider .owl-dots {
  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;
  z-index: 3;
  position: relative;
  padding-top: 65px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cars__slider .owl-dots {
    padding-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-dots {
    padding-top: 35px;
    margin: 0 auto;
    max-width: 250px;
  }
}

.cars__slider .owl-dots button {
  width: 54px;
  height: 20px;
}

.cars__slider .owl-dots button:not(:last-child) {
  margin-right: 23px;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-dots button {
    width: 30px;
    height: 20px;
  }
  .cars__slider .owl-dots button:not(:last-child) {
    margin-right: 10px;
  }
}

.cars__slider .owl-dots button span {
  display: block;
  width: 54px;
  height: 3px;
  -webkit-transform: skew(-6deg);
  transform: skew(-6deg);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.2) !important;
}

@media screen and (max-width: 767px) {
  .cars__slider .owl-dots button span {
    width: 30px;
    height: 2px;
  }
}

.cars__slider .owl-dots button.active span {
  background: #10b1ce !important;
}

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

@media screen and (max-width: 767px) {
  .car-item {
    max-width: 545px;
  }
}

.car-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 258px;
  width: 100%;
  max-width: 635px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  z-index: -1;
}

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

.car-item__left {
  width: 100%;
  max-width: 296px;
}

.car-item__right {
  max-width: 364px;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  -webkit-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-left: -20px;
}

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

.car-item__head {
  width: 100%;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  background-color: #0d385a;
  color: #ffffff;
  padding: 17px 30px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.15);
}

.car-item__title {
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
}

.car-item__content {
  padding: 15px 60px;
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
  height: 100%;
}

.car-item__price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 30px;
}

.car-item__price-text span {
  font-size: 52px;
}

.car-item__price-subtitle {
  margin-right: 12px;
}

.car-item__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  max-width: 674px;
  max-height: 272px;
  margin: 0 auto;
  margin-top: -108px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .car-item__img-wrap {
    margin-top: auto;
    display: block;
  }
}

.car-item__img {
  margin-top: auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .car-item__img {
    margin-top: unset;
  }
}

.car-item-mob {
  display: none;
  -webkit-box-shadow: 0 8px 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 7px rgba(0, 0, 0, 0.12);
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  background-color: #fff;
  margin-left: -35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .car-item-mob {
    display: block;
  }
}

.car-item-mob__head {
  color: #ffffff;
  background-color: #0d385a;
  padding: 8px 0;
  display: inline-block;
  padding-right: 60px;
  padding-left: 20px;
  margin-bottom: 14px;
  -webkit-transform: skew(3deg);
  transform: skew(3deg);
}

.car-item-mob__title {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

.car-item-mob__price {
  margin-bottom: 14px;
  font-weight: 400;
}

.car-item-mob__price-subtitle {
  margin-right: 10px;
}

.car-item-mob__content {
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
  padding: 0 22px 22px 38px;
}

.owl-carousel.off {
  display: block;
}

.area {
  padding-bottom: 76px;
}

@media screen and (max-width: 1024px) {
  .area {
    /*padding-bottom: 30px;*/
    padding-bottom: 0;
  }
}

.area__head {
  margin-bottom: 90px;
}

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

@media screen and (max-width: 767px) {
  .area__head {
    margin-bottom: 32px;
  }
}

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

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

.area__map-wrap {
  position: relative;
  -webkit-box-shadow: 2px 0 21px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 21px rgba(0, 0, 0, 0.15);
  width: 720px;
  height: 486px;
}

@media screen and (max-width: 1024px) {
  .area__map-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .area__map-wrap {
    width: 100%;
    height: 320px;
  }
}

.area__map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.area__left {
  max-width: 720px;
  width: 100%;
  margin-right: 60px;
  margin-left: -105px;
}

@media screen and (max-width: 1024px) {
  .area__left {
    margin-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .area__left {
    margin-left: auto;
    margin-right: auto;
  }
}

.area__right {
  max-width: 560px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .area__right {
    max-width: 100%;
  }
}

.area__icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 50px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .area__mob-slider {
    padding: 38px 0;
  }
}

.area__mob-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.area__mob-slider .owl-dots > div {
  display: block;
}

.area__mob-slider .owl-dots > div:not(:last-child) {
  margin-right: 40px;
}

.area__mob-slider .owl-dots > div.active .area-info__mob-lead {
  color: #10b1ce;
  opacity: 1;
}

.area__mob-slider .owl-dots > div.active .area-info__mob-lead:after {
  -webkit-transform: skew(-11deg) translateY(0);
  transform: skew(-11deg) translateY(0);
  opacity: 1;
}

.area-info:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .area-info:not(:last-child) {
    margin-bottom: 32px;
  }
}

.area-info__lead {
  margin-bottom: 16px;
}

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

.area-info__link {
  margin-top: 8px;
  overflow: hidden;
}

.area-info__link:after, .area-info__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #10b1ce;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.area-info__link:after {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.area-info__link:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
}

.area-info__link span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10b1ce;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.area-info__link:hover span {
  opacity: 0;
}

.area-info__link:hover:before, .area-info__link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.area-info__content:not(:last-child) {
  margin-bottom: 25px;
}

.area-info__mob-lead {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 6px;
  opacity: 0.5;
}

.area-info__mob-lead:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #10b1ce;
  -webkit-transform: skew(-11deg) translateY(2px);
  transform: skew(-11deg) translateY(2px);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.price {
  background: url("../../img/eng/price-bg.jpg") center/cover no-repeat;
  padding-bottom: 158px;
}

@media screen and (max-width: 1024px) {
  .price {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .price {
    padding-bottom: 0;
  }
}

.price__head {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 767px) {
  .price__head {
    margin-bottom: 32px;
  }
}

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

@media screen and (max-width: 1024px) {
  .price__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

.price__left {
  max-width: 794px;
  width: 100%;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .price__left {
    margin-right: 0;
  }
}

.price__right {
  max-width: 404px;
  width: 100%;
}

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

.price__wrap {
  text-align: center;
}

.price__subtitle {
  margin-bottom: 32px;
}

.price__desc {
  font-weight: 300;
  margin-bottom: 40px;
}

.price__content {
  width: 100%;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
}

.price__btn {
  width: 100%;
  margin-bottom: 60px;
}

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

.price__app {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.price__app:hover {
  opacity: 0.8;
}

.price__app:active {
  opacity: 0.6;
}

.table {
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 767px) {
  .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table:after {
    display: none;
  }
}

.table:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 0;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 5px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.table__row {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table__row:last-child .table__cell {
  border-bottom: 1px solid transparent;
}

.table__row_head {
  font-size: 18px;
  line-height: 24px;
}

.table__row_head .table__cell {
  min-height: 72px;
}

@media screen and (max-width: 1024px) {
  .table__row_head {
    font-size: 16px;
    line-height: 22px;
  }
}

.table__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
}

.table__column:last-child .table__cell {
  border-right: 1px solid transparent;
}

.table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 65px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.table__cell:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.table__cell:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .table__cell {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 10px;
  }
  .table__cell:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid transparent;
  }
}

@media screen and (max-width: 320px) {
  .table__cell {
    padding: 0 4px;
  }
}

.price-mob {
  display: none;
}

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

.price-mob__slider {
  padding: 55px 0 38px;
}

.price-mob__slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .price-mob__slider .owl-dots {
    text-align: left;
  }
}

.price-mob__slider .owl-dots > div {
  white-space: nowrap;
  display: inline-block;
}

.price-mob__slider .owl-dots > div:not(:last-child) {
  margin-right: 30px;
}

.price-mob__slider .owl-dots > div.active .price-mob__lead {
  opacity: 1;
  color: #10b1ce;
}

.price-mob__slider .owl-dots > div.active .price-mob__lead:after {
  -webkit-transform: skew(-11deg) translateY(0);
  transform: skew(-11deg) translateY(0);
  opacity: 1;
}

.price-mob__lead {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 6px;
  opacity: 0.5;
}

.price-mob__lead:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #10b1ce;
  -webkit-transform: skew(-11deg) translateY(2px);
  transform: skew(-11deg) translateY(2px);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.soc {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

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

@media screen and (max-width: 767px) {
  .soc {
    margin-bottom: 20px;
  }
}

.soc__title {
  margin-bottom: 16px;
}

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

.soc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

@media screen and (max-width: 767px) {
  .soc__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 210px;
  }
}

.soc__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

@media screen and (max-width: 767px) {
  .soc__item {
    margin: 0 15px 20px;
  }
  .soc__item:not(:last-child) {
    margin-right: 15px;
  }
}

.soc__icon {
  width: 20px;
  height: 20px;
}

.soc__link {
  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.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.soc__link: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__link:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.soc__link:hover svg {
  fill: #10b1ce;
  z-index: 1;
}

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

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

.footer__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 2px;
}

.footer .logo {
  margin-top: 8px;
}

.footer__logo {
  fill: #fff;
  width: 192px;
  height: 42px;
}

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

@media screen and (max-width: 1024px) {
  .footer__row {
    -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;
  }
}

.footer__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .footer__col:nth-child(1) {
    display: none;
  }
  .footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__col:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.footer__col_logo {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media screen and (max-width: 1024px) {
  .footer__col_logo {
    margin-right: 0;
  }
}

.footer-info__item {
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .footer-info__item {
    margin-bottom: 10px;
  }
}

.footer-info__link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #808080;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-info__link:hover {
  color: #b3b3b3;
}

.footer-callback {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .footer-callback {
    margin-bottom: 36px;
  }
}

.footer-callback__title {
  margin-bottom: 14px;
}

@media screen and (max-width: 1024px) {
  .footer-callback__title {
    margin-bottom: 17px;
  }
}

.footer-phone {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-phone:after, .footer-phone:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #10b1ce;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-phone:before {
  left: 0;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}

.footer-phone:after {
  right: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}

.footer-phone:hover:before, .footer-phone:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 1024px) {
  .footer-phone:before, .footer-phone:after {
    display: none;
  }
}

.footer-phone__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.footer-phone__text {
  font-size: 24px;
  line-height: 24px;
}

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

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

.mob-app__inner {
  text-align: center;
  padding: 34px 0 20px;
  border: 1px solid rgba(52, 52, 52, 0.2);
}

.mob-app__content {
  padding: 0 10px;
}

.mob-app__item {
  display: none;
  margin-bottom: 30px;
}

.mob-app__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mob-app__title {
  margin-bottom: 12px;
}

.mob-app__subtitle {
  margin-bottom: 36px;
}

.icon-appstore, .icon-google-play {
  width: 160px;
  height: 47px;
}

.icon-appstore {
  background: url("../../img/eng/icons-img/appstore.png") center/cover no-repeat;
}

.icon-google-play {
  background: url("../../img/eng/icons-img/google-play.png") center/cover no-repeat;
}

.page-ready .preloader {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(100%) skew(11deg);
  transform: translateX(100%) skew(11deg);
}

.page-ready .preloader__wrap {
  opacity: 0;
}

.page-ready .intro__layer {
  -webkit-transform: translate3d(100%, 0, 0) skew(11deg);
  transform: translate3d(100%, 0, 0) skew(11deg);
}

.page-ready .intro__title span {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
  transform: translate3d(0, 0, 0) skewY(0);
}

.page-ready .intro__subtitle span {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
  transform: translate3d(0, 0, 0) skewY(0);
}

.page-ready .intro__btn {
  opacity: 1;
}

.page-ready .head {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
  transform: translate3d(0, 0, 0) skewY(0);
}

.page-ready .more,
.page-ready .intro-partner {
  opacity: 1;
}

.preloader {
  position: fixed;
  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;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background-color: #0d0d0d;
  opacity: 1;
  visibility: visible;
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
  -webkit-transition: all 1.2s ease-in-out 0s;
  transition: all 1.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.preloader__wrap {
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
}

.preloader__logo {
  fill: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 172px;
  height: 38px;
}

.preloader__bar-wrap {
  position: relative;
  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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  height: 1px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background: #10b1ce;
}

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

.modal {
  background-color: transparent;
  max-width: 1000px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal__img-wrap {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .modal__img-wrap {
    margin-bottom: 30px;
  }
}

.modal__shadow {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.modal__inner {
  padding-top: 60px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal__btn {
    margin: 0;
  }
}

.modal .close-modal {
  display: none;
  opacity: 0;
}

.blocker {
  z-index: 6;
}

.language-switcher {
  display: none;
}

.mob-language-switcher {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mob-language-switcher::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 17px;
  background-color: #888888;
}

.mob-language-switcher__link {
  display: block;
  font-size: 22px;
  font-family: "Open sans", sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  color: #9c9c9c;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}

.mob-language-switcher__link:hover {
  color: #64afcc
}

.mob-language-switcher__link_active {
  color: #64afcc
}

@media (min-width: 1025px) {
  .mob-language-switcher {
    display: none;
  }
  
  .head {
    display: flex;
  }
  
  .language-switcher {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 76px;
    background-color: #ebebeb;
    position: relative;
  }
  
  .language-switcher::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 1px;
    background-color: #888888;
  }
  
  .language-switcher__link {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #9c9c9c;
    transition: all 0.3s ease-in-out;
  }
  
  .language-switcher__link:hover {
    color: #64afcc
  }
  
  .language-switcher__link_active {
    color: #64afcc
  }
}

.area__left .owl-stage-outer {
  width: 100%;
  /*overflow: hidden;*/
}

.area__left .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maps__nav-btn {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  color: #343434;
  border: none;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  margin-right: 40px;
}

.maps__nav {
  margin-bottom: 24px;
  padding: 0 20px;
}

.maps__nav-btn::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #16b1ce;
  opacity: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.maps__nav-btn.tns-nav-active {
  color: #16b1ce;
  opacity: 1;
}

.maps__nav-btn.tns-nav-active::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.area__left .owl-nav.disabled {
  display: none;
}

.area__right {
  padding: 0 20px;
}

.maps__holder {
  -webkit-box-shadow: 2px 0 21px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 21px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .maps {
    width: 440px;
    margin-right: 30px;
  }
  
  .area__inner {
    padding: 0 20px;
  }
  
  .maps__nav {
    padding: 0;
  }
  
  .area__box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .area__left {
    margin: 0;
    margin-right: 35px;
  }
  
  .area__left .owl-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
  
  .area__left .owl-stage {
    width: 100%;
  }
}

.maps__wrapper {
  height: 300px;
  width: 100%;
  
}

.maps__map {
  width: 100%;
  height: 300px;
}

@media (min-width: 1025px) {
  .maps {
    width: 500px;
  }
  
  .maps__wrapper {
    height: 486px;
  }
  
  .maps__map {
    height: 486px;
  }
}

@media (min-width: 1280px) {
  .maps {
    width: 720px;
  }
}

@media screen and (min-width: 1025px) {
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  
  [data-detect-viewport].in-view .area__box {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}

.price-mob-nav {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.price-mob-nav-btn {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  border: none;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  margin-right: 40px;
}

.price-mob-nav-btn::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #16b1ce;
  opacity: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.price-mob-nav-btn.tns-nav-active {
  color: #16b1ce;
  opacity: 1;
}

.price-mob-nav-btn.tns-nav-active::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.price__nav-slider {
  margin-bottom: 30px;
}

.price__btn--nopadding {
  padding-left: 0;
  padding-right: 0;
}

.modal__shadow {
  z-index: -1;
}

/*.price-mob__slider::before {*/
/*content: "";*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*width: 30px;*/
/*height: 30px;*/
/*pointer-events: none;*/
/*background-image: linear-gradient(to right, transparent, white);*/
/*opacity: 0.4;*/
/*}*/

#svg {
  display: none;
  width: 25px;
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #svg {
    display: block;
  }
  
  .btn.intro__btn {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .intro-partner.subtitle {
    display: none;
  }
  
  .intro__caption {
    margin-bottom: 20px;
  }
  
  .intro__content {
    padding-top: 0;
    max-width: 260px;
  }
  
  .more__icon {
    display: none;
  }
}

#svg #first-arrow {
  -webkit-animation: first-arrow infinite 1.5s;
  animation: first-arrow infinite 1.5s;
  opacity: 0;
}
#svg #second-arrow {
  -webkit-animation: second-arrow infinite 1.5s;
  animation: second-arrow infinite 1.5s;
}
#svg #third-arrow {
  -webkit-animation: third-arrow infinite 1.5s;
  animation: third-arrow infinite 1.5s;
}

@-webkit-keyframes third-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    -webkit-transform: translateY(20.4px);
    transform: translateY(20.4px);
  }
  34% {
    opacity: 0;
    -webkit-transform: translateY(-40.8px);
    transform: translateY(-40.8px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(-20.4px);
    transform: translateY(-20.4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes third-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    -webkit-transform: translateY(20.4px);
    transform: translateY(20.4px);
  }
  34% {
    opacity: 0;
    -webkit-transform: translateY(-40.8px);
    transform: translateY(-40.8px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(-20.4px);
    transform: translateY(-20.4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes second-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    -webkit-transform: translateY(20.4px);
    transform: translateY(20.4px);
  }
  66% {
    opacity: 0;
    -webkit-transform: translateY(40.8px);
    transform: translateY(40.8px);
  }
  67% {
    -webkit-transform: translateY(-20.4px);
    transform: translateY(-20.4px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes second-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    -webkit-transform: translateY(20.4px);
    transform: translateY(20.4px);
  }
  66% {
    opacity: 0;
    -webkit-transform: translateY(40.8px);
    transform: translateY(40.8px);
  }
  67% {
    -webkit-transform: translateY(-20.4px);
    transform: translateY(-20.4px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes first-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(20.4px);
    transform: translateY(20.4px);
  }
  66% {
    -webkit-transform: translateY(40.8px);
    transform: translateY(40.8px);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(61.2px);
    transform: translateY(61.2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes first-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(20.4px);
    transform: translateY(20.4px);
  }
  66% {
    -webkit-transform: translateY(40.8px);
    transform: translateY(40.8px);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(61.2px);
    transform: translateY(61.2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .area__inner {
    flex-flow: column-reverse;
  }
  
  .area__right {
    padding: 0;
  }
  
  .maps {
    width: 100%;
  }
}



