.cat_top-cont {
  padding: 20px 120px 0 120px;
}
@media (max-width: 1399px) {
  .cat_top-cont {
    padding: 20px 80px 0 80px;
  }
}
@media (max-width: 1249px) {
  .cat_top-cont {
    padding: 20px 40px 0 40px;
  }
}
@media (max-width: 999px) {
  .cat_top-cont {
    padding: 20px 30px 0 30px;
  }
}
@media (max-width: 759px) {
  .cat_top-cont {
    padding: 16px 20px 0 20px;
  }
}
@media (max-width: 500px) {
  .cat_top-cont {
    padding: 16px 16px 0 16px;
  }
}
.cat_top_block {
  position: relative;
  width: 100%;
  border-radius: 0px 0px 64px 64px;
  padding: 60px 82px 50px 82px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cat_top_block_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border:1px solid #1C3F67;
  left: 0px;
  top: 0px;
  border-radius: 0px 0px 64px 64px;
}

@media (max-width: 1399px) {
  .cat_top_block {
    padding: 60px 60px 50px 60px;
  }
}
@media (max-width: 1249px) {
  .cat_top_block {
    padding: 60px 50px 50px 50px;
  }
}
@media (max-width: 999px) {
  .cat_top_block {
    padding: 57px 65px 46px 65px;
    border-radius: 0px 0px 40px 40px;
  }

  .cat_top_block_bg {
    border-radius: 0px 0px 40px 40px;    
  }
}
@media (max-width: 759px) {
  .cat_top_block {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .cat_top_block {
    padding: 25px;
  }
}



.cat_top-block {
  position: relative;
  z-index: 100;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
}

.cat_top-block * {
  text-align: center;
  width: 100%;
}

@media (max-width: 999px) {
  .cat_top-block {
    gap: 16px;
    width: 100%;
    align-items: center;
  }
}
.cat_top-img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 0px 64px 64px;
}
@media (max-width: 999px) {
  .cat_top-img {
    display: none;
  }
}
.cat_top-img-mob {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  border-radius: 0px 0px 40px 40px;
}
@media (max-width: 999px) {
  .cat_top-img-mob {
    display: flex;
  }
}

