@charset "UTF-8";
.category-section__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.category-section__wrapper-left {
  max-width: 70%;
}
.category-section__wrapper-left .page-title {
  max-width: 829px;
  margin-bottom: 49px;
}
.category-section__wrapper-content {
  margin-top: 0;
  max-width: 763px;
  font-size: 2rem;
  line-height: 3.34rem;
}
.category-section__wrapper-content p {
  margin-bottom: 20px;
}
.category-section__wrapper-content ul {
  margin-bottom: 30px;
}
.category-section__wrapper-content ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}
.category-section__wrapper-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #FFCC00;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.category-section__wrapper-content ol {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 30px;
}
.category-section__wrapper-content ol li {
  position: relative;
  counter-increment: section;
  padding-left: 27px;
  margin-bottom: 19px;
}
.category-section__wrapper-content ol li::before {
  content: counter(section) ".";
  position: absolute;
  left: -1px;
  top: -1px;
  color: #FFCC00;
}
.category-section__wrapper-right {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 30%;
}
.category-section__wrapper-right .page-title {
  display: none;
}
.category-section__wrapper-right .button {
  margin-top: 97px;
  font-size: 2rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  font-weight: 600;
  line-height: 2.3rem;
  background: #282828;
  padding: 20px 28px;
  border-radius: 37px;
  transition: 0.2s;
}
.category-section__wrapper-right .button:hover {
  background: #676767;
}
.category-section__wrapper-right .links-category {
  display: flex;
  flex-direction: column;
}
.category-section__wrapper-right .table-link, .category-section__wrapper-right .pdf-link, .category-section__wrapper-right .google-link {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #808080;
  cursor: pointer;
  transition: 0.2s;
  font-feature-settings: "pnum" on, "lnum" on;
  display: flex;
  align-items: center;
}
.category-section__wrapper-right .table-link a, .category-section__wrapper-right .pdf-link a, .category-section__wrapper-right .google-link a {
  text-decoration-line: underline;
}
.category-section__wrapper-right .table-link:hover, .category-section__wrapper-right .pdf-link:hover, .category-section__wrapper-right .google-link:hover {
  color: #4B4B4B;
}
.category-section__wrapper-right .google-link {
  margin-top: 33px;
}
.category-section__wrapper-right .google-link a {
  margin-left: 21px;
}
.category-section__wrapper-right .google-link:hover svg path {
  fill: #4B4B4B;
  stroke: #4B4B4B;
}
.category-section__wrapper-right .table-link {
  margin-top: 42px;
}
.category-section__wrapper-right .table-link a {
  margin-left: 19px;
}
.category-section__wrapper-right .table-link:hover svg path {
  fill: #4B4B4B;
}
.category-section__wrapper-right .pdf-link {
  margin-top: 33px;
}
.category-section__wrapper-right .pdf-link a {
  margin-left: 22px;
}
.category-section__wrapper-right .pdf-link:hover svg path {
  stroke: #4B4B4B;
}
.category-section__wrapper .tablepress {
  max-width: 763px;
  border-top: 1px solid #BBBBBB !important;
  margin-top: 57px;
}
.category-section__wrapper .tablepress tbody td {
  vertical-align: middle !important;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.644rem;
  color: black;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 500;
  border: 1px solid #BBBBBB;
}
.category-section__wrapper .tablepress tbody td[colspan="2"] {
  min-width: 140px;
}
.category-section #table {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .category-section #table .dataTables_scrollHeadInner, .category-section #table table {
    width: 100% !important;
  }
}
.category-section__subcategories {
  margin-top: 86px;
  margin-bottom: 70px;
}
.category-section__subcategories-title {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.7rem;
}
.category-section__subcategories-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1280px;
  gap: 10px 20px;
  margin-top: 65px;
}
@media (max-width: 1635px) {
  .category-section__subcategories-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1350px) {
  .category-section__subcategories-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-section__subcategories-wrapper .category-subcategory {
  max-width: 240px;
  transition: 0.2s;
}
.category-section__subcategories-wrapper .category-subcategory:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.category-section__subcategories-wrapper .category-subcategory:hover .category-subcategory__title {
  color: #FFCC00;
}
.category-section__subcategories-wrapper .category-subcategory__title {
  margin: 14px 17px 44px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.2s;
}
.category-section .table .dataTables_info {
  display: none;
}
.category-section .table__header {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.7rem;
}
.category-section .table .paging_full_numbers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-top: 59px;
}
.category-section .table .paging_full_numbers .last, .category-section .table .paging_full_numbers .first {
  display: none !important;
}
.category-section .table .paging_full_numbers .previous, .category-section .table .paging_full_numbers .next {
  font-size: 0 !important;
  position: relative;
  background: url("img/pagination.svg") no-repeat !important;
  width: 15px;
  height: 15px;
  margin: 0 17.5px !important;
}
.category-section .table .paging_full_numbers .previous.disabled, .category-section .table .paging_full_numbers .next.disabled {
  display: none;
}
.category-section .table .paging_full_numbers .previous {
  transform: scale(-1, 1);
}
.category-section .table .paging_full_numbers .paginate_button {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #9E9E9E !important;
  border: none;
  background: none;
  margin: 0 24px;
  padding: 0;
  display: inline;
}
.category-section .table .paging_full_numbers .paginate_button:nth-last-child(1) {
  margin-right: 0;
}
.category-section .table .paging_full_numbers .paginate_button:nth-child(1) {
  margin-left: 0;
}
.category-section .table .paging_full_numbers .paginate_button:hover {
  border: none;
  background: none;
  color: #FFCC00 !important;
}
.category-section .table .paging_full_numbers .paginate_button:active {
  box-shadow: none;
}
.category-section .table .paging_full_numbers .paginate_button.current {
  color: black !important;
}
.category-section .table table.no-footer {
  border-bottom-color: #E5E5E5;
}
.category-section .table table select {
  width: 100%;
}
.category-section .table table thead {
  background: #F7F7F7;
}
.category-section .table table thead th {
  background: none !important;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  font-feature-settings: "tnum" on, "lnum" on;
  padding: 36px 22px 36px 42px;
  border-bottom: none;
}
.category-section .table table thead th .column-popup {
  display: none;
}
.category-section .table table thead th.column-1 .column-popup {
  display: none !important;
}
@media (max-width: 1200px) {
  .category-section .table table thead th.column-1 {
    width: 235px !important;
  }
}
@media (max-width: 1400px) {
  .category-section .table table thead th.no-sort {
    padding: 36px 12px 36px 20px;
  }
}
.category-section .table table thead th.no-sort::after {
  content: none;
}
.category-section .table table thead th:nth-last-child(1) {
  display: none !important;
}
.category-section .table table thead th:not(.no-sort) {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1650px) {
  .category-section .table table thead th:not(.no-sort) {
    padding: 36px 2px 36px 22px;
  }
}
@media (max-width: 1400px) {
  .category-section .table table thead th:not(.no-sort) {
    padding: 36px 20px 36px 8px;
  }
}
@media (max-width: 1200px) {
  .category-section .table table thead th:not(.no-sort) {
    padding: 36px 22px 36px 22px;
  }
}
@media (max-width: 1400px) {
  .category-section .table table thead th:not(.no-sort) {
    white-space: normal;
  }
}
.category-section .table table thead th:not(.no-sort) .column-popup {
  position: absolute;
  padding: 23px 25px 23px 31px;
  border-radius: 15px;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  background: white;
  left: 50%;
  transform: translateX(-50%);
  min-width: 271px;
  top: 70%;
  z-index: 2;
}
@media (max-width: 1300px) {
  .category-section .table table thead th:not(.no-sort) .column-popup {
    transform: none;
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .category-section .table table thead th:not(.no-sort) .column-popup {
    top: 110%;
    left: 0;
  }
}
.category-section .table table thead th:not(.no-sort) .column-popup .clear-filter {
  margin-top: 15px;
  color: #424242;
  font-size: 1.3rem;
  text-decoration: underline;
}
.category-section .table table thead th:not(.no-sort) .column-popup .clear-filter:hover {
  color: #FFCC00;
}
.category-section .table table thead th:not(.no-sort) .column-popup .mCSB_container {
  padding-top: 5px;
}
.category-section .table table thead th:not(.no-sort) .column-popup .search-block-input {
  display: flex;
}
.category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search {
  padding: 2px 12px;
  border: 1px solid #E5E5E5;
  font-family: "Raleway", sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
  -moz-appearance: textfield;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search::-webkit-outer-spin-button, .category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search:focus {
  border-color: #424242;
}
.category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search:focus::placeholder {
  color: #424242;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list {
  max-height: 350px;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list .search-line {
  position: relative;
  cursor: pointer;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list .search-line input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list .search-line input:checked + label::before {
  background: url("img/checkbox-2.svg") no-repeat;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list .search-line label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: black;
  position: relative;
  padding-left: 39px;
  margin-bottom: 15px;
  cursor: pointer;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list .search-line label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: url("img/checkbox.svg") no-repeat;
  width: 24px;
  height: 24px;
}
.category-section .table table thead th:not(.no-sort) .column-popup .column-popup-list .search-line label:hover {
  color: #FFCC00;
}
.category-section .table table thead th:not(.no-sort):hover {
  color: #FFCC00;
}
.category-section .table table thead th:not(.no-sort):hover label {
  color: black;
}
.category-section .table table thead th:not(.no-sort):hover .js-filter {
  transition: 0.2s;
  background-image: url("img/sort-filter-active.svg");
}
.category-section .table table thead th:not(.no-sort):hover .clear-filter {
  color: #282828;
}
.category-section .table table thead th:not(.no-sort) .js-filter {
  background: url("img/sort-icon.svg") no-repeat;
  width: 20px;
  height: 16px;
  z-index: 1;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
@media (max-width: 1400px) {
  .category-section .table table thead th:not(.no-sort) .js-filter {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.category-section .table table thead th:not(.no-sort).sorting_desc::after {
  background: url("img/sort.svg") no-repeat;
  transform: translateY(-50%) scale(1, -1);
  width: 15px;
  height: 8px;
}
.category-section .table table thead th:not(.no-sort).sorting_asc::after {
  background: url("img/sort.svg") no-repeat;
  width: 15px;
  height: 8px;
}
.category-section .table table thead th:not(.no-sort)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/sort-icon.svg") no-repeat;
  width: 20px;
  height: 16px;
}
.category-section .table table thead th:not(.no-sort)::after {
  content: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/sort.svg") no-repeat;
  width: 15px;
  height: 8px;
  margin: 0;
  padding: 0;
  left: 63%;
}
.category-section .table table tbody.row-hover tr:hover td {
  background: transparent;
}
.category-section .table table tbody tr td {
  border-color: #E5E5E5;
  font-size: 1.8rem;
  line-height: 2rem;
  font-feature-settings: "tnum" on, "lnum" on;
  font-weight: 500;
  padding-top: 24.5px;
  padding-bottom: 24.5px;
  vertical-align: middle;
}
.category-section .table table tbody tr td a:hover {
  color: #FFCC00;
}
.category-section .table table tbody tr td:nth-last-child(1):not(.dataTables_empty) {
  display: none;
}
.category-section .table table tbody tr td.dataTables_empty .empty-table-search {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.category-section .table table tbody tr td.dataTables_empty .empty-table-search img {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.category-section .table table tbody tr td.dataTables_empty a {
  color: #5B95ED;
  text-decoration: underline;
  transition: 0.2s;
}
.category-section .table table tbody tr td.dataTables_empty a:hover {
  color: #2978EE;
}
.category-section .table table tbody tr td:nth-child(1) {
  padding-left: 40px;
}
@media (max-width: 1400px) {
  .category-section .table table tbody tr td:nth-child(1) {
    padding-left: 20px;
  }
}
.category-section .table table tbody tr td:nth-child(n+2) {
  text-align: center;
}
.category-section .table__filter-line {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.category-section .table__filter-line > p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
  padding-left: 38px;
  position: relative;
}
.category-section .table__filter-line > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url("img/sort-icon.svg") no-repeat;
  width: 20px;
  height: 14px;
  background-size: contain;
}
.category-section .table__filter-line label {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
}
.category-section .table__filter-line .select2-container {
  margin-left: 15px;
}
.category-section .table__filter-line .select2-container--default .select2-selection--single {
  border: none;
  height: auto;
}
.category-section .table__filter-line .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #282828;
  padding: 0;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.category-section .table__filter-line .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #282828;
  border-width: 8px 7.5px 0 7.5px;
  top: 6px;
  left: 9px;
  margin: 0;
}
.category-section .table__filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 47px;
}
.category-section .table__filter-filter, .category-section .table__filter-filter-default {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2rem;
  font-feature-settings: "tnum" on, "lnum" on;
  background: #F1F0F0;
  border-radius: 26px;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.category-section .table__filter-filter.table__filter-filter-reset, .category-section .table__filter-filter-default.table__filter-filter-reset {
  display: none;
}
.category-section .table__filter-filter:hover, .category-section .table__filter-filter-default:hover {
  background: #DEDEDE;
}
.category-section .table__filter-filter.active, .category-section .table__filter-filter-default.active {
  color: white;
  background: #282828;
}

#table.without-group .table__filter-line {
  margin-bottom: 30px;
}
#table.without-group .table__filter-line p {
  visibility: hidden;
}
#table.without-group .table__filter-wrapper {
  display: none;
}
#table.without-group table thead th:nth-last-child(1) {
  display: table-cell !important;
}
#table.without-group table tbody tr td:nth-last-child(1):not(.dataTables_empty) {
  display: table-cell;
}
@media (max-width: 780px) {
  #table.without-group table tbody tr td:nth-last-child(1):not(.dataTables_empty) {
    display: none;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  display: none;
}

.pagination-class {
  top: 32px;
}
.pagination-class .select2-results__option--selected {
  display: none;
}
.pagination-class .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFCC00;
}
.pagination-class .select2-results__options {
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
}

