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");
}

.banner-section .banner {
  background-size: cover;
  padding: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  max-height: 350px;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1240px) {
  .banner-section .banner {
    min-height: 0px;
  }
}

.banner-section .banner_title {
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 2rem;
  color: #ffffff;
}

.producers_list {
  overflow: hidden;
}

.producers_list .one_letter {
  display: flex;
  border-bottom: 1px solid #bdbdbd;
  padding-top: 20px;
}

.producers_list .one_letter p {
  margin-bottom: 0;
  margin-top: 3px;
}

.producers_list .one_letter .letter_indicator {
  display: inline-block;
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 1.64rem;
  margin-right: 50px;
  width: 15px;
}

@media (max-width: 768px) {
  .producers_list .one_letter .letter_indicator {
    margin-right: 0;
  }
}

.producers_list .one_letter .producers {
  padding-left: 0;
  list-style: none;
  -moz-column-count: 6;
       column-count: 6;
}

@media (max-width: 1240px) {
  .producers_list .one_letter .producers {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (max-width: 768px) {
  .producers_list .one_letter .producers {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (max-width: 425px) {
  .producers_list .one_letter .producers {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.producers_list .one_letter .producers .producer {
  margin-bottom: 5px;
}

.producers_list .one_letter .producers .producer a {
  color: #333333;
}

.producers_list .one_letter .producers .producer a:hover {
  text-decoration: none;
  color: #990033;
  transition: 0.2s;
}

.one_producer .one_producer_heading {
  color: #990033;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}

.one_producer ul {
  padding-left: 0;
  list-style: none;
}

.one_producer .pdf_link {
  color: #333333;
}

.one_producer .pdf_link:hover {
  text-decoration: none;
}

.one_producer .pdf_link .icon {
  margin-right: 7px;
}

.one_pdf .one_producer_heading {
  padding-bottom: 5px;
  border-bottom: 1px solid #990033;
  display: inline-block;
  margin-bottom: 13px;
}

.one_pdf .link_block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.one_pdf .link_block .icon {
  margin-right: 8px;
}

.one_pdf .link_block a {
  color: #333333;
}

.one_pdf .link_block a:hover {
  text-decoration: none;
  color: #990033;
  transition: 0.2s;
}

