@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
:root {
  --cveta-teksta-tekst: #0a0e12;
  --cveta-teksta-tekst-01: #28323c;
  --cveta-teksta-tekst-02: #707375;
  --cveta-teksta-tekst-03: #aaacaf;
  --cveta-fona-fon: #fff;
  --cveta-fona-fon-01: #f8f8f8;
  --cveta-fona-fon-02: #eee;
  --osnovnye-cveta-osnovnoy: #678f36;
  --osnovnye-cveta-akcent: #479bc1;
  --osnovnye-cveta-dopolnitelnyy: #ff9f2f;
  --granicy-osnovnoy: #e5e5e5;
  --sluzhebnye-krasnyy: #f40d29;
  --sluzhebnye-zelenyy: #20c627;
  --sluzhebnye-siniy: #1026e8;
  --cveta-fona-fon-03: #e0e1e2;
  --cveta-fona-fon-04: #f5f9fc;
  --osnovnye-cveta-akcent-2: #29367f;
  --osnovnye-cveta-akcent-2-hov: #2b3a92;
}

:root {
  --font-family: "Geologica", sans-serif;
  --second-family: "Geologica", sans-serif;
  --third-family: "Geologica", sans-serif;
  --font3: "Geologica", sans-serif;
  --font4: "Geologica", sans-serif;
  --font5: "Geologica", sans-serif;
  --font6: "Geologica", sans-serif;
  /*
  --font-family: "Geologica", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --font3: "Geologica", sans-serif;
  --font4: "Geologica", sans-serif;
  --font5: "Geologica", sans-serif;
  --font6: "Geologica", sans-serif;
  */
  /*
  --font3: "Gilroy", sans-serif;
  --font4: "Gilroy-Medium", sans-serif;
  --font5: "Source Sans 3", sans-serif;
  --font6: "Open Sans", sans-serif;
  */
}

.color-osnovnye-cveta-akcent-2 {
  color: var(--osnovnye-cveta-akcent-2);
}
.color-sluzhebnye-krasnyy {
  color: var(--sluzhebnye-krasnyy);
}

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
// font-family: "Montserrat", serif; 
// var(--third-family);
*/
* {
  box-sizing: border-box;
}

body {
  color: var(--cveta-teksta-tekst);
  font-family: var(--font-family);
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.search-toggled {
  overflow: hidden;
}
body.mobile-header-toggled {
  overflow: hidden;
}
body.filter-toggled {
  overflow: hidden;
}

.btn {
  display: flex;
  gap: 0 8px;
  text-align: center;
  background: var(--osnovnye-cveta-akcent-2);
  border: 1px solid var(--osnovnye-cveta-akcent-2);
  color: #fff;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding: 12px 64px;
  border-radius: 16px;
  cursor: pointer;
  font-family: "Geologica", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 48px;
    font-size: 14px;
  }
}
.btn:hover {
  background: var(--osnovnye-cveta-akcent-2-hov);
  border-color: var(--osnovnye-cveta-akcent-2-hov);
}
.btn svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}
.btn--bordered {
  background: none;
  color: var(--osnovnye-cveta-akcent-2);
}
.btn--bordered:hover {
  color: #fff;
}

.carousel {
  position: relative;
  overflow: visible;
}
.carousel-outer {
  overflow: hidden;
  margin: 0 -32px;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .carousel-outer {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.carousel .swiper-slide {
  align-self: stretch;
  height: auto;
}
.carousel__arrow {
  position: absolute;
  top: calc(50% - 20px);
  fill: none;
  transition: 0.1s;
  cursor: pointer;
  z-index: 1;
  border-radius: 16px;
  padding: 7px;
  width: 40px;
  height: 40px;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--cveta-fona-fon);
  stroke: var(--cveta-teksta-tekst);
  border: 1px solid var(--granicy-osnovnoy);
}
.carousel__arrow.swiper-button-disabled {
  visibility: hidden;
  pointer-events: none;
}
.carousel__arrow:hover {
  stroke: var(--osnovnye-cveta-akcent-2);
  box-shadow: none;
}
.carousel__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}
.carousel__arrow--prev {
  left: -32px;
}
@media screen and (max-width: 1500px) {
  .carousel__arrow--prev {
    left: -16px;
  }
}
.carousel__arrow--next {
  right: -32px;
}
@media screen and (max-width: 1500px) {
  .carousel__arrow--next {
    right: -16px;
  }
}

.input,
.textarea,
.select,
.form-control {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  display: block;
  outline: none;
  padding: 16px 24px;
  min-width: unset;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
.input::placeholder,
.textarea::placeholder,
.select::placeholder,
.form-control::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
.input:not(.input--fake):focus,
.textarea:not(.input--fake):focus,
.select:not(.input--fake):focus,
.form-control:not(.input--fake):focus {
  border-color: var(--osnovnye-cveta-akcent-2);
}
.input[name=message], .input[data-name=message], .input[name=surname], .input[data-name=surname], .input[name=midname], .input[data-name=midname], .input[name=name], .input[data-name=name], .input[name=company], .input[data-name=company], .input[name=company_inn], .input[data-name=company_inn], .input[name=phone], .input[data-name=phone], .input[data-name=usphoneer], .input[name=e_mail], .input[data-name=e_mail], .input[name=email], .input[data-name=email],
.textarea[name=message],
.textarea[data-name=message],
.textarea[name=surname],
.textarea[data-name=surname],
.textarea[name=midname],
.textarea[data-name=midname],
.textarea[name=name],
.textarea[data-name=name],
.textarea[name=company],
.textarea[data-name=company],
.textarea[name=company_inn],
.textarea[data-name=company_inn],
.textarea[name=phone],
.textarea[data-name=phone],
.textarea[data-name=usphoneer],
.textarea[name=e_mail],
.textarea[data-name=e_mail],
.textarea[name=email],
.textarea[data-name=email],
.select[name=message],
.select[data-name=message],
.select[name=surname],
.select[data-name=surname],
.select[name=midname],
.select[data-name=midname],
.select[name=name],
.select[data-name=name],
.select[name=company],
.select[data-name=company],
.select[name=company_inn],
.select[data-name=company_inn],
.select[name=phone],
.select[data-name=phone],
.select[data-name=usphoneer],
.select[name=e_mail],
.select[data-name=e_mail],
.select[name=email],
.select[data-name=email],
.form-control[name=message],
.form-control[data-name=message],
.form-control[name=surname],
.form-control[data-name=surname],
.form-control[name=midname],
.form-control[data-name=midname],
.form-control[name=name],
.form-control[data-name=name],
.form-control[name=company],
.form-control[data-name=company],
.form-control[name=company_inn],
.form-control[data-name=company_inn],
.form-control[name=phone],
.form-control[data-name=phone],
.form-control[data-name=usphoneer],
.form-control[name=e_mail],
.form-control[data-name=e_mail],
.form-control[name=email],
.form-control[data-name=email] {
  background-image: url(../img/icons/user.svg);
  padding-left: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 16px 16px;
}
.input[name=surname], .input[data-name=surname], .input[name=midname], .input[data-name=midname], .input[name=name], .input[data-name=name],
.textarea[name=surname],
.textarea[data-name=surname],
.textarea[name=midname],
.textarea[data-name=midname],
.textarea[name=name],
.textarea[data-name=name],
.select[name=surname],
.select[data-name=surname],
.select[name=midname],
.select[data-name=midname],
.select[name=name],
.select[data-name=name],
.form-control[name=surname],
.form-control[data-name=surname],
.form-control[name=midname],
.form-control[data-name=midname],
.form-control[name=name],
.form-control[data-name=name] {
  background-image: url(../img/icons/user.svg);
}
.input[name=phone], .input[data-name=phone],
.textarea[name=phone],
.textarea[data-name=phone],
.select[name=phone],
.select[data-name=phone],
.form-control[name=phone],
.form-control[data-name=phone] {
  background-image: url(../img/icons/phone.svg);
}
.input[name=e_mail], .input[data-name=e_mail], .input[name=email], .input[data-name=email],
.textarea[name=e_mail],
.textarea[data-name=e_mail],
.textarea[name=email],
.textarea[data-name=email],
.select[name=e_mail],
.select[data-name=e_mail],
.select[name=email],
.select[data-name=email],
.form-control[name=e_mail],
.form-control[data-name=e_mail],
.form-control[name=email],
.form-control[data-name=email] {
  background-image: url(../img/icons/email.svg);
}
.input[name=message], .input[data-name=message],
.textarea[name=message],
.textarea[data-name=message],
.select[name=message],
.select[data-name=message],
.form-control[name=message],
.form-control[data-name=message] {
  background-image: url(../img/icons/chat.svg);
}

.input-file {
  cursor: pointer;
}
.input-file input {
  display: none;
}
.input-file__btn {
  box-shadow: 0 24px 24px -16px rgba(15, 15, 15, 0.2);
  background: var(--neytralnye-cveta-5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--neytralnye-cveta-9);
  padding: 16px 24px;
}
.input-file__btn:hover {
  box-shadow: none;
}
.input-file__btn span {
  color: currentColor;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-file__btn svg {
  display: none;
  width: 24px;
  height: 24px;
  flex: 1;
  fill: none;
  stroke: currentColor;
}

.textarea {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  display: block;
  outline: none;
  padding: 16px 24px;
  min-width: unset;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
  resize: none;
}
.textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
.textarea:not(.input--fake):focus {
  border-color: var(--osnovnye-cveta-akcent-2);
}
.textarea[name=comments], .textarea[data-name=comments] {
  background-image: url(../img/icons/user.svg);
  padding-left: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 16px 16px;
}

.select {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  display: block;
  outline: none;
  padding: 16px 24px;
  min-width: unset;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  cursor: pointer;
}
.select::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
.select:not(.input--fake):focus {
  border-color: var(--osnovnye-cveta-akcent-2);
}
.select::-ms-expand {
  display: none;
}

.label {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--neytralnye-cveta-3);
}
.label + .input, .label + .textarea, .label + .select {
  margin-top: 8px;
}

.checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.checkbox input {
  display: none;
}
.checkbox__checker {
  border: 1px solid rgba(14, 16, 17, 0.6);
  border-radius: 4px;
  padding: 2px;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
input:checked + .checkbox__checker {
  border-color: var(--osnovnye-cveta-akcent-2);
  background-color: var(--osnovnye-cveta-akcent-2);
  background-image: url(../img/icons/checkbox-check.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}

.radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.radio input {
  display: none;
}
.radio__checker {
  border: 1px solid rgba(14, 16, 17, 0.6);
  border-radius: 4px;
  padding: 2px;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
input:checked + .radio__checker {
  border-color: var(--osnovnye-cveta-akcent-2);
  background-color: var(--osnovnye-cveta-akcent-2);
  background-image: url(../img/icons/checkbox-check.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.radio span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 767px) {
  .radio span {
    font-size: 14px;
  }
}

.tabs-header {
  display: flex;
  align-items: center;
  gap: 0 8px;
  overflow: auto;
}
.tabs-header__item {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid var(--cveta-teksta-tekst-03);
  background: none;
  color: var(--cveta-teksta-tekst-03);
  border-radius: 16px;
  padding: 8px 24px;
  transition: 0.1s;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tabs-header__item {
    font-size: 16px;
    padding: 9px 12px;
  }
}
.tabs-header__item:hover {
  border-color: var(--osnovnye-cveta-akcent-2);
  background: var(--osnovnye-cveta-akcent-2);
  color: #fff;
}
.tabs-header__item.active {
  border-color: var(--osnovnye-cveta-akcent-2);
  background: var(--osnovnye-cveta-akcent-2);
  color: #fff;
}
.tabs-wrapper {
  margin: 48px 0 0 0;
}
.tabs-content:not(.active) {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  margin: auto;
  border: 1px solid var(--cveta-fona-fon-03);
  border-radius: 8px;
  padding: 40px 16px;
  background: #fff;
  position: relative;
  overflow: auto;
  max-height: 100vh;
}
.modal::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.modal::-webkit-scrollbar-thumb {
  background-color: var(--osnovnye-cveta-akcent-2);
}
.modal::-webkit-scrollbar-track {
  background: none;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.modal-outer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.modal-outer:not(.active) {
  display: none;
}
.modal-close {
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #777E90;
  transition: 0.1s;
  cursor: pointer;
}
.modal-close:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.modal-close svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  stroke: currentColor;
  fill: none;
}
.modal-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 24px 0;
}

.popup-form {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .popup-form {
    width: 100%;
  }
}
.popup-form__result {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
.popup-form__errors {
  margin: 0 0 24px;
}
.popup-form__errors-item {
  color: var(--osnovnye-cveta-akcent-2);
}
.popup-form__errors-item + .popup-form__errors-item {
  margin-top: 12px;
}

.formFieldError {
  color: var(--sluzhebnye-krasnyy);
  margin: 4px 0 0 0;
}

#debug-top-block {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: 0.15s;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
}

#debug-top-block:before {
  content: "";
  width: 40px;
  height: 30px;
  background: var(--osnovnye-cveta-akcent-2);
  top: 100%;
  left: calc(50% - 20px);
  position: absolute;
  display: block;
  z-index: 9998;
  cursor: pointer;
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.368627451);
}

#debug-top-block:after {
  content: "";
  width: 100%;
  height: 30px;
  background: url(/resource/img/adminstyle/flatadmin/settings.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 100%;
  left: 0;
  position: absolute;
  display: block;
  z-index: 9999;
  cursor: pointer;
  filter: invert(1);
}

#debug-top-block:hover {
  transform: translateY(0);
}

.tippy-box {
  background: #fff;
  color: var(--cveta-teksta-tekst);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  border: 1px solid var(--granicy-osnovnoy);
}
.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fff;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fff;
}
.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fff;
}
.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fff;
}

