@charset "UTF-8";

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Bold.woff2") format('woff2'),
  url("../fonts/Manrope-Bold.woff") format('woff'),
  url("../fonts/Manrope-Bold.svg#Manrope-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Light.woff2") format('woff2'),
  url("../fonts/Manrope-Light.woff") format('woff'),
  url("../fonts/Manrope-Light.svg#Manrope-Light") format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Medium.woff2") format('woff2'),
  url("../fonts/Manrope-Medium.woff") format('woff'),
  url("../fonts/Manrope-Medium.svg#Manrope-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Regular.woff2") format('woff2'),
  url("../fonts/Manrope-Regular.woff") format('woff'),
  url("../fonts/Manrope-Regular.svg#Manrope-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-ExtraLight.woff2") format('woff2'),
  url("../fonts/Manrope-ExtraLight.woff") format('woff'),
  url("../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-SemiBold.woff2") format('woff2'),
  url("../fonts/Manrope-SemiBold.woff") format('woff'),
  url("../fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-ExtraBold.woff2") format('woff2'),
  url("../fonts/Manrope-ExtraBold.woff") format('woff'),
  url("../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  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;
  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;
  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;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes opas {
  0% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

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

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes phone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@keyframes phone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes transform-shiver2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes car1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    -webkit-transform: translate(-200px, 10px) scale(0);
    transform: translate(-200px, 10px) scale(0);
  }
}

@keyframes car1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    -webkit-transform: translate(-200px, 10px) scale(0);
    transform: translate(-200px, 10px) scale(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.521);
    box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.521);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.521);
    box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.521);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.5);
    box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(217, 39, 45, 0);
    box-shadow: 0 0 0 28px rgba(217, 39, 45, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 39, 45, 0);
    box-shadow: 0 0 0 0 rgba(217, 39, 45, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.5);
    box-shadow: 0 0 0 0 rgba(235, 135, 69, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(217, 39, 45, 0);
    box-shadow: 0 0 0 28px rgba(217, 39, 45, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 39, 45, 0);
    box-shadow: 0 0 0 0 rgba(217, 39, 45, 0);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }

  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }

  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes sbs-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@keyframes sbs-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes main {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes main {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

html {
  font-size: 1vw;
  overflow-x: hidden;
}

body {
  font-family: 'Manrope', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  overflow-x: hidden;
  color: #282828;
}

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

a,
button,
input,
textarea,
select {
  outline: none;
}

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

a {
  text-decoration: none;
  color: #111;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 900px) {
  .forest {
    display: none !important;
  }
}

.col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.row-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.rel-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 567px) {
  .media-center {
    text-align: center;
  }
}

.graf {
  -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
  animation: transform-shiver 5000ms linear 0ms infinite normal both;
}

.l-before {
  position: relative;
}

.l-before::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #ff9401;
  width: 3.5rem;
  height: 2px;
  z-index: 10;
}

.l-before::before {
  content: '';
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  z-index: 10;
  background-color: #ff9401;
}

.r-before {
  position: relative;
}

.r-before::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background-color: #ff9401;
  width: 2.5rem;
  height: 2px;
}

.r-before::before {
  content: '';
  position: absolute;
  right: -2.5rem;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #ff9401;
}

.dotted {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dotted:before {
  content: '';
  position: absolute;
  top: 105%;
  width: 100%;
  border-bottom: 1px dotted #1cbc54;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dotted:hover {
  color: #111;
}

.dotted:hover:before {
  width: 30%;
  border-color: #282828;
}

.dotted_l::before {
  border-bottom: 1px solid #ff9401;
}

.dotted_l:hover:before {
  border-color: #282828;
}

.dotted_d::before {
  border-bottom: 1px dashed #1cbc54;
}

.dotted_d:hover:before {
  border-color: #fff;
}

.skew-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  background-color: #5490d5;
  padding: .5vw 1.2vw;
  border-radius: 5px;
  line-height: 1;
}

