@charset "UTF-8";

@font-face {
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-family: "GothamPro-Medium";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-family: "GothamPro-Light";
  font-weight: 200;
  font-style: normal;
}

@font-face {
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-family: "GothamPro-Bold";
  font-weight: 800;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
.h11 u {
  position: relative;
  top: -2px;
}

.h11 u {
  align-items: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  height: 50px;
  border-radius: 3px;
  background-color: #ffea02;
  color: #000;
  padding: 14px 25px;
  letter-spacing: 0.72px;
  position: relative;
}

.h11 u:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media only screen and (max-width: 768px) {
  .h11 u {

    padding: 0;
    font-size: 24px;
    background-color: transparent;
    top: -3px;
    line-height: 35px;
    display: inline;
  }
}
*/
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.ya__title {
  font-family: 'GothamPro-Light';
  font-size: 0.625vw;
  color: #09263a;
  margin: 0 auto;
  line-height: 1.3;
  opacity: 0.89;
  text-align: center;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

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

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

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

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

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

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

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

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  -moz-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  -moz-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s top, .2s -webkit-transform;
  -moz-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top;
  -moz-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top, .2s -webkit-transform;
  -moz-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s left, .2s -webkit-transform;
  -moz-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left;
  -moz-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left, .2s -webkit-transform;
  -moz-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s right, .2s -webkit-transform;
  -moz-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right;
  -moz-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right, .2s -webkit-transform;
  -moz-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

*,
*::before,
*::after {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #09263a;
}

body {
  font-family: "GothamPro-medium";
}

a {
  text-decoration: none;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 60.9375vw;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 4.16667vmin;
    width: 100%;
  }
}

.site-container {
  position: relative;
  overflow: hidden;
}

.button_taxi {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.5625vw;
  border: 1px solid rgba(26, 33, 35, 0.2);
  -webkit-border-radius: 1.35417vw;
  -moz-border-radius: 1.35417vw;
  border-radius: 1.35417vw;
  padding: 0.9375vw 1.19792vw;
  font-family: "GothamPro-Medium";
  font-size: 0.67708vw;
  color: rgba(9, 38, 58, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .button_taxi {
    -webkit-border-radius: 5.41667vmin;
    -moz-border-radius: 5.41667vmin;
    border-radius: 5.41667vmin;
    padding: 3.75vmin;
    font-size: 2.70833vmin;
    width: 45.83333vmin;
    height: 10.625vmin;
  }
}

.button_taxi img {
  margin-right: 0.36458vw;
  width: 1.35417vw;
  height: 0.625vw;
}

@media (max-width: 1024px) {
  .button_taxi img {
    margin-right: 1.45833vmin;
    width: 5.41667vmin;
    height: 2.5vmin;
  }
}

.button_taxi:hover {
  border: 1px solid white;
  -webkit-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  -moz-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  background-color: #6893f8;
  color: #fff;
}

.no-border-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.5625vw;
  -webkit-border-radius: 1.35417vw;
  -moz-border-radius: 1.35417vw;
  border-radius: 1.35417vw;
  padding: 0.9375vw 1.19792vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  font-family: "GothamPro-Medium";
  font-size: 0.67708vw;
  color: rgba(9, 38, 58, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .no-border-button {
    margin-left: 6.25vmin;
    -webkit-border-radius: 5.41667vmin;
    -moz-border-radius: 5.41667vmin;
    border-radius: 5.41667vmin;
    padding: 3.75vmin 4.79167vmin;
    font-size: 2.70833vmin;
  }
}

.no-border-button:hover {
  -webkit-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  -moz-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  background-color: #6893f8;
  color: #fff;
}

.main-button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;

  width: 16.14583vw;
  height: 3.64583vw;
  font-family: "GothamPro-Medium";
  font-weight: 300;
  font-size: 0.72917vw;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;

  color: #fff;
  background: #6893f8;
  -webkit-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  -moz-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .main-button {
    -webkit-border-radius: 7.29167vmin;
    -moz-border-radius: 7.29167vmin;
    border-radius: 7.29167vmin;
    width: 58.33333vmin;
    height: 14.58333vmin;
    font-size: 2.91667vmin;
  }
}

.main-button span {
  position: relative;
  z-index: 10;
}

.main-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;

  background: #537ee5;
  -webkit-box-shadow: 0 1px 50px rgb(0 156 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
  -moz-box-shadow: 0 1px 50px rgb(0 156 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
  box-shadow: 0 1px 50px rgb(0 156 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);

  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-button:hover {
  color: #ffffff;
}

.main-button:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white-blue-button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 1.82292vw;
  -moz-border-radius: 1.82292vw;
  border-radius: 1.82292vw;
  width: 16.14583vw;
  height: 3.64583vw;
  -webkit-box-shadow: 0 0.78125vw 2.08333vw rgba(246, 246, 246, 0.1), inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0.78125vw 2.08333vw rgba(246, 246, 246, 0.1), inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.78125vw 2.08333vw rgba(246, 246, 246, 0.1), inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.72917vw;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  color: #202020;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .white-blue-button {
    -webkit-border-radius: 7.29167vmin;
    -moz-border-radius: 7.29167vmin;
    border-radius: 7.29167vmin;
    width: 62.5vmin;
    height: 14.58333vmin;
    font-size: 2.91667vmin;
    text-align: center;
  }
}

.white-blue-button span {
  position: relative;
  z-index: 10;
}

.white-blue-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-shadow: 0 0.78125vw 2.08333vw rgba(246, 246, 246, 0.3), 0 3px 0 #40a3e4, inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0.78125vw 2.08333vw rgba(246, 246, 246, 0.3), 0 3px 0 #40a3e4, inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.78125vw 2.08333vw rgba(246, 246, 246, 0.3), 0 3px 0 #40a3e4, inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.8);
  background-color: #49b2f8;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white-blue-button:hover {
  color: #fff;
}

.white-blue-button:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h2 {
  font-family: "GothamPro-Light";
  font-size: 1.97917vw;
  line-height: 2.86458vw;
  letter-spacing: 0.07813vw;
  text-transform: uppercase;
}

h2 span {
  font-family: "GothamPro-Medium";
}

@media (max-width: 1024px) {
  h2 {
    font-size: 6.04167vmin;
    line-height: 8.75vmin;
    letter-spacing: 0.3125vmin;
    text-align: center;
  }
}

/*
h2::before {
  content: "";
  position: absolute;
  width: 7.60417vw;
  height: 1.09375vw;
  background-image: url("../images/logo-eng.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
*/
@media (max-width: 1024px) {
  h2::before {
    width: 30.41667vmin;
    height: 4.375vmin;
  }
}

.blue-link {
  display: inline-block;
}

.blue-link-span {
  border-bottom: 1px dashed #49b2f8;
  padding-bottom: 0.15625vw;
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
  line-height: 1.04167vw;
  color: #49b2f8;
}

@media (max-width: 1024px) {
  .blue-link-span {
    padding-bottom: 0.625vmin;
    font-size: 2.70833vmin;
    line-height: 4.16667vmin;
  }
}

.blue-link:hover .blue-link-span {
  border-bottom: 1px dashed #25c3f7;
  color: #25c3f7;
}

.circle-link {
  position: absolute;
  left: 3.125vw;
  top: 11.97917vw;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 1.04167vw 0.9375vw 1.30208vw;
  width: 5.20833vw;
  height: 5.20833vw;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  line-height: 0.83333vw;
  text-align: center;
  color: #09263a;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .circle-link {
    padding: 4.16667vmin 3.75vmin 5.20833vmin;
    width: 20.83333vmin;
    height: 20.83333vmin;
    font-size: 2.5vmin;
    line-height: 3.33333vmin;
  }
}

.circle-link img {
  margin: 0 auto 0.26042vw;
  width: 1.04167vw;
  height: 1.04167vw;
}

@media (max-width: 1024px) {
  .circle-link img {
    margin: 0 auto 1.04167vmin;
    width: 4.16667vmin;
    height: 4.16667vmin;
  }
}

.circle-link:hover {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  color: #5cbaf9;
}

.main-textarea {
  overflow: hidden;
  border: none;
  -webkit-border-radius: 1.82292vw;
  -moz-border-radius: 1.82292vw;
  border-radius: 1.82292vw;
  padding: 1.30208vw;
  width: 16.66667vw;
  height: 3.64583vw;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  text-align: center;
  background-color: #f5f5f5;
  resize: none;
}