.spoiler-card {
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 24px;
  padding: 16px 24px;
}
.spoiler-card + .spoiler-card {
  margin-top: 16px;
}
.spoiler-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  cursor: pointer;
  color: var(--osnovnye-cveta-akcent-2);
}
.spoiler-card__header:hover {
  color: var(--osnovnye-cveta-akcent-2-hov);
}
.spoiler-card__header-icon svg {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  fill: none;
  stroke: currentColor;
}
.spoiler-card:not(.active) .spoiler-card__header-icon svg:nth-child(1) {
  display: none;
}
.spoiler-card.active .spoiler-card__header-icon svg:nth-child(2) {
  display: none;
}
.spoiler-card__header span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .spoiler-card__header span {
    font-size: 18px;
  }
}
.spoiler-card__content {
  margin: 8px 0 0 0;
}
.spoiler-card:not(.active) .spoiler-card__content {
  display: none;
}

.h1,
h1 {
  font-weight: 600;
  font-size: 68px;
  line-height: 120%;
  margin: 48px 0 68px 0;
}
.h1 a,
h1 a {
  text-decoration: none;
  color: inherit;
}
.h1 a:hover,
h1 a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}

.h2,
h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  margin: 48px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}
.h2 a,
h2 a {
  text-decoration: none;
  color: inherit;
}
.h2 a:hover,
h2 a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}

.h3,
h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin: 48px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .h3,
  h3 {
    font-size: 18px;
  }
}
.h3 a,
h3 a {
  text-decoration: none;
  color: inherit;
}
.h3 a:hover,
h3 a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}

.h4,
h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin: 48px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .h4,
  h4 {
    font-size: 16px;
  }
}
.h4 a,
h4 a {
  text-decoration: none;
  color: inherit;
}
.h4 a:hover,
h4 a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}

a {
  color: var(--neytralnye-cveta-3);
  text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

blockquote {
  padding: 24px 24px;
  border-left: 6px solid var(--osnovnye-cveta-akcent-2);
  background: #f8f6ff;
  margin: 24px 0;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

li > *:last-child {
  margin-bottom: 0;
}
li > *:first-child {
  margin-top: 0;
}
li::marker {
  color: var(--osnovnye-cveta-akcent-2);
}

ul:not([class]) > li:not([class]) + li:not([class]),
ol:not([class]) > li:not([class]) + li:not([class]) {
  margin-top: 12px;
}

ul {
  margin: 12px 0 24px 0;
  padding: 0 0 0 25px;
  list-style-type: disc;
}

ol {
  margin: 12px 0 24px 0;
  padding: 0 0 0 24px;
}
ol li::marker {
  font-weight: 600;
}

.link-dashed {
  color: var(--osnovnye-cveta-akcent-2);
  border-bottom: 1px dashed currentColor;
  text-decoration: none;
}
.link-dashed:hover {
  border-bottom-color: transparent;
}

.f-tiny {
  font-weight: 100;
}
.f-noraml {
  font-weight: 400;
}
.f-bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-annotation {
  color: #939393;
  font-size: 12px;
  padding: 6px 0 0 0;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}

.decoration-line-through {
  text-decoration: line-through;
}
.decoration-underline {
  text-decoration: underline;
}

.img-rounded {
  border-radius: 24px;
}
.img-rounded-small {
  border-radius: 12px;
}
.img-bordered {
  border: 1px solid #eee;
  padding: 12px 12px;
}
.img-bordered-small {
  border: 1px solid #eee;
  padding: 6px 6px;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.img-left {
  float: left;
  margin: 0 24px 24px 0;
}
@media screen and (max-width: 991px) {
  .img-left {
    float: none;
    margin: 0;
    width: 100%;
  }
  .img-left.w-25, .img-left.w-50, .img-left.w-75 {
    width: 100%;
  }
}
.img-right {
  float: right;
  margin: 0 0 24px 24px;
}
@media screen and (max-width: 991px) {
  .img-right {
    float: none;
    margin: 0;
    width: 100%;
  }
  .img-right.w-25, .img-right.w-50, .img-right.w-75 {
    width: 100%;
  }
}

.header {
  background: #fff;
}
body:not(.header-sticky) .header-pillow {
  display: none;
}
body.header-sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: rgba(15, 15, 15, 0.2) 0px 8px 16px -8px;
  transition: 0.2s linear;
}
@media screen and (min-width: 992px) {
  body.header-sticky .header-top {
    display: none;
  }
}
body:not(.mobile-header-toggled).header-sticky.scroll-down .header {
  transform: translateY(-110%);
  transition: 0s linear;
}
@media screen and (max-width: 991px) {
  body.mobile-header-toggled .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 146px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 390px) and (max-width: 767px) {
  .header {
    height: 122px;
  }
}
@media screen and (max-width: 389px) {
  .header {
    height: 110px;
  }
}
@media screen and (max-width: 991px) {
  .header-top {
    width: 100%;
  }
}
.header-top-inner {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding: 16px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--granicy-osnovnoy);
}
@media screen and (max-width: 991px) {
  .header-top-inner {
    flex-wrap: wrap;
    gap: 16px 16px;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .header-top-inner {
    gap: 8px 8px;
  }
}
@media screen and (max-width: 389px) {
  .header-top-inner {
    gap: 8px 2px;
  }
}
@media screen and (max-width: 991px) {
  .header-bottom {
    display: none;
  }
}
.header-bottom-inner {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding: 16px 0;
  justify-content: space-between;
  position: relative;
}
.header__logo {
  display: block;
  width: 223px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    order: 1;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    order: 2;
    width: 140px;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 389px) {
  .header__logo {
    width: 102px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
.header-city {
  display: flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-city {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .header-city {
    order: 1;
  }
}
.header-city svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
@media screen and (max-width: 991px) {
  .header-city svg {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}
.header-city__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 767px) {
  .header-city__title {
    display: none;
  }
}
.header-city__title span {
  font-weight: 500;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-city__title span {
    display: block;
  }
}
.header-city:hover .header-city__title span {
  text-decoration: none;
}
.header-search {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--granicy-osnovnoy);
  padding: 10px 24px;
  min-width: 500px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .header-search {
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .header-search {
    padding: 6px 16px;
  }
}
@media screen and (max-width: 991px) {
  .header-search-outer {
    order: 5;
    flex: 100%;
  }
}
.header-search__input {
  border: none;
  outline: none;
  padding: 0;
  display: block;
  flex: 1;
  font-family: var(--font-family);
  color: var(--cveta-teksta-tekst-01);
  font-size: 16px;
  line-height: 150%;
}
.header-search__input::placeholder {
  font-style: italic;
}
.header-search__btn {
  display: block;
  background: none;
  border: none;
  outline: none;
  stroke: var(--osnovnye-cveta-akcent-2);
  fill: none;
  cursor: pointer;
  padding: 0;
}
.header-search__btn:hover {
  stroke: var(--osnovnye-cveta-akcent-2-hov);
}
.header-search__btn svg {
  display: block;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .header-search__btn svg {
    width: 24px;
    height: 24px;
  }
}
.header-search__dropdown {
  position: absolute;
  top: calc(100% - 4px);
  left: -1px;
  width: calc(100% + 2px);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .header-search__dropdown {
    z-index: 15;
  }
}
.header-search__dropdown ul {
  padding: 24px 24px;
  border-radius: 0 0 8px 8px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--granicy-osnovnoy);
  border-top: none;
}
.header-search__dropdown li + li {
  margin-top: 12px;
}
.header-search__dropdown .dropdown-item {
  text-decoration: none;
}
.header-search__dropdown .btn {
  margin-top: 18px;
}
.header-search__item {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
}
.header-search__item-image {
  width: 48px;
  flex: 0 0 48px;
}
@media screen and (max-width: 389px) {
  .header-search__item-image {
    width: 30px;
    flex: 0 0 30px;
  }
}
.header-search__item-image img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.header-contacts {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 991px) {
  .header-contacts {
    order: 3;
  }
}
@media screen and (max-width: 389px) {
  .header-contacts {
    gap: 0 8px;
  }
}
.header-contacts__phone {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.header-contacts__phone svg {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.header-contacts__phone span {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst-01);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contacts__phone span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header-contacts__phone span {
    display: none;
  }
}
.header-contacts__phone:hover span {
  color: var(--osnovnye-cveta-akcent-2);
}
.header-contacts__social-item {
  display: block;
  flex: 0 0 32px;
}
.header-contacts__social-item img {
  display: block;
  width: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .header-catalog {
    margin: 0 auto 0 0;
  }
}
.header-catalog-btn {
  display: flex;
  align-items: center;
  gap: 0 8px;
  border-radius: 16px;
  padding: 16px 40px;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
  transition: 0.1s;
}
.header-catalog-btn:hover {
  background: var(--osnovnye-cveta-akcent-2-hov);
}
.header-catalog-btn svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
}
.header-catalog-btn span {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--cveta-fona-fon);
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-catalog-btn span {
    font-size: 16px;
  }
}
.header-catalog-popup {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
}
body:not(.catalog-toggle) .header-catalog-popup {
  display: none;
}
.header-catalog__first {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--cveta-fona-fon);
  border-radius: 16px;
  padding: 16px 0px;
  width: 496px;
  height: 480px;
  overflow: auto;
}
.header-catalog__first::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.header-catalog__first::-webkit-scrollbar-thumb {
  background-color: var(--osnovnye-cveta-akcent-2);
}
.header-catalog__first::-webkit-scrollbar-track {
  background: none;
}
.header-catalog__first-item.active {
  background: var(--cveta-fona-fon-01);
}
.header-catalog__first-item:not(.active) .header-catalog__second {
  display: none;
}
.header-catalog__first-item > a {
  display: flex;
  gap: 0 12px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  padding: 16px 16px;
}
.header-catalog__first-item > a > img {
  display: block;
  width: 24px;
}
.header-catalog__second {
  position: absolute;
  top: 0;
  left: 498px;
  width: calc(100% - 498px);
  height: 655px;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--cveta-fona-fon);
  border-radius: 16px;
  padding: 16px 0px;
  overflow: auto;
}
.header-catalog__second::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.header-catalog__second::-webkit-scrollbar-thumb {
  background-color: var(--osnovnye-cveta-akcent-2);
}
.header-catalog__second::-webkit-scrollbar-track {
  background: none;
}
.header-catalog__second-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px 0;
}
.header-catalog__second-brand-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 8px 8px;
  margin: 24px 0 0 0;
  padding: 0 16px;
}
.header-catalog__second-brand-item {
  display: flex;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  padding: 16px 8px;
  background: var(--cveta-fona-fon);
  transition: 0.1s;
}
.header-catalog__second-brand-item:hover {
  color: var(--osnovnye-cveta-akcent-2);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}
.header-catalog__second-brand-item img {
  display: block;
  margin: auto;
}
.header-catalog__second-brand-item span {
  display: block;
  margin: auto;
  text-align: center;
}
.header-catalog__second-item > a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  padding: 8px 16px;
}
.header-catalog__second-item > a:hover {
  color: var(--osnovnye-cveta-akcent-2-hov);
}
.header-catalog__second-item > a > img {
  display: block;
  width: 24px;
}
.header-catalog__third-item > a {
  display: block;
  padding: 4px 16px 4px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
}
.header-catalog__third-item > a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.header-navigation {
  margin: 0 auto 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .header-navigation {
    display: none;
  }
}
.header-navigation ul {
  display: flex;
  align-items: center;
  gap: 0 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-navigation ul:not([class]) > li:not([class]) + li:not([class]) {
  margin-top: 0;
}
.header-navigation li:first-child a {
  color: var(--sluzhebnye-krasnyy);
  text-transform: uppercase;
}
.header-navigation a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-navigation a {
    font-size: 14px;
  }
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.header-actions__item {
  display: flex;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  position: relative;
  color: var(--osnovnye-cveta-akcent-2);
  stroke: currentColor;
  fill: none;
  cursor: pointer;
  border: 2px solid currentColor;
  border-radius: 16px;
}
.header-actions__item svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: auto;
}
.header-actions__item-counter {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background: var(--osnovnye-cveta-akcent-2);
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -2px;
  right: -2px;
}
.header__cart {
  display: flex;
  align-items: center;
  gap: 0 8px;
  border-radius: 16px;
  padding: 16px 24px;
  background: var(--osnovnye-cveta-akcent-2);
  transition: 0.1s;
}
.header__cart:hover {
  background: var(--osnovnye-cveta-akcent-2-hov);
}
.header__cart svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
}
.header__cart-title {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
}
.header__cart-counter {
  display: block;
  background: var(--sluzhebnye-krasnyy);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--cveta-fona-fon-01);
}
.header__burger {
  cursor: pointer;
  order: 4;
}
@media screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
body:not(.mobile-header-toggled) .header__burger svg:nth-child(2) {
  display: none;
}
body.mobile-header-toggled .header__burger svg:nth-child(1) {
  display: none;
}