.filter-class {
  max-height: 375px;
  min-width: 170px !important;
}
.filter-class .select2-results {
  padding: 23px 25px 29px 31px;
  border-radius: 15px;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  background: white;
}
.filter-class .select2-results__option {
  color: black;
  padding: 0;
  padding-left: 39px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 18px;
  font-feature-settings: "pnum" on, "lnum" on;
}
.filter-class .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: black;
}
.filter-class .select2-results__option.select2-results__option--selected {
  background: none;
}
.filter-class .select2-results__option.select2-results__option--selected::before {
  background: url("img/checkbox-2.svg") no-repeat;
}
.filter-class .select2-results__option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/checkbox.svg") no-repeat;
  width: 24px;
  height: 24px;
}
.filter-class .select2-results > .select2-results__options {
  max-height: 375px;
}

.modal-link {
  position: fixed;
  top: 50%;
  border-radius: 7px 0 0 7px;
  right: -280px;
  max-width: 280px;
  background: #F6F6F6;
  padding: 25px 24px;
  transition: 1s;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 85px;
  z-index: 2;
}
.modal-link__close_2 {
  border-radius: 7px 0 0 7px;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  left: -58px;
  position: absolute;
  width: 58px;
  height: 98px;
  background: #F6F6F6;
  text-align: center;
  padding: 15px 0 9px;
  cursor: pointer;
  top: 0;
}
.modal-link__close_2 svg path {
  transition: 0.4s;
}
.modal-link__close_2:hover .modal-link__arrow svg path {
  stroke: #676767;
}
.modal-link__close_2:hover .modal-link__home svg path {
  fill: #676767;
}
.modal-link__close_2 .modal-link__arrow {
  margin-bottom: 7px;
}
.modal-link__close_2 .modal-link__arrow svg {
  transform: scale(-1, 1);
}
.modal-link__close_2 .modal-link__arrow svg path {
  stroke: #FFCC00;
}
.modal-link__close {
  position: absolute;
  right: 17px;
  top: 12px;
  cursor: pointer;
}
.modal-link__close svg path {
  transition: 0.2s;
}
.modal-link__close:hover svg path {
  stroke: #FFCC00;
}
.modal-link.active {
  right: 0;
}
.modal-link.active .modal-link__close_2 {
  opacity: 0;
  visibility: hidden;
}
.modal-link__header {
  max-width: 214px;
  color: #282828;
  font-weight: 700;
  line-height: 2.6rem;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 2rem;
  margin-bottom: 13px;
}
.modal-link__image img {
  max-width: 165px;
  width: 100%;
}
.modal-link .button {
  margin-top: 13px;
  font-size: 2rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  background: #282828;
  padding: 19.5px 32.5px;
  border-radius: 37px;
  transition: 0.2s;
  display: inline-block;
}
.modal-link .button:hover {
  background: #676767;
}