@media (max-width: 1024px) {
  .main-textarea {
    -webkit-border-radius: 7.29167vmin;
    -moz-border-radius: 7.29167vmin;
    border-radius: 7.29167vmin;
    padding: 5.20833vmin;
    width: 54.16667vmin;
    height: 14.58333vmin;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.main-input-wrapper {
  position: relative;
}

.main-input-wrapper::before {
  content: "Введите ваш номер";
  position: absolute;
  left: 1.5625vw;
  top: -0.36458vw;
  width: 7.8125vw;
  height: 1.04167vw;
  font-size: 0.625vw;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .main-input-wrapper::before {
    left: 6.25vmin;
    top: -1.45833vmin;
    width: 31.25vmin;
    height: 4.16667vmin;
    font-size: 2.5vmin;
  }
}

.main-input {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 1.82292vw;
  -moz-border-radius: 1.82292vw;
  border-radius: 1.82292vw;
  padding: 1.30208vw;
  width: 19.27083vw;
  height: 3.64583vw;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  text-transform: uppercase;
  background-image: url("../images/phone-call.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

@media (max-width: 1024px) {
  .main-input {
    -webkit-border-radius: 7.29167vmin;
    -moz-border-radius: 7.29167vmin;
    border-radius: 7.29167vmin;
    padding: 5.20833vmin;
    width: 62.5vmin;
    height: 14.58333vmin;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.main-input:hover {
  border: 1px solid #000;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.main-input.intro {
  border: 1px solid #66f849;
}

.introo {
  background-color: #f2fff0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.errorr {
  color: #ff2e2e;
  background-color: #ffe3e3;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.main-input.error {
  border: 1px solid #ff3131;
}

h3 {
  font-family: "GothamPro-Light";
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1.82292vw;
  letter-spacing: 0.03646vw;
  text-transform: uppercase;
}

h3 span {
  font-family: "GothamPro-Bold";
  font-weight: 700;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 5vmin;
    line-height: 7.29167vmin;
    letter-spacing: 0.14583vmin;
  }
}

.tab-pane {
  display: none;
}

.faded {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.faded.in {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.tab-pane.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.middle-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .middle-tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .middle-tab br {
    display: none;
  }
}

.middle-tab.hidden {
  display: none;
}

.is-hidden {
  display: none !important;
}


.quiz {
  /*
  background-image: url(../images/quiz_bg1.jpg);
  -webkit-background-size: cover;
  background-size: cover;*/
  padding: 20px 0 60px
}

.quiz-section {
  width: 1169px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  margin-top: 35px;
  box-shadow: 0px 14px 65px 0px rgba(209, 201, 190, 0.28);
}

.quiz-steps {
  justify-content: center;
}

.quiz__wrap {
  position: relative;
  z-index: 5;
  /*	border-radius: 10px;*/
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2f3f5;
  /*padding: 10px;*/


}

.quiz .h-subtitle {
  text-align: center;
  font-family: "GothamPro-Light";
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}

.quiz-step {
  width: 143px;
  position: relative;
  height: 9px;
  border-radius: 4.5px;
  background: #f7f7f7;
  margin-right: 30px;
}

.quiz-step:last-child {
  margin-right: 0;
}

.quiz-step:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../images/quiz_step.png);
  background-repeat: no-repeat;
  -webkit-transition: width 0.5s, height 4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s, height 4s;
}

.quiz-step.active:before {
  width: 100%;
}

.quiz-answer,
.quiz-result-title {
  /* font: normal 12px/26px "Gilroy-Bold"; */
  color: #333;
  font-family: 'GothamPro-Bold';
  padding-bottom: 10px;
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 55px;
}

.quiz-title {
  /* font: normal 24px/36px "Gilroy-Bold"; */
  color: #333;
  text-align: center;
  font-family: 'GothamPro-Light';
  font-size: 1.3rem;
  /* max-width: 80%; */
  /* margin: 0 auto; */
  text-align: center;
  padding-bottom: 30px;
}

.quiz .cost-desc,
#screen12 .cost-desc,
.quiz .cost-desc,
#screen13 .cost-desc {
  text-align: center;
}

.quiz-checkbox {
  margin-right: 39px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #f7f8f9;
}

.quiz-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox-text {
  position: relative;
  width: 325px;
  /* width: 275px; */
  height: 165px;
  color: #333;
  cursor: pointer;
  font-family: 'GothamPro-Medium';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7375vw;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
}

.checkbox-text img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.checkbox-text span {
  flex: 1em;
}

.checkbox-text:before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 448.8 448.8' style='enable-background:new 0 0 448.8 448.8;' xml:space='preserve'%3E%3Cg%3E%3Cg id='done'%3E%3Cpolygon points='142.8,323.85 35.7,216.75 0,252.45 142.8,395.25 448.8,89.25 413.1,53.55 ' fill='%23E8E8E8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: rgb(247, 247, 247);
  box-shadow: inset 0px 1px 3px 0px rgba(143, 143, 143, 0.21);
}

.scr1 {
  position: absolute;
  display: block;
  top: 285px;
  left: -160px;
  overflow: hidden;
  pointer-events: none;
}

.checkbox-text:after {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  top: 0;
  opacity: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: #fefefe;
}

.quiz-checkbox input:checked+.checkbox-text:before {
  background-image: url(../images/ok2.png);
  background-position: center;
  -webkit-background-size: 20px;
  background-size: 35px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.quiz-checkbox input:checked+.checkbox-text:before {
  background-color: transparent;
  position: relative;
  z-index: 20;
}


.quiz-checkbox input:checked+.checkbox-text:after {
  opacity: 1;
}

.quiz-checkbox input::parent {
  background-image: -moz-linear-gradient(90deg, #f4a0b4 0%, #e15569 100%);
  background: linear-gradient(90deg, #f4a0b4, #e15569);
  background-image: -ms-linear-gradient(90deg, #f4a0b4 0%, #e15569 100%);
}

.quiz-left {
  width: 100%;
  max-width: 730px;
  margin-top: 60px;
}

.quiz-wrap {
  justify-content: space-between;
  padding-left: 50px;
}

.quiz-checkbox {
  margin-top: 15px;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.quiz-checkbox.active {
  border-radius: 10px;
  background: #6a94f8;
  box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
  -webkit-border-radius: 10px;
}

.quiz-pass {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #84807d;
  font: normal 14px "Gilroy-Bold";
  border-bottom: 1px solid #84807d;
  cursor: pointer;
  margin-right: 50px;
  margin-top: 27px;
}

.quiz-pass:hover {
  color: #333;
}

.quiz-btn {
  width: 245px;
  height: 91px;
  background-image: url(../images/orange_btn.png);
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font: normal 14px/70px "Gilroy-Bold";
  letter-spacing: 1.5px;
  color: #333;
}

.quiz-btns {
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  justify-content: center;
}

.quiz-section {
  position: relative;
}

.quiz-section:before {
  /*content: "";
  display: block;
  width: 428px;
  left: -167px;
  height: 100%;
  background-size: 350px;
  background-image: url(../images/new/svet.png);
  background-repeat: no-repeat;
  position: absolute;
  top:-140px;*/
}

.flaer-title {
  /* font: normal 21px "Gilroy-Bold"; */
  color: #333;
  font-family: 'GothamPro-Bold';
  padding-left: 30px;
  padding-right: 20px;
  /* font-family: "GothamPro-Light"; */
  font-size: 1.3vw;
  margin-top: 12px;
}

.flaer-desc {
  /* font: normal 14px/23px "Gilroy-Regular"; */
  color: #646464;
  margin-top: 15px;
  font-family: 'GothamPro-Light';
  padding-left: 30px;
  font-family: "GothamPro-Light";
  font-size: 0.7375vw;
  /* font-size: 15px; */
  padding-right: 20px;
  line-height: 1vw;
}

.quiz-item {
  display: none;
}

.quiz-item.active {
  display: block;
}

.quiz-error {
  padding-left: 15px;
  color: #e91e63;
  margin-top: -10px;
  margin-bottom: 15px;
  display: none;
}

.result-title {
  font: normal 18px/27px "Gilroy-Regular";
  color: #333;
  letter-spacing: 0.5px;
}

.result-title strong {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 1px;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
}

.quiz-result-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 45px;
}

.quiz-item:nth-child(4) .quiz-answer {
  display: none;
}

.right-title {
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'GothamPro-Light';
}

.result-right {
  border-left: 1px solid #f0f3f6;
  padding-left: 50px;
  margin-left: 80px;
}

.result-image {
  margin-top: 45px;
}

.result-price-text {
  font: normal 10px "Gilroy-Regular";
  letter-spacing: 0.75px;
  color: #959595;
  margin-top: 16px;
  margin-right: 13px;
}

.result-price {
  color: #312925;
  font: normal 16px/42px "Gilroy-Regular";
}

.result-price strong {
  color: #333;
  font: bold 25px/42px "Gilroy-Regular";
}

.result-price p:nth-child(2) {
  font: normal 14px "Gilroy-Regular";
  color: #333;
  margin-top: -7px;
}

.quiz-quiz .red-btn {
  width: 253px;
  height: 97px;
  line-height: 70px;
}

.quiz-right {
  border: 1px solid #f0f3f6;
  border-radius: 10px;
  width: 302px;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.quiz-image {
  display: block;
  text-align: center;
}

.quiz-image img {
  text-align: center;
  margin-top: 60px;
  border-radius: 10px;
  /*
  border-radius: 10px;
  display: block;*/
}

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important;
  }
}

.clearfix {
  overflow: auto;
}

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

.header {
  padding-top: 1.30208vw;
}

@media (max-width: 1024px) {
  .header {
    padding-top: 6.25vmin;
  }
}

.header .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .part-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .header .part-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.header .logo img {
  width: 9.73958vw;
  height: 2.63958vw;
}

@media (max-width: 1024px) {
  .header .logo img {
    width: 38.95833vmin;
    height: 8.95833vmin;
  }
}

@media (max-width: 1024px) {
  .header .logo {
    margin: 0 5.41667vmin 4.79167vmin;
  }
}

.header .header-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.04167vw;
  font-family: "GothamPro-Light";
  font-style: normal;
}

@media (max-width: 1024px) {
  .header .header-address {
    display: none;
    margin-left: 4.16667vmin;
  }
}

.header .header-address>img {
  margin-right: 1.04167vw;
  width: 3.125vw;
  height: 2.60417vw;
}

@media (max-width: 1024px) {
  .header .header-address>img {
    margin-right: 4.16667vmin;
    width: 12.5vmin;
    height: 10.41667vmin;
  }
}

.header .c-h {
  font-size: 0.625vw;
  letter-spacing: 0.02604vw;
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .header .c-h {
    font-size: 2.5vmin;
    letter-spacing: 0.10417vmin;
  }
}

.header .c-text {
  font-size: 0.67708vw;
  line-height: 1.25vw;
  font-weight: 700;
  color: #09263a;
}

@media (max-width: 1024px) {
  .header .c-text {
    font-size: 2.70833vmin;
    line-height: 5vmin;
  }
}

.header .c-sub {
  font-size: 0.625vw;
  opacity: 0.89;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .header .c-sub {
    font-size: 2.5vmin;
  }
}

.header .c-sub img {
  margin-right: 0.20833vw;
}

@media (max-width: 1024px) {
  .header .c-sub img {
    margin-right: 0.83333vmin;
  }
}

.header .burger {
  display: none;
}

.header .burger img {
  width: 9.375vmin;
  height: 8.33333vmin;
  margin-right: 6.25vmin;
}

.header .telephone {
  position: relative;
  font-size: 0.83333vw;
}

@media (max-width: 1024px) {
  .header .telephone {
    font-size: 3.33333vmin;
    margin: 3.125vmin;
  }
}

.header .telephone::before {
  content: "";
  position: absolute;
  left: -1.04167vw;
  top: 0.15625vw;
  width: 0.67708vw;
  height: 0.67708vw;
  background-image: url("../images/phone-call.png");
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .header .telephone::before {
    left: -4.16667vmin;
    top: 1.04167vmin;
    width: 2.70833vmin;
    height: 2.70833vmin;
  }
}

@media (max-width: 1024px) {
  .header .no-border-button {
    display: none;
  }
}

.car-section {
  padding-top: 3.125vw;
  -webkit-box-shadow: 0 2.60417vw 2.60417vw 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2.60417vw 2.60417vw 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2.60417vw 2.60417vw 0 rgba(0, 0, 0, 0.02);
  background-image: url("../images/first-screen-bg2.png");
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .car-section {
    padding-top: 0;
    margin-bottom: 6.25vmin;
    background: #ffffff;
  }
}

.car-section .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .car-section .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.car-section_content {
  /*    padding-left: 5.20833vw;*/
}

@media (max-width: 1024px) {
  .car-section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
}

.car-section_content h1 {
  margin-bottom: 0.52083vw;
  font-family: "GothamPro-Light";
  font-size: 1.97917vw;
  line-height: 2.86458vw;
  letter-spacing: 0.07813vw;
  /*  text-transform: uppercase;*/
  color: #09263a;
}

@media (max-width: 1024px) {
  .car-section_content h1 {
    width: 90%;
    margin-top: 5.20833vmin;
    position: relative;
    margin-bottom: 7.29167vmin;
    font-size: 6.04167vmin;
    line-height: 8.75vmin;
    letter-spacing: 0.3125vmin;
    text-align: center;
    z-index: 2;
  }
}

@media (max-width: 1024px) {
  .car-section_content h1 br {
    display: none;
  }
}

.car-section_content h1 span {
  font-family: "GothamPro-Medium";
}

.car-section_content p {
  position: relative;
  padding-bottom: 2.08333vw;
  padding-left: 2.92292vw;
  font-family: "GothamPro-Light";
  font-size: 0.9375vw;
  line-height: 1.2625vw;
  color: #09263a;
}

.car-section_content p span {
  font-family: "GothamPro-Medium";
}

@media (max-width: 1024px) {
  .car-section_content p {
    width: 65%;
    text-align: center;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 3.75vmin;
    line-height: 6.25vmin;
    z-index: 2;
  }

  .car-section_content p br {
    display: none;
  }
}

.car-section_content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.152083vw;
  width: 2.04167vw;
  height: 2.04167vw;
  background-image: url("../images/krug.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .car-section_content p::before {
    left: 42%;
    top: -2.08333vmin;
    width: 4.16667vmin;
    height: 2.08333vmin;
  }
}

.car-section .car-section_right {
  width: 32%;
}

@media (max-width: 1024px) {
  .car-section .car-section_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.car-section .car-section_right .online-wrapper {
  position: relative;
  margin-top: 1.82292vw;
  padding: 1.25vw 1.82292vw;
  width: 19.27083vw;
  height: 5.20833vw;
  -webkit-box-shadow: 0 0.52083vw 1.30208vw rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0.52083vw 1.30208vw rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.52083vw 1.30208vw rgba(0, 0, 0, 0.04);
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  color: #09263a;
}

.yand {
  width: 180px;
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .car-section .car-section_right .online-wrapper {
    margin-top: 7.29167vmin;
    padding: 5vmin 3.125vmin;
    width: 65.5vmin;
    height: 20.83333vmin;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}



.car-section .car-section_right .online-wrapper span {
  font-family: "GothamPro-Medium";
}

.car-section .car-section_right .online-wrapper img {
  position: absolute;
  right: 0.78125vw;
  top: -1vw;
  width: 6.82292vw;
  height: 6.14583vw;
}

@media (max-width: 1024px) {
  .car-section .car-section_right .online-wrapper img {
    right: 3.125vmin;
    top: -2.08333vmin;
    width: 27.29167vmin;
    height: 24.58333vmin;
  }
}

.car-section .car-section_right .online-wrapper .percent {
  position: absolute;
  right: 0.78125vw;
  top: 3.125vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  width: 2.60417vw;
  height: 1.5625vw;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.5625vw;
  text-align: center;
  color: white;
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .car-section .car-section_right .online-wrapper .percent {
    right: 3.125vmin;
    top: 12.5vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    width: 10.41667vmin;
    height: 6.25vmin;
    font-size: 2.91667vmin;
    line-height: 6.25vmin;
  }
}

.car-section .car-section_right .car1 {
  position: absolute;
  right: -157.8125vw;
  top: 7.8125vw;
  z-index: 1;
  width: 45.10417vw;
  height: 22.60417vw;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media (max-width: 1024px) {
  .car-section .car-section_right .car1 {
    top: 10.41667vmin;
    left: -150.625vmin;
    width: 180.41667vmin;
    height: 90.41667vmin;
  }
}

.car-section .car-section_right .car1.anim {
  right: -11.97917vw;
  top: 7.8125vw;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media (max-width: 1024px) {
  .car-section .car-section_right .car1.anim {
    top: 10.41667vmin;
    left: -150.625vmin;
  }
}


.car-section .perks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 8.16667vw;
  -webkit-border-radius: 1.5625vw 1.5625vw 0 0;
  -moz-border-radius: 1.5625vw 1.5625vw 0 0;
  border-radius: 20px;
  padding: 1.5625vw 0.52083vw 0vw;
  width: 100%;
  margin-bottom: 3vw;
  background: #ffffff;
  box-shadow: 0 0 15px 5px #f1f7fc;
  z-index: 1;
  position: relative;
}

.car-section .perks .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.52083vw 0;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.14583vw;
  color: #000;
  position: relative;
}

.car-section .perks:before {
  content: '';
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #e6e7e9;
  border-radius: 20px;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 2;
}

@media (max-width: 1024px) {
  .car-section .perks .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.08333vmin;
    padding-right: 2.08333vmin;
    font-size: 2.91667vmin;
    line-height: 4.58333vmin;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .car-section .perks .card br {
    display: none;
  }
}

.car-section .perks .card .texts {
  margin-top: 0.26042vw;
}

.car-section .perks .card span {
  font-family: "GothamPro-Medium";
}

.car-section .perks .card-1 img {
  width: 4.0625vw;
  height: 4.27083vw;
}

@media (max-width: 1024px) {
  .car-section .perks .card-1 img {
    width: 16.25vmin;
    height: 17.08333vmin;
  }
}

.car-section .perks .card-2 img {
  width: 4.27083vw;
  height: 4.27083vw;
}

@media (max-width: 1024px) {
  .car-section .perks .card-2 img {
    width: 17.08333vmin;
    height: 17.08333vmin;
  }
}

.car-section .perks .card-3 img {
  width: 3.48958vw;
  height: 4.0625vw;
}

@media (max-width: 1024px) {
  .car-section .perks .card-3 img {
    width: 13.95833vmin;
    height: 16.25vmin;
  }
}

.car-section .tree {
  width: 7.34375vw;
  height: 21.71875vw;
  position: absolute;
  right: -104.16667vw;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media (max-width: 1024px) {
  .car-section .tree {
    width: 14.58333vmin;
    height: 43.125vmin;
  }
}

.car-section .tree.anim {
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media (max-width: 1024px) {
  .car-section .desctop-perks {
    display: none;
  }
}

.car-section .mob-perks {
  display: none;
}

@media (max-width: 1024px) {
  .car-section .mob-perks {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 4.16667vmin;
    -moz-border-radius: 4.16667vmin;
    border-radius: 4.16667vmin;
    margin-top: 8.33333vmin;
    -webkit-border-radius: 6.25vmin;
    -moz-border-radius: 6.25vmin;
    border-radius: 6.25vmin;
    padding: 6.25vmin 2.08333vmin 0;
    width: 66.66667vmin;
    height: 66.66667vmin;
    margin-bottom: 6.25vmin;
  }
}

@media (max-width: 1024px) {
  .car-section .main-button {
    width: 66.66667vmin;
  }
}

.for {
  padding-top: 5.98958vw;
  padding-bottom: 2.34375vw;
  background-image: url("../images/tv.png");
  background-position: 90% 4.6875vw;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .for {
    padding-top: 23.95833vmin;
    padding-bottom: 9.375vmin;
    background-image: none;
  }
}

.for .for-bg {
  position: absolute;
  top: 5.20833vw;
  right: 0;
}

.for .for-bg img {
  width: 56.14583vw;
  height: 48.90625vw;
}

.for .container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.for .container h2 {
  margin-bottom: 3.38542vw;
}

.for .container h2::before {
  top: -1.5625vw;
}

@media (max-width: 1024px) {
  .for .container h2::before {
    top: -6.25vmin;
    left: 35%;
  }
}

@media (max-width: 1024px) {
  .for .container h2 {
    margin-bottom: 13.54167vmin;
  }
}

.for .container .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
}

@media (max-width: 1024px) {
  .for .container .cards {
    width: 100%;
  }
}

.for .container .cards .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.5625vw;
  width: 50%;
}

@media (max-width: 1024px) {
  .for .container .cards .card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5vmin;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon.courier {
    height: 25vmin;
  }
}

.for .container .cards .card-icon {
  width: 5.20833vw;
  height: 6.77083vw;
  text-align: center;
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon {
    width: 100%;
    height: 16.66667vmin;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.for .container .cards .card-icon .card-i-1 {
  width: 4.0625vw;
  height: 3.38542vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon .card-i-1 {
    width: 16.25vmin;
    height: 13.54167vmin;
  }
}

.for .container .cards .card-icon .card-i-2 {
  width: 5.20833vw;
  height: 2.86458vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon .card-i-2 {
    width: 20.83333vmin;
    height: 11.45833vmin;
  }
}

.for .container .cards .card-icon .card-i-3 {
  width: 4.27083vw;
  height: 3.69792vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon .card-i-3 {
    width: 17.08333vmin;
    height: 14.79167vmin;
  }
}

.for .container .cards .card-icon .card-i-4 {
  width: 2.39583vw;
  height: 6.09375vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon .card-i-4 {
    width: 9.58333vmin;
    height: 24.375vmin;
  }
}

.for .container .cards .card-icon .card-i-5 {
  width: 4.0625vw;
  height: 3.38542vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-icon .card-i-5 {
    width: 16.25vmin;
    height: 13.54167vmin;
  }
}

.for .container .cards .card-content {
  margin-left: 1.04167vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-content {
    width: 100%;
    margin-left: 0;
  }
}

.for .container .cards .card-header {
  margin-bottom: 0.52083vw;
  font-family: "GothamPro-Bold";
  font-size: 0.72917vw;
  line-height: 1.14583vw;
  text-transform: uppercase;
}

.for .container .cards .card-header span {
  color: #49b2f8;
}

@media (max-width: 1024px) {
  .for .container .cards .card-header {
    text-align: center;
    margin-bottom: 2.08333vmin;
    font-size: 2.91667vmin;
    line-height: 4.58333vmin;
  }
}

.for .container .cards .card-description {
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .for .container .cards .card-description {
    text-align: center;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.for .container .cards .card-description>span {
  font-family: "GothamPro-Medium";
}

.for .container .cards .card-description .blue-link {
  margin: 0.36458vw 0;
}

@media (max-width: 1024px) {
  .for .container .cards .card-description .blue-link {
    margin: 1.45833vmin 0;
  }
}

.for .container .cards .card:last-child {
  margin-top: 1.5625vw;
}

.credit-section {
  padding-top: 6.25vw;
  padding-bottom: 14.58333vw;
  background-color: #f9f9f9;
}

@media (max-width: 1024px) {
  .credit-section {
    padding-top: 20.83333vmin;
    padding-bottom: 20.83333vmin;
  }
}

.credit-section h2 {
  margin-bottom: 0.78125vw;
  width: 100%;
  text-align: center;
}

.credit-section h2::before {
  left: 45%;
  top: -1.5625vw;
}

@media (max-width: 1024px) {
  .credit-section h2::before {
    left: 30%;
    top: -8.33333vmin;
  }
}

.credit-section .blue-link {
  margin-bottom: 3.125vw;
}

@media (max-width: 1024px) {
  .credit-section .blue-link {
    margin-bottom: 12.5vmin;
  }
}

.credit-section .blue-link-span {
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .credit-section .blue-link-span {
    font-size: 3.75vmin;
  }
}

.credit-section .blue-link-span::after {
  content: "";
  position: absolute;
  margin-left: 0.78125vw;
  width: 0.83333vw;
  height: 0.83333vw;
  background-image: url("../images/click-mini.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .credit-section .blue-link-span::after {
    margin-left: 3.125vmin;
    width: 3.33333vmin;
    height: 3.33333vmin;
  }
}

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

.credit-section__cards .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 2.08333vw 0.52083vw 1.5625vw 0.52083vw;
  width: 9.375vw;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .credit-section__cards .card {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 8.33333vmin 2.08333vmin 6.25vmin 2.08333vmin;
    width: 100%;
    margin-bottom: 6.25vmin;
  }
}

.credit-section__cards .card-img {
  margin-bottom: 1.04167vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .credit-section__cards .card-img {
    margin-bottom: 4.16667vmin;
  }
}

.credit-section__cards .card-header {
  margin-bottom: 0.41667vw;
  font-family: "GothamPro-Bold";
  font-size: 0.67708vw;
  line-height: 1.04167vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .credit-section__cards .card-header {
    margin-bottom: 1.66667vmin;
    font-size: 3.70833vmin;
    line-height: 4.86667vmin;
  }
}

.credit-section__cards .card-description {
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
  line-height: 0.9375vw;
}

@media (max-width: 1024px) {
  .credit-section__cards .card-description {
    font-size: 3.30833vmin;
    line-height: 4.75vmin;
  }
}

.credit-section__cards .card-description span {
  font-family: "GothamPro-Medium";
}

@media (max-width: 1024px) {
  .counter-section .container {
    padding: 0;
  }
}

.counter-section .container .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10.9375vw;
  padding-top: 2.60417vw;
  padding-bottom: 4.16667vw;
  width: 100%;
  background-image: url("../images/counter-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .counter-section .container .banner {
    margin-top: 0;
    padding-top: 6.25vmin;
    padding-bottom: 0;
    width: 100%;
    -webkit-border-radius: 2.08333vmin 2.08333vmin 0 0;
    -moz-border-radius: 2.08333vmin 2.08333vmin 0 0;
    border-radius: 2.08333vmin 2.08333vmin 0 0;
    background-image: url("../images/counter-bg-mob.png");
  }
}

.counter-section .container .banner .counter {
  width: 30%;
  text-align: center;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .counter {
    width: 90%;
  }
}

.counter-section .container .banner .counter-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter-section .container .banner .counter-m img {
  width: 6.40625vw;
  height: 3.64583vw;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .counter-m img {
    margin: 0;
    width: 20vmin;
    height: 11.45833vmin;
  }
}

@media (max-width: 1024px) {
  .counter-section .container .banner .counter-m {
    margin-top: 2.08333vmin;
    margin-bottom: 2.08333vmin;
    width: 70%;
  }
}

.counter-section .container .banner .counter h3 {
  margin-bottom: 2.60417vw;
  font-family: "GothamPro-Light";
  font-size: 1.45833vw;
  line-height: 2.86458vw;
  letter-spacing: 0.0625vw;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .counter h3 {
    margin-bottom: 4.16667vmin;
    font-size: 5.83333vmin;
    line-height: 11.45833vmin;
    letter-spacing: 0.25vmin;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.counter-section .container .banner .counter h3 .hours {
  font-size: 2.70833vw;
  letter-spacing: 0.10417vw;
  margin: auto
}

@media (max-width: 1024px) {
  .counter-section .container .banner .counter h3 .hours {
    margin: 0 auto;
    font-family: "GothamPro-Bold";
    font-size: 8.54167vmin;
    letter-spacing: 0.41667vmin;
  }
}

.counter-section .container .banner .counter h3 .new-auto {
  font-size: 1.25vw;
  letter-spacing: 0.04688vw;
  text-transform: none;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .counter h3 .new-auto {
    font-family: "GothamPro-Light";
    font-size: 4.58333vmin;
    letter-spacing: 0.1875vmin;
  }
}

.counter-section .container .banner .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .buttons .white-blue-button {
    margin-top: 4.16667vmin;
    margin-bottom: 5.20833vmin;
  }
}

.counter-section .container .banner .absolutes {
  position: relative;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .absolutes {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.counter-section .container .banner .absolutes .watch-img {
  position: absolute;
  left: -26.04167vw;
  top: -7.8125vw;
  width: 13.02083vw;
  height: 22.23958vw;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .absolutes .watch-img {
    left: -22.91667vmin;
    top: -16.66667vmin;
    width: 31.25vmin;
    height: 53.33333vmin;
  }
}

.counter-section .container .banner .absolutes .dotted-banner {
  position: absolute;
  left: 17.70833vw;
  top: -0.78125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.25vw;
  width: 11.04167vw;
  height: 6.19792vw;
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
  line-height: 0.83333vw;
  color: white;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .absolutes .dotted-banner {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 5vmin;
    width: 44.16667vmin;
    height: 24.79167vmin;
    font-size: 2.70833vmin;
    line-height: 3.33333vmin;
    margin-bottom: 4.16667vmin;
    z-index: 2;
  }
}

.counter-section .container .banner .absolutes .dotted-banner span {
  font-size: 1.875vw;
  text-transform: uppercase;
  color: #49b2f8;
}

@media (max-width: 1024px) {
  .counter-section .container .banner .absolutes .dotted-banner span {
    font-size: 7.5vmin;
  }
}

.alternative {
  padding-top: 2.77083vw;
  padding-bottom: 4.94792vw;
}

@media (max-width: 1024px) {
  .alternative {
    padding-top: 20.83333vmin;
    padding-bottom: 19.79167vmin;
  }
}

.alternative .alt-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.08333vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .alternative .alt-header {
    width: 60%;
    margin-bottom: 8.33333vmin;
  }
}

.alternative .alt-header h2 {
  margin-bottom: 0.26042vw;
  width: 60%;
}

@media (max-width: 1024px) {
  .alternative .alt-header h2 {
    width: 100%;
    margin-bottom: 3.125vmin;
  }
}

.alternative .alt-header h2::before {
  top: -1.30208vw;
}

@media (max-width: 1024px) {
  .alternative .alt-header h2::before {
    top: -5.20833vmin;
    left: 35%;
  }
}

.alternative .alt-header .alt-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 2.60417vw;
  padding-top: 0.26042vw;
  font-family: "GothamPro-Light";
  font-size: 0.83333vw;
  line-height: 1.30208vw;
}

@media (max-width: 1024px) {
  .alternative .alt-header .alt-tip {
    display: none;
  }
}

.alternative .alt-header .alt-tip span {
  font-family: "GothamPro-Medium";
}

.alternative .alt-header .alt-tip .subtitle {
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
}

@media (max-width: 1024px) {
  .alternative .alt-header .alt-tip .subtitle {
    font-size: 2.70833vmin;
  }
}

.alternative .alt-header .alt-tip__image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1.5625vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.64583vw;
  height: 3.64583vw;
  background-color: #49b2f8;
}

.alternative .alt-header .alt-tip__image::before {
  content: "";
  position: absolute;
  left: -6.25vw;
  bottom: -6.25vw;
  width: 5.36458vw;
  height: 8.22917vw;
  background-image: url("../images/tip-line.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.alternative .alt-header .alt-tip__image img {
  width: 5vw;
  height: 2.8125vw;
}

@media (max-width: 1024px) {
  .alternative .alt-header .alt-tip__image img {
    width: 14.58333vmin;
    height: 8.33333vmin;
  }
}

.alternative .alt-header .h-subtitle {
  font-family: "GothamPro-Light";
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}

@media (max-width: 1024px) {
  .alternative .alt-header .h-subtitle {
    font-size: 3.75vmin;
    line-height: 6.25vmin;
    text-align: center;
  }
}

.alternative .alt-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1024px) {
  .alternative .alt-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.alternative .alt-content .box-wrapper {
  width: 55%;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper {
    width: 80%;
  }
}

.alternative .alt-content .box-wrapper .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.25vmin;
  }
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box br {
    display: none;
  }
}

.alternative .alt-content .box-wrapper .box-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.46875vw;
  height: 5.46875vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box-img {
    width: 21.875vmin;
    height: 21.875vmin;
    margin-right: 6.25vmin;
  }
}

.alternative .alt-content .box-wrapper .box-img-1 {
  width: 3.95833vw;
  height: 4.21875vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box-img-1 {
    width: 15.83333vmin;
    height: 16.875vmin;
  }
}

.alternative .alt-content .box-wrapper .box-img-2 {
  width: 3.59375vw;
  height: 3.125vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box-img-2 {
    width: 14.375vmin;
    height: 12.5vmin;
  }
}

.alternative .alt-content .box-wrapper .box-img-3 {
  width: 4.42708vw;
  height: 2.70833vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box-img-3 {
    width: 17.70833vmin;
    height: 10.83333vmin;
  }
}

.alternative .alt-content .box-wrapper .box-img-4 {
  width: 5.10417vw;
  height: 5.46875vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box-img-4 {
    width: 20.41667vmin;
    height: 21.875vmin;
  }
}

.alternative .alt-content .box-wrapper .box-text {
  font-family: "GothamPro-Light";
  font-size: 0.83333vw;
  line-height: 1.30208vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .box-text {
    font-size: 3.33333vmin;
    line-height: 5.20833vmin;
  }
}

.alternative .alt-content .box-wrapper .box-text span {
  font-family: "GothamPro-Medium";
}

.alternative .alt-content .box-wrapper .alt-buttons {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5625vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .alt-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .alternative .alt-content .box-wrapper .alt-buttons .white-blue-button {
    margin-top: 4.16667vmin;
  }
}

.alternative .alt-content .absolutes {
  position: absolute;
  left: 28.64583vw;
  top: -2.60417vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .absolutes {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10.41667vmin;
  }
}

.alternative .alt-content .absolutes .paper {
  width: 29.375vw;
  height: 31.40625vw;
}

@media (max-width: 1024px) {
  .alternative .alt-content .absolutes .paper {
    width: 62.5vmin;
    height: 63.125vmin;
  }
}

.testimonials {
  padding-top: 4.6875vw;
  height: 41.66667vw;
  background-color: #121c24;
}

@media (max-width: 1024px) {
  .testimonials {
    padding-top: 12.5vmin;
    height: 208.33333vmin;
  }
}

@media (max-width: 1024px) {
  .testimonials .container {
    padding-left: 16.66667vmin;
    padding-right: 16.66667vmin;
  }
}

.testimonials .swiper-slide {
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.52083vw;
  height: 19.27083vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .testimonials .swiper-slide {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 2.08333vmin;
    height: 77.08333vmin;
    max-width: 66.66667vmin;
  }
}

.testimonials .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0.52083vw;
  bottom: -0.52083vw;
  -webkit-border-radius: 0 0 0.52083vw 0.52083vw;
  -moz-border-radius: 0 0 0.52083vw 0.52083vw;
  border-radius: 0 0 0.52083vw 0.52083vw;
  width: 28.125vw;
  height: 0.52083vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #3d444a;
}

@media (max-width: 1024px) {
  .testimonials .swiper-slide::after {
    left: 2.08333vmin;
    bottom: -2.08333vmin;
    -webkit-border-radius: 0 0 2.08333vmin 2.08333vmin;
    -moz-border-radius: 0 0 2.08333vmin 2.08333vmin;
    border-radius: 0 0 2.08333vmin 2.08333vmin;
    width: 95%;
    height: 2.08333vmin;
  }
}

.testimonials .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials h3 {
  font-size: 1.97917vw;
  color: #fff;
}

@media (max-width: 1024px) {
  .testimonials h3 {
    font-size: 6.04167vmin;
    line-height: 8.75vmin;
    width: 90%;
  }
}

.testimonials .testim-tab-nav {
  width: 40%;
}

@media (max-width: 1024px) {
  .testimonials .testim-tab-nav {
    width: 90%;
  }
}

.testimonials .testim-tab-nav .testim-main-button {
  padding: 0.78125vw 2.08333vw;
  font-size: 0.72917vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .testimonials .testim-tab-nav .testim-main-button {
    padding: 3.125vmin 8.33333vmin;
    font-size: 2.91667vmin;
  }
}

.testimonials .testim-tab-nav .testim-main-button::before {
  content: "";
  -webkit-box-shadow: 0 0.78125vw 2.08333vw rgba(255, 203, 77, 0.4), 0 3px 0 #e5b950, inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0.78125vw 2.08333vw rgba(255, 203, 77, 0.4), 0 3px 0 #e5b950, inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.78125vw 2.08333vw rgba(255, 203, 77, 0.4), 0 3px 0 #e5b950, inset 4px 4px 0.52083vw rgba(255, 255, 255, 0.8);
  background-color: #fbb40a;
}

.testimonials .testim-tab-nav .testim-main-button:hover {
  border: 1px solid transparent;
  color: #363124;
}

.testimonials .testim-tab-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
}

@media (max-width: 1024px) {
  .testimonials .testim-tab-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.testimonials .testim-main-button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  -webkit-border-radius: 1.82292vw;
  -moz-border-radius: 1.82292vw;
  border-radius: 1.82292vw;
  padding: 1.04167vw 2.08333vw;
  font-family: "GothamPro-Light";
  font-weight: 600;
  font-size: 0.67708vw;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .testimonials .testim-main-button {
    margin-top: 4.16667vmin;
    -webkit-border-radius: 7.29167vmin;
    -moz-border-radius: 7.29167vmin;
    border-radius: 7.29167vmin;
    padding: 4.16667vmin 8.33333vmin;
    font-size: 2.70833vmin;
  }
}

.testimonials .testim-main-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  background-color: #49b2f8;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonials .testim-main-button span {
  position: relative;
  z-index: 10;
}

.testimonials .testim-main-button:hover {
  border: 1px solid #49b2f8;
}

.testimonials .testim-main-button:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonials .testim-main-button.active {
  color: #363124;
  border: 1px solid transparent;
}

.testimonials .testim-main-button.active::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonials .tabs {
  margin-bottom: 3.125vw;
  padding-top: 3.125vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .testimonials .tabs {
    margin-bottom: 8.33333vmin;
    padding-top: 12.5vmin;
  }
}

.testimonials .video-swiper,
.testimonials .photo-swiper,
.testimonials .written-swiper {
  width: 100%;
  height: 20.83333vw;
}

@media (max-width: 1024px) {

  .testimonials .video-swiper,
  .testimonials .photo-swiper,
  .testimonials .written-swiper {
    height: 83.33333vmin;
  }
}

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

@media (max-width: 1024px) {
  .testimonials .tab-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.testimonials .tab-footer .swiper-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 7.8125vw;
}

@media (max-width: 1024px) {
  .testimonials .tab-footer .swiper-buttons {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 2.08333vmin;
    width: 31.25vmin;
  }
}

.testimonials .tab-footer .swiper-buttons .testim-prev,
.testimonials .tab-footer .swiper-buttons .testim-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1024px) {

  .testimonials .tab-footer .swiper-buttons .testim-prev,
  .testimonials .tab-footer .swiper-buttons .testim-next {
    width: 12.5vmin;
    height: 12.5vmin;
  }
}

.testimonials .tab-footer .swiper-buttons .testim-prev img,
.testimonials .tab-footer .swiper-buttons .testim-next img {
  width: 0.46875vw;
  height: 0.83333vw;
}

@media (max-width: 1024px) {

  .testimonials .tab-footer .swiper-buttons .testim-prev img,
  .testimonials .tab-footer .swiper-buttons .testim-next img {
    width: 1.875vmin;
    height: 3.33333vmin;
  }
}

.testimonials .tab-footer .swiper-buttons .testim-prev:hover,
.testimonials .tab-footer .swiper-buttons .testim-next:hover {
  border: 1px solid #49b2f8;
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .testimonials .tab-footer .find-out {
    width: 66.66667vmin;
    height: 12.5vmin;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .testimonials .tab-footer .find-out span {
    font-size: 2.5vmin;
  }
}

.video-swiper .swiper-slide,
.photo-swiper .swiper-slide,
.written-swiper .swiper-slide {
  position: relative;
}

.video-swiper .swiper-slide::before,
.photo-swiper .swiper-slide::before,
.written-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1024px) {

  .video-swiper .swiper-slide::before,
  .photo-swiper .swiper-slide::before,
  .written-swiper .swiper-slide::before {
    display: none;
  }
}

.video-swiper .swiper-slide-active::before,
.photo-swiper .swiper-slide-active::before,
.written-swiper .swiper-slide-active::before {
  display: none;
}

.video-swiper .swiper-active-second::before,
.photo-swiper .swiper-active-second::before,
.written-swiper .swiper-active-second::before {
  display: none;
}

.video-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .video-link {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
  }
}

