@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBlack.woff") format("woff"), url("../fonts/OnestBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBold.woff") format("woff"), url("../fonts/OnestBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestRegular.woff") format("woff"), url("../fonts/OnestRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestMedium.woff") format("woff"), url("../fonts/OnestMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}
t
aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Onest";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}
 /*thead, tbody, th, td, tr {*/
 /*               display: block;*/
 /*           }*/

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  background: #0066D1;
}

body._no-pt .page {
  padding-top: 0;
}

body._no-pt .header:not(._scroll) {
  background: transparent;
  border-bottom: 0;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map_link{
    z-index:4 !important;
    color:#1F2933;
    text-decoration:underline;
}
.map iframe{
    width:100%;
    height:100%;
}
._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.request-send__body{
    margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 20px;
}
.request-send__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.request-send__button {
  min-height: 37px;
  padding: 10px 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-transform: uppercase;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*.pagging__arrow._disabled {*/
/*  color: #6D6E76;*/
/*  font-size: 24px;*/
/*  letter-spacing: normal;*/
/*  pointer-events: none;*/
/*}*/

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
}

.input {
  background: #ECECEC;
  border-radius: 8px;
  width: 100%;
  display: block;
  padding: 0px 20px;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  min-height: 52px;
  border: 1px solid #ECECEC;
}

.input._focus {
  color: #1F2933;
}

.input:focus {
  border-color: #0066D1;
}
.form_error{
  color:red;
}

.input._error {
  border-color: red;
}

textarea.input {
  resize: none;
  padding: 15px 20px;
  height: 100px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}
p img{
position:relative;
    object-fit:fill;
    -ms-o-object-fit:fill;
    width:100%!important;
    height:100%!important;

}
.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}
.category-sidebar-catalog__item._active,
  .category-sidebar-catalog__item:hover {
    background: #F1F1F1;
  }
.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._btn {
  padding: 10px 24px;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #0066D1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  min-height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._blue {
  background: #0066D1;
  color: #fff;
}

._btn._stroke {
  border: 1px solid #0066D1;
  color: #0066D1;
}

._btn img,
._btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

._title {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
.request-send__title{
    color: #0066D1;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

.gm-style .gm-style-iw-c {
  padding: 0px !important;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
          box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  border-radius: 22px;
  background: #fff;
  max-width: 505px !important;
  max-height: 350px !important;
  font-family: "Onest";
}

.gm-style-iw-chr {
  display: none;
}

.gm-style-iw-ch {
  display: none;
}

.gm-ui-hover-effect {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px !important;
  height: 32px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gm-ui-hover-effect span {
  margin: 0px !important;
  background-color: #999a9b;
}

.gm-style-iw-tc {
  display: none;
}

.gm-style-iw-d {
  max-height: 100% !important;
}

.gmnoprint,
.gm-fullscreen-control {
  display: none;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.gm-style-iw-d {
  overflow: visible !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.marker {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  
  row-gap: 12px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  overflow: visible;
}

.marker__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  aspect-ratio: 16/13;
  border-radius: 8px;
  overflow: hidden;
}

.marker__image img {
  width: 100%;
  max-width: 100%;
}

.marker__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.marker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.marker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 4px;
}

.marker__name {
  color: #999A9B;
  font-size: 14px;
  font-weight: 400;
}

.marker__value {
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 4px;
  line-height: 1.3;
}

.marker__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.pagging__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__arrow img,
.pagging__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.pagging__arrow svg path {
  stroke: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.pagging__item._more .pagging__link {
  border: none;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.pagging__item._active .pagging__link {
  background: #fff;
  color: #0066D1;
}

.pagging__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}

.popup__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("/app/img/icons/close.svg") 0 0 no-repeat;
}

.header {
  padding: 12px 0px;
  background: #0066D1;
  border-bottom: 1px solid #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header._scroll {
  padding: 8px 0px;
  border-bottom: none;
}

.header._scroll .header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71px;
          flex: 0 0 71px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-right: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  max-width: 100%;
}

.catalog-header {
  position: relative;
}

.catalog-header._active .catalog-header__button {
  background: #0066D1;
  color: #fff;
}

.catalog-header._active .catalog-header__button svg path {
  fill: #fff;
}

.catalog-header__list {
  display: none;
  border-radius: 22px;
  background: #fff;
  overflow-y: auto;
  max-height: calc(100dvh - 130px);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  min-width: 300px;
}

.catalog-header__list::-webkit-scrollbar {
  width: 0px;
}

.catalog-header__list::-webkit-scrollbar-thumb {
  background: #0066D1;
}

.catalog-header__item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog-header__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
}

.catalog-header__count {
  color: #ACACAC;
  font-size: 16px;
  font-weight: 400;
}

.head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 10px 20px;
}

.head-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}

.head-menu__logo img,
.head-menu__logo svg {
  width: 100%;
  max-width: 100%;
}

.head-menu__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.head-menu__close img,
.head-menu__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.list-menu__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-menu {
  padding: 20px;
  background: #0066D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.other-menu__copy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.other-menu__dev {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.other-menu__dev img,
.other-menu__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-other-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.social-other-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
}