.select2-dropdown {
  border: none;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #282828;
}

.mCSB_scrollTools {
  background-color: #F6F6F6;
  width: 9px;
  border-radius: 25px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 9px;
}

.tablepress caption, .tablepress .dataTables_info {
  display: none;
}

.category-contact-section {
  background: #424242;
  padding: 92px 0 117px;
  margin-top: 169px;
}
.category-contact-section.no-margin {
    margin-top: 0;
}
.category-contact-section__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-contact-section__wrapper-left {
  max-width: 65%;
}
.category-contact-section__wrapper-right {
  margin-right: 120px;
}
@media (max-width: 1600px) {
  .category-contact-section__wrapper-right {
    margin-right: 0;
  }
}
.category-contact-section__wrapper-header {
  font-size: 5.1rem;
  line-height: 6rem;
  color: white;
}
.category-contact-section__wrapper-subheader {
  margin-top: 30px;
}
.category-contact-section__wrapper-subheader p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
  max-width: 556px;
}
.category-contact-section__wrapper .contacts__wrapper-header {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
}
.category-contact-section__wrapper .contacts__wrapper .З-link {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  margin: 10px 0 30px;
  display: block;
  transition: 0.2s;
}
.category-contact-section__wrapper .contacts__wrapper .З-link:hover {
  color: #FFCC00;
}
.category-contact-section__wrapper .contacts__wrapper-link {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  margin-top: 12px;
  display: block;
  transition: 0.2s;
}
.category-contact-section__wrapper .contacts__wrapper-link:hover {
  color: #FFCC00;
}

