body {
  min-width: auto !important;
} .wrapper__control {
  display: none;
}

.header {
  /* position: relative; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  background-color: #fff;
  padding: 23px 0;
} .header:before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .07), transparent 62.5%);
  left: 0;
  width: 100%;
} .header__content_left {
  position: absolute;
  top: 18px;
  left: 35px;
  max-width: 168px;
  width: 100%;
  height: 100%;
} /* .header__content_left a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 168px;
  width: 100%;
  height: 100%;
  margin-right: 70px;
  flex: none;
} */
/* header-nav */
.header-nav__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
} .header-nav_top {
  display: flex;
  justify-content: space-between;
} .header-nav_top > a {
  display: none;
} .header-nav_top-section {
  display: flex;
  align-items: center;
} .header-nav_top-menu {
  display: flex;
  align-items: center;
  margin-right: 10px;
} .header-nav_top-menu .menu {
  display: flex;
} .header-nav_top-menu .menu .dropdown {
  display: none;
} .header-nav_top-menu .menu > li {
  position: relative;
} .header-nav_top-menu .menu > li > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #3f484f;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 4px 13px;
  text-decoration: none;
  transition: color .3s ease;
} .header-nav_top-menu .menu > li > a:hover {
  color: #eebd00;
  text-decoration: none;
} .header-nav_top-menu .menu > li:hover > .dropdown {
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 10;
} .header-nav_top-menu .menu .dropdown li a {
  font-size: 13px;
  color: #fff;
  background-color: #434a4f;
  transition: background-color .3s ease;
  max-width: 170px;
  min-width: 170px;
  width: 100%;
  text-transform: inherit;
  border-radius: 0 !important;
  padding: 8px 5px 8px 12px;
  display: inline-flex;
  text-decoration: none;
} .header-nav_top-menu .menu .dropdown li a:hover {
  background-color: #ffd120;
} .header__line {
  display: flex;
  align-items: center;
} .header__address {
  position: relative;
  padding-left: 0;
  margin-right: 9px;
  display: inline-block;
  width: 17px;
  height: 22px;
} .header__address:before {
  content: "";
  width: 25px;
  height: 33px;
  background-image: url(../images/sprite.png);
  background-position: -52px 0;
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  transform: scale(.65);
} .city {
  display: inline-block;
  position: relative;
  cursor: pointer;
} .city p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffd120;
  border-bottom: 1px dashed #ffd120;
  padding: 0;
  margin-bottom: 0;
} .city ul {
  position: absolute;
  top: 20px;
  left: -5px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 4px;

  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  white-space: nowrap;
} .city.active ul {
  width: auto;
  height: auto;
  border: 1px solid #ffd120;
  background: #FFF;
} .city ul li {
  display: inline-block;
  line-height: 1.2;
  color: #ffd120;
  padding: 5px;
  background: #FFF;
  border-bottom: 1px dashed #ffd120;
} .city ul li a {
  color: #3f484f;
  text-decoration: none;
} .city ul li:hover {
  background: #efb400;
} .city ul li:hover a {
  color: #FFF;
}


.header__auth {
  margin-left: auto;
} .header__auth a {
  color: #9ea3a7;
  text-decoration: none;
  transition: color .3s ease;
} .header-nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
} .btn-catalog {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 11px;
  background-color: #efb400;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity .3s ease;
  margin-right: 12px;
} .btn-catalog .svg-icon {
  margin-right: 7px;
} .btn-catalog .svg-icon use {
  fill: #fff;
} .search {
  position: relative;
  height: 36px;
  flex-grow: 1;
} .search form {
  height: 100%;
} .search__input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #3f484f;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid hsla(207, 5%, 64%, .5);
  padding: 0 14px;
  outline: 0;
} .search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color .3s;
  outline: 0;
} .btn-control--main {
  display: flex;
  align-items: center;
  margin-left: 35px;
} .btn-control--main .btn-control__item {
  display: none;
} .btn-control--main .btn-control__item:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 35px; */
  height: 35px;
  border-radius: 5px;
  border: 0;
  background-color: transparent;
  margin-right: 0;
  transition: background-color .3s ease;
} .btn-control__body {
  position: relative;
} .btn-control__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -9px;
  top: -6px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: -.01em;
  color: #fff;
  background-color: #ffb800;
} .header-nav .header__popup--call {
  display: none;
} .header-nav_top_left {
  display: flex;
}