.header-mobile {
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: 0.15s;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-mobile {
    top: 146px;
    height: calc(100% - 146px);
  }
}
@media screen and (min-width: 390px) and (max-width: 767px) {
  .header-mobile {
    top: 122px;
    height: calc(100% - 122px);
  }
}
@media screen and (max-width: 389px) {
  .header-mobile {
    top: 110px;
    height: calc(100% - 110px);
  }
}
body:not(.mobile-header-toggled) .header-mobile {
  transform: translateX(120%);
}
.header-mobile-contacts {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin: auto 0 0 0;
  padding: 16px 16px;
}
.header-mobile-contacts__phone {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.header-mobile-contacts__phone svg {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.header-mobile-contacts__phone span {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst-01);
}
.header-mobile-contacts__phone:hover span {
  color: var(--osnovnye-cveta-akcent-2);
}
.header-mobile-contacts__social-item {
  display: block;
  flex: 0 0 32px;
}
.header-mobile-contacts__social-item img {
  display: block;
  width: 32px;
}
.header-mobile-contacts__social-item svg {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.header-mobile-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.mobile-catalog-toggled .header-mobile-navigation {
  display: none;
}
.header-mobile-navigation a {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  padding: 8px 16px;
}
.header-mobile-navigation li:first-child a {
  color: var(--sluzhebnye-krasnyy);
  text-transform: uppercase;
}

.mobile-catalog__btn {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  padding: 8px 16px;
  cursor: pointer;
}
.mobile-catalog.active .mobile-catalog__btn {
  background: var(--cveta-fona-fon-01);
  color: var(--osnovnye-cveta-akcent-2);
}
.mobile-catalog__btn-back {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16xp;
  fill: none;
  stroke: #0A0E12;
  transform: rotateZ(180deg);
}
.mobile-catalog:not(.active) .mobile-catalog__btn-back {
  display: none;
}
.mobile-catalog__btn-forward {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16xp;
  fill: none;
  stroke: #0A0E12;
  margin: 0 0 0 auto;
}
.mobile-catalog.active .mobile-catalog__btn-forward {
  display: none;
}
.mobile-catalog:not(.active) .mobile-catalog__first {
  display: none;
}
.mobile-catalog__first-item:not(.active) .mobile-catalog__second {
  display: none;
}
.mobile-catalog__first-item-name {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  padding: 8px 16px;
  cursor: pointer;
}
.mobile-catalog__first-item-name > img {
  display: block;
  width: 24px;
}
.mobile-catalog__first-item.active .mobile-catalog__first-item-name {
  background: var(--cveta-fona-fon-01);
  color: var(--osnovnye-cveta-akcent-2);
}
.mobile-catalog__first-item-back {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16xp;
  fill: none;
  stroke: #0A0E12;
  transform: rotateZ(180deg);
}
.mobile-catalog__first-item:not(.active) .mobile-catalog__first-item-back {
  display: none;
}
.mobile-catalog__first-item-forward {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16xp;
  fill: none;
  stroke: #0A0E12;
  margin: 0 0 0 auto;
}
.mobile-catalog__first-item.active .mobile-catalog__first-item-forward {
  display: none;
}
.mobile-catalog__second-item > a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  padding: 8px 16px;
}
.mobile-catalog__second-item > a > img {
  display: block;
  width: 24px;
}
.mobile-catalog__third-item > a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
  padding: 4px 20px;
}
.mobile-catalog__brands {
  display: flex;
  align-items: stretch;
  gap: 0 12px;
  overflow: auto;
  padding: 0 16px 0 16px;
  margin: 12px 0 24px 0;
}
.mobile-catalog__brands-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
  padding: 8px 24px;
  color: var(--cveta-teksta-tekst);
  transition: 0.1s;
}
.mobile-catalog__brands-item img {
  display: block;
  min-width: 40px;
  max-width: 100%;
  max-height: 30px;
  margin: auto;
}
.mobile-catalog__brands-item span {
  text-align: center;
  display: block;
  margin: 6px 0 0 0;
  font-size: 14px;
}

.footer {
  background: var(--cveta-fona-fon-02);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px 24px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-contacts {
    grid-column: 1/4;
    grid-gap: 48px 24px;
  }
}
.footer-contacts-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 0 8px;
  align-items: center;
}
.footer-contacts-item + .footer-contacts-item {
  margin-top: 24px;
}
.footer-contacts-item svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.footer-contacts-item__value {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--cveta-teksta-tekst);
}
.footer-contacts-item__value:is(a):hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.footer-contacts-item__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
}
.footer-navigation__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 24px 0;
}
.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.footer-navigation a:hover {
  text-decoration: underline;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 223px;
  margin: 0 0 24px 0;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer-copiright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 16px;
  padding: 16px 0;
}
@media screen and (max-width: 991px) {
  .footer-copiright {
    padding: 16px 0 86px 0;
  }
}
.footer-copiright__item {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
.footer-copiright__item:is(a):hover {
  text-decoration: underline;
}
.footer-apps {
  display: flex;
  align-items: center;
  gap: 16px 16px;
  margin: 24px 0 0 0;
  flex-wrap: wrap;
}
.footer-apps__item {
  display: block;
}
.footer-apps__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 40px;
}

.footer-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .footer-bar {
    display: none;
  }
}
.footer-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bar__item {
  position: relative;
}
.footer-bar__item svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
  margin: 0 auto;
}
.footer-bar__item span {
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: var(--cveta-teksta-tekst-01);
}
.footer-bar__item-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: var(--cveta-fona-fon-01);
  background: var(--sluzhebnye-krasnyy);
  color: var(--cveta-fona-fon-01);
  position: absolute;
  top: -6px;
  right: 0;
}
.rs-compare-block:not(.active) .footer-bar__item-counter, .rs-favorite-block:not(.active) .footer-bar__item-counter, .rs-cart-block:not(.active) .footer-bar__item-counter {
  display: none;
}

.advantages {
  padding: 24px 0;
}
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    grid-gap: unset;
    gap: 0 8px;
  }
}
.advantages-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 8px 16px;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  padding: 24px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .advantages-card {
    width: 280px;
    flex: 0 0 280px;
  }
}
.advantages-card svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.advantages-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .advantages-card__title {
    font-size: 16px;
  }
}
.advantages-card__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}

.top-category {
  padding: 40px 0;
}
.top-category-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 24px 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .top-category-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-category-grid {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: unset;
    gap: 0 16px;
    overflow: auto;
  }
}
.top-category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px 0;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
  padding: 16px;
  color: var(--cveta-teksta-tekst);
  min-height: 210px;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .top-category-card {
    min-height: 164px;
    min-width: 198px;
    background-size: auto 75%;
  }
}
.top-category-card:hover {
  color: var(--osnovnye-cveta-akcent-2);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}
.top-category-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
}
@media screen and (max-width: 767px) {
  .top-category-card__title {
    font-size: 14px;
  }
}

.top-brands-category {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .top-brands-category {
    padding: 30px 0;
  }
}
.top-brands-category-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 24px 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-brands-category-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-brands-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-brands-category-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px 16px;
  }
}
@media screen and (max-width: 389px) {
  .top-brands-category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.brand-category-card {
  display: flex;
  min-height: 140px;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .brand-category-card {
    min-height: 80px;
  }
}
.brand-category-card img {
  display: block;
  margin: auto;
}
.brand-category-card span {
  display: block;
  margin: auto;
}

.top-products {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .top-products {
    padding: 30px 0;
  }
}
.top-products__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .top-products__title {
    margin: 0 0 16px 0;
  }
}
.top-products__title h2 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-products__title .btn {
    flex: 100%;
  }
}
.top-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
  }
}
.top-products-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 16px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .top-products-filter {
    gap: 8px 8px;
    margin: 0 0 16px 0;
  }
}
.top-products-filter__item {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-03);
  border: 1px solid var(--cveta-teksta-tekst-03);
  border-radius: 16px;
  padding: 8px 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-products-filter__item {
    font-size: 14px;
    padding: 4px 16px;
  }
}
.top-products-filter__item.active {
  background: var(--osnovnye-cveta-akcent-2);
  border-color: var(--osnovnye-cveta-akcent-2);
  color: #fff;
}

.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  height: 100%;
}
.product-card__image {
  display: flex;
  width: 100%;
  padding: 8px 8px;
  position: relative;
  overflow: hidden;
}
.product-card__image--multy canvas {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.product-card__image--multy .product-card__image-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 8px;
}
.product-card__image-carousel img:not(:first-of-type) {
  display: none;
}
.product-card__image img {
  display: block;
  margin: auto;
  height: auto;
}
.product-card__image-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--cveta-teksta-tekst);
  transform: rotateZ(-45deg);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .product-card__image-text {
    font-size: 12px;
  }
}
.product-card__dots {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 184px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .product-card__dots {
    max-width: unset;
    left: 0;
    transform: none;
    padding: 0 8px;
  }
}
.product-card__dots-item {
  background: var(--cveta-teksta-tekst-03);
  height: 2px;
  flex: 1;
  width: 100%;
}
.product-card__dots-item.active {
  background: var(--osnovnye-cveta-akcent-2);
}
.product-card__stock {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}
.product-card__stock--instock {
  color: var(--sluzhebnye-zelenyy);
}
.product-card__stock--outofstock {
  color: var(--sluzhebnye-krasnyy);
}
.product-card-actions__item {
  display: flex;
  fill: none;
  border: 2px solid var(--osnovnye-cveta-akcent-2);
  border-radius: 16px;
  width: 48px;
  height: 48px;
  stroke: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product-card-actions__item {
    display: none;
  }
}
.product-card-actions__item svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .product-card-actions__item svg {
    width: 14px;
    height: 14px;
  }
}
.product-card-actions__item.rs-in-favorite, .product-card-actions__item.rs-in-compare {
  stroke: #fff;
  background: var(--osnovnye-cveta-akcent-2);
}
.product-card__spec {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 16px 16px;
}
@media screen and (max-width: 767px) {
  .product-card__spec {
    padding: 8px 8px;
  }
}
.product-card__spec-item {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .product-card__spec-item {
    font-size: 12px;
  }
}
.product-card-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px 9px;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .product-card-top-wrapper {
    padding: 0 8px;
  }
}
.product-card__brand {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: var(--sluzhebnye-zelenyy);
}
.product-card__brand span {
  font-weight: 400;
  font-size: 14px;
  color: var(--osnovnye-cveta-akcent-2);
}
.product-card__barcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 12px;
  margin: 8px 0 8px 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .product-card__barcode {
    padding: 0 8px;
    flex-direction: column;
    align-items: start;
    gap: 3px 0;
  }
}
.product-card__barcode-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .product-card__barcode-value {
    font-size: 10px;
  }
}
.product-card__title {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  padding: 0 16px;
  margin: 8px 0 0 0;
}
.product-card--short .product-card__title {
  margin: 8px 0 8px 0;
}
@media screen and (max-width: 767px) {
  .product-card__title {
    padding: 0 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 389px) {
  .product-card__title {
    font-size: 11px;
  }
}
.product-card__title:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.product-card__prices {
  display: flex;
  margin: auto 0 0 0;
  padding: 0 16px;
  font-family: "Montserrat", serif;
  gap: 0 16px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .product-card__prices {
    padding: 0 8px;
    margin: auto 0 8px 0;
  }
}
.product-card__prices-new {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (max-width: 767px) {
  .product-card__prices-new {
    font-size: 14px;
  }
}
.product-card__prices-old {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--neytralnye-cveta-4);
}
@media screen and (max-width: 767px) {
  .product-card__prices-old {
    font-size: 10px;
  }
}
.product-card__properties {
  margin: 0 0 24px 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .product-card__properties {
    padding: 0 8px;
    margin: 0 0 12px 0;
  }
}
.product-card__properties-item {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .product-card__properties-item {
    font-size: 10px;
  }
}
.product-card__description {
  margin: 0 0 24px 0;
  padding: 0 16px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .product-card__description {
    padding: 0 8px;
    margin: 0 0 12px 0;
    font-size: 10px;
  }
}
.product-card-footer {
  display: grid;
  grid-template-columns: 1fr 48px 48px;
  grid-gap: 0 8px;
  padding: 0 16px 16px 16px;
  margin: 24px 0 0 0;
}
.product-card--short .product-card-footer {
  grid-template-columns: 1fr 48px;
}
@media screen and (max-width: 767px) {
  .product-card--short .product-card-footer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .product-card-footer {
    padding: 0 8px 8px 8px;
    grid-template-columns: 1fr;
    margin: 12px 0 0 0;
  }
}
.product-card__bye {
  width: 100%;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .product-card__bye {
    padding: 0;
    height: 40px;
  }
}
.product-card__add {
  width: 100%;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .product-card__add {
    padding: 0;
    height: 40px;
  }
}
.product-card__add input {
  display: none;
}
.product-card__add input:checked ~ span:nth-of-type(1) {
  display: none;
}
.product-card__add input:not(:checked) ~ span:nth-of-type(2) {
  display: none;
}
.product-card-rating {
  margin: 8px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  padding: 0 16px;
}
@media screen and (max-width: 991px) {
  .product-card-rating {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .product-card-rating {
    justify-content: start;
    padding: 0 8px;
  }
}
.product-card-rating__stars {
  width: 136px;
  height: 24px;
  background-image: url(../img/icons/rating-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-card-rating__stars {
    width: 24px;
    background-size: unset;
  }
}
.product-card-rating__stars-filled {
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/rating-filled.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .product-card-rating__stars-filled {
    width: 100% !important;
  }
}
.product-card-rating__value {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
@media screen and (max-width: 991px) {
  .product-card-rating__value {
    font-size: 10px;
  }
}

.timer-products .carousel-outer {
  height: 100%;
}
.timer-products .swiper-container {
  height: 100%;
  overflow: hidden;
}
.timer-products .carousel__arrow--prev {
  border: 2px solid var(--granicy-osnovnoy);
  border-radius: 4px;
  left: 16px;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.timer-products .carousel__arrow--prev svg {
  transform: rotateZ(180deg);
}
.timer-products .carousel__arrow--next {
  border: 2px solid var(--granicy-osnovnoy);
  border-radius: 4px;
  right: 16px;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.timer-products .carousel__arrow.swiper-button-disabled {
  visibility: visible;
  opacity: 0.5;
}

.product-card-timer {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  height: 100%;
  position: relative;
}
.product-card-timer__header {
  padding: 8px 16px;
  display: flex;
  gap: 0 12px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-card-timer__header-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .product-card-timer__header-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-card-timer__header-title {
    font-size: 18px;
  }
}
.product-card-timer__header-counter {
  border-radius: 16px;
  padding: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--cveta-fona-fon);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .product-card-timer__header-counter {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-card-timer__header-counter {
    font-size: 18px;
  }
}
.product-card-timer__image {
  display: flex;
  padding: 8px 8px;
  flex: 1;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1400px) and (max-width: 1620px) {
  .product-card-timer__image {
    max-height: 180px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-card-timer__image {
    max-height: 140px;
  }
}
.product-card-timer__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product-card-timer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
}
.product-card-timer__title {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: auto 0 0 0;
  padding: 0 16px;
}
.product-card-timer__price {
  display: flex;
  align-items: start;
  gap: 0 16px;
}
.product-card-timer__price-new {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (max-width: 767px) {
  .product-card-timer__price-new {
    font-size: 16px;
  }
}
.product-card-timer__price-old {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--cveta-teksta-tekst-02);
}
.product-card-timer__discount {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: var(--cveta-fona-fon);
  border-radius: 16px;
  padding: 8px;
  background: var(--sluzhebnye-krasnyy);
}
@media screen and (max-width: 767px) {
  .product-card-timer__discount {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.banner {
  padding: 24px 0;
}
.banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
}
.banner-grid-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-grid-three {
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-grid-three {
    display: flex;
    align-items: center;
    gap: 0 16px;
    overflow: auto;
  }
  .banner-grid-three .banner-card {
    min-width: 290px;
  }
}
.banner__item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  transition: 0.1s;
}
.banner__item--catalog {
  margin: 24px 0;
}
.banner__item:is(a):hover {
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.1);
}
.banner__item img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-card {
  border-radius: 16px;
  padding: 24px;
  background: var(--cveta-fona-fon-01);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  transition: 0.1s;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%;
}
.banner-card__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  min-height: 232px;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .banner-card__content {
    max-width: 240px;
  }
}
.banner-card__content h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .banner-card__content h2 {
    font-size: 18px;
  }
}
.banner-card__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .banner-card__content p {
    font-size: 14px;
  }
}
.banner-card__content .btn {
  height: 40px;
  padding: 0 8px;
  margin-top: auto;
}
.banner-card__content .btn--full {
  width: 256px;
}

.banner-wide-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 24px;
  padding: 24px 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--osnovnye-cveta-akcent-2);
  min-height: 340px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-wide-card {
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
    padding: 36px 16px;
  }
}
.banner-wide-card__content h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--cveta-fona-fon);
  margin: 0 0 8px 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .banner-wide-card__content h2 {
    font-size: 24px;
    margin: 0 0 4px 0;
  }
  .banner-wide-card__content h2 br {
    display: none;
  }
}
.banner-wide-card__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-fona-fon);
  margin: 0 0 0 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner-wide-card__content p {
    font-size: 14px;
  }
}
.banner-wide-card__image {
  display: block;
  width: 100%;
  max-width: 478px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner-wide-card__image {
    max-width: 80%;
    margin: 40px auto 0 auto;
    order: 3;
  }
}
.banner-wide-card__bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 32px;
}
@media screen and (max-width: 1199px) {
  .banner-wide-card__bullets {
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
  }
}
.banner-wide-card__bullets-item {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.banner-wide-card__bullets-item svg {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  fill: none;
  stroke: #fff;
}
.banner-wide-card__bullets-item span {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--cveta-fona-fon);
}
@media screen and (max-width: 991px) {
  .banner-wide-card__bullets-item span {
    font-size: 14px;
  }
}

