@media only screen and (min-width: 1025px) {
  .header {
    padding: 7px 0 25px;
  }

  .header__lang-nav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    flex-basis: 13%;
    width: 13%;
    max-width: 13%;
  }

  .header__location-nav {
    flex-basis: 21%;
    width: 21%;
    max-width: 21%;
  }

  .location-nav__label,
  .location-nav__trigger {
    font-size: 11px !important;
  }

  .header__separator {
    padding: 8px 10px 9px;
  }

  .nav_type_horizontal  .nav__submenu {
    transform: translate(0, 25px);
  }

  .nav_type_horizontal .nav__link {
    padding: 4px 8px 4px 14px;
  }

  .nav_type_horizontal .nav__item:first-child .nav__link {
    margin-left: -12px;
    padding-left: 26px;
    color: #fff;
    background: #a01602;
    border-radius: 5px;
  }

  .nav_type_horizontal  .nav__item:first-child .nav__link:before,
  .nav_type_horizontal  .nav__item:first-child .nav__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    left: 8px;
    display: block;
    box-sizing: border-box;
    width: 14px;
    border: none;
    border-bottom: 2px solid currentColor;
  }

  .nav_type_horizontal  .nav__item:first-child .nav__link:before {
    height: 6px;
    border-top: 2px solid currentColor;
    transform: translate(0, -5px);
  }

  .nav_type_horizontal  .nav__item:first-child .nav__link:after {
    height: 0;
    transform: translate(0, 3px);
  }

  .header__icon-links {
    padding: 0 10px;
  }

  .footer__logo {
    margin: auto 0 0;
    padding: 15px 0 10px;
  }

  .footer__icon {
    width: 26px;
    height: 26px;
  }

  .footer__social-nav {
    padding: 24px 0 0;
  }
}

.header__contacts {
  font-size: 16px;
  font-weight: 700;
}

.header__links {
  display: none;
}

.header_state_fixed .header__links {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .header__links {
    display: flex;
    flex: 0 0 28.2%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 28.2%;
    max-width: 28.2%;
    padding: 0 10px 0 45px;
    font-size: 12px;
  }

  .header__link-item {
    display: block;
    flex: 0 0 auto;
    width: auto;
    margin: 0 37px 0 0;
  }

  .header__link-item:last-child {
    margin-right: 0;
  }
}

.title__link {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.title__link:hover,
.title__link:active,
.title__link:focus {
  color: #a01602;
  text-decoration: none;
}

.news-group__item {
  margin: 0 -5px;
  border: none;
}

.news-snippet {
  position: relative;
  padding: 5px;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow .3s ease;
}

.news-snippet:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.news-snippet__title-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  cursor: pointer;
  opacity: 0;
}

.news-snippet__fields {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.news-snippet__fields a {
  pointer-events: auto;
}

@media only screen and (min-width: 1025px) {
  .news-group__item {
    margin: 0 -10px;
  }

  .news-snippet {
    padding: 10px;
  }
}

.sub-nav__list {
  margin: 0 !important;
  padding: 0 !important;
}

.sub-nav__link:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #a01602;
  border: none;
  opacity: 0;
  transform: none;
  transition: opacity .3s ease;
}

.sub-nav__link:hover {
  background: #fafafa;
}

.sub-nav__link:hover:before,
.sub-nav__item:hover > .sub-nav__link:before {
  display: none;
}

.sub-nav__link:hover:after,
.sub-nav__item:hover > .sub-nav__link:after {
  opacity: 1;
}

.sub-nav__item:hover {
  background: #fafafa;
}

.sub-nav__submenu {
  width: 200%;
  background: #fafafa;
}

.sub-nav__submenu_type_slim {
  width: 100%;
}

.sub-list {
  display: block;
  padding: 20px 0;
  line-height: 18px;
  background: #FAFAFA;
}

.sub-list__list,
.sub-list__sub-list {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
}

.sub-list__list {
  column-count: 2;
}

.sub-list__list_type_parent .sub-list__item {
  margin: 0 0 40px;
}

.sub-nav__submenu_type_slim .sub-list__list {
  column-count: 1;
}

.sub-list__item,
.sub-list__sub-item {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  line-height: 18px !important;
  border: none;
}

.sub-list__list .sub-list__item {
  break-inside: avoid-column;
}

.bx-mac .sub-list__list .sub-list__item {
  display: inline-block;
}

.sub-list__item:last-child,
.sub-list__sub-item:last-child {
  margin-bottom: 0;
}

.sub-list__link {
  display: block;
  color: #000;
  padding: 0 25px 0 20px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s ease;
}

.sub-list__link.current {
  color: #a01602;
  font-weight: 700;
}

.sub-list__link_type_parent {
  color: #000;
  font-weight: 400;
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0 0 20px;
  padding: 0 25px 0 20px;
}

.sub-list__link_type_parent:last-child {
  margin-bottom: 0;
}

.sub-list__link:hover {
  color: #a01602;
  text-decoration: none;
}

.footer__logo {
  max-width: 58px;
}