.header__content_right {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 29px;
} .header.custom .btn.header__popup--call {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: background-color .3s ease;
  height: 24px;
  font-family: 'OpenSans';
  font-size: 11px;
  line-height: 15px;
  padding: 0 14px;
  padding-bottom: 1px;
  color: #efb400;
} .header.custom .btn.header__popup--call:before {
  border: 1px solid #eebd00;
  border-bottom: 1px solid #eebd00;
  border-top: 0;
} .header.custom .btn.header__popup--call:after, .header.custom .btn.header__popup--call:before {
  content: " ";
  position: absolute;
  left: 0;
  height: calc(50% - 3px);
  width: 100%;
  box-sizing: border-box;
  transition: height .3s, border-color .3s ease;
} .header.custom .btn.header__popup--call:before {
  bottom: 0;
  border: 2px solid #eebd00;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top: 0;
} .header.custom .btn.header__popup--call:after {
  border: 1px solid #eebd00;
  border-top: 1px solid #eebd00;
  border-bottom: 0;
} .header.custom .btn.header__popup--call:after {
  top: 0;
  border: 2px solid #eebd00;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 0;
} .header.custom .btn.header__popup--call:after,
  .header.custom .btn.header__popup--call:before {
  content: " ";
  position: absolute;
  left: 0;
  height: calc(50% - 3px);
  width: 100%;
  box-sizing: border-box;
  transition: height .3s, border-color .3s ease;
} .btn--transparent:hover:after, .btn--transparent:hover:before {
  height: 50%;
} .basket-list {
  display: none;
} .header.custom .header-nav_top_right .btn.header__popup--call {
  display: none;
}

.header .main-menu {
  background-color: #3f484f;
  padding-top: 20px;
  padding-bottom: 33px;
} .header-menu {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  /* padding-top: 23px; */
  background-color: #3f484f;
  opacity: 0;
  pointer-events: none;
} .header-menu.active {
  opacity: 1;
  pointer-events: auto;
} .main-menu__head {
  font-size: 24px;
  font-weight: 800;
  line-height: 43px;
  color: #EFB400;
  margin-bottom: 15px;
} .menu-tab {
  width: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
} .menu-tab > li {
  display: inline-flex;
} .menu-tab__title {
  height: 56px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  color: #F2F2F2;
  width: 294px;
  padding-left: 22px;
  padding-right: 15px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: -1px;
  transition: background-color 0.3s, color 0.3s ease;
} .menu-tab__title::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 4px;
  background-color: #D3D4D5;
  top: 3px;
  bottom: 3px;
  transition: opacity 0.3s ease;
} .menu-tab__title::after {
  content: " ";
  position: absolute;
  right: 0;
  width: 284px;
  height: 1px;
  background-color: #D3D4D5;
  bottom: 0;
} .menu-tab ul {
  position: absolute;
  left: 294px;
  padding: 24px;
  top: 0;
  width: 876px;
  background: rgba(211, 212, 213, 0.8);
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
} .menu-tab ul li a {
  font-size: 16px;
  line-height: 27px;
  color: #3F484F;
} .menu-tab > li:hover ul {
  opacity: 1;
  pointer-events: auto;
} .menu-tab > li:hover .menu-tab__title,
  .menu-tab > li.is-hover .menu-tab__title {
  color: #3F484F;
  background: rgba(211, 212, 213, 0.8);
  text-decoration: none;
} .menu-tab > li:first-child::after {
  content: " ";
  position: absolute;
  left: 10px;
  width: 284px;
  height: 1px;
  background-color: #D3D4D5;
  top: 0;
} #catalog_slide .header__menu-list {
  position: relative;
} .header__menu-list .container {
  position: relative;
} .tojsmapsbelist2 {
  position: absolute;
  width: 400px;
  height: 300px;
  right: 30px;
  top: 58px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
} .header-menu_mobile {
  display: none;
} .mobile-info {
  display: none;
} .header-menu_mobile_bottom .numbers {
  display: none;
}