.top-brands {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .top-brands {
    padding: 30px 0;
  }
}
.top-brands-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 24px 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-brands-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-brands-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px 16px;
  }
}
@media screen and (max-width: 389px) {
  .top-brands-grid {
    grid-gap: 8px 8px;
  }
}

.brand-card {
  display: flex;
  min-height: 140px;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .brand-card {
    min-height: 80px;
  }
}
.brand-card img {
  display: block;
  margin: auto;
}

.brand-catalog {
  padding: 24px 0;
}
.brand-catalog-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brand-catalog-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .brand-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
  }
}

.brand {
  padding: 24px 0;
}
.brand-products {
  margin: 48px 0 0 0;
}
.brand-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brand-products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .brand-products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
  }
}
.brand-dirs {
  margin: 48px 0 0 0;
}

.last-articles {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .last-articles {
    padding: 30px 0;
  }
}
.last-articles h2 {
  text-align: center;
}
.last-articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 12px 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .last-articles-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .last-articles-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    grid-gap: unset;
    gap: 0 12px;
  }
}

.articles {
  padding: 48px 0;
}
.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

.article-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .article-card {
    width: 280px;
    flex: 0 0 280px;
    border: 1px solid var(--granicy-osnovnoy);
    border-radius: 16px;
    padding: 16px;
  }
}
.article-card__image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.article-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.article-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.article-card__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
  margin: 0 0 8px 0;
}
.article-card__title {
  display: block;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .article-card__title {
    font-size: 18px;
  }
}
.article-card__title:hover {
  color: var(--osnovnye-sochnyy-apelsin);
}
.article-card__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .article-card__description {
    font-size: 14px;
  }
}
.article-card__more {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--osnovnye-cveta-akcent-2);
  margin: auto 0 0 0;
}
.article-card__more:hover {
  text-decoration: none;
}

.article {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .article {
    padding: 24px 0;
  }
}
.article-content {
  max-width: 1000px;
  margin: 0 auto;
}
.article-content img {
  display: block;
  width: 100%;
}
.article-content h2 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--neytralnye-cveta-2);
  margin: 40px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .article-content h2 {
    font-size: 24px;
  }
}
.article-content h3 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--neytralnye-cveta-1);
  margin: 40px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .article-content h3 {
    font-size: 22px;
  }
}
.article-content h4 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--neytralnye-cveta-2);
  margin: 40px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .article-content h4 {
    font-size: 20px;
  }
}
.article-content p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--neytralnye-cveta-3);
}
@media screen and (max-width: 767px) {
  .article-content p {
    font-size: 14px;
  }
}

.rs-disabled-property {
  opacity: 0.5;
  pointer-events: none;
}

.filter {
  background: #f8f8f8;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    overflow: auto;
    transition: 0.1s;
  }
  body:not(.filter-toggled) .filter {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .filter {
    max-width: 320px;
  }
}
.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  padding: 16px 16px 16px 16px;
}
.filter-header__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
}
.filter-header__close {
  cursor: pointer;
  flex: 0 0 24px;
}
.filter-header__close svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
@media screen and (min-width: 992px) {
  .filter-header {
    display: none;
  }
}
.filter form {
  padding: 16px 16px;
}
.filter-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  padding: 20px 0;
  cursor: pointer;
}
.filter-group__title span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
}
.filter-group__title-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  transition: 0.1s;
}
.filter-group:not(.active) .filter-group__title svg {
  transform: rotateZ(90deg);
}
.filter-group-inner {
  transition: height 0.25s ease;
  overflow: hidden;
}
.filter-group:not(.active) .filter-group-inner {
  display: none;
}
.filter-group__search {
  position: relative;
  border: 1px solid var(--cveta-fona-fon-03);
  background: #fff;
  border-radius: 8px;
  padding: 11px 16px;
}
.filter-group__search input {
  display: block;
  width: 100%;
  max-width: unset;
  border: none;
  background: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
  padding: 0 40px 0 0;
  outline: none;
}
.filter-group__search input::placeholder {
  color: var(--cveta-teksta-tekst-03);
}
.filter-group__search svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
}
.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 16px 0 0 0;
}
.filter-list + .filter-list {
  margin-top: 8px;
}
.filter-list.d-none + .filter-list {
  margin-top: 16px;
}
.filter-list li + li {
  margin-top: 8px;
}
.rs-filter-group:not(.filter-group--searching):not(.filter-group--view-all) .filter-list__item--hidden {
  display: none;
}
.rs-filter-group.filter-group--searching .filter-list__item--search-hidden {
  display: none;
}
.filter-interval {
  padding: 16px 0 0 0;
}
.filter-interval__diagram {
  position: relative;
  margin: 0 0 32px 0;
}
.filter-interval__diagram-empty {
  display: block;
  width: 100%;
}
.filter-interval__diagram-filled {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-image: url(../img/icons/filter-filled.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.filter-interval .input {
  border-color: var(--cveta-teksta-tekst-03);
  text-align: center;
  padding: 10px 24px;
}
.filter-interval-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 16px;
  margin: 0 0 2px 0;
}
.filter-interval .noUi-target {
  margin: 0 42px 24px 42px;
  box-shadow: none;
  background: var(--cveta-teksta-tekst-03);
  border: none;
  height: 5px;
}
.filter-interval .noUi-horizontal .noUi-handle {
  border: 2px solid var(--osnovnye-cveta-akcent-2);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -10px;
  cursor: pointer;
}
.filter-interval .noUi-horizontal .noUi-handle:after, .filter-interval .noUi-horizontal .noUi-handle:before {
  display: none;
}
.filter-interval .noUi-connect {
  background: var(--osnovnye-cveta-akcent-2);
}
.filter-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 991px) {
  .filter-selected {
    margin: 0;
    padding: 16px 16px 0 16px;
  }
}
.filter-selected__item {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--cveta-teksta-tekst-02);
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 7px 8px;
  cursor: pointer;
  transition: 0.1s;
}
.filter-selected__item--clear {
  color: var(--sluzhebnye-krasnyy);
}
.filter-selected__item:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.filter-selected__item svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}
.filter-selected__clean {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--sluzhebnye-krasnyy);
  padding: 3px 8px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: 0.1s;
}
.filter-selected__clean:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.filter__view-all {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  text-decoration: underline;
  cursor: pointer;
  margin: 18px 0 0 0;
}
.filter__view-all:hover {
  text-decoration: none;
}
.filter__show {
  display: none;
  width: calc(100% - 32px);
  margin: 0 auto 16px auto;
}
@media screen and (max-width: 991px) {
  .rs-filter-section.rs-filter-active .filter__show {
    display: flex;
  }
}

.catalog-wrapper {
  display: grid;
  grid-template-columns: 288px calc(100% - 288px - 24px);
  grid-gap: 0 24px;
  align-items: start;
  padding: 24px 0;
}
@media screen and (max-width: 991px) {
  .catalog-wrapper {
    grid-template-columns: 100%;
  }
}
.catalog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
  }
}
.catalog-sort {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px 0;
  gap: 0 16px;
}
.catalog-sort-inner {
  margin: 0 0 0 auto;
  position: relative;
}
.catalog-sort-inner:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/bar-chart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .catalog-sort-inner {
    flex: 1;
  }
}
.catalog-sort .select {
  width: auto;
  background-color: #fcfcfd;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  position: relative;
  padding-left: 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #777e90;
}
@media screen and (max-width: 991px) {
  .catalog-sort .select {
    padding: 12px 16px 12px 48px;
    width: 100%;
  }
}
.catalog-filter-button {
  display: flex;
  border-radius: 8px;
  padding: 12px;
  width: 48px;
  height: 48px;
  background: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
}
body.filter-toggled .catalog-filter-button:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.catalog-filter-button svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .catalog-filter-button {
    display: none;
  }
}
.catalog__description {
  margin: 0 0 24px 0;
}
.catalog-bottom-description-outer {
  margin: 24px 0 0 0;
}
.catalog-bottom-description--hidden {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.catalog-bottom-description--hidden:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #fff);
}
.catalog-bottom-description__more {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 24px 0 0 0;
  cursor: pointer;
}
.catalog-bottom-description__more:hover {
  text-decoration: none;
}
.catalog-subdirs {
  margin: 0 0 24px 0;
}
.catalog-subdirs-group + .catalog-subdirs-group {
  margin-top: 36px;
}
.catalog-subdirs-group h2,
.catalog-subdirs-group h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 24px 0;
}
.catalog-subdirs-group .swiper-slide {
  width: auto;
  background: #f8f8f8;
  border-radius: 16px;
}
.catalog-subdirs-group .carousel-outer {
  padding: 12px 0;
  margin: -12px 0;
}
.catalog-subdirs-group .carousel__arrow--prev {
  left: 0;
}
.catalog-subdirs-group .carousel__arrow--next {
  right: 0;
}
.catalog-subdirs-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0 16px;
  overflow: auto;
}
.catalog-subdirs__item {
  display: block;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
  padding: 16px;
  width: 258px;
  height: 160px;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) bottom;
  color: var(--cveta-teksta-tekst);
  transition: 0.1s;
}
.catalog-subdirs__item:hover {
  color: var(--osnovnye-cveta-akcent-2);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}
