:root {
  --fs: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-32: 32px;
  --fs-42: 42px;
  --fs-44: 44px;
  --y: #f8ce4c;
  --b: #242424;
  --b2: #1c1c1b;
  --b3: rgba(255, 255, 255, 0.7);
  --g: #0CB15E;
  --r: #E81212;
  --gray-main: rgba(28, 28, 27, 0.7);
  --light-grey: #f6f6f6;
  --light-grey2: #f4f4f4;
  --input-gray: #F3F4F6;
  --orange: #f8ce4c;
  --y-hover: #f8ce4cb8;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body * {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* ==========================================================================
   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: "Inter", 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;
}

/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 32px;
  margin: 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: 1em 40px;
}

/**
 * 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%;
  font-size: 12px;
  overflow-x: hidden;
}

@media screen and (min-width: 2400px){
  html{
    font-size: 12px
  }
}


body{
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  font-family: Inter, sans-serif;
  background: #ffffff;
  color: black;
  position: relative;
  line-height: 1;
  overflow-x: hidden;
}

.hidden-block{
  position: absolute;
  left: -9999999px;
  top: -9999999px
}

/* START HEADER */

.header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 2;
}

@media screen and (max-width: 768px){
  .header{
    top: 2rem;
  }
	
	footer .main-menu {
    flex-direction: column;
}

.footer__contacts > div {
    width: 100%;
    display: none;
}

.footer__contacts .footer__tel {
    display: block;
    text-align: center;
}
}

.header__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo{
  display: flex;
  align-items: center;
}

.header__logo-img{
  margin-right: 16px;
}

