:root {
  --fs: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-32: 32px;
  --fs-42: 42px;
  --fs-44: 44px;
  --w: #ffffff;
  --y: #ffce1b;
  --b: #242424;
  --b2: #1c1c1b;
  --g: #9fe133;
  --r: #f13232;
  --light-grey: #e5e5e5;
  --light-grey2: #f4f4f4;
}

/* body{
	filter:grayscale(1)!important;
} */

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

.breadcrumbs {
    display: none!important;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.hero-section .header-question h1 {
  font-size: 32px;
  line-height: 1.2;
  display: block;
  margin: 0;
}
.header-question h1 {
  font-size: 43px;
  display: block;
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* helping adds*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  font-family: Roboto, arial, sans-serif;
  background: #fafafa;
  color: black;
  position: relative;
  font-size: var(--fs);
  line-height: 1;
}

@media screen and (max-width: 992px) {
  body {
    background: white;
	margin-top: 110px;
  }
}

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
}

.global-wrapper {
  height: auto;
  min-height: 100vh;
  overflow-y: hidden;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hidden-block {
  position: absolute;
  left: -99999em;
  top: -99999em;
}

a {
  color: var(--b2);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #939393;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #939393;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #939393;
}

.container-underheader-section.mbl {
  display: none;
}

/* /helping adds*/
.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 44px;
  padding: 10px;
  border: none;
  background: var(--y);
  border-radius: 4px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.06);
  min-width: 160px;
  transition: all ease 0.3s;
  color: var(--b);
  text-decoration: none;
}

.button > * {
  font-weight: bold;
  font-size: var(--fs-16);
}

.button > span {
  position: relative;
}

.button:hover {
  opacity: 0.85;
  box-shadow: none;
}

.button:active > span {
  top: 2px;
}

.button.green {
  background: var(--g);
}

.button.black {
  background: var(--b2);
}

.button.gray {
  background: var(--light-grey2);
  box-shadow: none;
}

.button.dark-gray {
  background: var(--light-grey);
}

.button.small {
  min-height: 38px;
}

.button.small > * {
  font-size: var(--fs-16);
}

.header {
  /*grid-area: header;*/
  z-index: 5;
}

.header .container {
  z-index: 20;
}

.header__bottom {
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}

.header__bottom > .container {
  position: static;
}

.header__logo {
  min-width: 100px;
  max-width: 124px;
  height: 47px;
}

.header__top-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
}

.header__menu-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__menu-type ul {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}

.header__menu-type li {
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
  .header__menu-type li {
    margin: 0 11px;
  }
}

.header__menu-type li:hover,
.header__menu-type li.active {
  opacity: 0.5;
}

.header__menu-type a {
  color: var(--b);
  font-size: var(--fs-16);
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header__menu-type a {
    font-size: 14px;
  }
}

.header__icons {
  /*margin-right: 8%;*/
  display: -ms-flexbox;
  display: flex;
}

.header__icon-item {
  margin: 0 17px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__icon-item {
    margin: 0 9px;
  }
}

.header__icon-item a {
  display: -ms-flexbox;
  display: flex;
  color: black;
  align-items: center;
}

.header__icon-item .header__icon-text {
  font-size: var(--fs-16);
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header__icon-item .header__icon-text {
    font-size: 14px;
  }
}

.header__icon-img {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}
.header__icon-img img {
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.header__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.header__phone a {
  font-size: var(--fs-24);
  color: black;
  text-decoration: none;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header__phone a {
    font-size: var(--fs-20);
  }
}

.header__phone p {
  margin: 0;
  white-space: nowrap;
}

.header__bottom-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__main-button .button {
  min-width: 194px;
}

.header__main-button .button > * {
  font-size: var(--fs-16);
}

.header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header__menu a {
  text-decoration: none;
}

.header__menu-links {
  width: 100%;
  text-transform: uppercase;
}

.header__menu-links li {
  margin-right: 5%;
}

.header__menu-links li.active a {
  color: var(--y);
}

.header__menu-links li.active a:after {
  height: 4px;
}

.header__menu-links a {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: black;
}

.header__menu-links a > * {
  font-size: var(--fs-16);
}

.header__menu-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--y);
  transition: height ease 0.2s;
}

.header__menu-sublinks {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.15);
  z-index: 30;
}

.header__menu-sublinks a {
  color: black;
  letter-spacing: 0.01em;
  font-size: var(--fs-16);
  display: inline-block;
  max-width: 330px;
  line-height: 1.6;
  transition: all ease 0.2s;
}

.header__menu-sublinks a:hover {
  opacity: 0.8;
}

.header__menu-sublinks .group a {
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: var(--fs-20);
}

.header__menu-sublinks > ul > li {
  display: none;
  width: 100%;
}

.header__menu-sublinks > ul > li.active {
  display: block;
}

.header__menu-sublink {
  padding-top: 45px;
}

.header__menu-sublink-container {
  display: -ms-flexbox;
  display: flex;
}

.header__menu-sublink-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__menu-sublink-row {
  -ms-flex: 1;
  flex: 1;
}

.header__menu-sublink-row ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__menu-sublink-row li {
  margin-bottom: 23px;
}

.header__menu-sublink-commercial-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.header__menu-sublink-commercial-img img {
  max-width: 360px;
  max-height: 210px;
}

.header__menu-sublink-commercial-imgtext {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: white;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.header__menu-sublink-commercial-imgtext b,
.header__menu-sublink-commercial-imgtext strong {
  font-size: var(--fs-20);
}

.header__menu-sublink-commercial-imgtext p {
  margin: 0.5em 0;
}

.header__menu-sublink-commercial-text {
  font-size: var(--fs-20);
  font-weight: bold;
}

.header__menu-sublink-commercial-button .button {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__mobile-button {
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  border: none;
  padding: 0;
  padding-top: 6px;
  display: none;
}

.header__mobile-button span {
  height: 2px;
  width: 26px;
  background: #000;
  margin-bottom: 6px;
  position: relative;
  border-radius: 50px;
  transition: all ease 0.2s;
}

.header__mobile-button.active span:nth-of-type(2) {
  opacity: 0;
}

.header__mobile-button.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 8px;
}

.header__mobile-button.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -8px;
}

