/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

@font-face {
  font-family: 'myriadpro';
  src: url("../fonts/myriadpro/myriadpro-regular.woff2") format("woff2"), url("../fonts/myriadpro/myriadpro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
}

html {
  overflow-x: hidden;
}

html.open-menu {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "myriadpro", sans-serif;
  color: #1F1F1F;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  background-color: #F1F1F1;
}

body.body_white {
  background-color: #ffffff;
}

body.open-menu {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #1F1F1F;
  text-transform: uppercase;
}

.link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  color: #1F1F1F;
}

.link svg {
  margin-left: 12px;
  margin-bottom: 1px;
}

.link__btn {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.link__btn.load {
  opacity: 30%;
  cursor: initial;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.fixed {
  position: fixed;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.header__top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  border-bottom: 1px solid #000000;
}

.header__logo-link {
  display: flex;
  width: 136px;
  height: auto;
  transition: 0.35s all;
}

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

.header__logo-link a:first-child {
  padding-right: 12px;
  border-right: 2px solid #A6A6A6;
  margin-right: 12px;
}

.header__logo-qj:hover {
  opacity: 0.7;
}

.header__logo-benelli {
  fill: #000000;
}

.header__logo-benelli:hover {
  fill: #149D49;
}

.header__burger-btn {
  display: none;
}

.header__phone {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #1F1F1F;
  transition: 0.35s all;
}

.header__phone:hover {
  opacity: 0.7;
}

.header__phone svg {
  margin-right: 8px;
}

.header__info-block {
  display: flex;
}

.header__btn {
  width: 250px;
  margin-left: 40px;
}

.header__nav-item {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #1F1F1F;
  text-transform: uppercase;
  transition: 0.35s all;
}

.header__nav-item:hover {
  opacity: 0.7;
}

.header__mob-menu-wrap {
  display: none;
}

.header_qj .header__logo-link {
  width: 197px;
}

.header_qj .header__nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

.header_qj .header__burger-btn {
  background-color: #D80B24;
}

.header_qj.header_open .header__burger-btn {
  background-color: transparent;
}

.footer {
  background-color: #1F1F1F;
}

.footer__top-block {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer__logo-link {
  width: 102px;
  transition: 0.35s all;
}

.footer__logo-link:hover {
  opacity: 0.7;
}

.footer__right-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__phone {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #ffffff;
  transition: 0.35s all;
}

.footer__phone:hover {
  opacity: 0.7;
}

.footer__btn {
  width: 260px;
}

.footer__bottom-block {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF33;
}

.footer__bottom-block a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.35s all;
}

.footer__bottom-block a:hover {
  opacity: 0.7;
}

.footer__disclaimer {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer__link-block {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

.footer__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.35s all;
}

.footer__link:not(:last-child) {
  margin-bottom: 16px;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__nav {
  display: flex;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
}

.footer__nav-col:not(:last-child) {
  margin-right: 80px;
}

.footer__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.35s all;
}

.footer__nav-link:not(:last-child) {
  margin-bottom: 16px;
}

.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__footnote {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
  padding-top: 10px;
}

.footer_qj {
  background-color: #D80B24;
}

.footer_qj .footer__logo-link {
  width: 85px;
}

.footer_qj .footer__copyright {
  color: rgba(255, 255, 255, 0.6);
}

.footer_qj .footer__bottom-block a {
  color: rgba(255, 255, 255, 0.6);
}

.button {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px 15px;
  font-family: "myriadpro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1F1F1F;
  border: 1px solid #1F1F1F;
  transition: 0.35s all;
  cursor: pointer;
}

.button:hover {
  /*border: 1px solid #212121;
  background-color: #212121;*/
  border: 1px solid #109D48;
  background-color: #109D48;
  color: #000000;
}

.button_transperent {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.button_transperent:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #1F1F1F;
}

.button_white {
  color: #1F1F1F;
  border-color: #ffffff;
  background-color: #ffffff;
}

.button_white:hover {
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.button_red {
  color: #ffffff;
  border-color: #D80B24;
  background-color: #D80B24;
}

.button_red:hover {
  background-color: #ca1027;
  border-color: #ca1027;
}

.checkbox__label {
  cursor: pointer;
}

.checkbox__label.error .checkbox__text::before {
  border-color: #E81B23;
}

.checkbox__label:hover .checkbox__text::before {
  border-color: #ffffff;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + span::after {
  visibility: visible;
  opacity: 1;
}

.checkbox__text {
  position: relative;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
}

.checkbox__text span {
  margin-top: 3px;
}

.checkbox__text::after {
  position: absolute;
  top: 6px;
  left: 5px;
  flex-shrink: 0;
  content: '';
  visibility: hidden;
  opacity: 0;
  width: 13px;
  height: 9px;
  background-image: url("../img/content/check.svg");
  background-size: 13px 9px;
  background-repeat: no-repeat;
}

.checkbox__text::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 1px solid #BCBCBC;
  transition: 0.35s all;
}

.checkbox__text a {
  color: #ffffff;
  text-decoration: underline;
}

select {
  height: 48px;
  border: 1px solid #BCBCBC;
  padding: 23px 15px 7px;
  width: 100%;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  background-color: transparent;
  color: #ffffff;
}

.select {
  position: relative;
}

.select.error .select2-selection--single {
  border-color: #E81B23 !important;
}

.select.not-empty .select__label {
  top: 7px;
  font-size: 11px;
  line-height: 13px;
}

.select__label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #BCBCBC;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 90px !important;
  overflow-y: auto;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 0.3rem;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #363636;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #717171;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  background: #1F1F1F;
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2.select2-container.select2-container--default .select2-selection--single {
  display: flex;
  height: 48px;
  border: 1px solid #BCBCBC;
  border-radius: 0 !important;
  transition: 0.35s border-color;
  background: transparent;
}

.select2.select2-container.select2-container--default .select2-selection--single:hover {
  border: 1px solid #ffffff;
}

.select2.select2-container.select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
  color: #000000;
}

.select2.select2-container.select2-container--default .select2-selection__placeholder {
  transition: 0.35s all;
}

.select2.select2-container.select2-container--default .select2-selection__rendered {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 7px;
  padding-left: 15px !important;
  font-family: "myriadpro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.select2.select2-container.select2-container--default .select2-selection__arrow {
  display: block;
  position: absolute;
  top: 12px !important;
  right: 12px !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("../img/content/arrow-down.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  transition: 0.35s transform;
}

.select2.select2-container.select2-container--default .select2-selection__arrow b {
  display: none;
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
  margin-top: 0;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #1F1F1F;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
}

.select2-dropdown.select2-dropdown--below .select2-results__options,
.select2-dropdown.select2-dropdown--above .select2-results__options {
  padding: 0;
}

.select2-dropdown.select2-dropdown--below .select2-results__option,
.select2-dropdown.select2-dropdown--above .select2-results__option {
  display: flex;
  align-items: center;
  height: auto;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  transition: 0.35s color;
  text-transform: uppercase;
}

.select2-dropdown.select2-dropdown--below .select2-results__option.select2-results__option--highlighted,
.select2-dropdown.select2-dropdown--above .select2-results__option.select2-results__option--highlighted {
  color: #ffffff;
  background: transparent;
}

.select2-dropdown.select2-dropdown--below .select2-results__option[aria-disabled="true"],
.select2-dropdown.select2-dropdown--above .select2-results__option[aria-disabled="true"] {
  opacity: 0.25;
}

.select2-dropdown.select2-dropdown--above {
  margin-top: 0;
}

.input-block__label {
  position: relative;
  display: block;
  width: 100%;
}

.input-block__label.not-empty .input-block__text {
  top: 7px;
  font-size: 11px;
  line-height: 13px;
}

.input-block__label.error .input-block__input {
  background: rgba(232, 27, 35, 0.05);
  border: 1px solid #E81B23;
}

.input-block__input {
  width: 100%;
  height: 48px;
  padding: 22px 15px 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #F1F1F1;
  transition: 0.35s all;
}

.input-block__input:hover {
  border-color: #ffffff;
}

.input-block__input:focus + .input-block__text {
  top: 7px;
  font-size: 11px;
  line-height: 13px;
}

.input-block__text {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  pointer-events: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #BCBCBC;
}

.contact {
  position: relative;
}

.contact__map {
  min-height: 400px;
}

.contact__map [class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
}

.contact__text-block-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.contact__text-block {
  display: flex;
  align-items: center;
  height: 65px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 23px;
  background-color: #ffffff;
  border: 1px solid #1F1F1F33;
}

.contact__title {
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #1F1F1F;
}

.contact__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #1F1F1F;
}

.contact__phone {
  margin-left: 90px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #1F1F1F;
  transition: 0.35s all;
}

.contact__phone:hover {
  opacity: 0.7;
}

.form-block {
  padding-top: 60px;
  padding-bottom: 120px;
}

.form-block_credit {
  padding-top: 50px;
  padding-bottom: 60px;
}

.form-block_credit .form-block__icon {
  top: auto;
  bottom: -50px;
  right: 10px;
}

.form-block_credit .form-block__wrap {
  min-height: 391px;
}

.form-block_application {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-block_application .form-block__icon {
  top: auto;
  bottom: 5px;
  right: 60px;
}

.form-block_application .form-block__wrap {
  min-height: 391px;
}

.form-block__wrap {
  min-height: 337px;
}

.form-block__wrap {
  display: flex;
  padding: 50px;
  background-color: #1F1F1F;
}

.form-block__left-block {
  position: relative;
  flex-grow: 1;
}

.form-block__right-block {
  width: 432px;
  flex-shrink: 0;
}

.form-block__title {
  padding-right: 30px;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
}

.form-block__text {
  margin-right: 20px;
  max-width: 312px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #ffffff;
}

.form-block__item {
  margin-bottom: 6px;
}

.form-block__checkbox-block {
  margin-top: 12px;
}

.form-block__btn {
  width: 100%;
  margin-top: 40px;
}

.form-block__icon {
  position: absolute;
  top: -15px;
  right: 32px;
}

.form-block_red .form-block__wrap {
  background-color: #D80B24;
}

.form-block_red .input-block__text {
  color: rgba(255, 255, 255, 0.5);
}

.form-block_red .checkbox__text::before {
  border: 1px solid #ffffff;
}

.form-block_red .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ffffff;
}

.form-block_red .select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  background-color: transparent;
}

.form-block_red .select2.select2-container.select2-container--default .select2-selection--single {
  border-color: #ffffff;
}

.form-block_red .select__label {
  color: rgba(255, 255, 255, 0.5);
}

.hero-block {
  padding-top: 80px;
  padding-bottom: 33px;
}

.hero-block__title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.hero-block__text {
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
  color: #1F1F1F;
  text-align: right;
}

.hero-block__img-block {
  line-height: 0;
}

.hero-block__btn-block {
  display: flex;
  justify-content: center;
  margin-top: -27px;
}

.hero-block__button {
  position: relative;
}

.hero-block__button-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  height: 54px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  transform: skewX(-32deg);
  z-index: 4;
}

