

/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.min.css?1759920336101838*/
.bx-yellow,
.bx-theme-yellow {
  --primary: #f9a91d;
  --theme-color-primary: #f9a91d;
  --theme-color-second: #faba4a;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #f9a91d;
  --theme-b-link-hover: #faba4a;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #f9a91d;
  --theme-b-bd-primary: #f9a91d;
  --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #faba4a;
  --theme-b-bd-primary-hover: #daa53e;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #faba4a;
  --theme-b-bd-primary-active: #daa53e;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #daa53e;
  --theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
  --primary: #0083d1;
  --theme-color-primary: #0083d1;
  --theme-color-second: #5ca6e4;
  --theme-color-light: #f0f6f8;
  --theme-b-link: #000;
  --theme-b-link-hover: #5cc3d1;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #0083d1;
  --theme-b-bd-primary: #0083d1;
  --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #5ca6e4;
  --theme-b-bd-primary-hover: #5599d2;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #5ca6e4;
  --theme-b-bd-primary-active: #5599d2;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #5599d2;
  --theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
  --primary: #e22b2b;
  --theme-color-primary: #e22b2b;
  --theme-color-second: #e95c5c;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #e22b2b;
  --theme-b-link-hover: #e95c5c;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #e22b2b;
  --theme-b-bd-primary: #e22b2b;
  --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #e95c5c;
  --theme-b-bd-primary-hover: #d05454;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #e95c5c;
  --theme-b-bd-primary-active: #d05454;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #d05454;
  --theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
  --primary: #006048;
  --theme-color-primary: #006048;
  --theme-color-second: #2c5545;
  --theme-color-light: #2c5545;
  --theme-b-link: #111;
  --theme-b-link-hover: #000;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #006048;
  --theme-b-bd-primary: #006048;
  --theme-b-sd-primary: rgba(0, 0, 0, 0.2);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #2c5545;
  --theme-b-bd-primary-hover: #56940b;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #2c5545;
  --theme-b-bd-primary-active: #56940b;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #56940b;
  --theme-b-bd-primary-disabled: #497c09;
}

body {
  background-attachment: fixed;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

#pagetitle {
  margin-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: normal;
}

.bx-content-section,
.bx-header-section {
  padding-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.95);
}

.bx-header-logo {
  order: 1;
}

.bx-header-personal {
  order: 3;
}

.bx-header-contact {
  order: 2;
}

.bx-logo-block {
  display: block;
  height: 50px;
  border-bottom: 0;
}

.bx-logo-block img {
  max-height: 50px;
  width: auto;
}

.bodylock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fs-alert {
  font-size: 16px;
  background: #006048;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 1px;
  border-radius: 20px;
  width: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .bx-logo-block img {
    max-width: 100%;
    max-height: 45px;
    width: auto;
    height: auto;
  }

  .bx-header-logo {
    padding: 5px 50px;
    height: 55px;
    background-color: var(--theme-color-primary);
  }

  .bx-logo-block {
    height: auto;
  }

  body.bx-theme-green .bx-store-logo {
    background: #33b111;
  }
}

.bx-header-phone-block {
  display: flex;
  align-items: center;
}

.bx-header-phone-number {
  color: #000;
  white-space: nowrap;
  font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  transition: 250ms linear all;
}

.bx-header-phone-icon {
  display: block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/images/phone.svg);
}

@media (max-width: 991px) {
  .bx-header-phone-number {
    font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica,
      sans-serif;
  }
}

.bx-header-worktime {
  color: #000;
  font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  transition: 250ms linear all;
}

.bx-worktime-title {
  color: #adadad;
  font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
  color: #000;
  font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
  .bx-header-worktime {
    font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica,
      sans-serif;
  }
}

.sidebar-block-title {
  color: #343434;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-footer-bg {
  background-color: #1f496a;
}

.bx-footer-logo {
  border-bottom: none !important;
  text-decoration: none !important;
}

.bx-footer-logo img {
  max-width: 100%;
  height: auto;
}

.bx-inclinkspersonal-item.bx-theme-blue:hover {
  background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
  background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
  background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
  background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
  background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
  background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
  background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
  background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
  background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
  background: #fbb859;
}

.btn-primary,
.list-group-item.active {
  border-color: var(--theme-b-bd-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
  border-color: var(--theme-b-bd-primary-hover);
  background-color: var(--theme-b-bg-primary-hover);
  color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: var(--theme-b-bg-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: var(--theme-b-bd-primary-active);
  background-color: var(--theme-b-bg-primary-active);
  color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
  border-color: var(--theme-color-primary);
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link {
  color: var(--theme-b-link);
}

a:hover,
.btn-link:hover {
  color: var(--theme-b-link-hover);
}

.g-font-size-15 {
  font-size: 15px;
}

.g-font-size-17 {
  font-size: 17px;
}

.g-font-size-20 {
  font-size: 20px;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.fs-btn {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: var(--primary) !important;
  border: none;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
}

.fs-btn-b {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid var(--primary) !important;
  background: transparent;
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: none !important;
  transition: 0.2s;
}

.fs-btn-b:hover {
  background: var(--primary) !important;
  color: #ffffff;
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.sidebar li {
  font-size: 12px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.sidebar-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: var(--theme-color-primary);
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-icon-label {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
  background-size: 19px auto;
}

.sidebar-icon-delivery {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/delivery.svg);
  background-size: 17px auto;
}

.sidebar-icon-sale {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/sale.svg);
  background-size: auto 17px;
}

.sidebar-icon-self {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/self.svg);
  background-size: auto 17px;
}

.sidebar-icon-phone {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/phone_white.svg);
  background-size: auto 21px;
}

/* Новый header */

.fas_header a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.fas_icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.fas_icon-menu a {
  position: relative;
}

.flex {
  display: flex;
}

.flex-jc {
  justify-content: center;
}

.flex-jb {
  justify-content: space-between;
}

.flex-je {
  justify-content: space-evenly;
}

.flex-end {
  justify-content: end;
}

.flex-d-col {
  flex-direction: column;
}

.flex-ac {
  align-items: center;
}

.flex-wr {
  flex-wrap: wrap;
}

.underline-one {
  color: #006048;
  /* Цвет обычной ссылки */
  position: relative;
  cursor: pointer;
  text-decoration: none;
  /* Убираем подчеркивание */
}

.underline-one:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #003a2b;
  /* Цвет подчеркивания при исчезании линии*/
  transition: width 0.5s;
}

.underline-one:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: #006048;
  /* Цвет подчеркивания при появлении линии*/
  transition: width 0.5s;
}

.fas_header {
  font-family: "Gotham Pro", sans-serif;
  display: none;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 0.3s;
}

.fas_header:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.fas_header-body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
}

.fas_header-logo {
  position: relative;
  z-index: 3;
  width: auto;
}

.fas_header-center {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}

.fas_slogan {
  font-size: 1em;
  margin: 20px 0;
}

.fas_header-center-menu {
  flex-wrap: wrap;
}

.fas_calls {
  display: none;
}

.fas_header-right {
  position: relative;
  z-index: 2;
  justify-self: end;
  gap: 25px;
}

.fas_header-burger {
  display: none;
}

.fas_header-list {
  position: relative;
  z-index: 2;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.fas_header-list li {
  margin: 0 0 0 20px;
  position: relative;
}

.fas_header-link {
  position: relative;
  font-size: 1em;
  font-weight: bold;
}

.fas_header-list li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  min-width: 220px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  gap: 3px;
  padding: 10px;
}

.fas_header-list li:hover > ul {
  display: flex;
}

.fas_header-list li ul li {
  margin-left: 0;
  margin-bottom: 0;
}

.fas_header-list li ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
  transition: 0.2s;
  padding: 3px 15px;
  border-radius: 5px;
}

.fas_header-list li ul li a:hover {
  background-color: #f6f6f6;
  color: #006048;
}

.btnclg {
  color: #006048 !important;
  border: #006048 1px solid;
  border-radius: 30px;
  padding: 5px 10px;
  transition: 0.2s;
}

.btnclg:hover {
  background-color: #006048;
  color: #fff !important;
}

.btnclg_active {
  background-color: #006048 !important;
  color: #fff !important;
}

.btnclgno {
  margin-left: 0 !important;
}

.fas-top-phone-messenger a img {
  width: 20px;
}

.fas_top_location {
  gap: 10px;
}

.fas_top_location_list {
  margin: 10px 0;
}

.fas_small {
  font-size: 0.7em;
}

.fas_accent {
  font-weight: bold;
}

.fas_top_phone {
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 25px;
  text-align: start;
  display: grid;
}

.fas_popup_link_green {
  color: #006048 !important;
  border-bottom: 1px dashed #006048;
  text-decoration: none;
}

.dct-phone {
  font-weight: bold;
}

.dct-phone::before {
  content: "8 (80";
}

.dct-phone::after {
  content: "-90";
}

.fas_cart_badge {
  position: absolute;
  background-color: #006048;
  padding: 0 5px;
  font-size: 0.7em;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  left: 15px;
}

.fas_container {
  padding: 15px 52px;
}

.fas_header_badge {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 70%;
  left: 47%;
  z-index: 10;
  transition: 1s ease;
  display: inline-block;
}

.fas_header_badge img {
  width: 120px;
  height: 120px;
}

