body .folders_bl_wrap2 .main_folders2 > li > ul > li:nth-child(n+4) {
  display: inline-block;
}
body .folders_bl_wrap2 .main_folders2 > li > ul > li:nth-child(n+7) {
  display: none;
}
body .mobile_popup_sec {
  display: none;
}
body .shop2_product_wrapper .card_form_block {
  display: none !important;
}
body .tpl-field.type-checkbox input, body .tpl-field.type-multi_checkbox input, body .tpl-field.type-radio_group input {
  display: inline-block;
}
body .tpl-field.type-checkbox label {
  display: flex;
  align-items: center;
}
body .jq-checkbox {
  overflow: visible !important;
  margin-right: 8px;
}
body .jq-checkbox__div {
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #000;
  position: relative;
}
body .jq-checkbox.checked .jq-checkbox__div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  border: solid black;
  border-width: 0 0 2px 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1024px) {
  body .shop2_product_wrapper .shop2_prod_options .shop2_options_in {
    padding: 50px 0px 50px 0;
  }
  body .product_rev_wrapper .prod_rev_in {
    padding: 0 0px 0 0;
  }
}
@media (min-width: 1261px) {
  body .top_sl_wrap .search_bl_wrapper {
    max-width: unset;
  }
  body .top_sl_wrap .search_bl_wrapper .search_bl_in {
    right: 50px;
  }
}
@media (max-width: 375px) {
  body .site_logo span img {
    max-width: 100% !important;
  }
}
.site_header .site_header_in .header_in_right .top_folders, .site_header .site_header_in .header_in_right {
  flex: unset;
}
@media (max-width: 639px) {
  .site_header .site_header_in {
    display: flex;
    flex-direction: column;
  }
  .site_header .site_header_in .header_in_right {
    width: 100%;
  }
  .folders_bl_wrap2 .main_folders2 > li > ul > li > .link > .folder_pic img {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0px;
    margin-top: 0 !important;
    object-fit: contain !important;
  }
}
.header-popup {
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header-popup {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .header-popup {
    margin-bottom: 20px;
    width: 100%;
    margin: 0;
    order: 99;
  }
}
.header-popup a {
  display: inline-block;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background: #77b736;
  color: #fff;
  font: 20px / 24px "rbc", Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 13px 20px 13px 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 639px) {
  .header-popup a {
    text-align: center;
  }
}
.header-popup a:hover {
  background: #77b736;
}
.header-popup a:hover:after {
  transform: scale3d(9, 9, 1);
}
.header-popup a:after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -21px 0 0 1px;
  width: 42px;
  height: 42px;
  content: "";
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  -moz-transform: scale3d(1, 2, 1);
  -ms-transform: scale3d(1, 2, 1);
  -o-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.popover-body {
  border: none;
}
.popover-body .tpl-anketa__title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .site_header .site_header_in {
    flex-wrap: wrap;
    gap: 10px;
  }
}
body .popover-body .tpl-field.tpl-field-button button {
  border: none;
  border-radius: 0;
  font-size: 14px;
  background: #77b736;
  color: #fff;
  font: 20px / 24px "rbc", Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 13px 20px 13px 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
body .popover-body .tpl-field.tpl-field-button button:hover {
  background: #77b736;
}
body .popover-body .tpl-field.tpl-field-button button:hover:after {
  transform: scale3d(9, 9, 1);
}
body .popover-body .tpl-field.tpl-field-button button:after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -21px 0 0 1px;
  width: 42px;
  height: 42px;
  content: "";
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  -moz-transform: scale3d(1, 2, 1);
  -ms-transform: scale3d(1, 2, 1);
  -o-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.search-form-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000000000000000;
}
.search-form-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-form-popup__closer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}
.search-form-popup__inner {
  width: 370px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  position: relative;
}
.search-form-popup__inner .top_sl_wrap {
  padding: 0;
  background: none;
}
.search-form-popup__inner .top_sl_wrap .search_bl_wrapper {
  position: static;
}
.search-form-popup__inner .top_sl_wrap .search_bl_wrapper .search-form {
  padding: 0;
}
.search-form-popup__inner .top_sl_wrap .search_bl_wrapper .search-form .block-body {
  padding: 30px 20px !important;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .cat_folders_wr {
    display: block;
  }
  .cat_folders_wr .cat_folders_bl li {
    width: 100%;
    margin: 4px;
  }
}