@media screen and (max-width: 1199px) {
  .header__icons {
    margin-right: 1%;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }
  .header__menu-sublink-commercial {
    width: 100%;
    max-width: 340px;
  }
  .header__mobile-button {
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo {
    width: 85px;
    height: 32px;
    min-width: auto;
  }
  .header__top {
    background: white;
  }
  .header__bottom,
  .header__menu-type,
  .header__icons {
    display: none;
  }
  .header__phone {
    margin-left: auto;
  }
  .header__phone a {
    margin-bottom: 0;
    text-decoration: underline;
    font-size: var(--fs-18);
  }
  .header__phone p {
    display: none;
  }
  .header__menu-sublink-commercial-img img {
    max-width: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .header__mobile-button {
    margin-left: 15px;
  }
  .header__phone a {
    font-size: var(--fs-14);
  }
}

.m-mobile {
  display: none;
  height: 100%;
}

.m-mobile .header__icons {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.m-mobile .header__icon-item {
  margin: 0;
}

.m-mobile__top {
  padding: 19px 0;
  background-color: #fff;
  margin-top: -20px;
  padding-top: 44px;
}

.m-mobile__top .container {
  display: -ms-flexbox;
  display: flex;
  z-index: 12;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-mobile__type {
  cursor: pointer;
}

.m-mobile__type a,
.m-mobile__type span {
  color: black;
  text-decoration: none;
  padding: 5px 15px 5px 0;
  display: inline-block;
}

.m-mobile__type-active {
  background: url(../images/icon/mini-arrow.svg) center right no-repeat;
}

.m-mobile__type-list {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

.m-mobile__middle {
  background: white;
  position: relative;
  z-index: 2;
}

.m-mobile__links a {
  text-decoration: none;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  color: black;
  font-size: var(--fs-16);
  letter-spacing: 0.01em;
}

.m-mobile__links ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.m-mobile__sublinks {
  display: none;
}

.m-mobile__main-link {
  display: -ms-flexbox;
  display: flex;
}

.m-mobile__links ul > li:last-of-type {
  display: none;
}

.m-mobile__main-link img {
  margin-right: 7px;
}

.m-mobile__main-link a {
  text-transform: uppercase;
  padding-right: 20px;
}

.m-mobile__main-link-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.m-mobile__main-link-arrow.active:after {
  transform: translateY(-50%) rotate(90deg);
}

.m-mobile__main-link-arrow:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 8px;
  right: 5px;
  top: 50%;
  background: url(../images/icon/arrow.svg) center center no-repeat;
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  transition: all ease 0.3s;
}

.m-mobile__bottom {
  background: white;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.select-region {
  position: absolute;
  top: -10px;
  left: -70px;
  z-index: 100;
}

.select-region--mobile .select-region__wrapper {
  left: auto;
  right: 10px;
  transform: none;
}

.select-region--mobile .select-region__second {
  width: 250px;
}

.select-region--mobile .select-region__second ul {
  column-count: 2;
}

.select-region p {
  margin: 0;
  line-height: 25px;
  font-size: var(--fs-16);
}

.select-region b {
  line-height: 25px;
  font-size: var(--fs-16);
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.select-region__wrapper {
  display: none;
  position: absolute;
  top: 40px;
  transform: translateX(-40%);
  background: var(--w);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
}

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

@media (max-width: 666px) {
  .select-region__wrapper {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 380px) {
  .select-region__wrapper {
    right: -20px;
  }
}

.select-region__wrapper.active {
  display: block;
}

.select-region_square_arrow {
  top: -8px;
  right: 20px;
  background: var(--w);
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .select-region_square_arrow {
    top: 35px;
    right: -8px;
  }
}

.select-region__first {
  width: 225px;
}

.select-region__second {
  width: 500px;
}
@media screen and (max-width: 666px) {
  .select-region__second {
    width: 360px;
  }
}

.select-region__second p {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #1c1c1b;
  margin-bottom: 20px;
}
@media screen and (max-width: 666px) {
  .select-region__second p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.select-region__second ul {
  list-style-type: none;
  padding-left: 0;
  column-count: 3;
  column-gap: 26px;
}

.select-region__second li {
  margin-bottom: 20px;
  white-space: nowrap;
}

.select-region__second li a {
  transition: 0.3s;
  font-size: 14px;
  line-height: 15px;
}
@media screen and (max-width: 666px) {
  .select-region__second li a {
    font-size: 11px;
    line-height: 12px;
  }
}

.select-region__second li a:hover {
  color: var(--y);
}

@media screen and (max-width: 1024px) {
  .select-region__second {
    top: 52px;
    right: 0;
    transform: translateX(0%);
  }
}

@media screen and (max-width: 500px) {
  .select-region__second {
    padding: 15px 10px 20px 10px;
  }
}
@media screen and (max-width: 400px) {
  .select-region__second {
    width: 296px;
  }
  .select-region__second li {
    white-space: initial;
    margin-bottom: 12px;
  }
  .select-region__second li a {
    font-size: 9px;
    line-height: 10px;
  }
}

.select-region__second-close-button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.select-region__second-close-button:after,
.select-region__second-close-button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #878787;
  transform: rotate(45deg);
  top: 10px;
  left: -0px;
}

.select-region__second-close-button:before {
  transform: rotate(-45deg);
  left: -0px;
}

.select-region_row_text {
  margin: 0 0 15px 0;
}

.select-region__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-region__buttons .select-region_button {
  cursor: pointer;
  color: var(--y);
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s;
}

.select-region__buttons .select-region_button:hover {
  color: var(--b2);
}

@media screen and (max-width: 1024px) {
  .select-region {
    top: -74px;
    left: auto;
    right: 0;
  }
}

.video-section {
  position: relative;
}

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

.video-section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-section__video {
  width: 100%;
  pointer-events: none;
}

.video-section__video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-section__video-container iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.video-section__video-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  content: "";
}

.video-section__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-section__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-section__text {
  max-width: 555px;
  color: white;
}

.video-section__title {
  letter-spacing: 0.01em;
  line-height: 1.18;
}

.video-section__title h1,
.video-section__title h2,
.video-section__title h3,
.video-section__title h4,
.video-section__title h5,
.video-section__title h6 {
  font-size: var(--fs-44);
}

.video-section__subtitle {
  font-size: var(--fs-24);
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.video-section__addition p {
  display: inline-block;
  background: var(--y);
  border-radius: 4px;
  color: black;
  font-size: var(--fs-24);
  padding: 5px 13px;
  margin: 0;
}

.video-section__benefits {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.video-section__benefits-item {
  width: 100%;
  max-width: 190px;
  font-size: var(--fs-16);
}

.video-section__benefits-item p {
  margin: 0;
  margin-bottom: 4px;
}

.video-section__benefits-item b {
  font-size: var(--fs-42);
  position: relative;
}

.video-section__benefits-item b span {
  position: absolute;
  left: 100%;
  top: 9px;
  font-size: var(--fs-16);
}

.video-section__benefits-title {
  color: var(--y);
}

@media screen and (max-width: 992px) {
  .video-section__video {
    display: none;
  }
  .video-section__container {
    position: relative;
    padding: 30px 0;
  }
  .video-section__holder {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-section__text {
    max-width: 100%;
  }
  .video-section__form {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-section__title h1,
  .video-section__title h2,
  .video-section__title h3,
  .video-section__title h4,
  .video-section__title h5,
  .video-section__title h6 {
    font-size: var(--fs-32);
    margin: 0.45em 0;
  }
  .video-section__subtitle {
    font-size: var(--fs-20);
  }
  .video-section__benefits {
    margin-top: 22px;
  }
}

.input-countries {
  position: relative;
  margin: 10px 0;
}

.charity-page-form-row .input-countries {
  margin: 0;
}

.input-countries select::-ms-expand {
  display: none;
}

.input-countries__wrapper {
  position: relative;
  width: 100%;
  max-width: 290px;
  height: 52px;
}

.input-countries__wrapper--standart {
  margin-bottom: 15px;
}

.input-countries__wrapper--select {
  position: relative;
}

.input-countries__wrapper--select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}

.input-countries__select-country {
  width: 26px;
  height: 19px;
  position: absolute;
  left: 11px;
  top: 48%;
  transform: translateY(-50%);
  cursor: pointer;
  box-sizing: content-box;
  padding-right: 10px;
}

.input-countries__select-country img {
  width: 26px;
  height: 19px;
  -o-object-fit: cover;
  object-fit: cover;
}

.input-countries__select-country:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  top: 10px;
  right: 0;
}

.input-countries__label {
  display: none;
}
.non-scroll {
  overflow-y: hidden;
}
.input-countries__tag {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 16px;
  border-radius: 12px;
  background: #ffffff;
}

.call-popup .input-countries__tag,
.calc-form .input-countries__tag {
  border: 1px solid #a9a9a9;
}

.input-countries__tag::placeholder {
  color: #939393;
}

.input-countries__tag.error {
  border-color: red;
}

.input-countries__select-tag {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
}

.fancybox-toolbar {
  display: none !important;
}
.fancybox-infobar {
  display: none !important;
}

.input-countries__select-tag.error {
  border-color: red;
}

.input-countries__select-tag:invalid {
  color: #939393;
}

.input-countries__select-tag:disabled {
  color: #939393;
  opacity: 0.8;
}

.input-countries__select-tag option {
  color: #000;
}

.input-countries__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 1;
  border-radius: 4px;
}

.input-countries__list-item {
  padding: 4px 10px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-countries__list-item:hover {
  background: var(--light-grey);
}

.input-countries__list-item img {
  width: 26px;
  height: 19px;
  -o-object-fit: cover;
  object-fit: cover;
}

.input-countries__list-country-name {
  margin: 0 10px;
}

.input-countries__list-country-code {
  opacity: 0.7;
}

.input-countries .tel-mask {
  padding-left: 70px;
}

@media screen and (max-width: 1024px) {
  .input-countries__wrapper {
    height: auto;
    max-width: 100%;
  }

  .charity-page-form-row .input-countries__wrapper {
    height: auto;
  }
}

.callback-form {
  width: 100%;
  max-width: 342px;
  min-width: 250px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  background: white;
  padding: 32px 30px;
}

.callback-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.callback-form form p {
  font-size: 16px;
  line-height: 24px;
}
.callback-form small a {
  text-decoration: underline;
  color: var(--y);
}

.callback-form small a:hover {
  text-decoration: none;
  color: var(--b2);
}

.callback-form .button {
  margin: 0;
}

.callback-form .button {
  margin-top: 20px;
  margin-bottom: 15px;
}

.callback-form .input-countries {
  margin: 5px 0 10px;
}

.callback-form .input-countries input {
  height: 48px;
  border: 1px solid #939393;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .callback-form {
    padding: 24px;
    border-radius: 16px;
    width: 100%;
    max-width: 100%!important;
  }
  .callback-form .button {
    margin: 10px 0 0 10px;
    width: 100%;
    max-width: 100%!important;
  }
}

.coutner-work {
  background: #ffffff;
  color: var(--b2);
  padding: 54px 0;
}

.coutner-work .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.coutner-work .container .coutner-work-row {
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.coutner-work__item {
  padding-left: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex: 1;
  flex: 1;
}

.coutner-work__item.animate-delay {
  opacity: 0;
  transform: translateY(50%);
  transition: all ease 0.3s;
}

.coutner-work__item.animate-delay.animated {
  opacity: 1;
  transform: translateY(0);
}

.coutner-work__title {
  color: var(--b2);
  font-size: var(--fs-42);
  font-weight: bold;
}

.coutner-work__text {
  font-size: var(--fs-16);
  line-height: 25px;
  margin-top: 0;
  max-width: 230px;
}

@media screen and (max-width: 992px) {
  .coutner-work {
    padding: 30px 0;
  }
  .coutner-work__title {
    font-size: var(--fs-32);
  }
  .coutner-work__text {
    margin-top: 5px;
    max-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .coutner-work .container {
    margin: 0 auto;
    max-width: 430px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coutner-work .container .coutner-work-row {
    width: 100%;
  }
  .coutner-work .container .coutner-work__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 666px){
  .coutner-work__text{
    max-width: none;
  }
}

@media screen and (max-width: 426px) {
  .coutner-work .coutner-work-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coutner-work .coutner-work__item {
    margin: 0 auto 20px auto;
  }
  .coutner-work .container .coutner-work__item-margin {
    margin-right: auto;
  }
}

.underheader-section {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  padding: 40px 0;
}
.hero-section.underheader-section {
  font-family: "Inter", sans-serif;
  height: auto;
  background: var(--b);
  padding: 78px 0 60px;
}
.underheader-section__img {
  height: 100%;

}

@media (max-width: 800px) {
  .underheader-section__img {
  
    height: 100%;
  }
}

.underheader-section__img > img {
  height: 100%;
  border-radius: 32px;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top:0;
  left: 0;
}

#mainUnderheader {
  position: relative;
}
.hero-section .underheader-section__container {
  max-width: 58.333333%;
  flex: auto;
  position: relative;
}
.underheader-section__container {
  flex: 1;
  position: relative;
}
.hero-section.underheader-section .container-underheader-section {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  background: none;
  height: auto;
  overflow: hidden;
}
.underheader-section .container-underheader-section {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  gap: 8px;
  max-width: 1440px;
}

.underheader-section .input-countries__list {
  z-index: 45;
}
#mainUnderheader.hero-section.underheader-section .header-info-block {
  padding: 0;
  max-width: 33.333333%;
  height: auto;
  margin: 0;
}
.underheader-section .header-info-block {
  max-width: 573px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--b2);
  padding: 40px;
  border-radius: 32px;
}

.underheader-section .hero-block {
	display: block;
	width: 100%;
  height: 100%;
}

.underheader-section .hero_img {
  display: block;
  z-index: 16;
  max-width: 479px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 150px;
  margin-top: -429px;
  position: relative;
}

.underheader-section .yellow-ellipse-bg {
  z-index: 10;
  position: relative;
  left: 6rem;
  margin: 118px 0 0 0;
  background: var(--y);
  width: 430px;
  height: 423px;
  border-radius: 50%;
}

.underheader-section .offer-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 258px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* background: var(--w); */
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.underheader-section .offer-block .plus-item {
  z-index: 30 !important;
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
  background: var(--y);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.07);
  display: block;
  width: 100%;
  max-width: 32px;
  height: 32px;
  padding: 6px 0 0 6px;
}

.underheader-section .offer-block .plus-item .plus-img {
  position: absolute;
}

.underheader-section .offer-block .plus-item .minus-img {
  position: absolute;
  transform: rotate(0deg);
}

.underheader-section .offer-block .plus-item .minus-img.rotate {
  transform: rotate(90deg);
}

.underheader-section .offer-block .offer-block-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: var(--b2);
  font-weight: 500;
}

.underheader-section .first-offer-block {
  z-index: 16;
  top: 93px;
  right: 379px;
}

.underheader-section .first-offer-block_one {
  z-index: 16;
  top: 467px;
  left: 0;
}

.underheader-section .first-offer-block_two {
  z-index: 17;
  top: 350px;
  left: 0;
}

.underheader-section .second-offer-block {
  margin-right: 5px;
  z-index: 17;
  top: 230px;
  left: 0;
}

.underheader-section .first-row-offer-block {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  padding: 15px 10px 15px 15px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.underheader-section .second-row-offer-block {
  display: none;
  padding: 0 11px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.underheader-section .second-row-offer-block > div {
  display: flex;
  align-items: center;
  min-height: 64px;
}

.underheader-section .second-row-offer-block .offer-block-text-open {
  font-size: 13px;
  line-height: 16px;
}
.underheader-section .header-question {
  font-size: 36px;
  line-height: 100%;
  font-weight: bold;
  color: var(--w);
}
.underheader-section .header-question h1{
  font-size: 36px;
}


.underheader-section .header-question span {
  color: var(--y);
}
.hero-section.underheader-section .under-question-text {
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.underheader-section .question-discount{
  width: 100%;
  margin: 0 0 24px 0;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--w);
  border-radius: 16px;
  align-items: center;
  background: linear-gradient(90deg, #0085ff 0%, #9747ff 100%);
}
.underheader-section .question-discount-title{
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.underheader-section .question-discount-price{
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.underheader-section .under-question-text {
  font-size: 20px;
  line-height: 120%;
  color: #D9D9D9;
  margin: 24px 0;
}
.hero-section.underheader-section .declare-block {
  margin-top: 16px;
  height: auto;
}

.underheader-section .declare-block .declare-block-header {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: var(--w);
  font-weight: bold;
}

.underheader-section .declare-block .declare-row {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4px;
}
.hero-section.underheader-section .header-info-block .declare-block .pick-up-btn{
  max-width: 100%;
  margin-left: 0;
}
.underheader-section .declare-block .pick-up-btn {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  z-index: 10;
  border-radius: 12px;
  padding: 19px 0;
}

.underheader-section .declare-block .moto_btn {
  max-width: 192px;
}

.underheader-section .declare-block .pick-up-btn:hover {
  opacity: 0.85;
  box-shadow: none;
}
.underheader-section .declare-block .margin-off {
  margin: 0;
  width: 50%;
}
.hero-section.underheader-section .declare-block .declare-row{
  max-width: 100%;
}
.hero-section.underheader-section .declare-block .margin-off{
  margin: 20px 0;
  width: 100%;
}
.hero-section.underheader-section .declare-block .margin-off .input-countries__wrapper{
  max-width: 100%;
}
.hero-section.underheader-section .declare-block .header-name-input{
  width: 100%;
}
.underheader-section .declare-block .header-name-input {
  border: none;
  padding: 0 16px;
  background: var(--w);
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  max-width: 50%;
  border-radius: 12px;
  flex-grow: 1;
}

.underheader-section .declare-block .header-name-input::placeholder {
  color: rgba(28, 28, 27, 0.7);;
}

.underheader-section .declare-block .header-name-input.error {
  border-color: red;
}
.hero-section.underheader-section .declare-block .agreement-text {
  margin-top: 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
}
.underheader-section .declare-block .agreement-text {
  margin-top: 16px;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.underheader-section .declare-block .agreement-text .agreement_a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.underheader-section .declare-block .agreement-text .agreement_a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1220px) {

  .underheader-section .header-info-block {
    margin-top: 0;
  }
  .underheader-section .header-question {
    font-size: 37px;
    line-height: 46px;
  }

  .underheader-section .second-offer-block {
    /* left: 378px;
    top: 325px; */
    right: 0;
    left: 10px;
  }
  .underheader-section .first-offer-block_two {
    right: 0;
    left: 10px;
  }

  .underheader-section .first-offer-block_one {
    left: 10px;
  }
  .underheader-section .yellow-ellipse-bg {
    margin: 72px 0 0 0;
  }
}

@media (max-width: 1090px) {
  .underheader-section .hero_img {
    max-width: 305px;
    margin-top: -262px;
  }
  .underheader-section .under-question-text {
    font-size: 16px;
    line-height: 22px;
  }
  .underheader-section .first-offer-block {
    top: 47px;
    right: 342px;
  }
  .underheader-section .second-offer-block {
    /* left: 228px; */
    /* top: 433px; */
  }
  /* .underheader-section .under-question-text {
    width: 90%;
  } */
  .underheader-section .first-offer-block_two {
    right: 42px;
  }
  .underheader-section .first-offer-block_one {
    /* top: 411px; */
    /* right: 310px; */
  }
  .underheader-section .yellow-ellipse-bg {
    width: 300px;
    height: 300px;
    margin: 175px 0 0 0;
  }
}

@media screen and (max-width: 1024px) {

  .underheader-section .header-info-block .declare-block .moto_btn {
    max-width: 160px;
    font-size: 13px;
  }
  .underheader-section
    .header-info-block
    .declare-block
    .input-countries__wrapper {
    height: 52px;
  }
  .underheader-section .header-info-block .declare-block .tel-mask {
    padding-left: 55px;
  }
  .underheader-section .container-underheader-section {
    margin: 0 auto;
  }
  .underheader-section .header-info-block {
    padding-top: 60px;
    margin: 0 auto;
  }
  .underheader-section .header-info-block {
    margin: 0;
  }
  .underheader-section .header-question {
    font-size: 29px;
    line-height: 35px;
  }
  .underheader-section .first-offer-block_one {
    /* top: 442px;
    right: 310px; */
  }
}

@media screen and (max-width: 930px) {
  .underheader-section .hero_img {
    margin-top: -275px;
    margin-left: 107px;
  }
  .underheader-section .first-offer-block {
    /* top: 61px;
    right: 213px; */
  }
  .underheader-section .second-offer-block {
    /* left: 149px;
    top: 419px; */
  }
  .underheader-section .yellow-ellipse-bg {
    left: 3rem;
    margin: 188px 0 0 0;
  }
  .underheader-section .header-question {
    font-size: 30px;
    line-height: 35px;
  }
  .underheader-section .first-offer-block_one {
    /* top: 448px;
    right: 323px; */
  }
  .underheader-section .first-offer-block_two {
    /* right: -5px;
    top: 130px; */
  }

  /* .underheader-section .declare-block .agreement-text {
    width: 80%;
  } */
}
.underheader-section .question-discount.desc {
 display: flex;
}
.underheader-section .question-discount.mob{
  display: none;
}
@media screen and (max-width: 850px) {
  .underheader-section__img > img {
    position: relative;
  }
  .underheader-section__container{
    flex: initial;
  }
  .underheader-section .question-discount.desc {
    display: none;
  }
  .underheader-section .question-discount.mob{
    display: flex;
  }
  .hero-question-block {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 24px;
  }
  .underheader-section{
    padding: 0;
  }
  .underheader-section .question-discount-title{
    font-size: 16px;
  }
  .underheader-section .question-discount-price{
    font-size: 18px;
  }
  .underheader-section .container-underheader-section{
    flex-wrap: wrap;
    padding: 0;
    background: var(--b2);
    border-radius: 32px;
    gap: 0;
  }
  .underheader-section .declare-block .margin-off{
    width: 100%;
  }
  .underheader-section .header-info-block{
    order: 1;
    max-width: 100%;
    padding: 24px;
  }
  .underheader-section .header-info-block .declare-block .declare-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .underheader-section .declare-block .declare-block-header{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .underheader-section .declare-block .agreement-text{
    margin-top: 24px;
  }
  .underheader-section .declare-block .header-name-input {
    max-width: 100%;
  }
  .underheader-section .header-info-block .declare-block .pick-up-btn {
    font-size: 14px;
  }
  .underheader-section .declare-block .declare-row{
    margin-top: 8px;
  }
  .underheader-section .header-info-block .declare-block .tel-mask {
    padding-left: 73px;
    font-size: 13px;
  }
  .underheader-section .header-info-block .declare-block .input-countries__tag {
    padding-right: 7px;
  }
  .underheader-section .first-offer-block_one {
    right: 273px;
    /* top: 338px; */
  }
}

@media screen and (max-width: 800px) {
  .underheader-section {
    min-height: 600px;
  }

  #mainUnderheader {
    display: flex;
    flex-direction: row-reverse;
  }

  .underheader-section .container-underheader-section {
    /* -ms-flex-direction: column;
        flex-direction: column;
    width: calc(100% - 250px); */
    padding: 0 0 0 15px;
  }

  .underheader-section__container {
    
  }
  .underheader-section .header-info-block {
  }
  .underheader-section .header-info-block .declare-block {
   
  }
  .underheader-section .header-info-block .declare-block .tel-mask {
 
  }
  /* .underheader-section
    .header-info-block
    .declare-block
    .input-countries__wrapper {
    max-width: 455px;
  } */

  .underheader-section .header-info-block .declare-block .margin-off {
    width: 100%;
  }
  /* .underheader-section .header-info-block .declare-block .declare-row {
    margin: 20px auto 0 auto;
    max-width: 455px;
  } */
  .underheader-section .header-info-block .declare-block .pick-up-btn {
    height: 52px;
    font-size: 14px;
  }
  .underheader-section .header-info-block .declare-block .tel-mask {
    padding-left: 70px;
  }
  .underheader-section .hero_img {
    margin-top: -274px;
    margin-left: 180px;
  }
}

@media screen and (max-width: 666px) {
  .underheader-section {
    min-height: auto;
  }

  .underheader-section .header-question > div {
    width: 100%;
  }

  /* .underheader-section__img > img {
    object-position: -265px 0;
  } */

  .underheader-section .header-info-block {
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  .underheader-section .under-question-text {
    width: 100%;
  }

  .underheader-section .header-question {
    width: 100%;
    font-size: 32px;
    line-height: 35px;
  }

  .underheader-section__img {
    /* display: none; */
    max-width: 100%;
    min-width: 100%;
  }
  .underheader-section .container-underheader-section {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
  }

  .underheader-section .header-info-block .declare-block {
    max-width: 100%;
    width: 100%;
  }

  .underheader-section .hero-block {

  }
  .underheader-section .hero_img {
    max-width: 255px;
    margin: -232px auto 0 auto;
  }
  .underheader-section .first-offer-block {
    position: static;
    top: 0;

    left: unset;
    transform: none;
  }
  .underheader-section .second-offer-block {
    position: relative;
    position: static;
    /* left: 0;
    top: 0;
    right: 0; */
    top: 0;
    left: unset;
    transform: none;
  }
  .underheader-section .first-offer-block_two {
    position: static;
    right: auto;
    top: 0;
    left: unset;
    transform: none;
  }
  .underheader-section .first-offer-block_one {
    position: static;
    right: auto;
    top: 0;
    left: unset;
    transform: none;
  }
  .underheader-section .yellow-ellipse-bg {
    width: 250px;
    height: 250px;
    left: -2rem;
    margin: 40px auto 0 auto;
  }
  .underheader-section .offer-block {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    /* max-width: 584px; */
  }
  .underheader-section .offer-block .plus-item .minus-img {
    transform: rotate(90deg);
  }
  .underheader-section .offer-block .second-row-offer-block {
    display: block;
  }

  .underheader-section .offer-block .plus-item {
    display: none;
  }

  .underheader-section .offer-block .first-row-offer-block .offer-block-text {
    font-size: 16px;
    line-height: 18px;
  }
  .underheader-section__container {
    margin: 0;
  }
}
@media screen and (max-width: 566px){
  .underheader-section .hero-block {
    height: 400px;
  }
}
/* @media (max-width: 575px) {
  .underheader-section__img > img {
    object-position: -365px 0;
  }
}

@media (max-width: 525px) {
  .underheader-section__img > img {
    object-position: -490px 0;
  }
}

@media (max-width: 375px) {
  .underheader-section__img > img {
    object-position: -540px 0;
  }
} */


@media screen and (max-width: 480px) {
  .underheader-section .offer-block .first-row-offer-block {
    height: auto;
    padding: 5px 7px 5px 10px;
    border-radius: 0;
  }
  .underheader-section .offer-block .first-row-offer-block .offer-block-text {
    margin: auto 0;
    font-size: 15px;
    line-height: 17px;
  }
  .underheader-section .offer-block .second-row-offer-block {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 7px;
  }
  .underheader-section
    .offer-block
    .second-row-offer-block
    .offer-block-text-open {
    margin: auto 0;
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and (max-width: 425px) {
  .underheader-section {
    height: 882px;
  }
  .underheader-section .hero-block {
    /* margin-top: 40px; */
  }

  .underheader-section .hero_img {
    max-width: 191px;
    margin: -178px auto 0 auto;
  }
  .underheader-section .yellow-ellipse-bg {
    width: 180px;
    height: 180px;
  }
  .underheader-section .first-offer-block {
    top: 290px;
  }
  .underheader-section .under-question-text {
    margin-top: 15px;
  }
  .underheader-section .declare-block {
    margin-top: 20px;
  }
  .underheader-section .declare-block .pick-up-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 376px) {
  .underheader-section .yellow-ellipse-bg {
    left: -1rem;
  }
  .underheader-section .header-info-block .declare-block {
    font-size: 12px;
  }
  .underheader-section .header-info-block .declare-block .tel-mask {
    padding-left: 73px;
    font-size: 13px;
  }
  .underheader-section .header-info-block .declare-block .pick-up-btn {
    font-size: 13px;
  }
  .underheader-section .offer-block .first-row-offer-block {
    height: 70px;
  }
  .underheader-section .offer-block .first-row-offer-block .offer-block-text {
    font-size: 16px;
    line-height: 20px;
  }
  .underheader-section .offer-block .second-row-offer-block {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 5px;
  }
  .underheader-section
    .offer-block
    .second-row-offer-block
    .offer-block-text-open {
    font-size: 12px;
    line-height: 14px;
  }
}

.page_editor p {
  margin: 20px 0 20px 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--b2);
}

.page_editor img {
  width: 100%;
  max-width: 26px;
  height: auto;
}

.article_container img {
  max-width: 100%;
}

.page_editor h1,
.page_editor h2,
.page_editor h3,
.page_editor h4,
.page_editor h5,
.page_editor h6 {
  text-align: left;
  letter-spacing: 0.01em;
  color: var(--b2);
  font-weight: bold;
  margin: 10px 0;
}

.page_editor h1 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 30px;
}

@media screen and (max-width: 666px) {
  .page_editor h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 350px) {
  .page_editor h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

.page_editor h2 {
  font-size: 37px;
  line-height: 41px;
}

.page_editor h3 {
  color: #242424;
  font-size: 24px;
  line-height: 120.7%;
}

.page_editor h4 {
  font-size: 20px;
  line-height: 120.7%;
  color: #242424;
}

.page_editor h5 {
  font-size: 18px;
  line-height: 120.7%;
  color: #242424;
}

.page_editor h6 {
  margin: 10px 0 3px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--b2);
  opacity: 0.8;
}

.page_editor ol li,
.page_editor ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--b2);
  margin: 10px 0 10px 0;
  text-align: left;
}

.page_editor ol li::marker,
.page_editor ul li::marker {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: var(--y);
}

.page_editor ul li::marker {
  font-size: 24px;
}

.page_editor table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 2px solid var(--w);
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: var(--w);
}

.page_editor table td,
.page_editor table th {
  padding: 7px 17px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--b2);
  border: 1px solid #a9a9a9;
}

.page_editor table th {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  opacity: 0.8;
}


html body .header__top-holder .active-city {
  color: var(--y);
}

.swiper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}
.hero-section .mobile-view {
  display: none;
}
.hero-section .desctop-view {
  display: block;
}
.hero-section .swiper {
  width: 716px;
  padding: 10px 0;
}

.hero-section .swiper-slide {
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  height: 547px;
  padding: 16px;
  background-position: top  center;
}

.hero-section .swiper-slide.special-slide  h3{
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #000;
  margin: 0;
}
.hero-section .swiper-slide.special-slide .slide-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.hero-section .swiper-button-prev::after, .hero-section .swiper-button-next::after {
  content: none;
}
.hero-section .swiper-button-prev, .hero-section .swiper-button-next {
  width: 40px;
}
.hero-section .swiper-button-prev{
  left: 8px;
}
.hero-section .swiper-button-next{
  right: 250px;
  transform: rotate(180deg);
}
.hero-section .swiper-wrapper{
  left: -120px;
}
.hero-section .slide-content-cases{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
hero-section .swiper-slide{
  position: relative;
}
.hero-section .swiper-slide.swiper-slide.special-slide::before{
  content: none;
}
.hero-section .swiper-slide::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 58.39%, rgba(0, 0, 0, 0.7) 100%);
}
.hero-section .slide-content-cases{
  position: relative;
  z-index: 2;
}
.hero-section .slide-content-cases h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: var(--w);
  max-width: 175px;
  margin: 0;
}
.hero-section .tags-box{
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
.hero-section .tags-box .cases-tags{
  padding: 4px 8px;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: var(--w);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  width: fit-content;
}
@media (max-width: 767px) {
  .hero-section.underheader-section{
    padding: 0 0 60px;
    background: #3D3D3D;
  }
  
  .hero-section .mobile-view {
    display: block;
  }
  .hero-section .desctop-view {
    display: none;
  }
  .hero-section.underheader-section .container-underheader-section {
    padding: 0;
    flex-direction: column;
  }
  .hero-section.underheader-section .header-info-block{
    max-width: 100%;
    padding: 0 16px;
    order: 1;
  }
  .hero-section .underheader-section__container{
    order: 0;
    background: var(--b);
    max-width: 100%;
    width: 100%;
    padding:  24px 16px 18px;
    margin: 0;
  }
  .hero-section .underheader-section__container h1{
    font-size: 32px;
    font-weight: 700;
    etter-spacing: -0.05em;
    line-height: 120%;
    color: var(--w);
    margin-bottom: 12px;
    margin-top: 0;
  }
  .hero-section.underheader-section .header-info-block .declare-block{
    background: #1C1C1B;
    padding: 32px;
    margin-top: 32px;
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
  }
  .hero-section.underheader-section .header-info-block .declare-block .declare-row{
    margin: 0;
    max-width: 100%;
  }
  .hero-section.underheader-section .header-info-block .declare-block .margin-off{
    max-width: 100%;
    margin: 4px 0 0 0;
  }
  .hero-section.underheader-section .header-info-block .declare-block .pick-up-btn{
    height: 70px;
    border-radius: 16px;
    max-width: 100%;
    margin-top: 24px;
  }
  .hero-section.underheader-section .declare-block .header-name-input{
    height: 52px;
    background: #3D3D3D;
    border-radius: 8px;
    color: var(--w);
  }
  .hero-section.underheader-section .declare-block .header-name-input::placeholder{
    color: var(--w);
  }
  .hero-section.underheader-section .header-info-block .declare-block .input-countries__wrapper{
    height: 52px;
  }
  .hero-section.underheader-section .header-info-block .declare-block .input-countries__wrapper input::placeholder{
    color: var(--w);
  }
  .hero-section.underheader-section .header-info-block .declare-block .input-countries__wrapper input{
    background: #3D3D3D;
    color: var(--w);
    border-radius: 8px;
  }
  .hero-section.underheader-section .input-countries__select-country:after{
    border-width: 7px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent;
    top: 7px;
    right: -5px;
  }
  .hero-section.underheader-section .declare-block .agreement-text{
    margin: 16px auto 0;
    color: var(--w);
    text-align: center;
  }
  .hero-section .swiper{
    width: 100%;
    margin-top: 24px;
  }
  .hero-section .swiper-wrapper{
    left: -17.3%;
  }
  .hero-section .swiper-slide{
    height: 357px;
  }
  .hero-section .swiper-button-prev, .hero-section .swiper-button-next {
    display: none;
  }
  .hero-section .swiper-slide:nth-child(1n) h3{
    font-size: 14px;
  }
  .hero-section .swiper-slide:nth-child(1n) .slide-content{
    justify-content: space-between;
  }
  .hero-section .swiper-slide:nth-child(1n) .slide-content div{
    color: var(--w);
  }
  .hero-section .header-question h2{
    margin-top: 0;
    margin-bottom: 4px;
    color: var(--w);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
  }
  .hero-section .header-question .under-question-text{
    max-width: 100%;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    color: var(--w);
    line-height: 140%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .hero-section .swiper-slide.special-slide::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .hero-section .swiper-slide .slide-content{
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 500px){
  .hero-section .swiper-wrapper{
    left: -8.7%;
  }
}

.select__by-key {
  margin: 60px 0 0 0;
}

.select__by-key .info__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.select__by-key .info__blocks-block {
  width: calc(25% - 30px);
  max-width: 261px;
  margin: 0 15px 95px 15px;
}

.select__by-key .info__blocks-block .block__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 98px;
  margin: 0 auto 28px auto;
}

.select__by-key .info__blocks-block .block__img-wrap img {
  max-width: 100%;
}

.select__by-key .info__blocks-block .block__desc * {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1C1C1B;
  margin: 0;
}

.select__key-how-it-works {
  margin-bottom: 110px;
}

.select__key-how-it-works .works__info-block {
  display: flex;
  align-items: center;
}

.select__key-how-it-works .works__info-block:nth-child(even) .block__img-wrap {
  order: 2;
  margin: 0;
  margin-left: auto;
}

@media only screen and (max-width: 575px) {
  .select__key-how-it-works .works__info-block:nth-child(even) .block__img-wrap {
    order: unset;
    margin: 0;
  }
}

.select__key-how-it-works .works__info-block .block__img-wrap {
  width: 100%;
  max-width: 526px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 575px) {
  .select__key-how-it-works .works__info-block .block__img-wrap {
    margin: 0;
  }
}

.select__key-how-it-works .works__info-block .block__img-wrap img {
  max-width: 100%;
}

.select__key-how-it-works .works__info-block .block__desc {
  width: 100%;
  max-width: 358px;
}

.select__key-how-it-works .works__info-block .block__desc > * {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1C1C1B;
  opacity: 0.8;
  margin: 0;
}

.select__key-how-it-works .works__info-block .block__desc > h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1C1C1B;
  margin: 0 0 18px 0;
}

.select__key-how-it-works .works__info-block .block__desc > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select__key-how-it-works .works__info-block .block__desc > ul li {
  position: relative;
  padding-left: 10px;
}

.select__key-how-it-works .works__info-block .block__desc > ul li::before {
  content: '-';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1C1C1B;
  opacity: 0.8;
}

.select__key-appeal-us .appeal-us__item .appeal-us__img {
  display: flex;
  align-items: center;
}

.select__key-solve-task {
  margin: 70px 0 145px 0;
}

.select__key-service-cost {
  margin-bottom: 57px;
}

.select__by-expert-garantie.two-blocks .garantie__blocks {
  display: flex;
  margin: 0 -55px;
}

.select__by-expert-garantie.two-blocks .garantie__blocks .garantie__blocks-block {
  width: calc(50% - 110px);
  margin: 0 55px;
}

.select__by-expert-garantie.two-blocks .garantie__blocks .garantie__blocks-block .block__img-wrap {
  max-width: 129px;
  margin-right: 30px;
}

.select__by-expert-garantie .garantie__desc {
  width: 100%;
  max-width: 712px;
  margin: 0 0 39px 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1C1C1B;
}

.select__by-expert-garantie .garantie__blocks-block {
  display: flex;
  align-items: flex-start;
}

.select__by-expert-garantie .garantie__blocks-block .block__img-wrap {
  width: 100%;
  max-width: 145px;
  margin-right: 70px;
}

.select__by-expert-garantie .garantie__blocks-block .block__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}

.select__by-expert-garantie .garantie__blocks-block .block__info * {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1C1C1B;
  opacity: 0.8;
}

.select__by-expert-garantie .garantie__blocks-block .block__info h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #242424;
}

.select__by-expert-garantie .garantie__blocks-block .block__info p {
  margin-bottom: 20px;
}

.select__by-expert-garantie .garantie__blocks-block .block__info ul {
  list-style: none;
  margin-bottom: 44px;
}

.select__by-expert-garantie .garantie__blocks-block .block__info ul li {
  position: relative;
  padding-left: 19px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #1C1C1B;
}

.select__by-expert-garantie .garantie__blocks-block .block__info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.select__by-expert-garantie .garantie__blocks-block .block__info ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFCE1B;
}

.credit__phone-form {
  position: relative;
  width: 100%;
  max-width: 359px;
}

.credit__phone-form > * {
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.01em;
  margin: 0;
  color: #1C1C1B;
}

.credit__phone-form > h1 {
  font-size: 38px;
  line-height: 47px;
  letter-spacing: -0.004em;
}

.credit__phone-form > h2 {
  font-size: 40px;
  line-height: 47px;
  letter-spacing: -0.004em;
  margin: 0 0 16px;
}

.credit__phone-form > h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.credit__phone-form > form {
  margin: 34px 0 19px;
}

.credit__phone-form > form > .input-countries {
  margin: 0 0 24px;
}

.credit__phone-form > form > .input-countries .input-countries__wrapper {
  max-width: 100%;
}

.credit__phone-form > form > .input-countries .input-countries__wrapper .input-countries__select-country {
  top: 38%;
  pointer-events: none;
}

.credit__phone-form > form > .input-countries .input-countries__wrapper .input-countries__select-country::after {
  display: none;
}

.credit__phone-form > form > button {
  width: 100%;
  height: 48px;
}

.credit__phone-form > .form__agreement {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.06em;
}

.credit__phone-form > .form__agreement > a {
  color: var(--y);
  text-decoration: underline;
}

.credit__first {
  position: relative;
  background-color: #1C1C1B;
}

.credit__first .first__rounds {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.credit__first-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 802px;
  height: 100%;
}

.credit__first-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.credit__first .credit__phone-form {
  z-index: 2;
  margin-left: 153px;
  padding: 127px 0 183px;
  max-width: 552px;
}

.credit__first .credit__phone-form > h1 {
  margin: 0 0 107px;
  color: #fff;
}

.credit__first .credit__phone-form > h1 > span {
  color: var(--y);
}

.credit__first .credit__phone-form > h4 {
  margin: 0 0 20px;
  color: #fff;
}

.credit__first .credit__phone-form > form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 19px;
}

.credit__first .credit__phone-form > form > .input-countries {
  margin: 0 24px 0 0;
}

.credit__first .credit__phone-form > form > button {
  max-width: 131px;
  margin: 0;
}

.credit__first .credit__phone-form .form__agreement {
  color: rgba(255, 255, 255, 0.6);
}

.credit__blocks {
  display: flex;
  height: 520px;
}

.credit__blocks-block {
  position: relative;
  width: 100%;
  max-width: 50%;
  height: inherit;
  display: flex;
  justify-content: center;
}

.credit__blocks-block .block__info {
  position: relative;
  width: 100%;
  max-width: 358px;
}

.credit__blocks-block .block__info > * {
  font-size: var(--fs-16);
  line-height: 24px;
  letter-spacing: 0.01em;
}

.credit__blocks-block .block__info > h2 {
  font-size: var(--fs-42);
  line-height: 49px;
  margin: 0 0 22px;
}

.credit__blocks-block .block__info > p {
  margin: 0 0 24px;
}

.credit__blocks-block .block__info > a {
  display: inline-block;
  padding: 14px 26px;
  background-color: #1C1C1B;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  transition: all .2s linear;
  color: #FFD747;
  font-weight: bold;
  line-height: 19px;
}

.credit__blocks-block .block__info > a:hover {
  opacity: 0.85;
  box-shadow: none;
}

.credit__second .credit__blocks-block {
  padding: 119px 16px 0;
}

.credit__second .credit__blocks-block.credit__second-left {
  justify-content: flex-end;
  background-color: #FFD747;
  padding-right: 114px;
}

.credit__second .credit__blocks-block.credit__second-left .second__bg {
  width: 447px;
  height: 409px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.credit__second .credit__blocks-block.credit__second-left .second__passport {
  width: 151px;
  height: 189px;
  position: absolute;
  bottom: 0;
  left: 153px;
}

.credit__second .credit__blocks-block.credit__second-right {
  justify-content: flex-start;
  background-color: #1C1C1B;
  padding-left: 114px;
}

.credit__second .credit__blocks-block.credit__second-right .second__bg2 {
  width: 566px;
  height: 302px;
  position: absolute;
  top: 42%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.credit__second .credit__blocks-block.credit__second-right .second__documents {
  width: 257px;
  height: 189px;
  position: absolute;
  bottom: 0;
  right: 144px;
}

.credit__second .credit__blocks-block.credit__second-right .block__info > * {
  color: #fff;
}

.credit__second .credit__blocks-block.credit__second-right .block__info > a {
  background-color: var(--y);
  color: var(--b);
}

.credit__third {
  position: relative;
  height: 746px;
  overflow: hidden;
}

.credit__third-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.credit__third-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.credit__third .credit__phone-form {
  padding-top: 130px;
  max-width: 584px;
  margin: 0 auto;
}

.credit__third .credit__phone-form > h2,
.credit__third .credit__phone-form > p {
  text-align: center;
  color: #fff;
}

.credit__third .credit__phone-form > form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit__third .credit__phone-form > form .input-countries {
  margin: 0 21px 0 0;
}

.credit__third .credit__phone-form > form > button {
  max-width: 233px;
  margin: 0;
}

.credit__third .credit__phone-form .form__agreement {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 30px;
}

.credit__fourth .credit__blocks-block.credit__fourth-left {
  padding: 63px 16px 40px;
}

.credit__fourth .credit__blocks-block.credit__fourth-right {
  background-color: #FFD747;
  align-items: center;
  padding: 2rem;
}

.credit__fourth .credit__blocks-block.credit__fourth-right .right__img-wrap {
  width: 100%;
  max-width: 606.55px;
  height: 438px;
}

.credit__fourth .credit__blocks-block.credit__fourth-right .right__img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .credit__phone-form > form > button {
    height: 42px;
  }
  .credit__first-bg {
    width: 375px;
    height: 100%;
  }
  .credit__first .credit__phone-form {
    margin-left: 30px;
    padding: 82px 0;
  }
}

@media only screen and (max-width: 991px) {
  .select__by-key {
    margin: 0;
  }
  .select__by-key .info__blocks-block {
    margin-bottom: 50px;
  }
  .select__key-how-it-works {
    margin-bottom: 40px;
  }
  .select__key-solve-task {
    margin: 0 0 20px 0;
  }
  .select__key-service-cost {
    margin-bottom: 20px;
  }
  .select__by-expert-garantie.two-blocks .garantie__blocks .garantie__blocks-block .block__img-wrap {
    max-width: 93px;
  }
  .select__by-expert-garantie.two-blocks .garantie__blocks {
    margin: 0 -15px;
  }
  .select__by-expert-garantie.two-blocks .garantie__blocks .garantie__blocks-block {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .credit__blocks {
    height: auto;
  }
  .credit__phone-form > h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
  }
  .credit__phone-form > form {
    margin-top: 32px;
  }
  .credit__first .first__rounds {
    display: none;
  }
  .credit__first .credit__phone-form {
    max-width: 415px;
  }
  .credit__first .credit__phone-form > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 28px;
  }
  .credit__first .credit__phone-form > h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .credit__second .credit__blocks-block {
    padding-bottom: 234px;
  }
  .credit__second .credit__blocks-block.credit__second-left {
    padding-right: 16px;
    justify-content: center;
  }
  .credit__second .credit__blocks-block.credit__second-right {
    padding-left: 16px;
    justify-content: center;
  }
  .credit__second .credit__blocks-block.credit__second-left .second__passport {
    width: 90px;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  .credit__second .credit__blocks-block.credit__second-right .second__documents {
    width: 176px;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .credit__fourth .credit__blocks-block.credit__fourth-right .right__img-wrap {
    height: auto;
  }
  .credit__blocks-block .block__info > h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .select__by-key .info__blocks-block {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 666px) {
  .select__by-expert-garantie {
    padding-bottom: 40px;
  }
  .select__by-expert-garantie .garantie__blocks-block {
    flex-direction: column;
    align-items: center;
  }
  .select__by-expert-garantie .garantie__blocks-block .block__img-wrap {
    max-width: 93px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .select__by-expert-garantie .garantie__blocks-block .block__info {
    display: flex;
    flex-direction: column;
  }
  .select__by-expert-garantie.two-blocks .garantie__blocks {
    flex-direction: column;
    margin: 0;
  }
  .select__by-expert-garantie.two-blocks .garantie__blocks .garantie__blocks-block {
    width: 100%;
    margin: 0;
  }
  .select__by-expert-garantie.two-blocks .garantie__blocks .garantie__blocks-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .credit__blocks {
    flex-wrap: wrap;
  }
  .credit__blocks-block {
    max-width: 100%;
  }
  .credit__blocks-block {
    max-width: 100%;
  }
  .credit__first {
    display: flex;
    flex-wrap: wrap;
  }
  .credit__first-bg {
    order: 2;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 478px;
  }
  .credit__first .credit__phone-form {
    margin: 0 auto;
    padding: 82px 16px 33px;
    max-width: 347px;
  }
  .credit__first .credit__phone-form > form {
    flex-wrap: wrap;
  }
  .credit__first .credit__phone-form > form > .input-countries {
    width: 100%;
    margin: 0 0 24px;
  }
  .credit__first .credit__phone-form > form > button {
    max-width: 100%;
  }
  .credit__third {
    height: 693px;
  }
  .credit__third .credit__phone-form {
    padding: 69px 16px 0;
    max-width: 345px;
  }
  .credit__third .credit__phone-form > h2,
  .credit__third .credit__phone-form > p {
    text-align: left;
  }
  .credit__third .credit__phone-form > form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .credit__third .credit__phone-form > form .input-countries {
    width: 100%;
    margin: 0 0 24px;
  }
  .credit__third .credit__phone-form > form > button {
    max-width: 100%;
    margin: 0;
  }
  .credit__third .credit__phone-form .form__agreement {
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .select__key-how-it-works .works__info-block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .select__key-how-it-works .works__info-block:not(:last-child) {
    margin-bottom: 44px;
  }
  .select__key-how-it-works .works__info-block .block__img-wrap {
    margin: 0 0 25px 0;
    max-width: 346px;
  }
  .select__key-how-it-works .works__info-block .block__img-wrap img {
    max-width: 100%;
  }
  .select__key-how-it-works .works__info-block:nth-child(even) .block__img-wrap {
    order: unset;
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 424px) {
  .select__by-key .info__blocks-block {
    width: calc(100% - 30px);
    margin-bottom: 35px;
  }
  .credit__blocks-block .block__info > a {
    width: 100%;
    text-align: center;
  }
}

body {
    font-family: inter;
}

@media (max-width: 800px) {
    /* .underheader-section__img {
        position: absolute;
        top: 400px;
        right: 0;
        height: 100%;
        filter: none;
    } */
  
      .underheader-section .container-underheader-section {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }
  
  

    .header-question h1 {
    font-size: 32px;
    display: block;
    margin: 0;
    line-height: 120%;
}

    div#mainUnderheader {
    background: #fff;
    height: auto;
}



    .underheader-section__img > img {
        /* object-position: 52% -150px;
        height: 125%; */
      border-radius:16px;
        /* transform: translate(-50%, -50%); */
    }


.underheader-section__img {}
  
  .header__top {
    background: #fff;
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

header.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: none;
    z-index: 30;
}

button.header__mobile-button.js-header__mobile-button {
    box-shadow: none;
    background: none;
}

.header__phone a {
    text-decoration: none;
    /* border-bottom: solid 1px #363636; */
    margin-top: 2px;
}
  
  .container-underheader-section.mbl {
    display: flex;
    flex-direction: column;
    padding: 40px 16px;
    background: #1c1c1b;
}

.container-underheader-section.mbl div {
    margin-bottom: 8px!important;
    padding: 16px;
    background: #333;
    border-radius: 16px;
}

.container-underheader-section.mbl div p {
    padding: 0px;
    margin: 0px;
  color: #aaa!important;
  line-height: 120%!important;
}

.container-underheader-section.mbl div h3 {
    margin-bottom: 8px;
    font-size: 16px;
  line-height: 120%!important;
}
  
      .container-underheader-section.mbl h2 {
        font-size: 24px!important;
        line-height: 120%!important;
        color: #fff;
        margin: 0 0 24px 0!important;
        max-width: 96%;
    }
  
  
  div#mainWeGarantie h2 {
    font-size: 24px;
    line-height:120%;
}

.we-save-new__content-item-text {
    font-size: 16px!important;
    line-height: 120%!important;
    color: #aaa!important;
    margin-bottom: 24px!important;
}

div#mainWeGarantie {
    padding-top: 40px!important;
}

div#mainWeGarantie * {
    font-family: Inter!important;
}

.we-save-new__top-item {
    font-size: 12px!important;
}

.we-save-new__slider-item-img {
    border-radius: 16px!important;
    overflow: hidden!important;
}

.we-save-new__top {
    border-radius: 8px!important;
}

.we-save-new__top-item.js-we-save-new__btn.active {
    border-radius: 4px!important;
}

.container {
    padding: 0px 16px;
}
  
  .we-save-new__slider-item-text {
    line-height: 120%;
}

.we-save-new__slider-item-title {
    font-size: 20px;
    line-height: 120%;
}
  
  .adversting-first__title h5 {
    font-size: 24px!important;
    line-height: 120%!important;
}
  
#mainChecks  .checks__mark-list-mobile {
    display: none!important;
}

#mainChecks .container {
    max-height: none!important;
}

#mainChecks .checks__car {
    display: none!important;
}

#mainChecks .slick-list.draggable {
    height: auto!important;
    padding: 0px;
}