.skew-text__block {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

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

.kr-text__cir {
  background-color: #1cbc54;
  width: .35rem;
  height: .35rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: opas 1.1s infinite linear;
  animation: opas 1.1s infinite linear;
}

.ovh {
  overflow: hidden;
}

.sf {
  font-family: 'SF Pro Display', sans-serif;
}

.lh08 {
  line-height: 0.8;
}

.lh1 {
  line-height: 1;
}

.lhm {
  line-height: 1.3;
}

.lh15 {
  line-height: 1.5;
}

.lsp {
  letter-spacing: 0.05rem;
}

.tgc {
  color: #0099e4;
}

a.tgc {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.tgc:hover {
  color: #000;
}

.gray {
  color: rgba(255, 255, 255, 0.35);
}

.black {
  color: #282828;
}

.white {
  color: #fff;
}

.blue {
  color: #326295;
}

.red {
  color: #ff9401;
}

.red2 {
  color: #d9272e;
}

.green {
  color: #1cbc54;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 100;
}

.fw5 {
  font-weight: 500;
}

.fw4 {
  font-weight: 400;
}

.fw7 {
  font-weight: 700;
}

.fwb {
  font-weight: bold;
}

.fw9 {
  font-weight: 900;
}

.fsi {
  font-style: italic;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.title-lg {
  font-size: 3.5rem;
}

.zi1 {
  z-index: 1;
  position: relative;
}

.zi5 {
  z-index: 5;
  position: relative;
}

.title {
  font-size: 3rem;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.t48 {
  font-size: 2.5rem;
}

.t54 {
  font-size: 2.7rem;
}

.t38 {
  font-size: 2rem;
}

.t36 {
  font-size: 1.9rem;
  position: relative;
  z-index: 2;
}

.t34 {
  font-size: 1.77rem;
}

.t32 {
  font-size: 1.67rem;
}

.t30 {
  font-size: 1.56rem;
}

.t28 {
  font-size: 1.46rem;
}

.t26 {
  font-size: 1.35rem;
}

.t24 {
  font-size: 1.25rem;
}

.t23 {
  font-size: 1.2rem;
}

.t22 {
  font-size: 1.15rem;
}

.t21 {
  font-size: 1.1rem;
}

.t20 {
  font-size: 1.04rem;
}

.t19 {
  font-size: 1rem;
}

.t18 {
  font-size: 0.94rem;
}

.t17 {
  font-size: 0.88rem;
}

.t16 {
  font-size: 0.83rem;
}

.t15 {
  font-size: 0.8rem;
}

.t14 {
  font-size: 0.73rem;
}

.t13 {
  font-size: 0.68rem;
}

.t12 {
  font-size: 0.63rem;
}

.t10 {
  font-size: 0.52rem;
}

.t8 {
  font-size: 0.42rem;
}

.t7 {
  font-size: 0.37rem;
}

.container {
  max-width: 87rem;
  margin: 0 auto;
  width: 100%;
}

.container-big {
  max-width: 91rem;
  margin: 0 auto;
}

.container-sbig {
  max-width: 81rem;
  margin: 0 auto;
}

.container-big2 {
  max-width: 89rem;
  margin: 0 auto;
}

.container-min {
  max-width: 68rem;
  margin: 0 auto;
}

.container-md {
  max-width: 78rem;
  margin: 0 auto;
}

.container-md2 {
  max-width: 74rem;
  margin: 0 auto;
}

.mlg3 {
  margin-bottom: 8rem;
}

.mlg2 {
  margin-bottom: 6rem;
}

.mlg {
  margin-bottom: 4.5rem;
}

.msm {
  margin-bottom: 2.5rem;
}

.mb {
  margin-bottom: 2rem;
}

.mb2 {
  margin-bottom: 1.4rem;
}

.mbm {
  margin-bottom: 0.7rem;
}

.mbs {
  margin-bottom: 0.41rem;
}

.mbs2 {
  margin-bottom: 0.21rem;
}

.mrm {
  margin-right: 0.5rem;
}

.mr {
  margin-right: 1rem;
}

.mrd {
  margin-right: 1.5rem;
}

.mrs {
  margin-right: 1.7rem;
}

.stop {
  overflow: hidden;
}

.section {
  padding: 4rem 0;
  position: relative;
}

.dib {
  display: inline-block;
}

.fsi {
  font-style: italic;
}

.rel {
  position: relative;
}

.poe {
  pointer-events: none;
}

.white-space {
  white-space: nowrap;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn {
  letter-spacing: 1.02px;
  padding: 1.6rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  position: relative;
  color: #fff;
  border-radius: .3rem;
  background-color: #ff9401;
}

.btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .3rem;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 400px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-line::before {
  content: '';
  position: absolute;
  left: 0rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 3.2rem;
  height: 1px;
  background-color: #ff9401;
}

.btn.btn-line::after {
  content: '';
  position: absolute;
  left: -2.7rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background-color: #ff9401;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn.b-yel {
  background-color: #f8e049;
  background-image: linear-gradient(-129deg, #edd491 0%, #ffeea9 100%);
  -webkit-box-shadow: 0 8px 13px rgba(204, 178, 118, 0.49), inset 0 -4px 1px #ccb276;
  box-shadow: 0 8px 13px rgba(204, 178, 118, 0.49), inset 0 -4px 1px #ccb276;
  border-radius: 30rem;
  padding: 1.2rem 2rem;
}

.btn.b-yel:not(:disabled) .btn-blick {
  border-radius: 30rem;
}

.btn.b-yel:hover {
  -webkit-box-shadow: 0 8px 13px rgba(205, 179, 119, 0.49), inset 0 4px 1px #cdb377;
  box-shadow: 0 8px 13px rgba(205, 179, 119, 0.49), inset 0 4px 1px #cdb377;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn.bord {
  border: none;
  border-radius: 5px;
  background-color: #f1f6fa;
  color: #282728;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.6rem 3rem;
}

.btn.bord:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.ta {
  background-color: #fcc000;
  -webkit-box-shadow: 0 16px 21px rgba(252, 192, 0, 0.35);
  box-shadow: 0 16px 21px rgba(252, 192, 0, 0.35);
}

.btn.ta:hover {
  -webkit-box-shadow: 0 16px 21px rgba(252, 192, 0, 0.85);
  box-shadow: 0 16px 21px rgba(252, 192, 0, 0.85);
}

.btn.big {
  padding: 2.5rem 3.4rem;
}

.btn.min {
  padding: 1.25rem 1.5rem;
}

.btn.min-l {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn.max {
  width: 100%;
}

.btn-img {
  width: 1.7rem;
}

.btn-o {
  color: #83c250;
  background-image: none;
  -webkit-box-shadow: 0 0 50px rgba(171, 214, 138, 0.3);
  box-shadow: 0 0 50px rgba(171, 214, 138, 0.3);
  border-radius: 5px 25px;
  border: 2px solid #83c250;
  background-color: #ffffff;
  padding: 1.6rem 3.75rem;
}

.btn-o:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6fb247), color-stop(98%, #b8ee68), to(#b8ee68)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
  background-image: linear-gradient(to top, #6fb247 0%, #b8ee68 98%, #b8ee68 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
}

.burger {
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #282828;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #282828;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.burger span:before {
  top: -0.5rem;
}

.burger span:after {
  bottom: -0.5rem;
  right: 0;
  left: auto;
  width: 70%;
}

.burger__wrap {
  text-transform: uppercase;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 0.8;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.burger__wrap:hover {
  color: #ee1a24;
}

.burger__wrap:hover .burger span {
  background-color: #ee1a24;
}

.burger__wrap:hover .burger span:before,
.burger__wrap:hover .burger span:after {
  background-color: #ee1a24;
}

.close-nav {
  display: none;
}

.dark {
  color: #282828;
}

.white {
  color: #ffffff;
}

.link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  color: #67a8b9;
  z-index: 4;
}

.link-o {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #282828;
}

.link-o:hover {
  color: #fc9533;
}

.link.green {
  color: #81c04f;
}

.link.green:before {
  border-bottom: 1px solid #81c04f;
}

.link.green:hover {
  color: #81c04f;
}

.link.green:hover:before {
  width: 40%;
}

.link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #67a8b9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link:hover {
  color: #464b53;
}

.link:hover:before {
  width: 40%;
}

.link.dsh:before {
  border-bottom: 1px dashed #67a8b9;
}

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

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

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

input::-moz-placeholder {
  color: #747474;
}

input::placeholder {
  color: #747474;
}

textarea::-webkit-input-placeholder {
  color: #747474;
}

textarea:-ms-input-placeholder {
  color: #747474;
}

textarea::-ms-input-placeholder {
  color: #747474;
}

textarea::-moz-placeholder {
  color: #747474;
}

textarea::placeholder {
  color: #747474;
}

.area {
  padding-left: 2rem;
  height: 7rem;
}

.input {
  padding: 1.6rem 1rem;
  border-radius: 50px;
  border: none;
  background-color: transparent;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  background-color: #f1f1f1;
  padding-left: 2rem;
  font-weight: 500;
}

.input-small {
  padding: 1.2rem 0.8rem;
}

.input.i-modal {
  border-radius: .4rem;
  background-color: #ffffff;
  padding: 1rem 1rem;
  padding-left: 1.5rem;
}

.input.i-gray {
  background-color: #f4f7fa;
}

.input.dash {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}

.input.phone {
  background: url("../img/icons/phone.html") no-repeat center left 1.4rem, #ffffff;
  background-size: 1rem;
}

.input.i-black {
  background-color: #393d42;
  border-radius: .4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}

.input.i-black::-webkit-input-placeholder {
  color: #fff;
}

.input.i-black:-ms-input-placeholder {
  color: #fff;
}

.input.i-black::-ms-input-placeholder {
  color: #fff;
}

.input.i-black::-moz-placeholder {
  color: #fff;
}

.input.i-black::placeholder {
  color: #fff;
}

.input.time {
  padding-left: 3.5rem;
  background: url("../img/icons/time.html") no-repeat center left 1.4rem;
  background-size: 1rem;
}

.input.v2 {
  background-color: #f4f7fa;
}

.input.ipd {
  padding: 1.3rem 1rem;
  padding-left: 2rem;
}

.inp-min {
  width: 31.5%;
}

.inp-md {
  width: 48%;
}

.inp-big {
  width: 100%;
}

.inp-c {
  width: 40%;
}

.inp-mm {
  width: 18.5%;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  z-index: 18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrows.t4 {
  width: 3.5rem;
  height: 3.5rem;
}

.arrows.t6 {
  -webkit-box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.arrows.v2.slidePrev {
  left: -3rem;
}

.arrows.v2.slideNext {
  right: -3rem;
}

.slidePrev {
  left: -5rem;
}

.slidePrev.t2 {
  left: -4rem;
  top: 55%;
}

.slidePrev.t4 {
  left: -1.1rem;
}

.slidePrev.t3 {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slidePrev.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.slideNext {
  right: -5rem;
}

.slideNext.t2 {
  right: -4rem;
  top: 55%;
}

.slideNext.t4 {
  right: -1.1rem;
}

.slideNext.t3 {
  left: 50%;
  bottom: -1rem;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideNext.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.check-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.check-label {
  width: .9rem;
  height: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5rem;
  border-radius: 2px;
  background-color: #ee1a24;
}

.check-label.v2 {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.2rem;
}

.check-label.v2 .check-label-act {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4ca352;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.check-label.min {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.rhide:checked ~ .block-imp-bf {
  background-color: #4ca352;
  border: 1px solid #4ca352;
}

.rhide:checked ~ .tsm13 {
  color: #fff;
  position: relative;
}

.rhide:checked ~ .times-block div.fancy-select div.trigger {
  color: #fff !important;
}

.wac {
  color: #3fbf3f !important;
}

.vic {
  color: #8173c7 !important;
}

.emc {
  color: #fbc855 !important;
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 71;
}

.text-rotate.right {
  left: auto;
  right: 0;
}

.text-rotate-item {
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  color: rgba(179, 179, 179, 0.5);
}

.text-rotate-item:before {
  content: '';
  position: absolute;
  left: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3rem;
  height: 1px;
}

.text-rotate-item:after {
  content: '';
  position: absolute;
  right: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3rem;
  height: 1px;
}

.text-rotate-item.wh {
  color: #ffff;
}

.row-colmob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__item {
  margin-bottom: 0.5rem;
}

.list:last-child {
  margin-bottom: 0;
}

.link-hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover:hover {
  color: #0099e4 !important;
}

.link-hover-inv {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover-inv:hover {
  color: #fff !important;
}

.link-hover-inv.dotted:hover {
  color: #fff;
}

.link-hover-inv.dotted:hover::before {
  border-color: #fff;
}

.link-ar {
  display: inline-block;
  width: 1rem;
}

.link-ar img {
  width: 100%;
}

.pre {
  position: relative;
  z-index: 5;
}

@media (max-width: 900px) {
  .container-big {
    max-width: 95vw;
  }

  .section {
    padding: 4rem 0;
  }
}

@media (max-width: 567px) {
  .row-colmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header {
  padding: .9rem 0rem;
  position: relative;
}

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

.header::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(24%);
  transform: translateX(24%);
  background-color: #23272a;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

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

.logo__img {
  width: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo__img img {
  max-width: none;
  width: 100%;
}

.plus__cir {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 98, 74, 0.5);
  border-radius: 100%;
  z-index: 0;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.plus__item {
  position: absolute;
  cursor: pointer;
  border-radius: 100%;
  z-index: 5;
}

.plus__item:hover {
  z-index: 20;
}

.plus__item:hover .plus__hover {
  opacity: 1;
  -webkit-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1);
}

.plus__item:hover .plus__img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.plus__img {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  padding: 0.8rem;
  -webkit-box-shadow: 0 0 106px rgba(255, 98, 74, 0.5);
  box-shadow: 0 0 106px rgba(255, 98, 74, 0.5);
  background-color: #ff624a;
  z-index: 20;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.plus__img svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.plus__hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%) scale(0);
  transform: translate(100%, -50%) scale(0);
  padding: 1.8rem;
  padding-left: 2.5rem;
  border-radius: 10px;
  background-color: #fff;
  width: 15rem;
  right: 1.3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 5;
}

body {
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
}

.main .line-text {
  margin-bottom: 3rem;
}

.main__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

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

.main__img {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main__left {
  width: 50%;
}

.main__btn {
  padding: 2rem 3rem;
}

.main__man {
  position: absolute;
  right: -.7rem;
  bottom: 4.2rem;
  width: 37rem;
}

.main__man img {
  max-width: none;
  width: 100%;
}

.main-vid {
  position: absolute;
  left: 3rem;
  top: 50%;
}

.main-vid__left {
  position: absolute;
  left: -1.5rem;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.main-btns {
  width: 88%;
  margin-top: 3.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-b {
  padding: 1.4rem;
  border-radius: 100px;
  width: 3.7rem;
  height: 3.7rem;
}

.video-b:after {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  -webkit-animation: pulse2 2s infinite;
  animation: pulse2 2s infinite;
  position: absolute;
}

.title-rez {
  padding-left: 2rem;
}

@-webkit-keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

.ab-city_item-pulse {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  height: 5rem;
  width: 5rem;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.ab-item__pulse {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5rem;
  width: 5rem;
  border: 1px solid rgba(235, 135, 69, 0.5);
  border-radius: 50%;
  opacity: .4;
  -webkit-animation: animPulse 6s linear infinite;
  animation: animPulse 6s linear infinite;
}

.ab-city_item-pulse_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ab-city_item-pulse_2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ab-city_item-pulse_3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ab-city_item-pulse_4 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.header-call-right .green-cir {
  left: .5rem;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.8px;
}

.nav__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 1rem;
}

.nav__img svg {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  fill: #fff;
}

.nav__img:hover svg {
  fill: #ff9401 !important;
}

.nav__wrap {
  position: relative;
  z-index: 16;
  padding: 0;
  border-radius: 15px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.nav li {
  position: relative;
  margin: 0 0.45rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav li:hover a {
  color: #434241;
}

.nav a {
  color: #fff;
  padding: 1.1rem 0.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  font-weight: 400;
  letter-spacing: .12rem;
}

.nav li.menu-item-has-children::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: .6rem;
  height: .6rem;
  background: url("../img/main/bot-arrow.svg") no-repeat center;
  background-size: 100%;
}

/* Mobilde ok'u gizle */
@media (max-width: 768px) {
  .nav li.menu-item-has-children::after {
    display: none !important;
  }
}

.nav li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}

.sub-menu {
  top: 100%;
  left: 0;
  background-color: #23272a;
  width: 121%;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(0%) scale(0);
  transform: translateY(0%) scale(0);
  padding: 0.8rem;
  opacity: 0;
  z-index: 99;
}

.sub-menu li {
  margin: 0 0.5rem;
}

.sub-menu a {
  color: #fff !important;
  padding: 0.5rem 0;
  position: relative;
}

.sub-menu a:hover {
  color: #ff9401 !important;
}

.soc-ico {
  height: 2.5rem;
  width: 2.5rem;
  padding: .85rem;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
}

.soc-ico::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  border-radius: 100%;
  background-color: #44474a;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.lang {
  margin-right: -2rem;
}

div.fancy-select div.trigger {
  padding: 0.3rem 1rem;
  padding-left: 1.2rem;
  padding-right: 2.2rem;
  border: none;
  height: 2.5rem;
  border-radius: 5px;
  background-color: #32373b;
  color: #fff;
  font-weight: 700;
}

div.fancy-select div.trigger::after {
  right: 1rem;
  border-right: .25rem solid transparent;
  border-left: .25rem solid transparent;
  border-bottom: .35rem solid #afafb0;
}

div.fancy-select div.trigger.open {
  border-radius: 5px;
  background-color: #32373b;
}

div.fancy-select ul.options.open {
  background-color: #32373b;
}

div.fancy-select ul.options.open li {
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 700;
}

div.fancy-select ul.options li.selected {
  color: #ff9401;
}

div.fancy-select ul.options li {
  padding: 0.5rem 2rem;
}

.line-text__line {
  width: 5rem;
  height: 2px;
  background-color: #ff9401;
  position: relative;
  margin-top: 0.3rem;
}

.line-text__line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background-color: #ff9401;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.3rem 3.2rem;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  width: 48.6%;
  z-index: 10;
}

.main-num__item {
  width: 22%;
}

.main-num__num {
  padding-top: 1rem;
  font-size: 2.7rem;
}

.main-num__num::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #ff9401;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation: opas 1.1s infinite linear;
  animation: opas 1.1s infinite linear;
}

.main-num__text {
  font-size: 0.86rem;
}

.scroll {
  width: 2rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #8f9090;
  position: absolute;
  left: 4rem;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.scroll.v2 {
  top: 60%;
}

.scroll.v2 .scroll__line:before {
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.scroll.v3 {
  top: 40%;
}

.scroll.v3 .scroll__line:before {
  top: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.scroll.v4 {
  top: 55%;
}

.scroll.v4 .scroll__line {
  margin-top: 0rem;
  background-color: #474a4c;
}

.scroll.v4 .scroll__line:before {
  top: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.scroll.v4 .scroll__text {
  color: #fff;
}

.scroll.v5 {
  top: 42%;
}

.scroll.v5 .scroll__line:before {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.scroll__scrolldown {
  width: 1px;
  height: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.scroll__cir {
  width: 1.6rem;
  height: 1.6rem;
}

.scroll__cir svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0%) rotate(0deg);
  transform: translate(0, 0%) rotate(0deg);
  fill: #8f9090;
}

.scroll__text {
  white-space: nowrap;
  -webkit-transform: translateY(-4rem) rotate(90deg);
  transform: translateY(-4rem) rotate(90deg);
  letter-spacing: .15rem;
  color: #282828;
  opacity: 1;
  font-weight: 400;
}

.scroll__line {
  height: 23rem;
  width: 1px;
  background-color: #dadada;
  position: relative;
  margin-top: .7rem;
  margin-bottom: 1.7rem;
  position: relative;
}

.scroll__line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 2.5rem;
  background-color: #ff9401;
}

@-webkit-keyframes moveScroll {
  0% {
    -webkit-transform: translate(0, 0%) rotate(0deg);
    transform: translate(0, 0%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0, 15%) rotate(0deg);
    transform: translate(0, 15%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0, 0%) rotate(0deg);
    transform: translate(0, 0%) rotate(0deg);
  }
}

@keyframes moveScroll {
  0% {
    -webkit-transform: translate(0, 0%) rotate(0deg);
    transform: translate(0, 0%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0, 15%) rotate(0deg);
    transform: translate(0, 15%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0, 0%) rotate(0deg);
    transform: translate(0, 0%) rotate(0deg);
  }
}

.ph-bl__ico img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 2rem;
}

.test-wrap {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.test__quests {
  width: 67%;
  padding: 0rem 0rem;
  min-height: 46rem;
}

.test-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.line-text {
  color: #d0d0d0;
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes progress_bar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2.9rem;
  width: 90%;
}

.progress-bar__title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.progress-bar__line {
  position: absolute;
  left: 0;
  margin-right: .4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e1474a;
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 6px, #e1474a 7px, #e1474a 13px), -webkit-gradient(linear, left bottom, left top, from(hsla(359, 72%, 72%, 0.9)), to(rgba(235, 131, 132, 0.9)));
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 6px, #e1474a 7px, #e1474a 13px), linear-gradient(to top, rgba(235, 131, 132, 0.9) 0%, rgba(235, 131, 132, 0.9) 100%);
  -webkit-animation: progress_bar 50s linear infinite;
  animation: progress_bar 50s linear infinite;
  background-size: 1000px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  border-radius: 3px;
  border: 1px solid #ededee;
  padding: 0;
}

.progress-bar__line-wrap {
  height: 1.4rem;
  border-radius: 3px;
  border: 1px solid #ededee;
  background-color: #f1f6fa;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.progress-bar__line-num {
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 60px 0, 0 0;
  }
}

@keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 60px 0, 0 0;
  }
}

.quiz__next-wrap {
  position: relative;
  width: 10.5rem;
  margin-right: 5rem;
}

.btns-text {
  color: #808080;
}

.quiz__prev {
  width: auto;
}

.quiz__next {
  display: inline-block;
  width: 100%;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.test-item {
  position: relative;
}

.test-item.t2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-item__title,
.test-item .tsm12 {
  width: 100%;
}

.test-item__qw2 {
  width: 50%;
}

.test-slider {
  width: 100%;
}

.test-slider__item {
  height: auto;
}

.test-item_3 .tiem-block {
  margin-left: -.6rem;
}

.tiem {
  position: relative;
  width: 47%;
  margin: 0 .5%;
  margin-bottom: 2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.tiem:hover {
  z-index: 12;
}

.tiem.t2 {
  width: 45%;
}

.tiem.t3 {
  padding: .7rem 1rem;
  width: 38%;
  margin: 0 1.3%;
  margin-bottom: 1.2rem;
}

.tiem.t4 {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

.tiem.t5 {
  width: 47%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tiem-img {
  height: 13rem;
  width: 85%;
  border-radius: 2rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tiem-img img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  width: 100%;
  max-height: none;
  height: 100%;
  border-radius: 2rem;
}

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

.test-item_3 .tiem-block {
  margin-bottom: 3.5rem;
}

.test-item_4 .tiem-block {
  margin-bottom: 3.5rem;
  min-height: 15rem;
}

.test-item_5 .tiem-block {
  min-height: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0;
}

.test-item_5 .city-input {
  width: 25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.test-item_5 .city-label {
  margin-left: 2rem;
}

.test-item_6 .tiem-block {
  margin-bottom: 4.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 65%;
}

.test-item_7 .tiem-block {
  min-height: 15rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test-item_7 .tiem-block__right-img {
  top: 0rem;
  width: 22rem;
  right: 3rem;
  bottom: auto;
  -webkit-transform: translate(0, -18%);
  transform: translate(0, -18%);
}

.test-item_8 .tiem-block {
  min-height: 15rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test-item_8 .tiem-block__right-img {
  top: 0rem;
  width: 34rem;
  right: -2rem;
  bottom: auto;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

.test-item_8 .tiem-block__right-img img {
  max-width: none;
  width: 100%;
}

.tiem-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0rem;
  margin-left: -.2rem;
}

.tiem-block__right-img {
  position: absolute;
  right: 2rem;
  top: -3rem;
  width: 30rem;
}

.tiem-block__date {
  margin-bottom: 2rem;
  margin-top: 1.6rem;
}

.tiem-block__date .input-date {
  width: 12.5rem;
  margin-right: 2rem;
}

.tiem-block.t2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5rem;
}

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

.tiem-before-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dadada;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slick-slide {
  outline: none;
}

.checkbox-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-block.t2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

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

.checkbox-block__flag {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-inp {
  display: none;
}

.checkbox-psevdo {
  border-radius: 100%;
  background-color: #edf2f6;
  border: none;
  border-radius: 111px;
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

.checkbox-psevdo.t2 .checkbox-psevdo-active {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: .3rem;
}

.checkbox-psevdo.t3 {
  border-radius: 2px;
  margin-top: -1.5rem;
  background-color: #fff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  border-radius: 2px;
  background-color: #dddddd;
}

.checkbox-psevdo.t9 {
  margin-right: 0.5rem;
  border: 1px solid #dddddd;
}

.checkbox-psevdo-active {
  width: 65%;
  height: 65%;
  border-radius: 100%;
  padding: 0.23rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-psevdo-active img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-inp:checked ~ span .tiem-img {
  border: 2px solid #ff9401;
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .t16,
.checkbox-inp:checked ~ .checkbox-block .t18 {
  font-weight: 700;
  color: #282828;
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .end-soc__text {
  font-weight: 500;
}

.checkbox-inp:checked ~ .tiem-before-mod {
  border: 1px solid #ff9401;
}

.checkbox-inp:checked ~ span .qw9-social {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.checkbox-inp:checked ~ span .checkbox-psevdo {
  border: none;
  background-color: rgba(217, 39, 45, 0.15);
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  opacity: 1;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo .checkbox-psevdo-active {
  background-image: none;
  background-color: #ff9401;
}

.test__btns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-lbs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  cursor: pointer;
}

.btn-lbs:before {
  content: "Выберие вариант ответа";
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e42a2e;
  font-size: .8rem;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-lbs.act:before {
  opacity: 1;
}

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

.t-end-block__left {
  width: 100%;
}

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

.t-end-form {
  width: 70%;
}

.irs {
  width: 100%;
}

.irs-max,
.irs-min {
  display: none;
}

.irs--flat .irs-line {
  border-radius: .1rem;
  background-color: #f1f6fa;
  top: 1.5rem;
  height: .7rem;
}

.irs--flat .irs-bar {
  border-radius: .1rem;
  background-color: #ff9401;
  top: 1.5rem;
  height: .7rem;
}

.irs--flat .irs-handle {
  width: 1.5rem;
  height: 1.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 38px rgba(40, 39, 40, 0.3);
  box-shadow: 0 0 38px rgba(40, 39, 40, 0.3);
  border-radius: 100%;
  cursor: pointer;
  top: .95rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.irs--flat .irs-handle:before {
  content: '';
  position: absolute;
  background: #ff9401;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 0.6rem 1.3rem;
  border-radius: .1rem;
  background-color: #fff;
  color: #ff9401;
  -webkit-box-shadow: 0 0 38px rgba(40, 39, 40, 0.15);
  box-shadow: 0 0 38px rgba(40, 39, 40, 0.15);
  font-size: 2rem;
  font-weight: 900;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  top: -4rem;
  z-index: 15;
  display: none;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border: .5rem solid transparent;
  border-top-color: #fff;
  -webkit-box-shadow: 0 0 38px rgba(40, 39, 40, 0.15);
  box-shadow: 0 0 38px rgba(40, 39, 40, 0.15);
  bottom: -1rem;
  left: 45%;
}

.range-wrap {
  width: 100%;
}

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

.slider-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 33rem;
  margin-top: -1.8rem;
}

.slider-block {
  width: 100%;
}

.qw3inp-wrap {
  margin-right: 2.5rem;
}

.ranges-inp {
  width: 6.5rem !important;
  padding-right: 1rem;
}

.bgts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9rem;
  margin-bottom: -1rem;
}

.tiem-block_range {
  width: 100% !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: auto;
  bottom: -3.7rem;
  color: #232323;
  font-size: 1rem;
  ont-family: Gilroy;
  background-color: transparent;
}

.test__dop-info {
  color: rgba(35, 35, 35, 0.5) !important;
}

.test-gray {
  color: #808080;
}

.test-right {
  width: 30%;
  padding: 0 3.5rem;
  padding-top: 2.5rem;
  padding-bottom: 10rem;
  border-radius: .7rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-right__man {
  width: 12rem;
}

.test-right__man img {
  max-width: none;
  width: 100%;
}

.test-right__text {
  background-color: #fff;
  padding: 1.5rem 1rem;
  width: 100%;
  border-radius: .6rem;
  padding-bottom: 3rem;
}

.test-right__item {
  width: 100%;
}

.test-right__list {
  position: absolute;
  bottom: 0;
  width: 20rem;
  left: 0rem;
}

.play-bl {
  width: 3.5rem;
  height: 3.5rem;
  padding: 1.15rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 40px rgba(40, 40, 40, 0.3);
  box-shadow: 0 0 40px rgba(40, 40, 40, 0.3);
  background-color: #ff624a;
  position: absolute;
  top: 50%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.play-bl:before {
  content: '';
  width: 155%;
  height: 155%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 100%;
  border-top: 2px solid #ff624a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 3.8s infinite linear;
  animation: rotate 3.8s infinite linear;
  z-index: 20;
}

.play-bl:after {
  content: '';
  width: 125%;
  height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ff624a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 3.8s infinite linear;
  animation: rotate 3.8s infinite linear;
  z-index: 20;
}

.check-box.sq {
  margin-bottom: 1.2rem;
}

.check-box.sq .check-line {
  color: #282828;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-box.sq .check-label {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: .2rem;
}

.check-box.sq .rhide:checked ~ .check-line .tsm13,
.check-box.sq .rhide:checked ~ .check-line .tsm12,
.check-box.sq .rhide:checked ~ .check-line .tsm10,
.check-box.sq .rhide:checked ~ .check-line .text {
  font-weight: bold;
}

.check-box.sq .rhide:checked ~ .check-line .check-label {
  background-color: #ff624a;
  border-radius: 5px;
  border: 1px solid #ff624a;
}

.check-block__flag {
  width: 2.5rem;
}

.t-end__gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-left: -5rem;
}

.t-end__gift-img {
  background-color: #ececec;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 100%;
  margin-bottom: 1rem;
}

.t-end__in-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.5rem;
}

.t-end__in-img img {
  max-width: none;
  width: 100%;
}

.t-end__in-img.v2 {
  width: 9rem;
}

.t-end__in-img.v3 {
  width: 6.75rem;
  top: auto;
  bottom: -.2rem;
  left: auto;
  right: -.26rem;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.t-end__gift-item {
  width: 33%;
}

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

.case-check__item {
  width: auto;
  margin-right: 0.5rem;
}

.case-check__block {
  border-radius: 5px;
  background-color: #f1f6fa;
  padding: .5rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 3.5rem;
}

.case-check__block.ch-1 svg {
  fill: #d22731;
}

.case-check__block.ch-2 svg {
  margin-bottom: -0.2rem;
  fill: #00af47;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case-check__block.ch-3 .case-check__img {
  width: 1.1rem;
}

.case-check__block.ch-3 svg {
  margin-bottom: -0.2rem;
  fill: #776eb5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case-check__img {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: .5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.case-check__img svg {
  max-width: 100%;
  max-height: 100%;
}

.case-check__text {
  white-space: nowrap;
  color: #282828;
}

.checkbox-inp:checked ~ .case-check__block .case-check__text {
  font-weight: bold;
}

.end-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  width: 80%;
}

.end-f__inp {
  padding: 1.7rem 1rem;
  padding-left: 2rem;
}

.end-f__inp1 {
  width: 40%;
  margin-bottom: 1rem;
  margin-right: 2.5%;
}

.end-f__inp2 {
  width: 57.5%;
  margin-bottom: 1rem;
}

.end-f__inp3 {
  width: 100%;
  margin-bottom: 1rem;
}

.end-f__block {
  width: 100%;
}

.end-f__block .check-line {
  margin-right: -1rem;
}

.end-f__btn {
  width: 80%;
  padding: 1.8rem 2rem;
}

.fwork {
  padding-top: 2.5rem;
}

.fwork__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
  width: 100%;
}

.fwork__left {
  width: 12.5rem;
}

.fwork__left img {
  max-width: none;
  width: 100%;
}

.fwork__left.r-before::after {
  width: 12.5rem;
  background-color: #cdd3d6;
  top: 55%;
  height: 1px;
}

.fwork__left.r-before::before {
  right: -12.5rem;
  background-color: #ff9401;
  top: 55%;
  width: 0.5rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fwork__text {
  width: 62%;
}

.fwork__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  width: 100%;
}

.fwork__btn {
  margin-top: 3rem;
  padding: 2rem 3rem;
}

.fwork-item {
  width: 47.5%;
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
  position: relative;
  will-change: transform;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 27rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
}

.fwork-item:nth-child(2) .fwork-item__man {
  width: 17.5rem;
  right: 2.2rem;
}

.fwork-item:hover .fwork-item__card {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.fwork-item__card {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.fwork-item__card.active {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.fwork-item__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  -webkit-transition: .6s;
  transition: .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  padding: 4rem 4rem;
  padding-bottom: 2.7rem;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.fwork-item__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  padding: 4rem;
  padding-right: 3rem;
}

.fwork-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.fwork-item__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 15px;
}

.fwork-item__man {
  position: absolute;
  bottom: 0;
  right: 0rem;
  z-index: 15;
  width: 18rem;
}

.fwork-item__man img {
  max-width: none;
  width: 100%;
}

.fwork-item__text .l-before::before {
  top: 1.35rem;
  left: -1.5rem;
  width: 0.5rem;
  height: 0.5rem;
}

.fwork-item__text .l-before::after {
  top: 1.3rem;
  left: -2rem;
}

.fwork-item__click-img {
  width: 1.3rem;
}

.fwork-item__click-img img {
  max-width: none;
  width: 100%;
}

.fwork-item__gray-text {
  color: #808080;
}

.fwork-item__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fwork-item__list li {
  width: 47%;
  text-align: left;
  padding-left: 1rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fwork-item__list li::before {
  content: '';
  position: absolute;
  left: -.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #ff9401;
  top: 1.5rem;
}

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

.garant__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: none;
  width: 100%;
  height: 100%;
  max-width: none;
}

.garant__top {
  margin-bottom: 5.5rem;
}

.garant__top .fwork__left {
  margin-top: -1rem;
}

.garant__top .fwork__left img {
  z-index: 20;
  position: relative;
}

.garant__top .fwork__left.r-before::after {
  background-color: #fff;
}

.garant__left-cir {
  position: absolute;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 50rem;
  height: 50rem;
  z-index: 0;
}

.garant__text {
  line-height: 1.3;
}

.garant__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}

.garant__cont {
  position: relative;
  z-index: 2;
}

.garant__item {
  width: 25%;
  margin-bottom: 3.5rem;
}

.garant__img {
  width: 2.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.2rem;
}

.garant__img img {
  max-width: none;
  width: 100%;
}

.garant__ph {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1.3rem;
}

.garant__bot {
  width: 100%;
}

.garant__bot .line-text__line {
  margin-right: 1.7rem;
  height: 1px;
}

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

.garant__btn {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.garant__info-left {
  width: 78%;
}

.tips {
  padding-top: 5.5rem;
  padding-bottom: 2rem;
}

.tips__btn {
  margin-bottom: 2rem;
  width: 23rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tips__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  width: 100%;
}

.tips__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tips__item:nth-child(even) .r-before {
  display: none;
}

.tips__ph {
  width: 47.5%;
}

.tips__text {
  width: 47%;
}

.tips__text .r-before {
  position: absolute;
  top: 50%;
  right: 0;
}

.tips__text .r-before::after {
  width: 15rem;
  background-color: #e1e9ed;
  right: -4.5rem;
}

.tips__text .r-before::before {
  height: 0.5rem;
  width: 0.5rem;
  right: -4rem;
}

.tips-ph {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tips-ph__left {
  border-radius: .8rem;
  position: relative;
  height: 21.5rem;
  width: 80.1%;
}

.tips-ph__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
  border: 1px solid #d8d8d8;
}

.tips-ph__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  width: 100%;
  max-height: none;
  height: 100%;
  border-radius: .8rem;
}

.tips-ph__sm-bg {
  position: relative;
  border-radius: .8rem;
  width: 100%;
  height: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tips-ph__right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 21.5rem;
  width: 17.7%;
}

.vid {
  padding-top: 1rem;
}

.title-bef .l-before {
  position: absolute;
  top: 50%;
  left: 0;
}

.title-bef .l-before::before {
  left: 7.35rem;
}

.title-bef .l-before::after {
  width: 20rem;
  left: 6.7rem;
  background-color: #e1e9ed;
}

.title-bef .r-before {
  position: absolute;
  top: 50%;
  right: 0;
}

.title-bef .r-before::before {
  right: 6.4rem;
}

.title-bef .r-before::after {
  width: 20rem;
  right: 5.8rem;
  background-color: #e1e9ed;
}

.vid-slider__item {
  position: relative;
  border-radius: .8rem;
  height: 15rem;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  cursor: pointer;
}

.vid-slider__item .video-b {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vid-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
}

.vid-slider__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
}

.offer {
  background-color: #f1f6fa;
  overflow-y: hidden;
}

.offer .garant__left-cir {
  width: 35rem;
  height: 35rem;
  top: 58%;
  left: 46%;
}

.offer .garant__top .fwork__left.r-before::after {
  background-color: #cdd3d6;
}

.offer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  width: 100%;
}

.offer__left {
  width: 10rem;
  margin-right: 1.5rem;
}

.offer__top {
  margin-bottom: 4rem;
}

.offer__item {
  margin-bottom: 2rem;
}

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

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

.def__img {
  width: 19rem;
  margin-bottom: -1rem;
}

.def__img img {
  max-width: none;
  width: 100%;
  margin-right: -2.5rem;
}

.def__text {
  line-height: 1.4;
}

.def__item {
  margin-bottom: 2rem;
  width: 49%;
}

.def__btn {
  margin-top: 2rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.def-right {
  width: 46%;
}

.def-right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

.def-right__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.def-right__mark {
  width: 9rem;
}

.def-right__mark img {
  z-index: 5;
  position: relative;
}

.def-right__text {
  line-height: 1.4;
}

.def-right__t {
  line-height: 1.4;
}

.def-right__cir {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 58rem;
  height: 58rem;
  pointer-events: none;
}

.def-right__img {
  width: 11.5rem;
}

.def-right__img img {
  max-width: none;
  width: 100%;
  margin-right: -1.4rem;
}

.def-right__item {
  width: 30%;
  margin-bottom: 2rem;
}

.info {
  background-color: #24282b;
  padding-bottom: 3rem;
}

.info .r-before::after {
  background-color: #e0e8ec;
}

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

.info__item {
  position: relative;
  margin-bottom: 3rem;
}

.info__item:first-child .info__btn {
  display: block !important;
}

.info__num {
  margin-bottom: -1.5rem;
  color: #2f3336;
  font-size: 5rem;
  z-index: 0;
  line-height: .7;
}

.info__num::before {
  content: '';
  position: absolute;
  top: .3rem;
  left: .3rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ff9401;
  border-radius: 100%;
  -webkit-animation: opas 1.1s infinite linear;
  animation: opas 1.1s infinite linear;
}

.info__btn {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.r-before.tit {
  position: absolute;
  top: 54%;
  right: 0;
}

.r-before.tit::after {
  width: 20rem;
  right: 4rem;
}

.r-before.tit::before {
  right: 4.3rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 10;
  background-color: #ff9401;
}

.career {
  background-color: #f1f6fa;
}

.career__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career__img {
  width: 1.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.career__img img {
  max-width: none;
  width: 100%;
}

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

.career__bot .main-btns__left {
  font-size: 2rem;
}

.career__item {
  margin-bottom: 0.5rem;
  width: 22%;
}

.career__btn {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  width: 16rem;
}

.career__text {
  margin-top: 2rem;
}

.group__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5rem;
}

.group__left {
  width: 25%;
  margin-top: -1.5rem;
}

.group__item {
  margin-bottom: 2rem;
}

.group__item .main-num__num {
  font-size: 4rem;
}

.group__item .main-num__text {
  font-size: 1rem;
}

.group__cir {
  position: absolute;
  top: 45%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
  z-index: -1;
}

.group__right {
  width: 73.5%;
}

.group-slider__item {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 19rem;
  position: relative;
  cursor: pointer;
}

.group-slider__item:hover .ph-hover {
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 4px -1px 20px rgba(40, 39, 40, 0.3);
  box-shadow: 4px -1px 20px rgba(40, 39, 40, 0.3);
}

.group-slider__item:hover .ph-hover__text {
  opacity: 1;
}

.group-slider__img {
  margin-left: auto;
  margin-right: auto;
}

.ph-hover {
  position: absolute;
  bottom: 1rem;
  left: 0rem;
  width: 16rem;
  -webkit-box-shadow: 4px -1px 20px rgba(40, 39, 40, 0.3);
  box-shadow: 4px -1px 20px rgba(40, 39, 40, 0.3);
  border-radius: 1rem;
  padding: .7rem .7rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ph-hover__text {
  opacity: 0;
}

.ph-hover img {
  position: relative;
  z-index: 5;
}

.ph-hover .video-b {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.7rem;
  background-color: #ff9401;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ph-hover .ab-city_item-pulse {
  z-index: 10;
}

.ph-hover .ab-city_item-pulse {
  height: 3rem;
  width: 3rem;
}

.ph-hover .ab-item__pulse {
  height: 3rem;
  width: 3rem;
}

.group-gal {
  width: 77%;
  margin-top: 4rem;
}

.group-gal .video-b {
  height: 7rem;
  width: 7rem;
  padding: 2.5rem;
}

.group-gal .ab-city_item-pulse {
  height: 7rem;
  width: 7rem;
}

.group-gal .ab-item__pulse {
  height: 7rem;
  width: 7rem;
}

.group-gal__item {
  height: 30rem;
}

.blag {
  background-color: #f1f6fa;
}

.blag__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}

.blag__bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  position: relative;
  z-index: 4;
}

.blag__left {
  width: 30%;
  padding: 4rem 0;
  padding-bottom: 1rem;
}

.blag__num {
  font-size: 3.8rem;
}

.blag__img {
  width: 100%;
  border-radius: .8rem;
}

.blag__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  border-radius: .8rem;
}

.blag__item {
  width: 31.5%;
  margin-bottom: 2rem;
}

.blag__cir {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
}

.blag__text {
  width: 100%;
}

.blag__map {
  position: absolute;
  right: 4rem;
  top: 8rem;
  width: 50rem;
}

.blag__map img {
  max-width: none;
  width: 100%;
}

.blag-slider {
  margin-top: 2rem;
}

.exp {
  background-color: #25282b;
}

.exp__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
  margin-right: 6.5rem;
}

.exp__name {
  position: absolute;
  bottom: 11rem;
  left: 0;
  -webkit-transform: translate(-53%, 0);
  transform: translate(-53%, 0);
  z-index: 10;
}

.exp__name.r-before::after {
  top: 85%;
  width: 4.5rem;
  right: 1rem;
  height: 1px;
}

.exp__name.r-before::before {
  top: 85%;
  right: -3.2rem;
}

.exp__cir {
  position: absolute;
  top: 32%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 50rem;
  height: 50rem;
}

.exp__man {
  width: 34rem;
  position: absolute;
  bottom: -.3rem;
  left: 9rem;
  pointer-events: none;
}

.ph-bl__ico {
  width: 1rem;
}

.soc-bl__item {
  width: 2.5rem;
  margin-right: 0.5rem;
  background-color: #326295;
  border-radius: 100%;
  padding: 0.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.soc-bl__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.soc-bl__item:last-child {
  margin-right: 0;
}

.exp-form {
  width: 52%;
}

.exp-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exp-form .input {
  font-weight: 300;
}

.exp-form div.fancy-select div.trigger {
  height: 3rem;
  margin-bottom: 0.5rem;
  background-color: #393d42;
  padding-left: 2rem;
  font-weight: 300;
}

.exp-form div.fancy-select ul.options.open {
  background-color: #393d42;
}

.exp-form div.fancy-select ul.options.open li {
  color: #fff;
  padding: 0.9rem 1rem;
  padding-left: 2rem;
  font-weight: 300;
}

.exp-form div.fancy-select ul.options li.selected {
  color: #ff9401;
  font-weight: 700;
}

.exp-form__i1 {
  width: 49.2%;
}

.exp-form__i2 {
  width: 49.2%;
}

.exp-form__i3 {
  height: 6rem;
}

.exp-form__bot {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.exp-form .btn {
  width: 47%;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.comp-slider {
  width: 100%;
}

.comp-slider__item {
  padding: 1.2rem;
  border: 1px solid #e7ebee;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 2rem 0;
}

.comp-slider__item:hover {
  -webkit-box-shadow: 4px -1px 65px rgba(40, 39, 40, 0.15);
  box-shadow: 4px -1px 65px rgba(40, 39, 40, 0.15);
}

.comp-slider__item:hover.color-inv img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.comp-slider__img {
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.color-inv img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.fb {
  padding-top: 4rem;
}

.fb__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.5rem;
  color: #ff9401;
}

.gtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gtab .ab-city_item-pulse {
  width: 2rem;
  height: 2rem;
}

.gtab .ab-item__pulse {
  width: 2rem;
  height: 2rem;
}

.gtab__item {
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  width: 48.2%;
  border-radius: .4rem;
  background-color: #f1f6fa;
  padding: .3rem 2.5rem;
  padding-right: 2rem;
}

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

.gtab__plus {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ff9401;
  border-radius: 100%;
}

.gtab__plus:before,
.gtab__plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}

.gtab__plus:before {
  width: 3px;
  height: 50%;
}

.gtab__plus:after {
  height: 3px;
  width: 50%;
}

.gtab__top {
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gtab__top.show .gtab__plus:before,
.gtab__top.show .gtab__plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gtab__hover {
  padding-bottom: 1rem;
  line-height: 1.4;
  padding-top: 1rem;
}

.gtab__line {
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  width: 100%;
  height: 1px;
}

.garant-ans__wrap {
  padding: 1.5rem 2rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.garant-ans__btn {
  border-radius: 15px;
  z-index: 10;
  width: 13rem;
}

.garant-ans__man {
  width: 12.5rem;
  position: absolute;
  right: .8rem;
  bottom: 0;
}

.garant-ans__man img {
  max-width: none;
  width: 100%;
}

.garant-ans__word {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  width: 25rem;
  z-index: 0;
}

.garant-ans__word img {
  max-width: none;
  width: 100%;
}

.wrap-section {
  overflow: hidden;
}

.footer {
  padding-bottom: 4rem;
}

.footer__text {
  line-height: 1.7;
}

.footer__graf {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60rem;
  -webkit-transform: translate(50%, 30%);
  transform: translate(50%, 30%);
}

.footer__graf img {
  max-width: none;
  width: 100%;
}

.seob {
  position: relative;
  padding: 1rem 0;
  padding-bottom: 2rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.seob .ware__item__img {
  width: 4rem;
  height: 4rem;
}

.seob__btn {
  margin-top: 1rem;
  width: 1.2rem;
  color: #a0b945;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.seob__text {
  text-align: center;
  color: #747474;
  position: relative;
  height: 5rem;
  overflow: hidden;
}

.seob__text-wrap {
  padding-bottom: 2rem;
}

.seob__text.act {
  height: 5rem !important;
}

.seob__text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.footer {
  background-color: #24282b;
  padding: 4rem 0;
  padding-bottom: 0;
}

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

.footer__item li a {
  padding: .3rem 0;
  color: #adadad;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
}

.footer__item li a:hover {
  color: #ff9401;
}

.footer__header {
  margin-bottom: 1rem;
  letter-spacing: .05rem;
}

.footer__link {
  margin-left: 1.5rem;
}

.footer__link:hover {
  color: #fff;
}

.footer__link:hover::before {
  border-color: #fff;
}

.footer .soc-bl__item {
  width: 2.8rem;
  height: 2.8rem;
  padding: .7rem;
}

.footer__adr-text {
  margin-bottom: 2.3rem;
  margin-top: 2rem;
}

.soc-bl.v2 .soc-bl__item {
  width: 2.8rem;
  height: 2.8rem;
  padding: .7rem;
  background-color: #fff;
}

.footer-logo {
  margin-bottom: 5.7rem;
}

.footer-logo__img {
  width: 11rem;
}

.footer-adr {
  margin-bottom: 2.2rem;
}

.footer-adr__header {
  padding-left: 1.5rem;
}

.footer-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .8rem 0;
  padding-bottom: 1rem;
  border-top: 1px solid #67696a;
  margin-top: 2rem;
}

.main__cont_ab {
  padding-top: 0;
  padding-bottom: 2rem;
}

.main__cont_ab .main__left {
  width: 55%;
}

.main__cont_ab .main-num {
  position: relative;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

.main__cont_ab .main__man {
  bottom: -.1rem;
  top: auto;
  left: auto;
  right: -1rem;
  width: 52rem;
}

.main__cont_ab .main-num__item {
  width: 28%;
  margin-bottom: 2rem;
}

.garant_ab {
  background-color: transparent;
  overflow-x: hidden;
}

.navigation {
  margin-top: 3rem;
  margin-bottom: 1.8rem;
  width: 100%;
}

.navigation__block {
  white-space: nowrap;
}

.navigation__arrow {
  width: .8rem;
  margin-top: 0.3rem;
  margin-left: .9rem;
  margin-right: .9rem;
}

.mission {
  padding-top: 6rem;
  overflow-y: hidden;
}

.mission__cir {
  position: absolute;
  top: 7rem;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 58rem;
  height: 58rem;
  pointer-events: none;
}

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

.mission__left {
  width: 21.5rem;
}

.mission__left .exp__name {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  bottom: auto;
  top: 4rem;
  left: 2rem;
}

.mission__left .exp__name.r-before::before {
  top: auto;
  right: -2rem;
  bottom: -1.5rem;
}

.mission__left .exp__name.r-before::after {
  top: auto;
  bottom: -1rem;
  right: 2rem;
}

.mission__left img {
  max-width: none;
  width: 100%;
}

.mission__right {
  margin-top: -2rem;
}

.mission__right.l-before::before {
  left: -1.7rem;
}

.mission__right.l-before::after {
  left: -1.7rem;
  height: 1px;
  width: 5rem;
}

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

.minds__item {
  width: 30%;
  margin-bottom: 2rem;
}

.minds__img {
  height: 8rem;
  margin-bottom: .6rem;
}

.minds__img img {
  max-width: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.title-bef.v2 .l-before::before {
  left: -2.8rem;
}

.title-bef.v2 .l-before::after {
  left: -3rem;
  z-index: 2;
  height: 1px;
}

.worth {
  overflow: hidden;
  padding-bottom: 2rem;
}

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

.worth__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 54%;
}

.worth__left .info__item {
  width: 48%;
  margin-bottom: 2rem;
}

.worth__right {
  width: 44%;
  margin-top: -5.5rem;
  margin-right: -4%;
}

.worth__card {
  background-color: #ff9401;
  border-radius: .2rem;
  padding: 1.5rem 2.2rem;
  padding-right: 1.5rem;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.worth__cir {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -35%);
  transform: translate(50%, -35%);
  width: 50rem;
  height: 50rem;
}

.worth__img {
  width: 22rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 2rem;
}

.worth__img img {
  max-width: none;
  width: 100%;
}

.worth__img .exp__name {
  left: auto;
  bottom: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  top: 5rem;
  right: 2.5rem;
}

.worth__img .exp__name.l-before::after {
  top: 130%;
  height: 1px;
  width: 4rem;
  left: 3rem;
}

.worth__img .exp__name.l-before::before {
  top: 130%;
  left: -1rem;
}

.blg {
  padding-top: 6rem;
}

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

.blg__item {
  width: 48%;
}

.blg-slider1 {
  width: 100%;
  padding: 2rem;
  border-radius: .8rem;
  background-color: #f1f6fa;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}

.blg-slider1__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blg-slider1__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.3rem;
  margin-bottom: 1.5rem;
}

.blg-slider1__ph {
  position: relative;
  height: 5.2rem;
  width: 26%;
  margin-bottom: 1.5rem;
}

.blg-slider1__text {
  line-height: 1.4;
}

.blg-slider2 {
  width: 100%;
}

.blg-slider2__item {
  height: 17rem;
}

.st-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .7rem;
}

.st-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: .7rem;
}

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

.sl-nav__arrow {
  cursor: pointer;
  width: .55rem;
  margin-top: 0.25rem;
}

.sl-nav__prev {
  margin-right: 1.5rem;
}

.sl-nav__next {
  margin-left: 1.5rem;
}

.section-wrap .st-bg {
  z-index: -1;
}

.main__cont_vac {
  padding-bottom: 8rem;
}

.main__cont_vac .navigation {
  margin-bottom: 3rem;
}

.main__cont_vac .career__block {
  width: 100%;
}

.main__cont_vac .main__left {
  width: 42%;
}

.vac-name {
  position: absolute;
  bottom: 0;
  right: 5rem;
  width: 20.5rem;
}

.vac-name img {
  max-width: none;
  width: 100%;
}

.vac-name__text {
  position: absolute;
  left: -8rem;
  bottom: 3rem;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.vac-name__text .r-before::after {
  width: 7rem;
  height: 1px;
  right: -1rem;
  top: .8rem;
}

.vac-name__text .r-before::before {
  right: -8rem;
  top: .8rem;
  height: 0.5rem;
  width: 0.5rem;
}

.vac-name__cir {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 57rem;
  width: 57rem;
  -webkit-transform: translate(-53%, 14%);
  transform: translate(-53%, 14%);
}

.vac-info__block {
  width: 100%;
  border-radius: 1rem;
  background-color: #f1f6fa;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 3rem;
}

.vac-info__item {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2rem;
}

.vac-info__left {
  width: 1.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exp_vac .garant__block {
  margin-bottom: 0;
}

.exp_vac .garant__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  margin-bottom: 1rem;
}

.offer_vac {
  overflow: hidden;
}

.offer_vac .garant__ph {
  margin-top: 0;
}

.offer_vac .garant__btn {
  width: auto;
}

.offer_vac .garant__info-left {
  width: 70%;
}

.doc {
  background-color: #f1f6fa;
}

.doc .offer__block {
  margin-bottom: 2rem;
}

.doc .offer {
  padding-bottom: 0;
}

.doc .garant__info-left {
  padding-left: 3rem;
}

.dtab__fl {
  position: absolute;
  right: -4.5rem;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  color: #808080;
}

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

.dtab__block {
  width: 100%;
}

.dtab__tab-item {
  background-color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 16.666%;
  padding: 1rem 0;
  cursor: pointer;
  border-right: .15rem solid #f9fbfd;
  padding: 1rem;
}

.dtab__tab-item:last-child {
  border-right: none;
}

.dtab__tab-item:hover {
  color: #fff;
  background-color: #ff9401;
}

.dtab__tab-item.current-menu-item {
  color: #fff;
  background-color: #ff9401;
}

.dtab-cont {
  background-color: #fff;
  width: 100%;
  margin-top: 2rem;
}

.dtab-cont__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 1rem 0;
  border-bottom: .15rem solid #f9fbfd;
}

.dtab-cont__num {
  width: 13%;
  color: rgba(40, 39, 40, 0.25);
  font-weight: 900;
  padding-left: 2.3rem;
}

.dtab-cont__header {
  width: 19%;
  padding-left: 0;
}

.dtab-cont__text {
  width: 68%;
}

.main__cont_rew {
  padding-bottom: 4rem;
}

.main__cont_rew .main__man {
  width: 37rem;
  right: 6.7rem;
  bottom: 0;
  top: auto;
  left: auto;
}

.rew {
  padding-bottom: 0rem;
}

.rew__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rew__item {
  width: 49%;
  margin-bottom: 3rem;
}

.rew__item:nth-child(2) .rew__left {
  margin-right: -1.1rem;
}

.rew__item:nth-child(2) .rew__header .l-before::after {
  background-color: #9fa4a7;
}

.rew__item:nth-child(3) .rew__left {
  margin-right: -1.1rem;
}

.rew__item:nth-child(3) .rew__header .l-before::after {
  background-color: #9fa4a7;
}

.rew__item:nth-child(4) .rew__left {
  margin-right: -1.1rem;
}

.rew__item:nth-child(4) .rew__header .l-before::after {
  background-color: #9fa4a7;
}

.rew__item:nth-child(7) .rew__left {
  margin-right: -1.1rem;
}

.rew__item:nth-child(7) .rew__header .l-before::after {
  background-color: #9fa4a7;
}

.rew__item:nth-child(8) .rew__left {
  margin-right: -1.1rem;
}

.rew__item:nth-child(8) .rew__header .l-before::after {
  background-color: #9fa4a7;
}

.rew__left {
  margin-right: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21.5rem;
}

.rew__left img {
  max-width: none;
  width: 100%;
}

.rew__header {
  padding-left: 2rem;
}

.rew__header .l-before {
  left: -1.5rem;
}

.rew__header .l-before::before {
  top: 1.8rem;
  left: 0rem;
  z-index: 15;
  height: 0.45rem;
  width: 0.45rem;
}

.rew__header .l-before::after {
  top: 1.8rem;
  left: 0;
  width: 2.5rem;
  background-color: #e1e9ed;
}

.ques {
  padding-top: 4rem;
}

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

.ques__right {
  width: 50%;
  margin-left: 50%;
  margin-top: 2rem;
}

.ques .btn {
  width: 21rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ques__man {
  left: 23rem;
  width: 25rem;
}

.ques__cir {
  -webkit-transform: translate(-55%, -42%);
  transform: translate(-55%, -42%);
  width: 70rem;
  height: 70rem;
}

.db {
  display: block;
}

.contacts {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.contacts__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts__item {
  width: 48%;
  margin-bottom: 1.5rem;
}

.cont-text__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cont-text__item {
  width: 48%;
  margin-bottom: 1.5rem;
}

.cont-text__item:nth-child(3) a {
  font-size: 0.83rem;
}

.cont-text__bot {
  width: 100%;
}

.cont-text__bot .ph-bl__ico {
  width: .8rem;
}

.cont-text__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.cont-text__info:last-child {
  margin-bottom: 0;
}

.cont-text__info-item:nth-child(1) {
  width: 37%;
}

.cont-text__info-item:nth-child(2) {
  width: 28%;
}

.cont-text__info-item:nth-child(3) {
  width: 34%;
}

.cont-text__line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-bottom: 2rem;
}

.c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-item__left {
  background-color: #f1f6fa;
  padding: 2rem 2.5rem;
  width: 63%;
  border-radius: 1rem 0 0 1rem;
}

.c-item__left .ph-bl__ico {
  width: .8rem;
  margin-top: 0.1rem;
}

.c-item__left .ph-bl {
  margin-bottom: 1.1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-item__left .ph-bl:last-child {
  margin-bottom: 0;
}

.c-item__right {
  background-color: #d7d7d7;
  border-radius: 0 1rem 1rem 0;
  width: 37%;
}

.map {
  border-radius: 1rem;
  background-color: #aeaeae;
}

.map iframe {
  border-radius: 1rem;
}

.ph-bl__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news {
  padding-top: 0;
  padding-bottom: 2rem;
}

.ntab {
  width: 100%;
}

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

.ntab__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ntab__tab-item {
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  padding: 1.3rem 3rem;
  background-color: #f0f5f9;
  border-radius: .3rem;
  margin-right: 1rem;
}

.ntab__tab-item:hover {
  background-color: #ff9401;
  color: #fff;
  font-weight: bold;
}

.ntab__tab-item.current-menu-item {
  font-weight: bold;
  background-color: #ff9401;
  color: #fff;
}

.ntab-cont {
  width: 32%;
  height: 16rem;
  cursor: pointer;
  margin-bottom: 1.4rem;
}

.ntab-cont__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#171719), color-stop(66%, rgba(34, 34, 37, 0)), color-stop(98%, rgba(39, 39, 43, 0)));
  background-image: linear-gradient(to top, #171719 0%, rgba(34, 34, 37, 0) 66%, rgba(39, 39, 43, 0) 98%);
  border-radius: .7rem;
}

.ntab-cont__info {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  border-radius: .3rem;
  padding: 0.4rem .8rem;
}

.ntab-cont__info.video {
  background-color: #23272a;
}

.ntab-cont__info.state {
  background-color: #326295;
}

.ntab-cont__bot {
  position: absolute;
  bottom: 1.2rem;
  left: 2.5rem;
  width: 68%;
}

.ntab-cont__bot.l-before:after {
  left: -1rem;
  width: 1.5rem;
  background-color: #fff;
  height: 1px;
}

.ntab-cont__bot.l-before:before {
  left: -.7rem;
  height: 0.46rem;
  width: 0.46rem;
  z-index: 15;
}

.n-date {
  position: absolute;
  border-radius: .4rem 0 0 .4rem;
  background-color: #ff9401;
  bottom: 1.2rem;
  right: 0;
  padding: 0.5rem;
}

.n-date__day {
  margin-right: 0.5rem;
}

.main__cont_h {
  padding-bottom: 2rem;
}

.main__cont_h .line-text {
  margin-bottom: 0;
}

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

.main__hg {
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 47rem;
}

.main__hg img {
  max-width: none;
  width: 100%;
  z-index: 10;
}

.main__hg-cir {
  position: absolute;
  top: 0;
  left: 0;
  width: 65rem;
  height: 65rem;
  z-index: 0;
  -webkit-transform: translate(-28.6%, -14%);
  transform: translate(-28.6%, -14%);
}

.main__hg-cir img {
  max-width: none;
  width: 100%;
}

.history {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.history__cont {
  margin-left: 19.6%;
  width: 70%;
}

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.history__item:last-child {
  margin-bottom: 0;
}

.history__left {
  border-radius: .2rem;
  padding: 0.4rem 1rem;
  padding-left: 2rem;
  background-color: #ff9401;
  margin-right: 2rem;
  font-size: 3rem;
  width: 11.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.history__left.l-before:before {
  left: .25rem;
  z-index: 14;
}

.history__left.l-before:after {
  width: 40rem;
  background-color: #e1e9ed;
}

.fb_solo {
  padding-top: 0;
}

.error {
  padding-top: 6rem;
}

.error .line-text {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.error__img {
  position: absolute;
  right: 5rem;
  top: 10rem;
  width: 39rem;
}

.error__img img {
  max-width: none;
  width: 100%;
}

.error__block {
  width: 32%;
}

.error__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.error__block li {
  width: 47%;
}

.error__block a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #282828;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.error__block a:before {
  content: '';
  position: absolute;
  top: 105%;
  width: 100%;
  border-bottom: 1px solid #282828;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.error__block a:hover {
  color: #111;
}

.error__block a:hover:before {
  width: 30%;
  border-color: #ff9401;
}

.error__block a:hover {
  color: #ff9401;
}

.main__cont_news {
  padding-bottom: 0;
}

.news-solo {
  padding-top: 2rem;
}

.news-solo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news-solo__more {
  margin-top: 2rem;
}

.n-date.v2 {
  position: relative;
  background-color: #f1f6fa;
  border-radius: .3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 0;
  right: 0;
}

.news-rate {
  width: 100%;
}

.news-rate__item {
  width: auto;
  margin-right: 1rem;
}

.news-rate__img {
  width: 1.2rem;
  margin-right: 0.3rem;
}

.wp-editor {
  width: 100%;
}

.news-bl {
  padding-bottom: 2rem;
}

.news-bl__header {
  margin-left: 2.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-bl__header.l-before:after {
  left: -1rem;
  width: 1.5rem;
  background-color: #ff9401;
  height: 1px;
}

.news-bl__header.l-before:before {
  left: -.7rem;
  height: 0.46rem;
  width: 0.46rem;
  z-index: 15;
}

.news-bl__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.news-bl__item {
  margin-bottom: 1.5rem;
  width: 31%;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.news-bl__item:hover .news-bl__header {
  color: #ff9401;
}

.news-bl .ntab-cont__shadow {
  z-index: 15;
}

.news-bl__ar {
  width: 1rem;
}

.news-bl__img {
  height: 15rem;
  width: 100%;
}

.news-bl__btn {
  color: #ff9401;
}

.vtab {
  width: 100%;
}

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

.vtab__tab-item {
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: .4rem;
  background-color: #f0f5f9;
  text-align: center;
  padding: 1.3rem 2.4rem;
  margin-right: 1rem;
  cursor: pointer;
  letter-spacing: 0.04rem;
}

.vtab__tab-item:last-child {
  margin-right: 0;
}

.vtab__tab-item:hover {
  color: #fff;
  background-color: #ff9401;
  font-weight: bold;
}

.vtab__tab-item.current-menu-item {
  color: #fff;
  background-color: #ff9401;
  font-weight: bold;
}

.vtab__bot {
  width: 100%;
}

.vtab-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.vtab-cont__item {
  padding: 2.2rem 4rem;
  width: 32%;
  padding-bottom: 2.5rem;
  margin-bottom: 1.8rem;
}

.vtab-cont__item ul {
  margin-bottom: 1rem;
}

.vtab-cont__item li {
  padding-bottom: 0.3rem;
  position: relative;
  padding-left: .9rem;
}

.vtab-cont__item li:before {
  content: '';
  position: absolute;
  width: 0.35rem;
  height: 0.35rem;
  left: 0;
  top: 0.4rem;
  background-color: #282828;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vtab-cont__img {
  position: absolute;
  bottom: 2.5rem;
  right: 2.7rem;
  width: 3.4rem;
  z-index: 10;
}

.vtab-cont__img img {
  max-width: none;
  width: 100%;
}

.vtab-cont__btn {
  padding: 1.2rem 1.5rem;
}

.vtab-cont .l-before:before {
  left: -1.2rem;
  width: 0.5rem;
  height: 0.5rem;
}

.vtab-cont .l-before:after {
  left: -1.5rem;
  width: 2.5rem;
  height: 1px;
}

.main__cont_th .main__left {
  width: 100%;
}

.thank-sect {
  padding-bottom: 4rem;
  width: 100%;
}

.thank-sect__item {
  position: relative;
  width: 73%;
  height: 25rem;
  margin-bottom: 1rem;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
}

.modal-wrap {
  position: absolute;
  top: 6vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8rem;
}

.modal_pol {
  padding: 3rem 2rem;
}

.modal-wrap_pol {
  border-radius: 1.5rem;
}

.modal-min {
  width: 13.5rem;
}

.modal-smin {
  width: 27rem;
}

.modal-norm {
  width: 44rem;
}

.modal-big {
  width: 60.2rem;
}

.modal-sm {
  width: 34rem;
}

.modal-test {
  width: 69.271rem;
}

.modal__block {
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding-top: 2rem;
}

.modal-mon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.modal-mon.v2 .modal-mon__left {
  width: 35rem;
  left: 10rem;
}

.modal-mon.v2 .modal-mon__right {
  width: 28rem;
  right: 10rem;
}

.modal-mon.v2 .modal-mon__right .modal-mon__text {
  left: auto;
  right: -1rem;
}

.modal-mon.v2 .modal-mon__btn {
  width: 29rem;
}

.modal-mon.v2 .modal-mon__text {
  left: -7rem;
}

.modal-mon.v2 .modal-mon__cir1 {
  -webkit-transform: translate(-27%, -32%);
  transform: translate(-27%, -32%);
  /* -webkit-transform: translate(-33%, -20%);
transform: translate(-33%, -20%);  */
}

.modal-mon.v2 .modal-mon__cir2 {
  -webkit-transform: translate(30%, -32%);
  transform: translate(30%, -32%);
  /* -webkit-transform: translate(32%, -34%);
transform: translate(32%, -34%); */
}

.modal-mon__bg img {
  border-radius: 0;
}

.modal-mon__text {
  position: absolute;
  bottom: 4rem;
  right: 0;
  z-index: 12;
}

.modal-mon__block {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-mon__left {
  width: 41rem;
  margin-left: 4rem;
  margin-bottom: -0.3rem;
  position: relative;
}

.modal-mon__left img {
  max-width: none;
  width: 100%;
  z-index: 10;
  position: relative;
}

.modal-mon__right {
  width: 41rem;
  margin-right: 2rem;
  position: relative;
  margin-bottom: -0.3rem;
}

.modal-mon__right img {
  max-width: none;
  width: 100%;
  z-index: 10;
  position: relative;
}

.modal-mon__right .modal-mon__text {
  left: 0;
  right: auto;
}

.modal-mon__btn {
  width: 24rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  letter-spacing: .25rem;
  border-radius: .2rem;
  margin-top: 3rem;
  position: relative;
}

.modal-mon__btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  height: 2.5rem;
  width: 1px;
}

.modal-mon__btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -3.5rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}

.modal-mon__btn.b-blue {
  background-color: #326295;
}

.modal-mon__btn.b-blue:after,
.modal-mon__btn.b-blue:before {
  background-color: #326295;
}

.modal-mon__btn.b-red {
  background-color: #ff9401;
}

.modal-mon__btn.b-red:after,
.modal-mon__btn.b-red:before {
  background-color: #ff9401;
}

.modal-mon__logo {
  position: absolute;
  left: 50%;
  top: 3rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.modal-mon__logo-img {
  width: 11rem;
}

.modal-mon__logo-img img {
  max-width: none;
  width: 100%;
}

.modal-mon__cir1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 70rem;
  height: 70rem;
  -webkit-transform: translate(-35%, -30%);
  transform: translate(-35%, -30%);
}

.modal-mon__cir1 img {
  max-width: none;
  width: 100%;
}

.modal-mon__cir2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 70rem;
  height: 70rem;
  -webkit-transform: translate(21%, -30%);
  transform: translate(21%, -30%);
}

.modal-mon__cir2 img {
  max-width: none;
  width: 100%;
}

.modal-call {
  border-radius: .14rem;
  padding: 2rem 4rem;
  padding-right: 5rem;
  overflow: hidden;
}

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

.modal-call__left {
  width: 41%;
}

.modal-call__right {
  width: 43%;
}

.modal-call__item {
  width: 100%;
  margin-bottom: 1rem;
}

.modal-call__item:last-child {
  margin-bottom: 0;
}

.modal-call .st-bg {
  border-radius: .14rem;
}

.modal-call .st-bg img {
  border-radius: .14rem;
}

.modal-call__man {
  margin-top: 11.3rem;
  width: 100%;
}

.modal-call__img {
  width: 12rem;
}

.modal-call__img img {
  max-width: none;
  width: 100%;
}

.modal-call__man-text.l-before:after {
  left: -1.5rem;
  width: 5rem;
}

.modal-call__man-text.l-before:before {
  left: 0;
  left: -1.5rem;
  height: 0.45rem;
  width: 0.45rem;
}

.modal-call div.fancy-select div.trigger {
  background-color: #fff;
  color: rgba(40, 39, 40, 0.5);
  font-weight: 500;
  border-radius: .4rem;
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  padding-left: 1.5rem;
}

.modal-call div.fancy-select ul.options.open {
  background-color: #fff;
}

.modal-call div.fancy-select ul.options.open li {
  color: rgba(40, 39, 40, 0.5);
  font-weight: 500;
  border-radius: .4rem;
  background-color: #ffffff;
  padding: .7rem 1rem;
  padding-left: 1.5rem;
}

.modal-call div.fancy-select ul.options.open li:hover {
  color: #0099e4;
}

.modal-call__label {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.modal-call__btn {
  background-color: #ba2b31;
  padding: 1.2rem 1rem;
  margin-bottom: 0.9rem;
}

.modal-call .check-box .check-label {
  background-color: #ba2b31;
}

.check-label.t2 {
  background-color: #dcdfe2;
  margin-right: 0.5rem;
}

.rhide:checked ~ span .check-label.t2 {
  background-color: #ba2b31;
}

.modal-obr div.fancy-select div.trigger {
  margin-bottom: 0.7rem;
  font-weight: 500 !important;
  color: #282728;
}

.modal-obr.v2 .modal-obr__t {
  margin-bottom: 15rem;
}

.modal-obr.v2 .modal-obr__man {
  left: 2rem;
  width: 10rem;
}

.modal-obr.v2 .modal-obr__man-text {
  right: -1rem;
  top: 40%;
}

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

.modal-obr__man {
  position: absolute;
  bottom: 0;
  left: -.4rem;
  top: auto;
  right: auto;
  width: 15rem;
}

.modal-obr__man img {
  max-width: none;
  width: 100%;
}

.modal-obr__man-text {
  position: absolute;
  top: 42%;
  right: 2.5rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.modal-obr__man-text .l-before::after {
  bottom: .5rem;
  top: auto;
  left: -.9rem;
  background-color: #ba2b31;
}

.modal-obr__man-text .l-before::before {
  bottom: 0rem;
  top: auto;
  left: -.9rem;
  background-color: #ba2b31;
}

.modal-obr__right {
  width: 50%;
}

.modal-obr__right .input {
  margin-bottom: .7rem;
}

.modal-obr__btn {
  background-color: #ba2b31;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: .7rem;
}

.modal-obr input::-webkit-input-placeholder {
  color: #282728;
}

.modal-obr input:-ms-input-placeholder {
  color: #282728;
}

.modal-obr input::-ms-input-placeholder {
  color: #282728;
}

.modal-obr input::-moz-placeholder {
  color: #282728;
}

.modal-obr input::placeholder {
  color: #282728;
}

.modal-obr .t-modal {
  margin-bottom: 0.7rem;
}

.input.t-modal {
  color: #747474;
  height: 8rem;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.file-text {
  padding: 1rem;
}

.file-link {
  -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  border-radius: 0 10px 10px 0;
  background-color: #bdbdbd;
  color: #ffffff;
  padding: 1.2rem 1.7rem;
  cursor: pointer;
}

.m-one {
  border-radius: 10px;
  background-color: #faeb42;
  padding: 0.9rem;
}

.input-hidden {
  display: none;
}

.ml-test {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  width: 28rem;
  padding: 2rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #f0f1f1;
  z-index: 133;
}

.ml-test-img {
  width: 53%;
}

.ml-test-text {
  width: 45%;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1rem;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #282828;
}

.mbc-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-mbc {
  background-color: #fff;
  padding: 3rem 5.5rem;
}

.modal-mbc__form {
  width: 64%;
}

.modal-mbc__right {
  width: 31%;
}

.modal-mbc__right .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__right .phones__item {
  color: #2b2b33;
}

.modal-mbc__right .block-c__img {
  width: 1rem;
  height: 1rem;
}

.modal-mbc__right .block-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.cg {
  color: #999ca9;
}

.kvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kvm img {
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
}

.th-text {
  line-height: 1.8;
}

.th-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13rem;
  margin-left: 43%;
}

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

.back-close img {
  width: 0.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mts-img {
  left: 0;
  bottom: -3rem;
  width: 9rem;
  overflow: hidden;
  position: absolute;
}

.mts-img img {
  margin-bottom: -5rem;
  width: 100%;
}

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

.mn-left {
  width: 21rem;
  padding-right: 3rem;
  margin-right: -3rem;
  margin-top: 2rem;
}

.mn-left img {
  margin-top: -7rem;
  -webkit-transform: scale(1.1) translateX(7%);
  transform: scale(1.1) translateX(7%);
}

.mn-right {
  width: 30rem;
}

.mn__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn__form-block .inp-md {
  margin-right: 1%;
  margin-left: 1%;
}

.mn-name {
  position: absolute;
  bottom: -1.5rem;
  left: -0.3rem;
}

.mn-name .hp {
  font-variant: small-caps;
}

.close-b {
  right: 1rem;
  top: -0.5rem;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  padding-right: 0 !important;
}

.strd-s-item {
  width: 35%;
  position: relative;
}

.strd-s-item select {
  padding-left: .7rem;
  padding-right: .7rem;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.7rem;
  top: 50%;
  height: 2rem;
  width: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.end-soc-mod {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 90%;
}

.end-soc-mod .tiem {
  padding: 0.6rem;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
  margin-left: -1.4rem;
  margin-right: 0.6rem;
}

.bg-block {
  width: 55%;
  margin-left: 45%;
}

.soc-bef {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #00af47;
  opacity: 0;
  z-index: -1;
}

.hrd-soc {
  display: none;
}

.hrd-soc:checked ~ .soc-bef {
  opacity: 1;
}

.hrd-soc:checked ~ .tsm13 {
  color: #fff;
}

.maq {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.me-img {
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 10rem;
}

.overlay .mbrn {
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14rem;
  color: #fff;
}

.mdescr {
  position: relative;
  padding-left: 1.2rem;
}

.mdescr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #3fb450;
}

.btn-w1 {
  width: 13rem;
}

.mw1-img {
  position: absolute;
  width: 27rem;
  right: 0;
  bottom: 0;
  max-width: auto;
  max-height: auto;
}

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

.w2-block__left {
  width: 46%;
}

.w2-block__right {
  width: 46%;
}

.w2-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3rem 0;
}

.w2-list li img {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.thank-block-right {
  width: 60%;
}

.thank-block-right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thank-block-right-row .vid-slider__item {
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.thank-block-right-row .vid-slider__item.v2 {
  width: 100%;
}

.thank-block-left {
  width: 35%;
}

.thank-block-left .vid-slider__item {
  position: relative;
}

.vid-slider__img2 {
  height: 9rem;
}

.vid-slider__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.right-menu {
  position: fixed;
  right: 2rem;
  top: 40%;
  -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  border-radius: 33px;
  background-color: #ffffff;
  z-index: 333;
}

.right-menu__item {
  width: 3rem;
  height: 3rem;
  padding: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 3;
}

.right-menu__item:last-child {
  border: none;
}

.right-menu__item-hover {
  position: absolute;
  padding: 0.6rem;
  padding-right: 4rem;
  padding-left: 2rem;
  white-space: nowrap;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  border-radius: 33px 0 0 33px;
  background-color: #ffffff;
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(10%) scale(0);
  transform: translateX(10%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.right-menu__item:hover .right-menu__item-hover {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}

.to_top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0099e4), to(#0099e4));
  background-image: linear-gradient(to top, #0099e4 0%, #0099e4 100%);
}

.fsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mdis {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: -1rem;
  z-index: 5;
}

.mod-z {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
}

.right-m {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 14.5rem;
  -webkit-transform: translatex(45%);
  transform: translatex(45%);
}

.right-m.active {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.right-m-block {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: none;
}

.right-m-block-row {
  padding: 2rem 1rem 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.right-m-block-row2 {
  padding: 1rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-b {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.close-b:hover {
  opacity: 0.5;
}

.wom-m {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33;
  cursor: pointer;
}

.m-img {
  width: 10rem;
}

.insta-btn {
  margin-top: -1rem;
}

.thank-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thank {
  padding-bottom: 0;
}

.test-mod {
  padding: 3rem 0;
}

.prev-modal .close {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.prev-modal__cont {
  width: 100%;
  height: 100vh;
  -webkit-transition: all .9s;
  transition: all .9s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prev-modal__scroll {
  width: 70%;
  background-color: tomato;
  overflow: auto;
  height: 100vh;
  position: relative;
}

.prev-modal__right {
  width: 30%;
}

.right-content {
  background: #fff;
  height: 100vh;
  padding: 3rem 3rem 3rem 3.5rem;
  overflow: hidden;
  overflow-y: auto;
}

.right-content li {
  padding-left: 1.5rem;
  position: relative;
}

.right-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1rem;
  height: .5rem;
  background: url("../img/right.html") no-repeat center;
  background-size: 100%;
}

.right-content__btn {
  margin-top: 0;
  padding: 2rem 2rem !important;
  padding-right: 3.5rem !important;
}

.right-content__soc {
  margin-top: 3rem;
}

.right-content__soc .soc__item {
  width: 2.8rem;
  height: 2.8rem;
  padding: .8rem;
}

.to_top {
  background-color: #ff9401;
  background-image: none;
  right: 2.5rem;
  bottom: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.7rem;
}

.to_top:before {
  border: 0.8rem solid transparent;
  border-bottom: 1rem solid #fff;
}

@media (max-width: 900px) {
  html {
    font-size: 12px !important;
  }

  .container {
    max-width: 90vw;
  }

  .container-big {
    max-width: 90vw;
  }

  .container-sbig {
    max-width: 90vw;
  }

  .container-big2 {
    max-width: 90vw;
  }

  .container-min {
    max-width: 90vw;
  }

  .container-md {
    max-width: 90vw;
  }

  .container-md2 {
    max-width: 90vw;
  }

  .logo__sub {
    font-size: 8px;
  }

  .burger__wrap-block {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__wrap {
    position: fixed;
    z-index: 888;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    margin: 0;
    display: none;
  }

  .nav__wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }

  .nav__btns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .close-nav {
    display: block;
  }

  .nav a {
    font-size: 2rem;
    color: #282828;
  }

  .nav__img {
    margin-right: 0;
    width: 2rem;
    height: 2rem;
  }

  .nav__img svg {
    fill: #282828;
  }

  .lang {
    margin-right: 0;
  }

  .lang div.fancy-select {
    font-size: 1rem;
  }

  .lang div.fancy-select div.trigger {
    padding: 1rem 1rem;
    padding-left: 1.7rem;
    padding-right: 2.7rem;
    height: auto;
  }

  .lang div.fancy-select ul.options li {
    padding: .7rem 2.7rem;
    padding-left: 1.7rem;
  }

  .header__btns {
    display: none;
  }

  .burger__wrap-block {
    display: block !important;
  }

  .header::before {
    display: none;
  }

  .header .kr-text__text {
    color: #282828;
  }

  .header .call-bl__right a {
    color: #282828;
  }

  .header .call-bl__right .t12 {
    color: #282828;
  }

  .header .call-bl__right .link-hover-inv {
    color: #1cbc54;
  }

  .soc-ico {
    -webkit-box-shadow: 4px -1px 25px rgba(40, 39, 40, 0.2);
    box-shadow: 4px -1px 25px rgba(40, 39, 40, 0.2);
  }

  .soc-ico::before {
    display: none;
  }

  .main__man {
    right: -15rem;
    bottom: 0;
  }

  .main__left {
    width: 60%;
  }

  .main-num {
    position: relative;
    bottom: 0;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    margin-top: 2rem;
    padding: 2rem;
    padding-bottom: 1.5rem;
  }

  .test__quests {
    width: 100%;
  }

  .end-f {
    width: 40rem;
  }

  .fwork__left::before {
    display: none;
  }

  .fwork__left::after {
    display: none;
  }

  .fwork__text {
    width: 75%;
  }

  .fwork__text br {
    display: none;
  }

  .fwork-item__man {
    width: 22vw;
  }

  .fwork-item:nth-child(2) .fwork-item__man {
    width: 20vw;
  }

  .fwork-item__bg {
    pointer-events: none;
  }

  .fwork-item__list {
    font-size: 1.2rem;
  }

  .fwork-item__back {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .garant__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .garant__info-left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .garant__info-left .t14 {
    font-size: 1rem;
  }

  .tips__item br {
    display: none;
  }

  .tips__item .t15 {
    font-size: 1rem;
  }

  .title-bef .l-before {
    display: none;
  }

  .title-bef .r-before {
    display: none;
  }

  .vid-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .def__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .def__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .def__left .t16 {
    font-size: 1.2rem;
  }

  .def-right__top .t18 {
    font-size: 1.2rem;
  }

  .def-right {
    width: 100%;
  }

  .def-right__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .def-right__text {
    margin-bottom: 2rem;
  }

  .def-right__t {
    font-size: 1.2rem;
  }

  .scroll {
    display: none;
  }

  .info .title .r-before {
    display: none;
  }

  .group__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .group__left {
    margin-top: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .group__left .main-num__text {
    font-size: 1.2rem;
  }

  .group__right {
    width: 90%;
  }

  .blag__map {
    width: 70vw;
    right: -5rem;
  }

  .blag__item {
    width: 48%;
  }

  .blag__item .t24 {
    font-size: 1.5rem;
  }

  .blag__item .t24 br {
    display: none;
  }

  .blag__item .t17 {
    font-size: 1.2rem;
  }

  .blag__item .t17 br {
    display: none;
  }

  .blag__left {
    width: 48%;
  }

  .exp__block {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .exp__man {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: -4.25rem;
  }

  .exp__center {
    width: 100%;
  }

  .exp__center .t18 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .soc-bl__item {
    width: 3.5rem;
    padding: 0.8rem;
  }

  .exp-form input {
    font-size: 1rem;
  }

  .exp-form div.fancy-select div.trigger {
    font-size: 1rem;
  }

  .exp-form div.fancy-select ul.options li {
    font-size: 1rem;
  }

  .exp-form .t13 {
    font-size: 1rem;
  }

  .exp-form .btn {
    width: 100%;
    margin-bottom: 0.8rem;
  }

  .exp-form__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .exp-form__block {
    width: 24rem;
  }

  .exp__name {
    bottom: 7rem;
    left: 15%;
    -webkit-transform: translate(-53%, 0);
    transform: translate(-53%, 0);
    font-size: 1.2rem;
  }

  .exp .check-label {
    width: 1.3rem;
    height: 1.3rem;
  }

  .comp-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gtab__top .t22 {
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .gtab__hover {
    font-size: 1.1rem;
  }

  .seob__text:before {
    display: none;
  }

  .seob {
    width: 100%;
  }

  .footer__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__item {
    width: auto;
    margin-bottom: 2rem;
  }

  .footer__item .t18 {
    font-size: 1.3rem;
  }

  .footer__item .t16,
  .footer__item .t17 {
    font-size: 1.1rem;
  }

  .footer__item .t15 {
    font-size: 1rem;
  }

  .footer__item .t20 {
    font-size: 1.4rem;
  }

  .footer-bot {
    font-size: 1.1rem;
  }

  .vac-name__cir {
    pointer-events: none;
  }

  .vac-name {
    position: relative;
    right: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -5rem;
  }

  .main__cont_vac {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__cont_vac .main__left {
    width: auto;
  }

  .main__cont_vac .career__item .t20 {
    font-size: 1.2rem;
  }

  .navigation__block {
    font-size: 1.2rem;
  }

  .vac-name__text {
    font-size: 1.2rem;
  }

  .vac-name__text .t20 {
    font-size: 1.3rem;
  }

  .header .call-bl__right .t13 {
    font-weight: 400;
    font-size: 1rem;
  }

  .header .call-bl__right .t12 {
    font-weight: 400;
    font-size: .8rem;
  }

  .header .call-bl__right .t23 {
    font-size: 1.6rem;
  }

  .header .call-bl__right .t15 {
    font-weight: 500;
    font-size: 1rem;
  }

  .logo__text {
    font-size: 1.2rem;
  }

  .vac-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .vac-info__left {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 2rem;
  }

  .vac-info__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vac-info__right {
    font-size: 1.2rem;
  }

  .exp_vac .title br {
    display: none;
  }

  .exp_vac .garant__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .exp_vac .garant__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .exp_vac .garant__img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .doc .title br {
    display: none;
  }

  .dtab__fl {
    display: none;
  }

  .dtab__top {
    font-size: 1.2rem;
  }

  .dtab__top.r-before::after {
    display: none;
  }

  .dtab__top.r-before::before {
    display: none;
  }

  .dtab-cont__text {
    font-size: 1.2rem;
  }

  .dtab-cont__header {
    font-size: 1.4rem;
  }

  .dtab-cont__num {
    font-size: 2rem;
  }

  .offer_vac .garant__info-left {
    padding-left: 0;
  }

  .main__cont_ab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__cont_ab .main__man {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -4rem;
    margin-bottom: -2rem;
  }

  .main__cont_ab .main__left {
    width: 100%;
    text-align: center;
  }

  .main__cont_ab .main__left .title-lg {
    text-align: center;
    width: 100%;
  }

  .main__cont_ab .main__left .t32 {
    width: 100%;
    font-size: 1.7rem;
  }

  .main__cont_ab .main__left .t26 {
    font-size: 1.6rem;
  }

  .main__cont_ab .main__left .t26 br {
    display: none;
  }

  .main__cont_ab .main__left .t20 {
    font-size: 1.3rem;
  }

  .main__cont_ab .main__left .t20 br {
    display: none;
  }

  .main__cont_ab .main-num__item {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__cont_ab .main-num__text {
    font-size: 1.2rem;
  }

  .main__cont_ab .main-num__text br {
    display: none;
  }

  .main__cont_ab .main-num__num::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mission__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mission__right {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0;
  }

  .mission__right::before {
    display: none;
  }

  .mission__right::after {
    display: none;
  }

  .mission__left .exp__name {
    font-size: 1.4rem;
  }

  .mission__left .exp__name .t17 {
    font-size: 1.2rem;
  }

  .minds {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .minds__text {
    font-size: 1.2rem;
  }

  .minds__text br {
    display: none;
  }

  .worth__cir {
    pointer-events: none;
  }

  .worth__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .worth__left {
    margin-bottom: 4rem;
    width: 100%;
  }

  .worth__left .t16 {
    font-size: 1.1rem;
  }

  .worth__left .t20 {
    font-size: 1.4rem;
  }

  .worth__img {
    margin-top: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 0;
  }

  .worth__img .t22 {
    font-size: 1.4rem;
  }

  .worth__img .t17 {
    font-size: 1.1rem;
  }

  .worth__right {
    width: 100%;
  }

  .worth__card {
    width: auto;
    padding-right: 2rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    font-size: 1.3rem;
  }

  .worth__card .t19 {
    font-size: 1.1rem;
  }

  .blg__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blg__item {
    margin-bottom: 2rem;
    width: 30rem;
  }

  .blg-slider1__text {
    font-size: 1.2rem;
  }

  .blg-slider1__text br {
    display: none;
  }

  .blg-slider1__ph {
    width: 47%;
    height: 8rem;
  }

  .blg-slider1__logo {
    width: 47%;
  }

  .blg-slider1__logo img {
    width: 7rem;
  }

  .blg {
    padding-bottom: 3rem;
  }

  .main__cont_rew .main__man {
    margin-bottom: -4rem;
    -ms-flex-item-align: center;
    align-self: center;
    width: 37rem !important;
    margin-top: 2rem !important;
    margin-right: 0 !important;
  }

  .rew .t32 {
    font-size: 2.1rem;
  }

  .rew .t32 br {
    display: none;
  }

  .rew__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .rew__item .t16 {
    font-size: 1.1rem;
  }

  .rew__item .t16 br {
    display: none;
  }

  .rew__header {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .rew__header .l-before {
    display: none;
  }

  .ques__right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .ques__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ques__cont .t13 {
    font-size: 1rem;
  }

  .ques__man {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .exp__name {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.7rem;
  }

  .exp__name .t17 {
    font-size: 1.3rem;
  }

  .exp__name::before {
    display: none;
  }

  .exp__name::after {
    display: none;
  }

  .contacts__item {
    width: 100%;
  }

  .contacts__item .t18 {
    font-size: 1.3rem;
  }

  .contacts__item .t16 {
    font-size: 1.15rem;
  }

  .contacts__item .t15 {
    font-size: 1.1rem;
  }

  .contacts__item .t13 {
    font-size: 1rem;
  }

  .contacts__item .t20 {
    font-size: 1.6rem;
  }

  .cont-text__item:nth-child(3) a {
    font-size: 1.2rem;
  }

  .cont-text__bot .ph-bl__ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.1rem;
  }

  .map {
    height: 24rem;
  }

  .contacts {
    padding-top: 0;
  }

  .c-item__left .ph-bl__ico {
    width: 1.1rem;
  }

  .ntab-cont {
    width: 48%;
  }

  .ntab-cont__info {
    font-size: 1.1rem;
  }

  .n-date .t30 {
    font-size: 2rem;
  }

  .n-date .t14 {
    font-size: 1rem;
  }

  .ntab-cont__bot {
    font-size: 1.3rem;
  }

  .ntab__tab-item {
    font-size: 1.1rem;
  }

  .ntab__more {
    font-size: 1.4rem;
  }

  .main__cont_h .main__hg {
    position: relative;
    right: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -3.5rem;
    margin-bottom: -2rem;
  }

  .main__cont_h .line-text {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 2rem;
  }

  .error__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .error__img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 70vw;
  }

  .error__block {
    width: 21rem;
  }

  .news-rate__img {
    width: 1.8rem;
    margin-right: 0.5rem;
  }

  .news-rate__text {
    font-size: 1.3rem;
  }

  .news-bl__item {
    width: 48%;
  }

  .news-bl__header {
    font-size: 1.3rem;
  }

  .news-bl__btn .t16 {
    font-size: 1.2rem;
  }

  .vtab__tab-item {
    font-size: 1rem;
  }

  .vtab-cont__item .st-bg {
    pointer-events: none;
  }

  .vtab-cont__item .t16 {
    font-size: 1.2rem;
  }

  .vtab-cont__img {
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 1rem;
    width: 5rem;
  }

  .vtab-cont__item li:before {
    top: 0.6rem;
    width: 0.4rem;
    height: 0.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .vtab-cont__btn .t15 {
    font-size: 1.1rem;
  }

  .vtab-cont__item {
    width: 48%;
  }

  .vtab-cont__item .t30 {
    font-size: 1.8rem;
  }

  .thank-sect__item {
    width: 100% !important;
    height: 42vw !important;
  }

  .main__cont_th .video-b {
    position: absolute;
    width: 6rem;
    height: 6rem;
    padding: 1.8rem;
  }

  .main__cont_th .ab-city_item-pulse {
    width: 6rem;
    height: 6rem;
  }

  .main__cont_th .ab-item__pulse {
    width: 6rem;
    height: 6rem;
  }

  .sub-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-call .t28 {
    font-size: 2rem;
  }

  .modal-call .t17 {
    font-size: 1.2rem;
  }

  .modal-call .t18 {
    font-size: 1.25rem;
  }

  .modal-call .t15 {
    font-size: 1.1rem;
  }

  .modal-call .t14 {
    font-size: 1.2rem;
  }

  .modal-call .t13 {
    font-size: 1rem;
  }

  .modal-call__text {
    text-align: center;
    width: 100%;
  }

  .modal-call__text br {
    display: none;
  }

  .modal-call__bl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .modal-call__left {
    width: 80%;
  }

  .modal .st-bg {
    background-color: #e2e8ec;
  }

  .modal .st-bg img {
    display: none;
  }

  .modal-call__man {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .modal-call__img {
    margin-bottom: 1rem;
  }

  .modal-call__man-text::before {
    display: none;
  }

  .modal-call__man-text::after {
    display: none;
  }

  .modal-call__right {
    width: 65%;
  }

  .modal-call__right div.fancy-select {
    font-size: 1rem;
  }

  .modal-call__right .check-label {
    width: 1.1rem;
    height: 1.1rem;
  }

  .modal-call__right .check-box .t14 {
    font-size: 1rem;
  }

  .modal-obr__man {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
  }

  .modal-obr__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem;
    margin-bottom: -2rem;
  }

  .modal-obr__bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-obr .t16 {
    font-size: 1.2rem;
  }

  .modal-obr .t16 br {
    display: none;
  }

  .modal-obr__right {
    width: 80%;
  }

  .modal-obr__right div.fancy-select {
    font-size: 1rem;
  }

  .modal-obr.v2 .modal-obr__left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }

  .modal-obr.v2 .modal-obr__man {
    margin-bottom: 2rem;
  }

  .modal-obr.v2 .modal-obr__t {
    text-align: center;
    margin-bottom: 1rem;
  }

  .modal-obr.v2 .modal-obr__t br {
    display: none;
  }

  .modal-mon .st-bg img {
    display: block;
  }

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

  .modal-mon__left {
    margin-left: 0;
    margin-bottom: 0;
    width: 30rem;
  }

  .modal-mon__right {
    margin-right: 0;
    margin-bottom: 0;
    width: 30rem;
  }

  .modal-mon {
    height: 100%;
  }

  .modal-mon__block {
    height: 100%;
    bottom: 50%;
    top: auto;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  .modal-mon__block .title {
    font-size: 2rem;
  }

  .modal-mon__btn {
    width: auto;
  }

  .modal-mon__btn .t22 {
    font-size: 1.1rem;
  }

  .modal-mon__logo {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .modal-mon.v2 .modal-mon__right {
    right: 4rem;
  }

  .modal-mon.v2 .modal-mon__left {
    left: 2rem;
  }

  .modal-mon.v2 .modal-mon__btn {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 767px) {
  .main__man {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 25rem;
    margin-top: 2rem;
  }

  .main__left {
    width: 100%;
  }

  .main-num {
    margin-top: 0;
  }

  .main-btns {
    width: 100%;
  }

  .main-btns__left {
    font-size: 1.5rem;
  }

  .main__text {
    font-size: 1.2rem;
  }

  .main .main-vid__left {
    font-size: 1.2rem;
  }

  .fwork__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .fwork__left {
    margin-top: 2rem;
  }

  .fwork-item__front {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }

  .fwork-item__list {
    font-size: 1rem;
  }

  .fwork-item:nth-child(2) .fwork-item__man {
    right: 0;
  }

  .garant__top .fwork__left {
    margin-top: 2rem;
  }

  .garant__item {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .garant__block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .garant__info-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
  }

  .garant__ph {
    margin-bottom: 1rem;
  }

  .garant__block {
    margin-bottom: 1rem;
  }

  .tips__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
    margin-bottom: 2rem;
  }

  .tips-ph {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .tips-ph__left {
    height: 30rem;
  }

  .tips-ph__right {
    height: 30rem;
  }

  .tips__text {
    width: 100%;
  }

  .vid .title br {
    display: none;
  }

  .def__left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .career__text {
    width: 100%;
  }

  .career__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .career__item .t22 {
    font-size: 1.3rem;
  }

  .career__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .career__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 0.7rem;
  }

  .career__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .main-btns__left {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .career__btn {
    width: 18rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .career__btn .t16 {
    font-size: 1.2rem;
  }

  .ph-hover__text .t14 {
    white-space: normal;
    font-size: 1.1rem;
  }

  .ph-hover__text .t18 {
    font-size: 1.2rem;
  }

  .group-slider__item {
    height: auto;
  }

  .group-slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .ph-hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
  }

  .ph-hover .video-b {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .vac-name__text {
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 1rem;
  }

  .vac-name__text br {
    display: none;
  }

  .vac-name__text .r-before br {
    display: block;
  }

  .vac-name__text .r-before:after {
    display: none;
  }

  .vac-name__text .r-before::before {
    display: none;
  }

  .vac-name {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 2rem;
  }

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

  .vac-info .t32 {
    font-size: 2rem;
  }

  .vac-info .t32 br {
    display: none;
  }

  .vac-info .t30 {
    font-size: 1.9rem;
  }

  .vac-info__item {
    margin-left: 0;
    margin-right: 0;
    width: 47%;
  }

  .vac-info__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 23.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .exp_vac .garant__item {
    width: 47%;
  }

  .exp_vac .garant__item br {
    display: none;
  }

  .dtab-cont__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .dtab-cont__num {
    width: 100%;
    padding: 0;
    font-size: 3rem;
  }

  .dtab-cont__header {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.8rem;
  }

  .dtab-cont__text {
    width: 100%;
    font-size: 1.3rem;
  }

  .dtab-cont {
    padding: 2rem;
  }

  .dtab__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dtab__tab-item {
    width: 33%;
    margin-bottom: 0.3rem;
  }

  .cont-text__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cont-text__info-item {
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cont-text__info-item:last-child {
    margin-bottom: 0;
  }

  .cont-text__info .t15 {
    font-size: 1.4rem;
  }

  .cont-text__info .t15 br {
    display: none;
  }

  .c-item__left .t22 {
    font-size: 1.5rem;
  }

  .cont-text__info-item:nth-child(2) {
    width: 100%;
  }

  .cont-text__info-item:nth-child(3) {
    width: 100%;
  }

  .cont-text__info-item:nth-child(1) {
    width: auto;
  }

  .cont-text__info-item:nth-child(1) br {
    display: block;
  }

  .ntab-cont__bot {
    width: 100%;
  }

  .ntab-cont {
    width: 100%;
    height: 22rem;
  }

  .ntab__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .ntab__tab-item {
    margin-right: 0;
    width: 47%;
    margin-bottom: 1.2rem;
    text-align: center;
  }

  .history__right br {
    display: none;
  }

  .history__cont {
    margin-left: 10%;
    width: 85%;
  }

  .vtab__tab-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

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

  .modal-mon__right .modal-mon__text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .modal-mon__text {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
  }

  .modal-mon__left {
    width: 25rem;
  }

  .modal-mon__right {
    width: 25rem;
  }

  .modal-mon.v2 .modal-mon__text {
    right: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: auto;
  }
}

@media (max-width: 567px) {
  html {
    font-size: 14px;
  }

  .logo__text {
    display: none;
  }

  .logo__img {
    margin-right: 0;
  }

  .main__left .title-lg {
    text-align: center;
    width: 100%;
  }

  .main__left .title-lg br {
    display: none;
  }

  .main__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 32%;
  }

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

  .main__img {
    margin-bottom: .7rem;
    margin-right: 0;
  }

  .main-num__item {
    width: 47%;
    margin-bottom: 1rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-num__num::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main-num__text {
    font-size: 1.1rem;
  }

  .main__text br {
    display: none;
  }

  .main .line-text__text {
    font-size: 1.5rem;
  }

  .main-num {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main__cont {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .main__man {
    width: 17rem;
  }

  .main__btn {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .main__left .title-lg {
    font-size: 3rem;
  }

  .main .soc-ico {
    display: none;
  }

  .tiem.t2 {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }

  .tiem-img {
    width: 100%;
  }

  .tiem-block {
    margin-left: 0;
  }

  .checkbox-block {
    width: 100%;
  }

  .checkbox-block .white-space {
    white-space: normal;
  }

  .tiem-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tiem.t3 {
    width: 100%;
  }

  .tiem-block__right-img {
    width: 15rem;
    top: 0;
    right: 0;
  }

  .test-item_4 .tiem-block {
    min-height: auto;
    margin-bottom: 2rem;
  }

  .test-item__title {
    margin-bottom: 2rem;
  }

  .tiem-block.t2 {
    margin-bottom: 2rem;
  }

  .btns-text {
    display: none;
  }

  .quiz__next-wrap {
    width: 11rem;
    margin-right: 0;
  }

  .test-item_4 .tiem-block__right-img {
    position: relative;
    width: 24rem;
    margin-bottom: 2rem;
  }

  .test-item_4 .t16 {
    font-size: 1.2rem;
  }

  .test-item_5 .city-input {
    width: 22rem;
  }

  .test-item_5 .tiem-block {
    min-height: auto;
    margin-bottom: 3rem;
  }

  .test-item_6 .tiem-block {
    width: 100%;
  }

  .test-item_6 .tiem-block .t16 {
    font-size: 1.2rem;
  }

  .test-item_6 .tiem-block .tiem.t5 {
    width: 100%;
  }

  .test {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .test-item_7 .tiem-block__right-img {
    right: 0;
    width: 20rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .test-item_7 .tiem-block {
    min-height: auto;
  }

  .test-item_8 .tiem-block__right-img {
    right: 0rem;
    width: 25rem;
    -webkit-transform: none;
    transform: none;
  }

  .test-item_8 .tiem-block {
    min-height: auto;
  }

  .progress-bar {
    width: 100%;
  }

  .tiem-img {
    height: 11rem;
  }

  .tiem-img img {
    border-radius: 1.5rem;
  }

  .t-end .t2 {
    font-size: 1.2rem;
  }

  .case-check {
    margin-bottom: 2rem;
  }

  .end-f__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .end-f__block .check-line {
    margin-right: 0;
    margin-top: 1.5rem;
  }

  .end-f__block .check-line .t13 {
    font-size: .9rem;
  }

  .end-f__btn {
    width: 100%;
    margin-right: 0;
  }

  .end-f {
    width: 100%;
  }

  .end-f .input {
    width: 100%;
    margin-right: 0;
  }

  .fwork-item__man {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
    right: 0;
    left: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -2rem;
    width: 20rem;
  }

  .fwork-item:nth-child(2) .fwork-item__man {
    right: 1rem;
    width: 18rem;
  }

  .fwork-item__click {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .fwork-item__front {
    padding-bottom: 0;
  }

  .fwork__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fwork-item {
    width: 22rem;
    margin-bottom: 2rem;
  }

  .fwork-item:last-child {
    margin-bottom: 0;
  }

  .fwork-item__list li {
    width: 100%;
    font-size: 1.2rem;
  }

  .fwork__text {
    width: 100%;
  }

  .garant__item {
    width: 47%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .garant__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .garant__top .fwork__left img {
    pointer-events: none;
  }

  .garant__left-cir {
    pointer-events: none;
  }

  .garant__img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .tips-ph__left {
    height: 25rem;
  }

  .tips-ph__right {
    height: 25rem;
  }

  .tips-ph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tips-ph__left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .tips-ph__right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tips-ph__sm-bg {
    height: 10rem;
    width: 48%;
    margin-bottom: 1rem;
  }

  .vid-slider {
    width: 80%;
  }

  .slideNext {
    right: -3rem;
  }

  .slidePrev {
    left: -3rem;
  }

  .vid-slider__item {
    height: 12rem;
  }

  .offer__block {
    margin-bottom: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 48%;
  }

  .offer__left {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .offer .title {
    font-size: 2.7rem;
  }

  .def-right__t br {
    display: none;
  }

  .def-right__item {
    width: 48%;
  }

  .def-right__top .t18 {
    font-size: 1.4rem;
  }

  .def-right__top .t18 br {
    display: none;
  }

  .def__left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .def__img {
    width: 11rem;
  }

  .def__text {
    margin-top: 1rem;
  }

  .def__text br {
    display: none;
  }

  .info__item {
    width: 48%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info__item .t26 {
    font-size: 1.5rem;
  }

  .info__item .t17 {
    font-size: 1.1rem;
  }

  .info__item .t17 br {
    display: none;
  }

  .info__num::before {
    left: 36%;
  }

  .info .title {
    font-size: 2.6rem;
  }

  .career__item {
    width: 48%;
    margin-bottom: 1rem;
  }

  .group-slider {
    width: 80%;
  }

  .ph-hover {
    width: 15rem;
  }

  .ph-hover__text .t18 {
    font-size: 1.4rem;
  }

  .ph-hover__text .t14 {
    font-size: 1.3rem;
  }

  .group .title br {
    display: none;
  }

  .group .t32 br {
    display: none;
  }

  .group__item {
    width: 48%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .group .vid-slider__item {
    height: 14rem;
  }

  .group-gal .video-b {
    height: 5rem;
    width: 5rem;
    padding: 1.5rem;
  }

  .blag__map {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    width: 140vw;
  }

  .blag__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blag__cir {
    pointer-events: none;
  }

  .blag__left {
    margin-bottom: -8rem;
    width: 100%;
  }

  .blag__item .t24 {
    font-size: 1.3rem;
  }

  .blag__item .t17 {
    font-size: 1.1rem;
  }

  .exp__man {
    width: 25rem;
    margin-right: -5rem;
  }

  .exp__name {
    left: 12%;
  }

  .comp-slider {
    width: 70%;
  }

  .comp {
    padding-bottom: 2rem;
  }

  .comp .title br {
    display: none;
  }

  .gtab__item {
    width: 100%;
  }

  .footer__item {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 1.5rem;
  }

  .footer__item .t18 {
    font-size: 1.5rem;
  }

  .footer__item .t16,
  .footer__item .t17 {
    font-size: 1.5rem;
  }

  .footer__item .t15 {
    font-size: 1.3rem;
  }

  .footer__item .t20 {
    font-size: 1.6rem;
  }

  .footer__item .t12 {
    font-size: 1rem;
  }

  .footer-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-bot__item {
    margin-bottom: 1rem;
  }

  .header .call-bl__right .t13 {
    font-weight: 400;
    font-size: 1rem;
  }

  .header .call-bl__right .t12 {
    font-weight: 400;
    font-size: .8rem;
  }

  .header .call-bl__right .t23 {
    font-size: 1.6rem;
  }

  .header .call-bl__right .t15 {
    font-weight: 500;
    font-size: 1rem;
  }

  .main__cont_vac .line-text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .main__cont_vac .line-text__text {
    font-size: 2rem;
  }

  .main__cont_vac .main__left {
    width: 100%;
  }

  .main__cont_vac .main__btn {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-left: auto;
    margin-right: auto;
  }

  .vac-name {
    margin-bottom: -4rem;
  }

  .main__cont_vac {
    padding-top: 2rem;
  }

  .navigation__arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0;
  }

  .dtab__tab-item {
    width: 49.7%;
  }

  .offer_vac .garant__info-left {
    width: 100%;
  }

  .offer_vac .garant__info-left .t16 {
    font-size: 1rem;
  }

  .offer_vac .garant__ph {
    padding-bottom: 0;
    margin-bottom: .5rem;
  }

  .offer_vac .offer__text .t20 {
    font-size: 1.2rem;
  }

  .offer_vac .offer__text .t20 br {
    display: none;
  }

  .offer_vac .offer__text .offer__item {
    width: 49%;
  }

  .def .title {
    font-size: 2.5rem;
  }

  .navigation {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }

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

  .main__cont_ab .main__man {
    width: 110vw;
    margin-top: -2rem;
    margin-bottom: -4rem;
    margin-right: -5vw;
  }

  .main__cont_ab .main-num__item {
    width: 47%;
  }

  .mission__left {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mission__left .zi1 {
    width: 15rem;
  }

  .mission__left .exp__name {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 1rem;
  }

  .mission__left .exp__name::before {
    display: none;
  }

  .mission__left .exp__name::after {
    display: none;
  }

  .mission__right br {
    display: none;
  }

  .mission {
    padding-top: 4rem;
  }

  .minds__item {
    width: 48%;
  }

  .worth__left .info__item br {
    display: none;
  }

  .worth {
    padding-bottom: 4rem;
  }

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

  .worth__img .exp__name {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    right: 0;
    top: 0;
    margin-top: 1rem;
    text-align: center;
  }

  .worth__img .exp__name::before {
    display: none;
  }

  .worth__img .exp__name::after {
    display: none;
  }

  .worth__card br {
    display: none;
  }

  .worth__img {
    width: 15rem;
  }

  .worth__left .info__item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .blg__item {
    width: 23rem;
  }

  .blg {
    padding-bottom: 0;
  }

  .main__cont_rew .main__man {
    width: 28rem !important;
  }

  .rew__item {
    width: 100%;
  }

  .ques .ques__man {
    margin-right: 0;
    width: 22rem;
  }

  .ques .exp__name {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin-right: 0;
  }

  .contacts {
    margin-top: -4rem;
  }

  .contacts__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-item__left {
    width: 100%;
  }

  .c-item__right {
    width: 100%;
    height: 15rem;
    border-radius: 0 0 1rem 1rem;
  }

  .c-item__right iframe {
    border-radius: 0 0 1rem 1rem;
  }

  .c-item__left .t22 {
    text-align: center;
  }

  .cont-text__item {
    width: 100%;
  }

  .n-date {
    right: auto;
    left: 0;
    bottom: auto;
    top: 1.5rem;
    border-radius: 0 .4rem .4rem 0;
  }

  .ntab-cont {
    height: 19rem;
  }

  .main__cont_h .main__hg {
    margin-bottom: -4rem;
    width: 100vw;
  }

  .history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .history__left {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .history__cont {
    margin-left: auto;
  }

  .fb_solo {
    padding-top: 0;
    margin-top: -3rem;
    padding-bottom: 0;
  }

  .fb_solo .title-lg {
    text-align: center;
  }

  .error .line-text__line {
    display: none;
  }

  .error__img {
    width: 90vw;
  }

  .news-solo {
    padding-top: 0;
    margin-top: -3rem;
  }

  .news-solo__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-solo__header .n-date.v2 {
    top: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .news-solo__header .n-date.v2 .t14 {
    font-size: 1.3rem;
  }

  .news-solo__header .n-date.v2 .t30 {
    font-size: 2.5rem;
  }

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

  .n-date.v2 {
    top: 0;
  }

  .news-bl__item {
    width: 100%;
    margin-bottom: 2rem;
  }

  .news-bl__img {
    height: 15rem;
  }

  .news-bl {
    padding-top: 0rem;
    padding-bottom: 0;
  }

  .news-bl .title-lg {
    text-align: center;
  }

  .vtab-cont__item {
    width: 100%;
  }

  .vtab-cont__item .st-bg {
    background-color: #f1f6fa;
  }

  .vtab-cont__item .st-bg img {
    display: none;
  }

  .thank-sect {
    padding-bottom: 0;
  }

  .thank-sect .vid-slider__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__cont_th .video-b {
    width: 4.5rem;
    height: 4.5rem;
    padding: 1.3rem;
  }

  .main__cont_th .ab-city_item-pulse {
    width: 4.5rem;
    height: 4.5rem;
  }

  .main__cont_th .ab-item__pulse {
    width: 4.5rem;
    height: 4.5rem;
  }

  .thank-sect__btn .t16 {
    font-size: 1.1rem;
  }

  .header .call-bl__right .t13 {
    font-weight: 400;
    font-size: .9rem;
    white-space: nowrap;
  }

  .header .call-bl__right .t12 {
    font-weight: 400;
    font-size: .8rem;
    white-space: nowrap;
  }

  .header .call-bl__right .t23 {
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .header .call-bl__right .t15 {
    font-weight: 500;
    font-size: .9rem;
    white-space: nowrap;
  }

  .modal-norm {
    width: 24rem;
  }

  .modal-call {
    padding: 2rem 1rem;
  }

  .modal-call__right {
    width: 90%;
  }

  .modal-call .t14 {
    font-size: 1.1rem;
  }

  .modal-obr__left {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: -1.1rem;
    margin-bottom: -2.1rem;
  }

  .modal-obr__right {
    width: 90%;
  }

  .modal-mon__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    -webkit-transform: none;
    transform: none;
    bottom: 0;
    height: auto;
  }

  .modal-mon {
    height: 100vh;
  }

  .modal-mon__cir2 {
    display: none;
  }

  .modal-mon__left {
    margin-bottom: 5rem;
  }

  .modal-mon__left .modal-mon__text .title {
    margin-right: -5rem;
  }

  .modal-mon__text {
    bottom: 1rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .modal-mon__text .title {
    font-size: 1.8rem;
  }

  .modal-mon__btn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .modal-mon__btn .t22 {
    font-size: 1rem;
  }

  .modal-mon.v2 .modal-mon__left {
    width: 25rem;
    margin-bottom: 0;
    left: 0;
  }

  .modal-mon.v2 .modal-mon__left .modal-mon__text .title {
    margin-right: 0;
  }

  .modal-mon.v2 .modal-mon__right {
    width: 20rem;
    right: 0;
  }

  .modal-mon.v2 .modal-mon__text {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .modal-mon.v2 .modal-mon__right .modal-mon__text {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .modal-mon__cir1 {
    pointer-events: none;
  }

  .modal-mon__logo-img {
    width: 9rem;
  }

  .modal-mon__logo {
    margin-top: 1rem;
  }

  .modal-mon__logo .t24 {
    font-size: 1.2rem;
  }

  .modal-mon__left {
    margin-bottom: 7rem;
  }

  .modal-mon.v2 .modal-mon__btn {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 22rem;
  }

  .modal-mon.v2 .modal-mon__btn .t22 {
    letter-spacing: .15rem;
  }

  .modal-mon.v2 .modal-mon__left {
    width: 24.3rem;
  }

  .modal-mon__text .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.title.tac.mb.fw5.lh15.fade_in{
  background-color: #326295;
  padding: 15px;
  border-radius:10px;
  color:#fff;
}

.modal-mon__right .title.tac.mb.fw5.lh15.fade_in{
  background-color: #ff9401;
}
@media(min-width:1024px){
  .title.tac.mb.fw5.lh15.fade_in{
    font-size: 25px;
  }
}
@media(min-width:1366px){
  .title.tac.mb.fw5.lh15.fade_in{
    font-size: 30px;
  }
}

  /* Tüm sub-menu'ları başlangıçta gizle */
  .nav__wrap ul.sub-menu {
    display: none !important;
    opacity: 0 !important;
    transform: translateY(0%) scale(0) !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  
  /* DESKTOP için hover sistemi */
  @media (min-width: 769px) {
    .nav__wrap .menu-arrow {
      display: none !important;
    }
    
    .nav__wrap .menu-item-has-children {
      position: relative;
    }
    
    .nav__wrap .menu-item-has-children > a {
      display: block !important;
    }
    
    /* Desktop'ta varsayılan: gizli */
    .nav__wrap ul.sub-menu {
      display: none !important;
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      background: #ffffff !important;
      width: auto !important;
      z-index: 999 !important;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
      padding: 10px 0 !important;
      opacity: 0 !important;
      transform: translateY(0%) scale(0) !important;
      transition: all 0.4s !important;
    }
    
    /* Hover'da aç */
    .nav__wrap .menu-item-has-children:hover > ul.sub-menu {
      display: block !important;
      opacity: 1 !important;
      transform: translateY(0%) scale(1) !important;
    }
    
    .nav__wrap ul.sub-menu li {
      display: block;
    }
    
    .nav__wrap ul.sub-menu a {
      display: block;
      padding: 10px 20px;
      color: #282828;
      text-decoration: none;
      border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
    .nav__wrap ul.sub-menu a:hover {
      background: #ff9401;
      color: #ffffff;
    }
  }
  
  /* MOBIL menü stilleri */
  @media (max-width: 768px) {
    .nav__wrap .menu-item-has-children > a {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .nav__wrap .menu-arrow {
      font-size: 29px;
      font-weight: bold;
      margin-left: 10px;
      cursor: pointer;
      padding: 5px;
      user-select: none;
      display: inline-block;
    }
    
    .nav__wrap ul.sub-menu {
      display: none !important;
      background: rgba(0,0,0,0.2) !important;
      position: static !important;
      opacity: 1 !important;
      transform: none !important;
      padding: 0 !important;
    }
    
    /* Mobilde submenu açık olduğunda */
    .nav__wrap ul.sub-menu.mobile-open {
      display: block !important;
    }
    
    .nav__wrap ul.sub-menu li {
      margin: 0 !important;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .nav__wrap ul.sub-menu a {
      display: block;
      padding: 12px 20px;
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      font-size: 14px;
      position: relative;
    }
    
    .nav__wrap ul.sub-menu a:hover {
      color: white;
      background: rgba(255,255,255,0.05);
    }
  }


/* DİL DROPDOWN MENU STİLLERİ */
.lang-dropdown-custom {
  position: relative;
  display: inline-block;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.lang-current:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}

.lang-current img {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
}

.lang-current span:not(.lang-arrow) {
  color: white;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.lang-arrow {
  color: white;
  font-size: 10px;
  transition: transform 0.3s ease;
}

.lang-dropdown-custom.open .lang-arrow {
  transform: rotate(180deg);
}

.lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  list-style: none;
  margin: 8px 0 0 0;
  padding: 8px 0;
  min-width: 150px;
  z-index: 1000;
}

.lang-dropdown-custom.open .lang-list {
  display: block;
}

.lang-list li {
  margin: 0;
}

.lang-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: #282828;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.lang-list a:hover {
  background: #ff9401;
  color: white;
  padding-left: 20px;
}

.lang-list img {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
}

/* MOBİL DİL DROPDOWN */
@media (max-width: 768px) {
  .lang-dropdown-custom {
    margin-top: 15px;
  }
  
  .lang-list {
    left: auto;
    right: 0;
  }
}