.catalog-subdirs__item span {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
}
.catalog-subdirs__item-brand {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
  padding: 16px 16px 8px 16px;
  width: 141px;
  height: 100px;
  color: var(--cveta-teksta-tekst);
  transition: 0.1s;
}
.catalog-subdirs__item-brand:hover {
  color: var(--osnovnye-cveta-akcent-2);
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}
.catalog-subdirs__item-brand img {
  display: block;
  max-width: 100%;
  max-height: 40px;
  margin: auto;
}
.catalog-subdirs__item-brand span {
  text-align: center;
  display: block;
  margin: 6px 0 0 0;
  font-size: 14px;
}
.catalog-other {
  margin: 0 0 24px 0;
}
.catalog-other--product {
  order: 1;
  margin: 0;
  padding: 48px 0 0 0;
}
.catalog-other .carousel-outer {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin: 0;
  padding: 0;
  overflow: unset;
}
.catalog-other .swiper-container {
  padding: 0 0;
  overflow: hidden;
  flex: 1;
}
.catalog-other .swiper-slide {
  width: auto;
}
.catalog-other .carousel__arrow--prev {
  position: unset;
}
.catalog-other .carousel__arrow--next {
  position: unset;
}
.catalog-other .carousel__arrow.swiper-button-disabled {
  visibility: visible;
  opacity: 0.5;
}
.catalog-other--destroy .swiper-wrapper {
  flex-wrap: wrap;
  gap: 6px 6px;
}
.catalog-other--destroy .carousel__arrow--prev, .catalog-other--destroy .carousel__arrow--next {
  display: none !important;
}
.catalog-other__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst-01);
  margin: 0 0 8px 0;
}
.catalog-other__link {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  border: 1px solid var(--cveta-teksta-tekst-02);
  border-radius: 16px;
  padding: 6px 16px;
  color: var(--cveta-teksta-tekst-02);
  text-decoration: none;
}
.catalog-other__link:hover {
  color: var(--osnovnye-cveta-akcent-2);
  border-color: var(--osnovnye-cveta-akcent-2);
}
.catalog-other__view-all {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
  margin: 8px 0 0 0;
}
.catalog-other__view-all:hover {
  text-decoration: none;
}
.catalog__ajax-btn {
  margin: 24px auto 0 auto;
  max-width: 321px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .catalog__ajax-btn {
    max-width: 253px;
  }
}

.breadcrumbs {
  padding: 16px 0;
}
.breadcrumbs__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0 4px;
  align-items: center;
  overflow: auto;
}
.breadcrumbs__item {
  white-space: nowrap;
}
.breadcrumbs__item span,
.breadcrumbs__item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
.breadcrumbs__item span {
  color: var(--osnovnye-cveta-akcent-2);
}
.breadcrumbs__item a {
  color: var(--cveta-teksta-tekst-01);
}
.breadcrumbs__item a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.breadcrumbs__item svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--cveta-teksta-tekst-01);
}
.breadcrumbs__devider svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--cveta-teksta-tekst-01);
}
.breadcrumbs h1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst-01);
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs h1 {
    font-size: 24px;
  }
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  .paginator {
    gap: 0 4px;
  }
}
.paginator__item {
  border: 1px solid currentColor;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
  text-decoration: none;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .paginator__item {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}
@media screen and (max-width: 389px) {
  .paginator__item {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
}
.paginator__item:is(a):hover {
  opacity: 0.75;
}
.paginator__item.active {
  color: var(--osnovnye-cveta-akcent-2);
  border: 1px solid var(--osnovnye-cveta-akcent-2);
}
.paginator__item svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}

.compare {
  padding: 24px 0;
}
.compare-columns-titles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.compare-columns-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1f222c;
  background: #f4f5f6;
  padding: 13px 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .compare-columns-title {
    font-weight: 500;
    font-size: 14px;
  }
}
.compare-product-param {
  padding: 16px 16px;
  text-align: center;
}

.favorite {
  padding: 24px 0;
}
.favorite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .favorite-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .favorite-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .favorite-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .favorite-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
  }
}

.user {
  padding: 24px 0;
}
.user-grid {
  display: grid;
  grid-template-columns: 288px 1fr;
  grid-gap: 16px 48px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .user-grid {
    grid-template-columns: 1fr;
  }
}
.user-navigation {
  background: var(--cveta-fona-fon-01);
  padding: 40px 0;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .user-navigation {
    padding: 16px 0px;
  }
}
.user-navigation__item {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst-01);
  padding: 16px;
}
.user-navigation__item.active {
  border-right: 4px solid var(--osnovnye-cveta-akcent-2);
  background: #fff;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (max-width: 767px) {
  .user-navigation__item {
    font-size: 16px;
  }
}
.user-navigation__item:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.user-group {
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 24px;
  padding: 16px 24px 24px 24px;
}
@media screen and (max-width: 767px) {
  .user-group {
    padding: 16px 16px 18px 16px;
  }
}
.user-group + .user-group {
  margin-top: 16px;
}
.user-group__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .user-group__title {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.user-profile__name {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px 16px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1200px) {
  .user-profile__name {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.user-profile__contacts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px 16px;
}
@media screen and (min-width: 1200px) {
  .user-profile__contacts {
    grid-template-columns: 1fr 1fr;
  }
}
.user-profile__company {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px 16px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1200px) {
  .user-profile__company {
    grid-template-columns: 1fr 1fr;
  }
}
.user-profile__company:not(.show) {
  display: none;
}
.user-profile__password {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px 16px;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .user-profile__password {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.user-profile__password:not(.show) {
  display: none;
}
.user-orders-group {
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 24px;
  padding: 24px 24px;
}
@media screen and (max-width: 767px) {
  .user-orders-group {
    padding: 16px 16px;
  }
}
.user-orders-group + .user-orders-group {
  margin-top: 16px;
}
.user-orders-group__header {
  position: relative;
  cursor: pointer;
  padding: 0 54px 0 0;
}
.user-orders-group__header-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .user-orders-group__header-title {
    font-size: 16px;
  }
}
.user-orders-group__header-status {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.user-orders-group__header-control {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.user-orders-group__header-control svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.user-orders-group:not(.active) .user-orders-group__header-control svg:nth-child(2) {
  display: none;
}
.user-orders-group.active .user-orders-group__header-control svg:nth-child(1) {
  display: none;
}
.user-orders-group-content {
  margin: 24px 0 0 0;
  border-radius: 24px;
  padding: 24px;
  background: var(--cveta-fona-fon-01);
}
.user-orders-group:not(.active) .user-orders-group-content {
  display: none;
}
.user-orders-card__total {
  display: flex;
  align-items: baseline;
  gap: 0 12px;
}
.user-orders-card__total-count {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 12px;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
.user-orders-card__total-price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--osnovnye-sochnyy-apelsin);
}
.user-orders-card-properties {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 992px) {
  .user-orders-card-properties {
    max-width: 600px;
  }
}
.user-orders-card-properties__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 3px;
}
.user-orders-card-properties__item + .user-orders-card-properties__item {
  margin-top: 8px;
}
.user-orders-card-properties__item:before {
  content: "";
  display: block;
  order: 2;
  border: 1px dashed var(--neytralnye-cveta-5);
  flex: 1;
}
.user-orders-card-properties__item-name {
  order: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .user-orders-card-properties__item-name {
    font-size: 14px;
  }
}
.user-orders-card-properties__item-value {
  order: 3;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .user-orders-card-properties__item-value {
    font-size: 14px;
  }
}
.user-orders-card-properties__more {
  margin: 40px 0 0 0;
  width: 210px;
  padding: 0;
}
.user-orders-card__actions {
  display: flex;
  align-items: center;
  gap: 12px 12px;
  flex-wrap: wrap;
  margin: 24px 0 0 0;
}
.user-order-properties {
  max-width: 640px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .user-order-properties {
    max-width: unset;
    margin: 0;
  }
}
.user-order-properties__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 3px;
}
.user-order-properties__item + .user-order-properties__item {
  margin-top: 8px;
}
.user-order-properties__item:before {
  content: "";
  display: block;
  order: 2;
  border: 1px dashed var(--cveta-teksta-tekst-02);
  flex: 1;
}
.user-order-properties__item-name {
  order: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 767px) {
  .user-order-properties__item-name {
    font-size: 14px;
  }
}
.user-order-properties__item-name--fat {
  font-weight: 700;
}
.user-order-properties__item-value {
  order: 3;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .user-order-properties__item-value {
    font-size: 14px;
  }
}
.user-order-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px 12px;
  flex-wrap: wrap;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  .user-order-btns {
    align-items: stretch;
  }
}
.user-order-products {
  margin: 0 0 24px 0;
}
.user-order-item {
  display: grid;
  grid-template-columns: 116px 1fr 340px;
  grid-gap: 0 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-order-item {
    grid-template-columns: 90px 1fr 260px;
  }
}
@media screen and (max-width: 767px) {
  .user-order-item {
    grid-template-columns: 56px 1fr;
    grid-gap: 8px 8px;
    padding: 8px;
  }
}
.user-order-item + .user-order-item {
  margin-top: 8px;
}
.user-order-item__image {
  display: block;
  padding: 8px;
}
.user-order-item__image img {
  display: block;
  width: 100%;
}
.user-order-item-content {
  padding: 8px 0;
}
.user-order-item-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 16px;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .user-order-item-prices {
    grid-column: 1/3;
    text-align: center;
  }
}
.user-order-item-prices__new {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-order-item-prices__new {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .user-order-item-prices__new {
    font-size: 13px;
  }
}
.user-order-item__barcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .user-order-item__barcode {
    padding: 0 30px 0 0;
  }
}
.user-order-item__barcode-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
}
.user-order-item__barcode-item strong {
  font-weight: 500;
}
.user-order-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-order-item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .user-order-item__title {
    font-size: 12px;
  }
}
.user-order-item__title:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.user-order-item__offers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 8px 0 0 0;
}
.user-order-item__offers-item {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
  border: 1px solid var(--cveta-teksta-tekst-02);
  border-radius: 16px;
  padding: 7px;
}

.auth-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.auth-form-footer__link {
  display: block;
  color: --osnovnye-cveta-akcent-2;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.auth-form-footer__link:hover {
  border-color: transparent;
}

.cart {
  padding: 40px 0 0 0;
}
.cart-grid {
  display: grid;
  grid-template-columns: 1fr 496px;
  grid-gap: 24px 48px;
  align-items: start;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-grid {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 991px) {
  .cart-grid {
    grid-template-columns: 1fr;
  }
}
.cart-products-footer {
  display: flex;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  .cart-products-footer {
    margin: 18px 0 0 0;
  }
}
.cart-actions {
  border-radius: 24px;
  padding: 40px 24px;
  background: var(--cveta-fona-fon-01);
  position: sticky;
  top: 24px;
}
.cart-actions-properties__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 3px;
}
.cart-actions-properties__item + .cart-actions-properties__item {
  margin-top: 8px;
}
.cart-actions-properties__item:before {
  content: "";
  display: block;
  order: 2;
  border: 1px dashed var(--cveta-teksta-tekst-02);
  flex: 1;
}
.cart-actions-properties__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 1;
}
.cart-actions-properties__item-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 3;
}
.cart-actions__bye {
  width: 100%;
  margin: 40px 0 0 0;
}
.cart-actions__error {
  margin: 20px 0 0 0;
}
.cart-actions__info {
  margin: 24px 0 0 0;
}
.cart-actions__info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
.cart-actions__info li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.cart-item {
  display: grid;
  grid-template-columns: 116px 1fr 340px;
  grid-gap: 0 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
}
.cart-item--concomitant {
  width: calc(100% - 24px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cart-item--concomitant {
    width: calc(100% - 12px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-item {
    grid-template-columns: 90px 1fr 300px;
  }
}
@media screen and (max-width: 767px) {
  .cart-item {
    grid-template-columns: 56px 1fr;
    grid-gap: 8px 8px;
    padding: 8px;
  }
}
.cart-item + .cart-item {
  margin-top: 16px;
}
.cart-item--concomitant + .cart-item--concomitant {
  margin-top: 8px;
}
.cart-item__image {
  display: block;
  padding: 8px;
}
.cart-item__image img {
  display: block;
  width: 100%;
}
.cart-item--concomitant .cart-item__image img {
  max-width: 48px;
  margin: 0 auto;
}
.cart-item-content {
  padding: 8px 0;
}
.cart-item-prices {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-gap: 0 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cart-item-prices {
    grid-column: 1/3;
    text-align: center;
  }
  .cart-item--concomitant .cart-item-prices {
    grid-template-columns: 1fr 120px 80px;
  }
}
.cart-item-prices__new {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-item-prices__new {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cart-item-prices__new {
    font-size: 13px;
  }
}
.cart-item-prices__old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: line-through;
  color: var(--cveta-teksta-tekst-02);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-item-prices__old {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cart-item-prices__old {
    font-size: 10px;
  }
}
.cart-item__barcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .cart-item__barcode {
    padding: 0 30px 0 0;
  }
}
.cart-item__barcode-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
}
.cart-item__barcode-item strong {
  font-weight: 500;
}
.cart-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cart-item__title {
    font-size: 12px;
  }
}
.cart-item__title:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.cart-item__offers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 8px 0 0 0;
}
.cart-item__offers-item {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
  border: 1px solid var(--cveta-teksta-tekst-02);
  border-radius: 16px;
  padding: 7px;
}
.cart-item-amount {
  display: flex;
  align-items: center;
  gap: 0 0;
}
.cart-item-amount input {
  display: block;
  width: 40px;
  height: 40px;
  min-width: unset;
  border: none;
  background: none;
  outline: none;
  text-align: center;
  -moz-appearance: textfield;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--osnovnye-cveta-akcent-2);
}
.cart-item-amount input::-webkit-outer-spin-button, .cart-item-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item-amount button {
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--cveta-teksta-tekst-02);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
}
.cart-item-amount button:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.cart-item-amount button svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  fill: none;
  stroke: currentColor;
}
.cart-item__remove {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: var(--sluzhebnye-krasnyy);
}
.cart-item__remove svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}
.cart-item__add {
  width: calc(100% - 12px);
  padding: 3px 0px;
  height: auto;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cart-item__add {
    width: 100%;
  }
}
.cart-item__add input {
  display: none;
}
.cart-item__add input:checked ~ span:nth-of-type(1) {
  display: none;
}
.cart-item__add input:not(:checked) ~ span:nth-of-type(2) {
  display: none;
}
.cart__clean {
  max-width: 250px;
  margin: 0 0 0 auto;
  display: block;
  color: #FF3D00;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
@media screen and (max-width: 767px) {
  .cart__clean {
    margin: 0;
  }
}
.cart__clean:hover {
  border-color: transparent;
}

.invalid-feedback {
  margin: 12px 0 0 0;
  color: var(--osnovnye-akcent);
}

.checkout {
  padding: 24px 0 128px 0;
}
@media screen and (max-width: 767px) {
  .checkout {
    padding: 24px 0 30px 0;
  }
}
.checkout-block-title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--neytralnye-cveta-2);
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .checkout-block-title {
    font-size: 20px;
  }
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 496px;
  grid-gap: 0 48px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-grid {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}