@media (max-width: 1800px) {
  .fas_header_badge {
    display: none;
  }
}

@media (max-width: 1650px) {
  .fas_header-center-menu {
    justify-content: center;
  }
}

@media (max-width: 1440px) {
  .fas_slogan {
    display: none;
  }

  .fas_top_phone {
    position: relative;
    text-align: center;
    top: 0;
    margin: 1em 0 1em 0;
  }

  .fas_header-center-menu {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .lock {
    overflow: hidden;
  }

  .fas_header-body {
    display: flex;
  }

  .fas_header-burger {
    position: relative;
    z-index: 3;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .fas_header-burger.active:before {
    transform: rotate(-45deg);
    top: 9px;
  }

  .fas_header-burger.active span {
    background-color: transparent;
  }

  .fas_header-burger.active:after {
    transform: rotate(45deg);
    bottom: 9px;
  }

  .fas_header-burger:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    transition: 0.3s;
  }

  .fas_header-burger span {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
    transition: 0.3s;
  }

  .fas_header-burger:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 1px;
    transition: 0.3s;
  }

  .fas_header-list li ul {
    position: relative;
    display: block;
    margin-left: 25px;
    background: none;
    box-shadow: none;
    z-index: 53;
    padding-bottom: 0;
  }

  .fas_header-center {
    position: fixed;
    top: -115%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 257px 52px 0px 52px;
    transition: 0.3s;
    text-align: start;
    background: #fff;
    overflow-y: auto;
  }

  .fas_header-center-menu {
    align-items: start;
  }

  .btnclgno {
    display: none;
  }

  .mobclg {
    display: block !important;
  }

  .fas_calls {
    display: block;
    z-index: 3;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .fas_call nobr {
    margin-left: 1em;
  }

  .fas_top_phone {
    text-align: left;
  }

  .fas_header-center.active {
    top: 0;
  }

  .fas_header-right {
    position: fixed;
    top: -115%;
    left: 0;
    padding: 147px 52px 0px 52px;
    flex-direction: row;
    transition: 0.3s;
    margin: 2em 0;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .fas_icon-menu {
    gap: 25px;
  }

  .fas_header-right.active {
    top: 0;
  }

  .fas_header-list {
    flex-direction: column;
  }

  .fas_header-list li {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 884px) {
  .fas_icon-menu {
    order: 1;
  }

  .fas_container {
    padding: 15px 22px;
  }

  .fas_call nobr {
    display: none;
  }

  .fas_header-logo {
    order: 2;
  }

  .fas_header-logo img {
    width: 128px;
  }

  .fas_header-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .fas_header-burger {
    justify-self: end;
    order: 3;
  }

  .fas_header-center-menu {
    flex-direction: column;
  }

  .fas_header-center {
    padding: 124px 32px 300px 32px;
  }

  .fas_header-right {
    display: none;
  }

  .fas_calls {
    order: 1;
    justify-content: start;
  }

  .fas-top-phone-messenger a {
    display: none;
  }
}

/* Конец нового header */

/* Начало нового catalog */

*::-webkit-scrollbar {
  width: 4px;
  /* Ширина всего элемента навигации */
}

*::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет дорожки */
}

*::-webkit-scrollbar-thumb {
  background-color: #008b69;
  /* Цвет бегунка */
  border-radius: 20px;
  /* Округление бегунка */
  border: none;
}

.fs-catalog-menu {
  padding: 10px 52px;
  position: absolute;
  top: 164px;
  left: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #d2d2d2;
  width: 100%;
  min-height: 500px;
  box-shadow: 0px 20px 20px 0px #00000030;
  height: calc(100vh - 164px);
}

.fs_catalog_menu_close_btn {
  position: absolute;
  top: 10px;
  right: 52px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000000;
  z-index: 1000;
  transition: color 0.2s;
  outline: none;
  line-height: 1em;
  transform: translate(-45px, 3px);
}

.fs_catalog_menu_close_btn:hover {
  color: #000000a8;
}

.fs-catalog-triple {
  display: flex;
  gap: 30px;
  padding: 0 52px;
  border-bottom: 1px solid #d2d2d2;
}

.fs-catalog-triple_item {
}

.fs-catalog-triple_item_body {
}

.fs-catalog-triple_item_title {
}

.fs-catalog-triple_item_desc {
}

.fs-catalog-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 20px 52px;
}

.fs-catalog-sidemenu {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid #d2d2d2;
  padding-right: 20px;
  overflow: auto;
  max-height: 640px;
}

.fs-catalog-sidemenu a {
  color: #000;
  text-decoration: none;
  padding: 6px 0;
  cursor: pointer;
}

.fs-catalog-mainmenu-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  height: 65vh;
  gap: 30px;
}

.fs-catalog-mainmenu-leftside {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fs-catalog-mainmenu-title {
  font-size: 2em;
  font-weight: bold;
  padding: 4px 8px;
}

.fs-catalog-subgroup-title {
  /* display: none; */
  font-weight: bold;
  font-size: 16px;
  color: #006048;
  border-left: 3px solid #006048;
  padding-left: 10px;
  margin: 0 10px;
}

.fs-catalog-mainmenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 200px;
  max-height: 65vh;
  flex-wrap: wrap;
}

.fs-catalog-preview img {
  width: 100%;
  object-fit: contain;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  height: 100%;
  max-height: 570px;
}

.fs-catalog-preview:hover .fs-catalog-preview-link {
  opacity: 1;
}

.fs-catalog-triple_item {
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
  padding: 10px;
}

.fs-catalog-triple_item:hover {
  border-bottom: 1px solid #006048;
}

.fs-catalog-triple_item.active {
  border-bottom: 1px solid #006048;
}

.fs-catalog-sidemenu a,
.fs-catalog-mainmenu a {
  transition: color 0.2s, background 0.2s;
  padding: 4px 8px;
  border-radius: 4px;
}

.fs-catalog-sidemenu a:hover,
.fs-catalog-mainmenu a:hover {
  background-color: #f0f0f0;
  color: #008b69;
}

.fs_cat_submenu_item {
  margin-right: 30px;
  max-width: 235px;
}

.fs-catalog-show-all-btn:hover {
  background: #f0f0f0;
}

.fs-catalog-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.fs-catalog-preview-title {
  font-weight: 600;
}

.fs-catalog-preview-link {
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  width: 100%;
  top: 35px;
  bottom: 0;
  border-radius: 20px;
  background: #ffffff81 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 2em;
  text-decoration: none;
}

.fs-catalog-preview-title,
.fs-catalog-preview-link {
  display: none;
}

.fs-catalog-mainmenu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fs-catalog-subgroup {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex: 1 1 120px;
  /* адаптивная ширина */
  background: #f9f9f9;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.fs-catalog-subgroup-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.fs-catalog-subgroup-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fs_cat_submenu_item {
  text-decoration: none;
  transition: color 0.2s;
}