#mainChecks .slick-track {transform: none!important;}

#mainChecks .checks__slide {
    flex-direction: column;
    height: auto!important;
    flex-wrap: nowrap!important;
}

#mainChecks .checks__slide-block {
    left: auto!important;
    right: auto!important;
    width: 100%!important;
    max-width: none!important;
    padding: 16px;
    height: auto!important;
}

#mainChecks .slick-slide {
    height: auto!important;
}

#mainChecks .checks__slide-content {
    max-width: none;
}

#mainChecks .checks__slide-img {
    flex-shrink: 0;
    background: #333!important;
}

#mainChecks .checks__slide-block {
    background: #f5f5f5;
    border-radius: 16px;
    margin-bottom: 8px;
    flex-direction: column;
    gap: 12px;
}

.checks__slide-title h3 {
    font-size: 20px!important;
}

#mainChecks button.slick-prev.slick-arrow {
    display: none!important;
}

#mainChecks button.slick-next.slick-arrow {
    display: none!important;
}

#mainChecks ul.slick-dots {
    display: none!important;
    z-index: -1!important;
    opacity: 0;
}

div#mainChecks h2 {
    font-size: 24px;
}

div#mainChecks .section-title {
    padding-top: 40px;
}
  
#mainChecks  .checks__slider {
    display: block!important;
}
  
      #mainWeSave .we-save__item img {
        margin: 0;
        width: 100%;
        display: none;
    }
  
      .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
        font-size: 24px;
        line-height: 120%;
    }
  
  .button {
    min-height: 54px;
    border-radius: 16px;
    box-shadow: none;
    font-size: 16px;
}

}