.video-link::before {
  content: "";
  position: absolute;
  left: 1.04167vw;
  bottom: -1.04167vw;
  -webkit-border-radius: 0 0 0.52083vw 0.52083vw;
  -moz-border-radius: 0 0 0.52083vw 0.52083vw;
  border-radius: 0 0 0.52083vw 0.52083vw;
  width: 26.5625vw;
  height: 0.52083vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #293239;
}

@media (max-width: 1024px) {
  .video-link::before {
    left: 4.16667vmin;
    bottom: -4.16667vmin;
    -webkit-border-radius: 0 0 2.08333vmin 2.08333vmin;
    -moz-border-radius: 0 0 2.08333vmin 2.08333vmin;
    border-radius: 0 0 2.08333vmin 2.08333vmin;
    width: 90%;
    height: 2.08333vmin;
  }
}

.video-link .main-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4.6875vw;
  height: 4.6875vw;
  -webkit-box-shadow: 0 15px 40px rgba(73, 178, 248, 0.4), inset 4px 4px 10px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 15px 40px rgba(73, 178, 248, 0.4), inset 4px 4px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 40px rgba(73, 178, 248, 0.4), inset 4px 4px 10px rgba(255, 255, 255, 0.4);
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .video-link .main-circle {
    width: 18.75vmin;
    height: 18.75vmin;
  }
}

