@charset "UTF-8";

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  tap-highlight-color: transparent;
}

body {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.main-content {
  -moz-box-flex: 1;
  flex: 1 1 auto;
}

.header,
.footer {
  -moz-box-flex: 0;
  flex: 0 0 auto;
}

*,
:before,
:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* 1 */
  font: normal 16px / normal 'Manrope', Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #eee;
  color: #000;
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a {
  color: #3846F6;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #3846F6;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #D05;
  white-space: nowrap;
}

ins {
  background: #ffa;
  color: #222;
  text-decoration: none;
}

mark {
  background: #ffa;
  color: #222;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote,
figure {
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure,
.table-responsive {
  margin: 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure,
* + .table-responsive {
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 20px 0;
  text-transform: none;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Medium';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  font-weight: inherit;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 25px;
}

/*
 * Sizes
 */

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 40px;
}

.text-typograf h2,
.text-typograf .h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

ul,
ol {
  padding-left: 30px;
}

.text-typograf::after {
  display: block;
  content: "";
  clear: both;
}

/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

address {
  font-style: normal;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #222;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

fieldset {
  padding: 0;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
}

[hidden],
template {
  display: none;
}

iframe {
  border: 0;
}

.table-responsive {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  color: #aaa;
  padding: 0px 10px 7px;
}

table td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table.not-bordered td {
  border: none;
}

[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
  padding: 0 20px;
  height: 40px;
  color: #222;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  background: #eee;
  border-radius: 50px;
  border: 1px solid #6f79f4;
}

[type="text"].wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="tel"].wpcf7-not-valid,
[type="password"].wpcf7-not-valid,
[type="number"].wpcf7-not-valid,
[type="url"].wpcf7-not-valid,
[type="search"].wpcf7-not-valid {
  border-color: red;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #6f79f4;
}

.wpcf7-form.invalid .wpcf7-not-valid {
  border-color: red;
}

textarea {
  border: 1px solid #6f79f4;
  border-radius: 18px;
  padding: 15px 20px;
  width: 100%;
  height: 160px;
  display: block;
  resize: vertical;
  font-size: 16px;
  color: #222;
  background: #eee;
}

textarea.wpcf7-not-valid {
  border-color: red;
}

textarea::-webkit-input-placeholder {
  white-space: pre-line;
}

textarea::-moz-placeholder {
  white-space: pre-line;
}

textarea::-ms-input-placeholder {
  white-space: pre-line;
}

textarea::placeholder {
  white-space: pre-line;
}

::-webkit-input-placeholder {
  color: #6f79f4;
  opacity: 1;
}

::-moz-placeholder {
  color: #6f79f4;
  opacity: 1;
}

:-moz-placeholder {
  color: #6f79f4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6f79f4;
  opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 20px;
  height: 40px;
  color: #222;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  background-color: #eee;
  border-radius: 50px;
  border: 1px solid #6f79f4;
  background-image: url(../images/select-bg.svg);
  background-repeat: no-repeat;
  background-position: -moz-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
}

select.wpcf7-not-valid {
  border-color: red;
}

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

button,
input {
  overflow: visible;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

[tabindex]:not([tabindex="-1"]),
a,
button,
input,
label,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.videoadapt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoadapt > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoadapt-wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.videoadapt-wrap + p,
.videoadapt-wrap + div,
.videoadapt-wrap + span,
.videoadapt-wrap + ul,
.videoadapt-wrap + figure,
.videoadapt-wrap + ol {
  margin-top: 25px;
}

* + .videoadapt-wrap {
  margin-top: 25px;
}

.btn-blue {
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 24px;
  text-align: center;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #3846F6;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #3846F6;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-blue:not(:disabled):hover {
  text-decoration: none;
  background: transparent;
  color: #3846F6;
}

.btn-blue:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-link {
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 24px;
  text-align: center;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #eee;
  color: #3846F6;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-link:not(:disabled):hover {
  text-decoration: none;
  background: transparent;
  color: #222;
}

.btn-link:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-blue-border {
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 24px;
  text-align: center;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: transparent;
  color: #3846F6;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #3846F6;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-blue-border:not(:disabled):hover,
.btn-blue-border.active {
  text-decoration: none;
  background: #3846F6;
  color: #fff;
}

.btn-blue-border:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-white-border {
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 24px;
  text-align: center;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #3846F6;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-white-border:not(:disabled):hover {
  text-decoration: none;
  background: #fff;
  color: #3846F6;
}

.btn-white-border:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.no-visible {
  display: none !important;
}

.hidden {
  display: none !important;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
  max-width: 36%;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 8px;
  max-width: 36%;
}

.aligncenter {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
img.size-full {
  border-radius: 25px;
}

.nowrap {
  white-space: nowrap;
}

/* manrope-regular - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope/manrope400.woff2") format("woff2"), url("../fonts/manrope/manrope400.ttf") format("truetype");
}

/* manrope-500 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope/manrope500.woff2") format("woff2"), url("../fonts/manrope/manrope500.ttf") format("truetype");
}

/* manrope-600 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope/manrope600.woff2") format("woff2"), url("../fonts/manrope/manrope600.ttf") format("truetype");
}

/* manrope-700 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope/manrope700.woff2") format("woff2"), url("../fonts/manrope/manrope700.ttf") format("truetype");
}

/* manrope-800 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope/manrope800.woff2") format("woff2"), url("../fonts/manrope/manrope800.ttf") format("truetype");
}

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

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.header-right-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 30px;
}

.address {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: start;
  align-items: flex-start;
  font-weight: 500;
}

.address i {
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: 3px;
}

.mob-menu {
  height: 45px;
  width: 74px;
  color: #3846F6;
  position: relative;
}

.uk-notouch .mob-menu:hover {
  color: #222;
}

.mob-menu span {
  width: 100%;
  height: 4px;
  background: currentColor;
  position: absolute;
  top: 50%;
  -moz-transition: transform .3s ease, -moz-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -moz-transform .3s ease;
}

.mob-menu span:first-child {
  margin-top: -8px;
}

.mob-menu span:last-child {
  margin-top: 8px;
}

.header,
.header-wrap {
  padding: 15px 0;
}

.header-wrap {
  background: #eee;
}

.contacts-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 16px;
}

.contacts-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-box;
  display: flex;
  gap: 9px;
  -moz-box-align: center;
  align-items: center;
}

.contacts-row ul a {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  font-size: 13px;
}

.contacts-row ul a:hover {
  text-decoration: none;
  border-color: #3846F6;
}

.contacts-row ul li:not(:last-child) {
  position: relative;
}

.contacts-row ul li:not(:last-child):before {
  content: '';
  position: absolute;
  right: -5px;
  height: 16px;
  border-left: 1px solid #3846F6;
  top: 50%;
  margin-top: -8px;
}

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

.phone-link:hover {
  text-decoration: none;
  color: currentColor;
}

.burger-menu.open span:first-child {
  margin: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-menu.open span:last-child {
  margin: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-top {
  display: -moz-box;
  display: flex;
  gap: 20px;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
}

.footer-menu {
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-left: -32px;
  margin-bottom: -10px;
}

.footer-menu li {
  margin-left: 32px;
  margin-bottom: 10px;
}

.footer-medium {
  display: -moz-box;
  display: flex;
  gap: 20px;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
  margin-top: 16px;
}

.footer-medium-left {
  color: #696969;
}

.footer-medium-left .address {
  margin-top: 8px;
}

.footer-medium-left .address .icomoon-local:before {
  color: #696969;
}

.details {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -8px;
}

.details p {
  margin: 0 0 8px 40px;
}

.contacts-big .phone-link {
  font-weight: 700;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #3846F6;
}

.footer-bottom-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #3846f6;
}

.menu-policy {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: flex;
  gap: 40px;
}

.menu-policy a {
  text-decoration: underline;
}

.menu-policy a:hover {
  color: #222;
}

.footer {
  padding: 40px 0 30px;
}

.footer-dev-wrap {
  margin-top: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
}

.footer-dev {
  display: -moz-box;
  display: flex;
  margin-left: -10px;
  margin-bottom: -10px;
  font-size: 12px;
}

.footer-dev > * {
  margin-left: 10px;
  margin-bottom: 10px;
}

.footer-dev-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.darvin-logo {
  flex-shrink: 0;
  margin-right: 10px;
}

.darvin-descr {
  line-height: 1;
  border-right: 1px solid #3846f6;
  padding-right: 10px;
  color: #3846f6;
}

.footer-dev-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.footer-dev-right > *:not(:last-child) {
  margin-right: 10px;
}

.footer-dev-phone a {
  position: relative;
  display: block;
  white-space: nowrap;
}

.footer-dev-title,
.footer-dev-phone a {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
}

.footer-dev-title i,
.footer-dev-phone a i {
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.footer-dev-title:hover,
.footer-dev-phone a:hover {
  color: currentColor;
  text-decoration: none;
}

.footer-dev-social {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-left: -10px;
  line-height: 0.7;
  position: relative;
  top: -1px;
}

.footer-dev-social a {
  margin-left: 10px;
  flex-shrink: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-dev-social a:hover {
  text-decoration: none;
  color: currentColor;
}

.main-banner-top {
  overflow: hidden;
}

.main-banner-row {
  border-top: 1px solid #d2d2d2;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.main-banner-left {
  width: 57%;
  padding: 64px 30px 64px 0;
}

.main-banner-right {
  width: 43%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding: 64px 0 64px 30px;
  border-left: 1px solid #d2d2d2;
}

.main-banner-right-inner {
  max-width: 404px;
}

.main-banner-descr {
  color: #727272;
}

.main-banner-btns {
  margin-top: 24px;
  display: -moz-box;
  display: flex;
  gap: 16px;
}

.main-banner-btns a {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.main-banner-image {
  max-width: 1656px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 0.8;
}

.main-banner-image img {
  border-radius: 18px;
}

.main-banner-marquee {
  margin-top: 60px;
  background: #3846f6;
  padding: 7px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #eee;
  font-family: 'Medium';
  white-space: nowrap;
  overflow: hidden;
}

.main-banner-marquee-wrap {
  padding-left: 0;
  list-style: none;
  margin-left: -60px;
  display: -moz-box;
  display: flex;
}

.main-banner-marquee-wrap li {
  margin-left: 60px;
}

.section {
  margin-top: 200px;
  overflow: hidden;
}

.title-img {
  position: relative;
}

.title-img h1 {
  margin-bottom: 0;
}

.title-small-image {
  position: absolute;
  left: 39px;
  bottom: 0;
  height: 36px;
  background: #eee;
  width: 68px;
  display: -moz-box;
  display: flex;
  cursor: pointer;
}

.title-small-image img {
  margin: auto;
}

.popap .fancybox-close-small {
  opacity: 1;
}

.popap .fancybox-close-small:hover:before {
  color: #222;
}

.popap .fancybox-close-small svg {
  display: none;
}

.popap .fancybox-close-small:before {
  content: "\e909";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #3846f6;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popap-form-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.popap-form-left {
  width: 57%;
  padding-right: 30px;
}

.popap-form-left > * + * {
  margin-top: 40px;
}

.popap-form-left:last-child {
  padding-right: 0 !important;
  width: 100% !important;
}

.popap-form-right {
  width: 43%;
  text-align: center;
  margin-top: -20px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.popap-form-head .h2 {
  color: #3846F6;
}

.form-column-line {
  margin-bottom: 16px;
}

.form-column-send {
  margin: 32px 0 16px;
}

.form-send {
  position: relative;
}

.form-send .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 5px auto 0;
}

.form-send input {
  width: 100%;
}

.form-konf {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3846f6;
}

.form-konf a {
  text-decoration: underline;
}

.form-konf a:hover {
  color: #222;
}

.form-konf .wpcf7-list-item {
  margin-left: 0;
}

.form-konf label {
  position: relative;
  padding-left: 36px;
  display: inline-block;
  cursor: pointer;
  max-width: 510px;
}

.form-konf label span:before {
  content: '';
  border-radius: 6px;
  border: 1px solid #3846f6;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.form-konf label span:after {
  content: '';
  background: #3846f6;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
}

.form-konf input {
  display: none;
}

.form-konf input:checked + span:after {
  opacity: 1;
}

.popap {
  background: #eee;
  border-radius: 20px;
}

.popap.ok-send h3,
.popap.ok-send .h3 {
  color: #3846F6;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5.35px);
  backdrop-filter: blur(5.35px);
}

.fancybox-inner {
  z-index: 0;
}

.blue-color {
  background: #3846F6;
  color: #fff;
}

.blue-color h1,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color .h1,
.blue-color .h2,
.blue-color .h3,
.blue-color .h4,
.blue-color .h5,
.blue-color .h6,
.blue-color a,
.blue-color [class*="icomoon-"] {
  color: #fff;
}

.blue-color .form-konf {
  color: #b1b7fb;
}

.blue-color .form-konf a {
  color: #b1b7fb;
}

.blue-color .form-konf a:hover {
  color: #fff;
}

.blue-color .contacts-row a:hover {
  color: #b1b7fb;
}

.blue-color .contacts-row ul li:not(:last-child):before {
  border-color: #eee;
}

.blue-color [type="text"],
.blue-color [type="email"],
.blue-color [type="tel"],
.blue-color [type="password"],
.blue-color [type="number"],
.blue-color [type="url"],
.blue-color [type="search"] {
  background: #6873f8;
  border-color: #6873f8;
  color: #fff;
}

.blue-color ::-webkit-input-placeholder {
  color: #d2d2d2;
}

.blue-color ::-moz-placeholder {
  color: #d2d2d2;
}

.blue-color :-moz-placeholder {
  color: #d2d2d2;
}

.blue-color :-ms-input-placeholder {
  color: #d2d2d2;
}

.blue-color .form-konf label span:before {
  border-color: #b1b7fb;
}

.blue-color .form-konf label span:after {
  background: #b1b7fb;
}

.white-color {
  background: #fff;
  color: #696969;
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color .h1,
.white-color .h2,
.white-color .h3,
.white-color .h4,
.white-color .h5,
.white-color .h6,
.white-color a,
.white-color [class*="icomoon-"] {
  color: #3846F6;
}

.popap-cont {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
  gap: 16px;
}

.popap-cont > * {
  margin: 0;
}

.form-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}

.form-col-tel {
  margin-left: 16px;
  margin-bottom: 16px;
  width: -moz-calc(60% - 16px);
  width: calc(60% - 16px);
}

.form-col-send {
  margin-left: 16px;
  margin-bottom: 16px;
  width: -moz-calc(40% - 16px);
  width: calc(40% - 16px);
}

.link-wrap {
  text-transform: uppercase;
  padding-right: 16px;
  position: relative;
}

.link-wrap:before {
  content: '';
  position: absolute;
  right: -1px;
  height: 16px;
  border-left: 1px solid #3846F6;
  top: 50%;
  margin-top: -8px;
}

.contacts-popap-row {
  flex-wrap: wrap;
}

.section-padding {
  padding: 120px 0;
}

.cont-title:after {
  content: ' :';
  font-family: 'Manrope';
}

.questions {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.questions-left {
  margin-left: 20px;
  width: -moz-calc(60% - 20px);
  width: calc(60% - 20px);
}

.questions-left > * + * {
  margin-top: 90px;
}

.questions-right {
  margin-left: 20px;
  width: -moz-calc(40% - 20px);
  width: calc(40% - 20px);
  padding-left: 8%;
  align-self: center;
}

.questions-image {
  margin-right: -moz-calc(-1 * (((100vw - 1240px) / 2)));
  margin-right: calc(-1 * (((100vw - 1240px) / 2)));
  max-width: 640px;
}

.catalog-filter {
  --stroke: 1px;
  --alpha: 1;
  --gap: 3deg;
  --feather: 1deg;
  --br: 81deg;
  --tl: 261deg;
  background: -moz- oldlinear-gradient(315deg, rgba(232, 232, 232, 0) 0%, rgba(247, 247, 247, 0.1) 100%);
  background: linear-gradient(135deg, rgba(232, 232, 232, 0) 0%, rgba(247, 247, 247, 0.1) 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 24px;
}

.catalog-filter::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: var(--stroke);
  pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, var(--alpha)) 0 -moz-calc(var(--br) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--br) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) -moz-calc(var(--br) - var(--gap)/2), rgba(255, 255, 255, 0) -moz-calc(var(--br) + var(--gap)/2), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--br) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--br) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--tl) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--tl) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) -moz-calc(var(--tl) - var(--gap)/2), rgba(255, 255, 255, 0) -moz-calc(var(--tl) + var(--gap)/2), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--tl) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--tl) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) 360deg);
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, var(--alpha)) 0 calc(var(--br) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--br) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) calc(var(--br) - var(--gap)/2), rgba(255, 255, 255, 0) calc(var(--br) + var(--gap)/2), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--br) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) calc(var(--br) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) calc(var(--tl) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--tl) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) calc(var(--tl) - var(--gap)/2), rgba(255, 255, 255, 0) calc(var(--tl) + var(--gap)/2), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--tl) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) calc(var(--tl) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) 360deg);
  /* Превращаем заливку в «кольцо» (только бордер) */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.filter-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -24px;
}

.filter-col {
  width: -moz-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
  margin-left: 30px;
  margin-bottom: 24px;
}

.filter-dropdown {
  background-color: rgba(22, 22, 22, 0.04);
  border: none;
}

.filter-submit {
  width: 100%;
}

.filter-range {
  display: -moz-box;
  display: flex;
  background-color: rgba(22, 22, 22, 0.04);
  border-color: rgba(22, 22, 22, 0.04);
  border-radius: 38px;
}

.filter-range [type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

.filter-range [type=number]::-webkit-inner-spin-button,
.filter-range [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-range [type=number]::-ms-clear {
  display: none;
}

.filter-range input {
  border: none;
  border-radius: 0;
  background: none;
  font-weight: 800;
  color: #222;
}

.filter-range ::-webkit-input-placeholder {
  color: #222;
}

.filter-range ::-moz-placeholder {
  color: #222;
}

.filter-range :-moz-placeholder {
  color: #222;
}

.filter-range :-ms-input-placeholder {
  color: #222;
}

.filter-range-from,
.filter-range-to {
  display: -moz-box;
  display: flex;
}

.filter-range-from span,
.filter-range-to span {
  white-space: nowrap;
  align-self: center;
  padding-left: 20px;
}

.filter-range-from {
  width: 55%;
}

.filter-range-from input {
  text-align: right;
}

.filter-range-to {
  width: 45%;
  position: relative;
}

.filter-range-to:before {
  content: '';
  position: absolute;
  left: -2px;
  border-left: 4px solid #eee;
  top: 0;
  bottom: 0;
}

.filter-btns {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.section-top {
  margin-bottom: 40px;
}

.section-top h2,
.section-top .h2,
.section-top .h1,
.section-top h1 {
  margin-bottom: 0;
}

.section-top h2 b,
.section-top .h2 b,
.section-top .h1 b,
.section-top h1 b {
  display: block;
  color: #3846F6;
  font-size: 24px;
}

.filter-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 30px;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.slider-catalog-wrap {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.slider-catalog-image {
  width: 35%;
  padding-left: -moz-calc((100vw - 1240px) / 2);
  padding-left: calc((100vw - 1240px) / 2);
}

.slider-catalog-inner {
  width: 65%;
}

.slider-catalog {
  padding-right: -moz-calc((100vw - 1240px) / 2);
  padding-right: calc((100vw - 1240px) / 2);
}

.slider-catalog-img {
  margin-right: -21vw;
}

.catalog-item {
  --stroke: 1px;
  --alpha: 1;
  --gap: 3deg;
  --feather: 4deg;
  --br: 38deg;
  --tl: 220deg;
  position: relative;
  height: auto;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  background: rgba(238, 238, 238, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: inset 2px 2px 4px #E6E6E6, inset -2px -2px 4px #F5F5F5;
  border-radius: 20px;
  padding: 16px;
}

.catalog-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: var(--stroke);
  pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, var(--alpha)) 0 -moz-calc(var(--br) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--br) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) -moz-calc(var(--br) - var(--gap)/2), rgba(255, 255, 255, 0) -moz-calc(var(--br) + var(--gap)/2), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--br) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--br) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--tl) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--tl) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) -moz-calc(var(--tl) - var(--gap)/2), rgba(255, 255, 255, 0) -moz-calc(var(--tl) + var(--gap)/2), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--tl) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--tl) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) 360deg);
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, var(--alpha)) 0 calc(var(--br) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--br) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) calc(var(--br) - var(--gap)/2), rgba(255, 255, 255, 0) calc(var(--br) + var(--gap)/2), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--br) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) calc(var(--br) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) calc(var(--tl) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--tl) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) calc(var(--tl) - var(--gap)/2), rgba(255, 255, 255, 0) calc(var(--tl) + var(--gap)/2), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--tl) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) calc(var(--tl) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) 360deg);
  /* Превращаем заливку в «кольцо» (только бордер) */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.catalog-item:hover .slide-catalog-image img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slide-catalog-bottom {
  margin-top: auto;
  border-top: 1px solid #c7c7c7;
  padding-top: 10px;
}