@media screen and (max-width: 992px) {
    .adversting-second__title h1, .adversting-second__title h2, .adversting-second__title h3, .adversting-second__title h4, .adversting-second__title h5, .adversting-second__title h6 {
        font-size: 24px!important;
    }
}


@media screen and (max-width: 1024px) {
    .service-cost__info {
        padding: 24px!important;
    }
	
	    .service-cost__item {
        display: block;
        max-width: 100%;
        box-shadow: none;
        margin: 0px!important;
    }
	
	    .service-cost__item-wrap {
        box-shadow: none!important;
		border-radius: 16px!important;
    }
	
	    .service-cost {
        padding-top: 0;
        background: #f5f5f5!important;
    }
	
	.service-cost__wrapper {
    width: 100%;
    overflow: visible!important;
}
	
	.slick-track {
    gap: 16px;
		overflow: visible!important;
		margin-left: -16px!important;
}
	.slick-list.draggable {
    overflow: visible;
}
	
	    .expert-card {
        width: 50%;
        padding: 8px!important;
    }
	
	.expert-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding: 8px!important;
}
	
	.expert-card-box {
    border-radius: 16px!important;
    background: white;
    box-shadow: none!important;
    height: 100%;
    overflow: hidden;
}
	
	    .solve-task .container {
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
	
	.solve-task__slider-item {
        margin: 0px!important;
    }
	
	.solve-task__slider-item-wrap {
        box-shadow: none!important;
        border-radius: 16px!important;
    }
	.solve-task .slick-dots {
        bottom: auto!important;
        margin-top: 24px!important;
    }
	
	.solve-task {
        margin-top: 0;
        padding-bottom: 40px!important;
    }
	
	.calc-form .container {
    position: relative;
    height: auto!important;
    max-width: 1010px;
}
	
	    .review-clients__item {
        margin: 0px!important;
    }
	
	.review-clients__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 10px;
    background: #fff;
    border-radius: 16px!important;
    box-shadow: none!important;
    overflow: hidden;
}
	
	.review-clients .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
	
	.we-save-new__slider .slick-track {
    margin-left: 0px !important;
}
	
	.main {
    overflow-x: hidden;
}
	
	.we-save-new__slider {
        margin: 0px!important;
    }
	
	.we-save-new__slider-item-wrap {
        padding: 0px!important;
    }
	
	.faq__list-elem {
        padding: 16px!important;
    }
	
	.faq__header-icon {
    box-shadow: none!important;
}
	
	    .faq__header-title {
        margin-left: 16px!important;
    }
	
	.faq__content {
    margin-top: 24px!important;
}
	
	    .faq__header {
        margin-bottom: 0px!important;
    }
	
	.adversting-third .adversting-third-wrap {
    background-color: #1c1c1c;
    padding-bottom: 55px;
    border-radius: 16px!important;
}
	
	.adversting-third input {
    margin-right: 20px;
    max-width: auto!important;
    height: 48px;
    min-width: auto!important;
    width: 100%!important;
}
	
	.adversting-third__form-container .input-countries {
    margin: 0;
    width: 100%!important;
    min-width: 203px;
}
	
	.adversting-third__form-container .button {
    margin: 0 22px;
    min-height: 48px;
    width: 100%;
    max-width: 100%!important;
    min-width: 203px;
}
	
	.adversting-third .name-margin {
    margin-right: 20px;
    max-width: 100%!important;
    height: 48px;
    min-width: 203px;
}
	
	.adversting-third .container {
    height: auto!important;
    position: relative;
}
	
}