/* Конец нового catalog */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 12:11 PM */

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 12:11 PM */

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 12:11 PM */

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BoldItalic.eot");
  src: local("./fonts/Gotham Pro Bold Italic"),
    local("./fonts/GothamPro-BoldItalic"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BoldItalic.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Italic.eot");
  src: local("./fonts/Gotham Pro Italic"), local("./fonts/GothamPro-Italic"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Italic.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Medium.eot");
  src: local("./fonts/Gotham Pro Medium"), local("./fonts/GothamPro-Medium"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Medium.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BlackItalic.eot");
  src: local("./fonts/Gotham Pro Black Italic"),
    local("./fonts/GothamPro-BlackItalic"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BlackItalic.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Bold.eot");
  src: local("./fonts/Gotham Pro Bold"), local("./fonts/GothamPro-Bold"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Bold.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Bold.eot");
  src: local("./fonts/Gotham Pro Narrow Bold"),
    local("./fonts/GothamProNarrow-Bold"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Bold.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Medium.eot");
  src: local("./fonts/Gotham Pro Narrow Medium"),
    local("./fonts/GothamProNarrow-Medium"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Medium.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamProNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-LightItalic.eot");
  src: local("./fonts/Gotham Pro Light Italic"),
    local("./fonts/GothamPro-LightItalic"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-LightItalic.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Light.eot");
  src: local("./fonts/Gotham Pro Light"), local("./fonts/GothamPro-Light"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Light.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Black.eot");
  src: local("./fonts/Gotham Pro Black"), local("./fonts/GothamPro-Black"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Black.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro.eot");
  src: local("./fonts/Gotham Pro"), local("./fonts/GothamPro"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-MediumItalic.eot");
  src: local("./fonts/Gotham Pro Medium Italic"),
    local("./fonts/GothamPro-MediumItalic"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-MediumItalic.woff") format("woff"),
    url("/bitrix/templates/eshop_bootstrap_v4/./fonts/GothamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

html {
  font-family: "Gotham Pro", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Gotham Pro", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 3em;
  margin: 0.67em 0;
  color: #000;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham Pro", sans-serif;
}

h2 {
  font-weight: 700;
}

.fs_accent {
  font-weight: 700;
}

.fs_small {
  font-size: 12px;
}

.fs_popup_link_green {
  color: #006048;
  border-bottom: 1px dashed #006048;
  text-decoration: none;
}

.fs_header {
  width: 100%;
  height: 130px;
  background-color: #fcfcfc;
  position: relative;
  top: 0;
  z-index: 99;
}

.fs_header_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1800px;
  padding: 15px 0;
}

.fs_header_badge {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  position: relative;
  bottom: 60px;
  z-index: 10;
}

.fs_header_badge img {
  width: 120px;
  height: 120px;
}

.fas_header_badge:hover {
  transform: rotate(720deg);
}

.fs_menu_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fs_menu_sotr {
  color: #006048 !important;
  font-weight: 900 !important;
}

@media (max-width: 800px) {
  .fs_menu_container {
    display: none;
  }

  .fs_slider_custom_controls {
    display: none !important;
  }
}

.fs_menu_top {
  font-family: "Gotham Pro";
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

li:has(.fs_menu_show_btn):hover {
  border-bottom: 0 !important;
  background: transparent !important;
}

.fs_top_phone a {
  font-size: 19.5px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}

.fs_top_desc {
  max-width: 700px;
}

.fs_top_phone {
  margin-left: 20px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.fs_top_location {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.fs_top_location img {
  width: 32px;
  height: 32px;
}

.fs_top_languages a {
  color: #000;
  text-decoration: none;
  padding: 5px;
  font-weight: 700;
}

.fs_top_languages a:hover,
.fs_top_languages .active_lng {
  background-color: #f2f2f2;
  border-radius: 5px;
}

.fs_main_menu {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 35px;
  justify-content: space-between;
  width: 99%;
}

.fs_main_menu_items {
  width: 100%;
  margin-left: 30px;
  display: flex;
  /*  justify-content: space-between;*/
  gap: 20px;
  align-items: flex-end;
}

.fs_main_menu_items a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid transparent;
}

.fs_main_menu_items a:hover {
  border-bottom: 2px solid #000;
}

.fs_main_menu_icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.fs_main_menu_icons img {
  width: 24px;
  height: 24px;
}

.fs_main_menu_icons a {
  position: relative;
}

@media (max-width: 1800px) {
  #horizontal-multilevel-menu {
    font-size: 0.9em;
  }
}

@media (max-width: 1600px) {
  #horizontal-multilevel-menu {
    font-size: 0.8em;
  }
}

@media (max-width: 1200px) {
  #horizontal-multilevel-menu {
    font-size: 0.6em;
  }
}

@media (max-width: 1550px) {
  .fs_header_badge {
    display: none;
  }

  .fs_hidden_menu_item {
    display: none;
  }
}

@media (max-width: 1279px) {
  .fs_top_desc {
    font-size: 0.8em;
  }

  .fs_main_menu_icons {
    display: none;
  }
}

@media (max-width: 1080px) {
  .fs_top_desc {
    display: none;
  }
}

.content_container {
  max-width: 1700px;
  margin: 0 auto;
  width: 92%;
}

.fs_amount_hidden_block {
  display: none !important;
}

.content_container img {
  max-width: 100%;
  height: auto;
}

.p20 {
  padding: 20px 0;
}

.p50 {
  padding: 50px 0;
}

.p100 {
  padding: 100px 0;
}

/*

АКСЕССУАРЫ НА ГЛАВНОЙ

*/

#main_acs_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-weight: 700;
  align-items: center;
}

#main_acs_menu span {
  font-size: 1.3em;
}

#main_acs_menu a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
}

#main_acs_menu a:hover {
  background-color: #f6f6f6;
  border-radius: 15px;
}

@media (max-width: 1300px) {
  #main_acs_menu {
    display: none;
  }
}

/*

ОСНОВНЫЕ КАТЕГОРИИ НА ГЛАВНОЙ

*/

.fs_cat_slider_tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.fs_cat_slider_tabs_item {
  border: 1px solid #f6f6f6;
  padding: 50px 20px;
  position: relative;
}

.fs_cat_slider_tabs_item:nth-child(1) {
  border-radius: 15px 0 0 0;
}

.fs_cat_slider_tabs_item:nth-child(4) {
  border-radius: 0 15px 0 0;
}

.fs_cat_slider_tabs_item a {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.fs_cat_slider_tabs_item:hover,
.fs_cat_slider_tabs_active {
  background-color: #f6f6f6;
  cursor: pointer;
}

.fs_cat_slider_tabs_item span {
  color: #555;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .fs_cat_slider_tabs {
    grid-template-columns: 1fr 1fr;
  }

  .fs_cat_slider_tabs_item span {
    display: none;
  }

  .fs_cat_slider_tabs_item {
    border-radius: 0 !important;
  }

  .main_cat_slider_content {
    min-height: auto !important;
    flex-wrap: wrap !important;
  }

  .main_cat_slider_content_left {
    max-width: 100% !important;
    align-items: center;
  }

  .main_cat_slider_content_left h2 {
    text-align: center;
  }

  .fs_footer_menu {
    flex-wrap: wrap;
  }
}

.fs_cat_slide {
  width: 100%;
  max-height: 500px;
}

.fs_cat_slider_tabs_item_pb {
  position: absolute;
  width: 100%;

  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.main_cat_slider_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 500px;
  justify-content: space-between;
}

.main_cat_slider_content_left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
}

.main_cat_slider_content_right {
  display: flex;
  flex-direction: column;
}

.main_cat_slider_content_left h2 {
  font-size: 32px;
}

.main_cat_slider_content_buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.main_cat_slider_content_buttons a {
  padding: 10px 20px;
  background-color: #f6f6f6;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.5s ease;
}

.main_cat_slider_content_buttons a:hover {
  background-color: #006048;
  color: #fff;
}

.fs_main_cat_slider_content_buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.fs_main_cat_slider_content_buttons a {
  padding: 5px 10px;
  background-color: #f6f6f6;
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
  font-size: 0.8em;
}

.fs_main_cat_slider_content_buttons a:hover {
  background-color: #006048;
  color: #fff;
}

.fs_main_tabs_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

  margin: 0 auto;
  gap: 20px;
}

.fs_main_tabs_list a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 15px;
}

.fs_main_tabs_list a:hover,
.fs_maint_tabs_active {
  background-color: #f6f6f6;
  border-radius: 10px;
}

.fs_main_tabs_banner img {
  width: 100%;
  border-radius: 20px;
}

.fs_main_tabs_banner_desc {
  padding: 0 10px;
  color: #fff;
}

.fs_main_tabs_banner_container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  background-color: #006048;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  gap: 10px;
}

@media (max-width: 1000px) {
  .fs_main_tabs_banner_container {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* ------------------------------ */
/* ТОВАРЫ НА В РАЗДЕЛЕ            */
/* ------------------------------ */

.fs_catalog_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

.fs_catalog_section_small {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.fs_catalog_section_wide {
  grid-template-columns: 1fr 1fr;
}

.fs_catalog_section_wide .fs_product_item_img {
  aspect-ratio: 2;
  max-width: 100% !important;
}

.fs_catalog_section_wide .fs_product_item_img_wrapper {
  aspect-ratio: 0;
}

.fs_section_price a {
  color: #006048;
  text-decoration: none;
}

.fs_section_banner {
  width: 100%;
  position: relative;
  display: none;
}

.fs_section_banner img {
  width: 100%;
}

.fs_section_banner_small {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}

.fs_section_banner_small img {
  width: 70%;
  margin: 0 auto;
}

.fs_section_banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 3em;
  padding: 10px 25px;
  background-color: rgba(0, 96, 72, 0.7);
  border-radius: 0 15px 15px 15px;
}

@media (max-width: 1300px) {
  .fs_section_banner_text {
    position: absolute;
    left: 5%;
    top: 20%;
    color: #fff;
    font-size: 3em;
    padding: 10px 25px;
    background-color: rgba(0, 96, 72, 0.7);
    border-radius: 0 15px 15px 15px;
  }
}

@media (max-width: 700px) {
  .fs_section_banner_text {
    display: none;
  }
}

.fs_catalog_section_buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}

.fs_catalog_section_buttons a {
  width: 100%;
  text-align: center;
}

.fs_catalog_buy_btn {
  background-color: #006048;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
}

@media (max-width: 1500px) {
  .fs_catalog_section {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  .fs_catalog_section_wide {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 800px) {
  .fs_catalog_section {
    grid-template-columns: 1fr 1fr !important;
  }

  .fs_catalog_section_wide {
    grid-template-columns: 1fr !important;
  }
}

.fs_mobile_phone {
  display: none;
}

@media (max-width: 450px) {
  .fs_catalog_section {
    grid-template-columns: 1fr !important;
  }

  .fs_catalog_section_wide {
    grid-template-columns: 1fr !important;
  }

  .fs_section_banner_text {
    display: none;
  }

  .fs_header_logo {
    width: 100%;
    text-align: center;
  }

  .fs_mobile_phone {
    display: flex !important;
    align-items: center;
    font-size: 1.8em;
  }

  .fs_mobile_phone i {
    color: #006048;
    margin-right: 10px;
  }

  .fs_header {
    height: 100px;
  }
}

.fs_product_item_img_wrapper {
  aspect-ratio: 1.5;
}

.fs_section_product_item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #fafafa;
  border-radius: 15px;
  background-color: #fff;
}

.fs_product_item_title {
  text-align: left;
}

.product-item-container {
  height: 100%;
}

.fs_product_item_title a {
  color: #000 !important;
  font-size: 0.7em !important;
  font-weight: 700;
  margin-top: 5px;
  text-decoration: none;
}

.fs_product_item_avail {
  color: #006048;
  font-size: 12px;
}

.fs_product_item_img {
  width: 100%;
  transition: 0.5s ease all;
  mix-blend-mode: darken;
  aspect-ratio: 1;
  object-fit: contain;
  max-width: 100% !important;
}

.product-item-small-card {
  /*	max-width: 400px;*/
}

@media (max-width: 500px) {
  .fs_product_item_img {
    transition: none;
    max-width: 200px !important;
  }

  .product-item-small-card {
  }

  .fs_viewed {
    display: none;
  }
}

@media (max-width: 1399px) and (min-width: 501px) {
  .fs_product_item_img {
    transition: none;
    max-width: 200px !important;
  }
}

.fs_section_product_item:hover {
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  background-color: #fafafa;
}

.fs_product_item_price_container {
  text-align: left;
}

.fs_product_item_price_current {
  background-color: #f6f6f6;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 1.5em;
}

.fs_configurator_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: #f6f6f6;
  border-radius: 15px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
}

.fs_configurator_btn:hover {
  background-color: #006048;
  color: #fff;
}

.fs_section_quantity {
  display: none !important;
}

.fs_smart_filter {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 15px;
  margin: 0 0 30px 0;
}

.fs_hide_filter {
  color: #006048;
}

.smart-filter {
  margin-bottom: 0 !important;
}

.fs_section_list_wrapper {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
}

.fs_catalog_list_item {
  max-width: 220px;
}

@media (max-width: 600px) {
  .col:has(.fs_section_list_wrapper) .swiper-button-next,
  .col:has(.fs_section_list_wrapper) .swiper-button-prev {
    display: none !important;
  }

  /*
.fs_cat_sec_list_bil {
	max-width: 100%!important;
	margin-bottom: 10px;
}
.fs_cat_sec_list_bil img{
	    aspect-ratio: 2;
}
*/
  .fs_catalog_list_item {
    max-width: 150px;
  }

  .fs_smart_filter {
    display: none;
  }

  .p50 {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .fs_catalog_list_item {
    max-width: 50%;
  }
}

.fs_catalog_section_list_item_container {
  border-radius: 15px;
  background-color: #f6f6f6;
}

.fs_catalog_list_item_title {
  text-decoration: none;
  font-weight: 700;
}

.catalog-section-list-item-title {
  overflow: visible;
}

.catalog-section-list-item-img {
  padding-top: 0;
}

.fs_section_list_item_img {
  border-radius: 15px;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
  padding: 10px;
  height: 150px !important;
}

.catalog-section-list-item-link {
  font-size: 12px;
}

/* ДЕТАЛЬНАЯ КАРТОЧКА ТОВАРА */

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  border-radius: 15px;
}

.product-item-detail-pay-block {
  border: 0;
  padding: 0;
}

.fs_product_detail_short_desc {
  font-size: 0.8em;
  text-align: justify;
}

.fs_product_detail_sku_item {
  max-width: 100px;
}

.fs_offers_colors_block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 400px;
}

.fs_offers_wood_color_current,
.fs_offers_cloth_color_current,
.fs_offers_pocket_color_current,
.fs_offers_leg_color_current,
.fs_offers_molding_color_current {
  cursor: pointer;
  position: relative;
}

.fs_offers_wood_color_current img,
.fs_offers_cloth_color_current img,
.fs_offers_pocket_color_current img,
.fs_offers_leg_color_current img,
.fs_offers_molding_color_current img {
  width: 180px;
  border: 1px solid transparent;
  height: 100px;
  object-fit: cover;
}

.fs_offers_wood_color_current:hover img,
.fs_offers_cloth_color_current:hover img,
.fs_offers_pocket_color_current:hover img,
.fs_offers_leg_color_current:hover img,
.fs_offers_molding_color_current:hover img {
  border: 1px solid #006048;
}

.fs_offers_wood_colors,
.fs_offers_cloth_colors,
.fs_offers_pocket_colors,
.fs_offers_leg_colors,
.fs_offers_molding_colors {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.wood_color_zoom {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 19px;
  background-color: #006048;
  padding: 5px 5px;
  border-radius: 0 0 5px 5px;
}

.fs_offers_cloth_colors_desc {
  border-left: 2px solid #006048;
  margin-left: 13px;
  margin-top: 10px;
}

.fs_wcolor_contaner {
  position: relative;
}

.fs_offers_wcolor_info {
  position: absolute;
  left: 0;
  z-index: 999;
  color: #fff;
  font-size: 12px;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}

.fs_product_detail_room_size img {
  max-height: 250px;
}

.fs_offers_wood_colors img,
.fs_offers_cloth_colors img,
.fs_offers_pocket_colors img,
.fs_offers_leg_colors img,
.fs_offers_molding_colors img {
  max-width: 100px;
  border: 1px solid transparent;
  cursor: pointer;
}

.fs_offers_wood_colors img:hover,
.fs_offers_cloth_colors img:hover,
.fs_offers_pocket_colors img:hover,
.fs_offers_leg_colors img:hover,
.fs_offers_molding_colors img:hover {
  border: 1px solid #006048;
}

.fs_anchor_link {
  color: #006048;
}

.fs-table-alert {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.fs-table-alert-container {
  border-radius: 20px;
  border: 1px solid #006048;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-check-input:checked,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #006048;
  border-color: #006048;
}

.fs_product_detail_price_amount_block {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 10%;
  margin-bottom: 30px;
}

.fs_product_detail_price_amount_block > :first-child {
  order: 2;
}

.fs_product_detail_buy_buttons_block {
  display: flex;
  justify-content: start;
  padding: 5px;
}

.fs_product_detail_buy_buttons_block a {
  max-width: 300px;
  width: 100% !important;
  margin: 0 !important;
}

.product-item-detail-price-current {
  font-size: 40px !important;
  color: #006048;
}

.fs_product_detail_info_block {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}

.fs_product_detail_info_block iframe {
  display: block;
  border-radius: 10px;
}

.fs_product_detail_info_block_title {
  font-size: 1.2em;
  font-weight: 700;
}

.fs_product_detail_info_block_description {
  margin-top: 15px;
}

.fs_product_detail_info_block_props {
  margin-top: 15px;
}

.fs_product_detail_block_material {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.fs_product_detail_block_material div {
  display: none;
  flex-direction: column;
  align-items: center;
}

.fs_product_detail_block_material div span {
  text-align: center;
}

.fs_product_detail_block_comp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 1200px) {
  .fs_product_detail_block_comp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .fs_product_detail_block_comp {
    grid-template-columns: 1fr;
  }

  .fs_product_detail_sku_item {
    max-width: 70px;
  }
}

.fs_product_detail_block_comp div {
  display: none;
  flex-direction: column;
  align-items: center;
}

.fs_product_detail_block_comp div span {
  text-align: center;
}

.fs_product_detail_block_comp div img {
  mix-blend-mode: darken;
  max-height: 100px;
}

.fs_product_detail_block_sizes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.fs_product_detail_block_sizes div {
  display: none;
  flex-direction: column;
  align-items: center;
}

.fs_product_detail_block_sizes div span {
  text-align: center;
}

.fs_product_detail_block_sizes div img {
  mix-blend-mode: darken;
  max-width: 100%;
}

.fs_show_all_videos_block {
  text-align: center;
  padding: 25px;
}

.fs_show_all_videos_btn {
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #000;
  text-decoration: none;
}

.fs_show_all_videos_btn:hover {
  background-color: #006048;
  color: #fff;
  border-color: #006048;
}

#show_description {
  margin-top: 50px;
}

.fs_product_detail_info_block_description_text img {
  width: 300px;
  height: auto !important;
}

.fs_product_detail_blocks {
  margin-top: 20px;
}

.fs_product_detail_block_material img {
  mix-blend-mode: darken;
  max-height: 100px;
}

.btn-primary {
  color: #fff;
  background-color: #006048;
  border-color: #006048;
}

.fs_product_detail_actions_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: sticky;
    top: 30px;
    z-index: 1; */
}

.fs_product_detail_actions_block > :first-child {
  order: 2;
}

.fs_product_detail_actions_fav,
.fs_product_detail_actions_comp {
  border-radius: 10px;
  background-color: #fff;
  color: #006048;
  padding: 5px 15px;
  /*display: inline-block;*/
  border: 1px solid #006048;
  cursor: pointer;
  display: none;
}

.fs_product_detail_actions_fav:hover,
.fs_product_detail_actions_comp:hover {
  background-color: #006048;
  color: #fff;
}

.fs_product_detail_actions_fav_2,
.fs_product_detail_actions_comp_2 {
  padding: 10px 10px;
  border-radius: 50%;
  color: #006048;
  border: 1px solid #006048;
  display: inline-block;
  font-size: 1.2em;
  cursor: pointer;
  background-color: #fff;
  transition: 0.4s;
}

.fs_product_detail_actions_fav_2:hover,
.fs_product_detail_actions_comp_2:hover,
.fs_fav_btn_active {
  background-color: #006048 !important;
  color: #fff;
}

.fs_product_detail_actions_fav_2:hover img,
.fs_product_detail_actions_comp_2:hover img,
.fs_fav_btn_active img {
  filter: invert(1);
}

.catalog-compare-list.left {
  display: none;
}

.up_btn {
  position: fixed;
  right: 130px;
  bottom: 90px;
  z-index: 9999;
  cursor: pointer;
}

.wazap_btn {
  position: fixed;
  right: 40px;
  bottom: 130px;
  z-index: 9999;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #25d366;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.wazap_btn i {
  font-size: 40px;
  margin-left: 18px;
  margin-top: 12px;
  color: #fff;
}

.wazap_btn:hover {
  bottom: 170px;
}

@media (max-width: 700px) {
  .wazap_btn {
    display: none;
  }
}

@media (max-width: 1000px) {
  .up_btn {
    display: none;
  }
}

/* ------------------------------ */
/* ТОВАРЫ НА ГЛАВНОЙ              */
/* ------------------------------ */

.fs_main_product_card {
  display: flex;
  min-height: 300px;
  background-color: #f6f6f6;
  border-radius: 15px;
  cursor: pointer;
  flex-direction: column;
  padding: 30px;
}

.fs_product_img {
  width: 100%;
  mix-blend-mode: darken;
}

.fs_product_avail {
  color: #006048;
  font-size: 12px;
}

.fs_product_title {
  color: #000;
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 5px;
}

.fs_product_desc {
  color: #555;
  font-size: 0.8em;

  margin-top: 5px;
}

.fs_product_old_price {
  color: #555;
  margin-left: 25px;
  text-decoration: line-through;
  margin-top: 10px;
  font-size: 1.2em;
}

.fs_product_price {
  font-weight: 700;
  font-size: 1.2em;
}

.fs_product_discount {
  background-color: #f00;
  border-radius: 15px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
}

.fs_product_price_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}

.fs_product_actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.fs_product_actions_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.fs_product_actions_icons a {
  padding: 10px 10px;
  border-radius: 25px;
  background-color: #f6f6f6;
}

.fs_product_actions_icons a:hover {
  background-color: #006048;
}

.fs_product_actions_icons a:hover i {
  color: #fff;
}

.fs_product_action_to_cart {
  padding: 10px 15px;
  background-color: #006048;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fs_product_action_to_cart:hover {
  background-color: #794444;
  color: #f7f0dd;
}

.fs_product_action_one_click {
  padding: 10px 15px;
  background-color: #fff;
  color: #006048;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #006048;
  display: none;
}

.fs_product_action_one_click:hover {
  background-color: #006048;
  color: #fff;
}

.fs_btn_not_avail {
  padding: 10px 15px;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
  width: 160px;
  height: 46px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #000;
}

.fs_btn_not_avail:hover {
  background-color: #000;
  color: #fff;
}

/*
#horizontal-multilevel-menu li a.root-item-selected {
	background-color: #006048 !important;
	color: #fff !important;
}
*/
/* ------------------------------ */
/* НОВОСТИ НА ГЛАВНОЙ             */
/* ------------------------------ */

.fs_main_news_content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.fs_news_cat_list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fs_news_cat_list a {
  padding: 5px 10px;
  color: #006048;
  border: 1px solid #006048;
  border-radius: 15px;
  text-decoration: none;
}

.fs_news_cat_list a:hover {
  background-color: #006048;
  color: #fff;
}

@media (max-width: 768px) {
  .fs_main_news_content {
    grid-template-columns: 50% 50%;
    display: grid;
    gap: 5px;
  }
}

/* 
@media (min-width: 1000px) {
	.fs_main_news_content {
		grid-template-columns: 1fr 1fr 1fr;
	}
} */

.fs_main_news_item {
  flex: 1 1 15%;
}

.fs_main_news_item a {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  color: #006048;
  border-radius: 20px;
  font-weight: bold;
  text-underline-offset: 2px;
  transition: 0.4s;
  height: 100%;
}

.fs_main_news_item a:hover {
  color: #212529;
}

.fs_main_news_item a span {
  padding: 15px;
}

.fs_main_news_item a img {
  transition: 0.4s;
}

.fs_main_news_item a:hover img {
  scale: 0.9;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .fs_main_news_item {
    flex: 1 1 25%;
  }
}

@media (max-width: 700px) {
  .fs_main_news_item {
    flex: 1 1 35%;
  }
}

.fs_main_news_item img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1;
  border: 1px solid #d2d2d2;
}

