@font-face {
  font-family: "SBSansDisplay";
  font-style: normal;
  font-weight: 300;
  src: local("SBSansDisplay-Light"), url("../fonts/sb-sans-display-light.otf") format("woff");
}
@font-face {
  font-family: "SBSansDisplay";
  font-style: normal;
  font-weight: 400;
  src: local("SBSansDisplay-Regular"), url("../fonts/SBSansDisplay-Regular.otf") format("woff");
}
@font-face {
  font-family: "SBSansDisplay";
  font-style: normal;
  font-weight: 600;
  src: local("SBSansDisplay-Semibold"), url("../fonts/sb-sans-display-semibold.ttf") format("woff");
}
@font-face {
  font-family: "SBSansDisplay";
  font-style: normal;
  font-weight: 700;
  src: local("SBSansDisplay-Bold"), url("../fonts/sb-sans-display-bold.otf") format("woff");
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

:root {
  --font-family: "SBSansDisplay", sans-serif;
  --textColor: #262626;
  --mainBgColor: #F4F5F6FF;
  --colorPlaceholder: #6f6f6f;
  --main-prem: #590095;
  --main-item: #10a443;
  --container: 1180px;
}

body {
  font-family: var(--font-family);
  line-height: 1.2;
  font-size: 16px;
  color: var(--textColor);
  font-weight: 400;
  background: var(--mainBgColor);
  position: relative;
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: var(--font-family);
}

a {
  color: var(--textColor);
}

.main {
  margin-top: 20px;
}

.btn__item, .btn__prem {
  font-family: var(--font-family);
  cursor: pointer;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0px 25px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  border-radius: 16px;
  gap: 15px;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
}

.btn__prem {
  color: #fff;
  background: var(--main-prem);
}
.btn__prem:hover {
  background: #7101bb;
}

.btn__item {
  color: #fff;
  background: var(--main-item);
}
.btn__item:hover {
  background: var(--main-prem);
}

.input__prem {
  outline: none;
  background: #f4f5f6;
  border: none;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  height: 35px;
  padding: 0px 20px;
  color: var(--textColor);
  width: 100%;
}
.input__prem::-moz-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem::-webkit-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem:-ms-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem::-ms-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem::placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem:focus {
  border: 1px solid var(--main-prem);
}

.section__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-form-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.main-form-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main-form-checkbox-checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: url("../img/check-icon.svg") center/contain no-repeat;
}

.main-form-checkbox-text {
  font-size: 14px;
}

.main-form-checkbox-text a {
  display: inline;
  text-decoration: underline;
}

.header {
  background: #fff;
}
.header.active__header .header__nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.header__mobil {
  display: none;
}
.header__contact {
  padding: 7px 0px;
  border-bottom: 1px solid #ddd;
}
.header__contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
}
.header__nav {
  padding: 14px 0px;
  background: #fff;
}
.header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__list ul li a {
  text-decoration: none;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__like {
  margin-right: 70px;
  position: relative;
}
.header__like span {
  position: absolute;
  right: -10px;
  bottom: 2px;
  background: var(--main-prem);
  color: #fff;
  font-size: 14px;
  padding: 1px 3px;
  border-radius: 4px;
}
.header__phone {
  text-decoration: none;
  font-weight: 600;
  margin-right: 20px;
}
.header__link {
  width: 32px;
  height: 32px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--main-prem);
  border-radius: 6px;
}

.filter__prem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background: var(--main-prem);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 2px 2px 0px 2px;
}
.filter__prem > a {
  padding: 10px 25px;
  color: #fff;
  background: var(--main-prem);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
}
.filter__prem-box {
  width: 83%;
}
.filter__prem-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 2px;
}
.filter__prem-row-two {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  display: none;
}
.filter__prem-row-two .filter__prem-item {
  max-width: 236px;
}
.filter__prem-row-two.active {
  display: -ms-grid;
  display: grid;
}
.filter__prem-item {
  border-right: 1px solid #ddd;
  background: #fff;
  max-width: 189px;
}
.filter__prem-item .input__item {
  border: none;
  height: 45px;
}
.filter__prem-item:last-child {
  border-right: none;
}
.filter__prem-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.filter__prem-item .select2-container--default .select2-selection--single {
  height: 45px;
}
.filter__prem-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.filter__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.filter__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.filter__list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px 25px;
  padding: 0px 10px;
}
.filter__list-inner li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.filter__list-inner li a span {
  color: var(--main-item);
}
.filter__list-inner li a:hover {
  text-decoration: underline;
}
.filter__list-inner li a:hover span {
  color: var(--main-prem);
}

