/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }



/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
body, .theme-dark {
  --white_text_black: var(--light, #000) var(--dark, white);
  --white_text_black2: var(--light, #000) var(--dark, white);
  --light_basic_text_black: var(--light, #000) var(--dark, #000);
  --basic_text_black: var(--light, #000) var(--dark, #ccc);
}
.muted, .color_999 {
  color: #000;
}
.fancybox-title, body, body .ymaps-map .ymaps-b-balloon, body div.bx-yandex-map {
  font-size: 16px;
  line-height: 26px;
}
h1 {
  color: #293182;
  font-size: 40px;
  line-height: 1.55;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.half_block .block {
  width: 48%;
}
.half_block {
  justify-content: space-between;
}
.page_wrap_blue {
  background-color: #edf3ff;
  margin-top: 40px;
  padding: 60px 0;
}
.page_wrap.maxwidth-theme {
  background: none;
}
.blue_h {
  color: #293182;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
.block_flex_tab {
  flex-wrap: wrap;
  justify-content: center;
}
.block_flex_tab .item {
  background: #fff;
  border-radius: 15px;
  width: 30%;
  padding: 20px 30px;
  margin-right: 3%;
  margin-bottom: 35px;
}
.block_flex_tab .text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.page_wrap_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.flex2_wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2_wrap .item {
  width: 49%;
  margin-bottom: 27px;
  border: 1px solid #d9d9d9;
  padding: 20px 20px;
  border-radius: 15px;
}
.flex2_wrap .item .title_b {
  text-transform: uppercase;
  font-weight: bold;
  color: #293182;
  font-size: 16px;
  margin-bottom: 15px;
}
.page_wrap img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .half_block {
    flex-wrap: wrap;
  }
  .half_block .block {
    width: 100%;
  }
  .half_block .block_text {
    margin-bottom: 15px;
  }
  .half_block .block_img {
    text-align: center;
  }
  .block_flex_tab .item {
    width: 47%;
  }
  .blue_h, h1 {
    font-size: 31px;
    line-height: 36px;
  }
  .flex2_wrap .item {
    width: 100%;
  }
}
@media (max-width: 467px) {
  .block_flex_tab .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.blue_flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.blue_flex .item {
  border: 3px solid #edf3ff;
  border-radius: 15px;
  padding: 20px 20px;
  width: 32%;
  margin-bottom: 20px;
}
.blue_flex.blue_flex2 .item {
  width: 49%;
}
.blue_flex .title_b {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #293182;
}
.blue_flex .title_bs {
  color: #293182;
  margin-top: -5px;
  font-weight: bold;
}
.blue_flex .text {
  margin-bottom: 10px;
}
.accordion_custom_wrap * {
  color: #293182;
}
.accordion_custom_wrap {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #293182;
}
.accordion_custom_wrap .item {
  border-radius: 15px;
  background: #f4f4f4;
  margin-bottom: 15px;
}
.accordion_custom_wrap .head_ac {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
}
.accordion_custom_wrap .title_ac {
  font-size: 22px;
  font-weight: bold;
  color: #293182;
  padding-right: 10px;
}
.accordion_custom_wrap .body_ac {
  display: none;
  padding: 0 30px;
  padding-bottom: 30px;
}
.body_ac ul {
  margin: 0;
}
.custom_ul li {
  position: relative;
}
.custom_ul li:before {
  content: '' !important;
  width: 6px;
  height: 6px;
  background: #293182;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
}
.accordion_custom_wrap .svg_ac {
  padding: 8px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.accordion_custom_wrap .head_ac:hover .svg_ac {
  background: #edf3ff;
  transition: all ease-in-out 0.3s;
}
.accordion_custom_wrap .opened .svg_ac {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
.accordion_custom_wrap .svg_ac g {
  stroke: #293182 !important
}
.accordion_custom_wrap .head_ac:hover g {
  stroke: #70a3ff !important
}
.blue_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  gap: 20px;
}
.blue_grid .item {
  width: 100%;
  margin-bottom: 0;
}
.wrapper_page_text {
  margin-top: 40px;
}
.wrapper_page_text ul {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .blue_flex .item {
    width: 100% !important;
  }
  .blue_grid {
    grid-template-columns: 1fr;
  }
}
.top_blcok_wholesale {
  background: url(/img/wholesale/bg.webp) no-repeat top right #edf3ff;
  border-radius: 30px;
  padding: 30px 90px;
  padding-bottom: 176px;
  margin-top: 40px;
  color: #000;
  margin-bottom: 60px;
}
.top_blcok_wholesale .text {
  max-width: 400px;
}
.top_blcok_wholesale h1 {
  margin-bottom: 23px;
}
.top_blcok_wholesale .wrap_btn {
  margin-top: 60px;
}
.top_blcok_wholesale p {
  font-weight: 600;
  color: #000;
}
.icons_flex_custom {
  flex-wrap: wrap;
  justify-content: center;
}
.icons_flex_custom .item {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
.icons_flex_custom .name_i {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
.page_custom_block {
  color: #000;
  margin-bottom: 70px;
}
.page_custom_form .form-narrow {
  max-width: none;
  border-radius: 30px;
  background-color: #70a3ff;
  padding: 13px 72px;
}
.page_custom_form .form_body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_custom_form .form-control {
  width: 32%;
  background: none !important;
}
.page_custom_form .form-control:nth-child(4) {
  width: 66%;
}
.page_custom_form textarea {
  min-height: 86px !important;
}
.page_custom_form .top_block_title {
  color: #fff;
  font-weight: bold;
}
.page_custom_form .form-control label span {
  color: #fff;
}
.page_custom_form .form-control label .star {}
.page_custom_form .onoff input[type="checkbox"] + label {
  color: #fff !important;
}
.page_custom_form .onoff a {
  color: #fff;
  text-decoration: underline;
}
.page_custom_form .onoff a:hover {
  text-decoration: none;
}
.page_custom_form label.error {
  color: #fff !important;
}
.form_result.success {
  margin-top: 30px;
}
.form_result .success_text {
  color: #fff !important;
}
.page_custom_form .svg.colored:not(.svg-inline-icon) * {
  fill: #fff !important;
}
.page_custom_form .maxwidth-theme {
  padding: 0 !important;
}
.call_me_custom_line {
  justify-content: space-between;
}
.call_me_custom_line .item {
  width: 33%;
}
.call_me_custom_line .name {
  color: #7a7a7a;
  font-size: 20px;
  line-height: 31px;
}
.call_me_custom_line a {
  color: #70a3ff;
  line-height: 47px;
  font-size: 30px;
  font-weight: bold;
}
.flex_h {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_h .btn {
  font-size: 15px;
}
.catalog_wrapeer_sale_custom .item {
  height: 278px;
  position: relative;
  margin-bottom: 25px;
  background-size: cover !important;
  box-shadow: 0px 0px 12px 0px rgba(131, 131, 131, 0.3);
  border-radius: 10px;
  transition: left 0.7s;
  transition: transform 0.7s;
}
.catalog_wrapeer_sale_custom .arrow_wrap {
  color: #293182;
  line-height: 34px;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.catalog_wrapeer_sale_custom .arrow_wrap .arrow {
  margin-left: 10px;
  position: relative;
  top: -3px;
  transition: transform 0.7s;
}
.catalog_wrapeer_sale_custom .line_item {
  justify-content: space-between;
}
.catalog_wrapeer_sale_custom .line_item1 .item {
  width: 49%;
}
.catalog_wrapeer_sale_custom .line_item2 .item:first-child {
  width: 33%;
}
.catalog_wrapeer_sale_custom .line_item2 .item:last-child {
  width: 66%;
}
.catalog_wrapeer_sale_custom .line_item3 .item {
  width: 32%;
}
.catalog_wrapeer_sale_custom .bottom_arrow .arrow_wrap {
  left: 30px;
  bottom: 30px;
}
.catalog_wrapeer_sale_custom .top_arrow .arrow_wrap {
  right: 30px;
  top: 30px;
}
.catalog_wrapeer_sale_custom .item:hover {
  transition: transform 0.7s;
  transform: translateY(-10px);
}
.catalog_wrapeer_sale_custom .item:hover .arrow {
  transition: transform 0.7s;
  transform: translateX(10px);
}
@media (max-width: 1100px) {
  .call_me_custom_line a {
    line-height: 31px;
    font-size: 23px;
  }
}
@media (max-width: 820px) {
  .call_me_custom_line {
    flex-wrap: wrap;
  }
  .call_me_custom_line .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top_blcok_wholesale {
    padding: 20px !important;
    text-align: center;
  }
  .top_blcok_wholesale .text {
    max-width: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgb(244 244 244 / 74%);
    border-radius: 15px;
  }
  .icons_flex_custom .item {
    padding: 20px;
    width: 49%;
  }
  .page_custom_form .form-control {
    width: 100% !important;
  }
  .page_custom_form .form-narrow {
    padding: 20px;
  }
  .catalog_wrapeer_sale_custom .item {
    width: 100% !important;
    height: auto;
  }
  .catalog_wrapeer_sale_custom .line_item {
    flex-wrap: wrap;
  }
  .catalog_wrapeer_sale_custom .bottom_arrow .arrow_wrap {
    padding-right: 30px;
  }
  .catalog_wrapeer_sale_custom .arrow_wrap {
    line-height: 21px;
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .blue_h {
    font-size: 26px;
    line-height: 31px;
  }
  .flex_h {
    font-size: 14px;
    line-height: 21px;
  }
  .top_blcok_wholesale .wrap_btn {
    margin-top: 20px;
  }
}
.bottom-info-wrapper .tab-content {
  box-shadow: 0px 4px 6px 2px #00000012;
  border-radius: 10px;
  padding: 40px 30px;
  padding-bottom: 15px;
}
.bottom-info-wrapper .tabs {
  margin-bottom: 0;
}
.tabs .nav-tabs li {
  background: #EBEBEB;
  border: 0;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li.active:after {
  display: none;
}
.nav-tabs > li.active {
  background: var(--theme-base-color);
}
.nav-tabs > li.active a {
  background: none;
  color: #fff !important;
}
.tabs .nav-tabs li.bordered a:hover, .tabs .nav-tabs li.bordered a:active, .tabs .nav-tabs li.bordered a:focus, .tabs .nav-tabs li a:hover, .tabs .nav-tabs li a:active, .tabs .nav-tabs li a:focus {
  color: #fff;
  background: none !important;
}
.tabs .nav-tabs li:hover {
  background: var(--theme-base-color);
  color: #fff;
}
.header-wrapper .mega-menu .menu-item a[href="/sale/"] {
  background: #5ec006;
}
.header-wrapper .mega-menu .menu-item a[href="/sale/"]:hover {
  background: #6ad807;
}
.bx_size, .basket-item-property-scu-text .basket-item-property-value {
  max-width: 310px;
  min-height: 45px;
  position: relative;
}
.bx_size .list_values_wrapper, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 230px;
  background: #fff;
  z-index: 2;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}
.basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list {
  cursor: pointer;
}
.bx_size .list_values_wrapper li, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list li {
  display: none !important;
  text-align: left;
  border: 0 !important;
  margin: 0 !important;
  padding: 7px 12px !important;
}
.basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list li {
  width: 100%;
  cursor: pointer !important;
}
.bx_size .list_values_wrapper li span.cnt, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list li .basket-item-scu-item-inner {
  text-align: left;
  font-size: 14px;
}
.bx_size .list_values_wrapper li.active, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list li.selected {
  display: block !important;
  text-align: left;
  color: #000 !important;
  background: #fff !important;
}
.catalog_detail .offer-props-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.bx_item_section_name .sku_mdash, .bx_item_section_name .val {
  display: none !important;
}
.bx_size_scroller_container {
  max-height: none !important;
  overflow: visible;
}
.bx_size .list_values_wrapper.active li:hover, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list.active li:hover {
  background: var(--theme-base-color) !important;
}
.bx_size .list_values_wrapper.active li:hover span.cnt, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list.active li:hover span {
  color: #fff !important;
}
.sku_props .bx_item_section_name {
  color: #000;
  font-size: 16px !important;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}
.bx_size .list_values_wrapper.active, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list.active {
  overflow-y: scroll;
}
.bx_size .list_values_wrapper.active li, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list.active li {
  display: block !important;
}
.sku_props .wrapper_sku > div .show_more_link {
  margin-top: 12px;
}
.basket-items-list-container {
  overflow: visible;
}
.bx_size .list_values_wrapper:after, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 19px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjcxMjExIDEuMzMzNEw1LjAwMDU4IDYuMDQ0OTJMMC4yODkwNjIgMS4zMzM0TDEuMTY3MjUgMC40NTUyMTNMNS4wMDA1OCA0LjI4ODU1TDguODMzOTIgMC40NTUyMTJMOS43MTIxMSAxLjMzMzRaIiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=) no-repeat top center transparent;
  width: 10px;
  height: 7px;
  z-index: 21;
  display: block;
}
.bx_size .list_values_wrapper.active:after, .basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list.active:after {
  display: none;
}
.basket-item-property-scu-text .basket-item-property-value .basket-item-scu-list.active {
  z-index: 10;
}
.bx_size .list_values_wrapper.active {
  z-index: 3;
}
.wrapper_sku .item_wrapper + .item_wrapper {
  margin-top: 12px;
}
.tabs.bottom-line li a {
  padding: 10px 24px;
}
.tabs.bottom-line + .tab-content {
  margin-top: 0;
}
.ordered-block .tab-content {
  padding: 40px 30px;
}
.chars_custom_top_block {
  margin-top: 30px;
}
.chars_custom_top_block .title_chars {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.chars_custom_top_block .char_item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.chars_custom_top_block .char_item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #EBEBEB;
  z-index: 1;
}
.chars_custom_top_block .char_item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  position: relative;
  z-index: 2;
  background: #fff;
}
.chars_custom_top_block .name_char {
  padding-right: 5px;
}
.chars_custom_top_block .val_char {
  padding-left: 5px;
}
.all_top_chars_custom {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.wrap_allchars_top {
  text-align: right;
  margin-top: 12px;
}
.table-view__item .sku_props.list {
  width: 100%;
}
.table-view__sku-info-wrapper .wrapper_sku {
  display: block;
}
.chars_custom_top_block.chars_section {
  margin-top: 10px;
}
.chars_custom_top_block.chars_section .val_char {
  text-align: right;
}
.chars_custom_top_block.chars_section .char_item {
  align-items: flex-end;
}
.chars_custom_top_block.chars_section .name_char {
  max-width: 69%;
}
.chars_custom_top_block.chars_section span {
  font-size: 14px;
  line-height: 18px;
}
.catalog_item .item-title a, .view-item .item-title a span, .articles-list .item .item-title a, .jobs_wrapp .item .name a, .front_slider .item-title a span, .item-title a span, .item-title a {
  font-weight: 800;
}
.popup .form .form_result.success .success_text {
  color: #000 !important;
}