@media screen and (max-width: 768px){
  .header__logo-img{
    max-width: 9.6rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 380px){
  .header__logo-img{
    max-width: 8.9rem;
  }
}

.header__logo-img img{
  width: auto;
  height: 50px;
}

.header__logo-text *{
  color: var(--b2);
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}

.header__logo-text a{
  color: var(--b2);
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s linear;
}

.header__logo-text a:hover{
  border-bottom: 0.1rem solid transparent;
}

@media screen and (max-width: 768px){
  .header__logo-text{
    display: none;
  }
}
.header .menu-top{
  display: flex; 
  align-items: center;
}
.header__phone{
  display: flex;
  flex-direction: column;
}

.header__phone-link{
  margin-bottom: 0px;
  color: var(--b2);
  text-decoration: none;
  transition: 0.2s linear;
}

.header__phone-link:hover{
  color: var(--y)
}

.header__phone-link *{
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px){
  .header__phone-link{
    margin-bottom: 0.4rem;
  }

  .header__phone-link *{
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
	
	.header__logo-img img{
		height: 40px;
    	margin-left: -14px;
	}
}

@media screen and (max-width: 380px){
  .header__phone-link{
    margin-bottom: 0.2rem;
  }

  .header__phone-link *{
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

.header__phone-text{
  width: 100%;
}

.header__phone-mob{
  display: none;
}

.header__phone-mob a span {
    font-size: 20px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

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

.header__phone-mob{
  display: flex;
}

.header__phone-mob .header__phone-link {
        margin-bottom: 0px;
    }

} 

.header__phone-text *{
  margin: 0;
  color: var(--gray-main);
  font-size: 1rem;
}

@media screen and (max-width: 380px){
  .header__phone-text *{
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.header__social {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1024px){
  .header__social {
    display: none;
    margin-top: 24px;
  }
}
.main-menu{
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
}
.main-menu a{
  color: var(--b);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  transition: 0.2s linear;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 20px 0px;
  /* font-size: 16px; */
  font-weight: 600;
}
.main-menu a:hover{
  color: var(--y)
}
.burger {
  position: relative;
  width: 24px;
  height: 16px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--b);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -10px);
}

/* END HEADER */
/* STSRT SOCIAL WIDGET */
.social-widget {
  max-width: 736px;
  background-color: var(--b);
  padding: 32px;
  border-radius: 32px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.social-widget ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.social-widget h2{
  color: #fff;
  margin: 0;
}
.social-widget p{
  color: #fff;
  font-size: 1rem;
  margin: 4px 0 0;
}
/* END SOCIAL WIDGET */
/* START SECTION */

.section{
  padding: 100px 0;
}

@media screen and (max-width: 768px){
  .section{
    padding: 40px 0;
  }
	
	.main-menu{
		gap: 0px;
	}
	
  .main-menu a{
  	font-size: 16px;
  }
}

.section__title *{
  text-align: left;
  color: var(--b2);
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px){
  .section__title *{
    font-size: 24px;
    text-align: left;
  }
}

.section__title * > span{
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section__title * > span:before{
  content: '';
  display: block;
  position: absolute;
	width: calc(100% + 4px);
	height: 87%;
	background-color: var(--y);
	top: 0;
	left: -2px;
	z-index: -1;
}

.section__title * strong {
  border-bottom: 0.5rem solid var(--y);
}

.section__subtitle{
  margin-top: 2.2rem;
}

.section__subtitle *{
  font-size: 2rem;
  margin: 0;
  color: var(--b);
  font-weight: normal;
}

@media screen and (max-width: 768px){
  .section__subtitle *{
    text-align: left;
  }
 
}

/* END SECTION */

/* START WRAPPER */

.wrapper{
  width: 100%;
  max-width: 115.75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  position: relative;
}

/* END WRAPPER */

/* START BUTTON */

.btn{
  width: 100%;
  max-width: 26rem;
  padding: 19px;
  background-color: var(--y);
  border-radius: 12px;
  text-decoration: none;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  border: none;
  transition: 0.2s linear;
}

.btn *:not(img){
  color: var(--b);
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.btn:hover{
  background-color: var(--y-hover);
}

/* END BUTTON */

/* START SECTION - Intro */
.wrapper_intro{
  display: flex;
  gap: 8px;
}
.section_intro{
  position: relative;
  overflow: hidden;
}

.intro__bg{
	width: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.intro__bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 566px){
  .intro__bg{
    height: 400px;
  }
}

.intro__content{
  margin: 0;
  width: 100%;
  max-width: 573px;
  background: var(--b2);
  padding: 40px;
  border-radius: 32px;
  flex-shrink: 0;
  position: relative;
}
.intro__content .form__text{
  display: none;
}
.intro__info{
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
  padding: 0px;
  margin-bottom: 24px;
}

.intro__info-title{
  margin-bottom: 24px;
}

.intro__info-title *{
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 100%;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .intro__info-title *{
    font-size: 32px;
  }
}

.intro__info-subtitle *{
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
}

.intro__info-subtitle a{
  color: var(--y);
  border-bottom: 0.1rem solid var(--y);
  text-decoration: none;
  transition: 0.2s linear;
}

.intro__info-subtitle a:hover{
  border-bottom: 0.1rem solid transparent;
}

.intro__info-vin *{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  margin: 0;
}

.intro__info-model *{
  color: #ffffff;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px){
  .intro__info-model *{
    font-size: 1.4rem;
    line-height: 120%;
  }
}

a:-webkit-any-link {
	text-decoration:none;
}

.intro__report-btn:hover *{
  color: var(--y);
}

.intro__report-btn-img{
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
  border-radius: 50%;
  background-color: var(--b3);
  transition: 0.2s linear;
  display: none;
}

@media screen and (max-width: 768px){
  .intro__report-btn-img{
    background-color: transparent;
    width: 2rem;
    height: 3.2rem;
    border-radius: 0;
    display: none;
  }
}

.intro__report-btn:hover .intro__report-btn-img{
  background-color: #ffffff
}

@media screen and (max-width: 768px){
  .intro__report-btn:hover .intro__report-btn-img{
    background-color: transparent;
  }
}

.intro__report-btn-img svg {
  width: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s linear;
}

@media screen and (max-width: 768px){
  .intro__report-btn-img svg{
    position: static;
    width: 2rem;
    transform: translate(0, 0);
  }
}

.intro__report-btn-text{
  margin-top: 16px;
}

.intro__report-btn-text * {
  color: var(--b3);
  font-size: 12px;
  line-height: 120%;
  text-decoration: underline;
}

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

.intro__plate{
  background-color: #242424;
  padding: 16px 16px 41px;
  width: 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  z-index: 2;
  min-height: 7.4rem;
}
.intro__bg-info{
  display: none;
}
@media screen and (max-width: 866px){
  .intro__plate-box{
    display: none;
  }
  .intro__bg-info{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 24px;
  }
  .intro__plate{
    margin-bottom: 16px;
  }
}


.intro__plate_short{
  padding: 1rem 3rem;
}

@media screen and (max-width: 768px){
  .intro__plate_short{
    width: auto;
    max-width: none;
  }
}

.intro__plate-discount{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;
  width: 100%;
  background: linear-gradient(45deg, #00aaff, #965eeb);
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px){
  .intro__plate-discount{
    padding-right: 16px;
    padding-left: 8px;
  }
}

.intro__plate-discount-text *{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px){
  .intro__plate-discount-text *{
    font-size: 14px;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 379px){
  .intro__plate-discount-text *{
    display: inline;
  }
}
.intro__text{
  width: 100%;
}
.intro__plate-discount-percent{
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  height: 83%;
  background: #f8ce4c;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  margin-left: -23px;
  border-radius: 12px;
  padding-top: 2px;
}

@media screen and (max-width: 768px){
  .intro__plate-discount-percent{
    left: 1.6rem;
    font-size: 2.4rem;
    background: #f8ce4c;
    height: 83%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 0px 8px;
    margin-left: -8px;
    color: #000;
  }
}

@media screen and (max-width: 379px){
  .intro__plate-discount-percent{
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: inline;
    position: static;
  }
}

.intro__plate-discount-img{
  /* max-width: 8rem; */
  /* mask-image: url(https://yastatic.net/s3/vertis-front-deploy/_autoru-frontend/autoru_5fff2f421a0d93d8ff0d301a993ce1a8.svg); */
  /* background: #ffff; */
  /* height: 12px; */
  width: auto!important;
  height: 24px;
}

.intro__plate-discount-img img{
  width: auto;
  /* display: none; */
  height: 24px!important;
  object-fit: contain;
}

.intro__plate-price{
  padding-left: 1.5rem;
  flex-shrink: 0;
  text-align: right;
}

.intro__plate-price_short{
  padding-left: 0;
}

@media screen and (max-width: 768px){
  .intro__plate-price{
    padding-left: 16px;
  }

  .intro__plate-price_short{
    padding-left: 0;
  }
}

@media screen and (max-width: 379px){
  .intro__plate-price{
    padding-left: 1rem;
  }

  .intro__plate-price_short{
    padding-left: 0;
  }
}

.intro__plate-price-old{
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}

.intro__plate-price-old:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

.intro__plate-price-old *{
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 120%;
}

.intro__plate-price-new *{
  color: white;
  font-size: 24px;
  letter-spacing: -0.05em;
  font-weight: 700;
}

@media screen and (max-width: 768px){
  .intro__plate-price-new *{
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

.intro__bottom-text{
  margin-top: 24px;
  position: relative;
  z-index: 2;
  padding: 0px;
}

.intro__bottom-text *{
  margin: 0;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.002em;
  color: #8d8d8d;
  display: inline;
}
.intro__link{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 866px){
  .wrapper_intro{
    flex-direction: column;
    gap:0;
    background: var(--b2);
    padding: 0;
    border-radius: 32px;
  }
  .intro__content{
    order: 1;
    max-width: 100%;
    padding: 24px;
  }
  .intro__bg{
    order: 0;
  }
}
/* END SECTION - Intro */

/* START FORM */

.section_form{
  padding: 0;
}

@media screen and (max-width: 768px){
  .section_form{
    background-color: var(--b3);
    padding-bottom: 2rem;
  }
}

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

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

.form__block{
  display: flex;
  justify-content: center;
  gap: 4px;
}
.form__block_find-out {
  flex-direction: column;
}
@media screen and (max-width: 768px){
  .form__block{
    flex-direction: column;
    align-items: center;
  }
}

.form__input-block{
  width: 100%;
  /* max-width: 27rem; */
  height: 100%;
  min-height: 52px;
  border-radius: 12px;
  position: relative;
  background-color: #F3F4F6
}

@media screen and (max-width: 768px){
  .form__input-block{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.form__input-block_error{
  border: 0.1rem solid var(--r);
}

.form__label{
  color: var(--gray-main);
  font-size: 14px;
  font-weight: 400;
  left: 0;
  width: 100%;
  height: 52px;
  padding-left: 16px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
  z-index: 3;
}

.form__label_focused{
  color: var(--gray-main);
  font-size: 10px;
  height: 12px;
  padding-left: 16px!important;
  top: 5px;
  width: auto;
}

.form__input{
  background-color: transparent;
  color: var(--b2);
  width: 100%;
  height: 100%;
  min-height: 52px;
  padding: 16px;
  border: none;
  font-size: 14px;
}

.form__input_tel-mask{
  padding-left: 5rem;
}

.form__input_focused{
  position: relative;
  z-index: 2;
  border-radius:12px;
}

.loader{
  display: none;
}
.form .btn{
  max-width: 100%;
  margin-top: 8px;
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); }
}

.square__spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; 
}

.form__title{
  margin-bottom: 16px;
  text-align: left;
}

.form__title *{
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.form__text{
  margin-bottom: 32px;
}
.form__text *{
  color: white;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 768px){
  .form__title{
    margin-bottom: 2rem;
  }

  .form__title *{
    font-size: 18px;
    text-align: left;
  }
}

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

.form__policy{
  text-align: center;
  margin-top: 16px;
}

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

.form__policy *{
  font-size: 12px;
  color: var(--b3);
  margin: 0;
  text-align: left;
}

.form__policy a {
  color: var(--b3);
  transition: 0.2s linear;
  text-decoration: none;
  border-bottom: 0.1rem solid var(--b3);
}

.form__policy a:hover{
  border-bottom: 0.1rem solid transparent;
  color: var(--y);
}

.form__input-block_countries .form__label{
  padding-left: 6rem;
}

.form__block-select-icon{
  width: 24px;
  height: 2.8rem;
  position: absolute;
  top: 28px;
  transform: translateY(-50%);
  left: 1.6rem;
  z-index: 4;
  cursor: pointer;
}

.form__block-select-icon:after {
	content: "";
  background: url("../images/iconoir_nav-arrow-down.svg");
	position: absolute;
	width: 16px;
	height: 16px;
	top: 43%;
  transform: translateY(-50%);
}

.form__block-select-icon img{
  width: 100%;
}

.form__block-list{
  background-color: #ffffff;
  border-radius: 0.4rem;
  margin-top: 0.5rem;
  box-shadow: 0.3rem 0.9rem 2rem rgba(56, 56, 56, 0.12), 0.1rem 0.1rem 0.3rem rgba(56, 56, 56, 0.15);
  display: none;
}

.form__block-list-item{
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  transition: 0.2s linear;
  cursor: pointer;
}

.form__block-list-item:hover{
  background-color: #dddddd;
}

.form__block-list-country-img{
	width: 2.8rem;
	object-fit: cover;
	height: 2rem;
}

.form__block-list-country-name{
  color: var(--b);
  font-size: 14px;
  margin: 0 16px;
}

.form__block-list-country-code{
  color: #6b6b67;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

/* END FORM */


/* FORM CALC */

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

.section_appeal-us.transparent { background: none; }

.section_form_calc {  /*display: none;*/ }
.section_form_calc.transparent { /*background: none;*/ }
.section_form_calc_step_requred{
  color: var(--b);
  font-size: 12px;
  margin: 4px 0 16px;
}
.form__callback_calc { max-width: 997px; margin: 40px auto 0; }
    .section_form_calc_step { padding: 0  0 33px 81px; position: relative; }
        .section_form_calc_step.step1:before { content: ''; position: absolute; left: 26px; top: 77px; width: 2px; bottom: 0; background: var(--b); height: calc(100% - 96px);}
        .section_form_calc_step.step1.valid:before { background: var(--b); }
        .section_form_calc_step.step2:before { content: ''; position: absolute; left: 26px; top: 77px; width: 2px; bottom: 0; background: var(--b); height: calc(100% - 96px);}
        .section_form_calc_step.step2.valid:before { background: var(--b); }
        .section_form_calc_step_num { width: 53px; height: 53px; background: var(--gray-main); border-radius: 50%; left: 0; top: 0; position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; color: white; font-size: 28px; font-weight: 700; line-height: 1.3; }
        .active .section_form_calc_step_num { background: var(--b); }
        .valid .section_form_calc_step_num { background: var(--b) url(../images/ico_check.svg) no-repeat center center; background-size: 1.2rem auto; font-size: 0; text-indent: -9999px; }
        .section_form_calc_step_title { font-size: 24px; font-weight: 700; color: var(--gray-main); padding: 10px 0 40px; display: flex; align-items: center; }
        .active .section_form_calc_step_title{ color: var(--b)}
            .section_form_calc_step_title span { margin: 0 1.7rem 0 0; }
            .section_form_calc_step_title svg { width: 3.2rem; height: 3.2rem; opacity: 0; visibility: hidden; animation: 1s linear 0s normal none infinite running rot; -webkit-animation: 1s linear 0s normal none infinite running rot; }
        .section_form_calc_step_desc { font-size: 2rem; line-height: 2.7rem; letter-spacing: 0.002em; color: #383838; }
            /*.section_form_calc_step_title .ip-inner { opacity: 0; visibility: hidden; }
                .section_form_calc_step_title svg path { fill: none; stroke-width: 12; stroke: #969697; }
                .section_form_calc_step_title svg path.ip-loader-circle-default { -webkit-transition: all 300ms; transition: all 300ms; stroke: #969697; }
                .section_form_calc_step_title svg path.ip-loader-circle { -webkit-transition: all 300ms; transition: all 300ms; stroke: #F8CE4C; }*/
        .section_form_calc_step_data_input .form__label{
          bottom: 0; margin: auto 0;
        }
                .section_form_calc_step_data_input .form__label.form__label_focused{
          height: 12px;
          margin: 0;
        }
                .section_form_calc_step_data { display: none; }
        .step1 .section_form_calc_step_data { display: block; }
            .section_form_calc_step_data_row { display: flex; justify-content: space-between; gap: 16px; padding: 0 0 16px; }
                .section_form_calc_step_data_select, .section_form_calc_step_data_input { width: 100%; }
                    .section_form_calc_step_data_input .form__input-block { max-width: 100%; margin-right: 0; display: flex; align-items: center;}
                    .section_form_calc_step_data_input .form__input-block .clear_input { display: none; position: absolute; z-index: 10; right: 1.5rem; top: 50%; transform: translate(0,-50%); width: 2.4rem; height: 2.4rem; cursor: pointer; background: url(../images/ico_clear.svg) no-repeat center center; }
                    .section_form_calc_step_data_input .form__input-block .clear_input:hover { opacity: 0.7; }
                    .form__select-block { position: relative; width: 100%; max-width: 100%; height: 100%; min-height: 66px; border-radius: 12px; position: relative; background-color: var(--input-gray); }
                    .form__select-block.form__input-block_error { border: 0.1rem solid var(--r); }
                        .form__select-block select  { width: 100%; height: 100%; background: none; border: none; opacity: 0; }
                        .form__select-label { color: var(--gray-main); font-size: 14px;  left: 0; width: 100%; height: 100%; padding-left: 16px; top: 0; position: absolute; display: flex; align-items: center; transition: 0.2s linear; z-index: 103; pointer-events: none; }
                        .changed + .form__select-label, .opened + .form__select-label { color: var(--gray-main); font-size: 10px;  height: 14px; top: 5px; width: auto; }
            .section_form_calc_step_data_type_title { font-size: 1.6rem; line-height: 2.4rem; letter-spacing: 0.01em; color: #383838; margin: 0 0 1.2rem; }
            .section_form_calc_step.step1.valid .section_form_calc_step_title { cursor: pointer; }
                .section_form_calc_step_data_type_checkbox { padding: 0; display: flex; flex-wrap: wrap; }
                    .section_form_calc_step_data_type_checkbox label { margin: 0 12px 12px 0; cursor: pointer; }
                        .section_form_calc_step_data_type_checkbox label input { display: none; }
                        .section_form_calc_step_data_type_checkbox label span { display: inline-block; padding: 16px 24px; border-radius: 32px; font-size: 16px; font-weight: 700;  color: var(--b); transition: 0.2s linear; transition: 0.2s linear; background: var(--input-gray); }
                        .section_form_calc_step_data_type_checkbox label input:checked + span, .section_form_calc_step_data_type_checkbox label:hover span { background: var(--b); color: white }
            .section_form_calc_step_data_type_checks { display: flex; margin: 0 0 24px; gap: 4px; flex-wrap: wrap; }
                .section_form_calc_step_data_type_checks label { display: inline-block; cursor: pointer; }
                    .section_form_calc_step_data_type_checks label input { display: none; }
                    .section_form_calc_step_data_type_checks label > div { color: var(--b); padding: 12px 16px; box-sizing: border-box; transition: 0.2s linear; transition: 0.2s linear; background: var(--input-gray);; border-radius: 32px;}
                    .section_form_calc_step_data_type_checks label input:checked + div, .section_form_calc_step_data_type_checks label:hover > div { background: var(--b); color: white}
                    .section_form_calc_step_data_type_checks label + label > div { border-left: none; }
                        .section_form_calc_step_data_type_checks label .name { font-size: 14px; font-weight: 700;}
                        .section_form_calc_step_data_type_checks label .price, .section_form_calc_step_data_type_checks label .old_price { font-weight: 400; font-size: 1.4rem; line-height: 1.8rem; letter-spacing: 0.01em; position: relative; }
                        .section_form_calc_step_data_type_checks label .old_price { margin-left: 0.8rem; }
                        .section_form_calc_step_data_type_checks label .old_price:after { content: ''; position: absolute; top: 50%; left: -0.3rem; right: -0.3rem; height: 0.1rem; background: #f00; }
            .section_form_calc_step_data_type_checks_included { display: flex; margin-bottom: 16px;}
            .section_form_calc_step_form-input-box{ display: flex; gap: 16px}
                .section_form_calc_step_data_type_checks_included_row { width: 33%; }
                    .section_form_calc_step_data_type_checks_included_item { opacity: 0.5; display: flex; align-items: center; font-size: 16px; line-height: 1.2;  color: var(--b); }
                    .section_form_calc_step_data_type_checks_included_item + .section_form_calc_step_data_type_checks_included_item { margin: 16px 0 0; }
                        .section_form_calc_step_data_type_checks_included_item i { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; margin: 0 8px 0 0; border-radius: 50%; background: var(--b); }
                        .section_form_calc_step_data_type_checks_included_item.active { opacity: 1; }
                            .section_form_calc_step_data_type_checks_included_item i svg { width: 16px; height: auto; }
            .section_form_calc_step_form_desc { font-size: 2rem; line-height: 2.7rem; letter-spacing: 0.002em; max-width: 55.2rem; margin: 0 0 2.4rem; }
                .section_form_calc_step_form .form__input-block { max-width: 100%; margin: 0 0 24px; }
            .section_form_calc_step_form_success { display: none;  color: var(--b); }
                .section_form_calc_step_form_success_title { font-size: 24px; font-weight: 700; margin: 0 0 16px; line-height: 120%;}
                .section_form_calc_step_form_success_text { font-size: 16px; }
                    .section_form_calc_step_form_success_text a { color: var(--gray-main); text-decoration: underline; }

@media screen and (max-width: 768px) {
    .section_form_calc_step { padding: 0 0 33px 69px; }
    .section_form_calc_step_form-input-box{ gap: 0; flex-direction: column;}
    .section_form_calc_step_data_row { display: block; padding: 0; }
        .section_form_calc_step_data_select, .section_form_calc_step_data_input { width: 100%; margin: 0 0 8px; }
    .section_form_calc_step_data_type_checkbox label.last { order: 10; }
    .section_form_calc_step_data_input .form__input {min-height: 66px;}
    .section_form_calc_step_data_type_checks {margin-bottom: 16px;}
            .section_form_calc_step_data_type_checks label + label > div { border: 0.1rem solid #DADADB; border-top: none; }
    .section_form_calc_step_data_type_checks_included { display: block; }
        .section_form_calc_step_data_type_checks_included_row { width: 100%; }
        .section_form_calc_step_data_type_checks_included_row + .section_form_calc_step_data_type_checks_included_row { margin-top: 12px; }
        .section_form_calc_step_data_type_checks_included_item + .section_form_calc_step_data_type_checks_included_item { margin-top: 12px;}
        .section_form_calc_step_title {font-size: 18px; padding: 12px 0 24px; }
    .section_form_calc_step_title.form_title { padding: 0 0 0.8rem; }
    .section_form_calc_step_form_desc, .section_form_calc_step_form_success_text { font-size: 1.6rem; line-height: 2.2rem; }
    .section_form_calc_step_form .form__input-block{margin-bottom: 8px;}
}


/* END FORM CALC */




@media (max-width: 1024px) {
  h2{
    font-size: 24px;
  }
    .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 16px;
    }
  
  

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

.underheader-section .under-question-text {
    color: #aaa;
}
    div#mainUnderheader {
    background: #fff;
    height: auto;
}

    .underheader-section .container-underheader-section {
    background: none;
    height: 800px;
}

.declare-block {
    margin-top: 244px!important;
}

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

.declare-block {
    height: auto !important;
    padding: 24px;
    background: #1c1c1b;
    border-radius: 16px;
}


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

header.header {
    padding: 12px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: none;
    background: #fff;
    z-index: 999999999999;
}
header.header .burger{
  display: flex;
}
header.header .menu-top{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 1.25rem;
}
header.header .burger.active + .menu-top {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header.header .menu-top > div{
  /* order: 1; */
  width: 100%;
}
header.header .menu-top .header__phone {
  order: 0;
  margin-bottom: 24px;
  margin-top: 32px;
}
header.header .header__phone-text * {
  font-size: 12px;
}
header.header .main-menu {
  margin: 0;
  flex-direction: column;
}
header.header .main-menu li {
  padding: 0px 0;
  border-bottom: solid 1px #ccc;
  margin: 0px;
}
.social-widget {
  padding: 24px;
  flex-direction: column;
  /* max-width: 343px; */
}
.social-widget ul{
  justify-content: center;
}
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;
    flex-wrap: nowrap;
}

#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;
}
  
      .underheader-section__container {
        margin: 0;
        display: none!important;
    }
	
	.intro__info {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    padding: 0px;
}
	
	.intro__bottom-text {
    position: relative;
    z-index: 2;
    /* display: none; */
    padding: 0px;
}
}

.header__phone-mob{
  display: none;
}

/* @media screen and (max-width: 768px){

.header__phone.phone-mob{
  display: block;
}

} */