.input__item {
  outline: none;
  font-size: 16px;
  height: 35px;
  padding: 0px 10px;
  background: transparent;
}
.input__item::-moz-placeholder {
  color: var(--textColor);
}
.input__item::-webkit-input-placeholder {
  color: var(--textColor);
}
.input__item:-ms-input-placeholder {
  color: var(--textColor);
}
.input__item::-ms-input-placeholder {
  color: var(--textColor);
}
.input__item::placeholder {
  color: var(--textColor);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--textColor);
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 12px;
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--main-prem);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 100%;
  height: 20px;
  background: url(../img/arrow-select.svg) center no-repeat;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.filter__check-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter__check-checkbox .checkmark,
.filter__check-link {
  height: 17px;
  width: 34px;
  background: #c4c4c4;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}

.filter__check-checkbox .checkmark::after,
.filter__check-link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 100%;
}

.filter__check-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter__check-checkbox input:checked ~ .checkmark {
  background: var(--main-prem);
}

.filter__check-checkbox input:checked ~ .checkmark::after {
  left: auto;
  right: 3px;
}

.filter__check-link.active {
  background: var(--main-prem);
}
.filter__check-link.active::after {
  left: auto;
  right: 3px;
}

.intro {
  background: url("../img/intro-bg.jpg") center/cover;
  padding: 6px 10px 8px 10px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.intro h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.intro h2 span {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
}
.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
}
.intro__list li::before {
  content: "";
  width: 27px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2.72732C11.3637 7.27894 7.58958 10.9265 2.89358 12.9997C7.58997 15.0727 11.3644 18.7202 13.501 23.272C15.6367 18.7197 19.4106 15.0722 24.1066 12.9998C19.4105 10.9266 15.6364 7.27899 13.5 2.72732Z' stroke='%23590095' stroke-width='2' /%3E%3C/svg%3E");
}
.intro__des {
  text-align: center;
  color: #03592c;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.intro__des::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(14px);
          filter: blur(14px);
  background: rgba(255, 255, 255, 0.5);
  width: 120%;
  height: 120%;
  z-index: 0;
}
.intro__des > div {
  position: relative;
  z-index: 1;
}
.intro__des span {
  font-size: 28px;
  text-transform: uppercase;
}

.catalog__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.catalog__item {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
  overflow: hidden;
}
.catalog__item::hover {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  
}
.catalog__item::hover .catalog__item-present svg path {
  fill: var(--main-prem);
}
.catalog__item-name {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  height: 46px;
}
.catalog__item-img {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
}
.catalog__item-img-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21px;
  gap: 5px;
  padding: 4px 10px;
  background: #f3f3f3;
  font-size: 10px;
  border-radius: 12px;
}
.catalog__item-img-like {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 1;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.catalog__item-des {
  font-size: 14px;
  color: #616060;
  margin-bottom: 10px;
}
.catalog__item-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
}
.catalog__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__item-price-inner p {
  font-size: 10px;
  margin-bottom: 2px;
  color: #616060;
}
.catalog__item-price-inner span {
  font-weight: 600;
  color: var(--main-prem);
}

.catalog__item-price-tow span {
  color: var(--main-item);
}

.offer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 680px 20px auto;
  grid-template-columns: 680px auto;
  gap: 20px;
  margin-bottom: 10px;
}
.offer > div {
  padding: 30px 20px 20px 20px;
  background: #fff;
  border-radius: 20px;
}
.offer__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.offer__prem-item {
  padding: 20px 10px;
  border-radius: 12px;
  background: #f0f5f8;
  position: relative;
  height: 160px;
}
.offer__prem-item h3 {
  font-size: 16px;
  font-weight: 400;
}
.offer__prem-item img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.offer__link {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 8px 10px;
  background: #f0f5f8;
  border-radius: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offer__link:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.offer__link:last-child {
  margin-bottom: 0;
}

.collect__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px 5px;
}
.collect__inner a {
  text-decoration: none;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border-radius: 16px;
  background: #f0f5f8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.collect__inner a:hover {
  background: var(--main-prem);
  color: #fff;
}

.seo__des p {
  font-size: 14px;
}

