:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#DA0E46;
}

header ul li {
  list-style: none;
}

.header__compare {
  display: flex;
  align-items: center;
}
.header__compare .button-link--compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}
.header__compare .button-link--compare:hover:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare:hover::before {
  text-decoration: none;
}
.header__compare .button-link--compare:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  text-decoration: none;
}

.header__favorites {
  display: flex;
  align-items: center;
}
.header__favorites .button-link--favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}
.header__favorites .button-link--favorites:hover:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites:hover::before {
  text-decoration: none;
}
.header__favorites .button-link--favorites:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  text-decoration: none;
}

.footer {
  margin: 0 -3000px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #ffffff;
  padding: 0 3000px;
  background-color: rgb(49, 65, 84);
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 24px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer li {
  margin: 24px 0;
  list-style: none;
  margin: 24px 0;
}
@media (max-width: 1279px) {
  .footer li {
    margin: 20px 0;
  }
}
.footer .footer-content {
  display: grid;
  margin: 0 -3000px;
  gap: 24px;
  background-color: rgb(49, 65, 84);
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 64px;
  padding-bottom: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1471px) {
  .footer .footer-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1279px) {
  .footer .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .footer .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom {
  display: grid;
  margin: 0 -3000px;
  background-color: rgb(41, 54, 69);
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 16px;
  padding-bottom: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1471px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1279px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1471px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1279px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom > * {
  margin-bottom: 12px;
}
.footer .footer-bottom .privacy-policy {
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer-bottom .privacy-policy {
    text-align: start;
  }
}
.footer .footer-bottom .created-by {
  text-align: end;
}
@media (max-width: 1023px) {
  .footer .footer-bottom .created-by {
    text-align: start;
  }
}
.footer .menu a {
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  padding-left: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}

aside .block:first-child {
  margin-top: 0;
}
aside .block:last-child {
  margin-bottom: 0;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#DA0E46;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  background-color: #DA0E46;
  border-color: #DA0E46;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #B30237;
  border-color: #B30237;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}

.btn-small, .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  background-color: #DA0E46;
  border-color: #DA0E46;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #B30237;
  border-color: #B30237;
  color: #ffffff;
}

.btn-small.btn-secondary,
.button-small.button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}

.btn-link, .button-link {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.btn-link.btn-small, .btn-link .button-small, .button-link.btn-small, .button-link .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.btn-link.btn-small:hover, .btn-link .button-small:hover, .button-link.btn-small:hover, .button-link .button-small:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-block: 24px;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 40px;
  width: 40px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid rgb(31, 31, 31);
  color: #000000;
}
.button-switch:hover {
  background-color: transparent;
  border: 1px solid #DA0E46;
  color: rgb(31, 31, 31);
}
.button-switch:hover .link__icon::before {
  color: #DA0E46;
}
.button-switch.is-active {
  background-color: #ffffff;
  border: 1px solid #DA0E46;
}
.button-switch.is-active .link__icon::before {
  color: #DA0E46;
}
.button-switch.is-active:hover {
  background-color: transparent;
  border: 1px solid #DA0E46;
  color: rgb(31, 31, 31);
}
.button-switch.is-active:hover .link__icon::before {
  color: #DA0E46;
}
.button-switch span {
  display: none;
}

#filter-catalog-form .form-actions #clear-filter-form {
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
#filter-catalog-form .form-actions #clear-filter-form:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}

.center.is-blured {
  filter: blur(3px);
}

.header {
  margin: 0 -3000px;
  background-color: #DA0E46;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1279px) {
  .header {
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .header {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 8px;
  }
}
@media (max-width: 1279px) {
  .header {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .header {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 8px;
  }
}
.header .header-group-1 > a {
  display: flex;
  align-items: center;
}
.header .header__logo {
  background-image: url("../img/logo.svg");
  background-color: #DA0E46;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -12px;
  width: 239px;
  height: 38px;
}
@media (max-width: 1279px) {
  .header .header__logo {
    margin-top: 0;
  }
}
@media (max-width: 1279px) {
  .header .header__logo {
    width: 150px;
  }
}
@media (max-width: 1279px) {
  .header .header__logo {
    height: 30px;
  }
}
.header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1471px) {
  .header .header-main {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .header .header-main {
    gap: 24px;
  }
}
.header a {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 3px;
}
.header a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header .header-navigation {
  flex-grow: 1;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .header .header-navigation {
    display: none;
  }
}
.header .header-navigation > .menu {
  display: flex;
  gap: 24px;
  align-items: baseline;
  margin: 0;
  padding: 0;
}
.header .header-navigation > .menu > .menu__item {
  margin: 0;
}
.header .header-navigation > .menu > .menu__item .menu-level-1 {
  display: none;
}
.header .header-navigation > .menu > .menu__item.is-active .menu-level-1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: absolute;
  top: 67px;
  left: -15%;
  z-index: 1;
  min-width: 270px;
  text-transform: none;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 24px;
  width: 300px;
  box-shadow: 0 2px 19px rgba(180, 180, 180, 0.25);
}
.header .header-navigation > .menu > .menu__item.is-active .menu-level-1 .menu__item > a {
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #1f1f1f;
}
.header .header-navigation > .menu > .menu__item.is-active .menu-level-1:after {
  content: "";
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 17px solid #ffffff;
  top: -16px;
  left: 42%;
}
.header .header-navigation > .menu > .menu__item .expand-arrow {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-navigation > .menu > .menu__item .expand-arrow:hover:first-child {
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item .expand-arrow:hover::before {
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item .expand-arrow::before {
  content: "\e917";
  font-family: "icon-base";
  font-size: 8px;
  line-height: 8px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item a[href="/catalog"] {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  height: 38px;
  display: inline-flex;
  gap: 12px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #DA0E46;
  border: 1px solid #fff;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-navigation > .menu > .menu__item a[href="/catalog"]:hover:first-child {
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item a[href="/catalog"]:hover::before {
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item a[href="/catalog"]::before {
  content: "\e91a";
  font-family: "icon-base";
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item a[href="/catalog"]:hover {
  background-color: #B30237;
  border: 1px solid #fff;
  text-decoration: none;
}
.header .header-navigation > .menu > .menu__item a[href="/catalog"] .expand-arrow {
  display: none;
}
.header .header-navigation > .menu > .menu__item:hover > ul, .header .header-navigation > .menu > .menu__item:hover > ul:hover {
  font-size: 17px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 3;
  min-width: 270px;
  text-transform: none;
  gap: 12px;
  background-color: rgb(239, 239, 242);
  border-radius: 2px;
  width: 100vw;
  box-shadow: 0 2px 19px rgba(180, 180, 180, 0.25);
  padding: 24px calc((100% - 1416px) / 2);
}
@media (max-width: 1471px) {
  .header .header-navigation > .menu > .menu__item:hover > ul, .header .header-navigation > .menu > .menu__item:hover > ul:hover {
    padding: 24px calc((100% - 1200px) / 2);
  }
}
.header .header-navigation > .menu > .menu__item:hover > ul .menu__item > a, .header .header-navigation > .menu > .menu__item:hover > ul:hover .menu__item > a {
  text-decoration: none;
  color: #000000;
}
.header .header-navigation > .menu > .menu__item:hover > ul .menu__item > a:hover, .header .header-navigation > .menu > .menu__item:hover > ul:hover .menu__item > a:hover {
  text-decoration: underline;
}
.header .header-navigation > .menu > .menu__item:hover.expanded:before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 65px;
  height: 30px;
  left: 0;
}
.header .header-navigation > .menu > .menu__item.expanded {
  position: unset;
}
.header .header-navigation .header__search__wrapper {
  display: flex;
  align-items: center;
}
.header .header-navigation .header__search__wrapper #custom-search-form > div.form-item {
  width: 100%;
}
.header .header-navigation .header__search__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .header-navigation .header__search__ico:hover:first-child {
  text-decoration: none;
}
.header .header-navigation .header__search__ico:hover::before {
  text-decoration: none;
}
.header .header-navigation .header__search__ico::before {
  content: "\e91e";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-navigation .header__search {
  display: none;
}
.header .header-navigation .header__search.is-active {
  display: block;
  position: absolute;
  top: 96px;
  width: 100vw;
  left: 0;
  padding: 36px 252px;
  background-color: rgb(239, 239, 242);
  z-index: 2;
}
.header .header-navigation .header__search.is-active form {
  max-width: 100%;
  position: relative;
}
.header .header-navigation .header__search.is-active form input {
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  height: 78px;
  padding: 24px 0 24px 64px;
}
.header .header-navigation .header__search.is-active form input::placeholder {
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 600;
}
.header .header-navigation .header__search.is-active form .form-item-clear {
  position: absolute;
  right: 0;
  top: 18px;
}
.header .header-navigation .header__search.is-active form .form-item-clear button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.header .header-navigation .header__search.is-active form .form-item-clear button:hover:first-child {
  text-decoration: none;
}
.header .header-navigation .header__search.is-active form .form-item-clear button:hover::before {
  text-decoration: none;
}
.header .header-navigation .header__search.is-active form .form-item-clear button:first-child {
  text-decoration: none;
}
.header .header-navigation .header__search.is-active form .form-item-clear button::before {
  content: "\e900";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 13px;
  line-height: 13px;
  color: #bfbfbf;
  text-decoration: none;
}
.header .header-navigation .header__search.is-active form .form-item-clear button:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.header .header-navigation .header__search.is-active form .form-item-clear button:hover:before {
  color: #8c8c8c;
}
.header .header-navigation .header__search.is-active form .form-submit {
  display: none;
}
.header .header-navigation .header__search .search-result__inner .search-result__list {
  margin-bottom: 24px;
}
.header .header-navigation .header__search .search-result__inner .search-result__list a {
  color: #000000;
}
.header .header-navigation .header__search .search-result__inner .search-result__footer a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
.header .header-navigation .header__search .search-result__inner .search-result__footer a:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}
.header .header-navigation .header__search .header__search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  left: 266px;
  top: 56px;
}
.header .header-navigation .header__search .header__search__btn:hover:first-child {
  text-decoration: none;
}
.header .header-navigation .header__search .header__search__btn:hover::before {
  text-decoration: none;
}
.header .header-navigation .header__search .header__search__btn:first-child {
  text-decoration: none;
}
.header .header-navigation .header__search .header__search__btn::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 15px;
  line-height: 15px;
  color: #262626;
  text-decoration: none;
}
.header .header-navigation .header__search .header__search__btn:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.header .header-navigation .header__search .header__search__btn:hover:before {
  color: #8c8c8c;
}
.header .header-navigation .header__search__overlay {
  display: none;
}
.header .header-navigation .header__search.is-active + .header__search__overlay {
  display: flex;
  background-color: rgba(84, 84, 84, 0.3);
  position: absolute;
  width: 100vw;
  left: 0;
  height: 200vh;
  top: 226px;
  z-index: 1;
}
.header .header-contacts-cpm-fav {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .header .header-contacts-cpm-fav {
    gap: 8px;
  }
}
.header .header-contacts-cpm-fav .header__phone_and_callback {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a, .header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a:hover, .header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a.button-link--compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a.button-link--compare:hover:first-child {
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a.button-link--compare:hover::before {
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a.button-link--compare::before {
  content: "\e99c";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare a:hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .header .header-contacts-cpm-fav .header_fav_and_cmp .header__compare {
    display: none;
  }
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a.button-link--favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a.button-link--favorites:hover:first-child {
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a.button-link--favorites:hover::before {
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a.button-link--favorites::before {
  content: "\e91d";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header_fav_and_cmp .header__favorites a:hover {
  text-decoration: none;
}
.header .header-contacts-cpm-fav .header__phone {
  font-size: 17px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 400;
  display: block;
}
@media (max-width: 1023px) {
  .header .header-contacts-cpm-fav .header__phone {
    display: none;
  }
}
.header .header-contacts-cpm-fav .header__phone-mob {
  height: 40px;
  display: none;
}
@media (max-width: 1023px) {
  .header .header-contacts-cpm-fav .header__phone-mob {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-contacts-cpm-fav .header__phone-mob a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
  }
  .header .header-contacts-cpm-fav .header__phone-mob a:hover:first-child {
    text-decoration: none;
  }
  .header .header-contacts-cpm-fav .header__phone-mob a:hover::before {
    text-decoration: none;
  }
  .header .header-contacts-cpm-fav .header__phone-mob a:first-child {
    text-decoration: none;
  }
  .header .header-contacts-cpm-fav .header__phone-mob a::before {
    content: "\e942";
    text-indent: 0;
    font-family: "icon-base";
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
  }
  .header .header-contacts-cpm-fav .header__phone-mob a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 1279px) {
  .header .header-contacts-cpm-fav .header__callback {
    display: none;
  }
}
.header .header-contacts-cpm-fav .header__callback a {
  text-decoration: underline dashed;
}
.header .header-contacts-cpm-fav .header__callback a:hover {
  text-decoration: none;
}
.header .header-group-1 {
  display: flex;
}
@media (max-width: 1279px) {
  .header .header-group-1 {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .header .header-group-1 {
    gap: 8px;
  }
}
@media (max-width: 1279px) {
  .header .header-group-1 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .header .header-group-1 {
    flex-direction: row;
  }
}
.header .header-group-1 .burger {
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
  text-align: center;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  height: 35px;
  gap: 12px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #DA0E46;
  border: 1px solid #DA0E46;
  position: relative;
  outline: none;
}
.header .header-group-1 .burger:hover:first-child {
  text-decoration: none;
}
.header .header-group-1 .burger:hover::before {
  text-decoration: none;
}
.header .header-group-1 .burger::before {
  content: "\e91a";
  font-family: "icon-base";
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .header .header-group-1 .burger {
    display: inline-flex;
  }
}
.header .header-group-1 .burger:hover {
  background-color: #DA0E46;
  border: 1px solid #DA0E46;
  text-decoration: none;
}
.header .header-group-1 .burger-background {
  display: none;
}
.header .header-group-1 .burger-background.is-active {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header .header-group-1 .mobile-navigation {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transform: translateX(-100%);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  max-width: 329px;
  width: 329px;
  height: 100vh;
  gap: 24px;
  padding: 32px 32px;
  background-color: #F5F6F8;
  border-radius: 0;
}
@media screen and (min-width: 329px) {
  .header .header-group-1 .mobile-navigation {
    width: 100%;
  }
}
.header .header-group-1 .mobile-navigation.is-active {
  z-index: 2;
  transform: translateX(0);
}
.header .header-group-1 .mobile-navigation .mobile-navigation-title {
  font-size: 30px;
  line-height: 39px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #434343;
}
.header .header-group-1 .mobile-navigation .menu {
  font-size: 17px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.header .header-group-1 .mobile-navigation .menu .menu__item {
  margin: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}
.header .header-group-1 .mobile-navigation .menu .menu__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item:first-child {
  margin-top: 0;
}
.header .header-group-1 .mobile-navigation .menu .menu__item a {
  color: #141414;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #F5F6F8;
  transform: translateX(-120%);
  transition: 0.3s;
  font-size: 17px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 400;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:first-child {
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover::before {
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow::before {
  content: "\ea40";
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:before {
  left: 0;
}
.header .header-group-1 .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:before {
  color: #595959;
}
.header .header-group-1 .mobile-navigation .menu .menu__item.is-active .menu-level-1 {
  z-index: 2;
  transform: translateX(0);
}
.header .header-group-1 .mobile-navigation .menu .menu__item.expanded > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-group-1 .mobile-navigation .menu .menu__item.expanded > a:hover:first-child {
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item.expanded > a:hover::before {
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item.expanded > a::before {
  content: "\e911";
  font-family: "icon-base";
  font-size: 8px;
  line-height: 8px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .menu .menu__item.expanded > a:before {
  position: absolute;
  right: 1px;
}
.header .header-group-1 .mobile-navigation .close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.header .header-group-1 .mobile-navigation .close-button:hover:first-child {
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .close-button:hover::before {
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .close-button::before {
  content: "\e900";
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.header .header-group-1 .mobile-navigation .close-button:hover:before {
  color: #595959;
}

.footer .footer-content .footer-logo {
  width: 239px;
  height: 38px;
  background-image: url("../../assets/img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -10px;
}
@media (max-width: 1279px) {
  .footer .footer-content .footer-logo {
    margin-top: 0;
  }
}
.footer .footer-content li {
  margin: 16px 0;
}
.footer .footer-content li:first-child {
  margin-top: 0;
}
.footer .footer-content li:last-child {
  margin-bottom: 0;
}
.footer .footer-bottom {
  padding-bottom: 48px;
}
.footer .footer-bottom .created-by {
  text-align: start;
}
.footer .footer-bottom .copyright {
  text-align: end;
}
@media (max-width: 1023px) {
  .footer .footer-bottom .copyright {
    text-align: start;
  }
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #F5F6F8;
}
.mobile-navigation .mobile-navigation-title {
  font-size: 30px;
  line-height: 39px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #434343;
}
.mobile-navigation .menu {
  font-size: 17px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.mobile-navigation .menu .menu__item {
  margin: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}
.mobile-navigation .menu .menu__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.mobile-navigation .menu .menu__item:first-child {
  margin-top: 0;
}
.mobile-navigation .menu .menu__item a {
  color: #141414;
}
.mobile-navigation .menu .menu__item .menu-level-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #F5F6F8;
  transform: translateX(-120%);
  transition: 0.3s;
  font-size: 17px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 400;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover::before {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow::before {
  content: "\ea40";
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:before {
  left: 0;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:before {
  color: #595959;
}
.mobile-navigation .menu .menu__item.is-active .menu-level-1 {
  z-index: 2;
  transform: translateX(0);
}
.mobile-navigation .menu .menu__item.expanded > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation .menu .menu__item.expanded > a:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item.expanded > a:hover::before {
  text-decoration: none;
}
.mobile-navigation .menu .menu__item.expanded > a::before {
  content: "\e911";
  font-family: "icon-base";
  font-size: 8px;
  line-height: 8px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation .menu .menu__item.expanded > a:before {
  position: absolute;
  right: 1px;
}
.mobile-navigation ul li {
  list-style: none;
}
.mobile-navigation ul li a {
  text-decoration: none;
}
.mobile-navigation ul li a:hover {
  text-decoration: underline;
}
.mobile-navigation .mobile__search {
  position: relative;
}
.mobile-navigation .mobile__search #custom-search-form .form-submit {
  display: none;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer {
  margin-top: 24px;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
  width: 230px;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}
.mobile-navigation .mobile__search #custom-search-form input.form-text {
  height: 46px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  padding: 12px 0 12px 40px;
}
.mobile-navigation .mobile__search #custom-search-form .form-item-clear {
  display: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
  left: 0;
  top: 3px;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover::before {
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 15px;
  line-height: 15px;
  color: #262626;
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