.video-link .main-circle img {
  width: 3.64583vw;
  height: 3.64583vw;
}

@media (max-width: 1024px) {
  .video-link .main-circle img {
    width: 14.58333vmin;
    height: 14.58333vmin;
  }
}

.written-swiper .video-link::before {
  left: 1.5625vw;
  width: 10.46875vw;
}

@media (max-width: 1024px) {
  .written-swiper .video-link::before {
    left: 6.25vmin;
    width: 60.41667vmin;
  }
}

.written-swiper .swiper-slide::after {
  left: 0.78125vw;
  width: 12.03125vw;
}

@media (max-width: 1024px) {
  .written-swiper .swiper-slide::after {
    left: 3.125vmin;
    width: 64.58333vmin;
  }
}

.testimonials .tab-pane {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.testimonials .tab-pane.active {
  overflow: initial;
  width: auto;
  height: auto;
}

/*   
.pleasure {
  padding-top: 5.98958vw;
  padding-bottom: 5.20833vw;
  background-image: url("../images/pleasure-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .pleasure {
    padding-top: 27.08333vmin;
    padding-bottom: 20.83333vmin;
    background-image: none;
  }
}

.pleasure h2 {
  margin-bottom: 3.64583vw;
}

@media (max-width: 1024px) {
  .pleasure h2 {
    width: 80%;
    text-align: center;
    margin-bottom: 6.25vmin;
  }
}

.pleasure h2::before {
  left: 43%;
  top: -1.5625vw;
  width: 8.80208vw;
  background-image: url("../images/c-logo.png");
}

@media (max-width: 1024px) {
  .pleasure h2::before {
    left: 32%;
    top: -8.33333vmin;
    width: 35.20833vmin;
  }
}

.pleasure .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 6.25vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .pleasure .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

.pleasure .content .col-l,
.pleasure .content .col-r {
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.52083vw 0;
  -webkit-box-shadow: 0 0.78125vw 1.04167vw rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.78125vw 1.04167vw rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.78125vw 1.04167vw rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 1024px) {

  .pleasure .content .col-l,
  .pleasure .content .col-r {
    width: 64.375vmin;
    padding: 0;
  }
}

.pleasure .content .col-l .card,
.pleasure .content .col-r .card {
  position: relative;
  padding: 1.5625vw 1.5625vw 1.04167vw;
  width: 100%;
  -webkit-box-shadow: 0 1.45833vw 1.30208vw -1.04167vw rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1.45833vw 1.30208vw -1.04167vw rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.45833vw 1.30208vw -1.04167vw rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card,
  .pleasure .content .col-r .card {
    padding: 8.33333vmin 2.08333vmin 4.16667vmin 4.16667vmin;
    -webkit-box-shadow: 0 5.83333vmin 5.20833vmin -4.16667vmin rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5.83333vmin 5.20833vmin -4.16667vmin rgba(0, 0, 0, 0.1);
    box-shadow: 0 5.83333vmin 5.20833vmin -4.16667vmin rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card br,
  .pleasure .content .col-r .card br {
    display: none;
  }
}

.pleasure .content .col-l .card::before,
.pleasure .content .col-r .card::before {
  content: "";
  position: absolute;
  left: -6.25vw;
  top: 0;
  width: 4.16667vw;
  height: 4.94792vw;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card::before,
  .pleasure .content .col-r .card::before {
    left: 4.16667vmin;
    top: 9.375vmin;
    width: 10.41667vmin;
    height: 16.66667vmin;
  }
}

.pleasure .content .col-l .card-h,
.pleasure .content .col-r .card-h {
  margin-bottom: 0.52083vw;
  font-family: "GothamPro-Bold";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  letter-spacing: 0.03646vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card-h,
  .pleasure .content .col-r .card-h {
    margin-bottom: 2.08333vmin;
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
    letter-spacing: 0.14583vmin;
    margin-left: 14.58333vmin;
    padding-top: 2.08333vmin;
  }
}

.pleasure .content .col-l .card-p,
.pleasure .content .col-r .card-p {
  padding-bottom: 1.04167vw;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card-p,
  .pleasure .content .col-r .card-p {
    padding-bottom: 4.16667vmin;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
    margin-left: 14.58333vmin;
  }
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card-p br,
  .pleasure .content .col-r .card-p br {
    display: none;
  }
}

.pleasure .content .col-l .card:last-child,
.pleasure .content .col-r .card:last-child {
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1024px) {

  .pleasure .content .col-l .card:last-child,
  .pleasure .content .col-r .card:last-child {
    -webkit-box-shadow: 0 5.83333vmin 5.20833vmin -4.16667vmin rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5.83333vmin 5.20833vmin -4.16667vmin rgba(0, 0, 0, 0.1);
    box-shadow: 0 5.83333vmin 5.20833vmin -4.16667vmin rgba(0, 0, 0, 0.1);
  }
}

.pleasure .content .col-l .c-1::before,
.pleasure .content .col-r .c-1::before {
  background-image: url("../images/p-1.png");
}

.pleasure .content .col-l .c-2::before,
.pleasure .content .col-r .c-2::before {
  background-image: url("../images/p-2.png");
}

.pleasure .content .col-l .c-3::before,
.pleasure .content .col-r .c-3::before {
  background-image: url("../images/p-3.png");
}

.pleasure .content .col-l .c-4::before,
.pleasure .content .col-r .c-4::before {
  background-image: url("../images/p-4.png");
}

.pleasure .content .col-l .c-5::before,
.pleasure .content .col-r .c-5::before {
  background-image: url("../images/p-5.png");
}

.pleasure .content .col-l .c-6::before,
.pleasure .content .col-r .c-6::before {
  background-image: url("../images/p-6.png");
}
*/
.how {
  padding-top: 4.6875vw;
  height: 45.83333vw;
  background-image: url("../images/how-bg-1.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.how .container {
  padding: 0;
}

@media (max-width: 1024px) {
  .how {
    padding-top: 18.75vmin;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

.how h2 {
  width: 100%;
  text-align: center;
  color: white;
}

.how h2::before {
  display: none;
}

.how .subtitle {
  font-family: "GothamPro-Light";
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  color: white;
}

@media (max-width: 1024px) {
  .how .subtitle {
    font-size: 3.75vmin;
    line-height: 6.25vmin;
  }
}

.how .road {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.60417vw 3.125vw;
  width: 100%;
  height: 11.97917vw;
  background-image: url("../images/road.png");
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .how .road {
    margin-top: 27.08333vmin;
    padding: 0;
    height: 12.70833vmin;
    background-image: url("../images/road.png");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

.how .road .stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5625vw;
  position: relative;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.how .road .stage span {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .how .road .stage .t {
    position: relative;
    top: -2.08333vmin;
    font-size: 2.91667vmin;
  }
}

.how .road .stage img {
  margin-right: 0.3125vw;
  width: 0.52083vw;
  height: 0.52083vw;
}

.how .road .stage .how-pin {
  width: 1px;
  height: 1.77083vw;
  background-color: #474f55;
}

@media (max-width: 1024px) {
  .how .road .stage .how-pin {
    width: 0.20833vmin;
    height: 11.875vmin;
  }
}

.how .road .stage::after {
  content: url("../images/dot.png");
  position: absolute;
  top: 2.86458vw;
  width: 0.26042vw;
  height: 0.26042vw;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .how .road .stage::after {
    top: 2.5vmin;
    width: 1.45833vmin;
    height: 1.45833vmin;
  }
}

@media (max-width: 1024px) {
  .how .road .stage {
    position: relative;
    top: -10.41667vmin;
  }
}

.how .road .stage.blurred {
  opacity: 0.3;
}

.how .road .stage.blurred::after {
  display: none;
}

@media (max-width: 1024px) {
  .how .road .stage-0 {
    margin-left: 18.75vmin;
  }
}

@media (max-width: 1024px) {
  .how .road .stage-4 {
    margin-right: 18.75vmin;
  }
}

.how .road .carrr {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.how .road .carrr img {
  width: 9.63542vw;
  height: 2.8125vw;
}

@media (max-width: 1024px) {
  .how .road .carrr img {
    width: 29.16667vmin;
    height: 8.54167vmin;
  }
}

.how .road .carrr.mark-0 {
  left: 2.08333vw;
  bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .how .road .carrr.mark-0 {
    left: 16.66667vmin;
    bottom: 2.08333vmin;
  }
}

.how .road .carrr.mark-1 {
  left: 11.97917vw;
  bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .how .road .carrr.mark-1 {
    left: 31.25vmin;
    bottom: 2.08333vmin;
  }
}

.how .road .carrr.mark-2 {
  left: 25.52083vw;
  bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .how .road .carrr.mark-2 {
    left: 47.91667vmin;
    bottom: 2.08333vmin;
  }
}

.how .road .carrr.mark-3 {
  left: 39.0625vw;
  bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .how .road .carrr.mark-3 {
    left: 62.5vmin;
    bottom: 2.08333vmin;
  }
}

.how .road .carrr.mark-4 {
  left: 51.04167vw;
  bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .how .road .carrr.mark-4 {
    left: 77.08333vmin;
    bottom: 2.08333vmin;
  }
}

.how .tabs {
  width: 100%;
}

.how .tab-pane .content {
  padding: 5.20833vw 2.08333vw;
  width: 60%;
}

@media (max-width: 1024px) {
  .how .tab-pane .content {
    padding: 10.41667vmin 16.66667vmin;
    width: 100%;
  }
}

.how .tab-pane .image {
  position: relative;
}

@media (max-width: 1024px) {
  .how .tab-pane .image img {
    display: block;
    width: 78.75vmin;
    height: 52.08333vmin;
    -o-object-fit: cover;
    object-fit: cover;
    right: -52.08333vmin;
    top: 0;
  }
}

.how h4 {
  position: relative;
  margin-bottom: 0.78125vw;
  font-family: "GothamPro-Light";
  font-size: 1.25vw;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .how h4 {
    margin-bottom: 3.125vmin;
    padding-right: 8.33333vmin;
    font-size: 5vmin;
  }
}

@media (max-width: 1024px) {
  .how h4 br {
    display: none;
  }
}

.how h4::before {
  content: url("../images/blue-ellipse.png");
  position: absolute;
  left: -2.08333vw;
}

@media (max-width: 1024px) {
  .how h4::before {
    left: -8.33333vmin;
  }
}

.how .tab-subtitle {
  margin-bottom: 2.34375vw;
  font-family: "GothamPro-Light";
  font-size: 0.83333vw;
  line-height: 1.45833vw;
  color: #fff;
}

@media (max-width: 1024px) {
  .how .tab-subtitle {
    margin-bottom: 9.375vmin;
    font-size: 3.33333vmin;
    line-height: 5.83333vmin;
    padding-right: 10.41667vmin;
  }
}

@media (max-width: 1024px) {
  .how .tab-subtitle br {
    display: none;
  }
}

.how .tab-subtitle span {
  font-family: "GothamPro-Bold";
}

@media (max-width: 1024px) {
  .how .tab-subtitle span {
    display: block;
  }
}

.how .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.60417vw;
  padding-right: 3.125vw;
}

@media (max-width: 1024px) {
  .how .buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10.41667vmin;
    padding-right: 0;
  }
}

.how .buttons .main-button {
  width: 12.5vw;
}

@media (max-width: 1024px) {
  .how .buttons .main-button {
    width: 50vmin;
    margin: 0 auto;
  }
}

.how .buttons .white-blue-button {
  width: 15.10417vw;
}

@media (max-width: 1024px) {
  .how .buttons .white-blue-button {
    margin-top: 4.16667vmin;
    width: 100%;
  }
}

.how .how-next {
  position: relative;
  outline: none;
  border: none;
  padding-bottom: 0.26042vw;
  font-family: "GothamPro-Medium";
  font-size: 0.625vw;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0.6;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .how .how-next {
    padding-bottom: 1.04167vmin;
    font-size: 3.33333vmin;
  }
}

.how .how-next::after {
  content: url("../images/how-arrow.png");
  position: absolute;
  right: -3.64583vw;
  top: 0;
}

@media (max-width: 1400px) {
  .how .how-next::after {
    right: -10.41667vmin;
  }
}

@media (max-width: 1024px) {
  .how .how-next::after {
    right: -18.75vmin;
  }
}

@media (max-width: 350px) {
  .how .how-next::after {
    right: -20.83333vmin;
  }
}

.how .how-next:hover {
  opacity: 1;
  border-bottom: 1px dashed #fff;
}

.how .how-1 {
  position: absolute;
  right: -2.08333vw;
  top: 2.60417vw;
  width: 27.91667vw;
  height: 18.4375vw;
}

.how .how-2 {
  position: absolute;
  right: -2.08333vw;
  top: 0.9375vw;
  width: 23.75vw;
  height: 23.17708vw;
}

.how .name {
  position: absolute;
  left: -24.47917vw;
  top: 12.76042vw;
  z-index: 5;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.78125vw 1.30208vw;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  background-color: #fff;
}

.how .job-title {
  position: absolute;
  left: -20.83333vw;
  top: 14.58333vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.04167vw 0.78125vw 0.78125vw;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.67708vw;
  line-height: 1.04167vw;
  background-color: #fff;
}

.how .how-3 {
  width: 30.41667vw;
  height: 23.85417vw;
  position: absolute;
  right: -6.77083vw;
  top: 2.34375vw;
}

.how .how-4 {
  width: 28.17708vw;
  height: 21.25vw;
  position: absolute;
  right: -1.5625vw;
  top: 3.38542vw;
}

.how .how-5 {
  width: 42.96875vw;
  height: 25.46875vw;
  position: absolute;
  right: -16.92708vw;
  top: 1.5625vw;
}

@media (max-width: 1024px) {
  .how-pane-2 .image .name {
    display: none;
  }

  .how-pane-2 .image .job-title {
    display: none;
  }

  .how-pane-2 .image img {
    right: -50vmin !important;
    top: 6.25vmin !important;
    width: 80.83333vmin !important;
    height: 79.375vmin !important;
  }
}

@media (max-width: 1024px) {
  .how-pane-5 .image .name {
    display: none;
  }

  .how-pane-5 .image .job-title {
    display: none;
  }

  .how-pane-5 .image img {
    right: -54.16667vmin !important;
    top: 6.25vmin !important;
    width: 80.83333vmin !important;
    height: 41.66667vmin !important;
  }
}

.catalog-section {
  padding-top: 4.16667vw;
  padding-bottom: 3.125vw;
  background-color: #f5f5f5;
}

@media (max-width: 1024px) {
  .catalog-section {
    padding-top: 16.66667vmin;
    padding-bottom: 12.5vmin;
  }
}

@media (max-width: 1024px) {
  .catalog-section .container {
    padding: 0;
  }
}

.catalog-section h2 {
  margin-bottom: 3.125vw;
  width: 100%;
  text-align: center;
  color: #09263a;
}

@media (max-width: 1024px) {
  .catalog-section h2 {
    margin-bottom: 12.5vmin;
  }
}

.catalog-section h2::before {
  display: none;
}

.catalog-section .catalog-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.34375vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header {
    width: 66.66667vmin;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 9.375vmin;
  }
}

.catalog-section .catalog-header__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.30208vw;
  background-color: #fff;
}

.catalog-section .catalog-header__card::before {
  content: "";
  position: absolute;
  right: -0.98958vw;
  top: 0;
  width: 1.04167vw;
  height: 100%;
  background-image: url("../images/shadow.png");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 5.20833vmin;
  }
}

.catalog-section .catalog-header__card .c-card-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.04167vw;
  width: 5.72917vw;
  height: 5.98958vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card .c-card-img {
    margin-right: 4.16667vmin;
    width: 22.91667vmin;
    height: 23.95833vmin;
  }
}

.catalog-section .catalog-header__card .c-card-img .c-card-1 {
  width: 3.75vw;
  height: 5.9375vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card .c-card-img .c-card-1 {
    width: 15vmin;
    height: 23.75vmin;
  }
}

.catalog-section .catalog-header__card .c-card-img .c-card-2 {
  width: 4.0625vw;
  height: 5.15625vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card .c-card-img .c-card-2 {
    width: 16.25vmin;
    height: 20.625vmin;
  }
}

.catalog-section .catalog-header__card .c-card-img .c-card-3 {
  width: 5.83333vw;
  height: 5.20833vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card .c-card-img .c-card-3 {
    width: 23.33333vmin;
    height: 20.83333vmin;
  }
}

.catalog-section .catalog-header__card .c-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-section .catalog-header__card .c-card-text .c-title {
  font-family: "GothamPro-Bold";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card .c-card-text .c-title {
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.catalog-section .catalog-header__card .c-card-text .c-subtitle {
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header__card .c-card-text .c-subtitle {
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.catalog-section .catalog-header__card:first-child {
  position: relative;
  z-index: 10;
}

.catalog-section .catalog-header__card:nth-child(2) {
  position: relative;
  z-index: 8;
}

.catalog-section .catalog-header__card:last-child {
  position: relative;
  z-index: 5;
}

.catalog-section .catalog-header__card:last-child::before {
  display: none;
}

.catalog-section .catalog-header .circle-link {
  left: 25%;
  top: 60%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0.57292vw;
  width: 2.60417vw;
  height: 2.60417vw;
  line-height: 0.78125vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header .circle-link {
    padding: 2.08333vmin;
    width: 10.41667vmin;
    height: 10.41667vmin;
    line-height: 3.125vmin;
  }
}

.catalog-section .catalog-header .circle-link .hover-tip {
  position: absolute;
  bottom: -6.25vw;
  width: 20vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.78125vw;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

@media (max-width: 1024px) {
  .catalog-section .catalog-header .circle-link .hover-tip {
    z-index: 2;
    bottom: -38.83333vmin;
    right: -58.25vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 3.125vmin;
    width: 75vw;
  }
}

.catalog-section .catalog-header .circle-link .hover-tip ul {
  list-style: none;
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  line-height: 1.04167vw;
  text-align: left;
  color: #09263a;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-header .circle-link .hover-tip ul {
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
  }
}

.catalog-section .catalog-header .circle-link:hover .hover-tip {
  opacity: 1;
}

.catalog-section .catalog-header .circle-link:hover span {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  -moz-text-decoration-style: dashed;
  text-decoration-style: dashed;
  -webkit-text-decoration-color: rgba(77, 180, 248, 0.3);
  -moz-text-decoration-color: rgba(77, 180, 248, 0.3);
  text-decoration-color: rgba(77, 180, 248, 0.3);
}

.catalog-section .catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.64583vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .catalog-section .catalog {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14.58333vmin;
  }
}

.catalog-section .catalog__item {
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  width: 19.27083vw;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item {
    margin-bottom: 4.16667vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    width: 66.66667vmin;
  }
}

.catalog-section .catalog__item_img img {
  width: 19.27083vw;
  height: 10.26042vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_img img {
    width: 100%;
    height: 35.41667vmin;
  }
}

.catalog-section .catalog__item_heading {
  padding: 0.78125vw 1.30208vw;
  font-family: "GothamPro-Bold";
  font-size: 0.83333vw;
  line-height: 1.30208vw;
  letter-spacing: 0.03646vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_heading {
    padding: 3.125vmin 5.20833vmin;
    font-size: 3.33333vmin;
    line-height: 5.20833vmin;
    letter-spacing: 0.14583vmin;
  }
}

.catalog-section .catalog__item_price-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-section .catalog__item_price-line .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  color: #fff;
  background-color: #09263a;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_price-line .price-box {
    font-size: 2.91667vmin;
  }
}

.catalog-section .catalog__item_price-line .price-box span {
  margin: 0 0.26042vw;
  font-size: 1.66667vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_price-line .price-box span {
    margin: 0 1.04167vmin;
    font-size: 6.66667vmin;
  }
}

.catalog-section .catalog__item_price-line .calc-link {
  padding: 1.04167vw 1.5625vw;
  width: 60%;
  font-family: "GothamPro-Bold";
  font-size: 0.67708vw;
  line-height: 0.9375vw;
  text-transform: uppercase;
  color: #574727;
  background-color: #ffcb4d;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_price-line .calc-link {
    padding: 4.16667vmin 6.25vmin;
    font-size: 2.70833vmin;
    line-height: 3.75vmin;
  }
}

.catalog-section .catalog__item_details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 1.30208vw;
  border-bottom: 1px solid whitesmoke;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_details-box {
    margin: 0 5.20833vmin;
  }
}

