body.backdroped {
  overflow: hidden;
}

.backdrop {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1040 !important;
}

.backdrop_content {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1040;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.backdrop_content.left_side {
  left: -100%;
}
.backdrop_content.left_side > .backdrop_close {
  left: 7px;
}
.backdrop_content.right_side {
  right: -100%;
}
.backdrop_content.right_side > .backdrop_close {
  right: 7px;
}
.backdrop_content > .backdrop_close {
  position: absolute;
  top: 7px;
}

.backdrop_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 18px 12px;
  border-bottom: 1px solid var(--color-border);
  font-weight: bold;
  background: #4bbe3f;
  color: #fff;
}
.backdrop_title + .backdrop_content_inner {
  padding: 0px 18px 69px;
}

.backdrop_content_inner {
  padding: 27px 18px 69px;
}

.backdrop_close {
  font-size: 16px;
  color: var(--color-text);
  cursor: pointer;
  transition: color 0.2s ease-out;
}
.backdrop_close:hover {
  color: #4bbe3f;
}
.backdrop_close:active {
  color: #4bbe3f;
}

.backdrop_placeholder {
  display: none;
}

.backdrop_content {
  background-image: -webkit-radial-gradient(circle, #646b7b, #2B2E35);
  background-image: radial-gradient(circle, #646b7b, #2B2E35);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.backdrop_content .page-header {
  color: #fff;
}
.backdrop_content .spoiler_backdrop {
  padding-top: 18px;
  height: auto !important;
}
.backdrop_content .backdrop_filter #filters .filter_value {
  column-count: 2;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.backdrop_content .backdrop_search {
  padding-top: 9px;
}
.backdrop_content .hdr__search {
  display: block !important;
}
.backdrop_content .hdr__search .search_block {
  padding: 0;
}
.backdrop_content .hdr__search .sf_text {
  border: 1px solid #000;
}
.backdrop_content .hdr__search #sfTips {
  margin: 0;
  border-radius: 4px 4px 5px 5px;
}
.backdrop_content .menu_horz_form {
  display: block;
}
.backdrop_content .menu {
  --color-link:$clrT;
  display: block;
  margin-left: -18px;
  margin-right: -18px;
  background: #f5f5f5;
}
.backdrop_content .menu .menu_item {
  display: block;
}
.backdrop_content .menu .menu_item span.menu_link {
  color: #4bbe3f;
}
.backdrop_content .menu .menu_item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
}
.backdrop_content .menu .menu_item a:hover {
  text-decoration: none;
}
.backdrop_content .menu .menu_item a:active {
  text-decoration: none;
}
.backdrop_content .menu .menu_item ul .menu_item ul .menu_item a {
  padding-left: 27px;
}
.backdrop_content .menu .menu_item.active > a {
  color: #4bbe3f;
}
.backdrop_content .menu .menu_item.current > a {
  color: #4bbe3f;
}
.backdrop_content .menu .menu_item.parent > a .menu_link_icon {
  margin-left: auto;
}
.backdrop_content .menu .menu_item.parent > a .menu_link_icon:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  transition: transform 0.2s ease-out;
}
.backdrop_content .menu .menu_item.parent.active > a .menu_link_icon {
  transform: rotate(90deg);
}
.backdrop_content .backdrop_catalog_menu .menu .img_wrap {
  flex: 1 1 100%;
  max-width: 30px;
  line-height: 100%;
  background: #3a9731;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.2s ease-out;
  margin-right: 8px;
}
.backdrop_content .backdrop_catalog_menu .menu .menu_item a {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 15px;
}
.backdrop_content .backdrop_catalog_menu .menu .menu_item.parent > a {
  justify-content: space-between;
}
.backdrop_content .backdrop_catalog_menu .menu .menu_item.parent > a > .menu_link_icon {
  display: inline-block;
  vertical-align: middle;
}
.backdrop_content .backdrop_catalog_menu .menu .menu_item .sub_menu {
  padding-left: 0;
}
.backdrop_content .backdrop_catalog_menu .menu .menu_item ul .menu_item a {
  border-top: none;
}
.backdrop_content .backdrop_catalog_menu .menu > .menu_item > .sub_menu > .menu_item > .sub_menu > .menu_item > a {
  padding-left: 30px;
}
.backdrop_content .backdrop_catalog_menu .menu > .menu_item > .sub_menu > .menu_item > .sub_menu > .menu_item > .sub_menu > .menu_item > a {
  padding-left: 45px;
}
.backdrop_content .backdrop_catalog_menu .mdl_callmeback_link {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.backdrop_content .backdrop_catalog_menu .mdl_callmeback_link a {
  margin-bottom: 0;
}
.backdrop_content .pp_row + .pp_row {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #f1f1f1;
}
.backdrop_content .truncate_text {
  height: auto !important;
}
.backdrop_content .truncate_text:after {
  display: none;
}
.backdrop_content .truncate_text + .readmore {
  display: none;
}

body {
  padding-top: 0;
}

.greentitle {
  background: #4bbe3f;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 17px 20px;
  margin-bottom: 10px;
  text-align: center;
}
.greentitle .switcher_icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 19px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .greentitle .switcher_icon {
    top: 17px;
  }
}

