html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
}

*:before,
*:after {
  background-repeat: no-repeat !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #4e5359;
  font-size: 16px;
  line-height: 1.42857143;
}

html,
body {
  height: 100%;
}

input,
button,
textarea,
select {
  font-family: inherit;
  outline: none;
}

textarea {
  height: 115px;
  resize: none;
}

.container {
  max-width: 1386px;
  padding: 0 30px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

a {
  color: #4e5359;
  transition: all 200ms ease;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: rgba(255, 255, 255, 0);
}

a:hover {
  color: #20252c;
  text-decoration-color: #20252c;
}

.but {
  display: block;
  padding: 14px 20px;
  background-color: #f4f7fb;
  color: #688aaf;
  transition: all 200ms ease;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
}

.but:hover {
  background-color: #e8f0fa;
  color: #2161c3;
}

.scroll,
.selectize-dropdown-content {
  scrollbar-color: #de354e #fff;
  scrollbar-width: thin;
}

.scroll::-webkit-scrollbar,
.selectize-dropdown-content::-webkit-scrollbar {
  width: 5px;
  background-color: #f8f8f8;
  border-radius: 2px;
}

.scroll::-webkit-scrollbar-thumb,
.selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #de354e;
  border-radius: 2px;
  transition: all 200ms ease;
}

.scroll::-webkit-scrollbar-thumb:hover,
.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background-color: #c51f38;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 12px;
  transform: scale(0.6);
  margin: 2px auto -1px;
  float: none;
  will-change: transform;
}

.lds-ellipsis div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  will-change: transform;
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #20252c;
  margin: 16px 0 60px;
}

h2 {
  color: #20252c;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 60px;
  max-width: 740px;
}

h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #3a3f45;
  margin: 0 0 30px 0;
}

h5 {
  color: #3a3f45;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 5px;
}

.inptext,
select,
textarea {
  background: #fff;
  border: 1px solid #dcdce6;
  border-radius: 3px;
  padding: 20px 14px;
  font-size: 16px;
  width: 100%;
}

.f-color {
  color: #9ba2ab;
  opacity: 0.6;
  font-size: 13px;
  line-height: 16px;
}

.f-color .f-color {
  opacity: 1;
}

.secover {
  overflow: hidden;
}