.social-other-menu__item img,
.social-other-menu__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.language {
  position: relative;
}

.language__head {
  padding: 12px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language__head._active .language__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language__arrow img,
.language__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.language__body {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-width: 100%;
  background: white;
  border-radius: 12px;
  padding: 5px 0px;
  display: none;
}

.language__item {
  padding: 5px 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  color: #0066D1;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 60px 0px;
  border-top: 1px solid #fff;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.footer__logo {
  width: 100%;
  max-width: 144px;
  display: block;
}

.footer__logo img,
.footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.footer__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer__body {
  margin-top: 20px;
}

.footer__list:not(:last-child) {
  margin-bottom: 15px;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  max-width: 330px;
}

.main-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
}

.main-footer__logo img,
.main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-footer__copy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-footer__dev img,
.main-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.social-main-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-main-footer__item img,
.social-main-footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.footer__list p a,
.list-footer__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.cookie {
  padding: 20px 30px;
  background: #fff;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.cookie._hide {
  display: none;
}

.cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
.cookie__container p,
.cookie__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #1F2933;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.cookie__container p a,
.cookie__text a {
  color: #0066D1;
}

.cookie__button {
  padding: 5px 30px;
  white-space: nowrap;
}

.banner {
  position: relative;
  margin-bottom: 45px;
}

.banner::after {
  content: "";
  width: 100%;
  height: 130px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066D1), color-stop(85.98%, rgba(0, 102, 209, 0)));
  background: -o-linear-gradient(bottom, #0066D1 0%, rgba(0, 102, 209, 0) 85.98%);
  background: linear-gradient(0deg, #0066D1 0%, rgba(0, 102, 209, 0) 85.98%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 130px 0px 200px;
}

.banner__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.banner__info {
  width: 100%;
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
}

.banner__title {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.1;
}

.banner__text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  max-width: 430px;
  line-height: 1.2;
}

.banner__action {
  position: absolute;
  bottom: 130px;
  left: calc((100vw - 1220px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.banner__arrow svg path {
  fill: #B3B3B3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner__arrow img,
.banner__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.banner__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

.banner__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner__paggination .swiper-pagination-bullet-active {
  background: #fff;
}

.head-section {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.head-section__sup {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(236, 240, 252, 0.2);
  margin-bottom: -5px;
}

.head-section__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 680px;
}

.head-section__text {
  max-width: 400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.services {
  padding: 45px 0px;
}

.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 30px;
}

.services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.item-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.item-services__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.item-services__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
  height: 66px;
  width: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background: #fff;
}

.item-services__icon img,
.item-services__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
}

.item-services__name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.item-services__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.popular-category {
  padding: 45px 0px;
}

.popular-category__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popular-category__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
          flex: 0 0 calc((100% - 20px * 4) / 5);
}

.popular-category__footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-popular-category {
  padding: 15px 20px;
  border-radius: 22px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-popular-category__image {
  aspect-ratio: 187/217;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.item-popular-category__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-popular-category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-popular-category__name {
  text-align: center;
  color: #1F2933;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}

.item-popular-category__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.item-popular-category__count {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 10px;
  background: #0066D1;
  border-radius: 20px;
}

.item-popular-category__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.item-popular-category__arrow svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-popular-category__arrow svg path[stroke] {
  stroke: #C2C2C2;
}

.item-popular-category__arrow svg path[fill] {
  fill: #C2C2C2;
}

.item-popular-category__arrow img,
.item-popular-category__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.news-section {
  padding: 45px 0px;
}

.news-section__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.news-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.news-section__footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.item-news__image {
  display: block;
  border-radius: 22px;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 28/20;
  position: relative;
  overflow: hidden;
}

.item-news__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}

.item-news__name {
  color: #fff;
  font-size: 24px;
  max-height:25px;
  height:100%;
    overflow:hidden;
  font-weight: 500;
}

.item-news__date {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  background: #2F82D9;
}

.item-news__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 100%;
  width: 100%;
  height:40px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.item-news__more {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}

.partners {
  padding: 45px 0px;
}

.partners__body {
  margin-top: 30px;
}

.partners__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 5) / 6);
          flex: 0 0 calc((100% - 10px * 5) / 6);
  padding: 15px 20px;
  background: #fff;
  border-radius: 12px;
}

.partners__item:not(:last-child) {
  margin-right: 10px;
}

.partners__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 155/83;
  position: relative;
}

.partners__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners__actions {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.partners__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.partners__arrow svg path {
  fill: #B3B3B3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.partners__arrow img,
.partners__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.partners__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

.partners__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.partners__paggination .swiper-pagination-bullet-active {
  background: #fff;
}

.breadcrums {
  padding: 40px 0px;
}

.breadcrums + section {
  padding-top: 0 !important;
}

.breadcrums__list {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.breadcrums__item:not(:last-child) {
  margin-right: 6px;
}

.breadcrums__item:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.7);
  margin-left: 6px;
}

.breadcrums__item a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts {
  padding: 45px 0px;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.contacts__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 22px;
  background: #fff;
  padding: 30px;
}

.contacts__column:not(._feedback) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.contacts__section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px;
  border-radius: 22px;
  background: rgba(222, 239, 255, 0.61);
}