.prdt__xs-switcher {
  margin-top: 5px;
  margin-bottom: 9px;
}

.prdt__xs-switcher-btn {
  color: #4bbe3f;
  text-decoration: underline;
}
.prdt__xs-switcher-btn:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .spoiler_backdrop {
    overflow: hidden;
  }
  .spoiler_backdrop.spoiler_desc {
    height: 63px;
  }
  .spoiler_backdrop.spoiler_prop {
    height: 210px;
  }
}

.clearoof:before {
  display: none !important;
}
.clearoof:after {
  display: none !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.links-block {
  margin-bottom: 27px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 0 9px;
}
.links-block__row {
  padding: 9px;
}
.links-block__row + .links-block__row {
  border-top: 1px solid #eee;
}
.links-block__link {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #3d3d3d;
}
.links-block__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  background: #ccc;
  color: #fff;
}
.links-block__link_reviews .links-block__icon {
  background: #d10814;
}
.links-block__link_services .links-block__icon {
  background: #4bbe3f;
}
.links-block__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.links-block__subtitle {
  display: block;
  color: #5e5e5e;
}

#sect_wrap {
  padding-top: 15px;
}

@media (min-width: 1024px) {
  #wrap {
    padding-top: 143px;
  }
}
@media (max-width: 1023.98px) {
  h1.page-header {
    font-size: 20px;
  }
  .page-header {
    font-size: 20px;
  }
  .greentitle {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  #wrap {
    padding-top: 50px;
  }
  #cities_choose .modal-dialog {
    width: auto;
  }
  .active-city-list {
    padding: 0;
  }
  .mdl_products .items_block {
    padding: 9px;
  }
  .mdl_products .items_block .items_link {
    margin-right: 0;
    margin-bottom: 9px;
  }
  .mdl_products .items_block .items_ean {
    margin-top: 7px;
  }
  .mdl_products .items_block .itms_order {
    width: 100%;
  }
  .mdl_products .items_block .items_price {
    margin: 0;
  }
}
.menu_accord_vert li.active > ul {
  display: block;
}
.menu_accord_vert li + li {
  margin-top: 0px;
}
.menu_accord_vert li ul {
  display: none;
  margin-top: 0px;
  padding-left: 0px;
}