.bx-newsdetail .mySwiper img {
  max-height: 500px;
  width: auto;
}

/*--------------------------------*/

.fs_main_dealers_wrapper {
  position: relative;
  border-radius: 25px;
}

.fs_main_dealer_form {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px;
  width: 400px;
  background-color: #fff;
  bottom: 50px;
  right: 20px;
  border-radius: 25px;
  gap: 10px;
}

.b24-form-control-container:last-child {
  display: flex !important;
  gap: 10px;
}

.b24-form-scroll-textable {
  border-radius: 20px;
}

.fs_main_dealer_form input {
  height: 60px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #999;
}

.fs_main_dealer_form button {
  background-color: #000;
  color: #fff;
  height: 60px;
  margin-top: 15px;
  border-radius: 10px;
}

.b24-window-popup-wrapper {
  border-radius: 20px !important;
}

.b24-window-mounts {
  position: relative;
  z-index: 9999999;
}

@media (max-width: 500px) {
  .fs_main_dealer_form {
    width: 325px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

/*-------------------------------*/

.fs_main_features_video img {
  border-radius: 25px;
  width: 100%;
}

/*-------------------------------*/

.fs_footer {
  margin: 0 auto;
}

.fs_footer h4 {
  font-size: 1em;
  font-weight: 700;
}

.fs_footer_social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.fs_footer_social a img {
  width: 46px;
  height: 46px;
}

.fs_footer_menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.fs_footer_menu a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.fs_footer_dealers_list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.fs_footer_dealers_list a {
  color: #000;
  text-decoration: none;
}

.fs_footer_contact_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}

swiper-container::part(button-prev) {
  filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff);
  color: #006048 !important;
}