@media (min-width: 1000px) {
  .burger {
    display: flex !important;
  }
  .header-menu {
    width: 480px;
  }
  .header-menu-svg path {
    transition: 0.5s;
  }
  .header-menu-svg:hover path {
    fill: #F55917;
    transition: 0.5s;
  }
  .header-menu-block-link {
    transition: 0.5s;
  }
  .header-menu-block-link:hover {
    color: #A53A0D;
    transition: 0.5s;
  }
  .header-menu__block-svg path {
    transition: 0.5s;
  }
  .header-menu__block-svg:hover path {
    fill: #A53A0D;
    transition: 0.5s;
  }
  .header-menu-bottom-link {
    transition: 0.5s;
  }
  .header-menu-bottom-link:hover {
    color: #A53A0D;
    transition: 0.5s;
  }
  .header-menu-icon-a {
    transition: 0.5s;
  }
  .header-menu-icon-a path {
    transition: 0.5s;
  }
  .header-menu-icon-a rect {
    transition: 0.5s;
  }
  .header-menu-icon-a:hover .header-menu-icon-lang-svg path {
    fill: #F55917;
    transition: 0.5s;
  }
  .header-menu-icon-a:hover .header-menu-icon-lang-svg rect {
    stroke: #F55917;
    transition: 0.5s;
  }
}
.cat_sect {
  width: 100%;
  position: relative;
}
.cat_sect-cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 0 120px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1399px) {
  .cat_sect-cont {
    padding: 0 80px;
  }
}
@media (max-width: 1249px) {
  .cat_sect-cont {
    padding: 0 40px;
  }
}
@media (max-width: 999px) {
  .cat_sect-cont {
    padding: 0 30px;
  }
}
@media (max-width: 759px) {
  .cat_sect-cont {
    padding: 0 20px;
    gap: 24px;
  }
}
@media (max-width: 500px) {
  .cat_sect-cont {
    padding: 0 16px;
  }
}
.cat_sect-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1249px) {
  .cat_sect-left {
    width: 27%;
  }
}
@media (max-width: 999px) {
  .cat_sect-left {
    display: none;
  }
}
.cat_sect-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  transition: 0.5s;
}
.cat_sect-category-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.cat_sect-category-top:hover .cat_sect-category-title {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-category-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #212121;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .cat_sect-category-title {
    font-size: 14px;
  }
}
.cat_sect-category-svgb {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}
.cat_sect-category-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  transition: 0.5s;
}
.cat_sect-category_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.5s;
}
.cat_sect-category-bottom {
  width: 100%;
  display: none;
}
.cat_sect-category-bottom-line {
  width: 100%;
  border-top: 1px solid #F55917;
  margin-top: 12px;
}
.cat_sect-category_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.cat_sect-category_bottom-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.cat_sect-category_bottom-top:hover .cat_sect-category_bottom_top {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-category_bottom-top-svgb {
  display: flex;
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cat_sect-category_bottom-top-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  transition: 0.5s;
}
.cat_sect-category_bottom-top--svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.cat_sect-category_bottom_top {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #212121;
  transition: 0.5s;
}
.cat_sect-category_bottom_menu {
  display: none;
}
.cat_sect-category_bottom-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 16px;
}
.cat_sect-category_bottom-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #7D7D7D;
  transition: 0.5s;
  margin-top: 16px;
}
.cat_sect-category_bottom-menu a:hover {
  color: #F55917;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .cat_sect-category_bottom-menu a {
    font-size: 14px;
  }
}
.cat_sect-category999 {
  display: none;
  margin-top: 24px;
}
.cat_sect-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 999px) {
  .cat_sect-right {
    width: 100%;
  }
}
.cat_sect-right-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 999px) {
  .cat_sect-right-top {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.cat_sect-right_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cat_sect-right_top-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ACACAC;
}
@media (max-width: 999px) {
  .cat_sect-right_top-text {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .cat_sect-right--top {
    display: flex;
    flex-direction: column;
  }
}
.cat_sect-right__top {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 999px) {
  .cat_sect-right__top {
    justify-content: space-between;
  }
}
.cat_sect-right__top-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: none;
  cursor: pointer;
}
.cat_sect-right__top-svg:hover path {
  fill: #F55917;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .cat_sect-right__top-svg {
    display: flex;
  }
}
.cat_sect-right__top-svg path {
  transition: 0.5s;
}
.cat_sect-right__top-sorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cat_sect-right__top-sorting-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #212121;
}
@media (max-width: 759px) {
  .cat_sect-right__top-sorting-text {
    font-size: 14px;
  }
}
.cat_sect-right__top_sorting {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 12px;
}
.cat_sect-right__top_sorting-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .cat_sect-right__top_sorting-block {
    gap: 30px;
  }
}
.cat_sect-right__top_sorting-block:hover .cat_sect-right__top_sorting-title {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-right__top_sorting-block:hover .cat_sect-right__top_sorting-svg path {
  fill: #F55917;
  transition: 0.5s;
}
.cat_sect-right__top_sorting-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #5F5F5F;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .cat_sect-right__top_sorting-title {
    font-size: 12px;
  }
}
.cat_sect-right__top_sorting-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: 0.5s;
}
.cat_sect-right__top_sorting_block {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  top: 30px;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 0 0 12px 12px;
}
.cat_sect-right__top_sorting_block-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #5F5F5F;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .cat_sect-right__top_sorting_block-link {
    font-size: 10px;
  }
}
.cat_sect-right__top_sorting_block-link:hover {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-right__top_number {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 12px;
}
.cat_sect-right__top-number {
  display: flex;
  position: relative;
}
@media (max-width: 999px) {
  .cat_sect-right__top-number {
    display: none;
  }
}
.cat_sect-right__top-number-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.cat_sect-right__top-number-block:hover .cat_sect-right__top-number-title {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-right__top-number-block:hover .cat_sect-right__top-number-svg path {
  fill: #F55917;
  transition: 0.5s;
}
.cat_sect-right__top-number-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #5F5F5F;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .cat_sect-right__top-number-title {
    font-size: 12px;
  }
}
.cat_sect-right__top-number-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: 0.5s;
}
.cat_sect-right__top-number_block {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  top: 30px;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 0 0 12px 12px;
}
.cat_sect-right__top-number_block-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #5F5F5F;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .cat_sect-right__top-number_block-link {
    font-size: 12px;
  }
}
.cat_sect-right__top-number_block-link:hover {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-right-center {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 24px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media (max-width: 999px) {
  .cat_sect-right-center {
    margin-bottom: 24px;
    row-gap: 36px;
    column-gap: 16px;
  }
}

.cat_sect-right_center {
  width: calc(25% - 18px);
}

@media (max-width: 999px) {
  .cat_sect-right_center {
    width: calc(33.3% - 11px);
  }
}
@media (max-width: 759px) {
  .cat_sect-right_center {
    width: calc(50% - 8px);
  }
}

.cat_sect-right-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  list-style-type:none;
}

.cat_sect-right-bottom > li {
  height:24px;
}

.cat_sect-right-bottom-num > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ACACAC;
  transition: 0.5s;
}
.cat_sect-right-bottom-num:hover > a {
  color: #F55917;
  transition: 0.5s;
}
.cat_sect-right-bottom-num-active > span {
  color: #5F5F5F;
  pointer-events: none;
}

