html {
  font-size: 13px;
}

@media (max-width: 1399px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 13px;
}

@media (max-width: 1399px) {
  body {
    font-size: 12px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  line-height: 1.14rem;
}

.headline {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.title {
  font-style: normal;
  font-size: 1.23rem;
  line-height: 1.23em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header {
  font-style: normal;
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.23rem;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header_medium {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
}

.menu_item {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.caption {
  font-style: normal;
  font-weight: normal;
  font-size: 0.92rem;
  line-height: 0.92rem;
  color: rgba(0, 0, 0, 0.539261);
}

.zip_checkbox {
  opacity: 0;
  margin-bottom: 0;
}

.zip_checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1rem;
  display: flex;
  align-items: center;
  left: -12px;
}

.zip_checkbox + label:before {
  content: "";
  margin-right: 10px;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: #F2F2F2;
  border: 1px solid transparent;
  display: flex;
  flex-shrink: 0;
  position: relative;
}

.zip_checkbox:hover + label:before {
  background: #990033;
}

.zip_checkbox:checked + label:before {
  background: #F2F2F2;
  border-color: #990033;
}

.zip_checkbox:disabled + label {
  color: #2a363a;
  cursor: auto;
}

.zip_checkbox:disabled + label:before {
  box-shadow: none;
  background: #2a363a;
}

.zip_checkbox:checked + label:after {
  content: url("/img/new/user-interface/icons/checkbox_check.svg");
  position: absolute;
  left: 2px;
  display: flex;
  align-self: center;
}

.show_sidebar_block {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.show_sidebar_block .sidebar_show_btn {
  display: table;
  margin: auto;
  line-height: 1;
  border: none;
  height: 27px;
}

.show_sidebar_block .sidebar_show_btn:after {
  content: url(/img/new/user-interface/icons/arrow_down_sidebar_show_btn.svg);
  margin-left: 5px;
  display: inline-block;
  transform: rotate(-180deg);
  transition: 0.5s;
  vertical-align: middle;
}

.show_sidebar_block .sidebar_show_btn.collapsed:after {
  transform: rotate(0deg);
  transition: 0.5s;
  vertical-align: text-top;
}

.sidebar {
  margin-top: 30px;
}

.sidebar .search .sidebar_search {
  position: relative;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
}

.sidebar .search .sidebar_search .submit_icon {
  position: absolute;
  top: 10px;
  right: 28px;
}

.sidebar .search .sidebar_search .submit_icon input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.sidebar .search .sidebar_search .submit_icon label {
  position: relative;
}

.sidebar .search .search_submit_btn {
  width: 15%;
  background-color: #ffffff;
  border: none;
  height: 40px;
  margin-bottom: 0;
}

.sidebar .search .search_submit_btn:active,
.sidebar .search .search_submit_btn:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.sidebar .search .search_input {
  width: 85%;
  background: #ffffff;
  border-radius: 2px;
  color: #990033;
  border-color: transparent;
  height: 40px;
}

.sidebar .search .search_input:active,
.sidebar .search .search_input:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.sidebar .sidebar_section .sidebar_section_heading {
  margin-bottom: 20px;
}

.sidebar .producers {
  width: 100%;
}

.sidebar .producers .sidebar_section_alphabetic_search .options {
  display: flex;
  margin-bottom: 10px;
}

.sidebar .producers .sidebar_section_alphabetic_search .options .one_option a {
  margin-bottom: 0;
  color: #333333;
  font-weight: 500;
}

.sidebar .producers .sidebar_section_alphabetic_search .options .one_option a.active,
.sidebar .producers .sidebar_section_alphabetic_search .options .one_option a:hover {
  color: #990033;
  text-decoration: none;
}

.sidebar .producers .sidebar_section_alphabetic_search .options .one_option.a_z {
  padding-right: 18px;
  margin-right: 14px;
  border-right: 3px solid #f2f2f2;
}

.sidebar .producers .sidebar_section_alphabetic_search .alphabet {
  margin-bottom: 10px;
  letter-spacing: 0.3em;
  display: flex;
  flex-wrap: wrap;
}

.sidebar .producers .sidebar_section_alphabetic_search .alphabet .one_letter {
  color: #333333;
}

.sidebar .producers .sidebar_section_alphabetic_search .alphabet .one_letter.active,
.sidebar .producers .sidebar_section_alphabetic_search .alphabet .one_letter:hover {
  color: #990033;
  text-decoration: none;
}

.sidebar .producers .sidebar_section_alphabetic_search .producers_list {
  border-bottom: 1px solid #c4c4c4;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.sidebar .producers .sidebar_section_alphabetic_search .producers_list .one_producer {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.sidebar .dropdown_trigger {
  position: relative;
  cursor: pointer;
  font-size: 0.92rem;
  display: flex;
  margin-bottom: 7px;
}

.sidebar .dropdown_trigger:before {
  height: 16px;
  width: 16px;
  background-color: #f2f2f2;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
}

.sidebar .dropdown_trigger:after {
  content: url("/img/new/user-interface/icons/sidebar_category_drop.svg");
  left: 3px;
  top: -2px;
  transform: rotate(0deg);
  transition: 0.5s;
  position: absolute;
}

.sidebar .dropdown_trigger.collapsed {
  color: #333333;
}

.sidebar .dropdown_trigger.collapsed:after {
  left: 2px;
  top: -1px;
  transform: rotate(-90deg);
  transition: 0.5s;
}

.sidebar .dropdown_trigger.collapsed.active {
  color: #333333;
}

.sidebar .dropdown_trigger.collapsed.active:after {
  left: 2px;
  top: -1px;
  transform: rotate(-90deg);
  transition: 0.5s;
}

.sidebar .dropdown_trigger.active {
  color: #990033;
}

.sidebar .dropdown_trigger.active:after {
  left: 3px;
  top: -2px;
  transform: rotate(0deg);
  transition: 0.5s;
}

.sidebar .type .origin {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

.sidebar .type .origin .origin_heading {
  font-weight: 500;
  width: 100%;
  display: flex;
  font-size: 1rem;
  color: #990033;
}

.sidebar .type .origin .origin_heading.collapsed {
  color: #333333;
}

.sidebar .type .origin .categories {
  padding-left: 29px;
}

.sidebar .type .origin .categories .category {
  color: #990033;
  font-size: 1rem;
  font-weight: 500;
}

.sidebar .type .origin .categories .category img {
  margin-right: 5px;
}

.sidebar .type .origin .categories .category:hover,
.sidebar .type .origin .categories .category.active {
  text-decoration: none;
  color: #990033;
}

.sidebar .type .origin .categories .category.collapsed {
  color: #333333;
}

.sidebar .type .origin .subcategories .subcategory {
  display: flex;
  width: 100%;
  color: #333333;
  margin-bottom: 8px;
  font-size: 0.92rem;
  font-weight: 400;
}

.sidebar .type .origin .subcategories .subcategory:hover,
.sidebar .type .origin .subcategories .subcategory.active {
  text-decoration: none;
  color: #990033;
}

.sidebar .chat_link {
  padding-left: 4px;
  padding-right: 4px;
}

.sidebar .submit_btn {
  margin-bottom: 30px;
}

.catalog_block .grid .one_item {
  padding-bottom: 20px;
  padding-top: 20px;
}

.catalog_block .grid .one_item:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.catalog_block .grid .one_item .item_img {
  position: relative;
  margin-bottom: 11px;
  height: 160px;
  display: flex;
  align-items: center;
}

.catalog_block .grid .one_item .item_img a {
  max-width: 185px;
  max-height: 160px;
  display: table;
  margin: auto;
}

.catalog_block .grid .one_item .item_img img {
  max-width: 185px;
  max-height: 160px;
  display: table;
  margin: auto;
}

.catalog_block .grid .one_item .item_img .discount_label {
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_block .grid .one_item .markers {
  margin-bottom: 5px;
  min-height: 38px;
}

.catalog_block .grid .one_item .item_text .item_title {
  text-transform: uppercase;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  text-overflow-ellipsis: #990033;
}

@media (max-width: 425px) {
  .catalog_block .grid .one_item .item_text .item_title {
    min-height: 66px;
    max-height: 66px;
  }
}

@media (max-width: 320px) {
  .catalog_block .grid .one_item .item_text .item_title {
    min-height: 55px;
    max-height: 55px;
  }
}

.catalog_block .grid .one_item .item_text .item_title a {
  margin-bottom: 10px;
  color: #333333;
  font-size: 0.92rem;
  font-weight: 500;
}

.catalog_block .grid .one_item .item_text .item_title a:hover {
  color: #333333;
  text-decoration: none;
}

.catalog_block .grid .one_item .item_text .item_code {
  min-height: 45px;
  max-height: 45px;
}

.catalog_block .grid .one_item .item_text .item_code p {
  line-height: 1.71rem;
  color: #333333;
  margin-bottom: 11px;
}

.catalog_block .grid .one_item .item_text .item_parameters {
  margin-bottom: 10px;
  min-height: 80px;
  max-height: 80px;
}

@media (max-width: 425px) {
  .catalog_block .grid .one_item .item_text .item_parameters {
    min-height: 66px;
    max-height: 66px;
  }
}

@media (max-width: 320px) {
  .catalog_block .grid .one_item .item_text .item_parameters {
    min-height: 50px;
    max-height: 50px;
  }
}

.catalog_block .grid .one_item .item_text .item_parameters p {
  margin-bottom: 0;
}

.catalog_block .grid .one_item .item_text .item_parameters .in_stock_icon {
  display: inline-block;
}

.catalog_block .grid .one_item .item_cart {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.catalog_block .grid .one_item .item_cart .more_block {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.catalog_block .grid .one_item .item_cart .cart_block {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.catalog_block .grid .one_item .item_cart .cart_block .price {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.catalog_block .grid .one_item .item_cart .cart_block .price .old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-size: 0.92rem;
}

.catalog_block .grid .one_item .item_cart .cart_block .price .new {
  color: #eb5757;
  font-size: 1.07rem;
}

.catalog_block .grid .one_item .item_cart .cart_block .price .text_price_tag {
  text-align: center;
  margin-right: 5px;
}

.catalog_block .grid .one_item .item_cart .cart_block .price p {
  margin-bottom: 0;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart .icon_btn {
  padding: 7px 13px;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart .icon_btn .inCartIcon {
  display: none;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart .icon_btn.inCart {
  background-color: #828282;
  transition: 0.4s;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart .icon_btn.inCart svg {
  fill: #990033;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart .icon_btn.inCart img.cartIcon {
  display: none;
  transition: 0.4s;
}

.catalog_block .grid .one_item .item_cart .cart_block .cart .icon_btn.inCart .inCartIcon {
  display: block;
  transition: 0.4s;
}

.catalog_block .list .one_item {
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.catalog_block .list .one_item .item_img {
  position: relative;
}

.catalog_block .list .one_item .item_img a {
  max-width: 100%;
  max-height: 104px;
  display: table;
  margin: auto;
}

.catalog_block .list .one_item .item_img img {
  max-width: 100%;
  max-height: 104px;
  display: table;
  margin: auto;
}

.catalog_block .list .one_item .item_img .discount_label {
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_block .list .one_item .markers {
  margin-bottom: 5px;
}

@media (min-width: 426px) {
  .catalog_block .list .one_item .item_text .narrow_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.catalog_block .list .one_item .item_text .item_title {
  text-transform: uppercase;
}

.catalog_block .list .one_item .item_text .item_title .sub_header_medium {
  font-size: 0.92em;
}

.catalog_block .list .one_item .item_text .item_title a {
  margin-bottom: 10px;
}

.catalog_block .list .one_item .item_text .item_title a:hover {
  color: #333333;
  text-decoration: none;
}

.catalog_block .list .one_item .item_text .item_code p {
  font-size: 0.92em;
  line-height: 1.71rem;
  color: #333333;
  margin-bottom: 11px;
}

.catalog_block .list .one_item .item_text .item_parameters {
  margin-bottom: 10px;
}

.catalog_block .list .one_item .item_text .item_parameters p {
  font-size: 0.92em;
  margin-bottom: 0;
}

.catalog_block .list .one_item .item_text .item_description {
  font-size: 12px;
}

.catalog_block .list .one_item .item_text .item_description .item_description_heading {
  font-size: 0.92rem;
  font-weight: 500;
}

.catalog_block .list .one_item .item_cart {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.catalog_block .list .one_item .item_cart.desktop-cart {
  display: flex !important;
}

@media (max-width: 425px) {
  .catalog_block .list .one_item .item_cart.desktop-cart {
    display: none !important;
  }
}

.catalog_block .list .one_item .item_cart .price {
  text-align: right;
}

.catalog_block .list .one_item .item_cart .price .old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-size: 1rem;
}

.catalog_block .list .one_item .item_cart .price .new {
  color: #eb5757;
  margin-bottom: 10px;
  font-size: 1.28rem;
  font-weight: 500;
}

.catalog_block .list .one_item .item_cart .price p {
  margin-bottom: 0;
}

.catalog_block .list .one_item .item_cart .cart .accent_btn {
  padding: 6px 0;
  display: block;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .catalog_block .list .one_item .item_cart .cart .accent_btn {
    font-size: 0.7rem;
  }
}

.catalog_block .list .one_item .item_cart .cart .accent_btn .inCartText {
  display: none;
}

.catalog_block .list .one_item .item_cart .cart .accent_btn.inCart {
  background-color: #828282;
  transition: 0.4s;
}

.catalog_block .list .one_item .item_cart .cart .accent_btn.inCart .toCartText {
  transition: 0.4s;
  display: none;
}

.catalog_block .list .one_item .item_cart .cart .accent_btn.inCart .inCartText {
  transition: 0.4s;
  display: block;
}

.catalog_block .list_s .one_item {
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.catalog_block .list_s .one_item .item_img {
  position: relative;
}

.catalog_block .list_s .one_item .item_img a {
  max-width: 100%;
  max-height: 104px;
  display: table;
  margin: auto;
}

.catalog_block .list_s .one_item .item_img img {
  max-width: 100%;
  max-height: 74px;
  display: table;
  margin: auto;
}

.catalog_block .list_s .one_item .item_img .discount_label {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  padding: 5px 3px;
}

.catalog_block .list_s .one_item .item_img .discount_label p {
  font-size: 10px;
}

.catalog_block .list_s .one_item .markers {
  margin-bottom: 5px;
}

@media (min-width: 426px) {
  .catalog_block .list_s .one_item .item_text .narrow_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.catalog_block .list_s .one_item .item_text .item_title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.catalog_block .list_s .one_item .item_text .item_title .sub_header_medium {
  font-size: 0.92em;
}

.catalog_block .list_s .one_item .item_text .item_title a {
  margin-bottom: 10px;
}

.catalog_block .list_s .one_item .item_text .item_title a:hover {
  color: #333333;
  text-decoration: none;
}

.catalog_block .list_s .one_item .item_text .item_title .tooltipNewItem {
  position: relative;
  display: inline-block;
}

.catalog_block .list_s .one_item .item_text .item_title .tooltipNewItem .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #990033;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}

.catalog_block .list_s .one_item .item_text .item_title .tooltipNewItem:hover {
  color: #990033;
}

.catalog_block .list_s .one_item .item_text .item_title .tooltipNewItem:hover .tooltiptext {
  visibility: visible;
}

.catalog_block .list_s .one_item .item_text .item_parameters_line {
  display: flex;
  flex-direction: row;
}

.catalog_block .list_s .one_item .item_text .item_parameters_line p {
  margin-right: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .catalog_block .list_s .one_item .item_text .item_parameters_line .narrow_btn {
    display: none;
  }
}

.catalog_block .list_s .one_item .item_text .item_code p {
  font-size: 0.92em;
  line-height: 1.71rem;
  color: #333333;
  margin-bottom: 11px;
}

.catalog_block .list_s .one_item .item_text .item_parameters {
  margin-bottom: 10px;
}

.catalog_block .list_s .one_item .item_text .item_parameters p {
  font-size: 0.92em;
  margin-bottom: 0;
}

.catalog_block .list_s .one_item .item_text .item_description {
  font-size: 12px;
}

.catalog_block .list_s .one_item .item_text .item_description .item_description_heading {
  font-size: 0.92rem;
  font-weight: 500;
}

.catalog_block .list_s .one_item .item_cart {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.catalog_block .list_s .one_item .item_cart.desktop-cart {
  display: flex !important;
}

@media (max-width: 425px) {
  .catalog_block .list_s .one_item .item_cart.desktop-cart {
    display: none !important;
  }
}

.catalog_block .list_s .one_item .item_cart .price {
  text-align: right;
}

.catalog_block .list_s .one_item .item_cart .price .old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-size: 1rem;
}

.catalog_block .list_s .one_item .item_cart .price .new {
  color: #eb5757;
  margin-bottom: 10px;
  font-size: 1.28rem;
  font-weight: 500;
}

.catalog_block .list_s .one_item .item_cart .price p {
  margin-bottom: 0;
}

.catalog_block .list_s .one_item .item_cart .cart .accent_btn {
  padding: 6px 0;
  display: block;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .catalog_block .list_s .one_item .item_cart .cart .accent_btn {
    font-size: 0.7rem;
  }
}

.catalog_block .list_s .one_item .item_cart .cart .accent_btn .inCartText {
  display: none;
}

.catalog_block .list_s .one_item .item_cart .cart .accent_btn.inCart {
  background-color: #828282;
  transition: 0.4s;
}

.catalog_block .list_s .one_item .item_cart .cart .accent_btn.inCart .toCartText {
  transition: 0.4s;
  display: none;
}

.catalog_block .list_s .one_item .item_cart .cart .accent_btn.inCart .inCartText {
  transition: 0.4s;
  display: block;
}

.hits_block {
  margin-bottom: 40px;
}

.hits_block .block_heading {
  display: inline-block;
}

.hits_block .slick-prev:before {
  color: #333333;
  content: url("/img/new/user-interface/icons/slider_left.svg");
}

.hits_block .slick-next:before {
  color: #333333;
  content: url("/img/new/user-interface/icons/slider_right.svg");
}

.pagination-block {
  display: table;
  margin: 20px auto 0 auto;
}

.pagination-block .pagination .page-item {
  color: #333333;
}

.pagination-block .pagination .page-item:active,
.pagination-block .pagination .page-item:focus {
  box-shadow: none;
}

.pagination-block .pagination .page-item.active .page-link {
  background-color: #990033;
  color: #fff;
  border-color: #990033;
}

.pagination-block .pagination .page-item .page-link {
  color: #333333;
}

.pagination-block .pagination .page-item .page-link:active,
.pagination-block .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.banner_section .banner img {
  max-height: 350px;
  max-width: 100%;
}

.chat_link {
  background-color: #990033;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.07rem;
  line-height: 1.14rem;
  color: #ffffff;
  padding: 5px 26px;
  display: flex;
  max-width: 350px;
  align-items: center;
}

.chat_link:hover {
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #b3003c;
}

.chat_link .icon {
  margin-right: 25px;
}

.chat_link p {
  margin-bottom: 0;
}

.chat_link p.bold {
  font-weight: 500;
}

.instruction_img {
  max-height: 300px;
}

.discount_label {
  background-color: #eb5757;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  padding: 5px 3px;
  border-radius: 50%;
}

.discount_label p {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.text_label {
  color: #ffffff;
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 2px 8px;
}

.text_label p {
  margin-bottom: 0;
  line-height: 1rem;
}

.sale_label {
  background-color: #eb5757;
}

.special_offer_label {
  background-color: #f2994a;
}

.hit_label {
  background-color: #f2c94c;
}

.new_item_label {
  background-color: #990033;
}

.new_item_narrow_label {
  color: #990033;
}

.new_item_narrow_label:hover {
  color: #990033;
}

.preloader {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 103%;
  height: 100%;
  z-index: 9999;
  left: -14px;
}

.preloader .lds-roller {
  display: inline-block;
  position: absolute;
  left: 45%;
  width: 80px;
  height: 80px;
}

.preloader .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.preloader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #990033;
  margin: -4px 0 0 -4px;
}

.preloader .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.preloader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.preloader .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.preloader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.preloader .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.preloader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.preloader .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.preloader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.preloader .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.preloader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.preloader .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.preloader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.preloader .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.preloader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.preloader .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.preloader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 425px) {
  .main_content {
    padding-top: 0;
  }
}

.switchers {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.switchers .switchers_block {
  display: flex;
}

.switchers .one_switch {
  background-color: #e0e0e0;
  margin-right: 10px;
}

.switchers .one_switch:hover {
  cursor: pointer;
}

.switchers .filtration_block_heading {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500;
}

.switchers .sorting_block {
  width: 25%;
  margin-right: 10px;
}

@media (max-width: 425px) {
  .switchers .sorting_block {
    width: 30%;
  }
}

.switchers .sorting_block select {
  height: 32px;
}

.switchers .pages_by_block {
  width: 25%;
}

@media (max-width: 425px) {
  .switchers .pages_by_block {
    width: 50%;
  }
}

.switchers .pages_by_block select {
  height: 33px;
}

.catalog_block {
  position: relative;
  margin-bottom: 30px;
}

.catalog_block .pagination-block {
  width: 50%;
}

.hits-section {
  border-top: 3px solid #E0E0E0;
  padding-top: 47px;
}