.nobr {
  white-space: nowrap;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt120 {
  margin-top: 120px;
}

.mt160 {
  margin-top: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.mt165 {
  margin-top: 165px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt120 {
  padding-top: 120px !important;
}
.pb120 {
  padding-bottom: 120px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox'] + label {
  padding-left: 34px;
  position: relative;
  user-select: none;
}

input[type='checkbox'] + label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #858a93;
  top: 1px;
  left: 0;
  cursor: pointer;
  transition: all 100ms ease;
}

input[type='checkbox'] + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(/aa/img/check.svg);
  background-size: contain;
  opacity: 0;
  transition: all 100ms ease;
  cursor: pointer;
}

input[type='checkbox']:checked + label:before {
  background-color: #de354e;
  border-color: #de354e;
}

input[type='checkbox']:checked + label:after {
  opacity: 1;
}

ul {
  list-style: none;
  padding: 9px 0 36px;
}

li {
  color: #4e5359;
  font-weight: normal;
  padding-left: 14px;
  display: flex;
  margin-bottom: 20px;
}

li:last-child {
  margin: 0;
}

li:before {
  content: '';
  background-image: url(/aa/img/redcircle.svg);
  background-size: contain;
  width: 7px;
  height: 7px;
  padding-right: 20px;
  margin-top: 7px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.header {
  position: relative;
  z-index: 11;
  line-height: 100%;
}

.header__top {
  background: #fff;
  padding: 19px 0 24px;
  position: relative;
  z-index: 2;
}

.header__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__left {
  display: flex;
}

.header__right {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
}

.header__top-menu {
  display: flex;
  margin: 0 40px 0 80px;
  align-items: center;
  padding-top: 5px;
}

.header__top-menu .header__item + .header__item {
  margin-left: 40px;
}

.header__phone {
  margin-right: 50px;
  position: relative;
}

.header__bottom {
  background: #0b274f;
  color: #fff;
  position: relative;
  z-index: 1;
}

.header__but {
  padding: 22px 24px 22px 55px;
  background-color: #de354e;
  background-image: url(/aa/img/burgerwhite.svg);
  background-position: 24px 19px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 200ms ease;
}

.header__but:hover {
  background-color: #c51f38;
}

.header__menu {
  display: flex;
  width: 100%;
  padding-left: 25px;
  justify-content: space-between;
}

.header__menu-item {
  cursor: pointer;
  position: relative;
  display: flex;
}

.header__menu-item > a {
  padding: 24px 25px;
  color: #fff;
  transition: all 200ms ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header__menu-item > a:before {
  content: '';
  position: absolute;
  width: calc(100% - 50px);
  height: 4px;
  background: #de354e;
  transform: scaleX(0);
  transition: all 200ms ease;
  left: 25px;
  opacity: 0;
  bottom: -2px;
}

.header__menu-item > a:hover:before {
  transform: scaleX(1);
  opacity: 1;
  bottom: 0;
}

.header__menu-item:last-child a {
  padding-right: 0;
}

.header__menu-item:last-child a:before {
  width: calc(100% - 25px);
}

.header__catalog {
  background: #fff;
  padding: 33px 0 50px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 200ms ease;
  position: absolute;
  width: 100%;
}

.header__catalog .container {
  display: grid;
  grid-template-columns: 289px 1fr;
  gap: 30px;
}

.header__catalog.act {
  transform: translateY(0%);
  opacity: 1;
}

.frontpage-cat {
  transform: translateY(0%) !important;
  opacity: 1 !important;
}

.header__catmenu {
  padding-top: 16px;
}

.header__catitem {
  color: #20252c;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
  font-size: 18px;
}

.header__catitem:hover,
.header__catitem.act {
  color: #de354e;
}

.header__catitem + .header__catitem {
  margin-top: 15px;
}

.header__catblock {
  display: none;
}

.header__catblock:first-child {
  display: block;
}

.header__butparam {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 33px;
  gap: 40px;
}

.submenu {
  display: none;
  z-index: 5;
  position: absolute;
  background: #0b274f;
  width: 220px;
  top: 64px;
  left: -15px;
  padding-bottom: 6px;
  box-shadow:
    0 2px 16px rgba(0, 0, 0, 0.04),
    0 6px 24px rgba(0, 0, 0, 0.08);
  /* border-radius: 0 0 3px 3px; */
  opacity: 0;
  transition: all 100ms ease;
  transform: translateY(-10px) scale(0.96);
}

.submenu.act {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.submenu ~ a:after {
  content: '';
  display: inline-block;
  margin: 0 0 1px 5px;
  width: 11px;
  height: 7px;
  background-image: url(/aa/img/arrwhite.svg);
}

.submenu__item {
  padding: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 200ms ease;
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.submenu__item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.logo {
  width: 210px;
  height: 52px;
  margin-left: 34px;
  background-size: contain;
  background-image: url(/aa/img/logo.svg);
}

.messengers {
  display: none;
  width: 270px;
  background: #fff;
  box-shadow:
    0 2px 16px rgba(0, 0, 0, 0.04),
    0 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 18px 0;
  top: 53px;
  right: -40px;
  position: absolute;
  z-index: 1;
  transition: all 200ms ease;
  transform: translateY(15px) scale(0.99);
  opacity: 0;
}

.messengers.act {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.messengers__item {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  transition: all 200ms ease;
  text-decoration: none;
}

.messengers__item:hover {
  background-color: #f8f8f8;
}

.messengers__img {
  width: 32px;
  height: 32px;
  margin-right: 11px;
}

.messengers__text {
  font-size: 16px;
  color: #4e5359;
  display: flex;
  align-items: center;
}

.phone {
  color: #20252c;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}

.linkarr {
  color: #688aaf;
  padding-right: 15px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  user-select: none;
}

.linkarr:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  background-image: url(/aa/img/arr.svg);
  right: 0;
  top: 6px;
  transition: all 200ms ease;
}

.linkarr:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  background-image: url(/aa/img/arr2.svg);
  right: 0;
  top: 6px;
  opacity: 0;
  transition: all 200ms ease;
}

.linkarr:hover {
  color: #2161c3;
}

.linkarr:hover:before {
  opacity: 0;
}

.linkarr:hover:after {
  opacity: 1;
}

.butlk {
  padding-left: 52px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

.butlk:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/aa/img/lk.svg);
  left: 20px;
  top: 12px;
  transition: all 200ms ease;
}

.butlk:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/aa/img/lk2.svg);
  left: 20px;
  top: 12px;
  opacity: 0;
  transition: all 200ms ease;
}

.butlk:hover:before {
  opacity: 0;
}

.butlk:hover:after {
  opacity: 1;
}

.linkonline {
  display: flex;
  align-items: center;
}

.linkonline:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #de354e;
}

.butparam {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 18px;
  padding: 18px;
}

.butparam:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 16px -2px 0;
  background-size: contain;
  background-image: url(/aa/img/settings.svg);
}

.butblue {
  background-color: #2161c3;
  color: #fff;
}

.butblue:hover {
  background-color: #165ac1;
  color: #fff;
}

.butred {
  background-color: #de354e;
  color: #fff;
}

.butred:hover {
  background-color: #c51f38;
  color: #fff;
}

.marks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 40px;
  max-height: 500px;
  overflow: hidden auto;
  overflow: hidden overlay;
  padding-right: 12px;
  margin-right: -12px;
}

.marks__item {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 18px 24px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease;
  user-select: none;
  text-decoration: none;
}

.marks__item:hover {
  background-color: #f4f4f4;
}

.marks__img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 6px;
}

.marks__name {
  color: #20252c;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 6px;
}

.marks__num {
  font-size: 14px;
  color: #858a93;
}

.headerbg {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 21, 35, 0.5);
  display: none;
}

.headerbg.bgmodal {
  z-index: 12;
}

.burger {
  width: 40px;
  height: 40px;
  padding: 14px 10px;
  top: 4px;
  margin: -2px -4px -6px;
  cursor: pointer;
  display: none;
}

.burger__item {
  width: 100%;
  height: 2px;
  background-color: #4e5359;
  border-radius: 2px;
  transition: all 200ms ease;
}

.burger__item + .burger__item {
  margin-top: 3px;
}

.burger.act .burger__item:nth-child(1) {
  transform: rotate(-45deg) translate(-4px, 4px);
}

.burger.act .burger__item:nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

.burger.act .burger__item:nth-child(3) {
  transform: rotate(45deg) translate(-3px, -3px);
}

.menumobile {
  position: fixed;
  top: 57px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  transition: all 200ms ease;
  transform: translateX(-100%);
  display: none;
}

.menumobile.act {
  transform: translateX(0);
}