.cat_sect-right-bottom-block {
  display: flex;
  align-items: center;
}

.cat_sect-right-bottom-block > a {
 height:24px;
}

.cat_sect-right-bottom-arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.cat_sect-right-bottom-arrow:hover path {
  fill: #F55917;
  transition: 0.5s;
}
.cat_sect-right-bottom-arrow path {
  transition: 0.5s;
}
.cat_sect-right-bottom-arrow-nactive {
  opacity: 1;
  pointer-events: none;
}

.cat_sect-right__top-svg.active path {
  fill: #F55917;
}

.cat_sect-right__top-svg.active:hover path {
  fill: #5F5F5F;
}

.cat_sect-category-top.active .cat_sect-category-svg {
  opacity: 0;
  transition: 0.5s;
}

.cat_sect-category-top.active .cat_sect-category_svg {
  opacity: 1;
  transition: 0.5s;
}

.cat_sect-category_bottom-top.active .cat_sect-category_bottom-top-svg {
  opacity: 0;
  transition: 0.5s;
}

.cat_sect-category_bottom-top.active .cat_sect-category_bottom-top--svg {
  opacity: 1;
  transition: 0.5s;
}

.open-sorting {
  opacity: 1;
  transition: 0.5s;
  pointer-events: all;
}

.rotate-arrow {
  rotate: 180deg;
  transition: 0.5s;
}



.descr h1 * {
  font-weight: 700;
  font-family: "Manrope", sans-serif; 
}

.search_pag {
  margin-bottom:60px;
}

.option_radio {
  position: relative !important;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  outline: none !important;
  cursor: pointer;
  border-radius: 50%;
}

.option_radio:checked::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #F55917;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.option_radio_label_title {
  margin-bottom: 5px;
  display: block;
}

.option_block {
  margin-bottom: 15px;
}

.option_radio_label {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}

.option_block.has-error .option_radio_label_title {
  color: #f00;
}

.option_block.has-error .text-danger {
  color: #f00;
  font-weight: bold;
  font-size: 14px;
}

.option_block select {
  display: block;
  margin-top: 5px;
  border: none;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 12px;
}