.checkout-finish-docs {
  display: flex;
}
.checkout-finish-docs + .checkout-finish-docs {
  margin-top: 24px;
}
.checkout-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
}
.checkout-actions {
  border-radius: 24px;
  padding: 40px 24px;
  background: var(--cveta-fona-fon-01);
  position: sticky;
  top: 24px;
}
.checkout-actions-properties__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 3px;
}
.checkout-actions-properties__item + .checkout-actions-properties__item {
  margin-top: 8px;
}
.checkout-actions-properties__item:before {
  content: "";
  display: block;
  order: 2;
  border: 1px dashed var(--cveta-teksta-tekst-02);
  flex: 1;
}
.checkout-actions-properties__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 1;
}
.checkout-actions-properties__item-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 3;
}
.checkout-actions__bye {
  width: 100%;
  margin: 40px 0 0 0;
}
.checkout-actions__error {
  margin: 20px 0 0 0;
}
.checkout-actions__info {
  margin: 24px 0 0 0;
}
.checkout-actions__info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
.checkout-actions__info li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.checkout-products {
  border: 1px solid var(--neytralnye-cveta-6);
  border-radius: 8px;
  padding: 24px 24px;
  background: var(--neytralnye-cveta-9);
  margin: 0 0 40px 0;
}
.checkout-products-item + .checkout-products-item {
  margin-top: 24px;
}
.checkout-products-item__barcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 12px;
  margin: 0 0 4px 0;
}
.checkout-products-item__barcode-item {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--neytralnye-cveta-3);
}
.checkout-products-item__barcode-item strong {
  font-weight: 500;
}
.checkout-products-item__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--neytralnye-cveta-3);
}
.checkout-products-item__price {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--neytralnye-cveta-2);
}
.checkout-user {
  padding: 0 0 24px 0;
}
.checkout-user-login {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 0 0 40px 0;
  background: var(--neytralnye-cveta-8);
  border: 1px solid var(--neytralnye-cveta-6);
  border-radius: 8px;
  padding: 16px;
}
.checkout-user-login__text {
  flex: 1;
}
.checkout-user-login__text-title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--neytralnye-cveta-2);
}
.checkout-user-login__text-description {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neytralnye-cveta-2);
}
.checkout-user-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  .checkout-user-grid {
    grid-template-columns: 1fr;
  }
}
.checkout-user-grid + .checkout-user-grid {
  margin-top: 16px;
}
.checkout-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 16px;
}
.checkout-city {
  margin: 16px 0 0 0;
  padding: 24px 0;
}
.checkout-city__select {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 0 0 40px 0;
  background: var(--neytralnye-cveta-8);
  border: 1px solid var(--neytralnye-cveta-6);
  border-radius: 8px;
  padding: 16px;
}
.checkout-city__select-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--neytralnye-cveta-3);
}
.checkout-delivery {
  margin: 16px 0 0 0;
  padding: 24px 0;
}
.checkout-delivery__item + .checkout-delivery__item {
  margin-top: 16px;
}
.checkout-address {
  margin: 16px 0 0 0;
  padding: 24px 0;
}
.checkout-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 16px;
}
@media screen and (max-width: 767px) {
  .checkout-address-grid {
    grid-template-columns: 1fr;
  }
}
.checkout-address-grid + .checkout-address-grid {
  margin-top: 16px;
}
.checkout-address .rs-checkout_addressAddressInputWrapper {
  margin-top: 8px;
}
.checkout-payment {
  margin: 16px 0 0 0;
  padding: 24px 0;
}
.checkout-payment__item + .checkout-payment__item {
  margin-top: 16px;
}
.checkout-comment {
  margin: 16px 0 0 0;
  padding: 24px 0;
}

.city-form {
  min-height: 300px;
  max-height: 100%;
}
.city-form--affilate {
  width: 500px;
  min-height: unset;
}
@media screen and (max-width: 767px) {
  .city-form--affilate {
    width: 100%;
  }
}
.city-form__search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 12px 12px;
  background: #fff;
}
.city-form__search-outer {
  position: relative;
}
.city-form__search ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.city-form__search li + li {
  margin-top: 12px;
}
.city-form__search a {
  display: block;
  text-decoration: none;
  color: var(--neytralnye-cveta-3);
  cursor: pointer;
}
.city-form__search a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.city-form-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px 24px;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 768px) {
  .city-form-list {
    max-height: 200px;
    overflow: auto;
  }
  .city-form-list::-webkit-scrollbar {
    width: 2px;
    background: none;
  }
  .city-form-list::-webkit-scrollbar-thumb {
    background-color: var(--osnovnye-cveta-akcent-2);
  }
  .city-form-list::-webkit-scrollbar-track {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .city-form-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px 18px;
  }
}
@media screen and (max-width: 389px) {
  .city-form-list {
    grid-template-columns: 1fr;
    grid-gap: 12px 0;
  }
}
.city-form__item-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  transition: 0.1s;
  color: var(--neytralnye-cveta-3);
  text-decoration: none;
}
.city-form__item-title:is(a):hover {
  color: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
}
.city-form-sublist {
  padding: 8px 0 0 8px;
}
.city-form-sublist__item {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", serif;
  transition: 0.1s;
  color: var(--neytralnye-cveta-3);
  text-decoration: none;
}
.city-form-sublist__item + .city-form-sublist__item {
  margin-top: 8px;
}
.city-form-sublist__item:is(a):hover {
  color: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
}

.rs-multi-complectations .rs-reserve,
.rs-not-avaliable .rs-buy,
.rs-not-avaliable .rs-buy-one-click,
.rs-product .rs-reserve,
.rs-product-item .rs-reserve,
.rs-unobtainable {
  display: none;
}

.rs-unobtainable {
  color: #f06060;
}

.rs-not-avaliable .rs-unobtainable {
  display: flex;
}

.rs-forced-reserve .rs-reserve,
.rs-not-avaliable.rs-can-be-reserved .rs-reserve {
  display: flex !important;
}

.rs-forced-reserve .rs-buy,
.rs-not-avaliable.rs-can-be-reserved .rs-unobtainable {
  display: none;
}

.rs-bad-offer.rs-product .product-prices {
  display: none;
}