.menu_vert_expand {
  position: relative;
}
.menu_vert_expand li {
  display: block;
}
.menu_vert_expand {
  /* lvl 1 */
}
.menu_vert_expand > li {
  /* lvl 2 */
}
@media (min-width: 768px) {
  .menu_vert_expand {
    /* lvl 1 */
  }
  .menu_vert_expand > li:hover > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
  }
  .menu_vert_expand > li {
    /* lvl 2 */
  }
  .menu_vert_expand > li > ul {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .menu_vert_expand {
    /* lvl 1 */
  }
  .menu_vert_expand > li {
    /* lvl 2 */
  }
  .menu_vert_expand > li ul {
    display: none;
  }
}
.aside_menu .menu {
  --color-link:$clrT;
  display: block;
  background: #f5f5f5;
}
.aside_menu .menu .img_wrap {
  flex: 1 1 100%;
  max-width: 30px;
  line-height: 100%;
  background: #3a9731;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.2s ease-out;
  margin-right: 8px;
}
.aside_menu .menu .menu_item {
  display: block;
  position: relative;
}
.aside_menu .menu .menu_item span.menu_link {
  color: #4bbe3f;
}
.aside_menu .menu .menu_item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  min-height: 50px;
  text-decoration: none;
  padding: 5px 9px 5px 9px;
  border-bottom: 1px solid #dddddd;
  color: #221f1f;
}
.aside_menu .menu .menu_item a:hover {
  text-decoration: none;
}
.aside_menu .menu .menu_item a:active {
  text-decoration: none;
}
.aside_menu .menu .menu_item a .item_title {
  display: block;
}
.aside_menu .menu .menu_item a sup {
  display: block;
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: lowercase;
  position: static;
  line-height: 1;
}
.aside_menu .menu .menu_item ul .menu_item a {
  padding-left: 18px;
}
.aside_menu .menu .menu_item ul .menu_item ul .menu_item a {
  padding-left: 36px;
}
.aside_menu .menu .menu_item.active > a {
  color: #4bbe3f;
}
.aside_menu .menu .menu_item.current > a {
  color: #4bbe3f;
}
.aside_menu .menu .menu_item.parent > a .menu_link_icon {
  margin-left: auto;
}
.aside_menu .menu .menu_item.parent > a .menu_link_icon:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  transition: transform 0.2s ease-out;
}
.aside_menu .menu .menu_item.parent > a > .menu_link_icon {
  display: inline-block;
  vertical-align: middle;
}
.aside_menu .menu .menu_item.parent.opened > a .menu_link_icon {
  transform: rotate(90deg);
}