.catalog-section .catalog__item_details-box .detail {
  padding: 1.04167vw;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_details-box .detail {
    padding: 4.16667vmin;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.catalog-section .catalog__item_details-box .detail-h {
  margin-bottom: 0.26042vw;
  color: rgba(9, 38, 58, 0.8);
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_details-box .detail-h {
    margin-bottom: 1.04167vmin;
  }
}

.catalog-section .catalog__item_details-box .detail-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "GothamPro-Medium";
}

.catalog-section .catalog__item_details-box .detail-val img {
  margin-right: 0.26042vw;
  width: 5px;
  height: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
  -moz-box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
  box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_details-box .detail-val img {
    margin-right: 1.04167vmin;
  }
}

.catalog-section .catalog__item_details-box .detail:first-child {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item_details-box .detail:last-child {
    padding-right: 0;
  }
}

.catalog-section .catalog__item .blue-link {
  margin: 1.5625vw 1.30208vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item .blue-link {
    margin: 6.25vmin 5.20833vmin;
  }
}

.catalog-section .catalog__item .blue-link img {
  margin-right: 0.41667vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog__item .blue-link img {
    margin-right: 1.66667vmin;
  }
}

.catalog-section .catalog__item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-0.26042vw);
  -moz-transform: translateY(-0.26042vw);
  -ms-transform: translateY(-0.26042vw);
  -o-transform: translateY(-0.26042vw);
  transform: translateY(-0.26042vw);
}

.catalog-section .catalog-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-image: url("../images/catalog-banner-bg.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vmin;
    height: 133.54167vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    background-image: url("../images/c-b-bg-mob.png");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}

.catalog-section .catalog-banner__content {
  padding: 3.64583vw 5.20833vw 6.25vw;
  width: 60%;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11.45833vmin 14.58333vmin;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__content br {
    display: none;
  }
}

.catalog-section .catalog-banner__content h3 {
  margin-bottom: 0.26042vw;
  font-family: "GothamPro-Light";
  font-size: 1.97917vw;
  line-height: 2.86458vw;
  letter-spacing: 0.07813vw;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__content h3 {
    margin-bottom: 3.125vmin;
    font-size: 6.04167vmin;
    line-height: 8.75vmin;
    letter-spacing: 0.3125vmin;
    text-align: center;
  }
}

.catalog-section .catalog-banner__content .subtitle {
  margin-bottom: 1.5625vw;
  font-family: "GothamPro-Light";
  font-size: 0.83333vw;
  line-height: 1.5625vw;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__content .subtitle {
    margin-bottom: 8.33333vmin;
    font-size: 3.75vmin;
    line-height: 6.25vmin;
    color: #fff;
  }
}

.catalog-section .catalog-banner__content .main-button {
  width: 12.5vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__content .main-button {
    width: 56.875vmin;
  }
}

.catalog-section .catalog-banner__absolutes {
  position: relative;
  font-family: "GothamPro-Light";
}

.catalog-section .catalog-banner__absolutes .ivan {
  position: absolute;
  left: -6.25vw;
  top: -1.30208vw;
  width: 15.3125vw;
  height: 23.17708vw;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__absolutes .ivan {
    position: relative;
    left: 60%;
    top: -6.66667vmin;
    width: 40.625vmin;
    height: 61.25vmin;
  }
}

.catalog-section .catalog-banner__absolutes .name {
  position: absolute;
  left: -7.8125vw;
  top: 14.58333vw;
  z-index: 5;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.78125vw 1.30208vw;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__absolutes .name {
    left: 16.66667vmin;
    top: 29.16667vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 3.125vmin 5.20833vmin;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.catalog-section .catalog-banner__absolutes .job-title {
  position: absolute;
  left: -4.16667vw;
  top: 16.40625vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.04167vw 0.78125vw 0.78125vw;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.67708vw;
  line-height: 1.04167vw;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .catalog-section .catalog-banner__absolutes .job-title {
    left: 31.25vmin;
    top: 35.41667vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 4.16667vmin 3.125vmin 3.125vmin;
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
  }
}

.faq {
  padding-bottom: 20.3125vw;
  background-color: #f5f5f5;
}

@media (max-width: 1024px) {
  .faq {
    padding-bottom: 81.25vmin;
  }
}

.faq h2 {
  margin-bottom: 2.08333vw;
  width: 100%;
  color: #09263a;
}

@media (max-width: 1024px) {
  .faq h2 {
    margin-bottom: 8.33333vmin;
  }
}

.faq h2::before {
  display: none;
}

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

@media (max-width: 1024px) {
  .faq .faq-content aside {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .faq .faq-content .list {
    width: 100%;
  }
}

.faq .faq-content .list .faq-card {
  position: relative;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.83333vw 1.5625vw 2.08333vw;
  width: 40.10417vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 3.33333vmin 6.25vmin 8.33333vmin;
    width: 100%;
  }
}

.faq .faq-content .list .faq-card::after {
  content: "";
  position: absolute;
  left: 0.52083vw;
  bottom: -0.52083vw;
  -webkit-border-radius: 0 0 0.52083vw 0.52083vw;
  -moz-border-radius: 0 0 0.52083vw 0.52083vw;
  border-radius: 0 0 0.52083vw 0.52083vw;
  width: 39.0625vw;
  height: 0.52083vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #f6f6f6;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card::after {
    left: 2.08333vmin;
    bottom: -2.08333vmin;
    -webkit-border-radius: 0 0 2.08333vmin 2.08333vmin;
    -moz-border-radius: 0 0 2.08333vmin 2.08333vmin;
    border-radius: 0 0 2.08333vmin 2.08333vmin;
    width: 95%;
    height: 2.08333vmin;
  }
}

.faq .faq-content .list .faq-card__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.78125vw;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card__heading {
    padding-bottom: 3.125vmin;
  }
}

.faq .faq-content .list .faq-card__heading .title {
  font-family: "GothamPro-Bold";
  font-size: 0.83333vw;
  line-height: 2.86458vw;
  letter-spacing: 0.03125vw;
  text-transform: uppercase;
}

.faq .faq-content .list .faq-card__heading .title br {
  display: none;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card__heading .title br {
    display: block;
  }
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card__heading .title {
    font-size: 3.33333vmin;
    line-height: 4.16667vmin;
    letter-spacing: 0.125vmin;
  }
}

.faq .faq-content .list .faq-card__heading .faq-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 2.29167vw;
  height: 2.29167vw;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card__heading .faq-button {
    width: 9.16667vmin;
    height: 9.16667vmin;
  }
}

.faq .faq-content .list .faq-card__heading .faq-button:hover {
  background-color: #49b2f8;
  cursor: pointer;
}

.faq .faq-content .list .faq-card__heading .faq-button svg {
  margin-top: 0.15625vw;
  opacity: 0.3;
}

.faq .faq-content .list .faq-card__heading .faq-button:hover svg {
  opacity: 1;
  fill: #fff;
}

.faq .faq-content .list .faq-card__heading .faq-button.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .faq-content .list .faq-card__answer {
  border-top: 1px solid #f3f4f4;
}

.faq .faq-content .list .faq-card__answer p {
  padding-top: 1.04167vw;
  padding-right: 5.72917vw;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card__answer p {
    padding-top: 4.16667vmin;
    padding-right: 0;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card__answer p br {
    display: none;
  }
}

.faq .faq-content .list .faq-card:not(:first-child) {
  margin-top: 1.5625vw;
}

@media (max-width: 1024px) {
  .faq .faq-content .list .faq-card:not(:first-child) {
    margin-top: 6.25vmin;
  }
}

.faq .faq-content .list .faq-card.card-closed {
  padding-bottom: 0;
}

.faq .faq-content .list .faq-card.card-closed .faq-card__answer {
  display: none;
}

@media (max-width: 1024px) {
  .faq .faq-content .faq-form {
    width: 100%;
  }
}

.faq .faq-content .another-question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.5625vw;
  height: 26.77083vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question {
    margin-top: 10.41667vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 6.25vmin;
    height: 114.58333vmin;
  }
}

.faq .faq-content .another-question::after {
  content: "";
  position: absolute;
  left: 0.52083vw;
  bottom: -0.52083vw;
  -webkit-border-radius: 0 0 0.52083vw 0.52083vw;
  -moz-border-radius: 0 0 0.52083vw 0.52083vw;
  border-radius: 0 0 0.52083vw 0.52083vw;
  width: 18.48958vw;
  height: 0.52083vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #f6f6f6;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question::after {
    bottom: -1.66667vmin;
    -webkit-border-radius: 0 0 2.08333vmin 2.08333vmin;
    -moz-border-radius: 0 0 2.08333vmin 2.08333vmin;
    border-radius: 0 0 2.08333vmin 2.08333vmin;
    width: 98%;
    height: 2.08333vmin;
  }
}

.faq .faq-content .another-question h3 {
  font-family: "GothamPro-Bold";
  font-size: 1.25vw;
  line-height: 1.82292vw;
  letter-spacing: 0.04688vw;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question h3 {
    font-size: 5vmin;
    line-height: 7.29167vmin;
    letter-spacing: 0.1875vmin;
  }
}

.faq .faq-content .another-question .question-subtitle {
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.82292vw;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question .question-subtitle {
    font-size: 3.33333vmin;
    line-height: 7.29167vmin;
  }
}

.faq .faq-content .another-question img {
  width: 10.67708vw;
  height: 9.73958vw;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question img {
    width: 42.70833vmin;
    height: 38.95833vmin;
  }
}

.faq .faq-content .another-question .main-textarea {
  margin-bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question .main-textarea {
    margin-bottom: 4.16667vmin;
    width: 54.16667vmin;
  }
}

.faq .faq-content .another-question .main-textarea:hover {
  background-color: #e4e4e4;
}

.faq .faq-content .another-question .main-button {
  outline: none;
  border: none;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question .main-button {
    width: 54.16667vmin;
  }
}

.faq .faq-content .another-question .main-input {
  margin-bottom: 1.04167vw;
  width: 16.66667vw;
}

@media (max-width: 1024px) {
  .faq .faq-content .another-question .main-input {
    margin-bottom: 4.16667vmin;
    width: 54.16667vmin;
  }
}

.faq .faq-content .faq-tab-2 {
  color: #fff;
  background-color: #121d25;
}

.faq .faq-content .faq-tab-2::after {
  background-color: #121d25;
}

.faq .faq-content .tab-pane.dn {
  display: none;
}

.map .map-wrapper {
  overflow: hidden;
  margin-top: -15.625vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  width: 100%;
  height: 31.25vw;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
  .map .map-wrapper {
    position: relative;
    margin-top: -62.5vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    height: 104.16667vmin;
    margin-bottom: 6.25vmin;
  }

  .map .map-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
}

.map .contacts-wrapper {
  position: absolute;
  left: 3.64583vw;
  top: -13.02083vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.36458vw;
  max-width: 22.39583vw;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper {
    position: relative;
    left: 0;
    top: 0;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 0;
    max-width: 66.66667vmin;
  }
}