.news__slider-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__slider-title h2 {
  font-size: 24px;
  font-weight: 600;
}
.news__slider-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1175DA;
}
.news__slider-box {
  position: relative;
}
.news__slider-box .news__slider-btn-next {
  right: -20px;
}
.news__slider-box .news__slider-btn-prev {
  left: -20px;
}
.news__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 165px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  color: #fff;
}
.news__slider-item::before, .news__slider-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.news__slider-item::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #f0f5f8), color-stop(39%, rgba(240, 245, 248, 0)), color-stop(85.5%, #f0f5f8));
  background: -o-linear-gradient(top, #f0f5f8 29%, rgba(240, 245, 248, 0) 39%, #f0f5f8 85.5%);
  background: linear-gradient(180deg, #f0f5f8 29%, rgba(240, 245, 248, 0) 39%, #f0f5f8 85.5%);
}
.news__slider-item > div,
.news__slider-item > a {
  position: relative;
  z-index: 2;
}
.news__slider-item-name {
  text-decoration: none;
  font-size: 14px;
}
.news__slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__slider-row a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #009E36;
  font-size: 12px;
}
.news__slider-date {
  font-size: 10px;
  color: var(--textColor);
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #590095;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
  color: #590095;
}

.feedback {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.feedback__img {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 0;
  width: 300px;
}
.feedback__content {
  position: relative;
  z-index: 1;
  max-width: 770px;
}
.feedback__content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.feedback__content p {
  font-size: 18px;
  color: #828282;
  margin-bottom: 10px;
}
.feedback__form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.main-form-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.main-form-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main-form-checkbox-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark {
  background: var(--main-prem);
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: url("../img/check-icon.svg") center/contain no-repeat;
}

.main-form-checkbox-text {
  font-size: 10px;
  color: #828282;
}

.main-form-checkbox-text a {
  display: inline;
  text-decoration: underline;
}

.footer {
  background: url("../img/footer-bg.jpg") center/cover;
  padding: 20px 0px 10px 0px;
  color: #828282;
}
.footer__inner {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer__box {
  width: 72%;
}
.footer__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
.footer__list ul a {
  font-size: 14px;
  text-decoration: none;
  color: #828282;
}
.footer__list ul a:hover {
  color: #fff;
}
.footer__content {
  margin-bottom: 45px;
}
.footer__car-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: 7px 10px;
}
.footer__car-list li a {
  text-decoration: none;
  font-size: 12px;
  color: #8b8b8b;
}
.footer__car-list li a:hover {
  color: #fff;
}
.footer__contact {
  margin-top: 40px;
}
.footer__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}
.footer__phone {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

.copyright p {
  font-size: 14px;
}

.catalog__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.catalog__pag a {
  text-decoration: none;
  font-size: 24px;
  color: #616060;
}
.catalog__pag a.active {
  color: var(--main-prem);
}
.catalog__pag a:hover {
  color: var(--main-prem);
}

.section__title span {
  color: var(--main-prem);
  font-weight: 700;
}

.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}
.crumbs ul li {
  margin-bottom: 10px;
}
.crumbs a {
  text-decoration: none;
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs a::after {
  content: "";
  width: 3px;
  height: 2px;
  background: #939393;
  margin: 0px 10px;
}
.crumbs span {
  color: var(--main-item);
}

.model {
  background: transparent;
  padding: 0px;
}
.model .page__title {
  padding: 0px 20px;
}
.model__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
.model__col {
  overflow: hidden;
}
.model__img {
  margin-bottom: 15px;
}
.model__img-mobil {
  display: none;
}
.model__slide {
  width: 100%;
  height: 344px;
  border-radius: 15px;
}
.model__slider-list-slide {
  width: 100%;
  height: 60px;
  border-radius: 15px;
}
.model__slider {
  margin-bottom: 10px;
}
.model__offer {
  padding: 20px;
  border-radius: 15px;
  background: #fff url("../img/model-offer-bg.png") center/cover no-repeat;
  margin-bottom: 20px;
}
.model__offer h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.model__offer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 20px;
}
.model__offer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.model__offer ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5006 1.92818C6.30723 4.63883 4.13938 6.80676 1.42878 8.00021C4.1396 9.19354 6.30768 11.3615 7.50119 14.0722C8.69412 11.3611 10.8619 9.19324 13.5725 8.00026C10.8619 6.80682 8.69397 4.63887 7.5006 1.92818Z' fill='white' stroke='%23009E36' /%3E%3C/svg%3E");
}
.model__form {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
.model__form h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.model__form-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
.model__form-inner .input__prem,
.model__form-inner .btn__prem {
  width: 100%;
}
.model__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.model__price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
.model__price > div p {
  font-size: 14px;
  font-weight: 400;
  color: var(--textColor);
}
.model__price-item-new {
  font-size: 34px;
  color: var(--main-prem);
  font-weight: 700;
}
.model__price-item-credit {
  font-size: 20px;
  font-weight: 400;
}
.model__price-item-credit span {
  color: var(--main-item);
  font-size: 24px;
  font-weight: 700;
}
.model__price-like {
  text-align: center;
}
.model__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}
.model__ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
}
.model__char {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
}
.model__char h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.model__char-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.model__char-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 400;
}
.model__btn {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.model__info-box {
  display: none;
  padding-top: 10px;
  font-size: 14px;
}
.model__info-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.model__info-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
.model__info-box ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  min-height: 5px;
  min-width: 5px;
  background: var(--main-item);
  border-radius: 100%;
}
.model__info {
  padding: 1px;
  background: var(--main-prem);
  border-radius: 20px;
}
.model__info h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 20px;
}
.model__info-inner {
  background: #fff;
  border-radius: 20px;
}