.product-main {
  display: flex;
  flex-direction: column;
}
.product-main .breadcrumbs {
  order: 1;
}
.product-main .product {
  order: 2;
}
.product-main .top-products--concomitant {
  order: 3;
  padding-bottom: 0;
}
.product-main .catalog-other--product {
  order: 4;
}
.product-main .product-bottom {
  order: 5;
}
.product-main .top-products--recomended {
  order: 6;
}
.product-main .top-products--similar {
  order: 7;
}
.product-main .top-products--lastview {
  order: 8;
}
.product-main .last-articles {
  order: 9;
}
.product-top {
  display: grid;
  grid-template-columns: 496px 1fr 288px;
  grid-gap: 0 40px;
  padding: 24px 0 48px 0;
  align-items: start;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-top {
    grid-template-columns: 396px 1fr 288px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-top {
    grid-template-columns: 300px 1fr 260px;
  }
}
@media screen and (max-width: 991px) {
  .product-top {
    grid-template-columns: 100%;
    grid-gap: 24px 0;
  }
}
.product-bottom {
  padding: 48px 0 0 0;
}
.product-gallery__main {
  border: 1px solid var(--neytralnye-cveta-6);
  position: relative;
}
.product-gallery__main-item {
  display: block;
}
.product-gallery__main-item img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.product-gallery__main-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--cveta-teksta-tekst);
  transform: rotateZ(-45deg);
  opacity: 0.7;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-gallery__main-text {
    font-size: 20px;
  }
}
.product-gallery__thumbs {
  margin: 8px 0 0 0;
}
.product-gallery__thumbs .swiper-slide {
  align-self: stretch;
  height: auto;
}
.product-gallery__thumbs-item {
  display: flex;
  border: 1px solid var(--neytralnye-cveta-6);
  height: 100%;
  cursor: pointer;
  transition: 0.1s;
}
.product-gallery__thumbs-item:hover {
  border-color: var(--osnovnye-sochnyy-apelsin);
}
.product-gallery__thumbs-item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product-delivery-widget {
  margin: 24px 0 0 0;
}
.product-delivery-widget iframe {
  margin: 0 auto;
  display: block;
}
.product-right {
  background: var(--cveta-fona-fon-01);
  border-radius: 16px;
  padding: 40px 16px;
}
.product__short-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.product__share {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--osnovnye-cveta-akcent-2);
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 0 0 0 auto;
  cursor: pointer;
  transition: 0.1s;
}
.product__share:active {
  transform: scale(0.95);
}
@media screen and (max-width: 767px) {
  .product__share {
    font-size: 14px;
  }
}
.product__share svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}
.product-barcode {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 24px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .product-barcode {
    margin: 0 0 6px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0 0;
  }
}
.product-barcode__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.product-properties {
  padding: 0 16px;
}
@media screen and (max-width: 1199px) {
  .product-properties {
    padding: 0;
  }
}
.product-properties--short {
  margin: 24px 0 0 0;
}
.product-properties__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 3px;
}
.product-properties__item + .product-properties__item {
  margin-top: 8px;
}
.product-properties__item:before {
  content: "";
  display: block;
  order: 3;
  border: 1px dashed var(--cveta-teksta-tekst-02);
  flex: 1;
}
.product-properties__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 1;
}
@media screen and (max-width: 767px) {
  .product-properties__item-name {
    font-size: 12px;
  }
}
.product-properties__item-helper {
  color: var(--osnovnye-cveta-akcent-2);
  order: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 6px -1px rgba(15, 15, 15, 0.2);
  border: 1px solid var(--granicy-osnovnoy);
}
.product-properties__item-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 4;
}
@media screen and (min-width: 992px) {
  .product-properties__item-value {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-properties__item-value {
    font-size: 12px;
  }
}
.product-properties__more {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
  margin: 16px 0 0 0;
}
.product-properties__more:hover {
  text-decoration: none;
}
.product-prices {
  display: flex;
  gap: 0 16px;
  align-items: start;
  margin: 0 0 40px 0;
}
.product-prices__new {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
}
.product-prices__old {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--cveta-teksta-tekst-02);
}
.product-concomitant-price {
  margin: -30px 0 30px 0;
  font-size: 14px;
}
.product-cart .btn {
  padding-left: 0;
  padding-right: 0;
}
.product-actions {
  display: grid;
  grid-template-columns: 1fr 48px 48px;
  grid-gap: 8px 8px;
}
.product-actions__item {
  display: flex;
  fill: none;
  border: 2px solid var(--osnovnye-cveta-akcent-2);
  border-radius: 16px;
  width: 48px;
  height: 48px;
  color: var(--osnovnye-cveta-dopolnitelnyy);
  cursor: pointer;
}
.product-actions__item:hover {
  opacity: 0.75;
}
.product-actions__item.rs-in-compare, .product-actions__item.rs-in-favorite {
  color: #fff;
  background: var(--osnovnye-cveta-akcent-2);
}
.product-actions__item svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  margin: auto;
}
.product-actions__oneclick {
  grid-column: 1/4;
  padding: 12px 0;
}
.product-info {
  margin-top: 40px;
}
.product-info__item + .product-info__item {
  margin-top: 20px;
}
.product-info__item-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 6px 0;
}
.product-info__item-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.product-social {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.product-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  border: 1px solid var(--neytralnye-cveta-6);
  border-radius: 5px;
  padding: 10px 20px;
  background: var(--neytralnye-cveta-8);
  text-decoration: none;
  flex: 1;
  transition: 0.1s;
  color: var(--neytralnye-cveta-4);
}
.product-social__item:hover {
  color: var(--osnovnye-sochnyy-apelsin);
}
.product-social__item img {
  display: block;
  width: auto;
}
.product-social__item span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.product-offers {
  margin: 48px 0 0 0;
}
.product-offers__group + .product-offers__group {
  margin-top: 48px;
}
.product-offers__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 24px 0;
}
.product-offers__choose {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.product-offers__item {
  cursor: pointer;
}
.product-offers__item input {
  display: none;
}
.product-offers__item-checker {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #1f222c;
  border-radius: 16px;
  padding: 8px 16px;
  width: 94px;
  height: 40px;
  min-width: 40px;
}
.product-offers__item input:checked + .product-offers__item-checker {
  background: var(--osnovnye-cveta-akcent-2);
  border-color: var(--osnovnye-cveta-akcent-2);
  color: #fff;
}
.product-description h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 16px 0;
}
.product-description p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.product-files-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .product-files-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
}
.product-files__item {
  padding: 0 0 0 32px;
  position: relative;
}
.product-files__item:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-files__item--pdf:before {
  background-image: url(../img/icons/pdf.svg);
}
.product-files__item-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
.product-files__item-size {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.product-files__item a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
}
.product-files__item a:hover {
  text-decoration: none;
}
.product-bottom .tabs {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 288px 1fr;
  align-items: start;
  grid-gap: 32px 48px;
}
@media screen and (max-width: 991px) {
  .product-bottom .tabs {
    grid-template-columns: 100%;
  }
}
.product-bottom .tabs .tabs-header {
  background: var(--cveta-fona-fon-01);
  border-radius: 16px;
  padding: 16px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-bottom .tabs .tabs-header {
    padding: 8px 0;
  }
}
.product-bottom .tabs .tabs-header .tabs-header__item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst-02);
  padding: 16px 16px;
  background: none;
  border: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product-bottom .tabs .tabs-header .tabs-header__item {
    font-size: 16px;
    padding: 8px 8px;
  }
}
.product-bottom .tabs .tabs-header .tabs-header__item.active {
  color: var(--osnovnye-cveta-akcent-2);
}
.product-bottom .tabs .tabs-wrapper {
  margin: 0;
}
.product-stock {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  margin: 0 0 8px 0;
}
.product-stock--instock {
  color: var(--sluzhebnye-zelenyy);
}
.product-stock--outofstock {
  color: var(--sluzhebnye-krasnyy);
}
.product__brand {
  display: flex;
  align-items: center;
  gap: 0 8px;
  letter-spacing: 0.275em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.product__brand img {
  display: block;
  height: auto;
}
.product-install h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 16px 0;
}
.product-install p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (min-width: 768px) {
  .product-install .btn {
    width: 316px;
    padding: 0;
  }
}
.product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0 0 12px 0;
}
.product-rating__stars {
  width: 136px;
  height: 24px;
  background-image: url(../img/icons/rating-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.product-rating__stars-filled {
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/rating-filled.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.product-rating__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-01);
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .product-rating__value {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-rating__value {
    font-size: 12px;
  }
}
.product-rating__value span {
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
  cursor: pointer;
}
.product-rating__value span:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .product-rating__value {
    font-size: 10px;
  }
}

.preorder {
  max-width: 480px;
}
.comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.comments-header__content h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .comments-header__content h2 {
    font-size: 22px;
  }
}
.comments-header__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .comments-header__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .comments-header .btn {
    width: 100%;
  }
}
.comments-card {
  border: 1px solid #e6e8ec;
  border-radius: 24px;
  padding: 24px 24px;
}
@media screen and (max-width: 767px) {
  .comments-card {
    padding: 24px 16px;
  }
}
.comments-card--admin {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .comments-card--admin {
    padding-left: 40px;
  }
}
.comments-card + .comments-card {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .comments-card + .comments-card {
    margin-top: 16px;
  }
}
.comments-card-header {
  margin: 0 0 16px 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px 8px;
  align-items: center;
}
.comments-card__stars {
  width: 136px;
  height: 24px;
  background-image: url(../img/icons/rating-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .comments-card__stars {
    flex: 100%;
  }
}
.comments-card__stars-filled {
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/rating-filled.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.comments-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  background: #f2f3ee;
}
.comments-card__avatar span {
  display: block;
  margin: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #1f222c;
}
.comments-card__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #1f222c;
}
@media screen and (max-width: 767px) {
  .comments-card__name {
    font-size: 16px;
  }
}
.comments-card__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #b1b5c3;
}
@media screen and (max-width: 767px) {
  .comments-card__date {
    font-size: 12px;
  }
}
.comments-card__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0a0c13;
}
@media screen and (max-width: 767px) {
  .comments-card__content {
    font-size: 12px;
  }
}
.comments-form .politic {
  margin: 24px 0 0 0;
}
.comments-form-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-form-stars__item {
  width: 32px;
  height: 32px;
  background-image: url(../img/icons/rating-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.comments-form-stars__item.active {
  background-image: url(../img/icons/rating-filled.svg);
}

.seotext {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .seotext {
    padding: 40px 0;
  }
}
.seotext h1 {
  font-size: 40px;
  margin: 24px 0 34px 0;
}
@media screen and (max-width: 767px) {
  .seotext h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 389px) {
  .seotext h1 {
    font-size: 22px;
  }
}
.seotext h2 {
  font-size: 28px;
  margin: 32px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .seotext h2 {
    font-size: 24px;
  }
}
.seotext h3 {
  font-size: 24px;
  margin: 32px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .seotext h3 {
    font-size: 18px;
  }
}

.slider {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 991px) {
  .slider {
    padding: 0;
  }
}
.slider__item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.slider__item img {
  display: block;
  width: 100%;
}
.slider-inner .carousel__arrow--prev {
  border: 2px solid var(--granicy-osnovnoy);
  border-radius: 4px;
  left: 16px;
  top: unset;
  bottom: 8px;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.slider-inner .carousel__arrow--prev svg {
  transform: rotateZ(180deg);
}
.slider-inner .carousel__arrow--next {
  border: 2px solid var(--granicy-osnovnoy);
  border-radius: 4px;
  right: unset;
  left: 72px;
  top: unset;
  bottom: 8px;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.slider-inner .carousel__arrow.swiper-button-disabled {
  visibility: visible;
  opacity: 0.5;
}
.slider-inner .swiper-slide {
  transition: 0.1s;
}
.slider-inner .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.slider-grid {
  display: grid;
  grid-template-columns: calc(100% - 366px - 24px) 366px;
  gap: 0 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-grid {
    grid-template-columns: calc(100% - 260px - 24px) 260px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-grid {
    grid-template-columns: 100%;
    gap: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-grid {
    gap: 16px 0;
  }
}

.slider-card {
  display: flex;
  align-items: center;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  background: var(--cveta-fona-fon-01);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 486px;
  padding: 24px 24px;
}
@media screen and (max-width: 767px) {
  .slider-card {
    padding: 24px 16px;
    align-items: start;
  }
}
.slider-card-1 {
  background-image: url(/templates/komfort/resource/img/slider/sl_01.png);
  background-repeat: no-repeat;
  background-position: 660px center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-card-1 {
    background-position: 440px center;
  }
}
@media screen and (max-width: 767px) {
  .slider-card-1 {
    background-image: url(/templates/komfort/resource/img/slider/sl_01-mobile.png);
    background-position: center 250px;
    background-size: 100% auto;
  }
}
.slider-card__content {
  max-width: 630px;
  padding: 0 0 82px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-card__content {
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .slider-card__content {
    max-width: unset;
  }
}
.slider-card__content h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-card__content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .slider-card__content h2 {
    font-size: 28px;
  }
}
.slider-card__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .slider-card__content p {
    font-size: 16px;
    margin: 0 0 16px 0;
  }
}
.slider-card__content .btn {
  width: 308px;
}
@media screen and (max-width: 767px) {
  .slider-card__content .btn {
    width: 242px;
    padding-left: 0;
    padding-right: 0;
    height: 40px;
  }
}
.slider-card__discount {
  height: 82px;
  padding: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .slider-card__discount {
    height: 52px;
    padding: 0;
  }
}
.slider-card__discount-value {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--cveta-fona-fon);
  border-radius: 16px;
  padding: 16px;
  background: var(--sluzhebnye-krasnyy);
  transform: rotate(-10deg) translateX(-10px) translateY(10px);
}
@media screen and (max-width: 767px) {
  .slider-card__discount-value {
    padding: 8px;
  }
}

.subscribe {
  padding: 80px 0 40px 0;
  background: var(--cveta-fona-fon-02);
}
@media screen and (max-width: 767px) {
  .subscribe {
    padding: 40px 0 0 0;
  }
}
.subscribe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 40px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .subscribe-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .subscribe-grid {
    grid-gap: 16px 0;
  }
}
.subscribe-content__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .subscribe-content__title {
    font-size: 20px;
    margin: 0 0 4px 0;
  }
}
.subscribe-content__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 767px) {
  .subscribe-content__subtitle {
    font-size: 14px;
  }
}
.subscribe-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px 8px;
}
.subscribe-form form input {
  width: auto;
  flex: 1;
}
.subscribe-form .btn {
  box-shadow: 0 24px 24px -16px rgba(15, 15, 15, 0.2);
  height: auto;
}
@media screen and (max-width: 767px) {
  .subscribe-form .btn {
    flex: 100%;
  }
}
.subscribe-form .politic {
  flex: 100%;
}

.exception {
  padding: 48px 0;
  display: flex;
  min-height: 100vh;
}
.exception-inner {
  margin: auto 0;
  width: 100%;
}
.exception-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 40px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .exception-grid {
    grid-template-columns: 1fr;
  }
}
.exception-code__value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 16px 0;
}
@media screen and (max-width: 991px) {
  .exception-code__value {
    font-size: 38px;
  }
}
.exception-code__description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 991px) {
  .exception-code__description {
    font-size: 24px;
  }
}
.exception-description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 991px) {
  .exception-description {
    font-size: 16px;
  }
}
.exception-actions {
  display: flex;
  align-items: center;
  gap: 24px 24px;
  flex-wrap: wrap;
}
.exception-actions .btn {
  flex: 1;
  white-space: nowrap;
}
.exception-actions .btn:nth-child(2) svg {
  width: 16px;
  height: 16px;
}

.cookies-policy {
  border: 1px solid var(--granicy-osnovnoy);
  background: #fff;
  box-shadow: 14px 18px 36px -8px rgba(92, 92, 92, 0.16), 0 8px 16px -8px rgba(15, 15, 15, 0.2);
  width: 100%;
  max-width: 480px;
  padding: 30px 24px;
  border-radius: 16px;
  pointer-events: all;
  margin: 0 0 0 auto;
  animation-duration: 0.5s;
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .cookies-policy {
    border: none;
    border-top: 1px solid var(--granicy-osnovnoy);
    padding: 16px 16px;
    box-shadow: 14px -2px 36px -8px rgba(15, 15, 15, 0.08), 0 0px 16px -8px rgba(15, 15, 15, 0.2);
    border-radius: 0;
    max-width: unset;
  }
}
.cookies-policy-outer {
  position: fixed;
  right: 0;
  bottom: 24px;
  z-index: 5;
  pointer-events: none;
  width: 100%;
}
.cookies-policy-outer:not(.active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .cookies-policy-outer {
    bottom: 0;
  }
  .cookies-policy-outer .container {
    padding: 0;
  }
}
.cookies-policy__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .cookies-policy__title {
    font-size: 16px;
  }
}
.cookies-policy__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.cookies-policy__more {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--osnovnye-cveta-akcent-2);
  text-decoration: underline;
  margin: 0 0 24px 0;
  display: block;
}
.cookies-policy__more:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cookies-policy .btn {
    width: 100%;
  }
}

.contacts {
  padding: 24px 0;
}
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 496px;
  grid-gap: 0 48px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .contacts-grid {
    grid-template-columns: 1fr 346px;
  }
}
@media screen and (max-width: 991px) {
  .contacts-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
  }
}
.contacts-map {
  border-radius: 8px;
  overflow: hidden;
}
.contacts__item {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 0 8px;
  align-items: end;
}
.contacts__item-icon svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
}
.contacts__item-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
}
@media screen and (max-width: 767px) {
  .contacts__item-title {
    font-size: 14px;
  }
}
.contacts__item-description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 767px) {
  .contacts__item-description {
    font-size: 14px;
  }
}
.contacts__item-description a {
  display: block;
}
.contacts__item-description a + a {
  margin-top: 8px;
}
.contacts__item-description a:hover {
  color: var(--osnovnye-cveta-akcent-2);
}
.contacts__item-description span {
  margin: 3px 0 0 0;
  display: block;
}
.contacts-content-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px 24px;
  margin: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contacts-content-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .contacts-content-grid-3 {
    grid-template-columns: 1fr;
    margin: 32px 0;
  }
}
.contacts-requisite {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-gap: 0 24px;
  margin: 48px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contacts-requisite {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.contacts-requisite__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
@media screen and (max-width: 767px) {
  .contacts-requisite__title {
    font-size: 14px;
  }
}
.contacts-requisite__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst-02);
  position: relative;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .contacts-requisite__content {
    font-size: 14px;
  }
}
.contacts-requisite__copy {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.contacts-requisite__copy svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--cveta-teksta-tekst-01);
}
.contacts-form {
  border-radius: 24px;
  padding: 40px 24px;
  background: var(--cveta-fona-fon-01);
}
@media screen and (max-width: 767px) {
  .contacts-form {
    padding: 16px 16px;
  }
}
.contacts-form__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .contacts-form__title {
    font-size: 22px;
    margin: 0 0 8px 0;
  }
}
.contacts-form__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .contacts-form__subtitle {
    font-size: 14px;
  }
}
.contacts-form textarea {
  min-height: 200px;
}