swiper-container::part(button-next) {
  filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff);
  color: #006048 !important;
}

.swiper-pagination-bullet-active {
  background-color: #006048;
}

.fs_dealer_props {
  font-size: 1em;
  font-weight: 700;
  color: #006048;
}

.fs_delaer_value {
  font-weight: 500;
}

/* COOKIE */

#cookie-banner {
  position: fixed;
  bottom: 15px;
  left: 50%;
  background: #fff;
  color: #222;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  z-index: 999999;
  max-width: 700px;
  filter: drop-shadow(2px 4px 6px black);
  transform: translate(-50%, 0);
  min-width: 320px;
}

#cookie-banner a {
  color: #006048;
  text-decoration: underline;
}

#cookie-banner button {
  border: 1px solid #006048;
  border-radius: 10px;
  background: transparent;
  color: #222;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.4s;
}

#cookie-banner button:hover {
  background: #006048;
  color: #fff;
}

.fs-cookie-text {
  position: relative;
  z-index: 10000;
  display: flex;
  gap: 10px;
}

.fs-cookie-wrapper {
  max-width: 1200px;
}

.fs-cookie-container {
}

.fs-cookie {
  height: 150px;
  padding: 10px 20px;
  position: absolute;
  z-index: 9999;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 500px) {
  #cookie-banner {
    margin-bottom: 60px;
    padding: 20px;
  }

  .fs-cookie-text {
    display: flex;
    flex-direction: column;
  }

  .fs-cookie {
    filter: brightness(0.7);
  }
}

/*
НАШИ СПОРТСМЕНЫ
*/

.fs_start_team_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  margin-top: 50px;
}

.fs_start_team_item {
  max-width: 500px;
  text-align: center;
  padding: 25px;
}

.fs_start_team_item h5 {
  font-weight: 700;
}

.fs_start_team_item img {
  border-radius: 15px;
  width: 250px;
  height: 290px;
  object-fit: cover;
  margin: 20px;
  transition: all 0.5s ease-out;
}

.fs_start_team_item img:hover {
  transform: rotate(2deg) scale(1.05);
  filter: brightness(110%);
}

/*

Панель поиска

*/

.fs_top_search {
  width: 100%;
  height: 100px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: 2px 2px 10px #999;
}

.fs_top_search_query {
  width: 80%;
  height: 35px;
  border-radius: 15px;
  border: 0;
  outline: none;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 500;
}

.fs_top_search_btn {
  border-radius: 15px;
  padding: 5px 15px;
  height: 35px;
  border: 0;
  outline: none;
  color: #fff;
  background-color: #000;
}

.fs_top_search_btn:hover {
  background-color: #555;
}

.fs_top_search_close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

/*

Меню для каталога товаров

*/

.fs_catalog_menu {
  width: 100%;
  min-height: 640px;
  background-color: #f6f6f6;
  margin: 0 auto;
  gap: 20px;
  padding: 25px;
  display: grid;
  grid-template-columns: 3fr 8fr 3fr;
  font-size: 14px;
  position: absolute;
  z-index: 1000;
  left: 0;
}

.fs_catalog_menu_close_btn {
  font-size: 2em;
  cursor: pointer;
}

.fs_catalog_menu_cat {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
  border-right: 1px solid #ddd;
  padding-right: 5px;
}

.fs_catalog_menu_cat_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  cursor: pointer;
}

.active_sect .fs_catalog_menu_cat_item_title {
  border-left: 5px solid #006048;
}