.model__link.active {
  color: var(--main-item);
}
.model__link.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.model__link.active ~ .model__info-box {
  display: block;
}

.model__des-content {
  padding: 9px 20px;
  border-bottom: 1px solid #ddd;
}
.model__des-content:last-child {
  border: none;
}

.model__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}
.model__link span {
  font-weight: 700;
  color: var(--main-item);
}

.credit {
  padding: 0px;
  background: transparent;
}
.credit__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}
.credit__img {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 330px;
  overflow: hidden;
}
.credit__img-mobil {
  display: none;
}
.credit__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.credit__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.credit__select {
  padding: 2px;
  background: var(--main-prem);
  border-radius: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.credit__select-item {
  max-width: 275px;
}
.credit__select h2, .credit__select h3 {
  color: #fff;
  margin: 0px 20px 10px 20px;
}
.credit__select h2 {
  font-size: 18px;
  font-weight: 600;
}
.credit__select h3 {
  font-size: 16px;
  font-weight: 400;
}
.credit__select-box {
  margin-bottom: 20px;
}
.credit__select-box:last-child {
  margin-bottom: 0;
}
.credit__select-box-inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.credit__select-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  overflow: hidden;
  border-radius: 20px;
}
.credit__select-check-item {
  border-right: 1px solid #eaeaea;
  background: #fff;
  height: 35px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.credit__select-check-item input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.credit__select-check-item input:checked ~ div {
  color: #fff;
  z-index: 1;
}
.credit__select-check-item input:checked ~ div::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-item);
}
.credit__select-check-item:first-child, .credit__select-check-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.credit__select-check-item:last-child {
  border: none;
}
.credit__info {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.credit__info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.credit__info-price > div p {
  font-size: 14px;
}
.credit__info-price-new div {
  font-size: 34px;
  font-weight: 700;
  color: var(--main-prem);
}
.credit__info-price-credit div {
  font-size: 20px;
}
.credit__info-price-credit div span {
  font-size: 24px;
  color: var(--main-item);
  font-weight: 700;
}
.credit__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.credit__info-item .input__prem,
.credit__info-item .btn__prem {
  width: 100%;
}
.credit__des {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 430px;
  grid-template-columns: auto 430px;
  gap: 10px;
  margin-bottom: 10px;
}
.credit__des-col {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.credit__des-col h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.credit__des-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 10px;
}
.credit__des-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.credit__des-item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5006 1.42818C6.30723 4.13883 4.13938 6.30676 1.42878 7.50021C4.1396 8.69354 6.30768 10.8615 7.50119 13.5722C8.69412 10.8611 10.8619 8.69324 13.5725 7.50026C10.8619 6.30682 8.69397 4.13887 7.5006 1.42818Z' fill='white' stroke='%23009E36' /%3E%3C/svg%3E");
}
.credit__offer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.credit__offer-item {
  background: #fff url("../img/credit-offer-bg.png") center/cover no-repeat;
}

.bank__slider-inner {
  position: relative;
}
.bank__slider-inner .bank__slider-btn-prev {
  left: -15px;
}
.bank__slider-inner .bank__slider-btn-next {
  right: -15px;
}
.bank__slider-box {
  height: 120px;
  overflow: hidden;
}
.bank__slider-item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.bank__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.credit__select-item {
  border-bottom: 1px solid #ddd;
}
.credit__select-item:last-child {
  margin-bottom: 0;
}
.credit__select-item .input__prem {
  background: transparent;
}
.credit__select-item .input__prem:focus {
  border: none;
}