.contacts__title {
  color: #1F2933;
  font-size: 28px;
  font-weight: 900;
}

.contacts__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.list-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.list-contacts__name {
  color: #999A9B;
  font-size: 16px;
  font-weight: 400;
}
.request-send__text,
.list-contacts__value {
  color: #1F2933;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.request-send__text a,
.list-contacts__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.feedback__label {
  display: inline-block;
  margin-bottom: 12px;
}

.stores {
  padding: 45px 0px;
}

.stores__content {
  margin-top: 30px;
}

.stores__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.stores__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  max-height: 785px;
}

.stores__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 785px;
  border-radius: 22px;
  overflow: hidden;
}

.nav-stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.nav-stores__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 8px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
}

.nav-stores__item._active {
  background: #fff;
}

.nav-stores__item._active .nav-stores__icon svg path {
  fill: #0066D1;
}

.nav-stores__item._active .nav-stores__name {
  color: #0066D1;
}

.nav-stores__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.nav-stores__icon svg path {
  fill: #fff;
}

.nav-stores__icon img,
.nav-stores__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.nav-stores__name {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.list-stores {
  background: #fff;
  border-radius: 22px;
  padding: 20px 10px 20px 20px;
  overflow: hidden;
}

.list-stores__list {
  max-height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding-right: 10px;
}

.list-stores__list::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}

.list-stores__list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #8B8B8B;
}

.list-stores__item {
  padding: 20px;
  border-radius: 22px;
  background: rgba(222, 239, 255, 0.61);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  cursor: pointer;
}

.list-stores__item._active {
  background: #0066D1;
}

.list-stores__item._active .list-stores__name {
  color: #D5D5D5;
}

.list-stores__item._active .list-stores__value {
  color: #fff;
}

.list-stores__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}

.list-stores__name {
  color: #999A9B;
  font-size: 14px;
  font-weight: 400;
}

.list-stores__value {
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.gap_2{
    gap: 5px;
}
.list-stores__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog {
  padding: 45px 0px;
}

.catalog__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.catalog__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nav-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}

.nav-catalog__input {
  display: none;
}

.nav-catalog__input:checked + .nav-catalog__content {
  background: #fff;
}

.nav-catalog__input:checked + .nav-catalog__content .nav-catalog__icon svg path {
  fill: #0066D1;
}

.nav-catalog__input:checked + .nav-catalog__content .nav-catalog__name {
  color: #0066D1;
}

.nav-catalog__content {
  padding: 6px 24px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.nav-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.nav-catalog__icon svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-catalog__icon img,
.nav-catalog__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.nav-catalog__name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 20px;
}

.sidebar-catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.sidebar-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.sidebar-catalog__icon img,
.sidebar-catalog__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.sidebar-catalog__title {
  color: #0066D1;
  font-size: 16px;
  font-weight: 700;
}

.sidebar-catalog__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.sidebar-catalog__close img,
.sidebar-catalog__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.sidebar-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sidebar-catalog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #C2C2C2;
  padding: 10px 20px;
}

.sidebar-catalog__button._reset {
  color: #989B9E;
  font-size: 16px;
  font-weight: 400;
  background: none;
}

.search-sidebar-catalog {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px 20px;
  min-height: 52px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-sidebar-catalog._focus {
  border-color: #0066D1;
}

.search-sidebar-catalog__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0px;
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.search-sidebar-catalog__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: none;
}

.search-sidebar-catalog__button img,
.search-sidebar-catalog__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.category-sidebar-catalog {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}

.category-sidebar-catalog__title {
  padding: 20px;
  color: #1F2933;
  font-size: 18px;
  font-weight: 700;
}

.category-sidebar-catalog__item {
  padding: 15px 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2933;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.category-sidebar-catalog__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category-sidebar-catalog__count {
  color: #ACACAC;
}

.main-catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}

.main-catalog__item {
  -webkit-box-flex: 0;
     
      width: 207px;
}

.main-catalog__footer {
  margin-top: 40px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.product__image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1/1.05;
  background: #fff;
  
}

