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

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

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: 60px;
  gap: 12px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #F49B0F;
  border-color: #F49B0F;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #EA9219;
  border-color: #EA9219;
  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: 60px;
  gap: 12px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #F49B0F;
  color: #F49B0F;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #FFF9E6;
  border-color: #F49B0F;
  color: #F49B0F;
}

.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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #F49B0F;
  border-color: #F49B0F;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #EA9219;
  border-color: #EA9219;
  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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #F49B0F;
  color: #F49B0F;
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: #FFF9E6;
  border-color: #F49B0F;
  color: #F49B0F;
}

.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: 60px;
  gap: 12px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #F49B0F;
  text-decoration: none;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #EA9219;
  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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #F49B0F;
  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: #EA9219;
  text-decoration: none;
}

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

.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: 24px;
  width: 24px;
  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: 6px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: transparent;
  border: 0 solid #F49B0F;
  color: #F49B0F;
}
.button-switch:hover {
  background-color: transparent;
  border: 0 solid #F49B0F;
  color: #F49B0F;
}
.button-switch:hover .link__icon::before {
  color: #F49B0F;
}
.button-switch.is-active {
  background-color: transparent;
  border: 0 solid #F49B0F;
}
.button-switch.is-active .link__icon::before {
  color: #F49B0F;
}
.button-switch.is-active:hover {
  background-color: transparent;
  border: 0 solid #F49B0F;
  color: #F49B0F;
}
.button-switch.is-active:hover .link__icon::before {
  color: #F49B0F;
}
.button-switch span {
  display: none;
}

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;
}
.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 {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  text-decoration: none;
}
.header__compare .button-link--compare {
  width: 39px;
  height: 39px;
}

.header__favorites {
  display: flex;
  align-items: center;
}
.header__favorites .button-link--favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.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 {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  text-decoration: none;
}
.header__favorites .button-link--favorites {
  width: 39px;
  height: 39px;
}

.footer {
  margin: 0 -3000px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #ffffff;
  padding: 0 3000px;
  background-color: #595959;
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 20px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.5019607843);
  text-decoration: none;
}
.footer li {
  margin: 24px 0;
  list-style: none;
  margin: 20px 0;
}
@media (max-width: 1023px) {
  .footer li {
    margin: 16px 0;
  }
}
.footer .footer-content {
  display: grid;
  margin: 0 -3000px;
  gap: 16px;
  background-color: #595959;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 64px;
  padding-bottom: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1279px) {
  .footer .footer-content {
    grid-template-columns: 1fr 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: #434343;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1279px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr 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;
  }
}
.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 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom {
  gap: 20px;
}
.footer .footer-bottom > * {
  margin-bottom: 8px;
}
.footer .footer-bottom .privacy-policy {
  text-align: center;
}
@media (max-width: 767px) {
  .footer .footer-bottom .privacy-policy {
    text-align: start;
  }
}
.footer .footer-bottom .created-by {
  text-align: end;
}
@media (max-width: 767px) {
  .footer .footer-bottom .created-by {
    text-align: start;
  }
}
.footer .menu a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: inherit;
}
.footer ul {
  margin: 0;
  padding: 0;
}

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