.menumobile__block {
  padding: 13px 0;
  border-bottom: 1px solid #dee2ea;
}

.menumobile__contacts {
  padding: 26px 16px 40px;
}

.menumobile__item {
  display: block;
  padding: 15px 16px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.menumobile__item:hover {
  background-color: #fafafa;
  color: #20252c;
}

.menumobile__item[data-id]:after {
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  top: 15px;
  width: 6px;
  height: 10px;
  background-image: url(/aa/img/arr_right.svg);
}

.menumobile__head {
  color: #20252c;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 26px;
}

.menumobile__desc {
  color: #858a93;
  font-size: 14px;
}

.menumobile__contact {
  color: #4e5359;
  font-size: 18px;
  margin: 40px 0 18px;
}

.menumobile__messengers {
  display: flex;
}

.menumobile__messenger {
  text-decoration: none;
  display: block;
}

.menumobile__messenger img {
  display: block;
}

.menumobile__messenger + .menumobile__messenger {
  margin-left: 24px;
}

.menumobile__copyright {
  color: #bec1c5;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}

.menumobile .phone {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}

.menumobile__submenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  transition: all 200ms ease;
  transform: translateX(-100%);
}

.menumobile__submenu.act {
  transform: translateX(0);
}

.menumobile__submenu-head {
  color: #20252c;
  font-size: 16px;
  padding: 20px 40px;
  background-color: #f8f8f8;
  position: relative;
  background-image: url(/aa/img/arr_left.svg);
  background-position: 22px center;
  cursor: pointer;
}

.mainform {
  transition: all 500ms ease;
  transform: translateY(0) scale(1);
  position: relative;
  z-index: 2;
  margin: -130px -82px 0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  display: flex;
  padding: 60px 82px 60px;
}

.mainform__title {
  margin-bottom: 0;
}

.mainform.scrollanim {
  transform: translateY(50px) scale(0.99);
}

.mainform__grid {
  width: 100%;
  display: grid;
  gap: 40px 30px;
  grid-template-columns: 1.452fr 1fr 1.452fr 1fr;
}

.mainform__head {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  justify-content: space-between;
  margin-bottom: -4px;
}

.mainform__head + .mainform__item {
  grid-column-start: 1;
}

.mainform__item[data-mileage='true'] {
  display: none;
}

.mainform__item .but {
  padding: 22px;
  width: 100%;
  font-size: 16px;
}

.mainform__mileage .mainform__head {
  order: 0;
}

.mainform__mileage .mainform__item:nth-child(2) {
  order: 2;
}

.mainform__mileage .mainform__item:nth-child(3) {
  order: 7;
}

.mainform__mileage .mainform__item:nth-child(4) {
  order: 3;
}

.mainform__mileage .mainform__item:nth-child(5) {
  order: 4;
}

.mainform__mileage .mainform__item:nth-child(6) {
  order: 5;
}

.mainform__mileage .mainform__item:nth-child(7) {
  order: 6;
}

.mainform__mileage .mainform__item:nth-child(8) {
  order: 8;
}

.mainform__mileage .mainform__item:nth-child(9) {
  order: 9;
}

.mainform form {
  width: 100%;
}

.switcher {
  display: flex;
  background: #ffffff;
  border: 1px solid #dcdce6;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px;
  user-select: none;
}

.switcher__btn {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding: 14px 28px;
  border-radius: 3px;
  background-color: #fff;
  color: #5b7398;
  transition: all 200ms ease;
}

.switcher__btn:hover {
  cursor: pointer;
}

.switcher__btn.act {
  background-color: #2161c3;
  color: #fff;
}

.footer {
  background-color: #182232;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 235px;
  padding: 70px 0 54px;
}

.footer__company {
  max-width: 266px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo {
  display: block;
  max-width: 186px;
  width: max-content;
}

.footer__copyright {
  margin-bottom: 39px;
}

.footer__privacy {
  text-decoration: underline;
}

.footer__privacy:hover {
  color: #dcdcdc;
  text-decoration: underline;
}

.footer__brand {
  margin: 0 0 0 73px;
  min-width: 226px;
}

.footer__info {
  margin-left: 30px;
}

.footer__menuitem {
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.footer__menuitem + .footer__menuitem {
  margin-top: 24px;
}

.footer__link {
  color: #a7aeb8;
}

.footer__link:hover {
  color: #fff;
}

.footer__menuitem .footer__link-app::before {
  background-image: url('/aa/img/icons/phone.svg');
}

.footer__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 41px;
  display: block;
}

.footer__phone {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer__phone:hover {
  color: #fff;
  text-decoration: none;
}

.footer__plump {
  font-weight: normal;
  font-size: 13px;
  line-height: 100%;
  color: #a7aeb8;
  margin-bottom: 8px;
}

.footer__plump:last-child {
  margin-bottom: 86px;
}

.footer__social {
  display: flex;
}

.footer__socialtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #a7aeb8;
  margin-bottom: 15px;
}

.footer__sociallink {
  display: block;
  opacity: 0.6;
}

.footer__sociallink + .footer__sociallink {
  margin-left: 10px;
}

.footer__sociallink:hover {
  opacity: 0.8;
}

.footer__warn {
  border: 1px solid rgba(244, 247, 251, 0.07);
}

.footer__warning {
  display: flex;
  justify-content: space-between;
  padding: 38px 0 27px;
}

.footer__text {
  max-width: 923px;
  margin-right: 100px;
}

.footer__comradeship {
  white-space: nowrap;
}

.footer__comradeship a {
  text-decoration: underline;
}

.footer__comradeship a:hover {
  color: #dcdcdc;
}

.footer__contact {
  width: max-content;
  margin: 0 0 0 auto;
}

.page {
  padding: 50px 0 160px;
}

.page__head {
  margin: 16px 0 55px;
  position: relative;
  z-index: 1;
  padding-right: 100px;
}

.page__head h1 {
  margin: 0;
}

.page__head img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  margin-left: 30px;
}

.breadcrumbs__line {
  display: flex;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  flex-wrap: wrap;
  padding: 0;
}

.breadcrumbs__item {
  margin-bottom: 0;
  padding: 0;
}

.breadcrumbs__item:before {
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__item:nth-child(2)::before {
  color: #bec1c7;
  content: '/ ';
  padding: 0 3px;
}

.breadcrumbs__item + .breadcrumbs__item::after {
  color: #bec1c7;
  content: '/ ';
  padding: 0 3px;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: #bec1c7;
  margin: 0 3px;
}

.breadcrumbs__act {
  margin: 0 0 0 3px;
}

.breadcrumbs__text {
  color: #3a3f45;
  margin-left: 5px;
}

.product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.auto {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.auto__review {
  position: absolute;
  z-index: 1;
  top: 2%;
  left: 4%;
  color: #fff;
  background-color: #de354e;
  padding: 4px 6px 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
}

.auto__desc {
  padding: 20px 20px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auto__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #20252c;
  margin: 0 0 28px 0;
  width: max-content;
}

.auto__img {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  position: relative;
}

.auto__img:after {
  content: '';
  width: 100%;
  padding-top: 71.19741%;
}

.auto__img img {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.auto__spec {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #3a3f45;
  margin: 0 0 32px 0;
}

.auto__price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #20252c;
  margin: 0 0 30px 0;
}

.auto__btn {
  position: relative;
  color: #5b7398;
  padding: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  transition: all 200ms ease;
}

.auto__btn:after {
  content: '';
  display: inline-block;
  background-image: url('/aa/img/auto-btn-arrow.svg');
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 12px;
  margin: 0 0 -1px 14px;
  transition: all 200ms ease;
  opacity: 1;
}

.auto__btn:hover {
  background-color: #d7e8ff;
}

.auto__btn:hover:after {
  opacity: 0;
  margin-right: -34px;
}

.pagination {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}

.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
  transition: background-color 200ms ease;
  cursor: pointer;
  color: #858a93;
  text-decoration: none;
}

.pagination__item + .pagination__item {
  margin-left: 16px;
}

.pagination__item:hover {
  border: 1px solid #ebeef4;
  color: #858a93;
}

.pagination__item.act {
  background-color: #f4f7fb;
  color: #2161c3;
}

.pagination__item.act:hover {
  border: 0;
}

.salon {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.salon__wrapper {
  position: absolute;
  left: 16%;
  top: 0;
  max-width: 402px;
  max-height: 630px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
}

.salon__item {
  border: 1px solid #ebeef4;
  border-bottom: none;
}

.salon__item:last-child {
  border-bottom: 1px solid #ebeef4;
}

.salon__item:first-child .salon__inner {
  display: block;
}

.salon__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #20252c;
  padding: 24px 74px 24px 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.salon__title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  background-image: url('/aa/img/map_down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  transition: all 200ms ease;
}

.salon__title.act {
  border-bottom: 1px solid #ebeef4;
  background-color: #fbfbfb;
}

.salon__title.act:before {
  transform: translateY(-50%) rotate(180deg);
}

.salon__inner {
  padding: 20px 20px 28px 28px;
  height: 100%;
  display: none;
}

.salon__logo {
  display: flex;
  align-items: center;
  margin: 0 0 18px 0;
}

.salon__logoimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin: 0 11px 0 0;
  display: flex;
  align-items: center;
}

.salon__logoimg img {
  width: 100%;
}

.salon__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #20252c;
}

.salon__text {
  color: #3a3f45;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  padding: 0 0 0 28px;
  display: block;
}

.salon__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.salon__text + .salon__text {
  margin-top: 26px;
}

.salon__address:before {
  background-image: url('/aa/img/address-marker.svg');
}

.salon__phone {
  text-decoration: none;
}

.salon__phone:hover {
  color: #3a3f45;
}

.salon__phone:before {
  background-image: url('/aa/img/address-phone.svg');
}

.salon__worktime:before {
  background-image: url('/aa/img/address-clock.svg');
}

.salon__map {
  width: 100%;
  height: 630px;
}

.selectize-input {
  background: #ffffff;
  border: 1px solid #dcdce6;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  padding: 20px 35px 20px 14px;
  display: flex !important;
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-input.has-items > input {
  display: block !important;
  width: 0 !important;
  margin: 0 !important;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 16px;
  color: #3a3f45;
}

.selectize-input input::placeholder {
  color: #3a3f45;
  transition: all 200ms ease;
}

.selectize-input input:focus::placeholder {
  opacity: 0.5;
}

.selectize-control.single .selectize-input:after {
  content: '';
  border: none;
  width: 12px;
  height: 7px;
  background-image: url(/aa/img/arr_bottom.svg);
  background-size: contain;
  transition: all 200ms ease;
}

.selectize-input.dropdown-active {
  border-radius: 3px;
}

.selectize-input.dropdown-active:before {
  display: none;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -3px;
  transform: rotate(-180deg);
}

.selectize-dropdown {
  box-shadow: none;
  border: 1px solid #dcdce6;
  transform: translateY(6px);
  margin: 0;
  border-radius: 3px;
}

.selectize-dropdown [data-selectable].option {
  padding: 11px 14px;
}

.selectize-dropdown [data-selectable].option:hover {
  background: #f8f8f8;
}

.selectize-dropdown .option.selected {
  background: #f4f4f4;
}

.selectize-dropdown .option.active {
  background: #f8f8f8;
}

.selectize-dropdown-content {
  max-height: 280px;
}

.selectize-dropdown [data-selectable] .highlight {
  color: #2161c3;
  font-weight: 500;
  background: transparent;
}

.selectize-control .selectize-input.disabled {
  background: #fff;
  opacity: 1;
}

.selectize-control .selectize-input.disabled input {
  opacity: 0.5;
}

.selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.selectize-input .item:after {
  content: '';
  /* background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0)); */
  width: 15px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.selectize-control.single .selectize-input input {
  width: 100% !important;
}

.hidesearch .selectize-input input {
  display: none !important;
}

.hidesearch .selectize-input.not-full input {
  display: block !important;
}

.doubleselect {
  display: flex;
  flex-wrap: wrap;
}

.doubleselect__item {
  width: 50%;
  position: relative;
}

.doubleselect__item:first-child .selectize-input,
.doubleselect__item:first-child .inptext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.doubleselect__item:last-child .selectize-input,
.doubleselect__item:last-child .inptext {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.irs--flat .irs-line {
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

.irs--flat {
  height: 0;
}

.irs--flat .irs-line {
  top: 0;
}

.irs--flat .irs-bar {
  top: -1px;
  height: 2px;
  background-color: #de354e;
}

.irs--flat .irs-handle > i:first-child {
  width: 100%;
  background-color: #de354e;
  border-radius: 50%;
  border: 1px solid #ffffff;
  left: 1px;
  transition: background-color 200ms ease;
}

.irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  top: -8px;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #c51f38;
}

.range-slider {
  display: none;
}

.inpword {
  color: #858a93;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  user-select: none;
  top: 22px;
  left: 15px;
  font-size: 16px;
}

.inpright {
  text-align: right;
}

.marksform {
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 30px;
  max-height: none !important;
  padding-right: 0;
  margin-right: 0;
}

.marksform .marks__item {
  padding: 38px;
  background: #ffffff;
  border: 1px solid #f8f8f8;
}

.marksform .marks__item:hover,
.marksform .marks__item.act {
  background: #f8f8f8;
}

.marksform .marks__img {
  width: 74px;
  height: 74px;
}

.marksform-mileage {
  display: none;
  grid-template-columns: repeat(7, 1fr);
  max-height: none !important;
  gap: 10px 30px;
  padding-right: 0;
  margin-right: 0;
}

.marksform-mileage.act {
  display: grid;
}

.marksform-mileage .marks__item {
  padding: 24px;
  background: #ffffff;
}

.marksform-mileage .marks__item .marks__num {
  opacity: 0;
  transition: all 200ms ease;
}

.marksform-mileage .marks__item:hover,
.marksform-mileage .marks__item.act {
  background: #f8f8f8;
}

.marksform-mileage .marks__item:hover .marks__num,
.marksform-mileage .marks__item.act .marks__num {
  opacity: 1;
}

.sliderauto {
  display: flex;
  position: relative;
}

.sliderauto__item {
  width: 100%;
}

.sliderauto .swiper-slide {
  width: calc((100% - 90px) / 4);
  min-width: 300px;
  height: auto;
}

.sliderauto .swiper-slide + .swiper-slide {
  margin-left: 30px;
}

.sliderauto.swiper-container-initialized .swiper-slide + .swiper-slide {
  margin-left: 0;
}

.sliderauto__name {
  margin-top: 20px;
  color: #20252c;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  width: 100%;
}

.sliderauto__price {
  color: #3a3f45;
  margin-top: 26px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.sliderauto__btn {
  margin-top: 30px;
  font-weight: normal;
  font-size: 16px;
  padding: 14px;
}

.sliderauto__btn:after {
  width: 17px;
  height: 10px;
  margin: 0 0 0 14px;
}

.sliderauto__btn:hover:after {
  margin-right: -31px;
}

.sliderauto .swiper-button-next {
  transform: translateX(80px);
}

.sliderauto .swiper-button-prev {
  transform: translateX(-80px);
}

.sliderauto .auto__desc {
  padding-top: 0;
  padding-bottom: 0;
}

.secslider {
  overflow: hidden;
}

.secslider .swiper-slide {
  height: auto;
  min-height: 100%;
}

.sechead {
  display: flex;
  justify-content: space-between;
}

.markslider {
  display: none;
}

.markslider.act {
  display: block;
}

.secpadding {
  padding: 130px 0;
}

.slideraction {
  display: flex;
  position: relative;
}

.slideraction__item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.slideraction__title {
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  bottom: 0;
  padding: 30px 40px;
  z-index: 1;
}
.slideraction__title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(35, 38, 43, 0.5) 30%
  );
  z-index: -1;
}

.slideraction__title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
  display: block;
}

.slideraction .swiper-slide {
  transition: transform 400ms ease;
  will-change: transform;
}

.slideraction .swiper-slide:hover {
  transform: translateY(-2px) scale(1.005);
}

.slideraction .swiper-slide + .swiper-slide {
  margin-left: 15px;
}

.slideraction.swiper-container-initialized .swiper-slide + .swiper-slide {
  margin-left: 0;
}

.slideraction .swiper-button-next {
  transform: translateX(80px);
}

.slideraction .swiper-button-prev {
  transform: translateX(-80px);
}

.slideraction img,
.slideraction__item img {
  display: block;
  /* border-radius: 3px; */
}

.showall {
  font-size: 18px;
  line-height: 22px;
  color: #858a93;
  text-decoration: none;
  cursor: pointer;
  height: max-content;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.showall:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(/aa/img/arrgray_right.svg);
  margin: 0 0 -1px 15px;
  transition: all 200ms ease;
}

.showall:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(/aa/img/arrblue_right.svg);
  margin: 0 0 -1px -8px;
  transition: all 200ms ease;
  order: 2;
  opacity: 0;
}

.showall:hover {
  color: #2161c3;
}

.showall:hover:after {
  transform: translateX(4px);
  opacity: 0;
}

.showall:hover:before {
  transform: translateX(4px);
  opacity: 1;
}

.showall-bottom {
  display: none;
  margin: 15px 0 0 auto !important;
  width: max-content;
}

.secgray {
  background: #f8f8f8;
  padding: 100px 0 130px;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
  margin-top: 20px;
}

.services__item {
  color: #3a3f45;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #bec1c7;
  position: relative;
  text-decoration: none;
}

.services__item:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url(/aa/img/arrblack_right.svg);
  margin: 0 0 -3px 15px;
  transition: all 300ms ease;
}