.map .contacts-wrapper .contacts {
  border: 1px solid rgba(26, 33, 35, 0.1);
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.5625vw 2.08333vw 1.5625vw 1.82292vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding-top: 6.25vmin;
    padding-bottom: 6.25vmin;
  }
}

.map .contacts-wrapper .contacts__heading {
  margin-bottom: 0.78125vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__heading {
    padding-left: 6.25vmin;
    margin-bottom: 3.125vmin;
  }
}

.map .contacts-wrapper .contacts__heading h5 {
  font-family: "GothamPro-Bold";
  font-size: 0.83333vw;
  line-height: 1.82292vw;
  letter-spacing: 0.03125vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__heading h5 {
    font-size: 3.33333vmin;
    line-height: 7.29167vmin;
    letter-spacing: 0.125vmin;
  }
}

.map .contacts-wrapper .contacts__heading .contacts-subtitle {
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  letter-spacing: 0.02083vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__heading .contacts-subtitle {
    font-size: 2.91667vmin;
    line-height: 5.83333vmin;
    letter-spacing: 0.08333vmin;
  }
}

.map .contacts-wrapper .contacts__heading .contacts-subtitle .ask {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 0.20833vw;
  color: #09263a;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__heading .contacts-subtitle .ask {
    padding-bottom: 0.83333vmin;
  }
}

.map .contacts-wrapper .contacts__main {
  padding-left: 1.5625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main {
    padding-left: 6.25vmin;
    margin-bottom: 4.16667vmin;
  }
}

.map .contacts-wrapper .contacts__main a {
  color: #09263a;
}

.map .contacts-wrapper .contacts__main_card {
  margin-bottom: 0.52083vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main_card {
    margin-bottom: 2.08333vmin;
  }
}

.map .contacts-wrapper .contacts__main .c-h {
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  line-height: 1.82292vw;
  letter-spacing: 0.02604vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main .c-h {
    font-size: 2.5vmin;
    line-height: 7.29167vmin;
    letter-spacing: 0.10417vmin;
  }
}

.map .contacts-wrapper .contacts__main .c-text,
.map .contacts-wrapper .contacts__main .c-text a {
  font-family: "GothamPro-Bold";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  color: #09263a;
}

@media (max-width: 1024px) {

  .map .contacts-wrapper .contacts__main .c-text,
  .map .contacts-wrapper .contacts__main .c-text a {
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.map .contacts-wrapper .contacts__main a {
  font-family: "GothamPro-Medium";
  font-size: 0.625vw;
  line-height: 1.35417vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main a {
    font-size: 2.5vmin;
    line-height: 5.41667vmin;
  }
}

.map .contacts-wrapper .contacts__main a img {
  margin-right: 0.52083vw;
  width: 0.625vw;
  height: 0.625vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main a img {
    margin-right: 2.08333vmin;
    width: 2.5vmin;
    height: 2.5vmin;
  }
}

.map .contacts-wrapper .contacts__main .c-sub {
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main .c-sub {
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
  }
}

.map .contacts-wrapper .contacts__main .c-sub img {
  margin-right: 0.20833vw;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts__main .c-sub img {
    margin-right: 0.83333vmin;
  }
}

.map .contacts-wrapper .contacts .main-button {
  width: 18.22917vw;
}

.yasheff {
  color: #000000;
  font-family: 'GothamPro-Light';
  border-bottom: 1px dashed;
}

@media (max-width: 1024px) {
  .map .contacts-wrapper .contacts .main-button {
    width: 60.41667vmin;
    margin: 0 auto;
  }

  .yasheff {
    border-bottom: 1px dashed;
    font-size: 12px;
    margin: 10px auto;
  }
}

.footer {
  padding-top: 2.60417vw;
  padding-bottom: 3.125vw;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 10.41667vmin;
    padding-bottom: 34.5vmin;
  }
}

.footer .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .footer .left {
    margin-bottom: 8.33333vmin;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .logo img {
  width: 9.73958vw;
  height: 2.23958vw;
}

@media (max-width: 1024px) {
  .footer .logo img {
    width: 38.95833vmin;
    height: 8.95833vmin;
  }
}

@media (max-width: 1024px) {
  .footer .logo {
    margin: 0 5.41667vmin 4.79167vmin;
  }
}

.footer .lead-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #09263a;
}

.footer .lead-me__logo {
  margin-left: 1.04167vw;
}

@media (max-width: 1024px) {
  .footer .lead-me__logo {
    margin-left: 4.16667vmin;
  }
}

@media (max-width: 1024px) {
  .footer .button_taxi {
    margin-top: 4.16667vmin;
  }
}

.modals {
  overflow: hidden;
  width: 0;
  height: 0;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.modal {
  position: relative;
  margin: 0.52083vw auto;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .modal {
    margin: 2.08333vmin auto;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
  }
}

.modal .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(22, 22, 22, 0.05);
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  width: 98%;
  height: 98%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .mfp-close {
  display: none;
}

.popup-close {
  position: absolute;
  right: -4.16667vw;
  top: 0;
  width: 2.08333vw;
  height: 2.08333vw;
  background-image: url("../images/close-modal.png");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .popup-close {
    background-image: url("../images/close-grey.png");
    right: 1.04167vmin;
    top: 5.20833vmin;
    width: 4.16667vmin;
    height: 4.16667vmin;
    z-index: 6;
  }
}

.consult {
  width: 54.6875vw;
  height: 22.23958vw;
  font-family: "GothamPro-Light";
}

@media (max-width: 1024px) {
  .consult {
    width: 100%;
    height: 172.29167vmin;
  }
}

@media (max-width: 1024px) {
  .consult {
    height: 162.5vmin;
  }
}

.consult .wrapper {
  padding: 1.82292vw 1.04167vw 1.82292vw 1.82292vw;
}

@media (max-width: 1024px) {
  .consult .wrapper {
    padding: 7.29167vmin 4.16667vmin 7.29167vmin 7.29167vmin;
  }
}

.consult__heading {
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .consult__heading {
    font-size: 3.75vmin;
  }
}

.consult__heading h3 {
  margin-bottom: 0.78125vw;
}

@media (max-width: 1024px) {
  .consult__heading h3 {
    margin-bottom: 3.125vmin;
  }
}

.consult__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.16667vw;
  padding-top: 1.5625vw;
  padding-right: 4.6875vw;
}

@media (max-width: 1024px) {
  .consult__main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6.25vmin;
    padding-top: 6.25vmin;
    padding-right: 0;
  }
}

.consult__main .manager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.04167vw;
}

@media (max-width: 1024px) {
  .consult__main .manager {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
}

.consult__main .manager .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.04167vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.33333vw;
  height: 3.33333vw;
  text-align: center;
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .consult__main .manager .img {
    margin-right: 2.08333vmin;
    margin-bottom: 4.16667vmin;
    width: 13.33333vmin;
    height: 13.33333vmin;
  }
}

.consult__main .manager .img img {
  width: 2.86458vw;
  height: 3.64583vw;
}

@media (max-width: 1024px) {
  .consult__main .manager .img img {
    width: 11.45833vmin;
    height: 14.58333vmin;
  }
}

.consult__main .manager .name {
  font-size: 0.625vw;
}

@media (max-width: 1024px) {
  .consult__main .manager .name {
    font-size: 2.5vmin;
  }
}

.consult__main .manager .name span {
  font-family: "GothamPro-Medium";
  font-size: 0.67708vw;
  line-height: 1.14583vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .consult__main .manager .name span {
    font-size: 2.70833vmin;
    line-height: 4.58333vmin;
  }
}

.consult__main .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.625vw;
}

@media (max-width: 1024px) {
  .consult__main .middle {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 2.5vmin;
  }
}

.consult__main .middle img {
  margin-right: 1.04167vw;
  width: 1.82292vw;
  height: 1.82292vw;
}

@media (max-width: 1024px) {
  .consult__main .middle img {
    margin: 0 auto 2.08333vmin;
    width: 7.29167vmin;
    height: 7.29167vmin;
  }
}

.consult__main .middle .text {
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .consult__main .middle .text {
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.consult__main .middle .text span {
  font-family: "GothamPro-Medium";
}

.consult__main .what-else {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .consult__main .what-else {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.consult__main .what-else .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0.9375vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.83333vw 0.9375vw 0.78125vw 0.88542vw;
  width: 3.17708vw;
  height: 3.17708vw;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
  .consult__main .what-else .circle {
    padding: 3.33333vmin 3.75vmin 3.125vmin 3.54167vmin;
    width: 12.70833vmin;
    height: 12.70833vmin;
  }
}

.consult__main .what-else .circle img {
  width: 1.35417vw;
  height: 1.5625vw;
}

@media (max-width: 1024px) {
  .consult__main .what-else .circle img {
    width: 5.41667vmin;
    height: 6.25vmin;
  }
}

.consult__main .what-else span {
  border-bottom: 1px solid transparent;
  font-size: 0.67708vw;
  line-height: 0.9375vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .consult__main .what-else span {
    font-size: 2.70833vmin;
    line-height: 3.75vmin;
  }
}

.consult__main .what-else:hover span {
  border-bottom: 1px solid #e6e9eb;
}

.consult__main .what-else:hover .circle {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.consult__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.04167vw;
}

@media (max-width: 1024px) {
  .consult__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .consult__form .main-input {
    width: 62.5vmin;
    margin-bottom: 4.16667vmin;
  }
}

.consult__form .main-button {
  width: 28.64583vw;
}

@media (max-width: 1024px) {
  .consult__form .main-button {
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
    width: 62.5vmin;
  }
}

.credit-leasing .wrapper {
  padding: 1.82292vw;
}

@media (max-width: 1024px) {
  .credit-leasing .wrapper {
    padding: 7.29167vmin;
  }
}

.credit-leasing__heading {
  font-family: "GothamPro-Medium";
}

.credit-leasing__heading .bottom-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .credit-leasing__heading .bottom-h h3 {
    margin-right: 6.25vmin;
  }
}

@media (max-width: 1024px) {
  .credit-leasing__heading .bottom-h {
    margin-bottom: 4.16667vmin;
  }
}

.credit-leasing__heading .tab-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 1024px) {
  .credit-leasing__heading .tab-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.credit-leasing__heading .tab-nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 1.5625vw;
}

@media (max-width: 1024px) {
  .credit-leasing__heading .tab-nav ul li {
    margin-right: 8.33333vmin;
    margin-bottom: 4.16667vmin;
  }
}

.credit-leasing__heading .tab-nav ul li a {
  display: inline-block;
  margin-right: 1.5625vw;
  font-family: "GothamPro-Light";
  font-size: 1.25vw;
  letter-spacing: 0.04688vw;
  text-transform: uppercase;
  color: #09263a;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .credit-leasing__heading .tab-nav ul li a {
    margin-right: 0;
    font-size: 4.16667vmin;
    letter-spacing: 0.1875vmin;
  }
}

.credit-leasing__heading .tab-nav ul li a::before {
  content: "";
  position: absolute;
  left: -1.5625vw;
  top: 50%;
  width: 1.04167vw;
  height: 1px;
  background-color: #b6b8ba;
}

@media (max-width: 1024px) {
  .credit-leasing__heading .tab-nav ul li a::before {
    width: 4.16667vmin;
    left: -6.25vmin;
  }
}

.credit-leasing__heading .tab-nav ul li a:hover,
.credit-leasing__heading .tab-nav ul li a.active {
  border-bottom: 1px dashed #49b2f8;
  font-family: "GothamPro-Bold";
  color: #49b2f8;
  opacity: 1;
}

.credit-leasing__heading .tab-nav ul li a:hover::before,
.credit-leasing__heading .tab-nav ul li a.active::before {
  background-color: #49b2f8;
}

.credit-leasing .tabs {
  margin-bottom: 3.64583vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tabs {
    margin-bottom: 14.58333vmin;
  }
}

.credit-leasing .tabs .sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "GothamPro-Bold";
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tabs .sub-heading {
    font-size: 3.75vmin;
  }
}

.credit-leasing .tabs .sub-heading img {
  margin-right: 0.625vw;
  width: 1.30208vw;
  height: 1.09375vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tabs .sub-heading img {
    margin-right: 2.5vmin;
    width: 5.20833vmin;
    height: 4.375vmin;
  }
}

.credit-leasing .tab-pane {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.credit-leasing .tab-pane .pane-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.60417vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tab-pane .pane-main {
    margin-bottom: 10.41667vmin;
  }
}

.credit-leasing .tab-pane .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.30208vw;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.14583vw;
  width: 14.0625vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tab-pane .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5.20833vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 4.58333vmin;
    width: 45%;
  }
}

.credit-leasing .tab-pane .box .img {
  margin-right: 0.88542vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tab-pane .box .img {
    margin-right: 0;
  }
}

.credit-leasing .tab-pane .box .img img {
  width: 1.92708vw;
  height: 1.92708vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tab-pane .box .img img {
    width: 7.70833vmin;
    height: 7.70833vmin;
  }
}

.credit-leasing .tab-pane .box .text {
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .credit-leasing .tab-pane .box .text {
    text-align: center;
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
  }
}

.credit-leasing .leasing-pane .application h3 {
  margin-bottom: 1.82292vw;
  width: 70%;
}

@media (max-width: 1024px) {
  .credit-leasing .leasing-pane .application h3 {
    margin-bottom: 7.29167vmin;
    width: 100%;
  }
}

.credit-leasing .leasing-pane .application__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .credit-leasing .leasing-pane .application__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.credit-leasing .leasing-pane .application__form .main-button,
.credit-leasing .leasing-pane .application__form .main-input {
  width: 21.82292vw;
}

@media (max-width: 1024px) {

  .credit-leasing .leasing-pane .application__form .main-button,
  .credit-leasing .leasing-pane .application__form .main-input {
    margin-bottom: 4.16667vmin;
    width: 60.41667vmin;
  }
}

.credit-leasing .credit-pane .box {
  margin-top: 1.04167vw;
  padding: 0.78125vw 0.78125vw;
}

@media (max-width: 1024px) {
  .credit-leasing .credit-pane .box {
    margin-top: 4.16667vmin;
    padding: 3.125vmin 3.125vmin;
  }
}

.credit-leasing .credit-pane .box .bold {
  font-family: "GothamPro-Bold";
}

.credit-leasing .credit-pane .application h3 {
  margin-bottom: 1.82292vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .credit-leasing .credit-pane .application h3 {
    margin-bottom: 7.29167vmin;
  }
}

.credit-leasing .credit-pane .application__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .credit-leasing .credit-pane .application__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.credit-leasing .credit-pane .application__form .main-button,
.credit-leasing .credit-pane .application__form .main-input {
  width: 14.0625vw;
}

@media (max-width: 1024px) {

  .credit-leasing .credit-pane .application__form .main-button,
  .credit-leasing .credit-pane .application__form .main-input {
    margin-bottom: 4.16667vmin;
    width: 56.25vmin;
  }
}

.rent-pane .rent-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.52083vw;
  margin-bottom: 1.5625vw;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.04167vw;
}

@media (max-width: 1024px) {
  .rent-pane .rent-box {
    margin-top: 2.08333vmin;
    margin-bottom: 6.25vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 4.16667vmin;
  }
}

.rent-pane .rent-box img {
  margin-right: 1.04167vw;
  width: 4.16667vw;
  height: 4.27083vw;
}

@media (max-width: 1024px) {
  .rent-pane .rent-box img {
    margin-right: 4.16667vmin;
    width: 16.66667vmin;
    height: 17.08333vmin;
  }
}

.rent-pane .rent-box .rent-text {
  font-family: "GothamPro-Light";
}

.rent-pane .rent-box .rent-text-h {
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .rent-pane .rent-box .rent-text-h {
    font-size: 3.75vmin;
  }
}

.rent-pane .rent-box .rent-text-h span {
  font-family: "GothamPro-Bold";
}

.rent-pane .rent-box .rent-text-p {
  font-size: 0.72917vw;
}

@media (max-width: 1024px) {
  .rent-pane .rent-box .rent-text-p {
    font-size: 2.91667vmin;
  }
}

.credit-leasing[data-id="#credit-pane"] {
  width: 34.89583vw;
  height: 60.9375vw;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#credit-pane"] {
    width: 100%;
    height: 422.91667vmin;
  }
}

.credit-leasing[data-id="#credit-pane"] .bottom-h {
  width: 100%;
}