.category-information {
  margin-top: 40px;
}
.category-information .tablepress {
  max-width: 890px;
  border-top: 1px solid #BBBBBB !important;
  margin-top: 57px;
}
.category-information .tablepress img {
  width: 100%;
}
.category-information .tablepress tbody td {
  vertical-align: middle !important;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.644rem;
  color: black;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 500;
  border: 1px solid #BBBBBB;
}
.category-information .tablepress tbody td[colspan="2"] {
  min-width: 140px;
}
.category-information__wrapper {
  max-width: 890px;
}
.category-information__wrapper h3 {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: 700;
  margin-bottom: 68px;
}
.category-information__wrapper p {
  font-size: 2rem;
  line-height: 3.3rem;
  margin-bottom: 45px;
}


.category-info-alert {
    background: #FFCC00;
    padding: 20px 0 20px 0;
    margin-top: 86px;
}
.category-info-alert p {
    font-size: 1.8rem;
   line-height: 3rem;
    margin-bottom: 5px;
    font-weight: 500;
}
.category-info-alert p:last-child {
   margin-bottom: 0;
}
.category-info-alert a {
   color: #808080;
   text-decoration: underline;
}


@media (max-width: 1500px) {
  .category-contact-section__wrapper {
    justify-content: space-between;
    width: 100%;
  }
  .category-contact-section__wrapper-left {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .category-information .indiv_tablepress {
    overflow-x: scroll;
    margin-right: -15px;
    margin-top: 55px;
    padding-left: 14px;
  }
  .category-information .tablepress {
    margin: 0 auto;
  }

  .category-section__subcategorie-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .category-section__wrapper {
    flex-direction: column-reverse;
  }
  .category-section__wrapper .indiv_tablepress {
    overflow-x: scroll;
    margin-right: -15px;
    margin-top: 55px;
    padding-left: 14px;
  }
  .category-section__wrapper .tablepress {
    margin: 0 auto;
  }
  .category-section__wrapper-right {
    max-width: 100%;
    min-width: auto;
  }
  .category-section__wrapper-right .button {
    margin-top: 27px;
  }
  .category-section__wrapper-right .table-link {
    margin-top: 17px;
  }
  .category-section__wrapper-right .page-title {
    display: block;
    margin-bottom: 20px;
  }
  .category-section__wrapper-right .links-category {
    align-self: center;
  }
  .category-section__wrapper-right .table-link, .category-section__wrapper-right .pdf-link, .category-section__wrapper-right .google-link {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .category-section__wrapper-right .table-link svg, .category-section__wrapper-right .pdf-link svg, .category-section__wrapper-right .google-link svg {
    max-width: 16px;
  }
  .category-section__wrapper-right .table-link a, .category-section__wrapper-right .pdf-link a, .category-section__wrapper-right .google-link a {
    margin-left: 14px;
  }
  .category-section__wrapper-right .google-link {
    margin-top: 14px;
  }
  .category-section__wrapper-right .pdf-link {
    margin-top: 14px;
  }
  .category-section__wrapper-right .pdf-link svg {
    max-width: 14px;
  }
  .category-section__wrapper-left {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
  }
  .category-section__wrapper-left .page-title {
    display: none;
  }
  .category-section__wrapper-content {
    font-size: 1.4rem;
    line-height: 2.3rem;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .category-contact-section {
    margin-top: 0;
    padding: 59px 0 88px;
  }
  .category-contact-section__wrapper {
    flex-direction: column;
    text-align: center;
  }
  .category-contact-section__wrapper-header {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .category-contact-section__wrapper-subheader p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .category-contact-section__wrapper-left {
    margin-right: 0;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .category-contact-section__wrapper .contacts__wrapper-header {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .category-contact-section__wrapper .contacts__wrapper-link {
    color: white;
  }
}
@media (max-width: 1160px) {
  .category-section .table table thead th {
    padding: 16px 39px 16px 16px;
  }
  .category-section__subcategories-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 5px;
  }
  .category-section__subcategories .category-subcategory {
    max-width: 100%;
    text-align: center;
  }
  .category-section__subcategories .category-subcategory__image img {
    margin: 0 auto;
  }
  .category-section__subcategories .category-subcategory__title {
    margin: 0;
  }

  .category-information {
    margin-top: 80px;
  }
  .category-information__wrapper {
    max-width: 100%;
  }
  .category-information__wrapper h3 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 8px;
  }
  .category-information__wrapper p, .category-information__wrapper li, .category-information__wrapper span {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 15px;
  }
  .category-information__wrapper img {
    margin: 30px 0;
  }
}
@media (max-width: 780px) {
  .category-section .table table thead th {
    display: inline-block;
    width: auto !important;
  }
  .category-section .table table thead th:not(.no-sort) .js-filter {
    display: inline-block;
    position: relative;
    transform: none;
    left: auto;
    right: auto;
    top: 2px;
    margin-left: 15px;
  }
  .category-section .table table thead th:not(.no-sort)::after {
    left: auto;
    right: 14px;
    width: 8px;
    height: 4px;
    background-size: contain;
  }
  .category-section .table__filter-dropdown {
    display: none;
  }
  .category-section .table__filter-filter {
    font-size: 1.5rem;
    padding: 10px 14px;
  }
  .category-section .table .indiv_tablepress {
    margin: 0 -15px;
    padding: 34px 15px;
    background: #F6F6F6;
  }
  .category-section .table .paging_full_numbers .paginate_button {
    margin: 0 10px;
  }
  .category-section .table .row-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .category-section .table .row-1 .column-1 {
    display: none;
  }
  .category-section .table .row-1 .sorting_disabled {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 6px 14px 6px 14px;
    background: #F1F0F0 !important;
    border: 1px solid #AEAEAE;
    box-sizing: border-box;
    border-radius: 26px;
    margin-bottom: 10px;
  }
  .category-section .table .tablepress {
    width: 100% !important;
    display: block;
  }
  .category-section .table .tablepress .js-filter {
    display: none;
  }
  .category-section .table .row-hover {
    width: 100%;
    display: block;
    margin-top: 23px;
  }
  .category-section .table .row-hover tr {
    display: block;
    width: 100%;
  }
  .category-section .table .row-hover tr td {
    display: none;
  }
  .category-section .table .row-hover tr td:first-child {
    font-size: 1.4rem;
    min-height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .category-section__subcategories-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .category-section .table table thead th:not(.no-sort) .column-popup {
    max-width: 340px;
    width: 90.625vw;
  }
  .category-section .table table thead th:not(.no-sort) .column-popup .search-line label {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .category-section .table table thead th:not(.no-sort) .column-popup .js-filter-search::placeholder {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .modal-link {
    right: -208px;
    max-width: 208px;
    padding: 25px 14px 12px 15px;
    margin-top: 50px;
  }
  .modal-link__close_2 {
    left: -39px;
    width: 39px;
    height: 68px;
    padding: 10px 0 5px;
  }
  .modal-link__close_2 .modal-link__home svg {
    width: 29px;
    height: 27px;
  }
  .modal-link__close_2 .modal-link__arrow {
    margin-bottom: 2px;
  }
  .modal-link__close_2 .modal-link__arrow svg {
    width: 14px;
    height: 19px;
  }
  .modal-link__close {
    right: 6px;
    top: 12px;
    cursor: pointer;
  }
  .modal-link__close svg {
    width: 14px;
    height: 22px;
  }
  .modal-link__header {
    max-width: 179px;
    line-height: 2.1rem;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .modal-link__image img {
    max-width: 99px;
  }
  .modal-link .button {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 16.5px 26px;
  }
  
  .category-info-alert {
    padding: 15px 0 15px 0;
    margin-top: 0;
}
.category-info-alert p {
       font-size: 1.4rem;
    line-height: 2.3rem;
}
}
@media (max-width: 550px) {
  .category-section__subcategories-title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .category-section__subcategories-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-section__wrapper-right .links-category {
    align-self: flex-start;
  }
}


/*# sourceMappingURL=category-page.css.map */