.services__item:before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #20252c;
  transition: all 300ms ease;
}

.services__item:hover {
  color: #20252c;
}

.services__item:hover:after {
  transform: translateX(7px);
}

.services__item:hover:before {
  width: 100%;
}

.showall-services {
  margin: 45px auto 0 0 !important;
}

.slidernews {
  position: relative;
}

.slidernews .swiper-slide {
  width: calc((100% - 90px) / 4);
}

.slidernews .swiper-slide + .swiper-slide {
  margin-left: 30px;
}

.slidernews.swiper-container-initialized .swiper-slide + .swiper-slide {
  margin-left: 0 !important;
}

.new {
  position: relative;
  text-decoration: none;
  border-radius: 0px;
  overflow: hidden;
  transition: all 250ms ease;
  will-change: transform;
  display: block;
}

.new__img {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  position: relative;
}

.new__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.new__img:after {
  content: '';
  width: 100%;
  padding-top: 60.194%;
}

.new__cont {
  padding: 30px;
  border: 1px solid #f2f5f8;
  border-top: 0;
}

.new__title {
  min-height: 98px;
  color: #3a3f45;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.new__date {
  color: #858a93;
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
}

.new:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
}

.goods {
  display: flex;
  margin-top: 40px;
}

.goods__right {
  max-width: 740px;
}