.hero-block__button-text span {
  transform: skewX(32deg);
}

.hero-block__button-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.models {
  padding-top: 40px;
  padding-bottom: 70px;
}

.models__contaner {
  display: flex;
}

.models__title {
  margin-bottom: 20px;
}

.models__button-block-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.models__button {
  padding: 8px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1F1F1F;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: 0.35s all;
}

.models__button:hover {
  opacity: 0.7;
}

.models__left-block {
  flex-shrink: 0;
  width: 284px;
  padding-left: 40px;
  padding-bottom: 56px;
  border-right: 1px solid #1F1F1F1A;
}

.models__right-block {
  width: 100%;
  padding-right: 46px;
  padding-left: 60px;
}

.models__caption {
  display: block;
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
}

.models__img-block {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-top: -66px;
  z-index: -2;
}

.models__img-block picture,
.models__img-block img {
  width: 100%;
  height: auto;
}

.models__content {
  display: none;
}

.models__content.active {
  display: block;
}

.models__link svg {
  stroke: #1F1F1F;
}

.models_qj .models__button {
  background-color: transparent;
}

.models_qj .models__link:hover {
  color: #D80B24;
}

.models_qj .models__link:hover svg {
  stroke: #D80B24;
}

.in-stock {
  padding-top: 50px;
  padding-bottom: 50px;
}