.hdr {
  padding-top: 0 !important;
}
@media (min-width: 1024px) {
  .hdr {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .hdr {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
  }
}
.hdr__top {
  background: #000;
  color: #fff;
  z-index: 9999;
}
@media (max-width: 1023.98px) {
  .hdr__top {
    display: none;
  }
}
.hdr__top-row {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdr__cities a {
  color: #fff;
}
.hdr__top-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.hdr__top-menu ul li a.link-red {
  padding: 1px 10px;
  background: #cc0000;
  border-bottom: 2px solid #7d0202;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  text-transform: uppercase;
}
.hdr__top-menu ul ul {
  margin-left: -15px;
  padding: 15px;
  border-radius: 10px;
  background: #000000;
  min-width: 180px;
  z-index: 10;
}
.hdr__top-menu ul ul li + li {
  margin-top: 10px;
}
.hdr__top-menu > ul > li {
  vertical-align: middle;
  margin-left: 20px;
}
.hdr__mid {
  position: relative;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #646b7b, #2B2E35);
  background-image: radial-gradient(circle, #646b7b, #2B2E35);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 4px solid #4bbe3f;
}
.hdr__mid-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .hdr__mid-row {
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hdr__mid-row {
    padding-top: 10px;
    padding-bottom: 10px;
    row-gap: 5px;
  }
}
@media (max-width: 1023.98px) {
  .hdr__mid-row {
    flex-wrap: nowrap;
  }
}
.hdr__mobile {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .hdr__logo {
    max-width: 205px;
  }
}
.hdr__logo-link {
  display: block;
}
@media (max-width: 767.98px) {
  .hdr__search {
    display: none;
  }
}
.hdr__right-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hdr__right-group {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .hdr__right-group {
    flex-wrap: wrap;
  }
}
.hdr__icon-block {
  display: block;
  text-align: center;
}
.hdr__icon-block img {
  height: 20px;
}
.hdr__icon-link {
  position: relative;
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
}
.hdr__icon-count {
  color: #fff;
  background: #4bbe3f;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -10px;
}
.hdr__icon-title {
  display: block;
  font-size: 10px;
  line-height: 17px;
}
.hdr__network {
  position: relative;
  overflow: hidden;
}
.hdr__network:hover {
  overflow: visible;
}
.hdr__network:hover .hdr__network-wrapper {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
.hdr__network-icon img {
  width: 40px;
}
.hdr__network-wrapper {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  align-items: center;
  justify-content: space-around;
  gap: 9px;
  padding: 5px;
  background-color: #30333b;
  width: 180px;
  border-radius: 4px;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
  z-index: 2;
  pointer-events: none;
  transition: all 200ms linear;
}
.hdr__network-link {
  display: block;
  flex-shrink: 0;
}
.hdr__phone-shedule {
  margin-top: 0;
  position: static;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hdr__phone-shedule {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.hdr__phone-shedule-list {
  text-align: right;
}
.hdr__phone-shedule-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.hdr__phone-shedule-time {
  font-size: 11px;
}
.hdr__menu-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdr__menu-bar-left {
  min-width: 263px;
  display: flex;
  justify-content: center;
}
.hdr__menu-bar-right ul {
  display: none;
}
.hdr__menu-btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px 20px;
  line-height: 1.7;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  border-radius: 7px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  text-decoration: none;
  background: #4bbe3f;
  text-transform: uppercase;
  border-bottom: 2px solid #3a9731;
  font-weight: 500;
  font-size: 12.8px;
}
.hdr__catalog_horz .menu > li > a {
  padding-top: 0 !important;
  text-align: center;
}
.hdr__catalog_vert {
  position: relative;
}
@media (min-width: 1024px) {
  .hdr__catalog_vert:hover .hdr__menu-abs {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .hdr__catalog_vert {
    display: none;
  }
}
.hdr__catalog_vert .hdr__menu-abs {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 7px;
  z-index: 1;
  min-width: 100%;
  background: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.hdr__catalog_vert .hdr__menu-abs:hover {
  border-radius: 0 0 0 7px;
}
@media (min-width: 1024px) {
  .hdr__catalog_vert .hdr__menu-abs.hovered {
    display: block;
    animation: fadeIn 0.2s ease-out;
  }
}
.hdr__catalog_vert .menu {
  --color-link: var(--color-text);
}
.hdr__catalog_vert .menu .img_wrap {
  flex: 1 1 100%;
  max-width: 30px;
  line-height: 100%;
  background: #3a9731;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.2s ease-out;
  margin-right: 8px;
}
.hdr__catalog_vert .menu li a {
  color: #3d3d3d;
}
.hdr__catalog_vert .menu li a:hover {
  color: #3a9731;
}
.hdr__catalog_vert .menu > li > a {
  position: relative;
  display: block;
  padding: 9px;
  white-space: nowrap;
}
.hdr__catalog_vert .menu > li > a span {
  display: block;
}
.hdr__catalog_vert .menu > li > a sup {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  text-transform: lowercase;
  position: static;
}
.hdr__catalog_vert .menu > li > a > .menu__link-icon {
  margin-top: 1px;
}
.hdr__catalog_vert .menu > li > a:hover {
  text-decoration: underline;
}
.hdr__catalog_vert .menu > li.last {
  padding-bottom: 9px;
}
.hdr__catalog_vert .menu > li.parent > a > .menu__link-icon {
  display: inline-block;
  width: 4px;
  height: 8px;
  background: transparent url("../img/i-angle-right.svg") no-repeat 50% 50%/cover;
}
.hdr__catalog_vert .menu > li > .sub_menu {
  border-radius: 0 0 7px 0;
  border-left: 1px solid #d8d8d8;
  padding: 8px 16px 0 16px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  column-rule: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .hdr__catalog_vert .menu > li > .sub_menu {
    min-width: 565px;
  }
}
@media (min-width: 1024px) {
  .hdr__catalog_vert .menu > li > .sub_menu {
    min-width: 821px;
  }
}
@media (min-width: 1280px) {
  .hdr__catalog_vert .menu > li > .sub_menu {
    min-width: 1249px;
  }
}
.hdr__catalog_vert .menu > li > .sub_menu > li {
  break-inside: avoid-column;
  padding-bottom: 10px;
}
.hdr__catalog_vert .menu > li > .sub_menu > li > a {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.hdr__xs-switcher-btn {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.hdr-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ftr_cataloge_container .cart_info img {
  filter: none;
}