.slide-catalog-descr {
  padding-bottom: 10px;
}

.slide-catalog-descr p {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
  color: #696969;
  gap: 10px;
}

.slide-catalog-descr p strong {
  font-weight: 500;
  font-size: 18px;
  color: #222;
}

.slide-catalog-descr p + p {
  margin-top: 8px;
}

.slide-catalog-title {
  padding: 12px 0 8px;
  border-bottom: 1px solid #c7c7c7;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slide-catalog-image {
  border-radius: 8px;
  overflow: hidden;
}

.slide-catalog-image img {
  border-radius: 8px;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -moz-transform .5s ease;
}

.slide-catalog-price {
  margin-bottom: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
  color: #3846f6;
  gap: 10px;
}

.slide-catalog-price b {
  font-weight: 700;
  font-size: 18px;
}

.slide-catalog-price i {
  font-weight: 700;
  font-size: 22px;
  text-align: right;
  font-style: normal;
  white-space: nowrap;
}

.slide-catalog-btn a {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.slide-catalog-btn a:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ok-send {
  padding: 60px 44px;
}

.popap-ok-head {
  margin-bottom: 20px;
}

.open-catalog-items b {
  font-weight: inherit;
  display: none;
}

.open-slider-catalog .open-catalog-items b {
  display: inline;
}

.open-slider-catalog .open-catalog-items span {
  display: none;
}

.looking-car {
  border-radius: 24px;
}

.looking-car-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.looking-car-descr,
.looking-car-form {
  padding: 30px;
}

.looking-car-image {
  margin: -50px 0;
}

.section-blue-form {
  padding: 50px 0;
}

.looking-car-form .form-col-tel,
.looking-car-form .form-col-send {
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
}

.section-overflow-visible {
  overflow: visible;
}

.advantages-wrap {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.advantages-head {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  max-width: 508px;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.advantages-info {
  max-width: 485px;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.advantage-item {
  padding: 30px;
  position: relative;
  border-radius: 24px;
}

.advantage-item + .advantage-item {
  margin-top: 40px;
}

.advantage-item h3 {
  padding-right: 50px;
  margin-bottom: 0;
}

.advantage-bird {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
}

.section-head {
  max-width: 670px;
}

.section-head p {
  color: #727272;
}

.steps-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-bottom: -60px;
}

.step-item {
  width: 50%;
  padding-left: 80px;
  margin-bottom: 60px;
  color: #696969;
}

.step-item h3 {
  color: #3846F6;
}

.step-count {
  color: #3846f6;
  margin-bottom: 40px;
  line-height: 1;
}

.prices-short-descr {
  max-width: 380px;
  border-radius: 24px;
  padding: 30px;
}

.prices-short-descr h3 {
  margin-bottom: 0;
}

.prices-row {
  margin-left: -50px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.prices-left {
  padding-left: 50px;
  width: 55%;
}

.prices-left td {
  border-left: none;
  padding-left: 0;
  border-right: none;
  padding-right: 0;
  border-top: none;
}

.prices-left td:first-child {
  width: 100% !important;
  color: #696969;
}

.prices-left td:last-child {
  white-space: nowrap;
  color: #222;
  font-weight: 500;
}

.prices-left tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.prices-right {
  padding-left: 50px;
  width: 45%;
  align-self: center;
}

.prices-footnote {
  padding-top: 40px;
}

.section-rev-text .section-content-rev-video {
  height: 0;
  overflow: hidden;
}

.section-rev-text .reviews-video-nav {
  display: none;
}

.section-rev-video .section-content-rev-text {
  height: 0;
  overflow: hidden;
}

.section-rev-video .reviews-text-nav {
  display: none;
}

.reviews-head {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.filter-rev-btns {
  display: -moz-box;
  display: flex;
  gap: 15px;
}

#show-text-btn {
  -moz-box-ordinal-group: 0;
  order: -1;
}

.reviews-slider {
  padding-left: -moz-calc((100vw - 1220px) / 2);
  padding-left: calc((100vw - 1220px) / 2);
  padding-right: -moz-calc((100vw - 1220px) / 2);
  padding-right: calc((100vw - 1220px) / 2);
}

.slide-rev {
  position: relative;
  height: auto;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  background: rgba(238, 238, 238, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: inset 2px 2px 4px #E6E6E6, inset -2px -2px 4px #F5F5F5;
  border-radius: 20px;
  --stroke: 1px;
  --alpha: 1;
  --gap: 3deg;
  --feather: 4deg;
  --br: 59deg;
  --tl: 238deg;
  padding: 30px;
}

.slide-rev::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: var(--stroke);
  pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, var(--alpha)) 0 -moz-calc(var(--br) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--br) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) -moz-calc(var(--br) - var(--gap)/2), rgba(255, 255, 255, 0) -moz-calc(var(--br) + var(--gap)/2), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--br) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--br) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--tl) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--tl) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) -moz-calc(var(--tl) - var(--gap)/2), rgba(255, 255, 255, 0) -moz-calc(var(--tl) + var(--gap)/2), rgba(255, 255, 255, -moz-calc(var(--alpha)*.6)) -moz-calc(var(--tl) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) -moz-calc(var(--tl) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) 360deg);
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, var(--alpha)) 0 calc(var(--br) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--br) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) calc(var(--br) - var(--gap)/2), rgba(255, 255, 255, 0) calc(var(--br) + var(--gap)/2), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--br) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) calc(var(--br) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) calc(var(--tl) - var(--gap)/2 - var(--feather)), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--tl) - var(--gap)/2 - var(--feather)/2), rgba(255, 255, 255, 0) calc(var(--tl) - var(--gap)/2), rgba(255, 255, 255, 0) calc(var(--tl) + var(--gap)/2), rgba(255, 255, 255, calc(var(--alpha)*.6)) calc(var(--tl) + var(--gap)/2 + var(--feather)/2), rgba(255, 255, 255, var(--alpha)) calc(var(--tl) + var(--gap)/2 + var(--feather)), rgba(255, 255, 255, var(--alpha)) 360deg);
  /* Превращаем заливку в «кольцо» (только бордер) */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.slide-rev-top,