form.search {
  display: flex;
  align-items: center;
}
form.search .form-item-clear button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
form.search .form-item-clear button:hover:first-child {
  text-decoration: none;
}
form.search .form-item-clear button:hover::before {
  text-decoration: none;
}
form.search .form-item-clear button {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
form.search .form-item-clear button:first-child {
  text-decoration: none;
}
form.search .form-item-clear button::before {
  content: "\e900";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 13px;
  line-height: 13px;
  color: #8C8C8C;
  text-decoration: none;
}
form.search .form-item-clear button {
  width: 13px;
  height: 13px;
  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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #F49B0F;
  text-decoration: none;
}
form.search .form-item-clear button:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #EA9219;
  text-decoration: none;
}
form.search .form-item-clear button:hover:before {
  color: #8C8C8C;
}
form.search .form-item-clear button {
  font-weight: 400;
}
form.search .search-result {
  background-color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
form.search .search-result .search-result__footer {
  display: flex;
  justify-content: center;
}
form.search .search-result .search-result__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form.search input {
  border-width: 1px;
  border-radius: 2px;
  border-color: #D9D9D9;
  color: #262626;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #F5F5F5;
}
form.search input::placeholder {
  color: #8C8C8C;
}
form.search input:focus {
  border-color: #F49B0F;
  background-color: #ffffff;
}
form.search .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
form.search .form-submit:hover:first-child {
  text-decoration: none;
}
form.search .form-submit:hover::before {
  text-decoration: none;
}
form.search .form-submit {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
form.search .form-submit:first-child {
  text-decoration: none;
}
form.search .form-submit::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #8C8C8C;
  text-decoration: none;
}
form.search .form-submit {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover {
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:before {
  color: #8C8C8C;
}

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

.header {
  margin: 0 -3000px;
  background-color: #ffffff;
  padding-left: 3000px;
  padding-right: 3000px;
  box-shadow: 0 41px 60px #EFF4F9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .header-group-1 > a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .header-group-1 > a {
    margin: 0 auto;
  }
}
.header .header__logo {
  background-image: url("../img/logo.svg");
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 236px;
}
@media (max-width: 1023px) {
  .header .header__logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    width: 158px;
  }
}
.header .header__logo {
  height: 30px;
}
@media (max-width: 1023px) {
  .header .header__logo {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    height: 20px;
  }
}
.header .header-main {
  display: grid;
  gap: 20px;
}
@media (max-width: 359px) {
  .header .header-main {
    gap: 20px 16px;
  }
}
.header .header-main {
  grid-template-columns: 260px 150px auto;
}
@media (max-width: 1023px) {
  .header .header-main {
    grid-template-columns: 44px 176px auto;
  }
}
@media (max-width: 359px) {
  .header .header-main {
    grid-template-columns: 44px 113px auto;
  }
}
.header .header-main .header-navigation {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 400;
}
@media (max-width: 1023px) {
  .header .header-main .header-navigation {
    display: none;
  }
}
.header .header-main .header-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.header .header-main .header-navigation ul li {
  margin: 0;
}
@media (max-width: 1023px) {
  .header .header-main .header-group-1 {
    grid-row: 1;
  }
}
.header .header-main .header-contacts-cpm-fav {
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav {
    gap: 16px;
  }
}
.header .header-main .header-contacts-cpm-fav {
  justify-self: end;
}
@media (max-width: 1023px) {
  .header .header-main .header-contacts-cpm-fav {
    grid-column: 3;
  }
}
.header .header-main .header-contacts-cpm-fav .header__phone {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  color: #262626;
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav .header__phone {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav .header__phone a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header .header-main .header-contacts-cpm-fav .header__phone a:hover:first-child {
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__phone a:hover::before {
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__phone a {
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
  }
  .header .header-main .header-contacts-cpm-fav .header__phone a:first-child {
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__phone a::before {
    content: "\e928";
    text-indent: 0;
    font-family: "icon-base";
    font-size: 20px;
    line-height: 20px;
    color: #262626;
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__phone a:before {
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav .header__callback {
    width: 20px;
    height: 20px;
  }
}
.header .header-main .header-contacts-cpm-fav .header__callback a {
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  color: #F49B0F;
}
.header .header-main .header-contacts-cpm-fav .header__callback a:hover {
  color: #EA9219;
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav .header__callback a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header .header-main .header-contacts-cpm-fav .header__callback a:hover:first-child {
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__callback a:hover::before {
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__callback a {
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
  }
  .header .header-main .header-contacts-cpm-fav .header__callback a:first-child {
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__callback a::before {
    content: "\e942";
    text-indent: 0;
    font-family: "icon-base";
    font-size: 16px;
    line-height: 16px;
    color: #262626;
    text-decoration: none;
  }
  .header .header-main .header-contacts-cpm-fav .header__callback a:before {
    font-weight: 300;
  }
}
.header .header-main .header-search {
  grid-column: 3;
  grid-column: 3;
}
@media (max-width: 1023px) {
  .header .header-main .header-search {
    grid-column: 2/4;
  }
}
.header .header-main .header-search #search {
  position: relative;
}
.header .header-main .header-search #search form {
  max-width: unset;
}
.header .header-main .header-search #search form .form-item input {
  height: 44px;
  padding: 12px 16px;
  background-color: #f5f5f5;
  border: none;
}
.header .header-main .header-search #search form .form-item input::placeholder {
  color: #8c8c8c;
}
.header .header-main .header-search #search form .form-item-clear button {
  width: 44px;
  height: 44px;
}
.header .header-main .header-search #search .search-result {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  padding: 24px;
}
@media (max-width: 1023px) {
  .header .header-main .catalog-menu {
    display: none;
  }
}
.header .header-main .catalog-menu .catalog-show-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .catalog-menu .catalog-show-btn:hover:first-child {
  text-decoration: none;
}
.header .header-main .catalog-menu .catalog-show-btn:hover::before {
  text-decoration: none;
}
.header .header-main .catalog-menu .catalog-show-btn::before {
  content: "\e91a";
  font-family: "icon-base";
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-main .catalog-menu .catalog-show-btn {
  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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #F49B0F;
  border-color: #F49B0F;
  color: #ffffff;
}
.header .header-main .catalog-menu .catalog-show-btn:hover {
  background-color: #EA9219;
  border-color: #EA9219;
  color: #ffffff;
}
.header .header-main .catalog-menu .catalog-show-btn::before {
  font-weight: 400;
}
.header .header-main .catalog-menu .catalog-show-btn:before {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .catalog-menu .catalog-show-btn span {
  line-height: 13px;
}
.header .header-main .catalog-menu .catalog-show-btn .expand-arrow {
  display: none;
}
.header .header-main .catalog-menu .catalog {
  display: none;
}
.header .header-main .catalog-menu.opened .catalog-show-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .catalog-menu.opened .catalog-show-btn:hover:first-child {
  text-decoration: none;
}
.header .header-main .catalog-menu.opened .catalog-show-btn:hover::before {
  text-decoration: none;
}
.header .header-main .catalog-menu.opened .catalog-show-btn::before {
  content: "\e900";
  font-family: "icon-base";
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-main .catalog-menu.opened .catalog-show-btn::before {
  font-weight: 400;
}
.header .header-main .catalog-menu.opened .catalog {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 0;
  position: absolute;
  top: 152px;
  left: 0;
  z-index: 3;
  min-width: 270px;
  text-transform: none;
  background-color: #ffffff;
  border-radius: 0;
  width: 100vw;
  padding: 48px calc((100% - 1160px) / 2);
}
@media (max-width: 1279px) {
  .header .header-main .catalog-menu.opened .catalog {
    padding: 48px calc((100% - 992px) / 2);
  }
}
.header .header-main .catalog-menu.opened .catalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term {
  all: unset;
}
.header .header-main .catalog-menu.opened .catalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term .field-field-image {
  display: none;
}
.header .header-main .catalog-menu.opened .catalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term .field-field-display-title a {
  text-decoration: none;
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.header .header-main .catalog-menu.opened .catalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term .field-field-display-title a:hover {
  text-decoration: none;
  color: #F49B0F;
}
.header .header-main .catalog-menu.opened.expanded:before {
  content: "";
  position: absolute;
  width: 400px;
  top: 40px;
  height: 35px;
  left: -50%;
}
.header .header-main .mobile-menu-container {
  display: none;
}
@media (max-width: 1023px) {
  .header .header-main .mobile-menu-container {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header .header-main .mobile-menu-container {
    grid-row: 2;
  }
}
@media (max-width: 1023px) {
  .header .header-main .mobile-menu-container {
    grid-column: 1;
  }
}
.header .header-main .burger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .burger:hover:first-child {
  text-decoration: none;
}
.header .header-main .burger:hover::before {
  text-decoration: none;
}
.header .header-main .burger::before {
  content: "\e91a";
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-main .burger {
  display: none;
}
@media (max-width: 1023px) {
  .header .header-main .burger {
    display: inline-flex;
  }
}
.header .header-main .burger {
  text-align: center;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  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: #F49B0F;
  border: 1px solid #F49B0F;
  border-radius: 10px;
  position: relative;
  outline: none;
}
.header .header-main .burger:hover {
  background-color: #F49B0F;
  border: 1px solid #F49B0F;
  text-decoration: none;
}
.header .header-main .burger-background {
  display: none;
}
.header .header-main .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-main .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: 0 0;
  background-color: #ffffff;
  border-radius: 0;
}
@media screen and (min-width: 329px) {
  .header .header-main .mobile-navigation {
    width: 100%;
  }
}
.header .header-main .mobile-navigation.is-active {
  z-index: 2;
  transform: translateX(0);
}
.header .header-main .mobile-navigation .mobile-navigation-title {
  font-size: 30px;
  line-height: 38px;
  font-family: "Roboto";
  font-weight: 600;
  color: #434343;
}
.header .header-main .mobile-navigation .menu {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.header .header-main .mobile-navigation .menu .menu__item {
  margin: 24px 0;
}
.header .header-main .mobile-navigation .menu .menu__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header .header-main .mobile-navigation .menu .menu__item:first-child {
  margin-top: 0;
}
.header .header-main .mobile-navigation .menu .menu__item a {
  color: #262626;
}
.header .header-main .mobile-navigation .menu .menu__item .menu-level-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-120%);
  transition: 0.3s;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.header .header-main .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:first-child {
  text-decoration: none;
}
.header .header-main .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover::before {
  text-decoration: none;
}
.header .header-main .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-main .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow {
  cursor: pointer;
}
.header .header-main .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:before {
  left: 0;
}
.header .header-main .mobile-navigation .menu .menu__item .menu-level-1 .return-arrow:hover:before {
  color: #595959;
}
.header .header-main .mobile-navigation .menu .menu__item.is-active .menu-level-1 {
  z-index: 2;
  transform: translateX(0);
}
.header .header-main .mobile-navigation .menu .menu__item.expanded > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .mobile-navigation .menu .menu__item.expanded > a:hover:first-child {
  text-decoration: none;
}
.header .header-main .mobile-navigation .menu .menu__item.expanded > a:hover::before {
  text-decoration: none;
}
.header .header-main .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-main .mobile-navigation .menu .menu__item.expanded > a:before {
  position: absolute;
  right: 1px;
}
.header .header-main .mobile-navigation .close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .mobile-navigation .close-button:hover:first-child {
  text-decoration: none;
}
.header .header-main .mobile-navigation .close-button:hover::before {
  text-decoration: none;
}
.header .header-main .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-main .mobile-navigation .close-button {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.header .header-main .mobile-navigation .close-button:hover:before {
  color: #595959;
}
.header a {
  color: #595959;
  text-decoration: none;
  text-underline-offset: 3px;
}
.header a:hover {
  color: #F49B0F;
  text-decoration: none;
}
.header .header-contacts-cpm-fav {
  gap: 20px;
}
@media (max-width: 359px) {
  .header .header-contacts-cpm-fav {
    gap: 8px;
  }
}
.header .header-contacts-cpm-fav {
  display: flex;
}
@media (max-width: 1023px) {
  .header .header-contacts-cpm-fav {
    display: none;
  }
}
.header .header-contacts-cpm-fav .header_fav_and_cmp {
  display: flex;
  gap: 8px;
  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: 4px;
}
.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: 767px) {
  .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-mob {
  height: 40px;
  display: none;
}
@media (max-width: 767px) {
  .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;
  }
  .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 {
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
  }
  .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 {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
  .header .header-contacts-cpm-fav .header__phone-mob a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.header .header-group-1 {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .header-group-1 {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .header .header-group-1 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .header .header-group-1 {
    justify-content: start;
  }
}
@media (max-width: 1023px) {
  .header .header-group-1 {
    flex-direction: row;
  }
}

.footer {
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .footer {
    margin-top: 32px;
  }
}
.footer .footer-content .footer-logo, .footer .footer-content #block-sub-gruzovik-base-logotipvfutere .block__content {
  width: 157px;
  height: 20px;
  background-image: url("../../assets/img/footer-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-content li {
  margin: 12px 0;
}
.footer .footer-content li:first-child {
  margin-top: 0;
}
.footer .footer-content li:last-child {
  margin-bottom: 0;
}
.footer .footer-content .block-block-content9e50859b-552f-4cb9-a6bc-050eee8c2629 p:first-child {
  margin-top: 0;
}
.footer .footer-content .block-block-content9e50859b-552f-4cb9-a6bc-050eee8c2629 p:last-child {
  margin-bottom: 0;
}
.footer .footer-bottom {
  padding-bottom: 48px;
}

#block-sub-gruzovik-base-kontaktyvfutere .field-body .value {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#block-sub-gruzovik-base-kontaktyvfutere .field-body .value .footer-phones {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#block-sub-gruzovik-base-kontaktyvfutere .field-body .value .footer-phones a {
  color: #ffffff;
}
#block-sub-gruzovik-base-kontaktyvfutere .field-body .value .footer-phones {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
}
.mobile-navigation .mobile-navigation-title {
  font-size: 30px;
  line-height: 38px;
  font-family: "Roboto";
  font-weight: 600;
  color: #434343;
}
.mobile-navigation .menu {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.mobile-navigation .menu .menu__item {
  margin: 24px 0;
}
.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: #262626;
}
.mobile-navigation .menu .menu__item .menu-level-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-120%);
  transition: 0.3s;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.mobile-navigation .menu .menu__item .menu-level-1 .return-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.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 {
  cursor: pointer;
}
.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 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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #F49B0F;
  color: #F49B0F;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a:hover {
  background-color: #FFF9E6;
  border-color: #F49B0F;
  color: #F49B0F;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a {
  width: 230px;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer {
  margin-top: 20px;
}
.mobile-navigation .mobile__search #custom-search-form input.form-text {
  height: 46px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 8px 0 8px 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;
}
.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 {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.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 {
  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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #F49B0F;
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #EA9219;
  text-decoration: none;
}
.mobile-navigation .mobile__search .mobile__search__submit__btn {
  left: 0;
  top: 3px;
}

.header .header-navigation > .menu > .menu__item.expanded, .header .header-navigation {
  position: unset;
}

.catalog-overlay {
  position: absolute;
  width: 100%;
  top: 152px;
  height: 100%;
  left: 0;
  z-index: 2;
  background-color: #192440;
  opacity: 0.5;
  cursor: pointer;
}

.header .header__callback 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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #F49B0F;
  color: #F49B0F;
}
.header .header__callback a:hover {
  background-color: #FFF9E6;
  border-color: #F49B0F;
  color: #F49B0F;
}
@media (max-width: 767px) {
  .header .header__callback a {
    border: none;
  }
}
@media (max-width: 767px) {
  .header .header__phone {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .header__favorites .button-link--favorites::before {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav {
    gap: 5px;
  }
}
.header .header-main {
  grid-template-columns: 200px 150px auto;
}
@media (max-width: 1023px) {
  .header .header-main {
    grid-template-columns: 44px 176px auto;
  }
}
@media (max-width: 359px) {
  .header .header-main {
    grid-template-columns: 44px 113px auto;
  }
}
.header .header-main .burger {
  border-radius: 2px;
}
.header .header-main .header-navigation {
  text-wrap: nowrap;
}
.header .header-main .catalog-menu.opened .catalog {
  top: 148px;
  display: block;
  column-count: 3;
  gap: 24px;
}
.header .header-main .catalog-menu.opened .catalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term {
  break-inside: avoid;
  margin: 24px 0 0;
  display: flex;
}
.header .header-main .catalog-menu.opened .catalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term:first-child {
  margin: 0;
}
.header .header-main .catalog-menu .catalog-show-btn {
  border-radius: 2px;
}
.header .header-main .header-contacts-cpm-fav {
  padding: 0;
}
.header .header__logo {
  background-image: url("../img/logo.svg");
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
}
@media (max-width: 1023px) {
  .header .header__logo {
    width: 144px;
  }
}
.header .header__logo {
  height: 44px;
}
@media (max-width: 1023px) {
  .header .header__logo {
    height: 32px;
  }
}

#block-shacman-logotipvfutere .block__content {
  width: 200px;
}
@media (max-width: 1023px) {
  #block-shacman-logotipvfutere .block__content {
    width: 144px;
  }
}
#block-shacman-logotipvfutere .block__content {
  height: 44px;
}
@media (max-width: 1023px) {
  #block-shacman-logotipvfutere .block__content {
    height: 32px;
  }
}
#block-shacman-logotipvfutere .block__content {
  background-image: url("../../assets/img/footer-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .footer-bottom {
  padding-bottom: 64px;
}

.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;
}

.catalog-overlay {
  height: 600vh;
}

.mobile-navigation .mobile-navigation-catalog .mobile-navigation-catalog-title {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation .mobile-navigation-catalog .mobile-navigation-catalog-title:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .mobile-navigation-catalog-title:hover::before {
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .mobile-navigation-catalog-title::after {
  content: "\e90f";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #595959;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .mobile-navigation-catalog-title:after {
  transform: rotate(90deg);
}
.mobile-navigation .mobile-navigation-catalog .mobile-navigation-catalog-title {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.mobile-navigation .mobile-navigation-catalog .catalog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 0 16px 48px;
  border-radius: 2px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
  transform: translateX(-100%);
  transition: 0.3s;
  margin-top: 129px;
}
.mobile-navigation .mobile-navigation-catalog .catalog .term--view-mode-teaser-catalog-term {
  all: initial;
  margin: 8px 0;
}
.mobile-navigation .mobile-navigation-catalog .catalog .term--view-mode-teaser-catalog-term:first-child {
  margin-top: 0;
}
.mobile-navigation .mobile-navigation-catalog .catalog .term--view-mode-teaser-catalog-term .field-field-image {
  display: none;
}
.mobile-navigation .mobile-navigation-catalog .catalog .term--view-mode-teaser-catalog-term .field-field-display-title .value {
  display: flex;
}
.mobile-navigation .mobile-navigation-catalog .catalog .term--view-mode-teaser-catalog-term .field-field-display-title a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn {
  width: fit-content;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn:hover:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn:hover::before {
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn:first-child {
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn::before {
  content: "\e90f";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #595959;
  text-decoration: none;
}
.mobile-navigation .mobile-navigation-catalog .catalog .catalog-return-btn {
  transform: rotate(-90deg);
  cursor: pointer;
}
.mobile-navigation .mobile-navigation-catalog.active .catalog {
  transform: translateX(0);
  z-index: 50;
}
.mobile-navigation .menu {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.mobile-navigation .menu .menu__item {
  margin: 8px 0;
}
.mobile-navigation .menu .menu__item:last-child {
  margin-bottom: 0;
}
.mobile-navigation .menu .menu__item:first-child {
  margin-top: 8px;
}
.mobile-navigation .mobile-navigation-logo {
  width: 145px;
  height: 32px;
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-navigation .manage-group {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.mobile-navigation .mobile-navigation-contacts {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-navigation .mobile-navigation-contacts .header__phone a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  color: #262626;
}
.mobile-navigation .mobile-navigation-contacts .header__callback 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: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #F49B0F;
  color: #F49B0F;
}
.mobile-navigation .mobile-navigation-contacts .header__callback a:hover {
  background-color: #FFF9E6;
  border-color: #F49B0F;
  color: #F49B0F;
}