.credit-leasing[data-id="#credit-pane"] .bottom-h .tab-nav {
  margin-left: 2.60417vw;
}

.credit-leasing[data-id="#credit-pane"] .bottom-h .tab-nav li:last-child a {
  margin-right: 0;
}

.credit-leasing[data-id="#credit-pane"] .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  font-family: "GothamPro-Bold";
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#credit-pane"] .heading {
    width: 100%;
    font-size: 3.75vmin;
  }
}

.credit-leasing[data-id="#credit-pane"] .heading img {
  margin-right: 0.625vw;
  width: 1.30208vw;
  height: 1.09375vw;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#credit-pane"] .heading img {
    margin-right: 2.5vmin;
    width: 5.20833vmin;
    height: 4.375vmin;
  }
}

.credit-leasing[data-id="#leasing-pane"] {
  width: 50.46875vw;
  height: 35.9375vw;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#leasing-pane"] {
    width: 100%;
    height: 291.66667vmin;
  }
}

.credit-leasing[data-id="#leasing-pane"] .bottom-h {
  width: 72%;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#leasing-pane"] .bottom-h {
    width: 100%;
  }
}

.credit-leasing[data-id="#rent-pane"] {
  width: 39.58333vw;
  height: 27.13542vw;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#rent-pane"] {
    width: 100%;
    height: 197.91667vmin;
  }
}

.credit-leasing[data-id="#rent-pane"] .application h3 {
  margin-bottom: 1.82292vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#rent-pane"] .application h3 {
    margin-bottom: 7.29167vmin;
  }
}

.credit-leasing[data-id="#rent-pane"] .application__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .credit-leasing[data-id="#rent-pane"] .application__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.credit-leasing[data-id="#rent-pane"] .application__form .main-button,
.credit-leasing[data-id="#rent-pane"] .application__form .main-input {
  width: 16.40625vw;
}

@media (max-width: 1024px) {

  .credit-leasing[data-id="#rent-pane"] .application__form .main-button,
  .credit-leasing[data-id="#rent-pane"] .application__form .main-input {
    width: 60.41667vmin;
    margin-bottom: 4.16667vmin;
  }
}

.payment {
  width: 54.6875vw;
  height: 47.1875vw;
  font-family: "GothamPro-Light";
}

@media (max-width: 1024px) {
  .payment {
    width: 100%;
    height: 447.91667vmin;
  }
}

@media (max-width: 1024px) {
  .payment {
    height: 397.91667vmin;
  }
}

.payment .wrapper {
  padding: 1.5625vw 2.60417vw 1.5625vw 2.08333vw;
}

@media (max-width: 1024px) {
  .payment .wrapper {
    padding: 6.25vmin 4.16667vmin 6.25vmin 6.25vmin;
  }
}

.payment h3 {
  display: block;
  margin-bottom: 0.52083vw;
  padding-right: 5.20833vw;
}

@media (max-width: 1024px) {
  .payment h3 {
    margin-bottom: 2.08333vmin;
    padding-right: 0;
  }
}

.payment .subtitle {
  margin-bottom: 2.08333vw;
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .payment .subtitle {
    margin-bottom: 8.33333vmin;
    font-size: 3.75vmin;
  }
}

.payment__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.82292vw;
}

@media (max-width: 1024px) {
  .payment__main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 7.29167vmin;
  }
}

.payment__main_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.60417vw;
  width: 50%;
}

@media (max-width: 1024px) {
  .payment__main_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10.41667vmin;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .payment__main_box .box-img {
    height: 10.41667vmin;
  }
}

.payment__main_box .box-text {
  margin-left: 1.35417vw;
  font-size: 0.72917vw;
  line-height: 1.14583vw;
}

@media (max-width: 1024px) {
  .payment__main_box .box-text {
    margin-left: 0;
    font-size: 2.91667vmin;
    line-height: 4.58333vmin;
  }
}

@media (max-width: 1024px) {
  .payment__main_box .box-text br {
    display: none;
  }
}

.payment__main_box .box-text span {
  display: block;
  font-family: "GothamPro-Medium";
  text-transform: uppercase;
}

.payment__main_box .x3840 {
  width: 1.97917vw;
  height: 2.08333vw;
}

@media (max-width: 1024px) {
  .payment__main_box .x3840 {
    width: 7.91667vmin;
    height: 8.33333vmin;
  }
}

.payment__main_box .x4040 {
  width: 2.08333vw;
  height: 2.08333vw;
}

@media (max-width: 1024px) {
  .payment__main_box .x4040 {
    width: 8.33333vmin;
    height: 8.33333vmin;
  }
}

.payment__main_box .p-i {
  width: 2.08333vw;
  height: 1.66667vw;
}

@media (max-width: 1024px) {
  .payment__main_box .p-i {
    width: 8.33333vmin;
    height: 6.66667vmin;
  }
}

.payment__main_box .s-sub {
  font-size: 0.625vw;
}

@media (max-width: 1024px) {
  .payment__main_box .s-sub {
    font-size: 2.5vmin;
  }
}

.payment .payment-application__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.60417vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10.41667vmin;
  }
}

.payment .payment-application__heading .left {
  width: 70%;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading .left {
    width: 100%;
  }
}

.payment .payment-application__heading .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.78125vw 1.30208vw 0.78125vw 1.04167vw;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading .right {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 3.125vmin 5.20833vmin 3.125vmin 4.16667vmin;
  }
}

.payment .payment-application__heading .right .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.78125vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.33333vw;
  height: 3.33333vw;
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading .right .img {
    margin-right: 3.125vmin;
    width: 13.33333vmin;
    height: 13.33333vmin;
  }
}

.payment .payment-application__heading .right .img img {
  width: 2.86458vw;
  height: 3.69792vw;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading .right .img img {
    width: 11.45833vmin;
    height: 14.79167vmin;
  }
}

.payment .payment-application__heading .right .text {
  font-size: 0.625vw;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading .right .text {
    font-size: 2.5vmin;
  }
}

.payment .payment-application__heading .right .text span {
  font-family: "GothamPro-Medium";
  font-size: 0.67708vw;
  line-height: 1.45833vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .payment .payment-application__heading .right .text span {
    font-size: 2.70833vmin;
    line-height: 5.83333vmin;
  }
}

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

@media (max-width: 1024px) {
  .payment .payment-application__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .payment .payment-application__form .main-input {
    margin-bottom: 4.16667vmin;
    width: 60.41667vmin;
  }
}

.payment .payment-application__form .main-button {
  width: 28.64583vw;
}

@media (max-width: 1024px) {
  .payment .payment-application__form .main-button {
    width: 60.41667vmin;
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
    padding-left: 2.08333vmin;
    padding-right: 4.16667vmin;
  }
}

.payment .payment-application .blue-link {
  position: relative;
}

@media (max-width: 1024px) {
  .payment .payment-application .blue-link {
    margin-bottom: 4.16667vmin;
  }
}

.payment .payment-application .blue-link .consult-tip {
  position: absolute;
  left: 13.02083vw;
  top: 0;
  z-index: 15;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .payment .payment-application .blue-link .consult-tip {
    left: 5.20833vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
  }
}

.payment .payment-application .blue-link .consult-tip ul {
  list-style-image: url("../images/dot.png");
  padding: 1.14583vw 1.30208vw 0 1.5625vw;
  width: 13.02083vw;
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
}

@media (max-width: 1024px) {
  .payment .payment-application .blue-link .consult-tip ul {
    padding: 4.58333vmin 5.20833vmin 0 6.25vmin;
    width: 52.08333vmin;
    font-size: 2.70833vmin;
  }
}

.payment .payment-application .blue-link .consult-tip ul li {
  margin-bottom: 1.30208vw;
}

@media (max-width: 1024px) {
  .payment .payment-application .blue-link .consult-tip ul li {
    margin-bottom: 5.20833vmin;
  }
}

.payment .payment-application .blue-link .blue-link-span {
  font-size: 0.72917vw;
}

@media (max-width: 1024px) {
  .payment .payment-application .blue-link .blue-link-span {
    font-size: 2.91667vmin;
  }
}

.payment .payment-application .blue-link:hover .consult-tip {
  opacity: 1;
  visibility: visible;
}

.characteristics {
  width: 35.9375vw;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .characteristics {
    width: 100%;
  }
}

.characteristics .wrapper {
  width: 100%;
  position: static;
  padding: 0.52083vw;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.characteristics .d-h {
  margin-bottom: 0.78125vw;
  font-family: "GothamPro-Bold";
  font-size: 0.83333vw;
  line-height: 1.30208vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .characteristics .d-h {
    margin-bottom: 3.125vmin;
    font-size: 3.33333vmin;
    line-height: 5.20833vmin;
  }
}

.characteristics .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  padding: 0.26042vw 0 0.78125vw 0;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
}

@media (max-width: 1024px) {
  .characteristics .price-box {
    font-size: 2.91667vmin;
    padding: 1.04167vmin 0 3.125vmin 0;
    border: none;
  }
}

.characteristics .price-box span {
  margin: 0 0.26042vw;
  font-size: 1.66667vw;
}

@media (max-width: 1024px) {
  .characteristics .price-box span {
    margin: 0 1.04167vmin;
    font-size: 6.66667vmin;
  }
}

.characteristics .char-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid whitesmoke;
  padding: 0.52083vw 0.52083vw 1.04167vw 0.52083vw;
}

@media (max-width: 1024px) {
  .characteristics .char-header {
    border-bottom: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.08333vmin 2.08333vmin 0 2.08333vmin;
  }
}

.characteristics .char-slider {
  overflow: hidden;
  margin-bottom: 0.78125vw;
  width: 19.27083vw;
  height: 10.26042vw;
}

@media (max-width: 1024px) {
  .characteristics .char-slider {
    margin-bottom: 3.125vmin;
    width: 100%;
    height: auto;
  }
}

.characteristics .swiper-slide {
  height: 10.26042vw;
}

.characteristics .swiper-slide img {
  height: 100%;
}

@media (max-width: 1024px) {
  .characteristics .swiper-slide {
    height: 36.45833vmin;
  }
}

.characteristics .char-slider-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.30208vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .characteristics .char-slider-buttons {
    margin-bottom: 4.16667vmin;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.characteristics .char-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.52083vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.625vw 0.78125vw;
  width: 2.08333vw;
  height: 2.08333vw;
  -webkit-box-shadow: 0 15px 40px rgba(255, 203, 77, 0.4), inset 4px 4px 10px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 15px 40px rgba(255, 203, 77, 0.4), inset 4px 4px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 40px rgba(255, 203, 77, 0.4), inset 4px 4px 10px rgba(255, 255, 255, 0.4);
  background-color: #ffcb4d;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .characteristics .char-button {
    padding: 2.5vmin 3.125vmin;
    width: 8.33333vmin;
    height: 8.33333vmin;
    margin-right: 2.08333vmin;
  }
}

.characteristics .char-button img {
  width: 0.41667vw;
  height: 0.83333vw;
}

@media (max-width: 1024px) {
  .characteristics .char-button img {
    width: 1.66667vmin;
    height: 3.33333vmin;
  }
}

.characteristics .char-next img {
  margin-left: 0.15625vw;
}

@media (max-width: 1024px) {
  .characteristics .char-next img {
    margin-left: 0.625vmin;
  }
}

.characteristics .descr {
  margin-left: 1.5625vw;
}

@media (max-width: 1024px) {
  .characteristics .descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}

.characteristics .details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .characteristics .details-box {
    width: 100%;
  }
}

.characteristics .details-box .detail {
  padding: 0.26042vw 0.72917vw;
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .characteristics .details-box .detail {
    width: 32%;
    padding: 3.125vmin 0;
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
  }
}

.characteristics .details-box .detail-h {
  margin-bottom: 0.26042vw;
  color: rgba(9, 38, 58, 0.8);
}

@media (max-width: 1024px) {
  .characteristics .details-box .detail-h {
    margin-bottom: 1.04167vmin;
  }
}

.characteristics .details-box .detail-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #09263a;
}

.characteristics .details-box .detail-val img {
  margin-right: 0.26042vw;
  width: 5px;
  height: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
  -moz-box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
  box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
}

@media (max-width: 1024px) {
  .characteristics .details-box .detail-val img {
    margin-right: 1.04167vmin;
  }
}

.characteristics .details-box .detail:first-child {
  padding-left: 0;
}

.characteristics .details-box .detail:last-child {
  padding-right: 0;
}

.characteristics .details-box.sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0.52083vw;
  padding-left: 0.52083vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .characteristics .details-box.sb {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 2.08333vmin;
    margin-bottom: 2.08333vmin;
    margin-right: 2.08333vmin;
    border-bottom: 1px solid whitesmoke;
  }
}

.characteristics .details-box.sb .detail {
  border-bottom: 1px solid whitesmoke;
  padding: 0.52083vw 1.04167vw;
}

@media (max-width: 1024px) {
  .characteristics .details-box.sb .detail {
    border-bottom: none;
    width: 32%;
    padding: 3.125vmin 0;
  }
}

.characteristics .complect {
  padding: 1.04167vw 1.04167vw;
}

.characteristics .complect h6 {
  font-size: 1.04167vw;
  line-height: 1.5625vw;
  margin-bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .characteristics .complect h6 {
    display: none;
    font-size: 4.16667vmin;
    line-height: 6.25vmin;
    margin-bottom: 4.16667vmin;
  }
}

@media (max-width: 1024px) {
  .characteristics .complect {
    padding: 0 2.08333vmin 2.08333vmin;
  }
}

.characteristics .complect .main-ul {
  margin-bottom: 1.04167vw;
}

@media (max-width: 1024px) {
  .characteristics .complect .main-ul {
    display: none;
    margin-bottom: 4.16667vmin;
  }
}

@media (max-width: 1024px) {
  .characteristics .complect .complect-tab-nav {
    display: none;
  }
}

.characteristics .complect .complect-tab-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

@media (max-width: 1024px) {
  .characteristics .complect .complect-tab-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.characteristics .complect .complect-tab-nav ul .charact-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  color: #09263a;
  text-align: center;
}

@media (max-width: 1024px) {
  .characteristics .complect .complect-tab-nav ul .charact-a {
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
  }
}

.characteristics .complect .complect-tab-nav ul .charact-a span {
  font-size: 0.625vw;
  opacity: 0.5;
  margin-bottom: 0.52083vw;
}

@media (max-width: 1024px) {
  .characteristics .complect .complect-tab-nav ul .charact-a span {
    font-size: 2.5vmin;
    margin-bottom: 2.08333vmin;
  }
}

.characteristics .complect .complect-tab-nav ul .charact-a svg {
  width: 0.67708vw;
  height: 0.3125vw;
}

@media (max-width: 1024px) {
  .characteristics .complect .complect-tab-nav ul .charact-a svg {
    width: 2.70833vmin;
    height: 1.25vmin;
  }
}