.product__image img {
  width: 100%;
  height: 100%;
  
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.product__name {
  color: #fff;
  
  font-size: 20px;
  font-weight: 500;
}
.product__body p,
.product__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  height:100%;
  max-height:60px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer-main-catalog {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-main-catalog__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-main-catalog__column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-main-catalog__count {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.animals-sidebar-catalog__title {
  color: #1F2933;
  font-size: 18px;
  font-weight: 700;
}

.animals-sidebar-catalog__body {
  display: none;
  margin-top: 20px;
}

.animals-sidebar-catalog__nav .nav-catalog__input:checked + .nav-catalog__content {
  background: #0066D1;
}

.animals-sidebar-catalog__nav .nav-catalog__input:checked + .nav-catalog__content .nav-catalog__icon svg path {
  fill: #fff;
}

.animals-sidebar-catalog__nav .nav-catalog__input:checked + .nav-catalog__content .nav-catalog__name {
  color: #fff;
}

.animals-sidebar-catalog__nav .nav-catalog__content {
  border-color: #0066D1;
}

.animals-sidebar-catalog__nav .nav-catalog__content .nav-catalog__icon svg path {
  fill: #0066D1;
}

.animals-sidebar-catalog__nav .nav-catalog__content .nav-catalog__name {
  color: #0066D1;
}

.card {
  padding: 45px 0px;
}

.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.card__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}

.card__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.card__title {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
}

.card__description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.card__description p {
    margin-bottom:10px;
}

.sidebar-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.sidebar-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.sidebar-card__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}


.card__description h2,
.card__description h3,
.card__description h4,
.details-card__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
td > table {
   width: 100%;
    padding: 1px;
    overflow-x: auto; /* Ensures both scrollbars can be shown if needed */
   
}
td {
    overflow: visible; /* Makes sure the overflow is handled by the table within the td */
}

td > table::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
    height: 12px; /* Height of the scrollbar */
}

td > table::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounds the corners of the scrollbar thumb */
    border: 2px solid #555; /* Adds a border around the scrollbar thumb */
}

td > table::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 10px; /* Rounds the corners of the scrollbar track */
    box-shadow: inset 0 0 5px grey; /* Adds an inset shadow to the scrollbar track */
}
  
tbody:not(.has-colspan),
td > table > tbody:not(.has-colspan),
.details-card__body {
  margin-top: 12px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column;*/
  row-gap: 1px;
  max-width:300px !important;
}
tr:not(.has-colspan),
tr > table >tbody>tr:not(.has-colspan),
.details-card__row {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-column-gap: 1px;*/
  /*   -moz-column-gap: 1px;*/
  /*        column-gap: 1px;*/
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

tr > *,
tr > table > tr > *,
tr > table > tbody > tr > *,
.details-card__row > * {
  outline: 1px solid #fff;
  padding: 10px;
}

th,.details-card__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          text-align:left;
          width:20%;
          min-width: 110px;
          word-break:break-word;
          vertical-align:top;
          
}

td > table > tbody > tr > th:nth-child(n+3),
td > table > tbody > tr > td:nth-child(n+3){
         flex: 0 0 auto;
            width: 33%;
          text-align:left;
}
td[colspan], .details-card__value{
    flex: 0 0 100%;
}

/*td:not([colspan]),*/
/*.details-card__value {*/
/*  -webkit-box-flex: 1;*/
/*      -ms-flex: 1 1 80%;*/
/*          flex: 1 1 80%;*/
          
/*          width:100%;*/
/*          max-width: 80%;*/
/*          min-width:auto;*/
/*}*/

td ul,
td > table> tbody> tr >td >ul,
.details-card__value ul {
  padding-left: 20px;
}
td ul li,
td > table> tbody> tr >td >ul li, 
.details-card__value ul li {
  list-style: disc;
}
td ul li:not(:last-child),
.details-card__value ul li:not(:last-child) {
  margin-bottom: 10px;
}


.about {
  padding: 45px 0px;
}

.about__wrapper {
  border-radius: 22px;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}

.about__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}

.about__title {
  color: #1F2933;
}

.about__description {
  color: #1F2933;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 30px;
}

.about__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 535px;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}

.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding: 45px 0px;
}

.news__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
}

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page {
  padding: 45px 0px;
}

.news-page__wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.news-page__image {
  height: 535px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
}

.news-page__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-page__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
}
.news-page__body h2,
.news-page__title {
  color: #1F2933;
}
.news-page__body p,
.news-page__description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #1F2933;
}

.news-page__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.stocks {
  padding: 45px 0px;
}

.stocks__content {
  margin-top: 30px;
}

.stocks__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
}

.stocks__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.stocks__footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-stocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.item-stocks__image {
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  display: block;
  aspect-ratio: 39/46;
}

.item-stocks__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-stocks__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.item-stocks__name {
  color: #fff;
  font-size: 24px;
  height:30px;
  overflow:hidden;
  font-weight: 500;
}

.item-stocks__description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 100%;
  width: 100%;
  height:100%;
  max-height:65px;
  
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.item-stocks__more {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 10px;
}

.stock-page {
  padding: 45px 0px;
}

.stock-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 22px;
}

.stock-page__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.stock-page__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.stock-page__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
}

.stock-page__title {
  color: #1F2933;
}

.stock-page__description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2933;
}

.stock-page__description > *:not(:last-child) {
  margin-bottom: 15px;
}

.stock-products {
  padding: 45px 0px;
}

.stock-products__title {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.stock-products__content {
  margin-top: 30px;
}

.stock-products__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.stock-products__item {
  -webkit-box-flex: 0;
 width: 207px;
}

.article {
  padding: 45px 0px;
}

.article__wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 22px;
}

.article__title {
  color: #1F2933;
}

.article__body {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2933;
}

.article__body > *:not(:last-child) {
  margin-bottom: 15px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 108px;
}

.page section:last-child {
  padding-bottom: 90px;
}