@media (max-width: 1600px) {
  .header.custom {
    padding: 6px 0;
  } .header-menu {
    top: 134px;
  } .header-nav_top_left {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px;
  } .header-nav_top > a {
    display: block;
    max-width: 130px;
    width: 100%;
  } .header-nav_top > a img {
    width: inherit;
  } .header__line {
    margin-left: 15px;
  } .header__content_left,
    .header__content_right {
    display: none;
  } .header.custom .header-nav_top_right .btn.header__popup--call {
    display: flex;
  } .header-nav_top_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  } .header-nav_top_right .header__auth {
    margin-left: 0;
  } .header-nav__content {
    gap: 12px;
  }
} @media (max-width: 1200px) {
  .header-nav_top_left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  } .header-nav_top-menu {
    display: none;
  } .header-menu .main-menu {
    padding: 10px 20px;
  }
} @media (max-width: 991px) {
  .header-nav {
    display: block;
  } .btn-catalog .pc {
    display: none;
  } .btn-catalog .mobile {
    position: relative;
    height: 20px;
  } .btn-catalog .mobile span {
    display: block;
    width: 29px;
    height: 2px;
    background: #FFF;
  } .btn-catalog .mobile span::after {
    content: '';
    position: absolute;
    top: 8px;
    display: block;
    width: 29px;
    height: 2px;
    background: #FFF;
  } .btn-catalog .mobile span::before {
    content: '';
    position: absolute;
    top: 16px;
    display: block;
    width: 29px;
    height: 2px;
    background: #FFF;
  } .header-menu.active {
    display: none;
  } .header-menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 0;
    height: 100vh;
    background-color: #eebd00;
    overflow: hidden;
  } .header-menu_mobile.active {
    width: 300px;
    overflow: inherit;
  } .header-menu_mobile_top {
    overflow: auto;
    max-height: 100vh;
    height: 100%;
    padding: 25px 0;
  } .header-menu_mobile_top .menu-catalog__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    padding-bottom: 0;
  } .header-menu_mobile_top .menu-catalog__name.is-open .menu-catalog__close {
    transform: rotate(180deg);
  } .header-menu_mobile_top .menu-catalog__section.is-open .menu-catalog__section-open {
    transform: rotate(180deg);
  } .header-menu_mobile_top .menu-catalog__name span {
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
  } .header-menu_mobile_top .menu-catalog__name .fa {
    font-size: 24px;
    color: #fff !important;
  } .header-menu_mobile_top .fa {
    font-size: 18px;
    color: #fff !important;
  } /* .menu-catalog__list {
    background-color: #cba100;
    height: 0px;
    overflow: hidden;
  } .menu-catalog__list.is-open {
    height: auto;
    padding: 5px 30px;
  } */ .menu-catalog__list {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease;
    background-color: #cba100;
  } .menu-catalog__section ul {
  	overflow: hidden;
  	max-height: 0;
  	transition: max-height 0.3s ease;
  } .header-menu_mobile_top .menu-catalog__section .menu-catalog__section-title {
    text-decoration: none;
    padding: 5px 30px;
  } .header-menu_mobile_top .menu-catalog__section .menu-catalog__section-title span {
    font-size: 18px;
    color: #fff !important;
  } .header-menu_mobile_top .menu-catalog__section > ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 45px;
  } .header-menu_mobile_top .menu-catalog__section > ul li a {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
  } .header-menu_mobile_top .menu-catalog__section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  } .header-menu_mobile_bottom {
    padding: 20px;
  } .header__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

    opacity: 0;
    pointer-events: none;
  } .header-menu_mobile.active ~ .header__bg {
    opacity: 1;
    pointer-events: auto;
    z-index: 100;
  } .header__fixed-close {
    display: block;
    position: absolute;
    top: 22px;
    right: -33px;
    color: #fff;
    cursor: pointer;
    z-index: 60;
  } .header__fixed-close i {
    font-size: 24px;
  } .header-menu_mobile .header__menu ul > li:hover .dropdown {
    transition: opacity .3s ease;
    opacity: 1;
    pointer-events: auto;
  } .header-menu_mobile .header__menu-list > li > a {
    padding: 0;
    display: flex;
    height: 35px;
    align-items: center;
    padding-left: 15px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  } .header-menu_mobile .dropdown li a {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    padding: 0;
    height: 35px;
    padding-left: 30px;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
  } .header-menu_mobile .header__menu-list .js-drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
  } .header-menu_mobile .js-drop i {
    font-size: 24px;
  } .header-menu_mobile .js-drop-fa.is-open {
    transform: rotate(180deg);
  } .header-menu_mobile .header__menu-list .dropdown {
    max-height: 0;
    background: #cba100;
    overflow: hidden;
  } 

  .header-menu_mobile .header__menu-list > li:first-of-type {
    display: none;
  }

  .header-menu_mobile .btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 12px;

    transition: color .3s ease;

    font-family: 'OpenSans';
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 12px;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;

    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;

    display: inline-flex;
    margin-top: 10px;
  } .header-menu_mobile .btn:before {
    content: " ";
    position: absolute;
    left: 0;
    height: calc(50% - 3px);
    width: 100%;
    box-sizing: border-box;
    transition: height .3s, border-color .3s ease;

    border: 2px solid #fff;
    border-top: 0;
    display: block;

    bottom: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;

    color: #fff;
    font-size: 12px;
  } .header-menu_mobile .btn:after {
    content: " ";
    position: absolute;
    left: 0;
    height: calc(50% - 3px);
    width: 100%;
    box-sizing: border-box;
    transition: height .3s, border-color .3s ease;

    border: 2px solid #fff;
    border-bottom: 0;
    display: block;

    top: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  } .btn--transparent:hover:after, .btn--transparent:hover:before {
    height: 50%;
  }

  .mobile-info {
    display: flex;
    gap: 10px;
  } .mobile-info .numbers {
    display: flex;
    flex-direction: column;
    gap: 5px;
  } .mobile-info a {
    text-decoration: none;
  } .mobile-info .bold {
    font-weight: 700;
  } .header-nav_top_right {
    display: none;
  } .header-nav_top_left {
    align-items: flex-end;
  } .header-nav_top_left .header__auth {
    margin-top: 7px;
    text-align: center;
  }
} @media (max-width: 480px) {
  .header.custom .header-nav_top_right {
    display: none;
  } .header-nav_bottom .btn-control--main {
    margin-left: 15px;
  } .header-nav_bottom .search-link {
    display: none;
  } .mobile-info .numbers {
    display: none;
  } .header-menu_mobile_bottom .numbers {
    display: flex;
    gap: 15px;
  } .header-menu_mobile_bottom .numbers a {
    font-size: 14px;
    color: #FFF;
  }
}