.slide-rev-top-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.slide-rev-top {
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.slide-rev-ava {
  flex-shrink: 0;
  margin-right: 15px;
}

.slide-rev-ava img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-rev-author {
  color: #222;
  font-weight: 700;
}

.slide-rev-date {
  color: #222;
  font-weight: 500;
}

.slide-rev-short {
  margin-top: 24px;
  color: #696969;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.slide-rev-btn {
  margin-top: 16px;
}

.slide-rev-gallery {
  border-top: 1px solid #c7c7c7;
  margin-top: 16px;
  padding-top: 19px;
}

.slide-rev-gallery-row {
  display: -moz-box;
  display: flex;
  margin-left: -20px;
}

.slide-rev-gallery-row a:not(.hidden-fancybox) {
  margin-left: 20px;
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  border-radius: 5px;
  overflow: hidden;
}

.slide-rev-gallery-row a:not(.hidden-fancybox) img {
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.slide-rev-gallery-row a:not(.hidden-fancybox):hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slide-rev-gallery-row img {
  border-radius: 5px;
}

.slide-rev-logo {
  margin-bottom: 4px;
}

.rev-video-slider {
  padding-left: -moz-calc((100vw - 1220px) / 2);
  padding-left: calc((100vw - 1220px) / 2);
  padding-right: 14vw;
}

.reviews-text-nav,
.reviews-video-nav {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.slide-rev-video-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.slide-rev-video-wrap img {
  -moz-transition: .5s ease;
  transition: .5s ease;
  border-radius: 20px;
}

.slide-rev-video-wrap:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slide-rev-video-icon {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -moz-box;
  display: flex;
  font-size: 40px;
  color: #fff;
}

.slide-rev-video-icon:hover {
  text-decoration: none;
}

.slide-rev-video-icon i {
  margin: auto;
}

.slide-rev-bottom {
  margin-top: 16px;
}

.open-video-items b {
  font-weight: inherit;
  display: none;
}

.open-video-catalog .open-catalog-items b {
  display: inline;
}

.open-video-catalog .open-catalog-items span {
  display: none;
}

.get-cars {
  padding: 30px;
  border-radius: 24px;
}

.get-cars-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.get-cars-image {
  max-width: 250px;
}

.get-cars-btn,
.get-cars-info {
  white-space: nowrap;
}

.faq-item {
  border-bottom: 1px solid #3846f6;
  padding-bottom: 15px;
}

.faq-item + .faq-item {
  margin-top: 40px;
}

.faq-item-question {
  color: #3846f6;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}

.faq-item-question:not(.active):hover {
  color: #222;
}

.faq-item-question i {
  padding: 10px;
  font-size: 22px;
}

.faq-item-question i:before {
  display: block;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-item-question b {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}

.faq-item-question.active i:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #cbcbcb;
}

.faq-item-question.active i {
  align-self: flex-end;
}

.faq-item-answer-inner {
  padding-top: 8px;
  font-size: 20px;
  color: #696969;
  padding-right: 80px;
}

.error-page {
  text-align: center;
  margin: 100px 0 -70px;
}

.error-title {
  font-size: 250px;
  line-height: 0.8;
  margin-bottom: 50px;
}

.error-text {
  font-size: 30px;
  font-weight: 600;
}

.error-link {
  margin-top: 50px;
}

.error-link a {
  width: 100%;
  max-width: 300px;
}

.category-top {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 6vw;
  padding-top: 40px;
  margin-bottom: 0;
}

.category-top-img {
  margin-right: -80px;
}

.category-head {
  overflow: hidden;
}

.rank-math-breadcrumb {
  color: #727272;
  margin-bottom: 40px;
}

.rank-math-breadcrumb p {
  margin-left: -5px;
}

.rank-math-breadcrumb p > * {
  margin-left: 5px;
}

.rank-math-breadcrumb a {
  color: #727272;
  text-decoration: underline;
}

.rank-math-breadcrumb a:hover {
  color: #222;
}

.catalog-page-filter {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.page-head {
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
  margin-bottom: 40px;
}

.category-body {
  margin: 80px 0 -120px;
}

.category-sort-wrap {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.category-sort-inner {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 30px;
}

.category-sort {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 15px;
}

.category-sort a {
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
}

.category-sort a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  margin-left: 15px;
}

.category-sort-title {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.category-sort-result {
  font-weight: 600;
  font-size: 20px;
}

.category-sort-result b {
  font-weight: 600;
  white-space: nowrap;
}

.category-sort-up:after {
  content: "\e906";
}

.category-sort-down:after {
  content: "\e906";
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -40px;
  margin-top: 80px;
}

.category-row .catalog-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

.pagination-wrap {
  text-align: center;
  margin-top: 50px;
}

.pagination {
  display: -moz-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-left: -4px;
}

.pagination > * {
  margin-left: 4px;
}

.pagination a:hover,
.pagination a.current {
  color: #3846F6;
  text-decoration: none;
}

.pagination a:first-child {
  margin-right: -4px;
}

.pagination a:nth-last-child(2) {
  margin-right: -4px;
}

.link {
  min-width: 25px;
  height: 25px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #222;
  line-height: 25px;
}

.side-link {
  padding: 10px;
  color: #cbcbcb;
  font-size: 21px;
  line-height: 1;
}

.car-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 24px;
}

.car-title h1 {
  font-size: 32px;
}

.car-top {
  display: -moz-box;
  display: flex;
  margin-left: -50px;
}

.car-left {
  padding-left: 50px;
  width: 52%;
}

.car-right {
  padding-left: 50px;
  width: 48%;
}

.gallery-top-next {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 7px 0 0 7px;
  width: 26px;
  height: 119px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-top-next:not(.swiper-button-disabled):hover {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-top-next:before {
  content: '';
  background: url(../images/gallery-top-next.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto;
}

.gallery-top-next.swiper-button-disabled {
  cursor: not-allowed;
}

.gallery-top-prev {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 7px 7px 0;
  width: 26px;
  height: 119px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-top-prev:not(.swiper-button-disabled):hover {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-top-prev:before {
  content: '';
  background: url(../images/gallery-top-prev.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto;
}

.gallery-top-prev.swiper-button-disabled {
  cursor: not-allowed;
}

.slide-count {
  display: none;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 1;
}

.slide-count:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.slide-count:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -moz-box-ordinal-group: 0;
  order: -1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slide-count span {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  display: block;
  font-family: 'Medium';
}

.gallery-top {
  border-radius: 20px;
  overflow: hidden;
}

.gallery-thumb {
  border-radius: 12px;
  overflow: hidden;
  height: 70px;
  width: -moz-calc(25% - 8px);
  width: calc(25% - 8px);
  margin: 0 0 12px 8px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-thumb:hover,
.gallery-thumb.swiper-slide-thumb-active {
  opacity: 0.6;
}

.gallery-thumb:nth-child(4) ~ * {
  display: none;
}

.gallery-thumb:nth-child(5) ~ .slide-count {
  display: -moz-box;
  display: flex;
}

.gallery-thumb img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-thumbs {
  position: relative;
  margin: 12px 0 -12px -8px;
}

.gallery-thumbs .swiper-wrapper {
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  flex-wrap: wrap;
}

.remove-slide-count .gallery-thumb:nth-child(4) ~ * {
  display: block;
}

.remove-slide-count .slide-count {
  display: none !important;
}

.car-option {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.car-option span {
  color: #696969;
}

.car-option b {
  font-weight: 500;
}

.car-option + .car-option {
  margin-top: 15px;
}

.car-important-options {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #c7c7c7;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  font-weight: 600;
}

.car-important-options p {
  margin: 0 !important;
  display: -moz-inline-box;
  display: inline-flex;
  gap: 15px;
}

.car-price {
  padding-top: 24px;
  border-top: 2px solid #3846f6;
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
  color: #3846f6;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.car-btn {
  margin-top: 24px;
}

.car-btn a {
  width: 100%;
}

.car-body-section {
  margin-top: 80px;
}

.car-body-section > h3 {
  border-bottom: 2px solid #3846f6;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.car-body-section > h3 b {
  font-family: 'Manrope';
  font-weight: 500;
  color: #3846f6;
}

.table-info {
  width: 100%;
}

.table-info td:first-child:not([colspan]) {
  border-left: none;
  padding-left: 0;
}

.table-info td:last-child {
  border-right: none;
  padding-right: 0;
}

.table-info tr:first-child td {
  border-top: none;
  padding-top: 0;
}

.table-info:not(.technical-report) td:first-child {
  border-right: none;
}

.table-info:not(.technical-report) td:last-child {
  text-align: right;
  border-left: none;
  padding-left: 0;
}

.table-info:not(.technical-report) tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.technical-report td:last-child {
  text-align: center;
}

.technical-report tr:first-child td:first-child {
  border-left: none;
  padding-left: 0;
  border-right: none;
}

.technical-report tr:first-child td:last-child {
  border-left: none;
}

.technical-report tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 641px) {
  .footer-copy br {
    display: none;
  }

  .open-catalog-items {
    display: none;
  }

  .open-video-items {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }

  .header-wrap {
    border-bottom: 1px solid transparent;
  }

  .header-wrap.sticky-active {
    border-color: #c7c7c7;
  }

  .popap .fancybox-close-small {
    top: 10px;
    right: 10px;
  }

  .steps-top .section-head {
    width: -moz-calc(66.6666% - 10px);
    width: calc(66.6666% - 10px);
  }

  .steps-top .filter-top-image {
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
  }

  .category-top {
    border-top: 1px solid #d2d2d2;
  }
}

@media screen and (min-width: 961px) {
  .large-visible {
    display: none !important;
  }
}

@media screen and (min-width: 1241px) {
  .contacts-big .phone-link {
    font-size: 24px;
  }

  .contacts-big .contacts-row ul a {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .popap-form-left {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .steps-top {
    font-size: 20px;
  }

  .prices-left td {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide-rev-author {
    font-size: 20px;
  }

  .gallery-thumb {
    margin-left: 12px;
    width: -moz-calc(25% - 12px);
    width: calc(25% - 12px);
  }

  .gallery-thumbs {
    margin-left: -12px;
  }

  .car-option {
    font-size: 20px;
  }

  .car-important-options {
    font-size: 20px;
  }

  .car-btn a {
    min-height: 50px;
  }

  .inner-page + .section-contacts {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1240px) {
  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }

  .text-typograf h2,
  .text-typograf .h2 {
    font-size: 27px;
  }

  textarea {
    height: 100px;
  }

  .mob-menu {
    width: 50px;
  }

  .footer-menu {
    margin-left: 20px;
  }

  .footer-menu li {
    margin-left: 20px;
  }

  .details {
    margin-left: -20px;
  }

  .details p {
    margin-left: 20px;
  }

  .footer-bottom {
    margin-top: 32px;
  }

  .menu-policy {
    gap: 20px;
  }

  .footer {
    padding: 30px 0 20px;
  }

  .footer-dev-left {
    max-width: 268px;
  }

  .main-banner-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-banner-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-banner-btns {
    margin-top: 20px;
  }

  .main-banner-marquee {
    margin-top: 40px;
  }

  .main-banner-marquee-wrap {
    margin-left: -30px;
  }

  .main-banner-marquee-wrap li {
    margin-left: 30px;
  }

  .section {
    margin-top: 100px;
  }

  .popap-form-left > * + * {
    margin-top: 30px;
  }

  .form-column-send {
    margin-top: 24px;
  }

  .form-konf label {
    padding-left: 30px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .questions-left > * + * {
    margin-top: 30px;
  }

  .questions-right {
    padding-left: 10px;
  }

  .questions-image {
    margin-right: -10px;
  }

  .catalog-filter {
    padding: 20px;
  }

  .filter-row {
    margin-left: -20px;
  }

  .filter-col {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
  }

  .section-top {
    margin-bottom: 30px;
  }

  .section-top h2 b,
  .section-top .h2 b,
  .section-top .h1 b,
  .section-top h1 b {
    font-size: 20px;
  }

  .slider-catalog-image {
    padding-left: 20px;
  }

  .slider-catalog {
    padding-right: 20px;
  }

  .slide-catalog-descr p {
    font-size: 14px;
  }

  .slide-catalog-descr p strong {
    font-size: 16px;
  }

  .slide-catalog-title {
    font-size: 20px;
  }

  .slide-catalog-price b {
    font-size: 14px;
  }

  .slide-catalog-price i {
    font-size: 18px;
  }

  .looking-car-row {
    padding: 0 10px;
  }

  .looking-car-descr,
  .looking-car-form {
    padding: 20px;
  }

  .looking-car-image {
    margin: 20px 0;
  }

  .section-blue-form {
    padding: 0;
  }

  .looking-car-form {
    min-width: 330px;
  }

  .advantage-item + .advantage-item {
    margin-top: 30px;
  }

  .steps-row {
    margin-left: -30px;
    margin-bottom: -40px;
  }

  .step-item {
    padding-left: 30px;
    margin-bottom: 40px;
  }

  .step-count {
    margin-bottom: 30px;
  }

  .prices-short-descr {
    border-radius: 20px;
    padding: 20px;
  }

  .prices-row {
    margin-left: -30px;
  }

  .prices-left {
    padding-left: 30px;
  }

  .prices-right {
    padding-left: 30px;
  }

  .prices-footnote {
    padding-top: 30px;
    font-size: 14px;
  }

  .reviews-slider {
    padding-left: 20px;
    padding-right: 50px;
  }

  .slide-rev {
    padding: 20px;
  }

  .slide-rev-top {
    flex-wrap: wrap;
    gap: 0;
  }

  .slide-rev-ava {
    margin-right: 10px;
  }

  .slide-rev-ava img {
    width: 30px;
    height: 30px;
  }

  .slide-rev-top-right {
    padding-left: 40px;
  }

  .rev-video-slider {
    padding-left: 20px;
    padding-right: 50px;
  }

  .get-cars {
    padding: 20px;
    border-radius: 20px;
  }

  .get-cars-row {
    gap: 20px;
  }

  .faq-item + .faq-item {
    margin-top: 30px;
  }

  .faq-item-question b {
    font-size: 20px;
  }

  .faq-item-question i {
    font-size: 18px;
  }

  .faq-item-answer-inner {
    padding-right: 50px;
    font-size: 16px;
  }

  .error-page {
    margin: 50px 0 -10px;
  }

  .error-title {
    font-size: 200px;
  }

  .category-top {
    padding-top: 30px;
  }

  .page-head {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .category-body {
    margin: 50px 0 -50px;
  }

  .category-sort-inner {
    gap: 20px;
  }

  .category-sort-title {
    font-size: 16px;
  }

  .category-sort-result {
    font-size: 16px;
  }

  .category-row {
    margin-bottom: -20px;
    margin-top: 40px;
  }

  .category-row .catalog-item {
    margin-bottom: 20px;
  }

  .pagination-wrap {
    margin-top: 30px;
  }

  .car-title h1 {
    font-size: 27px;
  }

  .car-top {
    margin-left: -20px;
  }

  .car-left {
    padding-left: 20px;
  }

  .car-right {
    padding-left: 20px;
  }

  .slide-count span {
    font-size: 24px;
  }

  .car-important-options {
    gap: 5px 20px;
  }

  .car-important-options p {
    gap: 5px;
  }

  .car-price {
    gap: 5px 10px;
    font-size: 24px;
  }

  .car-body-section {
    margin-top: 50px;
  }

  .car-body-section > h3 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .slider-catalog-image {
    width: 15%;
  }

  .slider-catalog-inner {
    width: 85%;
  }

  .slider-catalog-img {
    margin-right: -40vw;
  }

  .get-cars-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .get-cars-img {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .get-cars-image {
    padding: 40px 0;
  }

  .get-cars-btn,
  .get-cars-info {
    white-space: normal;
  }

  .catalog-page-filter {
    margin-top: -50px;
  }
}

@media screen and (max-width: 990px) {
  .large-hidden {
    display: none !important;
  }

  .footer-dev {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .darvin-descr {
    padding-right: 0;
    border-right: none;
  }

  .footer-dev-left {
    max-width: none;
  }

  .footer-dev-right {
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .footer-logo {
    max-width: 195px !important;
  }

  .main-banner-left,
  .main-banner-right {
    width: 100%;
    padding: 30px 0;
  }

  .main-banner-right {
    border-left: none;
    border-top: 1px solid #d2d2d2;
  }

  .main-banner-right {
    -moz-box-pack: start;
    justify-content: flex-start;
  }

  .filter-col {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .looking-car-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    padding: 20px 0;
  }

  .looking-car-image {
    margin: 0;
  }

  .looking-car-img {
    max-width: 300px;
  }

  .looking-car-descr {
    text-align: center;
  }

  .looking-car-form .form-col-tel input {
    text-align: center;
  }

  .advantages-wrap {
    display: block;
  }

  .advantages-head {
    position: static;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .advantages-info {
    margin-top: 30px;
    max-width: none;
  }

  .catalog-page-filter {
    margin-top: 20px;
  }

  .category-row .catalog-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  * + h1,
  * + h2,
  * + h3,
  * + h4,
  * + h5,
  * + h6,
  * + .h1,
  * + .h2,
  * + .h3,
  * + .h4,
  * + .h5,
  * + .h6 {
    margin-top: 20px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  .text-typograf h2,
  .text-typograf .h2 {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 21px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  .table-responsive {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .videoadapt-wrap + p,
  .videoadapt-wrap + div,
  .videoadapt-wrap + span,
  .videoadapt-wrap + ul,
  .videoadapt-wrap + figure,
  .videoadapt-wrap + ol {
    margin-top: 20px;
  }

  * + .videoadapt-wrap {
    margin-top: 20px;
  }

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

  .alignleft {
    margin-right: 15px;
    margin-bottom: 5px;
  }

  .alignright {
    margin-left: 15px;
    margin-bottom: 5px;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter,
  img.alignnone,
  img.size-full {
    border-radius: 20px;
  }

  .header-left {
    display: none;
  }

  .site-logo {
    max-width: 108px !important;
  }

  .header {
    padding: 0;
  }

  .header-wrap {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
  }

  .header-right-row {
    gap: 20px;
  }

  .mob-menu span {
    height: 2px;
  }

  .mob-menu span:first-child {
    margin-top: -4px;
  }

  .mob-menu span:last-child {
    margin-top: 4px;
  }

  .footer-dev-right {
    -moz-box-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .footer-top,
  .footer-medium,
  .footer-bottom-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-bottom-row,
  .menu-policy {
    gap: 15px;
  }

  .menu-policy {
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-menu {
    flex-wrap: wrap;
    margin-left: -15px;
    -moz-box-pack: center;
    justify-content: center;
  }

  .footer-menu li {
    margin-left: 15px;
  }

  .footer-top-right {
    width: 100%;
  }

  .main-banner-marquee {
    margin-top: 20px;
  }

  .main-banner-marquee {
    font-size: 12px;
  }

  .main-banner-marquee-wrap {
    margin-left: -24px;
  }

  .main-banner-marquee-wrap li {
    margin-left: 24px;
  }

  .section {
    margin-top: 60px;
  }

  .main-banner-row {
    border: none;
  }

  .main-banner-left {
    padding-bottom: 16px;
    text-align: center;
  }

  .main-banner-right {
    border: none;
    padding: 0 0 30px;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .main-banner-btns {
    margin-top: 30px;
  }

  .title-img {
    display: inline-block;
  }

  .title-small-image {
    left: 26px;
    bottom: -6px;
    width: 45px;
  }

  .form-column-send {
    margin-top: 20px;
  }

  .popap {
    padding: 30px 20px;
  }

  .popap-form-right {
    display: none;
  }

  .popap-form-left {
    width: 100%;
    padding-right: 0;
  }

  .popap-form-left > * + * {
    margin-top: 20px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .questions-left {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    display: contents;
  }

  .questions-left > * {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .questions-right {
    margin-top: 30px;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    -moz-box-ordinal-group: 0;
    order: -1;
  }

  .questions-top {
    -moz-box-ordinal-group: 0;
    order: -1;
  }

  .questions-image {
    margin-right: -60px;
  }

  .questions-image img {
    width: 100%;
    max-width: 320px;
  }

  .filter-row {
    margin-bottom: -17px;
  }

  .filter-col {
    margin-bottom: 17px;
  }

  .filter-top {
    gap: 20px;
  }

  .ok-send {
    padding: 60px 30px;
    text-align: center;
  }

  .slider-catalog-image {
    display: none;
  }

  .slider-catalog-inner {
    width: 100%;
    padding-left: 20px;
  }

  .filter-top-image {
    margin-right: -50px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    padding-left: 20vw;
  }

  .filter-top {
    flex-wrap: wrap;
  }

  .filter-top-img {
    max-width: 300px;
  }

  .looking-car {
    border-radius: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .advantage-item {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 16px;
    opacity: 1 !important;
  }

  .advantage-item + .advantage-item {
    margin-top: 20px;
  }

  .section-head {
    max-width: none;
  }

  .step-item {
    width: 100%;
    margin-bottom: 32px;
  }

  .steps-row {
    margin-bottom: -35px;
  }

  .step-count {
    margin-bottom: 25px;
  }

  .prices-footnote {
    font-size: 12px;
    padding-top: 20px;
  }

  .prices-left {
    width: 100%;
  }

  .prices-right {
    width: 100%;
    -moz-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 15px;
    text-align: center;
  }

  .prices-image {
    display: inline-block;
    max-width: 400px;
  }

  .prices-short-descr {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    border-radius: 16px;
  }

  .prices-left td:last-child {
    font-size: 16px;
  }

  .prices-left tr:last-child td:last-child {
    font-size: 18px;
  }

  .slide-rev-short {
    margin-top: 16px;
  }

  .slide-rev-gallery-row {
    margin-left: -15px;
  }

  .slide-rev-gallery-row a:not(.hidden-fancybox) {
    margin-left: 15px;
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
  }

  .reviews-head {
    display: block;
  }

  .reviews-video-nav,
  .reviews-text-nav {
    display: none !important;
  }

  .filter-rev-btns {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .get-cars {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 16px;
  }

  .faq-item + .faq-item {
    margin-top: 20px;
  }

  .faq-item-question i {
    font-size: 12px;
    padding: 5px;
  }

  .faq-item-question b {
    font-size: 16px;
  }

  .faq-item-answer-inner {
    font-size: 14px;
    padding-right: 0;
  }

  .error-page {
    margin-bottom: 0;
  }

  .error-title {
    font-size: 144px;
    margin-bottom: 30px;
  }

  .error-link {
    margin-top: 30px;
  }

  .error-text {
    font-size: 24px;
  }

  .rank-math-breadcrumb {
    margin-bottom: 30px;
  }

  .category-top {
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .category-top-image {
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    padding-left: 20vw;
  }

  .category-top-img {
    max-width: 300px;
  }

  .filter-head {
    margin-bottom: -70px;
  }

  .page-head {
    padding-top: 20px;
    border-top: none;
  }

  .page-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .category-body {
    margin: 40px 0 -20px;
  }

  .category-sort-wrap {
    display: block;
  }

  .category-sort-inner {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .category-row {
    margin-top: 30px;
  }

  .pagination-wrap {
    margin-top: 20px;
  }

  .car-title h1 {
    font-size: 25px;
  }

  .car-top {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .car-left {
    padding-left: 0;
    width: 100%;
    display: contents;
  }

  .car-left > * {
    width: 100%;
  }

  .car-right {
    width: 100%;
    padding-left: 0;
    -moz-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 20px;
  }

  .car-title {
    -moz-box-ordinal-group: 0;
    order: -1;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  .car-price {
    font-size: 20px;
    padding-top: 16px;
  }

  .car-btn {
    margin-top: 20px;
  }

  .car-body-section {
    margin-top: 30px;
  }

  .car-body-section > h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .footer-top,
  .footer-medium {
    display: contents;
  }

  .footer-mobile-wrap {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -moz-box-align: center;
    align-items: center;
  }

  .footer-top-left,
  .footer-medium-left {
    -moz-box-ordinal-group: 0;
    order: -1;
  }

  .footer-medium-left {
    margin: 20px 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CBCBCB;
    width: 100%;
    text-align: center;
  }

  .details {
    -moz-box-pack: center;
    justify-content: center;
  }

  .footer-menu {
    margin-bottom: 0;
  }

  .footer-menu li {
    margin-bottom: 0;
  }

  .footer-menu a {
    border: none;
    background: none;
    color: #3846F6;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-menu a:not(:disabled):hover {
    background: none;
    color: #3846F6;
  }

  .footer-medium-right {
    margin-top: 10px;
  }

  .footer-bottom {
    margin-top: 15px;
  }

  .footer-dev-left {
    -moz-box-pack: center;
    justify-content: center;
  }

  .darvin-descr {
    max-width: 154px;
  }

  .slider-catalog-inner:not(.open-slider-catalog) .catalog-item:nth-child(3) ~ * {
    display: none;
  }

  .open-catalog-items {
    margin-top: 30px;
  }

  .open-catalog-items a {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .slider-catalog .swiper-wrapper {
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    flex-wrap: wrap;
  }

  .slider-catalog .catalog-item {
    width: 100%;
  }

  .slider-catalog .catalog-item + .catalog-item {
    margin-top: 20px;
  }

  .reviews-slider {
    padding-right: 20px;
  }

  .rev-video-slider {
    padding-right: 20px;
  }

  .reviews-slider .swiper-wrapper,
  .rev-video-slider .swiper-wrapper {
    display: block;
  }

  .reviews-slider:not(.open) .slide-rev:nth-child(3) ~ * {
    display: none;
  }

  .slide-rev + .slide-rev,
  .slide-rev-video + .slide-rev-video {
    margin-top: 20px;
  }

  .show-more-reviews {
    margin: 30px 20px 0;
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .section-content-rev-video:not(.open-video-catalog) .slide-rev-video:nth-child(3) ~ * {
    display: none;
  }

  .open-video-items {
    margin-top: 30px;
  }

  .open-video-items a {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .category-row .catalog-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  .text-typograf h2,
  .text-typograf .h2 {
    font-size: 21px;
  }

  h3,
  .h3 {
    font-size: 17px;
  }

  .main-banner-btns {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .main-banner-btns a {
    width: 100%;
  }

  .form-col-tel {
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  .form-col-send {
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  .filter-range {
    border: none;
    margin-top: -5px;
    background: none;
  }

  .filter-range-from,
  .filter-range-to {
    position: relative;
    padding-top: 27px;
    width: 50%;
  }

  .filter-range-from span,
  .filter-range-to span {
    position: absolute;
    top: 0;
  }

  .filter-range-from input,
  .filter-range-to input {
    text-align: center;
  }

  .filter-range-from input {
    border-right: none;
    background-color: rgba(22, 22, 22, 0.04);
    border-radius: 40px 0 0 40px;
  }

  .filter-range-to input {
    border-left: none;
    background-color: rgba(22, 22, 22, 0.04);
    border-radius: 0 40px 40px 0;
  }

  .filter-range-to:before {
    top: 28px;
  }

  .section-top h2 b,
  .section-top .h2 b,
  .section-top .h1 b,
  .section-top h1 b {
    font-size: 17px;
  }

  .looking-car-descr {
    text-align: left;
  }

  .prices-left tr:last-child {
    display: block;
    margin-right: -100px;
  }

  .prices-left tr:last-child td {
    display: block;
  }

  .prices-left tr:last-child td:last-child {
    padding-top: 5px;
  }

  .get-cars-btn {
    width: 100%;
  }

  .get-cars-btn a {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .error-title {
    font-size: 100px;
  }

  .error-text {
    font-size: 20px;
  }

  .category-sort {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .car-title h1 {
    font-size: 21px;
  }

  .slide-count span {
    font-size: 20px;
  }
}

@media screen and (max-width: 359px) {
  h1,
  .h1 {
    font-size: 20px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  .text-typograf h2,
  .text-typograf .h2 {
    font-size: 19px;
  }

  .section-top h2 b,
  .section-top .h2 b,
  .section-top .h1 b,
  .section-top h1 b {
    font-size: 15px;
  }

  .step-count {
    margin-bottom: 18px;
  }

  .error-title {
    font-size: 80px;
  }

  .error-text {
    font-size: 16px;
  }

  .car-title h1 {
    font-size: 19px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1160px) {
  .title-small-image {
    width: 6.2vw;
    left: 3.1vw;
    height: 3.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .advantages-info {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .advantage-item {
    margin: 0 !important;
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}