.fs_catalog_menu_cat_item img {
  width: 60px;
  height: 60px;
}

.fs_catalog_menu_cat_item_title {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  transition: all 0.5s ease;
  padding-left: 8px;
}

.fs_catalog_menu_cat_item:hover .fs_catalog_menu_cat_item_title {
  margin-left: 10px;
}

.fs_catalog_menu_cat_item_title_main {
  font-size: 1.2em;
  font-weight: 700;
}

.fs_catalog_menu_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 1100px) {
  .fs_catalog_menu_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .fs_catalog_menu_prev {
    display: none;
  }

  .fs_catalog_menu {
    grid-template-columns: 3fr 11fr;
  }
}

.fs_catalog_menu_items_item_title {
  font-size: 1.1em;
  font-weight: 700;
}

.fs_catalog_menu_items_item_subitem {
  display: flex;
  flex-direction: column;
}

.fs_cat_menu_hidden {
  display: none;
}

.fs_cat_menu_hide_hidden_btn {
  cursor: pointer;
  color: #006048;
  padding: 5px 0;
}

.fs_cat_menu_show_hidden_btn {
  cursor: pointer;
  color: #006048;
  padding: 5px 0;
}

.fs_catalog_menu_preview_container {
  display: flex;
  flex-direction: column;
}

.fs_catalog_menu_preview_picture {
  mix-blend-mode: darken;
  object-fit: contain;
}

.fs_catalog_menu_preview_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 20px;
}

/* СЛАЙДЕР  */
.fs_slider_custom_controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 0px;
  position: absolute;
  z-index: 68;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
}

.product_slider_container {
  padding: 25px 0 30px 0;
}

.fs_slider_cat_control {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 3px 5px;
  font-size: 0.6em;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  line-height: normal;
  transition: 0.3s;
}

.fs_slider_cat_control:hover {
  background-color: #fff;
  color: #006048;
}

.fs_slider_cat_control_active {
  background-color: #fff;
  color: #006048;
}

/* TOAST */

.toast {
  background-color: #006048;
}

/*  МОБИЛЬНЫЙ APP BAR */

.fs_mobile_bar {
  display: none;
  position: sticky;
  bottom: 10px;
  z-index: 999998;
  border-radius: 70px;
  padding: 2px;
  margin: 0 10px 10px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 -15px 32px rgba(0, 0, 0, 0.35);
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .fs_mobile_bar {
    background: rgba(255, 255, 255, 0.85);
  }
}

.site {
  max-width: 100%;
  margin: 0 auto;
}

.fs_mobile_bar_badge_container {
  display: none;
  text-align: right;
  margin-bottom: -10px;
  margin-right: -20px;
}

.fs_mobile_bar_badge_container_invisible {
  display: none;
  opacity: 0;
  text-align: right;
  margin-bottom: -10px;
}

.fs_mobile_bar_item a .fs_mobile_bar_item {
  width: 100%;
  display: block;
  font-size: 0.8em;
}

.fs_mobile_bar_item a {
  display: flex;
  flex-direction: column;
  padding: 5px;
  position: relative;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  transition: 0.4s;
}

.fs_mobile_bar_item a:hover {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 60px;
}

.fs_mobile_bar_item a img {
  max-width: 20px;
  margin: 0 auto;
}

.fs_mobile_bar_badge {
  padding: 5px 6px;
  border-radius: 15px;
  background-color: #006048;
  font-size: 10px;
  color: #fff;
  opacity: 0;
}

.fs_mobile_bar_text {
  font-size: 0.6em;
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin: 0 auto;
}

.fs-product-price_order-block {
  position: sticky;
  bottom: 20px;
  background: #ffffffb0;
  backdrop-filter: blur(4px);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #006048;
  z-index: 99;
  margin-top: 20px;
}

@media (max-width: 500px) {
  .fs_mobile_bar {
    display: grid;
    grid-template-columns: repeat(5, 20%);
  }

  .fs_footer_contact_list {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}

.footer-logo {
  display: none;
}

/* Мобильная цена */

@media (max-width: 500px) {
  .fs-product-price_order-block {
    position: fixed;
    bottom: 74px;
    left: 10px;
    background: #f6f6f6c9;
    right: 10px;
    border-radius: 20px;
    z-index: 999999;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #006048;
    transition: 0.4s;
    flex-direction: column;
    backdrop-filter: blur(8px);
  }

  .fs-product-price_order-block:last-child {
    margin: 0;
  }

  .fs_product_detail_price_amount_block {
    display: flex;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
  }

  .fs_product_detail_price_amount_block .mb-3:first-child {
    flex: 1;
  }

  .fs_product_detail_price_amount_block .mb-3:last-child {
    flex: 0 0 40%;
  }

  .product-item-detail-price-current {
    font-size: 24px !important;
  }

  .product-item-amount-field-container {
    margin: 0;
  }

  .fs-product-price_order-block .mb-3 {
    margin-bottom: 0 !important;
  }

  .product-item-detail-info-container-title,
  .product-item-amount-description-container,
  .fs_nds {
    display: none;
  }

  .fs_price_result {
    font-size: 0.8em !important;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .fs_product_action_to_cart {
    padding: 5px 10px;
    border-radius: 10px;
  }

  .button__Qkvay {
    width: 40px !important;
    height: 40px !important;
  }

  .envelopeIcon__h0LD9 {
    scale: 0.8 !important;
  }

  .fs_additional_price,
  .fs_additional_price2,
  .fs_additional_price3,
  .fs_additional_price4 {
    display: none !important;
  }

  #switch:checked + label:after,
  #switch2:checked + label:after,
  #switch3:checked + label:after,
  #switch4:checked + label:after {
    left: calc(100% - 3px) !important;
  }

  .product-item-detail-economy-price {
    display: none;
  }
}

/* конец мобильной цены */

.fs_cart_badge {
  top: -3px;
  right: -5px;
  position: absolute;
  background-color: #006048;
  padding: 0 5px;
  font-size: 0.7em;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}

.fs_mobile_menu {
  display: none;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.fs_mobile_menu_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fs_mobile_menu_item {
  padding: 5px 0 5px 15px;
  cursor: pointer;
  font-size: 1.2em;
}

.fs_mobile_menu_item:hover a {
  background-color: #fafafa;
}

.fs_mobile_catalog_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fs_mobile_menu_logo {
  text-align: center;
  margin-top: -20px;
}

.fs_header_mobile_hamburger {
  display: none;
}

.fs_mobile_menu_close {
  text-align: right;
  padding: 20px 20px 0 0;
}

.fs_mobile_menu_close i {
  cursor: pointer;
  font-size: 1.3em;
}

@media (max-width: 799px) {
  .fs_header_mobile_hamburger {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    margin-left: 15px;
    font-size: 2em;
    cursor: pointer;
    color: #006048;
  }

  .fs_header_logo img {
    height: 60px;
  }
}

.bx-newslist-slider img,
.bx-newslist-img img {
  max-width: 500px !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  width: 100% !important;
}

.bx-newsdetail a {
  color: #006048;
  font-weight: 400;
}

.fs_mobile_slider_info {
  display: none;
}

@media (max-width: 700px) {
  .fs_mobile_slider_info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #006048;
    padding: 10px;
    color: #fff;
    min-height: 145px;
    align-items: center;
    border-top: 1px solid #d2d2d2;
  }

  .fs_slider_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
  }

  .fs_slider_desc {
    font-size: 0.7em;
    text-align: center;
  }

  .fs_mobile_slider_info a {
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
  }
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-small {
  position: absolute;
  top: 30px;
  right: 10px;
}

.product-item-price-old {
  display: block;
  padding: 10px 0;
}

.product-item-detail-price-old {
  text-align: left;
}

.product-item-detail-economy-price {
  text-align: left;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-big {
  position: absolute;
  top: 10px;
  left: 10px;
}

.fs_product_item_label_span {
  background-color: #006048;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  margin-top: 5px;
}

.fs_product_item_label2 {
  text-align: center;
  margin: 5px 0;
  height: 24px;
  position: absolute;
}

.fs_product_item_label {
  height: 28px;
  position: absolute;
  top: -10px;
  z-index: 9;
}

.fs_product_item_label_span2 {
  background-color: #006048;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  margin-top: 5px;
  z-index: 999;
  position: relative;
}

.fs_section_product_item:hover .fs_product_item_label {
  animation-duration: 1s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(3deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  to {
    transform: rotate(0);
  }
}

.main_cat_slider_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1100px) {
  .main_cat_slider_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .main_cat_slider_item3 {
    border-radius: 0 0 0 20px !important;
  }

  .main_cat_slider_item2 {
    border-radius: 0 20px 0 0 !important;
  }

  .main_cat_slider_item4 {
    border-radius: 0 0 20px 0 !important;
  }

  .main_cat_slider_item1 {
    border-radius: 20px 0 0 0 !important;
  }
}

@media (max-width: 650px) {
  .main_cat_slider_container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .main_cat_slider_item1,
  .main_cat_slider_item2,
  .main_cat_slider_item3,
  .main_cat_slider_item4 {
    border-radius: 0 !important;
  }

  .main_cat_slider_item1 {
    border-radius: 20px 20px 0 0 !important;
  }

  .main_cat_slider_item4 {
    border-radius: 0 0 20px 20px !important;
  }
}

.fs_main_cat_slider_bottom {
  padding: 20px 10px;
}

.main_cat_slider_item {
  border: 1px solid #d2d2d2;
  padding: 20px;
}

.main_cat_slider_item:hover,
.main_cat_slider_item_active {
  border: 1px solid #006048;
  background-color: #f7f7f7;
}

.main_cat_slider_header h2 {
  /*height: 75px;*/
  font-size: 24px;
}

.main_cat_slider_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_cat_slider_item4 {
  border-radius: 0 20px 20px 0;
}

.main_cat_slider_item2 {
  border-radius: 0;
}

.main_cat_slider_item3 {
  border-radius: 0;
}

.main_cat_slider_item1 {
  border-radius: 20px 0 0 20px;
}

.fs_main_cat_slider_bottom a {
  font-weight: 700;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
}

.product-item-big-card:hover .product-item-label-ring.product-item-label-small {
  animation-duration: 1s;
  animation-name: bounce;
}

@keyframes bounce {
  from {
    font-size: 15px;
  }

  50% {
    font-size: 18px;
  }

  75% {
    font-size: 13px;
  }

  to {
    font-size: 15px;
  }
}

.product-item-detail-short-card-image img {
  height: auto !important;
}

.fs_product_detail_btn {
  display: flex;
}

.fs_product_detail_btn a {
  margin-bottom: 0 !important;
  height: 44px;
  width: 160px;
}

.fs_product_detail_btn a:hover {
  border: 1px solid #006048;
}

.bx-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 20px auto -50px;
  width: 92%;
  z-index: 2;
}

@media (max-width: 800px) {
  .bx-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100% !important;
    gap: 5px;
    margin: 0;
  }

  .bx-breadcrumb i {
    display: none;
  }

  .bx-breadcrumb .bx-breadcrumb-item {
    float: none;
    margin-bottom: 0;
    /* white-space: nowrap; */
    line-height: normal;
    vertical-align: inherit;
    margin-right: 0;
  }
}