@media (min-width: 479.98px) {
  .gm-ui-hover-effect {
    display: none;
  }

  .news__footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .stocks__footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .menu__head {
    display: none;
  }

  .menu__other {
    display: none;
  }

  .footer__column._md2 {
    display: none;
  }

  .footer__list._md2 {
    display: none;
  }

  .stores__nav {
    display: none;
  }

  .stores__list {
    display: block !important;
  }

  .stores__map {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1272px) {
    
  .contacts__column._feedback {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 490px;
            flex: 0 0 490px;
  }

  .catalog__top {
    display: none;
  }

  .sidebar-catalog__top {
    display: none;
  }

  .sidebar-catalog__animals {
    display: none;
  }

  .sidebar-catalog__footer {
    display: none;
  }
}

@media (max-width: 1272px) {
  .gm-style .gm-style-iw-c {
    max-width: 450px !important;
  }
    .sidebar-catalog__animals{
        display: block;
    }
  .footer {
    padding: 60px 0px 30px;
  }

  .main-footer {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 144px;
  }

  .cookie {
    padding: 20px;
  }

  .cookie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .banner {
    margin-bottom: 35px;
  }

  .banner::after {
    height: 84px;
  }

  .banner__info {
    row-gap: 20px;
  }

  .banner__title {
    font-size: 45px;
    max-width: 380px;
  }

  .banner__text {
    font-size: 16px;
  }

  .banner__action {
    left: 20px;
  }

  .head-section__title {
    font-size: 32px;
  }

  .head-section__text {
    font-size: 16px;
  }

  .services {
    padding: 35px 0px;
  }

  .popular-category {
    padding: 35px 0px;
  }

  .item-popular-category {
    padding: 12px;
  }

  .item-popular-category__name {
    font-size: 14px;
  }

  .news-section {
    padding: 35px 0px;
  }

  .news-section__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .news-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .item-news__name {
    font-size: 18px;
  }

  .item-news__text {
    font-size: 14px;
    max-height:35px;
  }

  .item-news__more {
    font-size: 14px;
  }

  .partners {
    padding: 35px 0px;
  }

  .partners__item {
    padding: 12px 15px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .contacts {
    padding: 35px 0px;
  }

  .contacts__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts__column {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .contacts__column:not(._feedback) {
    row-gap: 20px;
  }

  .contacts__title {
    font-size: 26px;
  }

  .stores {
    padding: 35px 0px;
  }

  .stores__content {
    margin-top: 20px;
  }

  .stores__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .stores__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .stores__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .catalog {
    padding: 35px 0px;
  }

  .catalog__content {
    margin-top: 20px;
  }

  .catalog__nav {
    display: none;
  }

  .catalog__sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10;
    height: 100dvh;
    max-height: 100dvh;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .catalog__sidebar:not(._active) {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }

  .sidebar-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }

  .sidebar-catalog__content {
    padding: 0px 20px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
  }

  .search-sidebar-catalog {
    background: #EFEFEF;
    border-color: #EFEFEF;
  }

  .category-sidebar-catalog {
    background: none;
    border-radius: 0px;
    overflow: visible;
  }

  .category-sidebar-catalog__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0px;
  }

  .category-sidebar-catalog__title._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .category-sidebar-catalog__title::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller-b.svg) center/cover no-repeat;
  }

  .category-sidebar-catalog__list {
    display: none;
    margin-top: 20px;
  }

  .category-sidebar-catalog__item {
    border-bottom: 1px solid #E6E6E6;
  }

  .category-sidebar-catalog__item:first-child {
    border-top: 1px solid #E6E6E6;
  }

  .animals-sidebar-catalog__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0px;
  }

  .animals-sidebar-catalog__title._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .animals-sidebar-catalog__title::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller-b.svg) center/cover no-repeat;
  }

  .card {
    padding: 35px 0px;
  }

  .card__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .sidebar-card__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about {
    padding: 35px 0px;
  }

  .about__wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 20px;
  }

  .about__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .about__description {
    margin-top: 20px;
  }

  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .news {
    padding: 35px 0px;
  }

  .news__content {
    row-gap: 50px;
    margin-top: 20px;
  }

  .news__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .news-page {
    padding: 35px 0px;
  }

  .news-page__wrapper {
    padding: 20px;
  }

  .stocks {
    padding: 35px 0px;
  }

  .stocks__content {
    margin-top: 20px;
  }

  .stocks__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }

  .stocks__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .stocks__footer {
    margin-top: 50px;
  }

  .item-stocks {
    row-gap: 20px;
  }

  .item-stocks__name {
    font-size: 20px;
  }

  .stock-page {
    padding: 35px 0px;
  }

  .stock-page__wrapper {
    padding: 20px;
  }

  .stock-page__image {
    aspect-ratio: unset;
    height: 535px;
  }

  .stock-products {
    padding: 35px 0px;
  }

  .stock-products__content {
    margin-top: 20px;
  }

  .stock-products__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .stock-products__item {
    -webkit-box-flex: 0;
      width: 207px;
  }

  .article {
    padding: 35px 0px;
  }

  .article__wrapper {
    padding: 20px;
  }

  .article__body {
    margin-top: 20px;
  }

  .page section:last-child {
    padding-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
 table > tbody > tr > td > table {
        display: flex
;
        max-width: 100% !important;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        overflow-x: auto;
    }
td:not([colspan]), .details-card__value{
          max-width: 100%;
          -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        
}
tr > *,
tr > table > tr > *,
tr > table > tbody > tr > *,
.details-card__row > * {
  
  padding: 5px 10px;
}
  .select__options {
    font-size: 18px;
  }

  ._btn {
    font-size: 14px;
  }

  .header__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }

  .header__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .menu__body {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: 100dvh;
    max-height: 100dvh;
    z-index: 3;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__body:not(._active) {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }

  .menu__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 40px 20px;
  }

  .list-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .list-menu__link {
    font-weight: 500;
    color: #1F2933;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer {
    padding: 50px 0px 20px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__column._main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__column._logo {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__column._mmd2 {
    display: none;
  }

  .footer__column:not(._main, ._logo) {
    padding: 12px 0px;
    border-top: 1px solid #fff;
  }

  .footer__column:not(._main, ._logo):last-child {
    border-bottom: 1px solid #fff;
  }

  .footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .footer__title._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer__title::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller.svg) center/cover no-repeat;
  }

  .footer__title br {
    display: none;
  }

  .footer__body {
    display: none;
    margin-top: 10px;
  }

  .main-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    row-gap: 20px;
  }

  .main-footer__logo {
    display: none;
  }

  .cookie__button {
    font-size: 16px;
    padding: 5px 25px;
  }

  .banner {
    margin-bottom: 25px;
  }

  .banner::after {
    height: 63px;
  }

  .banner__item {
    min-height: 420px;
    padding: 100px 0px 100px;
  }

  .banner__info {
    max-width: 480px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px auto;
  }

  .banner__title {
    font-size: 35px;
    max-width: 100%;
  }

  .banner__text {
    max-width: 100%;
  }

  .banner__action {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 60px;
  }

  .head-section__sup {
    font-size: 12px;
  }

  .head-section__title {
    font-size: 28px;
  }

  .head-section__text {
    font-size: 14px;
  }

  .services {
    padding: 25px 0px;
  }

  .services__content {
    margin-top: 20px;
  }

  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .item-services__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    height: 46px;
    width: 46px;
  }

  .item-services__icon img,
  .item-services__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .item-services__name {
    font-size: 16px;
  }

  .item-services__text {
    font-size: 14px;
  }

  .popular-category {
    padding: 25px 0px;
  }

  .popular-category__body {
    margin-top: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }

  .popular-category__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
            flex: 0 0 calc((100% - 10px * 3) / 4);
  }

  .popular-category__item:not(:nth-child(-n+4)) {
    display: none;
  }

  .popular-category__footer {
    margin-top: 20px;
  }

  .news-section {
    padding: 25px 0px;
  }

  .news-section__body {
    margin-top: 20px;
  }

  .news-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }
.item-news__name{
    max-height:20px;
}
  /*.news-section__item:not(:nth-child(-n+3)) {*/
  /*  display: none;*/
  /*}*/

  .news-section__footer {
    margin-top: 20px;
  }

  .item-news {
    row-gap: 20px;
  }

  .item-news__name {
    font-size: 16px;
  }

  .partners {
    padding: 25px 0px;
  }

  .partners__body {
    margin-top: 20px;
  }

  .partners__item {
    padding: 11px 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 4) / 5);
            flex: 0 0 calc((100% - 10px * 4) / 5);
  }

  .partners__actions {
    margin-top: 20px;
  }

  .contacts {
    padding: 25px 0px;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .contacts__section {
    padding: 20px;
  }

  .contacts__body {
    margin-top: 20px;
    row-gap: 20px;
  }

  .list-contacts {
    row-gap: 20px;
  }

  .feedback {
    row-gap: 20px;
  }

  .stores {
    padding: 25px 0px;
  }

  .stores__wrapper {
    margin-top: 20px;
  }

  .stores__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 100%;
  }

  .stores__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog {
    padding: 25px 0px;
  }

  .catalog__filter-btn {
    font-size: 16px;
  }

  .product__name {
    font-size: 16px;
  }

  .product__text {
    font-size: 14px;
    max-height:50px;
  }

  .card {
    padding: 25px 0px;
  }

  .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .card__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .card__main {
    row-gap: 20px;
  }

  .card__title {
    font-size: 28px;
  }

  .sidebar-card__wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    position: static !important;
  }

  .sidebar-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .sidebar-card__actions {
    max-width: 260px;
    width: 100%;
  }

  .about {
    padding: 25px 0px;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .about__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .news {
    padding: 25px 0px;
  }

  .news__content {
    row-gap: 40px;
  }

  .news__body {
    row-gap: 40px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .news-page {
    padding: 25px 0px;
  }

  .news-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }

  .news-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .news-page__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .news-page__title {
    font-size: 28px;
  }

  .stocks {
    padding: 25px 0px;
  }

  .stocks__body {
    row-gap: 40px;
  }

  .item-stocks__name {
    font-size: 18px;
    height:40px;
  }

  .item-stocks__description {
    font-size: 14px;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    max-height:70px;
  }

  .item-stocks__more {
    font-size: 14px;
  }

  .stock-page {
    padding: 25px 0px;
  }

  .stock-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }

  .stock-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .stock-page__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .stock-page__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .stock-products {
    padding: 25px 0px;
  }

  .stock-products__title {
    font-size: 24px;
  }

  .article {
    padding: 25px 0px;
  }

  .page section:last-child {
    padding-bottom: 50px;
  }

  .page {
    padding-top: 87px;
  }
}

@media (max-width: 721.98px) {
  body._catalog-open .menu__body > *:not(.head-menu, .catalog-header) {
    display: none;
  }


  body._catalog-open .menu__body .catalog-header__button img,
  body._catalog-open .menu__body .catalog-header__button svg {
    display: none;
  }

  body._catalog-open .menu__body .catalog-header__button::after {
    display: none;
  }

  body._catalog-open .menu__body .catalog-header__button::before {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
    background: url(../img/icons/back.svg) center/cover no-repeat;
  }

  ._title {
    font-size: 28px;
  }

  .catalog-header__button {
    border-radius: 0px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    background: #0066D1;
    color: #fff;
    font-size: 16px;
  }

  .catalog-header__button::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
    background: url(../img/icons/more-w.svg) center/cover no-repeat;
  }

  .catalog-header__button svg path {
    fill: #fff;
  }

  .catalog-header__button span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
  }

  .catalog-header__list {
    position: static;
    max-height: 100%;
  }

  .catalog-header__item {
    border-bottom: 1px solid #F4F4F4;
  }

  .news-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  /*.news-section__item:not(:nth-child(-n+2)) {*/
  /*  display: none;*/
  /*}*/

  .partners__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
            flex: 0 0 calc((100% - 10px * 3) / 4);
  }

  .stores__map {
    height: 400px;
  }

  .main-catalog__body {
    row-gap: 30px;
  }

  .main-catalog__item {
    -webkit-box-flex: 0;
     width: 207px;
  }

  .footer-main-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .footer-main-catalog__column:first-child {
    display: none;
  }

  .sidebar-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
  .card__description > table{
      width:100%;
      table-layout: fixed; /* Ensures consistent column widths */
    border-collapse: collapse; /* Optional: neatens the table borders */
  }
  
  td > table > tbody:not(.has-colspan){
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:1px;
    min-width:200px;
    max-width:250px;
        overflow-x: auto;
   -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  td > table > tbody.has-colspan{
     width:100%;
      -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
tr
  .details-card__row {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 1px;
  }
            
td > table > tbody > tr:not(.has-colspan){
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
    th,
  .details-card__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            max-width:100px;
  }
  td > table > tbody:not(.has-colspan) > tr > th,
   td > table > tbody:not(.has-colspan) > tr > td
   {
       -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            min-width:40%;
            max-width:50%;
            word-break:break-word;
            
         
  }
td > table > tbody.has-colspan > tr > th,
   td > table > tbody.has-colspan > tr > td
   {
       -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            min-width:40%;
            max-width:50%;
            
            
         
  }
  .news-page__image {
    aspect-ratio: 28/24;
    height: auto;
  }

  .stocks__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .stock-page__image {
    height: auto;
    aspect-ratio: 28/24;
  }

  .stock-products__item {
    -webkit-box-flex: 0;
    width: 190px;
  }
}

@media (max-width: 600px) {
  .main-catalog__item {
    -webkit-box-flex: 0;
        width:190px;
  }

  .stock-products__item {
    -webkit-box-flex: 0;
       width: 170px;
  }
}

@media (max-width: 479.98px) {
  ._title {
    font-size: 24px;
  }

  .gm-style .gm-style-iw-c {
    max-width: 280px !important;
    border-radius: 12px;
  }

  .gm-style-iw-chr {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .marker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    padding: 10px;
  }

  .marker__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 115px;
  }

  .marker__value {
    font-size: 14px;
  }

  .pagging {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .pagging__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .pagging__item:not(:nth-child(-n+2), :last-child, ._more, ._active) {
    display: none;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__logo {
    width: 100%;
    max-width: 100px;
  }

  .cookie {
    padding: 10px 20px;
  }

  .cookie__container {
    row-gap: 10px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .banner__title {
    font-size: 26px;
  }

  .banner__text {
    font-size: 14px;
  }

  .head-section__title {
    font-size: 24px;
  }

  .services {
    padding: 20px 0px;
  }

  .services__content {
    row-gap: 20px;
  }

  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .item-services {
    row-gap: 10px;
    text-align: center;
  }

  .item-services__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .popular-category {
    padding: 20px 0px;
  }

  .popular-category__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .popular-category__item:not(:nth-child(-n+4)) {
    display: none;
  }

  .news-section {
    padding: 20px 0px;
  }

  .news-section__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .news-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .item-news {
    row-gap: 10px;
  }

  .item-news__text {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
  }

  .partners {
    padding: 20px 0px;
  }

  .partners__item {
    padding: 8px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .contacts {
    padding: 20px 0px;
  }

  .contacts__title {
    font-size: 22px;
  }

  .stores {
    padding: 20px 0px;
  }

  .list-stores {
    padding: 10px;
  }

  .list-stores__list {
    row-gap: 10px;
  }

  .catalog {
    padding: 20px 0px;
  }

  .nav-catalog__content {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    padding: 6px 12px;
    min-height: 42px;
  }

  .nav-catalog__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .nav-catalog__icon img,
  .nav-catalog__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .nav-catalog__name {
    font-size: 14px;
  }

  .main-catalog__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }

  .main-catalog__item {
    -webkit-box-flex: 0;
        width:160px;
  }

  .main-catalog__footer {
    margin-top: 30px;
  }

  .card {
    padding: 20px 0px;
  }

  .card__title {
    font-size: 24px;
  }

  .card__description {
    font-size: 14px;
  }
    .card__description table  *{
        font-size:12px !important;
    }
  .sidebar-card__wrapper {
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sidebar-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
  }

  .sidebar-card__actions {
    max-width: 100%;
  }
.card__description h2,
.card__description h3,
.card__description h4,
  .details-card__title {
    font-size: 20px;
  }

  .about {
    padding: 20px 0px;
  }

  .about__description {
    font-size: 14px;
  }

  .about__description > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .about__image {
    aspect-ratio: 28/24;
    height: auto;
  }

  .news {
    padding: 20px 0px;
  }

  .news__content {
    row-gap: 30px;
  }

  .news__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .news-page {
    padding: 20px 0px;
  }

  .news-page__description {
    font-size: 14px;
  }

  .news-page__description > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .stocks {
    padding: 20px 0px;
  }

  .stocks__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }

  .stocks__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .item-stocks {
    row-gap: 10px;
  }

  .item-stocks__name {
    font-size: 16px;
  }

  .stock-page {
    padding: 20px 0px;
  }

  .stock-page__description {
    font-size: 14px;
  }

  .stock-page__description > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .stock-products {
    padding: 20px 0px;
  }

  .stock-products__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .stock-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .article {
    padding: 20px 0px;
  }

  .article__body {
    font-size: 14px;
  }

  .article__body > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .page section:last-child {
    padding-bottom: 40px;
  }

  .page {
    padding-top: 73px;
  }
}

@media (max-width: 721.98px) and (min-width: 479.98px) {
  .popular-category__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .popular-category__item:not(:nth-child(-n+3)) {
    display: none;
  }
}

@media (any-hover: hover) {
  ._btn._blue:hover {
    background: #0a58ac;
  }

  ._btn._stroke:hover {
    background: #0066D1;
    color: #fff;
  }

  ._btn:hover {
    background: #eef6ff;
  }

  .marker__value a:hover {
    color: #0066D1;
  }

  .pagging__arrow:hover {
    background: #fff;
  }

  .pagging__arrow:hover svg path {
    stroke: #0066D1;
  }

  .pagging__item:not(._active, ._more) .pagging__link:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .catalog-header__item:hover {
    background: #F1F1F1;
  }

  .catalog-header__item:hover .catalog-header__name {
    color: #0066D1;
    
  }

  .list-menu__link:hover {
    text-decoration: underline;
  }

  .language__head:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .language__item:hover {
    background: rgba(0, 102, 209, 0.1);
  }

  .social-main-footer__item:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .footer__list  p a:hover,
  .list-footer__link:hover {
    text-decoration: underline;
  }

  .cookie__text a:hover {
    text-decoration: underline;
  }

  .banner__arrow:hover svg path {
    fill: #fff;
  }

  .banner__paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: rgba(255, 255, 255, 0.5);
  }

  .item-popular-category:hover {
    background: #eef6ff;
  }

  .item-popular-category:hover .item-popular-category__name {
    color: #0066D1;
  }

  .item-popular-category:hover .item-popular-category__arrow svg path[stroke] {
    stroke: #0066D1;
  }

  .item-popular-category:hover .item-popular-category__arrow svg path[fill] {
    fill: #0066D1;
  }

  .item-news__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-news__name:hover {
    text-decoration: underline;
  }

  .partners__arrow:hover svg path {
    fill: #fff;
  }

  .partners__paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: rgba(255, 255, 255, 0.5);
  }

  .breadcrums__item a:hover {
    color: rgba(255, 255, 255, 0.9);
  }
    .request-send__text a:hover,
  .list-contacts__value a:hover {
    color: #0066D1;
  }

  .list-stores__item._active .list-stores__value a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .list-stores__value a:hover {
    color: #0066D1;
  }

  .nav-catalog__input:not(:checked) + .nav-catalog__content:hover {
    background: #4592eb;
  }
  
  .category-sidebar-catalog__item._active,
  .category-sidebar-catalog__item:hover {
    background: #F1F1F1;
  }
  .category-sidebar-catalog__item._active .category-sidebar-catalog__name,
  .category-sidebar-catalog__item:hover .category-sidebar-catalog__name {
    
    color: #0066D1;
  }

  .product__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .product__name:hover {
    text-decoration: underline;
  }

  .item-stocks__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-stocks__name:hover {
    text-decoration: underline;
  }
}