.goods__left {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 500px;
}

.goods__slider {
  max-width: 740px;
  user-select: none;
}

.goods__slider-mobile {
  display: none;
}

.goods__specification {
  width: 100%;
  padding: 50px 45px;
  background: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
  height: max-content;
}

.goods__title {
  color: #20252c;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 14px;
}

.goods__code {
  color: #858a93;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 22px;
}

.goods__code-model {
  margin-right: 50px;
}

.goods table {
  width: 100%;
  margin-bottom: 32px;
  border-spacing: 0 18px;
}

.goods tr {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}

.goods tr td:first-child {
  color: #858a93;
  padding-right: 20px;
  vertical-align: baseline;
}

.goods tr td:last-child {
  color: #3a3f45;
}

.goods__price {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #20252c;
  margin-bottom: 14px;
}

.goods__price span {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #20252c;
}

.goods__credit {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  color: #3a3f45;
  margin-bottom: 40px;
}

.goods__credit span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #20252c;
}

.goods__btn {
  padding: 16px 0;
  color: #fff;
  user-select: none;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods__btn.cost {
  margin-bottom: 20px;
}

.goods__available {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #3a3f45;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

.goods__available:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 17px;
  margin-right: 7px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.goods__available.instoke:before {
  background-image: url('/aa/img/available.svg');
}

.goods__available.sold:before {
  background-image: url('/aa/img/sold.svg');
}

.goods__address {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #858a93;
}

.goods__top {
  overflow: hidden;
  max-width: 740px;
  width: 100%;
  position: relative;
}

.goods__top img {
  width: 100%;
  display: block;
}

.goods__bottom {
  position: relative;
  display: block;
  justify-content: space-around;
  overflow: hidden;
}

.goods__bottom .swiper-slide {
  width: calc((100% - 30px) / 4);
}

.goods__bottom .swiper-slide + .swiper-slide {
  margin-left: 10px;
}

.goods__bottom.swiper-container-initialized .swiper-slide + .swiper-slide {
  margin-left: 0 !important;
}

.goods__bottom .swiper-button-next,
.goods__bottom .swiper-button-prev {
  transform: translateY(-5px) scale(0.7) !important;
  opacity: 0 !important;
}

.goods__bottom .swiper-button-next.swiper-button-disabled,
.goods__bottom .swiper-button-prev.swiper-button-disabled {
  pointer-events: none !important;
}

.goods__bottom .swiper-button-next {
  right: 2px !important;
}

.goods__bottom .swiper-button-prev {
  left: 2px !important;
}

.goods__bottom:hover .swiper-button-next,
.goods__bottom:hover .swiper-button-prev {
  opacity: 1 !important;
}

.goods__bottom:hover .swiper-button-next.swiper-button-disabled,
.goods__bottom:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.goods__sliderimg {
  max-width: 100%;
  display: inline-block;
}

.goods__slideritem {
  transition: all 200ms ease;
  cursor: pointer;
}

.goods__slideritem.act img {
  opacity: 1;
}

.goods__slideritem img {
  opacity: 0.5;
  width: 100%;
  max-width: 170px;
  max-height: 130px;
  transition: all 200ms ease;
  display: block;
  margin: 0 auto;
}

.goods__calc {
  margin-top: 50px;
}

.clickvideo:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-image: url(/aa/img/video.svg);
  z-index: 1;
}

.butborder {
  border: 1px solid #3a3f45;
  font-weight: normal;
  color: #3a3f45;
  background-color: #fff;
  margin-bottom: 28px;
  padding: 17px 0;
}

.butborder:hover,
.butborder.disable {
  color: #2161c3;
  border: 1px solid #2161c3;
  background-color: #fff;
}

.butborder .lds-ellipsis div {
  background: #2161c3;
}

.options {
  max-width: 740px;
}

.options__header {
  padding: 32px 0 30px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.options__header.act:before {
  transform: rotate(180deg);
}

.options__header:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -3px;
  background-image: url('/aa/img/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 10px;
  transition: all 200ms ease;
}

.options__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #3a3f45;
}

.options__count {
  padding: 0 75px 0 38px;
  color: #858a93;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
}

.options__item {
  border-bottom: 1px solid #e7ecf6;
}

.options__hide {
  display: none;
}

.options__hide li {
  font-size: 18px;
  line-height: 22px;
}

.equipment {
  max-width: 740px;
}

.equipment__menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.equipment__btn {
  margin: 0 10px 10px 0;
  padding: 14px 16px;
}

.equipment__btn.act {
  background-color: #2161c3;
  color: #fff;
}

.equipment__link {
  text-decoration: none;
  color: #3a3f45;
}

.equipment__item {
  display: flex;
  padding: 20px 0;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #3a3f45;
  border-bottom: 1px solid #e7ecf6;
}

.equipment__img {
  max-width: 118px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.equipment__img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.equipment__name {
  max-width: 470px;
  text-align: left;
  padding: 0 27px 0 30px;
}

.equipment__price {
  margin-left: auto;
  white-space: nowrap;
}

.salon {
  position: relative;
}

.salon__denotation {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #20252c;
  margin-top: 8px;
}

.salon__head {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3a3f45;
}

.salon__subhead {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #3a3f45;
}

.salon__map2 {
  width: 100%;
  height: 500px;
}

.salon__card {
  max-width: 565px;
  width: 100%;
  position: absolute;
  right: 17%;
  top: 60px;
  z-index: 1;
  background-color: #fff;
  padding: 30px 40px 40px;
  box-shadow: 0 4px 60px rgba(0, 28, 57, 0.08);
}

.salon__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}

.salon__row {
  display: flex;
  align-items: center;
}

.salon__row > .salon__text {
  margin-top: 0;
}

.salon__row .salon__phone {
  margin-right: 64px;
}

.mainform-catalog {
  margin: 0 0 67px;
  padding: 0;
}

.baner {
  height: 540px;
  background-position: center;
  background-size: auto 100%;
}

.autos .auto__title {
  text-transform: none;
  margin-bottom: 26px;
}

.autos .auto__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.formcalcprice__item {
  padding: 19px 0;
  font-size: 18px;
  line-height: 22px;
  color: #3a3f45;
  border-bottom: 1px solid #dee2ea;
}

.formcalcprice__label {
  display: flex;
  justify-content: space-between;
}

.formcalcprice__price1 {
  color: #3a3f45;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.formcalcprice__price1 + .formcalcprice__price2 {
  margin-top: 14px;
}

.formcalcprice__price2 {
  color: #858a93;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
}

.formcalcprice__price2 + .formcalcprice__price2 {
  margin-top: 12px;
}

.formcalcprice__tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.formcalcprice__tag {
  font-weight: 500;
}

.animopacity {
  transition: all 700ms ease;
}

.animopacity.scrollanim {
  transform: translateY(30px);
  opacity: 0;
}

.modals {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: flat;
  perspective: 800px;
}

.modal {
  max-width: 520px;
  background: #ffffff;
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  display: none;
  position: relative;
}

.modal__head {
  background-color: #f3f3f3;
  padding: 44px 130px 42px 60px;
}

.modal__cont {
  padding: 36px 60px 60px;
  overflow: hidden auto;
}

.modal__title {
  color: #20252c;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
}

.modal__desc {
  max-width: 290px;
  color: #3a3f45;
  font-size: 16px;
  line-height: 150%;
}

.modal[data-modal='cost'] .modal__head {
  background-image: url(/aa/img/calc.png);
  background-position: top right;
}

.modal[data-modal='manager'] .modal__head {
  background-image: url(/aa/img/question.png);
  background-position: top right;
}

.modal.showmodal {
  animation: animModal 300ms;
  animation-fill-mode: forwards;
}

.modal.hidemodal {
  animation: animModal 200ms;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}

.modal__success {
  width: 73px;
  height: 73px;
  margin: 0 auto 26px;
  background-image: url(/aa/img/success.svg);
}

.modal[data-modal='success'] {
  padding: 60px 95px;
  max-width: 480px;
}

.modal[data-modal='success'] .close {
  box-shadow: none;
}

.modal[data-modal='success'] .close:hover {
  transform: none;
  box-shadow: none;
}

.modal[data-modal='success'] .modal__title {
  text-align: center;
}

.modal[data-modal='success'] .modal__desc {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  max-width: none;
}

.modal[data-modal='success'] .modal__desc2 {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #3a3f45;
  margin-top: 40px;
}

@keyframes animModal {
  0% {
    opacity: 0;
    transform: translate(25px, 10px) scale(0.92) rotateX(15deg);
  }
  100% {
    opacity: 1;
  }
}

.form__item {
  position: relative;
}

.form__item + .form__item {
  margin-top: 34px;
}

.form__inp {
  color: #3a3f45;
  font-size: 16px;
  line-height: 100%;
  padding: 22px 0 16px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a5adbd;
  transition: all 200ms ease;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
}

.form__inp:focus {
  border-bottom: 1px solid #3a3f45;
}

.form__inp:focus + .form__label {
  color: #3a3f45;
  font-size: 13px;
  top: 0;
}

.form__inp.error {
  color: #de354e;
  border-bottom: 1px solid #de354e;
}

.form__label {
  color: #858a93;
  font-size: 16px;
  line-height: 100%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 200ms ease;
}

.form__label.act {
  color: #3a3f45;
  font-size: 13px;
  top: 0;
}

.form__but {
  margin-top: 48px;
  width: 100%;
  padding: 18px;
}

.form__but2 {
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  padding: 18px;
}

.form__agree {
  position: relative;
  margin-top: 30px;
}

.form__checklabel {
  color: #858a93;
  font-size: 14px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
}

.form__checklabel a {
  color: #5b7398;
}

.form__checklabel a:hover {
  text-decoration-color: #5b7398;
}

.form__error {
  color: #de354e;
  margin: 12px 0 -16px;
  text-align: center;
  font-size: 13px;
  display: none;
}

.close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  background-position: center;
  background-image: url(/aa/img/close.svg);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
  z-index: 2;
}