.additional-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fs_plate_heat,
.fs_table_varnish,
.fs_table_hboard,
.fs_table_67board {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fs_plate_heat strong,
.fs_table_varnish strong,
.fs_table_hboard strong,
.fs_table_67board strong {
  white-space: nowrap;
}

.fs_plate_heat_text,
.fs_table_varnish_text,
.fs_table_hboard_text {
  font-size: 1.2em;
  margin-top: 15px;
}

#switch,
#switch2,
#switch3,
#switch4 {
  height: 0;
  width: 0;
  visibility: hidden;
}

.fs_switch_label,
.fs_switch_label2,
.fs_switch_label3,
.fs_switch_label4 {
  cursor: pointer;
  text-indent: -9999px;
  width: 100px;
  height: 50px;
  background: #d2d2d2;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: 0.4s;
}

.fs_switch_label:after,
.fs_switch_label2:after,
.fs_switch_label3:after,
.fs_switch_label4:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

@media (max-width: 500px) {
  .fs_switch_label,
  .fs_switch_label2,
  .fs_switch_label3,
  .fs_switch_label4 {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #d2d2d2;
    display: block;
    border-radius: 100px;
    position: relative;
    transition: 0.4s;
  }

  .fs_switch_label:after,
  .fs_switch_label2:after,
  .fs_switch_label3:after,
  .fs_switch_label4:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
  }

  .fs_plate_heat,
  .fs_table_varnish,
  .fs_table_67board,
  .fs_table_hboard {
    gap: 10px;
  }

  .fs_plate_heat_text,
  .fs_table_varnish_text,
  .fs_table_67board_text,
  .fs_table_hboard_text {
    font-size: 0.8em;
  }

  .fs-table-alert {
    font-size: 0.8em;
    text-align: center;
  }
}

#switch:checked + label,
#switch2:checked + label,
#switch3:checked + label,
#switch4:checked + label {
  background: #006048;
}

#switch:checked + label:after,
#switch2:checked + label:after,
#switch3:checked + label:after,
#switch4:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.fs_switch_label:active:after,
.fs_switch_label2:active:after,
.fs_switch_label3:active:after,
.fs_switch_label4:active:after {
  width: 60px;
}

.fs_popup_info_link,
.fs_popup_info_link:active,
.fs_popup_info_link:visited,
.fs_popup_info_link:link {
  color: #006048;
  text-decoration: none;
  border-bottom: 1px dashed #006048;
  cursor: help;
}

.fs-table-services-text {
  width: fill-available;
  width: -moz-available;
  width: -webkit-fill-available;
}

.bx-newslist-content a {
  color: #006048;
  text-decoration: underline;
}

.product_detail_banner {
  position: relative;
}

.product_detail_banner_overlay {
  width: calc(100% - 20px);
  height: 100%;
  background-color: rgba(0, 96, 72, 0);
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-out;
}

.product_detail_banner_overlay a {
  opacity: 0;
  text-decoration: none;
  transition: 0.4s;
}

.product_detail_banner_overlay:hover {
  background-color: rgba(0, 96, 72, 0.3);
}

.product_detail_banner_overlay:hover a {
  opacity: 1;
}

.product_detail_banner_text {
  font-size: 1.2em;
  color: #fff;
  padding: 8px 15px;
  background-color: #006048;
  border-radius: 5px;
}

.bx-composite-btn {
  display: none;
}

.build_page table,
.build_page td,
.fs_delivery_table td {
  border: 1px solid #006048;
  padding: 5px;
}

.fs_delivery_table_header {
  background-color: #006048;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.build_page tr:hover {
  background-color: #006048;
  color: #fff;
}

.dealers_img {
  max-height: 500px;
}

.content_container h1 {
  font-weight: bold;
}

.product-item-detail-slider-container {
  position: sticky;
  top: 92px;
  z-index: 1 !important;
}

.product-item-detail-slider-container.popup {
  z-index: 999999 !important;
}

.product-item-detail-properties-name {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.fs_nds {
  font-size: 0.8em;
  color: #555;
}

.fs_table_sizes_top {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: -20px;
  padding-bottom: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.fs_table_sizes_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #006048;
  border-radius: 5px;
  padding: 5px 10px;
}

.fs_table_sizes_top a {
  color: #006048;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.fs_table_sizes_top div:hover {
  background-color: #006048;
  color: #fff;
}

.fs_table_sizes_top a:hover {
  background-color: #006048;
  color: #fff;
  border-radius: 5px;
}

.hvr__images {
  position: relative;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}

.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d2d2d2;
}

.hvr__dot--active {
  background: #006048;
}

@media (max-width: 600px) {
  .product_desk_img,
  .hvr,
  .product-item-image-wrapper2 {
    display: none !important;
  }

  .product_img_swiper {
    display: block !important;
    max-width: 300px;
    max-height: 300px;
  }

  .product_img_swiper img {
    mix-blend-mode: darken;
    max-width: 100%;
    max-height: 300px;
  }
}

/* Прячем панель гугла */

.skiptranslate {
  display: none !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
  background-color: inherit;
  box-shadow: none;
  box-sizing: inherit;
}

/* language */

.language {
  z-index: 999;
  display: flex;
  margin-top: 13px;
}

.language__img {
  margin: 2px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}

.language__img:hover,
.language__img_active {
  opacity: 1;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px !important;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/*
Рейтинг
*/

.rating-mini {
  display: inline-block;
  font-size: 0;
  text-align: right;
}

.rating-mini span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: lightgrey;
}

.rating-mini > span:before {
  content: "★";
}

.rating-mini > span.active {
  color: gold;
}

/*
ACCORDEON
*/

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fa;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}

ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #006048;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

/*
ЭНЦИКЛОПЕДИЯ
*/
.fs_article_category {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fs_article_category_item {
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid #006048;
  color: #006048;
}

.fs_article_category_item:hover {
  background-color: #006048;
  color: #fff;
  text-decoration: none;
}

.bx-newslist .btn {
  background-color: #006048;
  border-color: #006048;
}

.bx-newslist .btn:active,
.bx-newslist .btn:hover {
  background-color: #006058;
  border-color: #006058;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #006048;
  border-color: #006048;
}

.fs_check_code_result {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
}

.fs_check_code_success {
  font-size: 1.2em;
  font-weight: 700;
  color: #006048;
}

.fs_check_code_error {
  font-size: 1.2em;
  font-weight: 700;
  color: #f00;
}

.bx-newsdetail img {
  margin: 5px;
  max-width: 100%;
  height: auto;
}

.bx_catalog-compare-list {
  display: none;
}

.catalog-section-description iframe {
  max-width: 100%;
}

.fs_catalog_index {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 500px) {
  .fs_catalog_index {
    grid-template-columns: 1fr 1fr;
  }

  .fs_catalog_index div {
    display: block;
  }

  .fs_cat_sec_list_bil {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.fs_acs_add_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fs_acs_add_slider_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  max-width: 200px;
}

.fs_acs_add_slider_item img {
  aspect-ratio: 1.5;
}

.fs_acs_add_slider_item a {
  text-align: center;
  color: #006048;
  text-decoration: none;
}

#live_championship {
  background-color: #006048;
  margin-top: 30px;
  color: #fff;
}

.fs_live_videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
}

.youtube_videos_news {
  display: none;
}

.vk_videos_news {
  display: block;
}