.credit__select-des {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.credit__select-des span {
  font-size: 24px;
  font-weight: 700;
}

.tradein__des {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 540px;
  grid-template-columns: auto 540px;
}

.ransom .credit__info {
  padding: 10px;
}

.main-form-checkbox-text {
  line-height: 1;
}

.order {
  background: transparent;
  padding: 0px;
}
.order .page__title {
  text-align: center;
  margin-bottom: 30px;
}
.order__border {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#009e36), to(#590095));
  background: -o-linear-gradient(left, #009e36 0%, #590095 100%);
  background: linear-gradient(90deg, #009e36 0%, #590095 100%);
}
.order__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.order__item {
  text-align: center;
  -webkit-box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.order__item::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='20' viewBox='0 0 39 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L12 10.0019L1 19' stroke='%23A7A8A9' stroke-width='1.32402' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M14 1L25 10.0019L14 19' stroke='%23A7A8A9' stroke-width='1.32402' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M27 1L38 10.0019L27 19' stroke='%23A7A8A9' stroke-width='1.32402' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  width: 40px;
  height: 20px;
  position: absolute;
  z-index: 3;
  right: -30px;
  top: 40%;
}
.order__item:last-child::after {
  display: none;
}
.order__item-number {
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 135px;
  height: 116px;
  padding-top: 15px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.order__item-content {
  padding: 65px 20px 40px 20px;
  background: url("../img/order-bg.png") center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.order__item-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  height: 46px;
}
.order__item-content p {
  height: 100px;
}
.order__item-icon {
  width: 66px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.news__list {
  padding: 0px;
  background: transparent;
}
.news__list .page__title {
  padding: 0px 20px;
}
.news__list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}

.news__text {
  padding: 0px;
  background: transparent;
}
.news__text .page__title {
  padding: 0px 20px;
}
.news__text-title {
  margin-bottom: 20px;
}
.news__text-title h2 {
  font-size: 24px;
  font-weight: 600;
}
.news__text-date {
  font-size: 10px;
}
.news__text-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.news__text-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.news__text-inner p {
  margin-bottom: 20px;
}

.contact {
  padding: 0px;
  background: transparent;
}
.contact .page__title {
  padding: 0px 20px;
}
.contact__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 20px auto;
  grid-template-columns: 380px auto;
  gap: 20px;
}
.contact__map {
  border-radius: 20px;
  overflow: hidden;
}
.contact__content {
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact__item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact__item p {
  font-size: 18px;
}
.contact__item .btn__prem {
  width: 250px;
}
.contact__phone {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.popup {
  padding: 20px;
  border-radius: 20px;
  background: #F4F5F6FF;
}
.popup__box {
  border-radius: 20px;
  background: #fff;
  padding: 30px 20px;
}
.popup__feedback-inner {
  position: relative;
}

.popup__feedback-content {
  position: relative;
  z-index: 1;
  width: 260px;
}

.popup__feedback-img {
  position: absolute;
  z-index: 0;
  right: -20px;
  bottom: -30px;
  width: 270px;
}

.popup__feedback-content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popup__feedback-content p {
  color: #828282;
  font-size: 18px;
  margin-bottom: 10px;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.popup__form-item .btn__prem,
.popup__form .input__prem {
  width: 100%;
}

.popup__car-inner  > h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.popup__car-inner  > h2 span {
  color: #45ab83;
  font-weight: 700;
}

.popup__car-inner  > p {
  font-size: 20px;
  margin-bottom: 10px;
}

.popup__car-row {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 20px;
}

.popup__car-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.popup__car-content .model__price-item {
  margin-bottom: 10px;
}

.popup__car-content .model__price-item p {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.popup__car-content .model__price-item-new {
  font-size: 34px;
  font-weight: 700;
}

.popup__car-content .model__price-item-credit >  div {
  color: #828282;
  font-size: 20px;
}

.popup__car-content .model__price-item-credit >  div  span {
  font-size: 24px;
}

.popup__thx-inner h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.popup__thx-inner  h3{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #828282;
} 
.popup__thx-inner  p{
  color: #828282;
}

.image {
  width: 100% !important;
}

.image img {
  width: 100%;
  border-radius: 20px;
}

.image.image-style-align-left {
  margin-right: 20px;
}

.image.image-style-align-left,
.image.image-style-align-right {
  width: 48% !important;
  display: inline-block;
}

.catalog__item-img {
  border-radius: 12px;
  overflow: hidden;
}

.catalog__item-img-item {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 6px 8px;
  border-radius: 12px;
}

.catalog__item-img-pag {
  bottom: 0;
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 0 !important;
}

.catalog__item-img-pag > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.catalog__item-img-pag > .swiper-pagination-bullet {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  margin: 0;
  height: 100%;
  border-radius: 0;
  background: none;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.catalog__item-img-pag > .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--main-prem);
  border-radius: 2px;
}

.credit__select-item-img {
  width: 30px;
  height: 30px;
}

.option {
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  gap: 5px;
}

.option_image {
  width: 100px;
  background-position: center;
  background-size: cover;
  background-color: #e0e0e0;
}

.block-info {
  max-width: 63%;
}

.option_title {
  font-weight: bold;
  font-size: 12px;
}

.option_info {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin: 5px 0;
}

.option_price {
  display: block;
  font-weight: 600;
}

.option_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.option:hover {
  cursor: pointer;
}

@media (max-width: 1180px) {
  .container {
    max-width: 980px;
  }
  .header__list ul {
    gap: 10px;
  }
  .header__like {
    margin-right: 20px;
  }
  .page__title {
    font-size: 26px;
  }
  .filter__check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
  .filter__prem-row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .filter__prem-item {
    max-width: 100%;
  }
  .filter__prem-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
  }
  .filter__prem-item:last-child {
    border-right: 1px solid #ddd;
  }
  .filter__prem-box {
    width: 75%;
  }
  .filter__list-inner {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
  .catalog__item-name {
    font-size: 16px;
  }
  .catalog__item-des {
    font-size: 12px;
  }
  .catalog__item-present {
    font-size: 12px;
  }
  .catalog__item-price-inner span {
    font-size: 14px;
  }
  .collect__inner {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .feedback__content p {
    font-size: 16px;
  }
  .feedback__content {
    max-width: 700px;
  }
  .footer__list ul {
    gap: 20px;
  }
  .footer__phone {
    font-size: 20px;
  }
  .footer__car-list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .model__price-item-new {
    font-size: 26px;
  }
  .model__price-item-credit {
    font-size: 18px;
  }
  .model__price-item-credit span {
    font-size: 20px;
  }
  .model__btn .btn__prem,
  .model__btn .btn__item {
    font-size: 16px;
  }
  .model__form-item .btn__prem {
    font-size: 16px;
  }
  .model__char-inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .credit__info-price-new div {
    font-size: 25px;
  }
  .credit__info-price-credit div {
    font-size: 16px;
  }
  .credit__info-price-credit div span {
    font-size: 20px;
  }
  .credit__info-item .btn__prem {
    font-size: 14px;
  }
  .credit__des-item::before {
    min-width: 15px;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 771px;
  }
  .header__desktop {
    display: none;
  }
  .header__mobil {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 7px 0px;
  }
  .header__mobil-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__mobil-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .header__mobil-list {
    position: fixed;
    z-index: 9999;
    left: -70%;
    width: 70%;
    top: 95px;
    background-color: #fff;
    padding: 20px;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
  }
  .header__mobil-list.active {
    left: 0;
  }
  .header.active__header .header__nav {
    position: static;
  }
  .header__burger {
    width: 30px;
    height: 20px;
    position: relative;
  }
  .header__burger-line {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: var(--main-prem);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__burger.active .header__burger-line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .header__burger.active .header__burger-line:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active .header__burger-line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .header__burger-line:nth-child(1) {
    top: 0;
  }
  .header__burger-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__burger-line:nth-child(3) {
    bottom: 0;
  }
  .header__mobil-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__mobil-contact {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b1b1b1;
  }
  
  .header__mobil-contact .header__phone {
    font-size: 12px;
    margin-right: 0;
    font-weight: 700;
  }
  .header__mobil-contact .header__contact-item svg{
    display: none;
  }
  .header__mobil-contact-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .main {
    margin-top: 110px;
  }
  .filter__prem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter__prem-box {
    width: 100%;
  }
  .filter__prem > a {
    width: 100%;
    border-radius: 20px;
  }
  .filter__list-inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .intro h2 span {
    font-size: 32px;
  }
  .intro h2 {
    font-size: 20px;
  }
  .intro__list {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro__des span {
    font-size: 22px;
  }
  .catalog__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .offer {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .collect__inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footer__box {
    width: 100%;
  }
  .footer__contact {
    margin-top: 0;
  }
  .model__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .model__img {
    display: none;
  }
  .model__img-mobil {
    display: block;
  }
  .model__slider-two {
    margin-bottom: 10px;
  }
  .header__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header__contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header__contact-item {
    color: #000;
  }
  .credit__inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .credit__select-item {
    max-width: 370px;
  }
  .credit__des {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .order__inner {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
  }
  .order__item:nth-child(3)::after {
    display: none;
  }
  .news__list-inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .contact__inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  /* pravki */

  .header__btns {
    display: flex;
    gap: 10px;
  }

  .filter__list {
    display: none;
  }
  .intro  {
    display: none;
  }
  .catalog__item-present {
    display: none;
  }

  .catalog__item-img-ins {
    display: none;
  }

  .catalog__item-name {
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
  }

  .model__img .swiper-button-next,
  .model__img .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 771px) {
  .container {
    max-width: 375px;
  }
  .header__logo img {
    max-width: 180px;
  }
  section {
    padding: 10px 15px;
  }
  .page__title {
    font-size: 20px;
  }
  .filter__prem-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .filter__prem-item {
    border-bottom: 1px solid #ddd;
  }
  .filter__prem-row-two .filter__prem-item {
    max-width: 100%;
  }
  .filter__check-item {
    width: 100%;
  }
  .filter__list-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .intro h2 span {
    font-size: 22px;
  }
  .intro__list li {
    font-size: 14px;
  }
  .intro__des span {
    font-size: 20px;
  }
  .catalog__item-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog__item-img {
    height: 100px;
  }
  .offer__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .collect__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .feedback__content h2 {
    font-size: 20px;
  }
  .feedback__content p {
    font-size: 15px;
  }
  .feedback__form-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .feedback__form-row .btn__prem {
    width: 100%;
  }
  .feedback__img {
    display: none;
  }
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .footer__car-list {
    display: none;
  }
  .footer__content {
    margin-bottom: 0;
  }
  .copyright p {
    font-size: 10px;
  }
  .catalog__pag a {
    font-size: 16px;
  }
  .model .page__title {
    padding: 0px;
  }
  .model__slide {
    height: 220px;
  }
  .model__price > div p {
    font-size: 10px;
  }
  .model__price-item-new {
    font-size: 20px;
  }
  .model__price-item-credit span {
    font-size: 18px;
  }
  .model__price > div {
    height: 45px;
  }
  .model__ins {
    font-size: 14px;
  }
  .model__char-inner {
    gap: 10px;
  }
  .model__char-inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .model__btn {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .model__offer ul {
    padding-left: 0px;
  }
  .model__form-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .credit__img {
    display: none;
  }
  .credit__img-mobil {
    display: block;
  }
  .credit__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .credit__img {
    height: auto;
  }
  .credit__offer {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .order__inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-left: 50px;
    margin-right: 50px;
  }
  .order__item::after {
    display: none;
  }
  .news__list-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .popup__feedback-img {
    display: none;
  }
  .popup__feedback-content {
    width: 100%;
  }

  .popup__car-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .popup__car-inner > h2 {
    font-size: 20px;
  }

  .popup__car-inner > p {
    font-size: 16px;
  }

  .popup__car-img {
    height: 180px;
  }

  .image.image-style-align-left,
  .image.image-style-align-right {
    width: 45% !important;
    display: inline-block;
  }



  
}

/*  */
.catalog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.catalog-sort {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_4088_6601)"><path d="M3.71397 13.9997C3.96382 13.9997 4.16605 13.7987 4.16605 13.5505V1.53319L6.65605 4.00717C6.74412 4.09467 6.86023 4.13875 6.9757 4.13875C7.09117 4.13875 7.20728 4.09467 7.29535 4.00717C7.47214 3.83152 7.47214 3.54763 7.29535 3.37199L4.03362 0.131246C4.03362 0.131246 4.03036 0.128653 4.02905 0.126709C4.01992 0.118283 4.01079 0.109209 4.001 0.101431C3.99774 0.0988383 3.99448 0.0962457 3.99056 0.0936531C3.98208 0.0871716 3.97426 0.0806901 3.96512 0.0748568C3.96251 0.0729123 3.95925 0.071616 3.95664 0.0696716C3.94686 0.0638383 3.93707 0.0573568 3.92729 0.0521716C3.92533 0.0508753 3.92337 0.0502271 3.92142 0.049579C3.91033 0.0437457 3.89858 0.0385605 3.88684 0.0333753C3.88554 0.0333753 3.88423 0.0327271 3.88293 0.032079C3.87053 0.0268938 3.85814 0.0223568 3.84509 0.0184679C3.84379 0.0184679 3.84183 0.0178197 3.84052 0.0171716C3.82813 0.0132827 3.81508 0.010042 3.80204 0.00744936C3.79812 0.00680122 3.79421 0.00615307 3.79095 0.00550492C3.77986 0.00356047 3.76942 0.00161603 3.75833 0.000967882C3.74332 -0.000328414 3.72832 -0.000976562 3.71332 -0.000976562C3.69831 -0.000976562 3.68331 -0.000328414 3.6683 0.000967882C3.65722 0.00226418 3.64678 0.00420862 3.63569 0.00550492C3.63177 0.00615307 3.62786 0.00680122 3.6246 0.00744936C3.61155 0.010042 3.59916 0.0132827 3.58611 0.0171716C3.5848 0.0171716 3.58285 0.0178197 3.58154 0.0184679C3.5685 0.0223568 3.5561 0.0268938 3.54371 0.032079C3.5424 0.032079 3.5411 0.0327271 3.53979 0.0333753C3.52805 0.0379123 3.51696 0.0437457 3.50522 0.049579C3.50326 0.0502271 3.5013 0.0515234 3.49935 0.0521716C3.48891 0.0573568 3.47978 0.0638383 3.46999 0.0696716C3.46738 0.071616 3.46412 0.0729123 3.46151 0.0748568C3.45303 0.0806901 3.44455 0.0871716 3.43607 0.0936531C3.43281 0.0962457 3.42889 0.0988383 3.42563 0.101431C3.41585 0.109209 3.40671 0.117635 3.39758 0.126709C3.39628 0.128005 3.39432 0.129301 3.39301 0.131246L0.132589 3.37199C-0.0441964 3.54763 -0.0441964 3.83152 0.132589 4.00717C0.309375 4.18282 0.595103 4.18282 0.771889 4.00717L3.26189 1.53319V13.5505C3.26189 13.7987 3.46412 13.9997 3.71397 13.9997Z" fill="%23162B39"/><path d="M10.7393 12.4665V0.449167C10.7393 0.200926 10.5371 0 10.2872 0C10.0374 0 9.83514 0.200926 9.83514 0.449167V12.4665L7.34513 9.9925C7.16834 9.81685 6.88262 9.81685 6.70583 9.9925C6.52905 10.1681 6.52905 10.452 6.70583 10.6277L9.96756 13.8684C9.96756 13.8684 9.97082 13.871 9.97213 13.873C9.98126 13.8814 9.99039 13.8905 10.0002 13.8982C10.0034 13.9008 10.0067 13.9034 10.0106 13.906C10.0191 13.9125 10.0276 13.919 10.0361 13.9248C10.0387 13.9268 10.0419 13.9281 10.0445 13.93C10.0543 13.9358 10.0641 13.9423 10.0745 13.9475C10.0765 13.9488 10.0785 13.9494 10.0804 13.9501C10.0915 13.9559 10.1033 13.9611 10.115 13.9663C10.1163 13.9663 10.1176 13.9669 10.1189 13.9676C10.1313 13.9728 10.1437 13.9773 10.1567 13.9812C10.158 13.9812 10.16 13.9819 10.1613 13.9825C10.1737 13.9864 10.1868 13.9896 10.1998 13.9922C10.2031 13.9929 10.207 13.9935 10.2102 13.9935C10.2213 13.9955 10.2324 13.9974 10.2435 13.9987C10.2585 14 10.2735 14.0013 10.2885 14.0013C10.3035 14.0013 10.3185 14.0006 10.3335 13.9987C10.3446 13.9974 10.3557 13.9955 10.3668 13.9935C10.3701 13.9935 10.374 13.9929 10.3772 13.9922C10.3903 13.9896 10.4027 13.9864 10.4157 13.9825C10.417 13.9825 10.419 13.9819 10.4203 13.9812C10.4333 13.9773 10.4457 13.9728 10.4581 13.9676C10.4594 13.9676 10.4607 13.9669 10.462 13.9663C10.4738 13.9618 10.4849 13.9559 10.4966 13.9501C10.4986 13.9494 10.5005 13.9481 10.5025 13.9475C10.5129 13.9423 10.5227 13.9358 10.5325 13.93C10.5351 13.9281 10.5384 13.9268 10.541 13.9248C10.5501 13.919 10.5579 13.9125 10.5664 13.906C10.5697 13.9034 10.5736 13.9015 10.5769 13.8982C10.5866 13.8905 10.5958 13.882 10.6049 13.873C10.6062 13.8717 10.6082 13.8704 10.6095 13.8684L13.8712 10.6277C14.048 10.452 14.048 10.1681 13.8712 9.9925C13.6944 9.81685 13.4087 9.81685 13.2319 9.9925L10.7419 12.4665H10.7393Z" fill="%23162B39"/></g><defs><clipPath id="clip0_4088_6601"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>') center left no-repeat;
  padding-left: 20px;
}

.catalog-sort__title {
  font-size: 12px;
  white-space: nowrap;
  margin-top: 2px;
  font-weight: 300;
}

.catalog-sort .select2-container--default .select2-selection--single {
  height: auto;
}

.catalog-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px;
  font-size: 12px;
  padding-right: 24px;
  padding-left: 4px;
}

.catalog-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.catalog__header .section__title {
  margin-bottom: 0;
}

.catalog-sort .select2-container {
  width: auto !important;
}

.select2-results__option {
  font-size: 14px;
}