.characteristics .complect .complect-tab-nav ul .charact-a.active svg {
  fill: #49b2f8;
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.characteristics .complect .tab-pane {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.characteristics .complect .tab-pane .main-ul {
  list-style: none;
  width: 100%;
}

.characteristics .complect .tab-pane .main-ul li {
  width: 100%;
  font-size: 0.72917vw;
  line-height: 1.04167vw;
  border-bottom: 1px solid whitesmoke;
  padding: 0.78125vw;
}

@media (max-width: 1024px) {
  .characteristics .complect .tab-pane .main-ul li {
    font-size: 2.91667vmin;
    line-height: 4.16667vmin;
    padding: 3.125vmin;
  }
}

.characteristics .complect .bottom-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.characteristics .complect .bottom-descr .uls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr .uls {
    width: 90%;
  }
}

.characteristics .complect .bottom-descr .title {
  font-size: 1.04167vw;
  line-height: 1.5625vw;
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr .title {
    font-size: 4.16667vmin;
    line-height: 6.25vmin;
  }
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr .title br {
    display: none;
  }
}

.characteristics .complect .bottom-descr .title span {
  font-size: 0.72917vw;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr .title span {
    display: block;
    font-size: 2.91667vmin;
    margin-bottom: 2.08333vmin;
  }
}

.characteristics .complect .bottom-descr .bottom-ul {
  list-style: url("../images/dot.png");
  opacity: 1;
  margin-left: 2.08333vw;
}

.characteristics .complect .bottom-descr .bottom-ul li {
  font-size: 0.625vw;
  line-height: 1.04167vw;
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr .bottom-ul li {
    font-size: 2.5vmin;
    line-height: 4.16667vmin;
  }
}

.characteristics .complect .bottom-descr .bottom-ul li .gift {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #09263a;
  font-family: "GothamPro-Bold";
}

.characteristics .complect .bottom-descr .bottom-ul li .gift img {
  margin-left: 0.52083vw;
  -webkit-box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
  -moz-box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
  box-shadow: 0 5px 10px rgba(77, 180, 248, 0.6);
}

@media (max-width: 1024px) {
  .characteristics .complect .bottom-descr .bottom-ul li .gift img {
    width: 3.33333vmin;
    height: 3.33333vmin;
    margin-left: 2.08333vmin;
  }
}

.characteristics .complect .bottom-descr .bottom-ul li .gift .hover-tip {
  position: absolute;
  left: 0;
  top: 1.04167vw;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 0.78125vw;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.characteristics .complect .bottom-descr .bottom-ul li .gift .hover-tip ul {
  list-style: none;
  font-family: "GothamPro-Light";
  font-size: 0.625vw;
  line-height: 1.04167vw;
  text-align: left;
  color: #09263a;
}

.characteristics .complect .bottom-descr .bottom-ul li .gift:hover .hover-tip {
  opacity: 1;
}

.characteristics .char-application {
  padding: 1.97917vw 0.52083vw 2.08333vw 1.97917vw;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.characteristics .char-application__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.04167vw;
  width: 100%;
}

.characteristics .char-application__heading .left {
  width: 80%;
}

.characteristics .char-application__heading .blue-link {
  position: relative;
}

.characteristics .char-application__heading .blue-link .consult-tip {
  position: absolute;
  left: 13.02083vw;
  top: 0;
  z-index: 15;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.characteristics .char-application__heading .blue-link .consult-tip ul {
  list-style-image: url("../images/dot.png");
  padding: 1.14583vw 1.30208vw 0 1.5625vw;
  width: 13.02083vw;
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
}

.characteristics .char-application__heading .blue-link .consult-tip ul li {
  margin-bottom: 1.30208vw;
}

.characteristics .char-application__heading .blue-link .blue-link-span {
  font-size: 0.72917vw;
}

.characteristics .char-application__heading .blue-link:hover .consult-tip {
  opacity: 1;
}

.characteristics .char-application__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.characteristics .char-application__form .main-input {
  width: 19.27083vw;
}

.characteristics .char-application__form .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.78125vw 0 0.78125vw 1.04167vw;
}

.characteristics .char-application__form .right .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.78125vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.33333vw;
  height: 3.33333vw;
  background-color: #49b2f8;
}

.characteristics .char-application__form .right .img img {
  width: 2.86458vw;
  height: 3.69792vw;
}

.characteristics .char-application__form .right .text {
  font-size: 0.625vw;
}

.characteristics .char-application__form .right .text span {
  font-family: "GothamPro-Medium";
  font-size: 0.67708vw;
  line-height: 1.45833vw;
  text-transform: uppercase;
}

.characteristics .char-application__form .main-button {
  width: 24.6875vw;
}

.users-modal {
  width: 39.58333vw;
  height: 25.57292vw;
}

@media (max-width: 1024px) {
  .users-modal {
    width: 100%;
    height: 179.16667vmin;
  }
}

.users-modal .wrapper {
  padding: 1.82292vw 2.08333vw;
}

@media (max-width: 1024px) {
  .users-modal .wrapper {
    padding: 7.29167vmin 8.33333vmin;
  }
}

.users-modal h3 {
  margin-bottom: 1.82292vw;
}

@media (max-width: 1024px) {
  .users-modal h3 {
    margin-bottom: 7.29167vmin;
  }
}

.users-modal .user-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625vw;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  padding: 1.04167vw 1.04167vw;
}

@media (max-width: 1024px) {
  .users-modal .user-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6.25vmin;
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 4.16667vmin 4.16667vmin;
  }
}

.users-modal .user-card .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.04167vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4.16667vw;
  height: 4.16667vw;
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .users-modal .user-card .img {
    margin-right: 0;
    margin-bottom: 4.16667vmin;
    width: 16.66667vmin;
    height: 16.66667vmin;
  }
}

.users-modal .user-card .img img {
  width: 4.16667vw;
  height: 5vw;
}

@media (max-width: 1024px) {
  .users-modal .user-card .img img {
    width: 16.66667vmin;
    height: 20vmin;
  }
}

.users-modal .user-card .text {
  font-family: "GothamPro-Light";
  font-size: 0.72917vw;
  line-height: 1.14583vw;
}

@media (max-width: 1024px) {
  .users-modal .user-card .text {
    font-size: 2.91667vmin;
    line-height: 4.58333vmin;
  }
}

.users-modal .user-card .text span {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}

@media (max-width: 1024px) {
  .users-modal .user-card .text span {
    font-size: 3.75vmin;
    line-height: 6.25vmin;
  }
}

.users-modal .application__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .users-modal .application__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.users-modal .application__form .main-input,
.users-modal .application__form .main-button {
  width: 16.40625vw;
}

@media (max-width: 1024px) {

  .users-modal .application__form .main-input,
  .users-modal .application__form .main-button {
    margin-bottom: 4.16667vmin;
    width: 60.41667vmin;
  }
}

.price-consult {
  width: 35.9375vw;
  height: 20.78125vw;
}

@media (max-width: 1024px) {
  .price-consult {
    width: 100%;
    height: 104.16667vmin;
  }
}

.price-consult-application {
  padding: 1.97917vw 0.52083vw 2.08333vw 1.97917vw;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .price-consult-application {
    padding: 7.91667vmin 2.08333vmin 8.33333vmin 7.91667vmin;
  }
}

.price-consult-application__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.04167vw;
  width: 100%;
}

@media (max-width: 1024px) {
  .price-consult-application__heading {
    margin-bottom: 4.16667vmin;
  }
}

.price-consult-application__heading .left {
  width: 80%;
}

@media (max-width: 1024px) {
  .price-consult-application__heading .left {
    width: 100%;
  }
}

.price-consult-application__heading .blue-link {
  cursor: pointer;
  position: relative;
}

.price-consult-application__heading .blue-link .consult-tip {
  position: absolute;
  left: 13.02083vw;
  top: 0;
  z-index: 15;
  -webkit-border-radius: 0.52083vw;
  -moz-border-radius: 0.52083vw;
  border-radius: 0.52083vw;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price-consult-application__heading .blue-link .consult-tip ul {
  list-style-image: url("../images/dot.png");
  padding: 1.14583vw 1.30208vw 0 1.5625vw;
  width: 13.02083vw;
  font-family: "GothamPro-Light";
  font-size: 0.67708vw;
}

@media (max-width: 1024px) {
  .price-consult-application__heading .blue-link .consult-tip ul {
    padding: 4.58333vmin 5.20833vmin 0 6.25vmin;
    width: 52.08333vmin;
    font-size: 2.70833vmin;
  }
}

.price-consult-application__heading .blue-link .consult-tip ul li {
  margin-bottom: 1.30208vw;
}

@media (max-width: 1024px) {
  .price-consult-application__heading .blue-link .consult-tip ul li {
    margin-bottom: 5.20833vmin;
  }
}

.price-consult-application__heading .blue-link .blue-link-span {
  font-size: 0.72917vw;
}

@media (max-width: 1024px) {
  .price-consult-application__heading .blue-link .blue-link-span {
    font-size: 2.91667vmin;
  }
}

.price-consult-application__heading .blue-link:hover .consult-tip {
  opacity: 1;
  visibility: visible;
}

.price-consult-application__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-consult-application__form .main-input {
  width: 19.27083vw;
}

@media (max-width: 1024px) {
  .price-consult-application__form .main-input {
    margin-bottom: 4.16667vmin;
    width: 60.41667vmin;
  }
}

.price-consult-application__form .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.78125vw 0 0.78125vw 1.04167vw;
}

@media (max-width: 1024px) {
  .price-consult-application__form .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 3.125vmin 0 3.125vmin 4.16667vmin;
  }
}

.price-consult-application__form .right .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.78125vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.33333vw;
  height: 3.33333vw;
  background-color: #49b2f8;
}

@media (max-width: 1024px) {
  .price-consult-application__form .right .img {
    margin-right: 3.125vmin;
    width: 13.33333vmin;
    height: 13.33333vmin;
  }
}

.price-consult-application__form .right .img img {
  width: 2.86458vw;
  height: 3.69792vw;
}

@media (max-width: 1024px) {
  .price-consult-application__form .right .img img {
    width: 11.45833vmin;
    height: 14.79167vmin;
  }
}

.price-consult-application__form .right .text {
  font-size: 0.625vw;
}

@media (max-width: 1024px) {
  .price-consult-application__form .right .text {
    font-size: 2.5vmin;
  }
}

.price-consult-application__form .right .text span {
  font-family: "GothamPro-Medium";
  font-size: 0.67708vw;
  line-height: 1.45833vw;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .price-consult-application__form .right .text span {
    font-size: 2.70833vmin;
    line-height: 5.83333vmin;
  }
}

.price-consult-application__form .main-button {
  width: 24.6875vw;
}

@media (max-width: 1024px) {
  .price-consult-application__form .main-button {
    width: 60.41667vmin;
    font-size: 2.5vmin;
    padding-left: 2.08333vmin;
    padding-right: 2.08333vmin;
  }
}

.thanks-modal {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 3.80208vw 1.82292vw;
  width: 31.51042vw;
  height: 18.28125vw;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .thanks-modal {
    -webkit-border-radius: 2.08333vmin;
    -moz-border-radius: 2.08333vmin;
    border-radius: 2.08333vmin;
    padding: 15.20833vmin 7.29167vmin;
    width: 100%;
    height: 73.125vmin;
  }
}

@media (max-width: 1024px) {
  .thanks-modal br {
    display: none;
  }
}

.thanks-modal .title {
  font-family: "GothamPro-Medium";
  font-weight: 400;
  font-size: 2.1875vw;
  line-height: 2.70833vw;
  color: #313131;
}

@media (max-width: 1024px) {
  .thanks-modal .title {
    font-size: 6.66667vmin;
    line-height: 8.33333vmin;
  }
}

.thanks-modal .descr {
  margin-top: 0.78125vw;
  font-family: "GothamPro-Medium";
  font-size: 0.88542vw;
  line-height: 1.5625vw;
  color: #313131;
}

@media (max-width: 1024px) {
  .thanks-modal .descr {
    margin-top: 3.125vmin;
    font-size: 3.54167vmin;
    line-height: 6.25vmin;
  }
}

.photo-modal {
  width: 41.66667vw;
}

.photo-modal img {
  width: 41.66667vw;
  height: auto;
}

@media (max-width: 1024px) {
  .photo-modal img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .photo-modal {
    width: 100%;
  }
}

.written-modal {
  width: 26.04167vw;
}

.written-modal img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .written-modal img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .written-modal {
    width: 100%;
  }
}

.video-modal {
  width: 41.66667vw;
  height: 31.25vw;
}

@media (max-width: 1024px) {
  .video-modal {
    width: 100%;
    height: auto;
  }
}

.video-modal iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-modal .popup-close {
  top: -8.33333vmin;
}

.photo-modal {
  width: 41.66667vw;
  height: 31.25vw;
}

@media (max-width: 1024px) {
  .photo-modal {
    width: 90%;
    height: auto;
  }
}

.photo-modal img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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


#jur_data {
  height: auto;
}

#jur_data .wrapper {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.footer .button_taxi {
  max-height: 38px;
}

.foot__link {
  text-decoration: underline;
  font-size: 90%;
}

.foot__link:hover,
.foot__link:active {
  text-decoration: none;
}

.disable {
  display: none
}




.block2 {
  padding-bottom: 55px;
  margin-top: 4.98958vw;
}

.block2 p {
  text-align: center;
  font-family: "GothamPro-Light";
  font-size: 0.9375vw;
  /* line-height: 1.6625vw; */
  font-size: 1vw;
  line-height: 1.5625vw;
}

.block2 .leaf1 {
  position: absolute;
  top: 10px;
  right: -50px;
}

.block2 .leaf2 {
  position: absolute;
  top: 195px;
  left: -70px;
}

.block-line {
  display: block;
  margin: 0 auto 15px auto;
}

.block2__slider {
  margin-top: 75px;
  position: relative;
}

.block2__slider .owl-prev,
.block2__slider .owl-next {
  border-radius: 50%;
  background: #fefefe !important;
  background-image: -moz-linear-gradient(120deg, #6b95f8 0%, #6893f8 100%) !important;
  background-image: -webkit-linear-gradient(120deg, #6b95f8 0%, #6893f8 100%) !important;
  background-image: -ms-linear-gradient(120deg, #6b95f8 0%, #6893f8 100%) !important;
  box-shadow: inset 0px -1px 4px 0px rgba(255, 255, 255, 0.5);
  width: 76px;
  height: 76px;
  position: absolute;
  border: 9px solid #fff;
  top: 50%;
  transform: translateY(-50%);

}

.block2__slider .owl-prev img,
.block2__slider .owl-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block2__slider .owl-prev {
  left: -38px;
}

.block2__slider .owl-next {
  right: -38px;
}

.block2__nums {
  margin-top: 30px;
  text-align: center;
  font-size: 19px;
  line-height: 32px;
  font-weight: bold;
}

.block2__nums .delimeter {
  margin: 0 5px;
}

.block2__slide {
  width: 370px;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
}

#screen4 .main-button {
  color: #fff !important;
  opacity: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}

#screen4 .main-button::before {
  z-index: -1;
}


@media (max-width: 767px) {
  .block2 p {
    font-size: 14px;
    margin-top: 10px;
    opacity: .6;
    line-height: 1.3;
  }


  .block2 p br {
    content: ""
  }

  .block2 p br:after {
    content: "\00a0"
  }

  .scr1 {
    display: none;
  }

  .card-3 {
    padding-left: 5px;
  }

  .yand {
    margin-left: 0px;
  }

  .quiz-wrap {
    padding-left: 0px;
  }

  .quiz-checkbox {
    margin: 0 auto 10px;
  }

  .quiz-pass {
    margin-right: 0;
    margin-top: 10px;
  }

  #screen4 .main-button {
    margin-top: 10px;
  }

  .quiz-right {
    width: 100%;
  }

  .checkbox-text {
    font-size: 14px;
  }

  .quiz-answer,
  .quiz-result-title {
    font-size: 5vw;
  }

  .quiz-step {
    width: 53px;
    height: 5px;
  }

  .ya__icon {
    display: none
  }

  .ya__title {
    font-size: 3.625vw;
  }

  .block2 {
    margin-top: 12.98958vw;
  }

  .quiz .h-subtitle {
    font-size: 3.9375vw;
    line-height: 4.5625vw;
  }

  .flaer-title {
    font-size: 5.3vw;
  }

  .flaer-desc {

    font-size: 3.30833vmin;
    line-height: 5.5vw;
  }

  .alternative {
    padding-top: 5.83333vmin;
  }

  .alternative .alt-header {
    width: 100%;
  }

  .alternative .alt-header .h-subtitle {
    margin: 0 auto;
  }

  .alternative .alt-content .absolutes {
    margin-top: 3.41667vmin;
  }

  .credit-section__cards .card-description {
    width: 80%;
    margin: 0 auto;
  }

  .credit-section {
    padding-bottom: 4.83333vmin;
  }

  .block2__slide {
    width: 100%;

  }

  .block2__slide {
    margin: 0 auto;
  }

  .for {
    padding-top: 18.95833vmin;
  }

  .for .container .cards .card-icon .card-i-1 {
    width: 23.25vmin;
    height: 20.54167vmin;
  }

  .for .container .cards .card-description {
    width: 80vmin;
    margin: 0 auto;
  }

  .block2 .owl-next {
    width: 10vmin;
    height: 10vmin;
    right: -4vmin;
  }

  .block2 .owl-prev {
    width: 10vmin;
    height: 10vmin;
    left: -4vmin;
  }

  .block2__slider {
    margin-top: 35px;
  }

  .car-section .car-section_right .online-wrapper {
    margin-top: 0.29167vmin;
  }

  .car-section .car-section_right {
    padding-bottom: 3vmin;
  }

  .credit-section {
    padding-top: 11.83333vmin;
  }

  .for .container .cards .card {
    margin-bottom: 7.5vmin;
  }
}