.in-stock__title {
  margin-bottom: 32px;
}

.in-stock__filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.in-stock__filter {
  width: 100%;
  margin-right: 16px;
}

.in-stock__filter:last-child {
  margin-right: 0;
}

.in-stock__filter .select__label {
  color: #000000;
  text-transform: uppercase;
}

.in-stock__filter .select2.select2-container.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.in-stock__filter .select2.select2-container.select2-container--default .select2-selection--single:hover {
  border-color: #000000;
}

.in-stock__filter .select2.select2-container.select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
  color: #000000;
}

.in-stock__filter .select2.select2-container.select2-container--default .select2-selection__arrow {
  background-image: url("../img/content/arrow-down-black.svg");
}

.in-stock__filter .select2.select2-container.select2-container--default .select2-selection__rendered {
  color: #000000 !important;
}

.in-stock__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.in-stock__list.load {
  opacity: 30%;
}

.in-stock__btn-block {
  display: flex;
  justify-content: center;
}

.in-stock__link svg {
  stroke: #1F1F1F;
}

.in-stock_qj .in-stock__link:hover {
  color: #D80B24;
}

.in-stock_qj .in-stock__link:hover svg {
  stroke: #D80B24;
}

.card {
  padding: 20px;
  border: 1px solid #1F1F1F33;
}