.advertising-banner{
  padding: 40px 0 80px;
  overflow: hidden;
  background: linear-gradient(90deg, #0085ff 0%, #9747ff 100%);
}
.advertising-banner__content{
  max-width: 845px;
  color: #fff;
}
.advertising-banner__title{
 font-size: 36px;
 font-weight: bold;
 line-height: 120%;
 margin-bottom: 24px;
}
.advertising-banner__description{
  font-size: 20px;
  line-height: 120%;
}
.advertising-banner .container{
  position: relative;
  display: flex;
  z-index: 1;
  gap: 8px;
  max-width: 1440px;
}
.advertising-banner__image{
  position: absolute;
  top: -129px;
  left: 442px;
	width: 1321px;
}
.advertising-banner__image img {
	max-height: 451px;
}
.underheader-section{
  border-radius: 40px 40px 0 0;
  top: -40px;
	background:#fff;
	position: relative;
	z-index: 20;
}
@media (max-width:768px){
	.advertising-banner{
		padding: 84px 0 48px;
	}
	.advertising-banner__title{
		font-size: 24px;
		margin-bottom: 16px;
	}
	.advertising-banner__description{
		font-size: 14px;
	}
	.underheader-section{
		top: -14px;
		background: transparent!important;
		border-radius: 0;
	}
}
#mainUnderheader_swiper{
  top:0;
  background: transparent;
  border-radius: 0;
  z-index: 0;
}
#mainUnderheader_swiper .header-name-input.name_front{
  max-width: 100%;
}