@media (min-width: 992px) {
  .btn-catalog__wrap #catalog_slide.is-active .menu-tab > li.is-hover ul {
    pointer-events: auto;
  } .btn-catalog__wrap .menu-tab > li.is-hover ul {
    pointer-events: none;
  } .menu-tab > li.is-hover ul {
    opacity: 1;
    pointer-events: auto;
  } .menu-tab > li.is-hover ul {
    bottom: 0;
    pointer-events: none;
  }
} .menu-tab ul {
  position: absolute;
  top: 0;
  left: 294px;
  bottom: 0;
  opacity: 0;
  padding: 24px;
  width: 876px;
  background: rgba(211, 212, 213, 0.8);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

main.main {
  margin-top: 75px;
} .breadcrumb {
  margin-top: 50px;
  margin-bottom: 21px;
  padding: 10px 0;
  padding-top: 70px;
  background-color: #FFF;
} .breadcrumb span {
  font-size: 12px;
  color: rgba(62, 71, 79, .5);
  text-decoration: none;
} .breadcrumb a {
  position: relative;
  color: rgba(62, 71, 79, .5);
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: color .3s ease;
} .breadcrumb a:after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #eebd00;
  transform: rotate(34deg);
  display: inline-block;
  position: absolute;
  right: -2px;
} @media (max-width: 991px) {
  main.main {
    margin-top: 100px;
  } .breadcrumb {
    padding-top: 20px;
  }
}


/* .footer, .popup, .footer__info {
  display: none !important;
} */