.card__img-block {
  display: block;
  margin-bottom: 24px;
  line-height: 0;
  position: relative;
}

.list-badges{
  display: flex;  
  gap: 5px;
  flex-wrap: wrap;
}
.in-stock__item .list-badges{
  position: absolute;
}
.top-badges, .bottom-badges{
  padding: 3px;
}
.top-badges{
  top:0;
}
.bottom-badges{
  bottom:0;
}
.badge{
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #109D48;
  font-family: "myriadpro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  border-radius:10px;
  padding: 0 8px;
  min-height: 35px;
}
.badge.red-badge{
  background-color: #FF0029;
}

.card__info-block {
  display: flex;
  flex-direction: column;
}

.card__title {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #1F1F1F;
}

.card__info-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.card__info-item {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card__info-item span:first-child {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.card__info-item span:last-child {
  margin-top: -2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1F1F1F99;
}

.card__info-item:last-child {
  width: 100%;
  border-top: 1px solid #1F1F1F33;
}

.card__price {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.card_qj .card__btn:hover {
  background-color: #D80B24;
  border-color: #D80B24;
}

.about {
  padding-top: 80px;
  padding-bottom: 33px;
}

.about__title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.about__text {
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
  color: #1F1F1F;
  text-align: right;
  text-transform: uppercase;
}

.about__content-block {
  position: relative;
}

.about__word-block {
  position: absolute;
  top: 0;
  right: 0;
}

.about__word {
  font-size: 5rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about__word span {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.about__img-block {
  column-count: 2;
}

.about__img-item {
  break-inside: avoid;
  margin-bottom: .5rem;
}

.about__img-item:nth-child(3) {
  padding-top: 139px;
}

.history {
  padding-top: 80px;
  padding-bottom: 33px;
}

.history__title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.history__text {
  width: 100%;
  max-width: 48rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
  color: #1F1F1F;
  text-align: right;
  text-transform: uppercase;
}

.history__slider.slider-nav {
  margin-bottom: 20px;
}

.history__slider.slider-nav.slick-slider .slick-slide {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #1F1F1F;
  opacity: 0.5;
  cursor: pointer;
  height: 50px;
  padding-top: 5px;
}

.history__slider.slider-nav.slick-slider .slick-slide.slick-current {
  font-size: 32px;
  opacity: 1;
  position: relative;
  padding-top: 0;
}

.history__slider.slider-nav.slick-slider .slick-slide.slick-current::after {
  content: "\25be";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10.22px);
}

.history__slider.slider-for.slick-slider .slick-prev {
  border: 1px solid #25282B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
  left: 10px;
  top: 20px;
}

.history__slider.slider-for.slick-slider .slick-prev::before {
  color: #25282B;
  content: "<";
}

.history__slider.slider-for.slick-slider .slick-next {
  border: 1px solid #25282B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
  left: 74px;
  top: 20px;
}

.history__slider.slider-for.slick-slider .slick-next::before {
  color: #25282B;
  content: ">";
}

.history__slider.slider-for .history__slide {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  max-width: 964px;
  margin-left: auto;
}

.history__slider.slider-for .history__slide-text {
  width: 29%;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 120%;
}

.history__slider.slider-for .history__slide-img {
  width: 59%;
  flex-shrink: 0;
}

.history__slide-year {
  text-align: center;
}

.model-card {
  padding-top: 80px;
  padding-bottom: 33px;
}

.model-card__title {
  display: block;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
}

.model-card__wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.model-card__characteristic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.model-card__characteristic-key {
  font-size: .625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.6);
}

.model-card__characteristic-value {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 200px;
  text-align: right;
}

.model-card__characteristic-block {
  width: 30%;
  margin-right: 50px;
}

.model-card__characteristic-block-title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  max-width: 260px;
  margin-bottom: 32px;
}

.model-card__price {
  margin-top: 112px;
}

.model-card__price-title {
  font-size: .625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.6);
  margin-bottom: 8px;
}
.model-card__price-title.old {
  font-size: .825rem;
  color: rgb(216, 11, 36);
}

.model-card__price-value {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.model-card__price-value.old {
    font-size: 24px;
    text-decoration: line-through;
    color: rgba(31, 31, 31, 0.6);
    font-weight: 600;
}
.model-card__img {
  width: 75%;
  margin-top: -66px;
  z-index: -2;
}

.model-card__about {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.model-card__about-title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.model-card__about-text {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.model-card__about-text-block {
  width: 100%;
  max-width: 768px;
}

.model-card__advantage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.model-card__advantage-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.model-card__advantage-item:nth-child(even) .model-card__advantage-item-img {
  order: 2;
}

.model-card__advantage-item:nth-child(even) .model-card__advantage-item-description {
  order: 1;
}

.model-card__advantage-item-img {
  width: 50%;
  order: 1;
}

.model-card__advantage-item-description {
  width: 50%;
  background-color: #1F1F1F;
  color: #fff;
  padding: 30px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 314px;
  order: 2;
}

.model-card__advantage-item-number {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
}

.model-card__advantage-item-title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.model-card__advantage-item-text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.model-card__specifications {
  padding-top: 40px;
  padding-bottom: 40px;
}

.model-card__specifications-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.model-card__specifications-text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.model-card__specifications-text-block {
  width: 50%;
}

.model-card__specifications-title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.model-card__specifications-subtitle {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.model-card__specifications-img {
  width: 50%;
}

.model-card__specifications-link {
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
  cursor: pointer;
  padding: 10.5px 16px 11.5px;
}

.model-card__specifications-link svg {
  margin-left: 10px;
  fill: #0E0E0E;
  stroke: #0E0E0E;
}

.model-card__img-block {
  padding-top: 80px;
  padding-bottom: 33px;
  column-count: 2;
}

.model-card__img-item {
  break-inside: avoid;
  margin-bottom: .5rem;
}

.model-card__link {
  display: none;
}

.model-card_qj .model-card__advantage-item-img img {
  height: 100%;
}

.model-card_qj .model-card__advantage-item-description {
  background-color: #D80B24;
}

.model-card_qj .model-card__specifications-link:hover {
  background-color: #D80B24;
  border-color: #D80B24;
  color: #ffffff;
}

.model-card_qj .model-card__specifications-link:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.model-card_qj .model-card__link:hover {
  background-color: #D80B24;
  border-color: #D80B24;
  color: #ffffff;
}

.model-card_qj .model-card__link:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.form.disabled {
  opacity: 30%;
}

.text {
  font-size: initial;
  color: initial;
}

.text h2 {
  margin: 35px 0 20px;
}

.text p {
  margin-bottom: 10px;
}

.text ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.text__container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal {
  width: 100%;
  max-width: 740px !important;
  width: 100%;
  padding: 33px 120px 50px !important;
  background: #1F1F1F !important;
  border-radius: 8px;
}

.modal_message {
  max-width: 550px !important;
  padding: 40px 30px 25px !important;
}

.modal_message .modal__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.modal_message .modal__title_error {
  color: #E81B23;
}

.modal__title {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.modal__text {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.modal__form-row {
  margin-bottom: 6px;
}

.modal__form-row.checkbox {
  margin: 12px 0 40px;
}

.modal__btn {
  width: 100%;
}

.carousel__button.is-close {
  right: -35px !important;
  color: #ffffff !important;
}

.carousel__button.is-close:focus {
  box-shadow: none !important;
}

.is-close-btn {
  background-color: transparent !important;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.has-ajax .fancybox__content {
  padding: 0 !important;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

.fancybox__content > .f-button.is-close-btn {
  top: 8px !important;
  right: 8px !important;
}

@media (max-width: 1600px) {
  .models__img-block {
    margin-top: -20px;
  }
}

@media (max-width: 1200px) {
  .header_qj .header__btn {
    display: none;
  }

  .form-block {
    padding-top: 30px;
    padding-bottom: 82px;
  }

  .form-block_credit {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-block_application {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .models__left-block {
    padding-left: 0;
  }

  .models__right-block {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (max-width: 1130px) {
  .header__nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1030px) {
  .header__btn {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-block__title-block {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 22px;
  }

  .hero-block__title {
    margin-bottom: 16px;
  }

  .hero-block__text {
    text-align: left;
  }

  .models {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .models__left-block {
    width: 230px;
    padding-bottom: 0;
  }

  .models__caption {
    font-size: 40px;
    line-height: 48px;
  }

  .about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about__title-block {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 22px;
  }

  .about__title {
    margin-bottom: 16px;
  }

  .about__text {
    text-align: left;
  }

  .about__word-block {
    position: relative;
    margin-bottom: 4.375rem;
  }

  .about__img-item:nth-child(3) {
    padding-top: 0;
  }

  .history {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .history__title-block {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 22px;
  }

  .history__title {
    margin-bottom: 16px;
  }

  .history__text {
    text-align: left;
  }

  .history__slider {
    margin-top: 115px;
  }

  .history__slider.slider-for.slick-slider .slick-prev {
    top: -45px;
  }

  .history__slider.slider-for.slick-slider .slick-next {
    top: -45px;
  }

  .history__slider.slider-for .history__slide {
    flex-direction: column-reverse;
  }

  .history__slider.slider-for .history__slide-text {
    width: 100%;
  }

  .history__slider.slider-for .history__slide-img {
    width: 100%;
    margin-bottom: 32px;
  }

  .model-card {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .model-card__title {
    font-size: 40px;
    line-height: 48px;
  }

  .model-card__wrapper {
    flex-direction: column-reverse;
  }

  .model-card__characteristic-block {
    width: 100%;
    margin-right: 0;
  }

  .model-card__characteristic-block-title {
    max-width: 100%;
  }

  .model-card__price {
    display: none;
  }

  .model-card__img {
    width: 100%;
    margin-top: -20px;
  }

  .model-card__about {
    flex-direction: column;
  }

  .model-card__about-text-block {
    max-width: 100%;
  }

  .model-card__advantage-item:nth-child(even) .model-card__advantage-item-img {
    order: 1;
  }

  .model-card__advantage-item:nth-child(even) .model-card__advantage-item-description {
    order: 2;
  }

  .model-card__advantage-item {
    flex-direction: column;
  }

  .model-card__advantage-item-img {
    width: 100%;
  }

  .model-card__advantage-item-description {
    width: 100%;
  }

  .model-card__specifications-content {
    flex-direction: column;
  }

  .model-card__specifications-text-block {
    width: 100%;
  }

  .model-card__specifications-img {
    width: 100%;
  }

  .model-card__specifications-link {
    display: none;
  }

  .model-card__img-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .model-card__link {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1F1F1F;
    cursor: pointer;
    padding: 10.5px 16px 11.5px;
  }

  .model-card__link svg {
    margin-left: 10px;
    fill: #0E0E0E;
    stroke: #0E0E0E;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: none;
  }

  .header_open .header__mob-menu-wrap {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    z-index: 50;
  }

  .header_open .header__mob-menu-content {
    right: 0;
  }

  .header_open .header__mob-top-block {
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header_open .header__mob-menu {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }

  .header_open .header__mob-menu-item {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .header_open .header__mob-bottom-block {
    margin-top: auto;
  }

  .header_open .header__mob-phone {
    display: flex;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
  }

  .header_open .header__mob-phone svg {
    margin-right: 8px;
  }

  .header_open .header__mob-btn {
    display: flex;
    width: 100%;
    margin-left: auto;
  }

  .header {
    background-color: #ffffff;
  }

  .header__mob-menu-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    display: block;
    background-color: #ffffff;
    transition: 0.2s opacity;
  }

  .header__mob-menu-content {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    background-color: #1F1F1F;
    transition: right 0.35s 0.2s;
  }

  .header__top-block {
    height: 74px;
    border: none;
  }

  .header__logo-link {
    width: 102px;
  }

  .header__burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #1F1F1F;
    border-radius: 50%;
    cursor: pointer;
  }

  .header__phone {
    display: none;
  }

  .header__nav-list {
    display: none;
  }

  .footer__btn {
    width: 200px;
  }

  .footer__link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__nav-col:not(:last-child) {
    margin-right: 40px;
  }

  .footer_qj .footer__nav-col:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .in-stock__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal {
    max-width: 355px !important;
    padding: 32px 16px 16px !important;
  }

  .modal_message .modal__title {
    font-size: 20px;
    line-height: 28px;
  }

  .modal__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .modal__text {
    margin-bottom: 18px;
  }

  .carousel__button.is-close {
    top: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 950px) {
  .form-block__wrap {
    padding: 30px;
  }

  .form-block__right-block {
    width: 300px;
  }
}

@media (max-width: 850px) {
  .footer__top-block {
    flex-direction: column;
    justify-content: stretch;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .footer__logo-link {
    margin-bottom: 40px;
  }

  .footer__right-block {
    align-items: stretch;
  }

  .footer__phone {
    margin-bottom: 20px;
  }

  .footer__btn {
    width: 100%;
  }

  .footer__bottom-block {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .footer__disclaimer {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .footer__link-block {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .footer__link:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__nav {
    margin-bottom: 40px;
  }

  .footer__nav-col {
    width: 50%;
  }

  .footer__nav-link:not(:last-child) {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 14px;
    line-height: 17px;
  }

  .contact__map {
    min-height: 380px;
  }

  .contact__text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px;
  }

  .contact__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .contact__text {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 19px;
  }

  .contact__phone {
    margin-left: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .form-block__wrap {
    flex-direction: column;
    padding: 30px 20px 20px 20px;
  }

  .form-block__left-block {
    margin-bottom: 40px;
  }

  .form-block__left-block svg {
    display: none;
  }

  .form-block__right-block {
    width: 100%;
  }

  .form-block__title {
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .form-block__text {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .hero-block {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .hero-block__text {
    font-size: 24px;
    line-height: 25px;
  }

  .hero-block__text br {
    display: none;
  }

  .hero-block__btn-block {
    margin-top: -18px;
  }

  .hero-block__button-text {
    width: 150px;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
  }

  .hero-block__button-bg {
    width: 322px;
    height: 22px;
  }

  .models__contaner {
    flex-direction: column;
  }

  .models__button-block {
    margin-bottom: 32px;
  }

  .models__button-block-wrap {
    overflow: auto;
    flex-direction: row;
    padding-bottom: 5px;
  }

  .models__button {
    flex-shrink: 0;
    margin-right: 34px;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .models__left-block {
    width: 100%;
    border-right: none;
  }

  .models__right-block {
    padding-left: 0;
  }

  .models__caption {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .models__content.active {
    display: flex;
    flex-direction: column;
  }

  .models__link {
    order: 5;
    margin-top: 16px;
    align-self: center;
  }

  .in-stock {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .in-stock__title {
    margin-bottom: 24px;
  }

  .in-stock__filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .about {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .about__text {
    font-size: 24px;
    line-height: 25px;
  }

  .about__text br {
    display: none;
  }

  .history {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .history__text {
    font-size: 24px;
    line-height: 25px;
  }

  .history__text br {
    display: none;
  }

  .history__slider.slider-nav.slick-slider .slick-slide {
    font-size: 16px;
    padding-top: 3px;
  }

  .history__slider.slider-nav.slick-slider .slick-slide.slick-current {
    font-size: 24px;
    padding-top: 0;
  }

  .history__slider.slider-nav.slick-slider .slick-slide.slick-current::after {
    bottom: -10px;
  }

  .model-card {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .model-card__title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .model-card__characteristic-block-title {
    font-size: .875rem;
    margin-bottom: 24px;
  }

  .model-card__advantage-item-description {
    padding: 20px;
  }

  .model-card__specifications-title {
    font-size: .875rem;
    margin-bottom: 24px;
  }

  .model-card__img-block {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .text__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 700px) {
  .in-stock__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