.text-page {
  padding: 24px 0 48px 0;
}
.text-page > .container > article > *:first-child {
  margin-top: 0;
}
.text-page > .container > article > *:last-child {
  margin-bottom: 0;
}

.install {
  padding: 24px 0 48px 0;
}
.install-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px 24px;
  margin: 64px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .install-advantages {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .install-advantages {
    grid-template-columns: 1fr;
  }
}
.install-advantages-card {
  padding: 24px;
}
.install-advantages-card--bordered {
  border: 1px solid var(--granicy-osnovnoy);
  border-radius: 16px;
}
.install-advantages-card svg {
  display: block;
  width: 60px;
  height: 60px;
  fill: none;
  stroke: var(--osnovnye-cveta-akcent-2);
  margin: 0 auto 24px auto;
}
.install-advantages-card__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--osnovnye-cveta-akcent-2);
  margin: 0 0 8px 0;
}
.install-advantages-card__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--cveta-teksta-tekst);
}
.install-advantages-card__description a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
  display: block;
  text-align: center;
}
.install-advantages-card__description a:hover {
  text-decoration: none;
}
.install .spoiler {
  margin: 60px 0 0 0;
  border-radius: 24px;
  background: var(--cveta-fona-fon-02);
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .install .spoiler {
    padding: 16px 16px;
  }
}
.install .spoiler-card {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .install .spoiler-card__header span {
    font-size: 14px;
  }
}
.install .spoiler-card__header span > span {
  color: var(--sluzhebnye-krasnyy);
}
.install .spoiler-card__content {
  margin: 18px 0 0 0;
}
.install-prices__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0 3px;
}
.install-prices__item + .install-prices__item {
  margin-top: 8px;
}
.install-prices__item:not(.install-prices__item--alone):before {
  content: "";
  display: block;
  order: 3;
  border: 1px dashed var(--cveta-teksta-tekst-02);
  flex: 1;
}
.install-prices__item + .install-prices__item--alone {
  margin-top: 24px;
}
.install-prices__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  order: 1;
}
.install-prices__item--alone .install-prices__item-name {
  font-weight: 700;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (max-width: 767px) {
  .install-prices__item-name {
    font-size: 12px;
  }
}
.install-prices__item-value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--sluzhebnye-krasnyy);
  order: 4;
}
@media screen and (max-width: 767px) {
  .install-prices__item-value {
    font-size: 12px;
  }
}
.install-hero {
  display: block;
  width: 100%;
  background: url(/storage/tiny/instal_bg.jpg);
  background-size: cover;
  background-position: right bottom;
  padding: 40px 40px;
  position: relative;
  margin: 0 0 60px 0;
  border-radius: 24px;
  overflow: hidden;
}
.install-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 0;
}
.install-hero > h2 {
  text-align: center;
  display: block;
  max-width: 550px;
  color: #ffd426;
  font-size: 36px;
  font-weight: 600;
  margin: 0 auto 0 auto;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .install-hero > h2 {
    font-size: 24px;
  }
}
.install-hero-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0;
  position: relative;
  margin: 48px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .install-hero-advantages {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .install-hero-advantages {
    grid-template-columns: 1fr;
    margin: 24px 0 0 0;
  }
}
.install-hero-advantages__card {
  text-align: center;
  padding: 24px 24px;
}
@media screen and (min-width: 992px) {
  .install-hero-advantages__card + .install-hero-advantages__card {
    border-left: 1px solid rgba(255, 255, 255, 0.4784313725);
  }
}
@media screen and (max-width: 767px) {
  .install-hero-advantages__card {
    padding: 12px 0;
  }
}
.install-hero-advantages__card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 9px 0;
}
.install-hero-advantages__card-price {
  color: #ffd426;
  font-size: 22px;
  font-weight: 700;
}
.install-hero .btn {
  position: relative;
  background: #ffd426;
  border-color: #ffd426;
  color: var(--cveta-teksta-tekst);
  margin: 24px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .install-hero .btn {
    max-width: 330px;
  }
}
.install-hero .btn:hover {
  background: #eac321;
  border-color: #eac321;
}
.install-hero > p {
  color: #e1e1e1;
  text-align: center;
  position: relative;
  margin: 30px 0 0 0;
}

.feedback-install {
  padding: 48px 0 72px 0;
}
.cart + .feedback-install {
  margin-top: 48px;
}
.feedback-install-inner {
  border-radius: 24px;
  background: var(--cveta-fona-fon-02);
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feedback-install-inner {
    padding: 40px 16px 16px 16px;
  }
}
.feedback-install__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #0a0c13;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 1501px) {
  .feedback-install__title {
    max-width: calc(100% - 524px);
  }
}
@media screen and (max-width: 767px) {
  .feedback-install__title {
    font-weight: 600;
    font-size: 28px;
  }
}
.feedback-install__description {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  color: #0a0c13;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 1501px) {
  .feedback-install__description {
    max-width: calc(100% - 524px);
  }
}
@media screen and (max-width: 767px) {
  .feedback-install__description {
    font-size: 16px;
  }
}
.feedback-install__form {
  display: grid;
  grid-template-columns: 1fr 1fr 200px;
  grid-gap: 16px 8px;
  align-items: end;
}
@media screen and (min-width: 1501px) {
  .feedback-install__form {
    max-width: calc(100% - 524px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-install__form {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .feedback-install__form {
    grid-template-columns: 1fr;
  }
}
.feedback-install__form .btn {
  height: 58px;
  padding-left: 0;
  padding-right: 0;
}
.feedback-install__form .politic {
  margin: 16px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-install__form .politic {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 992px) {
  .feedback-install__form .politic {
    grid-column: 1/5;
  }
}
.feedback-install__image {
  display: block;
  width: auto;
  height: calc(100% + 36px + 36px);
  position: absolute;
  bottom: -36px;
  right: 16px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .feedback-install__image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .feedback-install__image {
    position: unset;
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;
  }
}

.company {
  padding: 24px 0;
}
.company-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (max-width: 991px) {
  .company-about-grid {
    grid-template-columns: 1fr;
  }
}
.company-about__content h1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 24px 0;
}
.company-about__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
}
.company-about__image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.company-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
  margin: 64px 0 0 0;
}
@media screen and (max-width: 991px) {
  .company-bullets {
    grid-template-columns: 1fr;
    margin: 40px 0 0 0;
  }
}
.company-bullets__item h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 991px) {
  .company-bullets__item h2 {
    font-size: 20px;
  }
}
.company-bullets__item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0a0c13;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .company-bullets__item p {
    font-size: 14px;
  }
}

.info {
  padding: 24px 0;
}
.info-delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
}
@media screen and (max-width: 991px) {
  .info-delivery-grid {
    grid-template-columns: 1fr;
  }
}
.info-delivery__spoiler h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .info-delivery__spoiler h2 {
    font-size: 24px;
  }
}
.info-delivery__spoiler p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0;
}
.info-delivery__spoiler .spoiler {
  margin-top: 40px;
}
.info-delivery__image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.info-partners {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .info-partners {
    padding: 48px 0;
  }
}
.info-partners h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .info-partners h2 {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
}
.info-partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px 72px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .info-partners-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .info-partners-grid {
    display: flex;
    align-items: stretch;
    grid-gap: unset;
    gap: 0 16px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .info-partners-card {
    min-width: 230px;
    border: 1px solid var(--granicy-osnovnoy);
    border-radius: 8px;
    padding: 80px 16px 16px 16px;
    display: flex;
    flex-direction: column;
  }
}
.info-partners-card img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .info-partners-card img {
    max-width: 50%;
    margin: auto 0;
  }
}
.info-partners-card__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .info-partners-card__title {
    font-size: 16px;
    margin: auto 0 8px 0;
    padding: 16px 0 0 0;
  }
}
.info-partners-card__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--cveta-teksta-tekst);
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .info-partners-card__description {
    font-size: 14px;
  }
}
.info-partners-card__more {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--osnovnye-cveta-akcent-2);
}
@media screen and (max-width: 767px) {
  .info-partners-card__more {
    font-size: 14px;
  }
}
.info-partners-card__more:hover {
  text-decoration: none;
}

.certificates {
  padding: 24px 0;
}
.certificates-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .certificates-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .certificates-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 12px;
  }
}
.certificates-card {
  display: block;
  border: 1px solid var(--granicy-osnovnoy);
  padding: 6px 6px;
  border-radius: 12px;
  transition: 0.1s;
}
.certificates-card:hover {
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
}
.certificates-card img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.container {
  width: 100%;
  max-width: 1664px;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.container > *:first-child {
  margin-top: 0px;
}
.container > *:last-child {
  margin-bottom: 0px;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-grid {
  display: grid;
}
.d-flex {
  display: flex;
}

.align-start {
  align-items: start;
}
.align-end {
  align-items: end;
}
.align-baseline {
  align-items: baseline;
}
.align-center {
  align-items: center;
}
.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: start;
}
.justify-end {
  justify-content: end;
}
.justify-baseline {
  justify-content: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-space-between {
  justify-content: space-between;
}

.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}

.grid-col-1 {
  grid-template-columns: 1fr;
}
.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .grid-col-2 {
    grid-template-columns: 1fr;
  }
}
.grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-col-3 {
    grid-template-columns: 1fr;
  }
}
.grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-col-4 {
    grid-template-columns: 1fr;
  }
}
.grid-gap-1 {
  grid-gap: 12px;
}
.grid-gap-2 {
  grid-gap: 24px;
}
.grid-gap-3 {
  grid-gap: 36px;
}
.grid-gap-4 {
  grid-gap: 48px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-0 {
  padding: 0px 0px;
}

.mt-1 {
  margin-top: 12px;
}

.mb-1 {
  margin-bottom: 12px;
}

.pt-1 {
  padding-top: 12px;
}

.pb-1 {
  padding-bottom: 12px;
}

.pl-1 {
  padding-left: 12px;
}

.pr-1 {
  padding-right: 12px;
}

.pv-1 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ph-1 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-1 {
  padding: 12px 12px;
}

.mt-2 {
  margin-top: 24px;
}

.mb-2 {
  margin-bottom: 24px;
}

.pt-2 {
  padding-top: 24px;
}

.pb-2 {
  padding-bottom: 24px;
}

.pl-2 {
  padding-left: 24px;
}

.pr-2 {
  padding-right: 24px;
}

.pv-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ph-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.p-2 {
  padding: 24px 24px;
}

.mt-3 {
  margin-top: 36px;
}

.mb-3 {
  margin-bottom: 36px;
}

.pt-3 {
  padding-top: 36px;
}

.pb-3 {
  padding-bottom: 36px;
}

.pl-3 {
  padding-left: 36px;
}

.pr-3 {
  padding-right: 36px;
}

.pv-3 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.ph-3 {
  padding-left: 36px;
  padding-right: 36px;
}

.p-3 {
  padding: 36px 36px;
}

.mt-4 {
  margin-top: 48px;
}

.mb-4 {
  margin-bottom: 48px;
}

.pt-4 {
  padding-top: 48px;
}

.pb-4 {
  padding-bottom: 48px;
}

.pl-4 {
  padding-left: 48px;
}

.pr-4 {
  padding-right: 48px;
}

.pv-4 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.ph-4 {
  padding-left: 48px;
  padding-right: 48px;
}

.p-4 {
  padding: 48px 48px;
}

.mt-5 {
  margin-top: 60px;
}

.mb-5 {
  margin-bottom: 60px;
}

.pt-5 {
  padding-top: 60px;
}

.pb-5 {
  padding-bottom: 60px;
}

.pl-5 {
  padding-left: 60px;
}

.pr-5 {
  padding-right: 60px;
}

.pv-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ph-5 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-5 {
  padding: 60px 60px;
}

.mt-6 {
  margin-top: 72px;
}

.mb-6 {
  margin-bottom: 72px;
}

.pt-6 {
  padding-top: 72px;
}

.pb-6 {
  padding-bottom: 72px;
}

.pl-6 {
  padding-left: 72px;
}

.pr-6 {
  padding-right: 72px;
}

.pv-6 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.ph-6 {
  padding-left: 72px;
  padding-right: 72px;
}

.p-6 {
  padding: 72px 72px;
}

.m-auto {
  margin: auto;
}

.mv-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.gap-1 {
  gap: 12px;
}

.gap-2 {
  gap: 24px;
}

.gap-3 {
  gap: 36px;
}

.gap-4 {
  gap: 48px;
}

.gap-5 {
  gap: 60px;
}

.gap-6 {
  gap: 72px;
}

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

.clean-tb-margin > *:first-child {
  margin-top: 0;
}
.clean-tb-margin > *:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */