@font-face {
  font-family: 'Opel Sans';
  src: url(../fonts/opel_sans/OpelSansRegular.ttf);
  font-weight: 400; }
@font-face {
  font-family: 'Opel Sans';
  src: url(../fonts/opel_sans/OpelSansBold.ttf);
  font-weight: 700; }
* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-family: "Opel Sans", sans-serif; }

input, textarea {
  outline: 0; }

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

.header {
  position: relative;
  z-index: 10;
  background-color: #fff; }

.header-info {
  padding-top: 16px;
  padding-bottom: 22px; }

.header-info .container {
  display: flex;
  align-items: center;
  gap: 20px; }

.header-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1; }

.header-info-logo {
  max-width: 220px;
  width: 100%;
  color: rgba(38, 57, 79, 0.5);
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.header-info-logo img {
  width: 176px;
  height: 42.789px; }

.header-info-block {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 271px; }

.header-info-block-icon {
  border-radius: 14px;
  border: 1.5px solid rgba(43, 54, 70, 0.15);
  padding: 10px;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center; }

.header-info-block-icon img {
  width: 22px;
  height: 22px; }

.header-info-block-content {
  display: flex;
  gap: 1px;
  flex-direction: column;
  white-space: nowrap; }

.header-info-block:nth-child(2) .header-info-block-content {
  white-space: wrap; }

.header-info-block_mail {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s; }

.header-info-block_mail:hover {
  color: #FFDA1C; }

.header-info-block_phone {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s; }

.header-info-block_phone:hover {
  color: #FFDA1C; }

.header-info-block_phone_online {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 9px; }

.header-info-block_phone_online::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5AB031;
  outline: 3px solid rgba(90, 176, 49, 0.3);
  display: flex;
  animation: pulseOutline 2s infinite; }

@keyframes pulseOutline {
  0% {
    outline-width: 3px;
    /* opacity: 1; */ }
  50% {
    outline-width: 6px;
    /* opacity: 0.5; */ }
  100% {
    outline-width: 3px;
    /* opacity: 1; */ } }
.header-info-cart {
  width: 70px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #2B3646;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  text-decoration: none;
  /* margin-left: 60px; */
  margin-left: auto; }

.header-info-cart-icon {
  width: 32px;
  height: 32px;
  position: relative; }

.header-info-cart-icon_num {
  color: #FFF;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #F00;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: -5px; }

.header-info-cart-icon img {
  width: 100%;
  height: 100%; }

.header-info-cart-final {
  padding: 8px 13px;
  border: 3px dashed #1DAC70;
  margin-left: 22px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap; }

.header-info-cart-final-sum {
  color: #FF3131;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.header-info-btn {
  display: none; }

.header-nav {
  background: linear-gradient(90deg, #263038 0%, #455565 100%);
  height: 49px; }

.header-nav .container {
  display: flex;
  height: 100%;
  gap: 66px;
  align-items: center;
  position: relative; }

.header-nav-row {
  max-width: 780px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-nav-item {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none; }
  .header-nav-item:hover {
    color: #fff;
    text-decoration: none; }

.header-nav-catalog-btn {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  min-width: 275px;
  max-width: 275px;
  height: 64px;
  padding-left: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-right: 21px;
  background-image: url(../img/header-nav/catalog-bg.svg);
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 3; }

.header-nav-catalog-btn::before {
  content: '';
  width: 25px;
  height: 12px;
  background-image: url(../img/header-nav/catalog-icon.svg);
  background-size: 100% 100%;
  margin-right: 15px; }

.header-nav-catalog-btn::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/header-nav/catalog-arrow.svg);
  background-size: 100% 100%;
  margin-left: auto;
  transition: 0.3s; }

.header-nav-catalog-btn_active::after {
  transform: rotate(180deg); }

.header-nav-search {
  position: relative; }

.header-nav-search-input {
  width: 333px;
  height: 35px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: 0;
  padding-left: 45px;
  box-sizing: border-box; }

.header-nav-search-input::placeholder {
  color: #fff; }

.header-nav-search-btn {
  width: 22px;
  height: 22px;
  background: url(../img/header-nav/search.svg);
  border: 0;
  background-size: 100% 100%;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto; }

.header-nav-link {
  display: none; }

.header-catalog {
  position: absolute;
  right: 30px;
  left: 30px;
  top: 49px;
  background-color: #fff;
  display: flex;
  gap: 60px;
  height: 0;
  z-index: 2;
  overflow: hidden; }

.header-catalog_active {
  height: 555px; }

.header-catalog-side {
  max-width: 275px;
  width: 100%;
  box-sizing: content-box;
  border-right: 3px solid #F6F6F6;
  display: flex;
  flex-direction: column;
  padding: 29px 0;
  gap: 10px; }

.catalog-side-bot {
  display: none; }

.header-catalog-side-item {
  display: flex;
  height: 54px;
  gap: 16px;
  align-items: center;
  padding-left: 21px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  position: relative;
  text-decoration: none; }

.header-catalog-side-item_active {
  background-color: #F6F6F6; }

.header-catalog-side-item_active::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  right: -3px;
  top: 0;
  bottom: 0;
  background-color: red; }

.header-catalog-side-item img {
  width: 42px;
  height: 46.33px; }

.header-catalog-content {
  padding-top: 46px;
  padding-bottom: 55px;
  width: 100%; }

.header-catalog-content-item {
  display: none;
  flex-direction: column;
  gap: 35px;
  flex-wrap: wrap;
  height: 100%;
  flex-basis: calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
  box-sizing: border-box;
  column-gap: 60px; }

.header-catalog-content-item_active {
  display: flex; }

.header-catalog-content-item-head {
  display: none; }
.header-catalog-content-item-block {
  overflow-y: auto; }
  .header-catalog-content-item-block::-webkit-scrollbar {
    width: 2px; }

.header-catalog-content-item-block a {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: .2s; }
  .header-catalog-content-item-block a:hover {
    color: #5AB031; }

.header-catalog-content-item-block a::before {
  content: '';
  width: 7px;
  height: 11px;
  background-image: url(../img/header-nav/red.svg);
  background-size: 100% 100%;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto; }

.header-catalog-content-item-block-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 21px; }

.header-catalog-content-item-block-list a {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.header-catalog-content-item-block-list a::before {
  display: none; }

.header-catalog-content-item-btn {
  display: none; }

.main {
  margin-top: 66px; }

/*.main_dis {
  overflow: hidden;
}*/
.main_dis::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(38, 48, 56, 0.3);
  position: fixed;
  top: 0;
  z-index: 1; }

.main_dis-full::before {
  z-index: 3; }

.main-banner .container {
  display: flex;
  gap: 20px; }

.main-banner-slider {
  max-width: calc(100% - 451px);
  height: 527px; }

.slick-track {
  display: flex;
  height: 100%; }

.slick-list {
  overflow: hidden;
  height: 100%; }

.main-banner-slider-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  padding-top: 45px;
  padding-left: 54px; }

.main-banner-slider-item_title {
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(18, 24, 32, 0.15);
  font-family: "Opel Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  margin-top: 25px;
  margin-bottom: 36px;
  max-width: 598px; }

.main-banner-slider-item_link {
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  background: #5AB031;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  width: fit-content; }

.slick-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin-top: 10px; }

.slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: 0.3s; }

.slick-dots .slick-active {
  background-color: #FF0000; }

.slick-dots li button {
  font-size: 0;
  border: 0; }

.main-banner-form {
  min-width: 431px;
  max-width: 431px;
  width: 100%;
  height: 527px;
  background: #FFF;
  box-shadow: 5px 5px 40px 0px rgba(43, 54, 70, 0.15);
  padding: 36px 46px;
  box-sizing: border-box; }

.main-banner-form-title {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  max-width: 316px;
  margin-bottom: 18px; }

.main-banner-form .header-info-block_phone_online {
  margin-bottom: 42px; }

.main-banner-form-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 33px; }

.main-banner-form-input {
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  height: 50px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 23px;
  box-sizing: border-box;
  outline: 0; }

.main-banner-form-input::placeholder {
  color: rgba(43, 54, 70, 0.2); }

.main-banner-form-submit {
  background: #5AB031;
  border: 0;
  width: 100%;
  height: 48px;
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  margin-bottom: 29px;
  cursor: pointer; }

.main-banner-form-policy {
  color: rgba(43, 54, 70, 0.5);
  font-family: "Opel Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.main-ach {
  margin-top: 76px; }

.main-ach .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px; }

.main-ach-item {
  width: calc(25% - 12px);
  background: #F6F6F6;
  display: flex;
  align-items: center;
  padding: 16px 21px;
  box-sizing: border-box;
  gap: 18px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase; }

.main-ach-item img {
  width: 55px;
  height: 60px;
  object-fit: contain; }

.main-type {
  margin-top: 62px; }

.main-type .main-title {
  margin-bottom: 43px; }

.main-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */ }

.main-type-row .slick-track {
  /* column-gap: 33px; */ }

.main-type-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  margin-right: 20px; }

.main-type-item-icon {
  max-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.main-type-item-icon img {
  width: 100%;
  height: auto; }

.main-type-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; }

.main-type-item-name {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.main-type-item-price {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */ }

.main-popular {
  margin-top: 96px; }

.main-popular-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  align-items: center; }

.main-popular-head-nav {
  display: flex;
  gap: 10px;
  position: relative; }
  .main-popular-head-nav .slick-arrow {
    position: static;
    width: 52px;
    height: 13px; }
    .main-popular-head-nav .slick-arrow.slick-disabled {
      opacity: 0.5; }

.main-popular-head-nav-prev {
  width: 52px;
  height: 13px;
  background-image: url(../img/main-popular/arrow.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  cursor: pointer; }

.main-popular-head-nav-prev_disabled {
  background-image: url(../img/main-popular/arrow_dis.svg);
  transform: rotate(0); }

.main-popular-head-nav-next {
  width: 52px;
  height: 13px;
  background-image: url(../img/main-popular/arrow.svg);
  background-size: 100% 100%;
  cursor: pointer; }

.main-popular-head-nav-next_disabled {
  background-image: url(../img/main-popular/arrow_dis.svg);
  transform: rotate(180deg); }

.main-popular-row {
  border-right: 1.5px solid #F0F0F0; }

.main-popular-item {
  width: 304px;
  border: 1.5px solid #F0F0F0;
  border-right: 0;
  background: #FFF;
  padding: 13px 22px 24px 22px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column; }
  .main-popular-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }

.main-popular-photo {
  width: 191px;
  height: 191px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative; }

.main-popular-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.main-popular-weight {
  margin-top: 18px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }

.main-popular-weight-item {
  padding: 4px 7px;
  border: 1.5px solid #E9E9E9;
  color: #263038;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none; }

.main-popular-weight-item_active {
  border: 1.5px solid #5AB031; }

.main-popular-weight-item:hover {
  border: 1.5px solid #5AB031;
  text-decoration: none; }

.main-popular-name {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  margin-top: 15px;
  text-decoration: none;
  display: flex;
  transition: 0.3s;
  flex-grow: 1; }

.main-popular-name:hover {
  color: #5AB031; }

.main-popular-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; }

.main-popular-add-price {
  display: flex;
  flex-direction: column;
  position: relative; }

.main-popular-add-price_old {
  color: rgba(38, 48, 56, 0.4);
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  margin-bottom: 3px;
  width: fit-content;
  position: relative; }

.main-popular-add-price_old::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  right: -3px;
  height: 2px;
  background: red;
  transform: rotate(-8.221deg); }

.main-popular-add-price_main {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  white-space: nowrap; }

.main-popular-add-price_main-new {
  color: #FF0000; }

.main-popular-add-price_kg {
  color: rgba(38, 48, 56, 0.4);
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  margin-top: 6px; }

.main-popular-add-count {
  width: 98px;
  height: 48px;
  background-color: #F6F6F6;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.main-popular-add-count-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-popular-add-count-btn img {
    width: 8px;
    height: 8px; }

.main-popular-add-count-num {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  width: 40px;
  border: 0;
  background: no-repeat;
  text-align: center; }

.main-popular-fast, .main-popular-close {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  width: 100%;
  height: 48px;
  border: 1px solid #5AB031;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  transition: 0.3s;
  cursor: pointer; }

.main-popular-fast:hover, .main-popular-close:hover {
  background-color: #5AB031;
  color: #fff; }

.main-popular-fast:focus, .main-popular-close:focus {
  background-color: #479E1D; }

.main-popular-cart {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  height: 48px;
  background-color: #F42B2B;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  text-decoration: none;
  gap: 6px;
  transition: 0.3s; }

.main-popular-cart:hover {
  background-color: #FF3D31; }

.main-popular-cart:focus {
  background-color: #E40000; }

.main-popular-cart .cart__icon {
  display: flex; }
  .main-popular-cart .cart__icon svg {
    width: 22px;
    height: 22px;
    transition: 0.3s; }
.main-popular-cart:hover .cart__icon svg {
  width: 32px;
  height: 32px; }

.main-popular-bot {
  margin-top: 16px; }

.main-rec {
  margin-top: 129px; }

.main-rec .container {
  display: flex;
  justify-content: space-between; }

.main-rec-content {
  max-width: 625px;
  width: 100%; }

.main-rec-content-logo {
  width: 131.532px;
  height: 28.688px; }

.main-rec-content-logo img {
  width: 100%;
  height: 100%; }

.main-rec-content-title {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin-top: 27px;
  margin-bottom: 30px; }

.main-rec-content-text {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.main-rec-content-text p {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */ }

.main-rec-video {
  width: 730px;
  height: 434px; }

.main-rec-video iframe {
  width: 100%;
  height: 100%; }

.main-review {
  margin-top: 84px; }

.main-review-head-nav-prev {
  width: 52px;
  height: 13px;
  background-image: url(../img/main-popular/arrow.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  cursor: pointer; }

.main-review-head-nav-prev_disabled {
  background-image: url(../img/main-popular/arrow_dis.svg);
  transform: rotate(0); }

.main-review-head-nav-next {
  width: 52px;
  height: 13px;
  background-image: url(../img/main-popular/arrow.svg);
  background-size: 100% 100%;
  cursor: pointer; }

.main-review-head-nav-next_disabled {
  background-image: url(../img/main-popular/arrow_dis.svg);
  transform: rotate(180deg); }

.main-review-item {
  width: calc(100% / 3);
  border-radius: 6px;
  border: 1.5px solid #F0F0F0;
  background: #FFF;
  height: 279px;
  padding: 30px;
  padding-right: 20px;
  box-sizing: border-box; }

.main-review-item-head {
  display: flex;
  align-items: center;
  margin-bottom: 18px; }

.main-review-item-head-doc {
  width: 59px;
  height: 84px;
  box-sizing: border-box;
  border: 1.5px solid #F0F0F0;
  margin-right: 22px; }

.main-review-item-head-doc img {
  width: 59px;
  height: 100%; }

.main-review-item-head-content {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.main-review-item-head-content-name {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.main-review-item-head-content-link {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  text-decoration: none;
  transition: 0.3s; }

.main-review-item-head-content-link:hover {
  color: #479e1d; }

.main-review-item-head-date {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 1px; }

.main-review-item-head-date-day {
  color: #2B3646;
  text-align: right;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */ }

.main-review-item-head-date-year {
  color: rgba(43, 54, 70, 0.4);
  text-align: right;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */ }

.main-review-item-head-as {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available; }

.main-review-item-text {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 85px;
  overflow: hidden; }

.main-review-item-text-link {
  color: #2B3646;
  text-align: right;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  margin-top: 11px;
  text-decoration: none;
  display: flex;
  transition: 0.3s; }

.main-review-item-text-link:hover {
  color: #000; }

.main-review .slick-track {
  column-gap: 16px; }

.main-review-item-modal {
  width: 500px;
  max-width: 90%; }
  .main-review-item-modal .main-review-item-text-link {
    display: none; }
  .main-review-item-modal .main-review-item-text {
    text-overflow: unset;
    display: block;
    height: auto; }

.main-seo {
  margin-top: 65px; }

.main-seo .main-title {
  max-width: 606px;
  margin-bottom: 36px; }

.main-seo-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 210px;
  overflow: hidden;
  transition: 0.3s; }

.main-seo-text p {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */ }

.main-seo-more {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  margin-top: 32px;
  cursor: pointer; }

.main-call {
  margin-top: 76px; }

.main-call-content {
  border-radius: 12px;
  background: #F6F6F6;
  background-image: url(../img/main-call/bg.png);
  background-size: 100% 100%; }

/* .main-call-content::before {
    content: '';
    width: 656px;
    height: 100%;
    background-image: url(../img/main-call/bg.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
} */
.main-call-block {
  padding-top: 58px;
  padding-bottom: 56px;
  margin-left: auto;
  max-width: 696px;
  margin-right: 75px; }

.main-call-title {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  max-width: 413px;
  margin-bottom: 26px; }

.main-call-text {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.main-call-form {
  margin-top: 42px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center; }

.main-call-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(50% - 9px);
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.main-call-input {
  border: 1px solid #E8E8E8;
  background: #FFF;
  height: 50px;
  box-sizing: border-box;
  padding-left: 23px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: 0; }

.main-call-input::placeholder {
  color: rgba(43, 54, 70, 0.2); }

.mail-call-add {
  color: rgba(43, 54, 70, 0.5);
  font-family: "Opel Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: calc(50% - 9px); }
  .mail-call-add a {
    color: inherit; }

.mail-call-submit {
  border: 0;
  background: #5AB031;
  height: 50px;
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: calc(50% - 9px);
  line-height: 100%;
  /* 16px */
  cursor: pointer; }

.main-qst {
  margin-top: 72px; }

.main-qst-row {
  margin-top: 50px;
  border-top: 1.5px solid #F0F0F0; }

.main-qst-item {
  max-height: 72px;
  height: 100%;
  padding-left: 28px;
  padding-right: 30px;
  box-sizing: border-box;
  border-bottom: 1.5px solid #F0F0F0;
  border-left: 1.5px solid #F0F0F0;
  border-right: 1.5px solid #F0F0F0;
  background: #FFF;
  overflow: hidden;
  transition: 0.3s; }

.main-qst-item_active {
  max-height: 900px;
  border-bottom: 3px solid #5AB031; }

.main-qst-item-content {
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 48px; }

.main-qst-item-content p {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */ }

.main-qst-item-head {
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }

.main-qst-item-head::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/main-qst/arrow.svg);
  position: absolute;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s; }

.main-qst-item_active .main-qst-item-head::after {
  background-image: url(../img/main-qst/arrow_active.svg); }

.main-qst-item-head-num {
  color: rgba(38, 48, 56, 0.3);
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin-right: 27px;
  transition: 0.3s; }

.main-qst-item_active .main-qst-item-head-num {
  color: #5AB031; }

.main-qst-item-head-title {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */ }

.footer {
  margin-top: 62px;
  background-color: #121C24;
  padding-top: 48px; }

.footer-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px; }

.footer-info {
  display: flex;
  flex-direction: column;
  max-width: 360px; }

.footer-info-logo {
  width: 176px;
  height: 42.789px;
  margin-bottom: 46px; }

.footer-info-logo img {
  width: 100%;
  height: 100%; }

.footer-info-item {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px; }

.footer-info-item-icon {
  border-radius: 14px;
  background: #263038;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

.footer-info-item-icon img {
  width: 30px;
  height: 30px; }

.footer-info-item-text {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */ }

.footer-info-item-text a {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  transition: 0.3s; }

.footer-info-item-text a:hover {
  color: #5AB031; }

.footer-main-title {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 22px; }

.footer-main-title::after {
  content: '';
  height: 3px;
  width: 29px;
  background-color: #5AB031; }

.footer-main-list {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.footer-main-list-link {
  color: #9DAAB5;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-decoration: none;
  transition: 0.3s; }

.footer-main-list-link:hover {
  color: #5AB031; }

.footer-tel {
  max-width: 234px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 38px; }

.footer-tel-title {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-decoration: none; }

.footer-tel-title::after {
  content: '';
  height: 3px;
  width: 90%;
  background-color: #5AB031; }

.footer-tel-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */ }

.footer-tel-block span {
  color: #9DAAB5;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */ }

.footer-copy {
  background-color: #1C262E;
  height: 70px; }

.footer-copy .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9DAAB5;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-decoration: none; }

.footer-copy a {
  color: #9DAAB5;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-decoration: none;
  transition: 0.3s; }

.footer-copy a:hover {
  color: #5AB031; }

.main-popular-add-sd-cart {
  display: none; }

.catalog {
  /* margin-top: 51px; */ }

.catalog-chip {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 20px;
  margin-top: 30px; }

.catalog-chip-item > * {
  color: rgba(38, 48, 56, 0.5);
  font-family: "Opel Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap; }

.catalog-chip-item > span {
  color: #263038; }

.catalog-chip-item::after {
  content: '/';
  margin-left: 3px;
  margin-right: 3px; }

.catalog-chip-item:first-of-type {
  display: flex;
  align-items: center; }

.catalog-chip-item:first-of-type::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/catalog/home.svg);
  background-size: 100% 100%;
  margin-right: 7px; }

.catalog-chip-item:last-child::after {
  display: none; }

.title_main {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin-bottom: 23px; }

.catalog-nav {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-bottom: 13px; }

.catalog-nav-item {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
  padding: 15px 15px;
  text-decoration: none;
  background-color: #F6F6F6; }

.catalog-nav-item_active {
  background-color: #5AB031;
  color: #FFF;
  position: relative; }

.catalog-nav-item_active::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0; }

.catalog-nav-item_active::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  bottom: 0; }

.catalog-ad {
  display: flex;
  gap: 23px;
  padding: 11px 20px 13px 11px;
  background-color: #F6F6F6;
  width: fit-content;
  margin-bottom: 39px;
  flex-direction: row; }

.catalog-ad-price {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  display: flex;
  flex-direction: column;
  gap: 2px; }

.catalog-ad-price span {
  color: rgba(38, 48, 56, 0.4);
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */ }

.catalog-ad-price-btn {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding: 11px 24px;
  background-color: #5AB031;
  text-decoration: none; }

.catalog-add {
  display: none; }

.catalog-row {
  gap: 34px;
  display: flex;
  margin-top: 40px; }

.catalog-side {
  max-width: 250px;
  width: 100%;
  flex: none; }

.catalog-side_head {
  display: none; }

.catalog-side-category {
  margin-bottom: 34px;
  transition: 0.3s;
  overflow: hidden;
  background: #FFF;
  box-shadow: 5px 5px 40px 0px rgba(43, 54, 70, 0.15); }

.catalog-side-category_close {
  max-height: 60px; }

.catalog-side-category-btn {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  text-transform: uppercase;
  height: 60px;
  background-color: #5AB031;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 22px;
  padding-right: 24px;
  box-sizing: border-box;
  cursor: pointer; }

.catalog-side-category-btn::before {
  content: '';
  width: 25px;
  height: 12px;
  background-image: url(../img/header-nav/catalog-icon.svg);
  background-size: 100% 100%;
  margin-right: 15px; }

.catalog-side-category-btn::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/header-nav/catalog-arrow.svg);
  background-size: 100% 100%;
  margin-left: auto;
  transition: 0.3s; }

.catalog-side-category_close .catalog-side-category-btn::after {
  transform: rotate(180deg); }

.catalog-side-category-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFF;
  box-shadow: 5px 5px 40px 0px rgba(43, 54, 70, 0.15);
  padding-top: 13px;
  padding-bottom: 17px;
  box-sizing: border-box; }

.catalog-side-category-list-item {
  display: flex;
  gap: 16px;
  height: 54px;
  align-items: center;
  padding-left: 21px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  position: relative;
  transition: 0.3s; }

.catalog-side-category-list-item:hover {
  background-color: #F6F6F6; }

.catalog-side-category-list-item_active {
  background-color: #F6F6F6; }

.catalog-side-category-list-item_active::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  right: -3px;
  top: 0;
  bottom: 0;
  background-color: red; }

.catalog-side-category-list-item img {
  width: 42px;
  height: 46.33px; }

#slider-range {
  margin-top: 30px;
  margin-bottom: 12px;
  height: 4px;
  background: #E2E2EA;
  border: 0; }

.ui-slider .ui-slider-handle {
  width: 1.2em !important;
  background-color: transparent !important;
  background-image: url(/local/templates/sk/img/catalog/range.svg) !important;
  background-size: 100% 100% !important;
  border: 0 !important;
  margin-top: -4px !important;
  outline: 0 !important; }
  .ui-slider .ui-slider-handle:nth-of-type(1) {
    transform: translateX(0.5em); }
  .ui-slider .ui-slider-handle:nth-last-of-type(1) {
    transform: translateX(-0.4em); }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-active, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0 !important; }

.ui-slider-horizontal .ui-slider-range {
  background-color: #5AB031; }

.catalog-side-block_price-block {
  display: flex;
  justify-content: space-between;
  position: relative; }

.catalog-side-block_price-block::before {
  content: '';
  width: 9.8px;
  height: 2px;
  border-radius: 55px;
  background: #E2E2EA;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.catalog-side-block_price-block input {
  width: calc(50% - 10px);
  height: 41px;
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #263038;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box; }

.catalog-side-block_price-block input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield; }

.catalog-side-block {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E8E8E8;
  max-height: 500px;
  overflow: hidden;
  transition: 0.3s; }

.catalog-side-block:last-of-type {
  border-bottom: 0; }

.catalog-side-block_close {
  max-height: 21px; }

.catalog-side-block-btn {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }

.catalog-side-block-btn::after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../img/catalog/side-arrow.svg);
  background-size: 100% 100%;
  display: flex;
  transition: 0.3s;
  opacity: 0.5;
  transform: rotate(180deg); }

.catalog-side-block_close .catalog-side-block-btn::after {
  transform: rotate(0);
  opacity: 1; }

.range-slider {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  padding: 0 10px; }

.range-slider input[type="range"] {
  width: calc(100% - 20px);
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  height: 15px;
  margin: 0;
  position: absolute; }

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #4CAF50;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 2; }

.range-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #4CAF50;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 2; }

.range-slider input[type="range"]::-webkit-slider-runnable-track,
.range-slider input[type="range"]::-moz-range-track {
  background: #ddd;
  height: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1; }

.range-slider p {
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 3; }

.catalog-side-block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin-top: 20px; }

.catalog-side-block ul li {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.catalog-side-block ul li label {
  display: flex;
  gap: 12px;
  cursor: pointer; }
  .catalog-side-block ul li label.disabled {
    opacity: 0.3; }

.catalog-side-block ul li label input {
  min-width: 21px;
  max-width: 21px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  box-shadow: none; }

.catalog-side-block ul li label input::before {
  content: '';
  width: 21px;
  height: 19px;
  background: url(../img/catalog/check.svg) #fff;
  background-size: 100% 100%; }

.catalog-side-block ul li label input:checked:before {
  content: '';
  background: url(../img/catalog/check_active.svg) #fff;
  background-size: 100% 100%; }

.catalog-side-xcl {
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  background-color: #5AB031;
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  text-decoration: none;
  justify-content: flex-end;
  padding-right: 39px;
  box-sizing: border-box;
  position: relative;
  border: 0;
  cursor: pointer; }

.catalog-side-xcl::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1; }

.catalog-side-xcl::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1; }

.catalog-side-xcl-icon {
  width: 48px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #469C1D;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.catalog-side-xcl-icon::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/excel_cut.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1; }

.catalog-side-xcl-icon img {
  width: 100%;
  height: 100%; }

.catalog-content {
  width: calc(100% - 284px); }

.catalog-content-nav {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 13px; }

.catalog-content-nav-find {
  color: #2B3646;
  font-family: Klein;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 18px;
  white-space: nowrap; }

.catalog-content-nav-filter {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }

.catalog-content-nav-filter div {
  color: #2B3646;
  font-family: Klein;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 12px 12px;
  border: 1px solid rgba(43, 54, 70, 0.15);
  display: flex;
  align-items: center;
  gap: 12px; }

.catalog-content-nav-filter div a {
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/close.svg);
  background-size: 100% 100%; }

.catalog-content-nav-filter-reset {
  color: rgba(43, 54, 70, 0.4);
  font-family: Klein;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  margin-left: 8px; }

.catalog-content-nav-filter-reset::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/close.svg);
  background-size: 100% 100%; }

.catalog-content-row-block .catalog-content-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 1001px) {
    .catalog-content-row-block .catalog-content-row {
      grid-template-columns: repeat(4, 1fr); } }
.catalog-content-row-block-list .catalog-content-row {
  display: flex;
  flex-wrap: wrap; }
.catalog-content-row-block-list .main-popular-item {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: row;
  height: 221px;
  flex-wrap: wrap; }

.cart-pop .catalog-content-row {
  display: flex;
  flex-wrap: wrap; }
  .cart-pop .catalog-content-row_list .main-popular-item-content {
    justify-content: center; }
.cart-pop .main-popular-name {
  flex-grow: unset; }

.catalog-content-row .main-popular-item {
  /* max-width: 304px; */
  border-right: 1.5px solid #F0F0F0;
  /* border: 0; */
  min-width: 235px;
  width: 100%;
  /* max-width: 25%; */ }

.catalog-content-row-block-list .main-popular-item,
.cart-pop .catalog-content-row_list .main-popular-item {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: row;
  height: 221px;
  flex-wrap: wrap; }

.cart-pop .catalog-content-row_list .main-popular-item {
  flex-wrap: nowrap;
  gap: 12px; }

.catalog-content-row-block-list .main-popular-photo,
.cart-pop .catalog-content-row_list .main-popular-photo {
  margin-left: 0;
  margin-right: 0;
  width: 175px;
  height: 175px; }

.catalog-content-row-block-list .main-popular-item-container,
.cart-pop .catalog-content-row_list .main-popular-item-container {
  max-width: none; }

.catalog-content-row-block-list .main-popular-item-content,
.cart-pop .catalog-content-row_list .main-popular-item-content {
  display: flex;
  flex-direction: column; }

.catalog-content-row-block-list .main-popular-weight,
.cart-pop .catalog-content-row_list .main-popular-weight {
  order: 2; }

.catalog-content-row-block-list .main-popular-name,
.cart-pop .catalog-content-row_list .main-popular-name {
  order: 1; }

.catalog-content-row-block-list .main-popular-bot,
.cart-pop .catalog-content-row_list .main-popular-bot {
  position: unset;
  order: 3;
  margin-top: 21px; }

.catalog-content-row-block-list .main-popular-add,
.cart-pop .catalog-content-row_list .main-popular-add {
  width: fit-content;
  gap: 10px; }

/* .catalog-content-row_list .main-popular-fast, .catalog-content-row_list .main-popular-cart {
    display: none;
} */
.catalog-content-row-block-list .main-popular-block,
.cart-pop .catalog-content-row_list .main-popular-block {
  margin: auto;
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.catalog-content-row-block-list .main-popular-block {
  position: absolute;
  right: 43px;
  top: 0;
  bottom: 0; }

.catalog-content-row .main-popular-add-price {
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 10px;
  /* min-width: 136px; */
  max-width: 136px;
  align-items: flex-start; }

.catalog-content-row .main-popular-add-price_main {
  order: 1; }

.catalog-content-row .main-popular-add-price_old {
  order: 2;
  margin-bottom: 0; }

.catalog-content-row .main-popular-add-price_kg {
  order: 3; }

.catalog-content-bot {
  margin-top: 48px;
  display: flex;
  align-items: center; }

.catalog-content-pag {
  gap: 15px;
  align-items: center;
  display: flex; }

.catalog-content-pag-prev {
  display: flex;
  width: 22px;
  height: 22px;
  background-image: url(../img/catalog/pag_arrow.svg);
  background-size: 100% 100%; }

.catalog-content-pag-next {
  display: flex;
  width: 22px;
  height: 22px;
  background-image: url(../img/catalog/pag_arrow.svg);
  background-size: 100% 100%;
  transform: rotate(180deg); }

.catalog-content-pag-list {
  display: flex;
  gap: 10px; }

.catalog-content-pag-list > * {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-decoration: none;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center; }

.catalog-content-pag-list_active {
  border: 2px solid #F00; }

.catalog-content-bot-ref {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  margin-left: auto;
  text-decoration: none;
  border: 1px solid #5AB031;
  padding: 15px 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box; }

.catalog-content-bot-ref::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../img/catalog/ref.svg);
  background-size: 100% 100%; }

.catalog-content h2 {
  color: #263038;
  font-family: "Opel Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin: 0; }

h3 {
  color: #263038;
  font-family: "Opel Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin: 0 0 26px 0; }
  @media (max-width: 1000px) {
    h3 {
      font-size: 18px; } }

h4 {
  color: #263038;
  font-family: "Opel Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin: 0 0 20px 0; }
  @media (max-width: 1000px) {
    h4 {
      font-size: 16px; } }

.catalog-content-price {
  margin-top: 60px; }
  .catalog-content-price h2 {
    margin-bottom: 32px;
    font-size: 32px; }

.catalog-content-table {
  margin: 32px 0;
  background: #FFF;
  box-shadow: 5px 5px 40px 0 rgba(43, 54, 70, 0.15); }
  .catalog-content-table table {
    font-family: "Opel Sans", sans-serif; }
    .catalog-content-table table tr {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      width: 100%; }
    .catalog-content-table table th {
      background-color: #5AB031;
      padding: 20px 30px;
      box-sizing: border-box;
      color: #fff;
      bottom: 0; }
    .catalog-content-table table td:nth-child(1) {
      max-width: 670px; }
    .catalog-content-table table td:nth-child(2) {
      max-width: 240px; }
    .catalog-content-table table td:nth-child(3) {
      max-width: 160px; }

.catalog-content-table-head {
  background-color: #5AB031;
  padding: 20px 0;
  padding-left: 30px;
  box-sizing: border-box;
  color: #fff; }

.catalog-content-table-row {
  display: flex;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%; }

.catalog-content-table-row-name {
  max-width: 420px;
  width: 100%;
  flex: none; }

.catalog-content-table-row-sqr {
  max-width: 140px;
  width: 100%;
  flex: none; }

.catalog-content-table-row-price {
  max-width: 160px;
  width: 100%;
  flex: none; }

.catalog-content-table-row span {
  display: none; }

.catalog-content-table-body-item {
  height: 46px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #F6F6F6; }

.catalog-content-table-body-item:nth-child(2n) {
  background-color: #fff; }

.catalog-content-table-body-item a {
  color: #5AB031;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

.catalog-content-assort {
  margin-top: 52px; }
  .catalog-content-assort p {
    margin-top: 22px;
    margin-bottom: 22px;
    color: #263038;
    font-family: "Opel Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */ }

.catalog-content-assort-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px; }

.catalog-content-assort-list li {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  padding-left: 40px;
  flex-direction: column; }

.catalog-content-assort-list li::before {
  content: '';
  min-width: 24px;
  max-width: 24px;
  height: 26.526px;
  background-image: url(../img/catalog/list_icon.svg);
  background-size: 100% 100%;
  display: flex;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: 0; }

.catalog-content-assort-list li span {
  font-weight: 700;
  text-transform: uppercase;
  display: contents; }

.main-call-content {
  background-image: url(../img/catalog/call-bg.png); }

.main-call-title {
  color: #5AB031 !important;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  max-width: 490px;
  margin-bottom: 26px !important; }

.catalog-content-sert {
  margin-top: 54px; }

.catalog-content-sert .main-popular-head {
  margin-bottom: 0; }

.catalog-content-sert-row {
  width: 100%; }

.catalog-content-sert-row .slick-track {
  column-gap: 38px; }

.catalog-content-sert-row .slick-list {
  padding-top: 54px;
  padding-left: 20px;
  margin-left: -20px;
  padding-right: 20px;
  margin-right: -20px; }

.catalog-content-sert-item {
  /* max-width: 253px; */
  margin-left: auto;
  margin-right: auto;
  text-decoration: none; }

.catalog-content-sert-item-img {
  width: 100%;
  border: 3px solid #FFF;
  box-shadow: 2px 2px 20px 0px rgba(43, 54, 70, 0.15);
  box-sizing: border-box;
  cursor: pointer; }

.catalog-content-sert-item-name {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  margin-top: 17px;
  margin-bottom: 3px;
  padding: 5px; }

.catalog-content-sert-item-size {
  color: rgba(38, 48, 56, 0.5);
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */ }

.card-row {
  display: flex;
  justify-content: space-between;
  gap: 63px;
  margin-top: 41px; }

.card-main-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 63px; }

.card-info {
  max-width: 446px;
  width: 100%; }

.card-info-rating {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none; }

.card-info-rating_star {
  display: flex;
  gap: 5px; }

.card-info-rating_star-item {
  width: 18px;
  height: 17px;
  background-image: url(../img/card/star.svg);
  background-size: 100% 100%; }

.card-info-rating_star-item_dis {
  background-image: url(../img/card/star_dis.svg); }

.card-info-rating-total {
  color: #303640;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.card-info .main-popular-weight {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }

.card-info .main-popular-weight-item {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  padding: 6px 10px;
  text-decoration: none; }

.card-info-char {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 29px; }

.card-info-char-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */ }

.card-info-char-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none; }

.card-info-char-list li {
  display: flex;
  gap: 25px;
  border-bottom: 2px dotted rgba(43, 54, 70, 0.25);
  padding-bottom: 10px; }

.card-info-char-list li span:nth-child(1) {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  min-width: 170px; }

.card-info-char-list li span:nth-child(2) {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */ }

.card-info-video {
  margin-top: 40px;
  display: flex;
  gap: 28px;
  align-items: center; }

.card-info-video-link {
  width: 124px;
  height: 70px;
  border-radius: 4px;
  position: relative; }

.card-info-video-link::before {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(../img/card/video_btn.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s; }

.card-info-video-link:hover::before {
  opacity: 1; }

.card-info-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.card-info-video-text {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  max-width: 200px; }

.card-side {
  max-width: 360px;
  width: 100%;
  margin-left: auto; }

.card-side-nav {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.card-side-nav-item {
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 31px;
  box-sizing: border-box;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  background-color: #F6F6F6;
  transition: 0.3s;
  border: 1.5px solid #F6F6F6;
  cursor: pointer; }

[data-entity="items-row"] {
  width: 25%;
  border: 1.5px solid #F0F0F0; }

.card-side-nav-item_active {
  border: 1.5px solid #5AB031;
  background-color: #fff; }

.card-side-nav-item-dis {
  width: 40.375px;
  height: 16.15px;
  font-family: "Opel Sans";
  font-size: 12.561px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12.561px */
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  padding-left: 13px;
  box-sizing: border-box;
  background-size: 100% 100%;
  margin-right: 12px; }

.card-side-nav-item-price {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end; }

.card-side-nav-item-price-main {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.card-side-nav-item-price-old {
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: rgba(38, 48, 56, 0.4);
  position: relative;
  width: fit-content; }

.card-side-nav-item-price-old::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  right: -3px;
  height: 2px;
  background: red;
  transform: rotate(-8.221deg); }

.card-side-nav-item-price-new {
  color: #F00;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.card-side .main-popular-bot {
  position: unset;
  margin-top: 26px; }

.card-side .main-popular-add-price {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  min-width: 136px;
  max-width: 136px;
  align-items: center; }

.card-side .main-popular-add-price_main {
  order: 1; }

.card-side .main-popular-add-price_old {
  order: 2;
  margin-bottom: 0; }

.card-side .main-popular-add-price_kg {
  order: 3; }

.card-side .main-popular-add-count-num {
  flex-direction: column;
  display: flex;
  align-items: center; }

.main-popular-add-count-num span {
  color: rgba(38, 48, 56, 0.4);
  font-family: "Opel Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }

.card-side .main-popular-add-count {
  width: 133px; }

.card-side-add {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 2px; }

.card-side-add-block {
  padding: 18px 30px;
  box-sizing: border-box;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  gap: 14px; }

.card-side-add-block-item {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.card-side-add-block-item-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  display: flex;
  flex-direction: column; }

.card-side-add-block-item-title span {
  color: rgba(43, 54, 70, 0.5); }

.card-side-add-block-item-text {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  position: relative;
  display: flex; }

.card-side-add-block-item-text_nal {
  align-items: center; }

.card-side-add-block-item-text_nal::before {
  content: '';
  width: 9px;
  height: 8px;
  background-image: url(../img/card/gal.svg);
  background-size: 100% 100%;
  margin-right: 5px; }

.card-side-add-block-item-text span {
  font-size: 9px; }

.card-slider {
  max-width: 506px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.card-slider-main {
  width: 100%;
  border-radius: 8px;
  height: 398px;
  position: relative; }

.card-slider-main-item {
  border-radius: 23px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc; }

.card-slider-main-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.slick-arrow {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
  border: 0;
  font-size: 0; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.main-sert-head-nav-prev {
  width: 52px;
  height: 13px;
  position: static;
  background-image: url(../img/main-popular/arrow.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  cursor: pointer; }

.main-sert-head-nav-prev_disabled {
  background-image: url(../img/main-popular/arrow_dis.svg);
  transform: rotate(0); }

.main-sert-head-nav-next {
  width: 52px;
  height: 13px;
  position: static;
  background-image: url(../img/main-popular/arrow.svg);
  background-size: 100% 100%;
  cursor: pointer; }

.main-sert-head-nav-next_disabled {
  background-image: url(../img/main-popular/arrow_dis.svg);
  transform: rotate(180deg); }

.card-slider-add {
  height: 89px; }

.card-slider-add .slick-track {
  column-gap: 9px; }

.card-slider-add-item {
  border: 1.5px solid transparent;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.3s;
  padding: 5px; }

.card-slider-add .card-slider-main-item {
  border-radius: 12px; }
.card-slider-add .slick-current {
  border-color: #F00; }

.card-slider-add-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px; }

.card .main-ach {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px; }

.main-cnt {
  margin-top: 100px; }

.main-cnt-nav {
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  gap: 40px;
  margin-bottom: 40px; }

.main-cnt-nav-item {
  padding-bottom: 16px;
  color: rgba(38, 57, 79, 0.4);
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 5px solid transparent; }

.main-cnt-nav-item_active {
  color: #26394f;
  border-bottom: 5px solid #5AB031; }

.main-cnt-content-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  margin-bottom: 27px; }

.main-cnt-content p {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  margin-bottom: 20px; }

.main-cnt-content .card-info-char-list {
  margin-top: 47px; }

.main-cnt-content-item {
  display: none; }

.main-cnt-content-item_active {
  display: flex !important;
  flex-direction: column; }

.main-cnt-content-item_review {
  display: none;
  gap: 32px;
  flex-direction: row; }

.main-cnt-content-item_review-catalog {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; }

.main-cnt-content-item_review-catalog-item {
  border-radius: 6px;
  border: 1.5px solid #F0F0F0;
  padding: 30px;
  padding-top: 25px;
  box-sizing: border-box;
  width: 100%;
  background: #FFF; }

.main-cnt-content-item_review-catalog-item-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px; }

.main-cnt-content-item_review-catalog-item-head-main {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.cart-pop {
  width: 872px;
  /* max-height: 80vh; */
  background-color: #fff;
  /*right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;*/
  margin: 0 auto;
  z-index: 10;
  padding: 0; }
  .cart-pop .fancybox-close-small {
    display: none; }
  .cart-pop.buyoneclick-pop {
    max-width: 512px; }
    .cart-pop.buyoneclick-pop .cart-pop-head {
      border-bottom: 0; }
    .cart-pop.buyoneclick-pop .cart-pop-content {
      margin-top: 0; }
    .cart-pop.buyoneclick-pop .catalog-content-row_list .main-popular-item {
      gap: 23px;
      height: auto; }
      .cart-pop.buyoneclick-pop .catalog-content-row_list .main-popular-item .main-popular-photo {
        width: 80px;
        height: 80px; }
      .cart-pop.buyoneclick-pop .catalog-content-row_list .main-popular-item .main-popular-name {
        margin-top: 0;
        flex-grow: unset; }
      .cart-pop.buyoneclick-pop .catalog-content-row_list .main-popular-item .main-popular-add {
        width: 100%;
        justify-content: space-between; }
    .cart-pop.buyoneclick-pop .buyoneclick-pop-form {
      padding: 0 40px 40px; }
      .cart-pop.buyoneclick-pop .buyoneclick-pop-form .main-banner-form-label {
        margin-bottom: 20px; }
      .cart-pop.buyoneclick-pop .buyoneclick-pop-form .main-banner-form-submit {
        height: 60px;
        margin-bottom: 20px; }
    .cart-pop.buyoneclick-pop .thx-block {
      margin-top: 0; }

.cart-pop .main-popular-cart::before {
  display: none; }

.cart-pop-head {
  display: flex;
  align-items: center;
  height: 82px;
  width: 100%;
  padding: 0 40px;
  color: #263038;
  font-family: "Opel Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  box-sizing: border-box;
  border-bottom: 2px solid #F0F0F0; }

.cart-pop-head-close {
  width: 12px;
  height: 12px;
  background-image: url(../img/catalog/close.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 40px;
  cursor: pointer; }

.cart-pop-content {
  margin-top: 44px; }

.cart-pop .main-popular-item {
  border: 0; }

.pop-slide {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0; }

.pop-slide .main-title {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */ }

.pop-slide .main-popular-item {
  height: fit-content; }

.pop-slide .main-popular-weight {
  display: none; }

.pop-slide .main-popular-add-count {
  display: none; }

.pop-slide .main-popular-photo {
  width: 184px;
  height: 184px; }

.pop-slide .main-popular-bot {
  position: unset; }

.pop-slide .main-popular-fast {
  display: none; }

.pop-slide .main-popular-add {
  margin-top: 16px; }

.pop-slide .main-popular-add-price {
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px; }

.pop-slide .main-popular-cart {
  width: 184px;
  margin-top: 18px; }

.pop-slide .main-popular-add-price_kg {
  display: none; }

.fast-pop {
  position: fixed;
  width: 512px;
  /* max-height: 80vh; */
  height: 419px;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20;
  display: none; }

.fast-pop_active {
  display: block; }

.fast-pop .cart-pop-head {
  border: 0; }

.fast-pop .main-popular-item {
  gap: 23px;
  border: 0;
  height: fit-content;
  padding-left: 36px;
  padding-right: 36px; }

.fast-pop .main-popular-item-content {
  width: calc(100% - 113px); }

.fast-pop .main-popular-weight {
  display: none; }

.fast-pop .main-popular-add {
  width: 100%; }

.fast-pop .main-banner-form-label {
  padding: 0 36px;
  margin-bottom: 21px; }

.fast-pop .main-popular-block {
  display: none; }

.fast-pop-head-close {
  width: 12px;
  height: 12px;
  background-image: url(../img/catalog/close.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 40px;
  cursor: pointer; }

.fast-pop .catalog-content-row-block-list .main-popular-photo {
  width: 80px;
  height: 80px; }

.fast-pop-btn {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
  background-color: #5AB031;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  width: calc(100% - 72px);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none; }

.main-cnt-content-item_review-catalog-item-text {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 29px; }

.main-cnt-content-item_review-catalog-item-text p {
  margin: 0; }

.main-cnt-content-item_review-catalog-item-add {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.main-cnt-content-item_review-catalog-item-add-item {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */ }

.main-cnt-content-item_review-catalog-item-add-item span {
  font-weight: 700; }

.main-cnt-content-item_review-rating {
  max-width: 440px;
  height: fit-content;
  width: 100%;
  background: #FFF;
  box-shadow: 5px 5px 40px 0px rgba(43, 54, 70, 0.15); }

.main-cnt-content-item_review-rating-head {
  padding: 25px 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #F0F0F0; }

.main-cnt-content-item_review-rating-head-rate {
  color: rgba(43, 54, 70, 0.5);
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */ }

.main-cnt-content-item_review-rating-head-rate-num {
  color: #303640;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.main-cnt-content-item_review-rating-body {
  padding: 30px; }

.main-cnt-content-item_review-rating-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.main-cnt-content-item_review-rating-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-cnt-content-item_review-rating-list-item_name {
  color: #303640;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 66px; }

.main-cnt-content-item_review-rating-list-item_line {
  width: 260px;
  height: 3px;
  background-color: #EEEEED;
  border-radius: 20px;
  position: relative; }

.main-cnt-content-item_review-rating-list-item_line-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #FFD600;
  border-radius: 20px; }

.main-cnt-content-item_review-rating-list-item_num {
  color: #303640;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.main-cnt-content-item_review-rating-body-link {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  width: 100%;
  height: 48px;
  background-color: #5AB031;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  cursor: pointer; }

.pop {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 48, 56, 0.3);
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.pop_active {
  display: block; }

.pop-review {
  width: 512px;
  padding: 39px 56px;
  padding-bottom: 46px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: fit-content; }

.pop-review-title {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  text-align: center; }

.pop-review-form {
  margin-top: 42px;
  display: flex;
  flex-direction: column; }

.pop-review-form-label {
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.pop-review-form-label input {
  width: 100%;
  height: 50px;
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  color: #2b3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 23px;
  box-sizing: border-box; }

.pop-review-form-label input::placeholder {
  color: rgba(43, 54, 70, 0.5); }

.pop-review-form-label textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  box-sizing: border-box;
  resize: none;
  padding-top: 15px;
  padding-left: 23px;
  color: #2b3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.pop-review-form-label textarea::placeholder {
  color: rgba(43, 54, 70, 0.5); }

.pop-review-form-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px; }

.catalog-content-nav-sort {
  margin-left: auto;
  position: relative; }

.catalog-content-nav-sort-btn {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 244px;
  height: 50px;
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  text-align: left;
  padding-left: 19px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center; }

.catalog-content-nav-sort-btn::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/card/pop_arrow.svg);
  background-size: 100% 100%; }

.catalog-content-nav-sort-btn::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../img/card/pop_arrow.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto; }

.catalog-content-nav-sort-dropdown {
  margin-top: 10px;
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 11; }

.show-dropdown {
  display: flex !important; }

.catalog-content-nav-sort-dropdown li {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.catalog-content-nav-sort-dropdown li a {
  color: inherit;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center; }

.catalog-content-nav-type {
  display: flex;
  gap: 7px;
  margin-left: auto; }

.catalog-content-nav-type-btn {
  width: 46px;
  height: 46px;
  background-color: #F4F4F4;
  cursor: pointer; }

.catalog-content-nav-type-btn_block {
  background-image: url(../img/catalog/type_1.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center center; }

.catalog-content-nav-type-btn_block_active {
  background-image: url(../img/catalog/type_1_active.svg); }

.catalog-content-nav-type-btn_list {
  background-image: url(../img/catalog/type_2.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center center; }

.catalog-content-nav-type-btn_list_active {
  background-image: url(../img/catalog/type_2_active.svg); }

.pop-review-form-submit {
  width: 100%;
  height: 60px;
  background-color: #5AB031;
  border: 0;
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
  cursor: pointer; }

.pop-review-close {
  width: 12px;
  height: 12px;
  background-image: url(../img/card/close.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }

.main-cnt .catalog-content-assort-list {
  gap: 34px; }

.main-cnt-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  margin-top: 52px;
  margin-bottom: 29px; }

.catalog-content-assort-list li ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none; }

.catalog-content-assort-list li ul li {
  padding-left: 20px; }

.catalog-content-assort-list li ul li::before {
  content: '';
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  background-color: #5AB031;
  background-image: none;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto; }

.main-cnt .catalog-content-price {
  margin-top: 0; }

.main-cnt .catalog-content-price h2 {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */ }

.main-cnt .catalog-content-price {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */ }

.main-cnt .catalog-content-sert {
  margin-top: 0; }

.cart-row {
  gap: 23px;
  display: flex; }

.cart-return {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 38px;
  flex: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  box-shadow: 3px 3px 18px 0 rgba(0, 0, 0, 0.1); }

.cart-content {
  width: calc(100% - 463px); }

.cart-good {
  display: flex;
  flex-direction: column; }

.cart-good-item {
  padding: 22px 58px 22px 25px;
  box-sizing: border-box;
  border: 1.5px solid #F0F0F0;
  border-top: 0;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative; }
  .cart-good-item.removed .cart-good-item-photo img {
    opacity: 0.3; }
  .cart-good-item.removed .cart-good-content {
    opacity: 0.3; }

.cart-good-item:first-child {
  border-top: 1.5px solid #F0F0F0; }

.cart-good-item-photo {
  width: 159px;
  height: 159px;
  position: relative; }

.cart-good-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.cart-good-name {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-decoration: none;
  transition: 0.3s; }

.cart-good-name:hover {
  color: #5AB031; }

.cart .main-popular-weight {
  margin-top: 19px; }

.cart-good-item-add {
  margin-top: 20px;
  display: flex;
  gap: 24px;
  align-items: center; }

.cart-good-item-add-each {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */ }

.cart-good-item .main-popular-add-price {
  position: absolute;
  right: 58px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  align-items: flex-end; }

.cart-good-content-close {
  width: 12px;
  height: 12px;
  background-image: url(../img/card/close.svg);
  background-size: 100% 100%;
  top: 20px;
  right: 20px;
  position: absolute;
  cursor: pointer; }

.cart-side {
  max-width: 350px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(5px 5px 40px rgba(43, 54, 70, 0.15));
  background-color: #fff;
  position: sticky;
  top: 0;
  transition: .2s; }
  .cart-side.block-hide {
    opacity: 0; }

.cart-side-nav {
  display: flex;
  height: 44px; }

.cart-side-nav-item {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  background-color: #F6F6F6;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  cursor: pointer; }

.cart-side-nav-item_active {
  background-color: #fff;
  color: #5AB031; }

.cart-side-content {
  padding: 24px; }

.cart-side-promo {
  position: relative; }

.cart-side-promo input {
  width: 100%;
  height: 50px;
  border: 2px dashed rgba(38, 48, 56, 0.1);
  padding-left: 15px;
  box-sizing: border-box;
  color: #2b3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding-right: 112px; }

.cart-side-promo a {
  text-decoration: none;
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  height: fit-content; }

.cart-side-promo input::placeholder {
  color: rgba(43, 54, 70, 0.4); }

.cart-side-total {
  padding: 18px 24px;
  background-color: #F6F6F6;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px; }

.cart-side-total-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */ }

.cart-side-total-item span:nth-child(2) {
  font-weight: 400; }

.cart-side-final {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }
  .cart-side-final .main-popular-add-price {
    align-items: flex-end; }

.cart-side-final-price {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */ }

.cart-side-btn {
  width: 100%;
  height: 48px;
  background-color: #5AB031;
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  transition: 0.3s;
  border: 1px solid #5AB031;
  cursor: pointer; }

.cart-side-btn:hover {
  border: 1px solid rgba(38, 48, 56, 0.1);
  background-color: #fff;
  color: #5AB031; }

.cart-side-ur {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px; }

.cart-side-ur input {
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.cart-side-ur input::placeholder {
  color: rgba(43, 54, 70, 0.4); }

.cart-side-ur a {
  border: 1px solid rgba(38, 48, 56, 0.1);
  background-color: #fff;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5AB031;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s; }

.cart-side-ur a:hover {
  background-color: #5AB031;
  color: #fff;
  border: 1px solid #5AB031;
  text-decoration: none; }

.cart-also {
  border-right: 1.5px solid #F0F0F0; }

.cart-also .main-popular-add-count {
  display: none; }

.ofor-row {
  display: flex;
  gap: 23px;
  margin-top: 37px; }

.ofor-content {
  width: 100%; }

.ofor-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 43px; }

.ofor-nav-item {
  color: #26394F;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  padding: 17px 18px;
  background: #F7F7F7;
  text-decoration: none; }

.ofor-nav-item_active {
  color: #FFF;
  background-color: #5AB031; }

.ofor-list {
  display: flex;
  flex-direction: column;
  gap: 38px; }

.ofor-list-item {
  /* padding-left: 67px; */
  padding-bottom: 46px;
  position: relative; }

.ofor-list-item:last-child::before {
  display: none; }

.ofor-list-item:last-child::after {
  display: none; }

.ofor-list-item::before {
  content: '';
  height: calc(100% - 53px);
  width: 2px;
  background-color: #F4F4F4;
  position: absolute;
  left: 0;
  bottom: 0; }

.ofor-list-item::after {
  content: '';
  width: auto;
  height: 2px;
  background-color: #F4F4F4;
  left: 67px;
  right: 0;
  bottom: 0;
  position: absolute; }

.ofor-list-title {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */ }

.ofor-list-title span {
  width: 45px;
  height: 24px;
  background-color: #5AB031;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  position: relative; }

.ofor-list-title span::before {
  content: '';
  width: 8px;
  height: 11px;
  background-image: url(../img/ofor/rec.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -8px; }

.ofor-list-content {
  padding-left: 67px;
  display: flex;
  flex-direction: column; }

.ofor-list-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.ofor-list-label input {
  border: 1px solid #E8E8E8;
  background: #F6F6F6;
  width: 100%;
  height: 50px;
  padding-left: 23px;
  box-sizing: border-box;
  color: #2b3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.ofor-list-label input::placeholder {
  color: rgba(43, 54, 70, 0.4); }

.ofor-list-map {
  height: 332px;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 17px; }
  .ofor-list-map #map {
    width: 100%;
    height: 100%; }

.ofor-list-switch {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0; }

.toggle-switch {
  display: inline-block; }

.toggle-switch-checkbox {
  display: none; }

.toggle-switch-label {
  display: block;
  position: relative;
  width: 48px;
  height: 28px;
  background-color: #ccc;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease; }

.toggle-switch-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2.5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease; }

.toggle-switch-checkbox:checked + .toggle-switch-label {
  background-color: #4caf50; }

.toggle-switch-checkbox:checked + .toggle-switch-label::before {
  transform: translateX(23px); }

.toggle-switch-label::after {
  content: '';
  border-radius: 5px;
  background: #FFF;
  width: 2px;
  height: 12px;
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px; }

.ofor-list-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px; }

.ofor-list-label_master {
  width: calc(100% / 3 * 2 - 12px); }

.ofor-list-label_num {
  width: calc(100% / 3 * 1 - 12px); }

.ofor-type {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.ofor-type-item {
  padding: 17px 22px;
  background-color: #F6F6F6;
  border: 1.5px solid transparent;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  cursor: pointer; }

.ofor-type-item_active {
  border: 1.5px solid #5AB031; }

.ofor-type-item input {
  opacity: 0;
  width: 0;
  height: 0; }

.ofor-date {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.ofor-date-item {
  width: 152px;
  height: 130px;
  border: 2px solid #F0F0F0;
  background: #FFF;
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer; }

.ofor-date-item_active {
  border: 2px solid #5AB031; }

.ofor-date-item::before {
  content: '';
  width: 21px;
  height: 19px;
  left: 10px;
  top: 10px;
  background-image: url(../img/catalog/check.svg);
  background-size: 100% 100%;
  position: absolute; }

.ofor-date-item_active::before {
  background-image: url(../img/catalog/check_active.svg); }

.ofor-date-item input {
  width: 0;
  height: 0;
  opacity: 0; }

.ofor-date-item_txt {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */ }

.ofor-date-item_num {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */ }

.ofor-time {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.ofor-time-item {
  width: 100%;
  padding: 20px 60px;
  box-sizing: border-box;
  border: 2px solid #F0F0F0;
  background: #FFF;
  position: relative;
  cursor: pointer; }

.ofor-time-item_active {
  border: 2px solid #5AB031; }

.ofor-time-item::before {
  content: '';
  width: 19px;
  height: 21px;
  background-image: url(../img/catalog/check.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 17px;
  left: 19px; }

.ofor-time-item_active::before {
  background-image: url(../img/catalog/check_active.svg); }

.ofor-time-item_title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.ofor-time-item_row {
  display: none;
  margin-top: 16px;
  gap: 26px; }

.ofor-time-item_active .ofor-time-item_row {
  display: flex;
  align-items: center; }

.ofor-time-item_row .catalog-content-nav-sort {
  margin-left: 0; }

.ofor-time-item_row-text {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 172px; }

.ofor-time-item input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute; }

.ofor-time-item-sum {
  color: rgba(38, 48, 56, 0.3);
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  position: absolute;
  right: 22px;
  top: 20px; }

.ofor-time-item_active .ofor-time-item-sum {
  color: #F00; }

.ofor-list-content .cart-side-promo {
  max-width: 360px;
  width: 100%; }

.ofor-pay {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.ofor-pay-item {
  padding: 17px 22px;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  background: #F6F6F6;
  border: 1.5px solid transparent;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer; }

.ofor-pay-item_active {
  border: 1.5px solid #5AB031; }

.ofor-pay-item input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute; }

.ofor-pay-item-icon {
  width: 22px;
  height: 22px; }

.ofor-pay-item-icon img {
  width: 100%;
  height: 100%; }

.ofor-pay-item-icon_active {
  display: none; }

.ofor-pay-item_active img {
  display: none; }

.ofor-pay-item_active .ofor-pay-item-icon_active {
  display: flex; }

.ofor-list-content .ofor-list-row {
  margin-top: 23px;
  margin-bottom: 33px; }

.ofor-final {
  display: flex;
  gap: 3px; }

.ofor-final-sum {
  padding: 24px;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  gap: 7px;
  box-sizing: border-box;
  min-width: 342px; }

.ofor-final-sum-item {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 17px;
  white-space: nowrap; }

.ofor-final-sum-item span {
  font-weight: 700;
  white-space: nowrap; }

.ofor-final-pay {
  width: 100%;
  background-color: #F6F6F6;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ofor-final-pay-num {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #F00;
  font-family: "Opel Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */ }

.ofor-final-pay-num span {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */ }
  .ofor-final-pay-num span.total-price {
    font-weight: 700;
    font-size: 22px; }

.ofor-final-btn {
  text-decoration: none;
  border: none;
  width: 248px;
  height: 48px;
  background-color: #5AB031;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */ }

.ofor .cart-side-total {
  margin-top: 0; }

.ofor-final-policy {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  margin-top: 20px;
  display: flex;
  gap: 11px; }

.ofor-final-policy input {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%; }

.ofor-final-policy input::before {
  content: '';
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border: 1px solid #121C24;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 3px;
  box-sizing: border-box; }

.ofor-final-policy input:checked:before {
  background-image: url(../img/ofor/gal.svg);
  background-size: contain;
  background-color: #5ab031;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: transparent; }

.ofor-final-policy a {
  color: inherit;
  display: contents;
  text-decoration: underline; }

.thx-block {
  padding-top: 49px;
  padding-bottom: 37px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 58px; }

.thx-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 18px; }

.thx-icon img {
  width: 100%;
  height: 100%; }

.thx-title {
  color: #26394F;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  margin-bottom: 27px; }

.thx-text {
  max-width: 498px;
  color: #26394F;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 3px; }

.thx-num {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.thx-num span {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */ }

.thx-btn {
  text-decoration: none;
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding: 16px 54px;
  background-color: #5AB031;
  margin-top: 21px; }

.delivery-block {
  display: flex;
  gap: 83px;
  width: 100%;
  border-radius: 12px;
  background: #FFF;
  filter: drop-shadow(5px 5px 40px rgba(43, 54, 70, 0.15));
  margin-bottom: 46px; }

.delivery-map {
  max-width: 656px;
  width: 100%;
  height: 633px; }

.delivery-map iframe {
  border-radius: 12px 0 0 12px; }

.delivery-content {
  padding: 39px 0;
  max-width: 681px; }

.delivery-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  max-width: 413px;
  margin-bottom: 38px; }

.delivery-title::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5AB031;
  outline: 3px solid rgba(90, 176, 49, 0.3);
  display: inline-flex;
  position: relative;
  top: -4px;
  right: -5px; }

.delivery-type {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.delivery-type-title {
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */ }

.delivery-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.delivery-type-item {
  padding: 17px 22px;
  background-color: #F6F6F6;
  border: 1.5px solid transparent;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  position: relative; }

.delivery-type-item_active {
  border: 1.5px solid #5AB031;
  background: #FFF; }

.delivery-type-item input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute; }

.delivery-adr, .delivery-weight {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.delivery-weight {
  margin-top: 0;
  margin-bottom: 23px; }

.delivery-adr input,
.delivery-weight input {
  width: 100%;
  height: 50px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  padding-left: 23px;
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box; }

.delivery-final {
  margin-top: 39px;
  display: flex;
  align-items: center;
  height: 71px;
  background-color: #5AB031;
  padding-left: 65px;
  padding-right: 12px;
  box-sizing: border-box;
  position: relative; }

.delivery-final::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0; }

.delivery-final::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  position: absolute;
  transform: rotate(180deg);
  right: 0;
  bottom: 0; }

.delivery-final-text {
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  max-width: 200px;
  display: flex;
  flex-direction: column; }

.delivery-final-text span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

.delivery-final-text::before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/delivery/tran.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto; }

.delivery-final-sum {
  margin-left: auto;
  color: #FFF;
  font-family: "Opel Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 21px;
  white-space: nowrap; }

.delivery-final-sum::before {
  content: '';
  width: 8px;
  height: calc(100% + 6px);
  background-image: url(../img/delivery/line.svg);
  background-size: 100% 100%;
  display: flex;
  position: relative; }

.delivery-final-btn {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding: 15px 35px;
  text-decoration: none;
  background-color: #fff;
  margin-left: 21px; }

.review-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px; }
  .review-row.slick-slider {
    display: block; }

.review-row .main-review-item {
  width: calc(100% / 3 - 10px); }

.title_main_text {
  color: #263038;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  margin-bottom: 40px; }

.sert-row {
  display: flex;
  gap: 63px;
  flex-wrap: wrap; }

.sert-row .catalog-content-sert-item {
  width: calc(20% - 51px); }

.sert-row .catalog-content-sert-item-name {
  font-size: 17px; }

.contact-row {
  display: flex;
  justify-content: space-between; }

.contact-content {
  max-width: 423px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px; }

.contact-content-item {
  display: flex;
  gap: 16px;
  align-items: center; }

.contact-content-item-icon {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1.5px solid rgba(43, 54, 70, 0.15);
  padding: 10px;
  box-sizing: border-box; }

.contact-content-item-icon img {
  width: 100%;
  height: 100%; }

.contact-content-item-text {
  display: flex;
  flex-direction: column;
  color: #26394f;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.contact-content-item-text span {
  color: rgba(38, 57, 79, 0.4);
  font-weight: 400; }

.contact-content-item-text_mail span {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.contact-content-item-text_mail a {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

.contact-content-item-text_tel {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.contact-content-item-text_tel a {
  color: #2B3646;
  font-family: "Opel Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

.contact-map {
  max-width: 888px;
  height: 430px;
  width: 100%; }

.contact-content .title_main {
  margin-bottom: 6px; }

.price-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px; }

.price-head .catalog-side-xcl {
  width: 260px; }
  @media (max-width: 1000px) {
    .price-head .catalog-side-xcl {
      width: 170px; } }

.price-row {
  display: flex;
  flex-direction: column;
  border-top: 1.5px solid #F0F0F0; }

.price-item {
  width: 100%;
  max-height: 94px;
  border: 1.5px solid #F0F0F0;
  background: #FFF;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  border-top: 0; }

.price-item_active {
  max-height: 2000px;
  transition: 0.3s; }

.price-item-head {
  width: 100%;
  height: 94px;
  display: flex;
  justify-content: center;
  padding-left: 30px;
  box-sizing: border-box;
  color: #263038;
  font-family: "Opel Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  display: flex;
  flex-direction: column-reverse;
  gap: 14px;
  position: relative; }

.price-item-head::before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #F00;
  display: flex; }

.price-item-head::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/main-qst/arrow.svg);
  position: absolute;
  background-size: 100% 100%;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s; }

.price-item_active .price-item-head::after {
  transform: rotate(180deg); }

.price-item-content {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30px; }
  .price-item-content .catalog-content-price {
    margin-top: 0; }

.price-item-content .catalog-content-table {
  margin-top: 0; }

.rek-row {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.rek-item {
  display: flex;
  flex-direction: column;
  color: #2b3646;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.rek-item span {
  color: rgba(43, 54, 70, 0.6);
  font-weight: 400; }

.rek-item a {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

.rek-add {
  display: flex;
  gap: 13px;
  margin-top: 42px; }

.rek-add .catalog-side-xcl {
  width: 219px;
  padding-right: 26px; }

.rek-add_copy {
  color: #5AB031;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  width: 154px;
  height: 51px;
  border: 1px solid #DFE1E3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative; }

.rek-add_copy::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/rek/cut.svg);
  background-size: 100% 100%;
  position: absolute;
  left: -1px;
  top: -1px; }

.rek-add_copy::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/rek/cut.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  right: -1px;
  bottom: -1px; }

.header-nav-row-add {
  display: none; }

.error-num {
  color: #F00;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 222px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 222px */
  margin-top: 48px; }

.error-title {
  color: #26394F;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */ }

.error-text {
  margin-top: 34px;
  color: #26394F;
  font-family: "Opel Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center; }

.error-btn {
  padding: 16px 64px;
  background-color: #5AB031;
  color: #FDFDFD;
  font-family: "Opel Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  text-decoration: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: fit-content;
  margin-top: 36px; }

.error-btn::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0; }

.error-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../img/catalog/cut.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  bottom: 0; }

.pop-review-form-rate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px; }

.pop-review-form-rate-item {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #2B3646;
  text-align: center;
  font-family: "Opel Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer; }

.pop-review-form-rate-item::before {
  content: '';
  width: 28px;
  height: 26px;
  background-image: url(../img/card/star_dis.svg);
  background-size: 100% 100%;
  display: flex; }

.pop-review-form-rate-item_active::before {
  background-image: url(../img/card/star.svg); }

.pop-review-form-rate-item input {
  display: none; }

.catalog-content-assort {
  color: #263038;
  font-family: "Opel Sans";
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .catalog-content-assort h2 {
    margin-bottom: 20px; }
  .catalog-content-assort ol {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .catalog-content-assort ul {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .catalog-content-assort img {
    max-width: 100%;
    margin-bottom: 20px; }
  .catalog-content-assort table {
    margin: 36px 0;
    background: #FFF;
    box-shadow: 5px 5px 40px 0 rgba(43, 54, 70, 0.15);
    width: 100%;
    border: 0;
    border-collapse: collapse; }
    .catalog-content-assort table th {
      background-color: #5AB031;
      padding: 20px 0;
      padding-left: 30px;
      box-sizing: border-box;
      color: #fff;
      border: 0;
      text-align: left; }
    .catalog-content-assort table td {
      height: 46px;
      padding: 0 30px;
      box-sizing: border-box;
      background-color: #F6F6F6;
      border: 0; }
    .catalog-content-assort table tr:nth-child(2n+1) td {
      background-color: #fff; }

@media (max-width: 1000px) {
  .header-info-block {
    display: none; }

  .header-info-cart-final {
    display: none; }

  .header-info {
    padding-top: 10px;
    padding-bottom: 12px; }

  .header-info-logo {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    gap: 2px; }

  .header-info-logo img {
    width: 124.844px;
    height: 27.229px; }

  .header-info-cart {
    font-size: 0;
    width: 32px;
    height: 32px;
    margin-left: 0; }

  .header-info-btn {
    display: flex;
    min-width: 25px;
    max-width: 25px;
    height: 18px;
    background-image: url(../img/header-info/btn.svg);
    background-size: 100% 100%;
    margin-left: 24px; }

  .header-nav {
    height: 36px; }

  .header-nav .container {
    gap: 13px;
    justify-content: space-between; }

  .header-nav-row {
    /* display: none; */
    position: absolute;
    top: 36px;
    left: 60px;
    right: 0;
    justify-content: flex-start;
    height: calc(100vh - 97px);
    gap: 31px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    padding-top: 42px;
    box-sizing: border-box;
    align-items: flex-start;
    padding-left: 18px;
    width: auto; }

  .header-nav-row_active {
    display: flex; }

  .header-nav-row-add {
    display: flex;
    flex-direction: column;
    gap: 16px; }

  .header-nav-link {
    color: #FDFDFD;
    font-family: "Opel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    width: 205px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #5AB031;
    margin-top: 30px; }

  .header-nav-row-add .header-info-block {
    display: flex; }

  .header-nav-item {
    color: #263038;
    font-family: "Opel Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }

  .header-nav-catalog-btn {
    min-width: 134px;
    max-width: 134px;
    height: 42px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding-left: 12px;
    padding-right: 10px;
    background-image: url(../img/header-nav/catalog-bg_mob.svg); }

  .header-nav-catalog-btn::before {
    margin-right: 8px;
    width: 15px;
    height: 9px; }

  .header-nav-catalog-btn::after {
    width: 10px;
    height: 10px; }

  .header-nav-search-input {
    height: 26px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  .header-nav-search-btn {
    width: 18px;
    height: 18px;
    left: 9px; }

  .header-nav-search {
    width: calc(100% - 147px); }

  .header-nav-search-input {
    padding-left: 33px;
    width: 100%; }

  .header-catalog_active {
    top: 36px;
    left: 0;
    right: 0;
    /* height: 479px; */
    height: calc(100vh - 97px);
    gap: 0; }

  .header-catalog-side {
    width: 100%;
    max-width: none;
    padding-top: 18px;
    gap: 19px;
    overflow: scroll; }

  .header-catalog-side-item {
    padding-left: 13px;
    height: 46px;
    gap: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }

  .header-catalog-side-item_active {
    background-color: transparent; }

  .header-catalog-side-item img {
    width: 42px;
    height: 46px; }

  .header-catalog-side-item::after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url(../img/header-nav/arrow.svg);
    background-size: 100% 100%;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }

  .header-catalog-content {
    width: 0;
    overflow: hidden;
    height: 100%; }

  .header-catalog-content-item_active {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    max-width: none;
    height: auto;
    flex-wrap: nowrap;
    overflow: scroll;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 68px;
    gap: 22px; }

  .header-catalog-content-item-block {
    margin-left: 14px; }

  .header-catalog-content-item-block a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }

  .header-catalog-content-item-block-list {
    margin-top: 16px;
    gap: 15px; }

  .header-catalog-content-item-block-list a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  .header-catalog-content-item-btn {
    display: flex;
    color: #FDFDFD;
    font-family: "Opel Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    min-height: 48px;
    max-height: 48px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #5AB031;
    width: 100%; }

  .header-catalog-content-item-head {
    height: 51px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 13px;
    padding-right: 18px; }

  .header-catalog-content-item-head-back {
    color: #2B3646;
    font-family: "Opel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 13px; }

  .header-catalog-content-item-head-back::before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../img/header-nav/back.svg);
    background-size: 100% 100%; }

  .header-catalog-content-item-head a {
    color: #5AB031;
    font-family: "Opel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap; }

  .container {
    padding: 0 18px;
    /* overflow: hidden; */ }

  .main {
    margin-top: 0; }

  .main-banner .container {
    padding: 0; }

  .main-banner-slider {
    width: 100%;
    max-width: none;
    height: 185px; }

  .main-banner-form {
    display: none; }

  .main-banner-slider-item {
    padding-left: 19px;
    padding-top: 15px; }

  .main-banner-slider-item img {
    width: 71.212px;
    height: 58.232px; }

  .main-banner-slider-item_title {
    color: #FFF;
    text-shadow: 0.702px 0.702px 0.702px rgba(18, 24, 32, 0.15);
    font-family: "Opel Sans";
    font-size: 16.838px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16.838px */
    margin-top: 8px;
    margin-bottom: 12px; }

  .main-banner-slider-item_link {
    padding: 7px 10px;
    font-size: 6.314px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }

  .main-ach {
    margin-top: 32px; }

  .main-ach .container {
    flex-direction: column;
    gap: 6px; }

  .main-ach-item {
    width: 100%;
    padding: 8px 10px;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase; }

  .main-ach-item img {
    width: 32px;
    height: 33px; }

  .main-type {
    margin-top: 22px; }

  .main-type .main-title {
    margin-bottom: 23px; }

  .main-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }

  .main-type-row {
    display: none; }

  .main-popular {
    margin-top: 41px; }

  .main-popular .container {
    padding-left: 0;
    padding-right: 0; }

  .main-popular-head {
    margin-bottom: 18px;
    padding: 0 18px; }

  .main-popular-head-nav {
    display: none; }

  .main-popular-item {
    padding: 12px;
    height: auto; }

  .main-popular-photo {
    width: 100%;
    height: auto; }

  .main-popular-weight {
    margin-top: 6px;
    gap: 4px;
    flex-wrap: nowrap;
    overflow: scroll; }

  .main-popular-weight::-webkit-scrollbar {
    display: none; }

  .main-popular-weight-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 4px 8px;
    white-space: nowrap; }

  .main-popular-name {
    margin-top: 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .main-popular-bot {
    left: 12px;
    right: 12px;
    position: unset;
    margin-top: 0 !important; }

  .main-popular-add {
    flex-direction: column; }

  .main-popular-add-price {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 7px;
    width: 100%;
    margin-top: 13px; }

  .main-popular-add-price_old {
    order: 2;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }

  .main-popular-add-price_main {
    order: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }

  .main-popular-add-price_kg {
    order: 3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%; }

  .main-popular-add-sd {
    display: flex;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap; }

  .main-popular-add-count {
    width: calc(100% / 3 * 2 - 2.5px);
    height: 32px; }

  .main-popular-add-count-num {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }

  .main-popular-add-sd-cart {
    display: flex !important;
    width: calc(100% / 3 * 1 - 2.5px);
    height: 32px;
    background-color: red;
    background-image: url(../img/main-popular/cart.svg);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat; }

  .main-popular-cart {
    margin-top: 0; }

  .main-popular-cart::before {
    background-image: none;
    margin-top: 0; }

  .main-popular-cart {
    display: none; }

  .main-popular-fast, .main-popular-close {
    height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 13px; }

  .main-rec {
    margin-top: 35px; }

  .main-rec .container {
    flex-direction: column-reverse;
    gap: 30px; }

  .main-rec-video {
    width: 100%;
    height: 201px; }

  .main-rec-content-title {
    margin-top: 18px;
    font-family: "Opel Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 22px; }

  .main-rec-content-text {
    gap: 15px; }

  .main-rec-content-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

  .main-review {
    margin-top: 38px; }

  .main-review .main-popular-head {
    padding: 0; }

  .main-review-item {
    padding: 14px 16px;
    height: auto; }

  .main-review-item-head-content-name {
    font-size: 14px;
    text-align: left; }

  .main-review-item-head-content-link {
    font-size: 12px; }

  .main-review-item-head {
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px; }

  .main-review-item-head-doc {
    margin-right: 18px; }

  .main-review-item-head-as {
    flex-direction: column;
    width: auto;
    gap: 10px; }

  .main-review-item-head-date {
    margin-left: 0;
    flex-direction: row;
    gap: 3px; }

  .main-review-item-head-date-day, .main-review-item-head-date-year {
    color: rgba(43, 54, 70, 0.5);
    font-family: "Opel Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */ }

  .main-review-item-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

  .main-review-item-text-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 9px; }

  .main-seo {
    margin-top: 52px; }

  .main-seo .main-title {
    margin-bottom: 22px; }

  .main-seo-text {
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%); }

  .main-seo-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

  .main-seo-more {
    margin-top: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }

  .main-call {
    margin-top: 37px; }

  .main-call-content {
    background-image: url(../img/main-call/bg_mobile.png);
    padding: 174px 16px 27px 16px;
    border-radius: 8px; }

  .main-call-block {
    padding: 0;
    margin: 0; }

  .main-call-title {
    color: #5AB031;
    font-family: "Opel Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    margin-bottom: 11px; }

  .main-call-text {
    color: #2B3646;
    font-family: "Opel Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  .main-call-form {
    flex-direction: column;
    margin-top: 21px;
    gap: 0; }

  .main-call-label {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    order: 1;
    margin-bottom: 21px; }

  .main-call-input {
    height: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }

  .mail-call-add {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    order: 3;
    margin-top: 13px; }

  .mail-call-submit {
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    order: 2;
    margin-top: 8px; }

  .main-qst {
    margin-top: 28px; }

  .main-qst-row {
    margin-top: 24px; }

  .main-qst-item {
    padding: 0 16px; }

  .main-qst-item-head-num {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-right: 13px; }

  .main-qst-item-head-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-width: calc(100% - 60px); }

  .main-qst-item-head::after {
    width: 12px;
    height: 12px; }

  .main-qst-item-content {
    margin-left: 30px;
    margin-bottom: 18px; }

  .main-qst-item-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

  .footer {
    margin-top: 25px;
    padding-top: 26px; }

  .footer-main {
    flex-direction: column;
    margin-bottom: 25px; }

  .footer-info {
    margin-bottom: 30px;
    order: 1; }

  .footer-info-logo {
    width: 147.138px;
    height: 32.092px;
    margin-bottom: 20px; }

  .footer-info-item {
    margin-bottom: 8px;
    gap: 16px; }

  .footer-info-item-icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px; }

  .footer-info-item-icon img {
    width: 24px;
    height: 24px; }

  .footer-info-item-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .footer-info-item-text a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }

  .footer-tel {
    order: 2;
    gap: 0;
    max-width: none; }

  .footer-tel-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: fit-content;
    gap: 4px; }

  .footer-tel-title::after {
    height: 1px; }

  .footer-tel-block {
    margin-top: 27px;
    gap: 7px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .footer-tel-block span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .footer-main-block {
    order: 3;
    margin-top: 32px; }

  .footer-main-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 12px;
    gap: 9px; }

  .footer-main-title::after {
    height: 1px;
    width: 29px; }

  .footer-main-list {
    gap: 8px; }

  .footer-main-list-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .footer-copy .container {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .footer-copy a {
    max-width: 117px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: right; }

  .catalog-side {
    /* display: none; */
    position: fixed;
    opacity: 0;
    background-color: #fff;
    /* padding: 0 18px; */
    /* padding-top: 34px; */
    z-index: -1;
    max-width: none;
    width: calc(100% - 70px);
    margin-left: 70px;
    padding-bottom: 70px;
    overflow: scroll; }

  .catalog-side_active {
    opacity: 1;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0; }

  .catalog-side_head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #FFF;
    font-family: "Opel Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    text-transform: uppercase;
    background: #5AB031;
    padding-left: 19px;
    padding-right: 19px;
    box-sizing: border-box;
    margin-bottom: 34px; }

  .catalog-side_head::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/catalog/filter_set_mob.svg);
    background-size: 100% 100%;
    margin-right: 9px; }

  .catalog-slide_head-close {
    width: 12px;
    height: 12px;
    background-image: url(../img/catalog/filter_close.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 19px; }

  .catalog-side-block {
    margin-left: 18px;
    margin-right: 18px; }

  .catalog-side-block-btn {
    font-size: 16px; }

  #slider-range {
    margin-top: 37px; }

  .catalog-side-block ul {
    margin-top: 25px;
    gap: 12px; }

  .catalog-side-block ul li {
    font-size: 14px; }

  .catalog-side-block ul li label {
    gap: 12px; }

  .catalog-side-block ul li label input::before {
    height: 20px; }

  .catalog-side .catalog-side-xcl {
    display: none; }

  .catalog-side-bot {
    display: flex;
    gap: 10px;
    padding: 0 18px; }

  .catalog-side-bot_reset {
    width: calc(50% - 5px);
    height: 46px;
    color: #263038;
    font-family: "Opel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(38, 48, 56, 0.15);
    display: flex;
    justify-content: center;
    align-items: center; }

  .catalog-side-bot_done {
    color: #FFF;
    font-family: "Opel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
    width: calc(50% - 5px);
    height: 46px;
    background-color: #5AB031;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }

  .catalog-side .catalog-side-category {
    display: none; }

  .catalog {
    /* margin-top: 23px; */ }

  .catalog-chip {
    margin-bottom: 17px;
    margin-top: 23px;
    flex-wrap: wrap; }

  .title_main {
    font-size: 22px;
    margin-bottom: 13px; }

  .catalog-nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 8px; }

  .catalog-nav::-webkit-scrollbar {
    display: none; }

  .catalog-nav-item {
    white-space: nowrap;
    font-size: 13.5px;
    padding: 12px 15px; }

  .catalog-ad {
    width: auto;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 9px 15px;
    margin-bottom: 20px; }

  .catalog-ad-price-btn {
    font-size: 12px;
    padding: 0;
    width: 126px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .catalog-ad-price {
    font-size: 14px; }

  .catalog-ad-price span {
    font-size: 10px; }

  .catalog-add {
    display: flex;
    gap: 9px;
    margin-top: 23px; }

  .catalog-side-xcl {
    height: 38px;
    font-size: 14px;
    justify-content: space-between;
    padding-right: 28px; }

  .catalog-side-xcl-icon {
    width: 38px;
    height: 38px;
    position: relative;
    flex: none; }

  .catalog-filter-btn {
    width: calc(50% - 4.5px);
    height: 38px;
    color: #5AB031;
    font-family: "Opel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/catalog/filter_bg.svg);
    background-size: 100% 100%;
    gap: 7.5px; }

  .catalog-filter-btn::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/catalog/filter_set.svg);
    background-size: 100% 100%;
    display: flex; }

  .catalog-filter-btn::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #F00;
    border-radius: 50%;
    display: flex; }

  .catalog-content {
    width: 100%; }

  .catalog-row {
    margin-top: 25px; }

  .catalog-content-nav {
    height: auto;
    justify-content: space-between;
    margin-bottom: 23px; }

  .catalog-content-nav-find {
    font-size: 12px;
    order: 2;
    margin-right: 0; }

  .catalog-content-nav-filter div {
    display: none; }

  .catalog-content-nav-filter-reset {
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    order: 3; }

  .catalog-content-nav-filter {
    order: 2; }

  .catalog-content-nav-type {
    order: 1;
    margin-left: 0; }

  .catalog-content-nav-type-btn {
    width: 40px;
    height: 40px;
    background-size: 22.6px 22.6px; }

  .catalog-content-row .main-popular-item {
    min-width: 0; }

  .catalog-content-row .main-popular-add-price {
    max-width: 100%; }

  .catalog-content-bot {
    flex-direction: column-reverse;
    padding: 0 18px;
    margin-top: 22px; }

  .catalog-content-row-block-list .main-popular-item {
    max-width: 100%;
    flex-direction: row;
    height: 239px;
    gap: 14px; }

  .catalog-content-row-block-list .main-popular-photo {
    width: 140px;
    height: 140px; }

  .catalog-content-row-block-list .main-popular-item-content {
    width: calc(100% - 154px); }

  .catalog-content-row-block-list .main-popular-block {
    position: relative; }

  .catalog-content-row-block-list .main-popular-weight {
    order: 1; }

  .catalog-content-row-block-list .main-popular-name {
    order: 2; }

  .catalog-content-row-block-list .main-popular-bot {
    margin-top: 0; }

  .catalog-content-row-block-list .main-popular-add {
    gap: 0;
    width: auto; }

  .catalog-content-row-block-list .main-popular-block {
    position: unset;
    width: 167px;
    margin: 0; }

  .catalog-content-row-block-list .main-popular-add-count {
    width: 106px; }

  .catalog-content-row-block-list .main-popular-cart {
    width: 56px; }

  .catalog-content-pag {
    gap: 10px; }

  .catalog-content-pag-prev {
    width: 16.5px;
    height: 16.5px; }

  .catalog-content-pag-list {
    gap: 5px; }

  .catalog-content-pag-list a {
    width: 34.5px;
    height: 34.5px;
    font-size: 12px; }

  .catalog-content-pag-next {
    width: 16.5px;
    height: 16.5px; }

  .catalog-content-bot-ref {
    width: 100%;
    height: 46px;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 18px; }

  .catalog-content-bot-ref::before {
    width: 22px;
    height: 22px; }

  .catalog-content-price {
    margin-top: 30px; }

  .catalog-content h2 {
    font-size: 22px; }

  .catalog-content-table {
    margin-top: 20px; }

  .catalog-content-table-head {
    padding: 7px 16px; }

  .catalog-content-table-row {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 185px;
    gap: 10px; }

  .catalog-content-table-head .catalog-content-table-row-sqr {
    display: none; }

  .catalog-content-table-head .catalog-content-table-row-price {
    display: none; }

  .catalog-content-table-body-item {
    padding-left: 16px;
    padding-right: 24px;
    padding-top: 13px;
    padding-bottom: 15px;
    height: auto;
    justify-content: space-between; }

  .catalog-content-table-row-sqr {
    max-width: fit-content; }

  .catalog-content-table-row-price {
    max-width: fit-content; }

  .catalog-content-table-body-item a {
    font-size: 14px; }

  .catalog-content-table-row span {
    display: flex;
    color: rgba(43, 54, 70, 0.5);
    font-family: "Opel Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px; }

  .catalog-content-assort {
    margin-top: 35px; }
    .catalog-content-assort p {
      margin-top: 10px;
      margin-bottom: 22px;
      font-size: 14px; }

  .catalog-content-assort-list li {
    gap: 12px;
    font-size: 14px; }

  .catalog-content-assort-list li::before {
    min-width: 20px;
    max-width: 20px;
    height: 22.105px; }

  .catalog-content-sert {
    margin-top: 25px;
    /* padding: 0 18px; */ }

  .catalog-content-sert-row .slick-list {
    padding-top: 21px; }

  .catalog-content-sert-item {
    width: 50%; }

  .catalog-content-sert-row .slick-track {
    column-gap: 15px; }

  .catalog-content-sert-row .slick-list {
    padding: 0;
    margin: 0;
    padding-top: 21px; }

  .catalog-content-sert-item-name {
    margin-top: 14px;
    font-size: 14px;
    padding: 0;
    margin-bottom: 8px; }

  .catalog-content-sert-item-size {
    font-size: 12px; }

  .main-review {
    margin-top: 37px; }

  .main-qst {
    margin-top: 38px; }

  .card .catalog-chip {
    padding: 0; }

  .card .title_main {
    padding: 0; }

  .card-row {
    flex-direction: column;
    gap: 0;
    position: relative;
    margin-top: 16px; }

  .card-main-wrapper {
    flex-direction: column;
    gap: 0; }

  .card-slider {
    gap: 8px;
    order: 1; }

  .card-slider-main {
    height: 218px; }

  .card-slider-add .slick-track {
    column-gap: 2.5px; }

  .card-slider-add-item {
    height: 70px;
    padding: 4px; }

  .card-info {
    order: 3; }

  .card-info-rating {
    margin-bottom: 28px; }

  .card-info .main-popular-weight {
    gap: 6px; }

  .card-info-char {
    gap: 16px; }

  .card-info-char-title {
    font-size: 16px; }

  .card-info .main-popular-weight-item {
    font-size: 16px;
    padding: 7px 16px; }

  .card-info-char-list li span:nth-child(1) {
    font-size: 14px; }

  .card-info-char-list li span:nth-child(2) {
    font-size: 14px; }

  .card-side {
    order: 2;
    margin-top: 130px; }

  .card-info-top {
    position: absolute;
    top: 305px; }

  .card-side-nav {
    gap: 6px; }

  .card-side-nav-item {
    height: 50px;
    padding-left: 10px;
    padding-right: 14px;
    font-size: 14px; }

  .card-side-nav-item-price-main {
    font-size: 14px; }

  .card-side-nav-item-price-new {
    font-size: 14px; }

  .card-side-nav-item-price-old {
    font-size: 12px; }

  .card-side .main-popular-add-sd-cart {
    display: none; }

  .card-side .main-popular-add {
    flex-direction: row;
    justify-content: space-between; }

  .card-side .main-popular-add-sd {
    width: auto; }

  .card-side .main-popular-add-count {
    width: 91px;
    height: 40px; }

  .card-side .main-popular-add-price {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0; }

  .card-side .main-popular-add-price_main {
    order: 2; }

  .card-side .main-popular-fast {
    height: 50px; }

  .card-side .main-popular-cart {
    display: flex; }

  .card-info-video {
    gap: 13px; }

  .card-info-video-link::before {
    opacity: 1; }

  .card .main-qst {
    padding: 0; }

  .card .main-ach {
    display: none; }

  .main-cnt {
    margin-top: 55px; }

  .main-cnt-nav {
    overflow-x: scroll;
    gap: 25px;
    align-items: center;
    margin-bottom: 20px; }

  .main-cnt-nav::-webkit-scrollbar {
    display: none; }

  .main-cnt-nav-item {
    font-size: 18px;
    padding-bottom: 10px;
    white-space: nowrap; }

  .main-cnt-content-title {
    font-size: 18px;
    margin-bottom: 18px; }

  .main-cnt-content p {
    font-size: 14px; }

  .main-cnt-content .card-info-char-list {
    margin-top: 18px; }

  .main-cnt-content-item_review {
    flex-direction: column-reverse; }

  .main-cnt-content-item_review-rating {
    max-width: none; }

  .main-cnt-content-item_review-rating-head {
    padding: 14px 16px; }

  .main-cnt-content-item_review-rating-head-rate-num {
    font-size: 18px; }

  .main-cnt-content-item_review-rating-head-rate {
    font-size: 12px; }

  .main-cnt-content-item_review-rating-body {
    padding: 16px; }

  .main-cnt-content-item_review-rating-list-item_name {
    font-size: 12px;
    width: 49px; }

  .main-cnt-content-item_review-rating-list-item_num {
    font-size: 12px; }

  .main-cnt-content-item_review-rating-list-item_line {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto; }

  .main-cnt-content-item_review-rating-body-link {
    margin-top: 24px;
    color: #FFF;
    font-family: "Opel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    height: 40px; }

  .main-cnt .catalog-content-assort-list {
    gap: 28px; }

  .main-cnt .catalog-content-price {
    padding: 0; }

  .main-cnt .catalog-content-price h2 {
    font-size: 22px; }

  .main-cnt .catalog-content-sert .main-popular-head {
    padding: 0;
    margin-bottom: 21px; }

  .main-cnt .catalog-content-sert-row .slick-list {
    padding: 0; }

  .cart .container {
    padding: 0; }

  .cart-row {
    flex-direction: column;
    gap: 33px; }

  .cart-content {
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box; }

  .cart-good-content {
    display: flex;
    flex-direction: column; }

  .cart-good-item {
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid #F0F0F0;
    gap: 24px;
    align-items: flex-start;
    width: 100%; }

  .cart-good-item:first-child {
    border-top: 0; }

  .cart-good-item-photo {
    width: 80px;
    height: 80px; }

  .cart-good-content-close {
    top: 27px;
    right: 0; }

  .cart-good-name {
    font-size: 12px;
    max-width: 163px; }

  .cart .main-popular-weight {
    overflow-x: scroll;
    max-width: 163px;
    margin-top: 16px; }

  .cart-good-item-add {
    gap: 14px; }

  .cart-good-item-add .main-popular-add-count {
    width: 106px;
    height: 32px; }

  .cart-good-item-add-each {
    font-size: 12px; }

  .cart-good-item .main-popular-add-price {
    position: unset;
    margin-top: 16px;
    align-items: center; }

  .cart-side {
    width: 100%;
    max-width: none;
    filter: none; }

  .cart-side-nav {
    padding: 6px 18px;
    background-color: #F6F6F6;
    align-items: center; }

  .cart-side-nav-item {
    font-size: 14px;
    height: 32px; }

  .cart-side-content {
    padding: 21px 18px; }

  .cart-side-promo input {
    height: 40px;
    font-size: 14px; }

  .cart-side-promo a {
    font-size: 14px;
    right: 14px; }

  .cart-side-total {
    margin-top: 21px;
    padding: 16px; }

  .cart-side-total-item {
    font-size: 14px; }

  .cart-side-final {
    margin-top: 26px; }

  .cart-side-btn {
    margin-top: 23px;
    height: 48px;
    font-size: 16px; }

  .cart-side-ur {
    gap: 12px;
    margin-bottom: 41px; }

  .cart-side-ur input {
    height: 40px;
    font-size: 14px; }

  .ofor-row {
    flex-direction: column; }

  .cart-side-total {
    /* display: none; */ }

  .ofor-nav-item {
    font-size: 14px;
    width: calc(100% - 8px); }

  .ofor-list {
    gap: 17px; }

  .ofor-list-item {
    padding-bottom: 27px; }

  .ofor-list-title {
    font-size: 18px;
    gap: 11px; }

  .ofor-list-title span {
    width: 33px;
    height: 18px;
    font-size: 13.5px; }

  .ofor-list-content {
    padding-left: 43px; }

  .ofor-list-label input {
    height: 42px;
    font-size: 14px;
    padding-left: 14px; }

  .ofor-list-map {
    margin-top: 14px;
    margin-bottom: 16px;
    height: 195px; }

  .ofor-list-switch {
    font-size: 14px; }

  .ofor-list-content .ofor-list-row {
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 17px; }

  .ofor-list-label_master, .ofor-list-label_num {
    width: 100%; }

  .ofor-list-item::before {
    height: calc(100% - 38px); }

  .ofor-list-item::after {
    left: 43px; }

  .ofor-type-item {
    width: 100%;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 17px; }

  .ofor-date {
    gap: 7px; }

  .ofor-date-item {
    width: 93px;
    height: 92px;
    padding: 19px 0; }

  .ofor-date-item_txt {
    font-size: 12px; }

  .ofor-date-item_num {
    font-size: 26px; }

  .ofor-date-item::before {
    left: 7px;
    top: 7px;
    width: 15.75px;
    height: 14.25px; }

  .ofor-time {
    gap: 8px; }

  .ofor-time-item {
    padding: 12px 10px 14px 37px; }

  .ofor-time-item::before {
    left: 11px;
    top: 12px;
    width: 14.25px;
    height: 15.75px; }

  .ofor-time-item_title {
    font-size: 14px; }

  .ofor-time-item-sum {
    font-size: 14px;
    top: 13px;
    right: 10px; }

  .ofor-time-item_row {
    flex-direction: column;
    gap: 7px; }

  .catalog-content-nav-sort-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 13px; }

  .catalog-content-nav-sort-btn::after {
    width: 12px;
    height: 12px;
    right: 27px; }

  .ofor-pay {
    gap: 7px; }

  .ofor-time-item_row-text {
    max-width: none;
    font-size: 12px; }

  .ofor-pay-item {
    padding: 0;
    width: 100%;
    height: 42px;
    padding-left: 12px;
    font-size: 14px; }

  .ofor-final {
    flex-direction: column;
    gap: 5px; }

  .ofor-final-sum {
    padding: 17px 16px;
    min-width: 0;
    gap: 16px; }

  .ofor-final-sum-item {
    font-size: 14px; }

  .ofor-final-pay {
    flex-direction: column;
    padding: 16px;
    gap: 13px; }

  .ofor-final-pay-num {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #263038; }

  .ofor-final-pay-num span {
    font-size: 14px; }

  .ofor-final-btn {
    width: 100%;
    height: 40px;
    color: #FDFDFD;
    font-family: "Opel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */ }

  .cart-side {
    /* display: none; */ }

  .thx-block {
    padding: 27px 18px;
    margin-top: 30px; }

  .thx-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px; }

  .thx-title {
    font-size: 22px;
    margin-bottom: 20px; }

  .thx-num {
    margin-top: 21px;
    font-size: 14px; }

  .thx-num span {
    font-size: 22px; }

  .thx-btn {
    margin-top: 21px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 48px; }

  .thx .catalog-chip {
    padding: 0; }

  .delivery-block {
    flex-direction: column-reverse;
    gap: 14px;
    padding-bottom: 21px; }

  .delivery-content {
    padding: 20px 18px; }

  .delivery-title {
    font-size: 18px;
    max-width: 200px;
    margin-bottom: 18px; }

  .delivery-title::after {
    top: -1px; }

  .delivery-type-title {
    display: none; }

  .delivery-type-row {
    gap: 7px; }

  .delivery-type-item {
    width: 100%;
    height: 42px;
    padding: 0;
    padding-left: 14.5px;
    display: flex;
    align-items: center; }

  .delivery-adr {
    margin-top: 27px; }

  .delivery-adr input {
    height: 42px;
    font-size: 14px;
    padding-left: 14px; }

  .delivery-final {
    display: none; }

  .delivery-map {
    height: 195px;
    padding: 0 18px;
    box-sizing: border-box; }

  .delivery-map iframe {
    border-radius: 0; }

  .delivery .title_main, .delivery .catalog-chip {
    padding: 0; }

  .main-cnt-title {
    font-size: 22px; }

  .review-row {
    flex-direction: column;
    gap: 8px; }

  .review-row .main-review-item {
    width: 100%; }

  .review .title_main, .review .catalog-chip {
    padding: 0; }

  .sert-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; }

  .sert-row .catalog-content-sert-item {
    width: calc(50% - 7.5px); }

  .sert-row .catalog-content-sert-item-name {
    font-size: 14px; }

  .title_main_text {
    font-size: 14px;
    margin-bottom: 19px; }

  .sert .title_main, .sert .catalog-chip {
    padding: 0; }

  .contact .title_main {
    padding: 0; }

  .contact-row {
    flex-direction: column;
    gap: 26px;
    width: 100%; }

  .contact .container {
    padding: 0; }

  .contact-content {
    max-width: none;
    width: 100%;
    gap: 19px;
    padding: 0 18px;
    box-sizing: border-box; }

  .contact-content-item {
    gap: 16px; }

  .contact-content-item-text {
    font-size: 14px; }

  .contact-content-item-text span {
    font-size: 12px; }

  .contact-map {
    height: 253px; }

  .contact-content-item-text_tel a {
    font-size: 18px; }

  .price .title_main, .price .catalog-chip {
    padding: 0; }

  .catalog-side-xcl {
    font-size: 10px; }

  .price-head {
    align-items: center;
    margin-bottom: 17px; }

  .price-head .title_main {
    margin-bottom: 0; }

  .price-item {
    max-height: 72px; }

  .price-item_active {
    max-height: 2000px; }

  .price-item-head {
    padding-left: 20px;
    padding-right: 16px;
    height: 72px;
    color: #263038;
    font-family: "Opel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    gap: 10px; }

  .price-item-head::after {
    right: 16px; }

  .price-item-content {
    padding-left: 20px;
    padding-right: 20px; }

  .rek .title_main, .rek .catalog-chip {
    padding: 0; }

  .rek-row {
    gap: 18px; }

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

  .rek-item span {
    font-size: 12px; }

  .rek-item a {
    font-size: 14px; }

  .rek-add {
    margin-top: 19px; }

  .rek-add .catalog-side-xcl {
    width: 185px;
    font-size: 14px; }

  .rek-add_copy {
    height: 38px;
    font-size: 14px;
    width: 140px; }

  .cart-pop {
    width: calc(100% - 36px);
    /*right: 18px;
    left: 18px;
    height: fit-content;*/ }

  .cart-pop-head {
    padding: 0 21px;
    font-size: 18px;
    height: 50px; }

  .cart-pop .main-popular-fast {
    /* display: none; */ }

  .cart-pop .main-popular-cart {
    display: flex; }

  .cart-pop-content {
    margin-top: 22px; }

  .cart-pop .main-popular-item {
    width: 100%;
    max-width: none;
    flex-direction: row;
    height: fit-content;
    padding-bottom: 40px; }

  .cart-pop .main-popular-item-content {
    width: calc(100% - 94px); }

  .cart-pop-head-close {
    right: 21px; }

  /* .cart-pop .main-popular-photo {
        width: 80px;
        height: 80px;
    }

    .cart-pop .main-popular-block {
        position: absolute;
        width: 100%;
        bottom: -220px;
        height: fit-content;
        left: 0;
        right: 0;
        justify-content: flex-end;
        border-top: 1px solid #F0F0F0;
        padding: 0 21px;
        box-sizing: border-box;
    }

    .cart-pop .main-popular-cart {
        height: 32px;
        font-size: 14px;
        margin-top: 12px;
    }

    .cart-pop .main-popular-add-sd-cart {
        display: none !important;
    } */
  .cart-pop .main-popular-photo {
    width: 80px !important;
    height: 80px !important; }

  .cart-pop .main-popular-add-sd-cart {
    display: none !important; }

  .cart-pop .main-popular-block {
    position: absolute;
    width: 100%;
    bottom: 28px;
    margin-top: 220px;
    gap: 6px;
    left: 0;
    right: 0;
    justify-content: flex-end;
    border-top: 1px solid #F0F0F0;
    padding: 0 21px;
    box-sizing: border-box;
    height: fit-content; }

  .cart-pop .main-popular-block::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #F0F0F0;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0; }

  .cart-pop .main-popular-cart {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-top: 12px;
    box-sizing: border-box;
    margin: 0; }

  .cart-pop .main-popular-fast, .cart-pop .main-popular-close {
    width: 100%;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    margin: 0; }

  .cart-pop.buyoneclick-pop .buyoneclick-pop-form {
    padding: 0 20px 20px; }
    .cart-pop.buyoneclick-pop .buyoneclick-pop-form .main-banner-form-label {
      margin-bottom: 5px; }
    .cart-pop.buyoneclick-pop .buyoneclick-pop-form .main-banner-form-submit {
      height: 50px; }

  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    height: auto;
    padding-bottom: 20px; }
  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-item-content {
    width: 100%;
    gap: 10px; }
  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-block {
    position: static;
    grid-column: span 2;
    border-top: 0;
    flex-direction: row;
    width: 100%;
    text-align: center;
    padding: 0; }
    .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-block:after {
      content: none; }
  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-name {
    margin-top: 0; }
  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-weight {
    flex-wrap: wrap; }
  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-add {
    flex-direction: row;
    gap: 15px; }
  .cart-pop .catalog-content-row.catalog-content-row_list .main-popular-add-price {
    margin-top: 0; }

  .pop-slide {
    display: none; }

  .fast-pop {
    width: calc(100% - 36px);
    right: 18px;
    left: 18px;
    height: fit-content;
    padding-bottom: 30px; }

  .fast-pop .main-popular-item {
    padding-left: 21px;
    padding-right: 21px;
    gap: 10px;
    height: auto; }

  .fast-pop .main-popular-item-content {
    width: calc(100% - 60px); }

  .fast-pop .catalog-content-row-block-list .main-popular-photo {
    width: 50px;
    height: 50px; }

  .fast-pop .main-popular-add-sd-cart {
    display: none !important; }

  .fast-pop .main-banner-form-label {
    margin-bottom: 32px; }

  .fast-pop .main-banner-form-input {
    height: 40px;
    padding-left: 23px;
    font-size: 14px; }

  .fast-pop .fast-pop-btn {
    height: 50px; }

  .error-num {
    font-size: 142px;
    margin-top: 50px; }

  .error-title {
    font-size: 22px; }

  .error-text {
    font-size: 14px;
    margin-top: 16px; }

  .error-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-top: 25px;
    margin-bottom: 50px; }

  .pop-review {
    padding: 0 21px;
    width: 100%;
    height: 100%;
    padding-top: 28px;
    box-sizing: border-box; }

  .pop-review-title {
    font-size: 18px; }

  .pop-review-form {
    margin-top: 31px; }

  .pop-review-form-rate {
    margin-bottom: 33px;
    gap: 20px;
    justify-content: flex-start;
    align-items: center; }

  .pop-review-form-rate::before {
    content: 'Your rate';
    color: #2B3646;
    font-family: "Opel Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  .pop-review-form-rate-item {
    font-size: 0;
    width: 20px;
    height: 19px;
    position: relative; }

  .pop-review-form-rate-item::before {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }

  .pop-review-form-label {
    font-size: 12px;
    margin-bottom: 21px; }

  .pop-review-form-label input {
    height: 40px;
    font-size: 14px; }

  .pop-review-form-label textarea {
    height: 90px;
    padding: 15px 23px;
    font-size: 14px; }

  .pop-review-form-block {
    font-size: 12px;
    justify-content: space-between; }

  .catalog-content-nav-sort {
    margin-left: 0;
    width: 180px; }

  .catalog-content-nav-sort-btn::after {
    right: 16px; }

  .pop-review-form-submit {
    margin-top: 27px;
    height: 50px;
    font-size: 14px; }

  .main-popular-item-container {
    min-width: 0 !important;
    max-width: 50% !important; }

  .main-popular-item-container .main-popular-item {
    max-width: none !important;
    width: 100% !important; }

  .catalog-content-row-block-list .main-popular-item-container {
    max-width: none !important; } }
.about__content {
  display: grid;
  grid-gap: 55px; }
  @media (min-width: 1001px) {
    .about__content {
      grid-template-columns: 1fr 478px;
      grid-gap: 110px; } }
@media (min-width: 1001px) {
  .about__sidebar {
    box-shadow: 5px 5px 40px 0 rgba(43, 54, 70, 0.15);
    padding: 36px 46px; } }
.about__sections {
  margin-top: 40px; }
  .about__sections .main-type-row {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    .about__sections .main-type-row .main-type-item {
      gap: 13px; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: 0.3s opacity;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .preloader svg {
    width: 50px;
    height: 50px;
    animation: preloader-rotate 2s infinite linear;
    fill: #5AB031; }
  .preloader.show {
    opacity: 1;
    visibility: visible;
    z-index: 10000; }
  .preloader.main {
    background: #fff; }

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg); } }
.response {
  text-align: center; }

.copyhelper {
  position: absolute;
  opacity: 0; }

.copyEnd {
  z-index: -100;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .4s; }

.copyEnd.show {
  opacity: 1;
  z-index: 1000; }

.copyEnd-content {
  width: 360px;
  height: 60px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px; }

.fancybox-inner .main-call {
  padding: 0;
  background: none;
  width: 690px;
  max-width: 95%; }
  .fancybox-inner .main-call-content {
    background-image: unset; }
  .fancybox-inner .main-call-block {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px; }

.rating {
  display: flex;
  gap: 4px; }
  .rating .c-star {
    width: 18px;
    height: 17px;
    fill: #E2E2E2; }
    .rating .c-star.active {
      fill: #FFD600; }
      .rating .c-star.active .stroke {
        fill: #E2E2E2; }

@media (min-width: 1000px) {
  .modal__window .catalog-side-xcl {
    width: 270px; } }

/*# sourceMappingURL=style.css.map */