.close:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modelblock {
  position: relative;
  color: #fff;
}

.modelblock:before {
  content: '';
  position: absolute;
  z-index: 0;
  background: rgba(11, 39, 79, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modelblock .container {
  position: relative;
  z-index: 1;
}

.modelblock__wrap {
  padding: 50px 0;
  max-width: 500px;
}

.modelblock .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.5);
}

.modelblock .breadcrumbs__link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.modelblock .breadcrumbs__act {
  color: #ffffff;
}

.modelblock h1 {
  color: #fff;
  margin: 56px 0 40px;
  line-height: 140%;
}

.modelblock .h1-kia-tradein {
  font-size: 32px;
}

.modelblock__buttons {
  display: flex;
  justify-content: space-between;
}

.modelblock__buttons .but {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  padding: 18px 36px;
}

.modelblock__buttons .but + .but {
  margin-left: 20px;
}

.modelblock__buttons .buttranparent {
  padding: 17px 35px;
}

.modelblock__prs {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}

.modelblock__pr {
  padding-left: 38px;
  color: #fff;
  background-size: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.modelblock__pr + .modelblock__pr {
  margin-left: 30px;
}

.pr1 {
  background-image: url(/aa/img/procent.svg);
}

.pr2 {
  background-image: url(/aa/img/place.svg);
}

.buttranparent {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}

.buttranparent:hover {
  background: rgba(255, 255, 255, 0.1);
}

.textd {
  text-decoration: underline;
}

.aboutmodel {
  display: grid;
  grid-template-columns: 1fr 550px;
  gap: 65px;
}

.aboutmodel__img {
  display: block;
  max-width: 550px;
  /*margin-top: 90px;
	margin-bottom: -40px; */
}

.aboutmodel__text {
  font-size: 18px;
  line-height: 140%;
  color: #3a3f45;
}

.aboutmodel__text p + p {
  margin-top: 30px;
}

.mainform-model {
  margin: 60px 0 30px;
  padding: 0;
}

.mainform-model .mainform__grid {
  grid-template-columns: 1fr 0.8fr 0.7fr;
}

.sort {
  margin-bottom: 40px;
  color: #858a93;
  font-size: 16px;
  line-height: 150%;
}

.sort__word {
  color: #3a3f45;
  margin-right: 6px;
}

.sort__link {
  color: #858a93;
  white-space: nowrap;
}

.sort__link.act {
  color: #2161c3;
}

.sort__link.act:hover {
  text-decoration-color: #2161c3;
}

.autos-model .auto__price {
  font-weight: bold !important;
}

.successimg {
  width: 73px;
  height: 73px;
  margin: 0 auto 26px;
  background-image: url(/aa/img/success.svg);
  background-size: contain;
}

.failimg {
  width: 73px;
  height: 73px;
  margin: 0 auto 26px;
  background-image: url(/aa/img/fail.svg);
  background-size: contain;
}

.returnpay {
  max-width: 615px;
  text-align: center;
  margin: 70px auto 0;
}

.returnpay.returnpayerr {
  max-width: 700px;
}

.returnpay__head {
  color: #20252c;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
}

.returnpay__desc {
  color: #3a3f45;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
}

.returnpay__but {
  width: max-content;
  padding: 18px 55px;
  margin: 0 auto;
}

.form__checklabel a {
  text-decoration: underline;
}

.credit-info,
.baseprice-info,
.startprice-info {
  cursor: pointer;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.credit-info-text,
.baseprice-info-text,
.startprice-info-text {
  background-color: #fff;
  /* border-radius: 7px; */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #8d8d8d;
  font-size: 12px;
  left: 0;
  max-width: 400px;
  min-width: 180px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 115%;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}

.cartip {
  position: relative;
  line-height: normal;
}