.auth-group__link {
  display: block;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .product-card.updated .product-card__price-group {
    margin-bottom: 37px;
  }
  .product-card.updated .product-card__price-group:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .product-card.updated .product-card__info-footer .product-card__controls {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-card__subsections {
    margin: 0 -10px;
  }
}

.product-card__subsections {
  padding: 8px 0 40px;
}

.product-card__subsection {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .product-card__subsections {
    padding: 10px 0 29px;
  }
}

.product-card__subtitle {
  display: block;
  margin: 0 0 20px;
}

.product-card__subtitle:last-child {
  margin-bottom: 0;
}

.color-selection {
  display: block;
}

.color-selection__label {
  display: block;
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.333;
}

.color-selection__label:last-child {
  margin-bottom: 0;
}

.color-selection__main {
  display: block;
}

.color-selection__input {
  position: relative;
  display: block;
}

.color-selection__header {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 30px 11px 11px;
  color: #333;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  outline: none;
  transition: border-width 0s ease .3s;
}

.color-selection__header:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(0, -70%) rotate(45deg) skew(-6deg, -6deg);
}

.color-selection__header_type_color {
  padding: 1px 30px 1px 40px;
  font-size: 14px;
}

.color-selection__header_type_color .color-list__illustration {
  top: 50%;
  left: 3px;
  transform: translate(0, -50%);
}

.color-selection__body {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  display: block;
  overflow: auto;
  height: auto;
  max-height: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0;
  transition: max-height .3s ease, border-width 0s ease .3s;
}

.color-selection_state_open .color-selection__header {
  border-width: 1px 1px 0 1px;
  transition-property: none;
}
.color-selection_state_open .color-selection__header:after {
  transform: translate(0, -20%) rotate(-135deg) skew(-6deg, -6deg);
}
.color-selection_state_open .color-selection__body {
  max-height: 50vh;
  border-width: 0 1px 1px 1px;
  transition: max-height .3s ease;
}

@media only screen and (min-width: 768px) {
  .color-selection {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .color-selection__label {
    flex: 1 1 100%;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 16px 0 0;
  }

  .color-selection__main {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
  }

  .color-selection_state_open .color-selection__body {
    max-height: 424px;
  }
}

.color-list {
  display: block;
}

.color-list__item {
  display: block;
  padding: 8px 20px;
}

.color-list__color {
  position: relative;
  display: block;
  padding: 1px 0 1px 40px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.color-list__color_state_active {
  color: #a01602;
}

.color-list__illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 28px;
  font-size: 0;
  line-height: 0;
}

.color-list__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}

.extra-products {
  display: block;
}

.extra-products__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.extra-products__item {
  display: block;
  margin: 0 0 21px;
  padding: 0 0 21px;
  border-bottom: 1px solid rgba(178, 178, 178, .5);
}
@media only screen and (min-width: 768px) {
  .extra-products__item {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
}

.extra-products__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.extra-product {
  display: block;
}

.extra-product__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .extra-product__wrapper {
    flex-wrap: nowrap;
  }
}

.extra-product__checkbox {
  display: block;
  flex: 0 0 73%;
  width: 73%;
  max-width: 73%;
  font-size: 12px;
  line-height: 16px;
}

.extra-product__quantity {
  display: block;
  order: 99;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 27px 0 0;
}

.extra-product__price {
  display: block;
  flex: 0 0 27%;
  width: 27%;
  max-width: 27%;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .extra-product__checkbox {
    display: block;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .extra-product__quantity {
    flex: 0 0 87px;
    order: 0;
    width: 87px;
    max-width: 87px;
    padding: 0 10px;
  }

  .extra-product__price {
    display: block;
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .quantity-input_size_s {
    font-size: 18px;
    line-height: 20px;
  }

  .quantity-input_size_s .quantity-input__button {
    width: 20px;
    height: 20px;
    box-shadow: none;
  }

  .quantity-input_size_s .quantity-input__button:before {
    width: 6px;
  }

  .quantity-input_size_s .quantity-input__button:after {
    height: 6px;
  }

  .quantity-input_size_s .quantity-input__field {
    padding: 0 3px;
  }

  .quantity-input_size_s .quantity-input__input {
    height: 20px;
    line-height: inherit;
  }
}

.check-elem_size_xl .check-elem__label:before {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  background: transparent;
}

.check-elem_size_xl .check-elem__label:after {
  margin: -7px 0 0;
}

.nav__catalog-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #a01602;
  outline: 7px solid #a01602;
}

@media only screen and (min-width: 1025px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 50%;
    transform: translate(-500px, 0);
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 50%;
    transform: translate(500px, 0);
  }
}

.fancybox-navigation .fancybox-button {
  background: transparent;
  outline: none;
}

.fancybox-navigation .fancybox-button div {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #999;
    font-size: 0;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    transition: all .3s ease;
}

.fancybox-navigation .fancybox-button svg {
  display: none;
}


.fancybox-navigation .fancybox-button div:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.fancybox-navigation .fancybox-button:hover div {
    color: #fff;
    background-color: #a01602;
}
.fancybox-navigation .fancybox-button--arrow_left div:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.fancybox-navigation .fancybox-button--arrow_right div:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.grid__col_rows_disable .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.header__cart-snippet {
  right: 10px;
  left: 10px;
}
@media only screen and (min-width: 1025px) {
  .header__cart-snippet {
    right: 40px;
    left: auto;
  }
}
.entry-snippet__date {
  line-height: 20px;
}
form .form-group.animated-labels-custom label:not(.error) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form_style_redesigned .animated-labels-custom label.DOP_GARANT {
  padding: 4px 10px;
}
.form form .licence_block.bx_filter {
  margin-top: 0 !important;
}
.forum-attach img:not([class]) {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