@media (max-width: 400px) {
  .fs_live_videos {
    grid-template-columns: 1fr;
  }

  .youtube_videos_news {
    display: block;
  }

  .vk_videos_news {
    display: none;
  }

  .mphoto {
    display: none;
  }
}

@media (min-width: 1000px) {
  .bx-pagination .bx-pagination-container ul {
    margin-top: 15px;
    transform: scale(2);
  }
}

#triggger span {
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

#triggger {
  position: relative;
  text-align: center;
}

.fs_champ_tables_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.fs_champ_tables_container a img {
  border-radius: 20px;
}

.fs_fabrik_features_link {
  color: #006048;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  border-left: 5px solid #006048;
  padding-left: 5px;
}

.fs_features_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.fs_feature_item {
  background: #f6f6f6;
  border-radius: 15px 15px 15px 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.3s ease;
}

.fs_feature_item img {
  border-radius: 15px;
}

.fs_feature_item a {
  text-align: center;
  text-decoration: none;
  color: #006048;
  font-weight: 500;
}

.fs_feature_item:hover {
  background: #ddd;
  border-radius: 15px 0 15px 15px;
}

.fs_feature_item:hover img {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 500px) {
  .fs_features_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    opacity: 0 !important;
  }
}

@media (min-width: 501px) and (max-width: 800px) {
  .fs_features_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media (min-width: 801px) and (max-width: 1600px) {
  .fs_features_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

.fs_features_container img {
  max-width: 100%;
}

.fs_features_dealers_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  width: 100%;
}

.fs_features_dealers_item img {
  width: 100%;
  max-width: 80px;
}

.fs_features_dealers_container {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 1200px) {
  .fs_features_dealers_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.6em;
  }

  .fs_features_dealers_container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs_champ_tables_container {
    grid-template-columns: 1fr;
  }

  .fs_footer {
    padding: 25px 0;
  }

  .fs_footer_social {
    justify-content: center;
  }

  .fs_footer_menu {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .fs_features_dealers_container {
    grid-template-columns: 1fr 1fr;
  }
}

.catalog-section-description {
  word-break: break-word;
}

.fs_sort_container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.fs_sort_container span {
  padding: 5px;
}

.fs_sort_block {
  display: flex;
  gap: 10px;

  margin-bottom: 40px;
}

.fs_sort_block a {
  padding: 5px 15px;
  border: 1px solid #006048;
  color: #006048;
  border-radius: 5px;
  text-decoration: none;
}

.fs_sort_block a:hover {
  background-color: #006048;
  color: #fff;
}

.pd_card {
  display: grid;
  grid-template-columns: 4fr 1fr;
  align-items: center;
  gap: 30px;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 30px;
  margin: 20px 0;
  position: relative;
}

.pd_card img {
  order: 2;
  margin: 0 auto;
  height: auto;
  mix-blend-mode: darken;
}

.pd-card-head {
  font-size: 1.5em;
}

@media (max-width: 1200px) {
  .pd_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border: #006048 3px solid;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
    position: relative;
  }
}

.fs_a-btn {
  padding: 15px 25px;
  background-color: #027a64;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.fs_a-btn:hover {
  scale: 1.05;
}

.fs_a-btn-border {
  padding: 10px 20px;
  border: 1px solid #027a64;
  border-radius: 2px;
  color: #027a64;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.fs_a-btn-border:hover {
  background-color: #027a64;
  color: #ffffff;
}

.fs_video_teaser {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* ---------------------------КОРЗИНА------------------------------------ */

.fs-basket {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}

.fs-basket-checkout-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #f6f6f6;
  color: #006048;
  opacity: 1;
  transition: opacity 250ms ease;
  justify-content: space-between;
  border-radius: 20px;
  position: sticky;
  top: 20px;
  min-width: 300px;
}

.fs-bar {
  width: 100%;
  background: #d2d2d2;
  height: 1px;
}

.fs-dashed-line {
  border-bottom: 1px dashed #d2d2d2;
  width: 100%;
  min-width: 45px;
}

.fs-basket-checkout-block-total-description {
  color: #006048;
}

.fs-basket-checkout-block-total-description-item {
  display: grid;
  gap: 4px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.fs-basket-coupon-block-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.fs-basket-checkout-section-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fs-basket-checkout-block-total-price {
}

.fs-basket-checkout-block-total-price-inner {
}

.fs-basket-checkout-block-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 2em;
  font-weight: bold;
}

.fs-basket-checkout-block {
}

.fs-basket-btn-checkout {
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 1280px) {
  .fs-basket {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .fs-basket-checkout-container {
    filter: drop-shadow(0px 0px 6px #d2d2d2);
  }
}

/* ------------------КОММЕНТАРИИ-------------------- */

.catalog-simple-list {
}

.catalog-item {
  display: grid;
  align-items: center;
  grid-template-rows: 2fr 4fr;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  padding: 10px;
  gap: 10px;
}

.catalog-item-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 100%;
}

.fs-comments {
  height: 100%;
}

.fs-comments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  height: 100%;
}

.fs-comment-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: #f6f6f6;
  height: 100%;
}

.fs-comment-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fs-comment-item-avatar {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #006048;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-comment-item-name {
  font-size: 1.5em;
}

.fs-comment-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fs-comment-item-avatar {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #006048;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-comment-item-name {
  font-size: 1.5em;
}

/* конец коментариев */

/* аккордеон */

.fs-help-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fs_container-accordion {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.fs-accorderon-wrapper {
  background: #f6f6f6;
  border-radius: 20px;
}

.fs_accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  border: solid 1px #006048;
  background-color: #fff;
  color: #006048;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none !important;
  transition: background-color 0.4s;
  border-radius: 20px;
}

.fs_active,
.fs_accordion:hover {
  color: #fff;
  background-color: #006048;
}

.fs_panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  border-radius: 20px;
  transition: max-height 0.4s ease-out;
}

.fs_arrow {
  transition: 0.3s;
  margin-right: 15px;
}

.fs_accordion:hover svg {
  margin-right: 10px;
}

.fs_accordion svg path {
  transition: 0.2s;
}

.fs_accordion:hover svg path {
  stroke: #fff;
}

.fs_arrow.rotated {
  transform: rotate(90deg);
}

.fs-hellp-feedback-form {
  border: 1px solid #006048;
  border-radius: 20px;
}

.fs-hellp-feedback-form {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
  padding: 20px;
}

.fs-hellp-feedback-form .b24-form {
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .fs-hellp-feedback-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .button__MysVe {
    transform: scale(0.7) translate(10px, 10px) !important;
  }
}

.badge__NNSAa {
  z-index: 1;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 20px;
}

/* блок сертификатов */

.container-certs {
  background: #f6f6f6;
  border-radius: 20px;
}

.certs-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  border: 1px solid #006048;
  border-radius: 20px;
}

.certs-wrapper img {
  width: 215px;
}

.certs-text {
  padding: 20px;
}

.main-block-certs,
.main-block-clubs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

/* Страница - Клубам */

.container-formclub {
  width: 70%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.formclub-title {
  font-size: 3.5em;
  font-weight: bold;
  line-height: normal;
  color: #000;
}

.container-back-circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.back-circle {
  position: absolute;
  border-radius: 50%;
  background: #006048;
  filter: blur(40px);
  width: 200px;
  height: 200px;
}

.back-circle:nth-child(1) {
  top: 20%;
  left: -75px;
}

.back-circle:nth-child(2) {
  top: -55%;
  right: 22%;
}

.back-circle:nth-child(3) {
  right: -13%;
  bottom: -10%;
}

.back-circle:nth-child(4) {
  right: 20%;
  bottom: -43%;
}

.official-mobi {
  display: none;
}

.official-desc, .official-mobi {
  width: 100%;
  margin-block: 20px;
}

/* ДЕКОР */

.decor {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.decor-1 {
  top: 8%;
  right: 21%;
}

.decor-2 {
  top: 11%;
  right: 0%;
}

.decor-3 {
  top: -1%;
  right: -12%;
}

.decor-4 {
  top: 9%;
  left: 12%;
}

.decor-5 {
  top: 30%;
}

.decor-6 {
  top: 28%;
  left: 27%;
}

.decor-7 {
  top: 29%;
  right: -4%;
}

@media (max-width: 1400px) {
  .certs-wrapper img {
    width: 160px;
  }
}

@media (max-width: 992px) {
  .side-menu {
    display: none;
  }

  .container-formclub {
    width: 100%;
  }

  .certs-wrapper img {
    width: 160px;
  }

  .decor-2 {
    top: 6%;
    left: -26%;
  }

  .decor-6 {
    top: 39%;
    left: -31%;
  }
}

@media (max-width: 768px) {
  .formclub-title {
    font-size: 3em;
  }

  .certs-wrapper img {
    width: 110px;
  }

  .official-desc {
	display: none;
  }

  .official-mobi {
	display: block;
  }
}

@media (max-width: 576px) {
  .formclub-title {
    font-size: 2em;
  }

  .decor-1 {
    top: 4%;
    right: -10%;
  }

  .decor-2 {
    top: 3%;
    left: -26%;
  }

  .decor-7 {
    top: 34%;
    right: -4%;
  }

  .certs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .certs-wrapper img {
    width: 100%;
  }
}

/* End */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.min.css?1759920336101838 */
