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

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: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 400;
  color: #BFE0F5;
  padding: 0 3000px;
  background-color: #1A4982;
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 24px;
}
.footer a {
  color: #BFE0F5;
  text-decoration: none;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: #ffffff;
  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: #1A4982;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 64px;
  padding-bottom: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.footer .footer-bottom {
  display: grid;
  margin: 0 -3000px;
  background-color: #0E2E5C;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
.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: 14px;
  line-height: 20px;
  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;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  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: 10px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #2A67A8;
  text-decoration: none;
  font-weight: 400;
}
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: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:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1A4982;
  text-decoration: none;
}
form.search .form-item-clear button:hover:before {
  color: #8c8c8c;
}
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: 10px;
  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: #ffffff;
}
form.search input::placeholder {
  color: #8c8c8c;
}
form.search input:focus {
  border-color: #2A67A8;
  background-color: #ffffff;
}
form.search .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:first-child {
  text-decoration: none;
}
form.search .form-submit:hover::before {
  text-decoration: none;
}
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:hover {
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:before {
  color: #8c8c8c;
}

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

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: 10px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #2A67A8;
  border-color: #2A67A8;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #1A4982;
  border-color: #1A4982;
  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: 10px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #2A67A8;
  color: #2A67A8;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #F0FAFF;
  border-color: #2A67A8;
  color: #2A67A8;
}

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

.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: 10px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #2A67A8;
  text-decoration: none;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1A4982;
  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: 10px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #2A67A8;
  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: #1A4982;
  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: 20px;
  width: 20px;
  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: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid #2A67A8;
  color: #2A67A8;
}
.button-switch:hover {
  background-color: #F0FAFF;
  border: 1px solid #2A67A8;
  color: #2A67A8;
}
.button-switch:hover .link__icon::before {
  color: #2A67A8;
}
.button-switch.is-active {
  background-color: #ffffff;
  border: 1px solid #2A67A8;
}
.button-switch.is-active .link__icon::before {
  color: #2A67A8;
}
.button-switch.is-active:hover {
  background-color: #F0FAFF;
  border: 1px solid #2A67A8;
  color: #2A67A8;
}
.button-switch.is-active:hover .link__icon::before {
  color: #2A67A8;
}
.button-switch span {
  display: none;
}

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

.header {
  margin: 0 -3000px 64px;
  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;
  height: 30px;
}
@media (max-width: 1023px) {
  .header .header__logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    width: 158px;
  }
}
@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;
  grid-template-columns: 260px 150px auto;
}
@media (max-width: 359px) {
  .header .header-main {
    gap: 20px 16px;
  }
}
@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;
  justify-self: end;
}
@media (max-width: 767px) {
  .header .header-main .header-contacts-cpm-fav {
    gap: 16px;
  }
}
@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;
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
  }
  .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: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: #2A67A8;
}
.header .header-main .header-contacts-cpm-fav .header__callback a:hover {
  color: #1A4982;
}
@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;
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
  }
  .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: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 .menu-katalog {
  margin: 0;
  padding: 0;
}
.header .header-main .catalog-menu .menu-katalog > .menu__item {
  position: unset;
}
.header .header-main .catalog-menu .menu-katalog > .menu__item > 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: 10px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #2A67A8;
  border-color: #2A67A8;
  color: #ffffff;
  width: 100%;
}
.header .header-main .catalog-menu .menu-katalog > .menu__item > a:hover {
  background-color: #1A4982;
  border-color: #1A4982;
  color: #ffffff;
}
.header .header-main .catalog-menu .menu-katalog .menu-level-1 {
  display: none;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"]:hover:first-child {
  text-decoration: none;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"]:hover::before {
  text-decoration: none;
}
.header .header-main .catalog-menu .menu-katalog 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-main .catalog-menu .menu-katalog a[href="/catalog"].opened {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"].opened:hover:first-child {
  text-decoration: none;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"].opened:hover::before {
  text-decoration: none;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"].opened::before {
  content: "\e900";
  font-family: "icon-base";
  font-size: 8px;
  line-height: 8px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"]:before {
  width: 13px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .catalog-menu .menu-katalog a[href="/catalog"] .expand-arrow {
  display: none;
}
.header .header-main .catalog-menu .menu-katalog a.opened + ul, .header .header-main .catalog-menu .menu-katalog a.opened + ul:hover {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 600;
  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 .menu-katalog a.opened + ul, .header .header-main .catalog-menu .menu-katalog a.opened + ul:hover {
    padding: 48px calc((100% - 992px) / 2);
  }
}
.header .header-main .catalog-menu .menu-katalog a.opened + ul .menu__item, .header .header-main .catalog-menu .menu-katalog a.opened + ul:hover .menu__item {
  margin: 0;
}
.header .header-main .catalog-menu .menu-katalog a.opened + ul .menu__item > a, .header .header-main .catalog-menu .menu-katalog a.opened + ul:hover .menu__item > a {
  text-decoration: none;
  color: #262626;
}
.header .header-main .catalog-menu .menu-katalog a.opened + ul .menu__item > a:hover, .header .header-main .catalog-menu .menu-katalog a.opened + ul:hover .menu__item > a:hover {
  text-decoration: none;
  color: #2A67A8;
}
.header .header-main .catalog-menu .menu-katalog a.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;
  display: none;
  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: #2A67A8;
  border: 1px solid #2A67A8;
  border-radius: 10px;
  position: relative;
  outline: none;
}
.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;
}
@media (max-width: 1023px) {
  .header .header-main .burger {
    display: inline-flex;
  }
}
.header .header-main .burger:hover {
  background-color: #2A67A8;
  border: 1px solid #2A67A8;
  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;
  cursor: pointer;
}
.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: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;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.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:hover:before {
  color: #595959;
}
.header a {
  color: #595959;
  text-decoration: none;
  text-underline-offset: 3px;
}
.header a:hover {
  color: #2A67A8;
  text-decoration: none;
}
.header .header-contacts-cpm-fav {
  gap: 20px;
  display: flex;
}
@media (max-width: 359px) {
  .header .header-contacts-cpm-fav {
    gap: 8px;
  }
}
@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;
    padding-inline: 0;
    aspect-ratio: 1/1;
    gap: 0;
    text-indent: -9999px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
  .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);
  }
}
.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;
}
.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;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
}
#block-sub-gruzovik-base-kontaktyvfutere .field-body .value .footer-phones a {
  color: #ffffff;
}

.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;
  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: 20px;
}
.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: 10px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #ffffff;
  border-color: #2A67A8;
  color: #2A67A8;
  width: 230px;
}
.mobile-navigation .mobile__search #custom-search-form .search-result__footer a:hover {
  background-color: #F0FAFF;
  border-color: #2A67A8;
  color: #2A67A8;
}
.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;
  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: 10px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: 700;
  border: none;
  background: none;
  padding-inline: 0;
  color: #2A67A8;
  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: #1A4982;
  text-decoration: none;
}

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