html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: 'Manrope', Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
  min-width: 375px;
  color: #3A3A3A;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ol, ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  select:focus, textarea:focus, input:focus {
    -webkit-appearance: none;
  }
  select:active, input:active, textarea:active {
    -webkit-appearance: none;
  }
  input, textarea, select {
    -webkit-appearance: none;
  }
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
  select:active, input:active, textarea:active {
    font-size: 16px;
  }
  input, textarea, select {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  color: #1D976C;
  border-bottom: 1px solid #1D976C;
  transition: border-bottom-color .3s;
}

a:not([class]):hover {
  border-bottom-color: transparent;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul:not([class]) {
  margin: 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
  padding-left: 30px;
}

ol:not([class]) {
  margin: 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
  list-style-type: decimal;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: #1D976C;
  padding: 0 1em;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: background-color .3s;
  width: fit-content;
  white-space: nowrap;
}

.main-btn:hover {
  background-color: #156c4d;
}

.main-btn:active {
  box-shadow: inset 1px 2px #041710;
  border-top: 1px solid #041710;
}

.main-mod_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #1D976C;
  padding: 0 1em;
  gap: 1em;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  transition: background-color .3s, color .3s;
  width: fit-content;
  white-space: nowrap;
}

.main-mod_btn:hover {
  background-color: #1D976C;
  color: #fff;
}

.main-mod_btn:active {
  box-shadow: inset 1px 2px #041710;
  border-top: 1px solid #041710;
}

.green-btn {
  color: #1D976C;
  font-weight: 400;
}

.gray-btn {
  background: #CDCDCD;
}

h1, .main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.4em;
}

h2, .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.4em;
}

.white-title {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

@font-face {
  font-family: "rouble";
  src: url("../fonts/rouble.otf") format("opentype");
}

.rouble {
  font-family: "rouble";
  text-transform: none;
}

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

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Bold/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-SemiBold/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  width: 100%;
}

.wrapper-loader {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.wrapper-loader.is-fade .logo-loader {
  left: 50%;
  opacity: 1;
}

.wrapper-loader.is-fade .loader-text {
  left: 50%;
  opacity: 1;
}

.logo-loader_content {
  position: relative;
  height: 100px;
  margin-bottom: 1em;
  width: 100%;
}

.logo-loader {
  width: 430px;
  height: 100%;
  background: url(../img/static/logo.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  text-align: left;
  transform: translatex(-50%);
  transition: left .4s;
}

.wrapper_loader-text {
  position: relative;
  text-align: right;
  width: 100%;
}

.loader-text {
  display: inline-block;
  position: absolute;
  left: 100%;
  text-align: center;
  color: #000;
  font-size: 2rem;
  opacity: 0;
  transform: translatex(-50%);
  white-space: nowrap;
  transition: left .4s;
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 110;
}

.bg-overlay.is-index {
  z-index: 125;
}

.mobile-fixed_panel {
  min-height: 60px;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -1px 9px rgba(58, 58, 58, 0.25);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  gap: 2em;
  z-index: 130;
}

.mobile-fixed_panel img {
  min-height: 28px;
}

/*****HEADER*****/
.ui-header {
  padding: 2.2em 0;
  position: relative;
  background: #fff;
  z-index: 120;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.ui-header.is-blue .head-catalog_btn {
  background: #2D73D9;
}

.ui-header.is-blue .form-search_input {
  border-color: #2D73D9;
}

.ui-header.is-blue .form-search_submit {
  background: #2D73D9;
}

.ui-header.is-blue .form-search_submit:hover {
  background-color: #205cb3;
}

.ui-header.is-blue .form-search_submit:active {
  box-shadow: inset 1px 2px #112f5c;
  border-top: 1px solid #112f5c;
}

.ui-header.is-blue .form-search:before {
  filter: brightness(0) saturate(100%) invert(36%) sepia(78%) saturate(1653%) hue-rotate(201deg) brightness(89%) contrast(90%);
}

.ui-header_content {
  display: flex;
  align-items: center;
  gap: 1.2em;
}

.head-logo {
  display: flex;
  align-items: center;
  max-width: 93px;
  margin-right: 1.4em;
}

.head-catalog_btn {
  display: flex;
  align-items: center;
  padding: 0 1.2em;
  border-radius: 10px;
  gap: .7em;
  font-weight: 700;
  color: #fff;
  background: #1D976C;
  min-height: 44px;
  transition: background .3s;
}

.head-catalog_btn.is-hidden {
  pointer-events: none;
}

.head-catalog_btn.is-active:before {
  background-image: url(../img/icons/close.svg);
}

.head-catalog_btn:hover {
  background-color: #156c4d;
}

.head-catalog_btn:before {
  content: '';
  display: block;
  background-image: url(../img/icons/burger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 15px 0 0;
  height: 12px;
  width: 15px;
  transition: all .3s;
}

.head_search-icon {
  display: none;
  height: 23px;
  background: url(../img/icons/search.svg) no-repeat center;
  background-size: contain;
  width: 23px;
  z-index: 2;
}

.form-search {
  display: flex;
  position: relative;
  flex: 1 0 0;
}

.form-search:before {
  content: '';
  display: block;
  height: 23px;
  background: url(../img/icons/search.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 1.5em;
  margin: auto;
  top: 0;
  width: 23px;
  z-index: 2;
}

.form-search_input {
  height: 44px;
  background: #fff;
  border: 1px solid #1D976C;
  flex: 1 0 0;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 1em 0 4em;
  margin-right: -1em;
  position: relative;
  transition: border .3s;
  width: 100%;
  z-index: 1;
}

.form-search_input::-webkit-input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.form-search_input::input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.form-search_input::-moz-input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.form-search_input:focus {
  border: 1px solid #1D976C;
}

.form-search_submit {
  height: 44px;
  flex: 0 0 auto;
  padding: 0 2em 0 2.7em;
  font-size: .875rem;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
}

.search-dropdown {
  display: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 115px);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.search-dropdown.is-active .search-dropdown_content {
  opacity: 1;
  transform: translatey(0);
}

.search-dropdown_content {
  padding: 1.2em 4em 3em;
  opacity: 0;
  transform: translatey(50px);
  transition: .5s all .7s;
}

.search-dropdown_menu {
  display: flex;
  flex-direction: column;
  gap: 2em;
  font-size: 1.125rem;
  font-weight: 700;
  color: #CDCDCD;
  margin-bottom: 2em;
}

.search-dropdown_menu:last-child {
  margin-bottom: 0;
}

.search-dropdown_menu a {
  color: #3A3A3A;
  border-bottom: none;
  transition: color .3s;
}

.search-dropdown_menu a:hover {
  color: #1D976C;
}

.search-dropdown_menu-item {
  display: flex;
  align-items: center;
  gap: 1em;
  min-height: 91px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  padding: .3em	 1.3em;
  color: inherit;
  transition: box-shadow .3s, color .3s;
}

.search-dropdown_menu-item:hover {
  color: #1D976C;
  box-shadow: 0 0 0 1px #1D976C;
}

.search-dropdown_menu-item .item-icon {
  flex: 65px 0 0;
}

.search-dropdown::-webkit-scrollbar-track {
  background-color: #DBE9FF;
}

.search-dropdown::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1D976C;
}

.search-dropdown::-webkit-resizer {
  width: 3px;
  height: 0px;
}

.search-dropdown::-webkit-scrollbar {
  width: 3px;
}

@-moz-document url-prefix() {
  .search-dropdown {
    scrollbar-color: #1D976C #DBE9FF;
    scrollbar-width: thin;
  }
}

.head-controls {
  display: flex;
  align-items: center;
  gap: 2.85em;
  margin-left: 1.5em;
  flex: auto 0 0;
}

.head-fav, .head-user, .head-cart, .head-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #3A3A3A;
  font-size: .625rem;
  position: relative;
  text-align: center;
  transition: color .3s;
}

.head-fav.is-active .head-control_amount, .head-user.is-active .head-control_amount, .head-cart.is-active .head-control_amount, .head-contact.is-active .head-control_amount {
  display: flex;
}

.head-fav .item-img, .head-user .item-img, .head-cart .item-img, .head-contact .item-img {
  display: flex;
  align-items: center;
  position: relative;
  transition: filter .3s;
}

.head-fav .second-img, .head-user .second-img, .head-cart .second-img, .head-contact .second-img {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity .3s;
}

@media only screen and (min-width: 1025px) {
  .head-fav:hover, .head-user:hover {
    color: #1D976C;
  }
  .head-fav:hover .item-img, .head-user:hover .item-img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(100%) saturate(353%) hue-rotate(107deg) brightness(90%) contrast(87%);
  }
  .head-cart:hover, .head-contact:hover {
    color: #1D976C;
  }
  .head-cart:hover .second-img, .head-contact:hover .second-img {
    opacity: 1;
    z-index: 1;
  }
}

.head-control_amount {
  position: absolute;
  right: -2px;
  background: #1D976C;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: .525rem;
  font-weight: 700;
  color: #fff;
  height: 15px;
  width: 15px;
  top: -7px;
  transition: background .3s, background .300ms;
}

.wrapper_dropdown-box {
  display: none;
  background: rgba(58, 58, 58, 0.4);
  position: absolute;
  padding: 0 15px;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 30;
}

.dropdown-box {
  padding: 2.5em;
  padding-bottom: 1em;
  position: relative;
  max-width: 874px;
  border-radius: 0 0 10px 10px;
  margin-left: calc(calc(100vw - 910px) / 2);
  background: #fff;
  height: calc(100vh - 114px);
  width: 100%;
}

.dropdown-box.is-long {
  height: calc(100vh - 75px);
}

.dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  font-size: 1.125rem;
  width: 41%;
  border-right: 3px solid #CDCDCD;
  height: 100%;
}

.dropdown-menu > li {
  padding-right: 2em;
}

.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: 1em;
  min-height: 91px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  padding: .3em	 1.3em;
  color: inherit;
  transition: box-shadow .3s, color .3s;
}

.dropdown-menu .item-icon {
  flex: 65px 0 0;
}

.dropdown-menu_right-column {
  display: none;
  position: absolute;
  top: 0;
  left: 41%;
  width: 59%;
  height: 100%;
  padding: 3em 1em 1.5em 0;
  padding-left: 2.5em;
}

.dropdown-menu_right-column .title {
  font-weight: 700;
  margin-bottom: 2.5em;
}

.dropdown-menu_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100% - 50px);
}

.dropdown-menu_second {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}

.dropdown-menu_second a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.dropdown-menu_second a:hover {
  color: #1D976C;
}

.dropdown-menu_title {
  display: flex;
  align-items: center;
  gap: 1em;
  cursor: pointer;
}

.dropdown-menu_title.is-active:after {
  transform: rotate(-90deg);
}

.dropdown-menu_title:after {
  content: '';
  display: block;
  height: 12px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  flex: 12px 0 0;
  transform: rotate(90deg);
  width: 12px;
  transition: transform .3s;
}

.sub-menu {
  padding-top: 1em;
  padding-left: 1em;
  font-size: .875rem;
  flex-direction: column;
  display: none;
}

.sub-menu li {
  margin-bottom: 1em;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1199px) {
  @-moz-document url-prefix() {
    .dropdown-menu {
      scrollbar-color: #BFC8D1 #CDCDCD;
      scrollbar-width: thin;
    }
    .dropdown-menu_row {
      scrollbar-color: #BFC8D1 #1D976C;
      scrollbar-width: thin;
    }
  }
  .dropdown-menu::-webkit-scrollbar-track {
    background-color: #DADFE8;
  }
  .dropdown-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #CDCDCD;
  }
  .dropdown-menu::-webkit-resizer {
    width: 1px;
    height: 0px;
  }
  .dropdown-menu::-webkit-scrollbar {
    width: 1px;
  }
  .dropdown-menu_row::-webkit-scrollbar-track {
    background-color: #DADFE8;
  }
  .dropdown-menu_row::-webkit-scrollbar-thumb {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #1D976C;
  }
  .dropdown-menu_row::-webkit-resizer {
    width: 1px;
    height: 0px;
  }
  .dropdown-menu_row::-webkit-scrollbar {
    width: 1px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu > li:hover > a {
    color: #1D976C;
    box-shadow: inset 0 0 0 1px #1D976C;
  }
  .dropdown-menu > li:hover .dropdown-menu_right-column {
    display: block;
  }
  .dropdown-menu > li.is-active > a {
    color: #1D976C;
    box-shadow: inset 0 0 0 1px #1D976C;
  }
  .dropdown-menu > li.is-active .dropdown-menu_right-column {
    display: block;
  }
}

.fixed-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  padding: 1em 0;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -200px, 0);
  width: 100%;
}

.scroll-transform {
  transform: translate3d(0, 0, 0) !important;
  transition: transform .4s;
}

.site-map_section {
  padding: 3em 0;
}

.site-map_menu li {
  margin-bottom: 1em;
}

.site-map_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.main-content {
  flex: 1 0  auto;
  padding-top: 1em;
  padding-bottom: 3em;
}

.slick-slider .slick-track {
  display: flex;
}

.slick-slider .slick-slide {
  height: auto;
}

.slick-slider .slick-slide > div {
  height: 100%;
}

.slick-arrow {
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1D976C;
  width: 44px;
  border: none;
  transform: none;
  transition: background .3s;
}

.slick-arrow:hover {
  background: #19825d;
}

.slick-arrow:before {
  content: '';
  display: block;
  height: 20px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  filter: brightness(0) invert(1);
  background-size: contain;
  flex: 12px 0 0;
  width: 12px;
  transition: filter .3s;
}

.slick-prev {
  transform: rotate(-180deg);
}

/***main-section**/
.main-slider {
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(to bottom, #1D976C, #93F9B9);
  margin-bottom: 3em;
}

.main-slider .slick-arrow {
  background: #fff;
}

.main-slider .slick-arrow:before {
  filter: none;
}

.main-slider .slick-arrow:hover {
  background: #19825d;
}

.main-slider .slick-arrow:hover:before {
  filter: brightness(0) invert(1);
}

.main-slider .slick-prev {
  left: 2rem;
}

.main-slider .slick-next {
  right: 2rem;
}

.main-slide {
  height: 100%;
  min-height: 531px;
  display: flex !important;
  padding: 2em 0;
  color: #fff;
}

.main-slide_desc {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8.2em;
  position: relative;
  z-index: 1;
}

.main-slide_title {
  margin-bottom: .5em;
  font-size: 3.75rem;
}

.main-slide_title small {
  display: block;
  font-size: 50%;
}

.main-slide_img {
  flex: 47% 0 0;
  margin-left: -8em;
  display: flex;
  align-items: center;
}

.cookies-box {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  font-size: .875rem;
  padding: 1.5em;
  border-radius: 10px;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  max-width: 724px;
  width: 100%;
  z-index: 130;
}

.cookies-box .main-btn {
  min-width: 177px;
}

.category-content {
  display: flex;
  gap: 1.15em;
  margin-bottom: 5.8em;
}

.category-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  font-weight: 700;
  font-size: .75rem;
  min-height: 130px;
  border-radius: 10px;
  color: #fff;
  transition: opacity .3s;
}

.category-item:hover {
  opacity: .8;
}

.category-item .item-img {
  height: 124px;
  text-align: center;
}

.category-item .item-text {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-top: -3em;
  z-index: 1;
}

.category-item .left-img {
  text-align: right;
}

.category-mod_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1em;
}

.category-mod_content .category-item {
  font-size: 1.5625rem;
}

.category-mod_content .category-item .item-img {
  height: 301px;
}

.baners-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15em;
  margin-bottom: 3.5em;
}

.banner-item {
  min-height: 130px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2em;
  border-radius: 10px;
  gap: 2px;
  transition: opacity .3s;
}

.banner-item:hover {
  opacity: .8;
}

.banner-item .item-title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.banner-item .item-text {
  font-size: 1.125rem;
}

.banner-green_item {
  color: #1D976C;
}

.banner-white_item {
  color: #FFF;
}

.banners-mod_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15em;
  margin-top: 3.3em;
  margin-bottom: 3.5em;
}

.banner-mod_item {
  min-height: 261px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.5em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-top: 6.4em;
  border-radius: 10px;
  gap: 2px;
  transition: opacity .3s;
}

.banner-mod_item.last-item {
  padding-top: 1.2em;
}

.banner-mod_item:hover {
  opacity: .8;
}

.banner-mod_item .item-title {
  font-size: 1.5625rem;
  font-weight: 700;
  max-width: 50%;
}

.banner-mod_item .discount {
  font-size: 156%;
  position: relative;
  margin-left: .3em;
  top: .1em;
}

.banner-mod_item .large-title {
  font-size: 240%;
  display: block;
}

.banner-mod_item .white-title {
  color: #fff;
}

.banner-large_item {
  grid-column: span 3;
  padding-top: 14%;
}

.banner-large_item .item-title {
  font-size: 2.1875rem;
}

/**products-section**/
.products-section {
  padding: 3.1em 0;
}

.unified-section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 3.3em;
}

.unified-section_header h2, .unified-section_header .section-title {
  margin-bottom: 0;
}

.read-more_btn {
  font-weight: 700;
  border-bottom: 1px solid #3A3A3A;
  transition: border-bottom-color .3s, color .3s;
}

.read-more_btn:hover {
  border-bottom-color: transparent;
  color: #1D976C;
}

.fourth-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2em 1.15em;
}

.product-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1em;
  border: 1px solid #1D976C;
  border-radius: 10px;
}

.product-item p {
  font-size: .875rem;
  color: #848484;
  line-height: 1.4;
}

.product-item_label {
  position: absolute;
  left: .9em;
  top: 1.1em;
  display: flex;
}

.product-item_label li {
  height: 21px;
  min-width: 39px;
  border-radius: 3px;
  background: #1D976C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1px 4px;
  font-size: .75rem;
  font-weight: 500;
  margin-right: -5px;
}

.product-item_label li:first-child {
  z-index: 1;
}

.product-item_label li:nth-child(2) {
  z-index: 2;
}

.product-item_label li:nth-child(3) {
  z-index: 3;
}

.product-item_label .new {
  background: #2D73D9;
}

.product-item_label .hit {
  background: linear-gradient(to top, #93F9B9, #1D976C);
}

.product-item_fav {
  background-image: url(../img/icons/fav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 1em;
  height: 25px;
  width: 25px;
  transition: all .3s;
}

.product-item_fav.is-active {
  filter: brightness(0) saturate(100%) invert(48%) sepia(11%) saturate(2691%) hue-rotate(107deg) brightness(98%) contrast(89%);
}

.product-item_img {
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  gap: .8em;
  padding-top: 1em;
}

.product-item_price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4em;
  margin-bottom: 7px;
}

.product-item_price {
  font-weight: 500;
  font-size: 1.5625rem;
  white-space: nowrap;
}

.product-item_old-price {
  color: #CDCDCD;
  font-size: 0.875rem;
  position: relative;
  top: 1px;
  white-space: nowrap;
}

.product-item_title a {
  color: inherit;
  border-bottom-color: transparent;
  transition: border-bottom-color .3s, color .3s;
}

.product-item_title a:hover {
  color: #1D976C;
  border-bottom-color: #1D976C;
}

.product-item_discount {
  color: #fff;
  background: #1D976C;
  border-radius: 3px;
  font-size: .75rem;
  font-weight: 500;
  padding: .3em .7em .2em;
  position: relative;
  margin-left: .7em;
  top: 1px;
}

.product-item_instock, .product-item_code {
  color: #CDCDCD;
  font-size: .75rem;
}

.product-item_code {
  font-weight: 700;
}

.product-item_code .digit-code {
  font-weight: 400;
}

.product-item_counter-btn {
  margin-top: auto;
}

.product-item_counter-btn .wrapper-counter-btn {
  display: none;
}

.product-item_counter-btn.is-active .wrapper-counter-btn {
  display: flex;
}

.product-item_counter-btn.is-active .product-item_btn {
  display: none;
}

.product-item_btn {
  width: 100%;
}

.wrapper-counter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  gap: 10px;
  width: 100%;
  flex: 1 0 0;
  height: 44px;
}

.wrapper-counter-btn .counter-back, .wrapper-counter-btn .counter-forward {
  border: none;
  width: 44px;
  flex: 44px 0 0;
  height: 100%;
  border: none;
  background-color: #1D976C;
  border-radius: 10px;
  position: relative;
  transition: background .25s, border-color .25s;
}

.wrapper-counter-btn .counter-back:hover, .wrapper-counter-btn .counter-forward:hover {
  background: #1D976C;
}

.wrapper-counter-btn .counter-back:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrapper-counter-btn .counter-forward:after, .wrapper-counter-btn .counter-forward:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 100px;
  transition: background .3s;
}

.wrapper-counter-btn .counter-forward:after {
  height: 10px;
  width: 2px;
}

.wrapper-counter-btn .counter-forward:before {
  height: 2px;
  width: 10px;
}

.wrapper-counter-btn .product-count {
  width: 100%;
  flex: 1 0 0;
  background: transparent;
  font-weight: 700;
  border: none;
  height: 100%;
  text-align: center;
}

.products-horeca_row .product-item {
  border-color: #2D73D9;
}

.products-horeca_row .product-item_price {
  color: #2D73D9;
}

.products-horeca_row .product-item_discount {
  background: #2D73D9;
}

.products-horeca_row .product-item_btn {
  background: #2D73D9;
}

.products-horeca_row .product-item_btn:hover {
  background: #205cb3;
}

.products-horeca_row .wrapper-counter-btn .counter-back, .products-horeca_row .wrapper-counter-btn .counter-forward {
  background: #2D73D9;
}

.products-horeca_row .product-item_fav.is-active {
  filter: brightness(0) saturate(100%) invert(35%) sepia(56%) saturate(3209%) hue-rotate(205deg) brightness(94%) contrast(80%);
}

.products-horeca_row .product-item_title a:hover {
  color: #2D73D9;
  border-color: #2D73D9;
}

/**brands-section**/
.brands-section {
  padding: 3em 0;
}

.brands-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: .7em;
}

.brand-item {
  border-radius: 10px;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, #C3D4E9, #fff);
  transition: opacity .3s;
}

.brand-item:hover {
  opacity: .8;
}

/**advantages-row**/
.advantages-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 4.8em;
  margin: 4.5em 0 0;
  padding: 0 1.2% 0 3.6%;
}

.advantage-item {
  display: flex;
  align-items: center;
  gap: 2.2em;
  font-size: 1.125rem;
}

.advantage-item .item-icon {
  flex: 95px 0 0;
  width: 95px;
}

/**subscribe-box**/
.wrapper_subscribe-box {
  padding-top: 8.5em;
}

.subscribe-box {
  min-height: 261px;
  display: flex;
  align-items: center;
  gap: 1.7em;
  padding: 3.7em;
  padding-right: 3.3em;
  background: linear-gradient(to bottom, #2FA678, #8EF5B6);
  color: #fff;
  border-radius: 10px;
}

.subscribe-box .left-column {
  flex: 1 0 0;
}

.subscribe-box .right-column {
  flex: 40% 0 0;
}

.subscribe-box .section-title {
  font-size: 1.875rem;
  margin-bottom: .5em;
}

.subscribe-box .section-title:last-child {
  margin-bottom: 0;
}

.subscribe-box.is-blue {
  background: linear-gradient(to bottom, #2D73D9, #BFD4F4);
}

.subscribe-box.is-blue .subscribe-form_submit {
  background: #2D73D9;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: .8em;
}

.subscribe-form_content {
  position: relative;
}

.subscribe-form_content .error {
  position: absolute;
  font-size: .75rem;
}

.subscribe-form_input {
  height: 44px;
  border-radius: 10px;
  background: #fff;
  padding: 0 4em 0 1em;
  font-weight: 500;
  color: #3A3A3A;
  border: 1px solid #fff;
  width: 100%;
  transition: border .3s;
}

.subscribe-form_input:focus {
  border: 1px solid #1D976C;
}

.subscribe-form_input::-webkit-input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.subscribe-form_input::input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.subscribe-form_input::-moz-input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.subscribe-form_submit {
  height: 34px;
  border-radius: 10px;
  background: #1D976C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: .5em;
  top: 0;
  margin: auto;
  width: 34px;
  transition: background .3s;
}

.subscribe-form_submit:before {
  content: '';
  display: block;
  height: 17px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  flex: 10px 0 0;
  width: 10px;
  transition: filter .3s;
}

.subscribe-form_submit:hover {
  background: #156c4d;
}

.subscribe-form_submit .disabled {
  background: gray;
}

.subscribe-form_submit .submit-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.subscribe-form_policy .unified-checkbox {
  padding-left: 32px;
}

.subscribe-form_policy .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  border-color: #fff;
}

/**catalog page**/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3em 3.5em;
  font-size: .935rem;
  margin-bottom: 3.3em;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:after {
  content: '';
  display: block;
  height: 1px;
  background: #3A3A3A;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -2.45em;
  margin: auto;
  width: 17px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #CDCDCD;
  border-bottom: none;
  transition: color .3s;
}

.breadcrumbs a:hover {
  color: #1D976C;
}

.quantity-goods {
  display: inline-block;
  font-weight: 400;
  font-size: .875rem;
  position: relative;
  vertical-align: bottom;
  top: -.7em;
}

.search_no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  text-align: center;
}

.search_no-result p {
  margin-bottom: 0;
  color: #CDCDCD;
}

.search-large_icon {
  height: 140px;
  background: url(../img/icons/search-2.svg) no-repeat center;
  background-size: contain;
  width: 140px;
}

.go-catalog_btn {
  min-width: 275px;
}

.catalog_top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  margin-bottom: 4em;
}

.catalog_top_item {
  display: flex;
  align-items: center;
  padding: 1em;
  gap: 1em;
  border-radius: 10px;
  border: 1px solid #1D976C;
  font-size: 1.125rem;
  min-height: 91px;
  max-width: 295px;
  transition: color .3s;
}

.catalog_top_item:hover {
  color: #1D976C;
}

.catalog_top_item .item-img {
  flex: 45px 0 0;
  width: 45px;
}

.catalog-filter_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1em;
  color: #6C7275;
  position: relative;
  margin-bottom: 1.8em;
}

.catalog-filter_panel .left-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1em;
}

.catalog-filter_panel .selectric-items {
  min-width: 205px;
  right: 0;
  left: auto;
}

.catalog-filter_panel .selectric .label {
  margin-right: 3rem;
}

.filter-btn {
  gap: .7em;
  cursor: pointer;
}

.filter-btn:after {
  content: '';
  display: block;
  height: 18px;
  flex: 18px 0 0;
  background: url(../img/icons/filter.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  transition: filter .3s;
}

.filter-parameters_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1em;
  font-weight: 400;
}

.filter-parameters_row .text {
  font-weight: 700;
  font-size: 1rem;
}

.sort-by {
  align-self: flex-start;
}

.selectric {
  height: 44px;
  border: none;
  border-radius: 0;
  background: #fff;
}

.selectric .label {
  font-size: inherit;
  height: 100%;
  line-height: 44px;
  margin-right: 30px;
  color: inherit;
}

.selectric .button {
  height: 100%;
  width: 30px;
  background-color: transparent;
}

.selectric .button:after {
  width: 15px;
  height: 15px;
  border: none;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
}

.selectric-items ul {
  padding: 0;
  margin: 0;
  display: block;
  font-size: inherit;
}

.selectric-items ul li {
  margin-bottom: 0 !important;
  padding: .7em;
}

.selectric-items ul li:before {
  display: none;
}

@-moz-document url-prefix() {
  .selectric-items .selectric-scroll {
    scrollbar-color: #1D976C transparent;
    scrollbar-width: thin;
  }
}

.selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1D976C;
}

.selectric-items .selectric-scroll::-webkit-resizer {
  width: 2px;
  height: 0px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 2px;
}

.selectric-items {
  border: none;
  padding: 0.3em .5em;
  font-size: inherit;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border: none;
  margin-top: 2px;
  border-radius: 0 0 20px 20px;
}

.selectric-items li {
  font-size: inherit;
  min-height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: .4em;
  color: inherit;
  border-bottom: none;
  transition: color .3s, background .3s;
}

.selectric-items li:hover {
  background: transparent;
  color: #1D976C;
}

.selectric-items li.highlighted {
  background: #1D976C;
  color: #fff;
}

.selectric-open .button {
  transform: rotate(180deg);
}

.filter-sidebar {
  position: fixed;
  top: 0;
  right: -503px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 2.3em 1.5em 1.2em;
  max-width: 499px;
  width: 100%;
  height: 100vh;
  z-index: 130;
  transition: right .4s;
}

.filter-sidebar.is-pad {
  padding-bottom: 5em;
}

.filter-sidebar.is-open {
  right: 0;
}

.fixed-panel_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  flex: 0 0 auto;
}

.fixed-panel_header .title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.fixed-panel_close-btn {
  height: 20px;
  flex: 20px 0 0;
  cursor: pointer;
  background: url(../img/icons/close-2.svg) no-repeat center;
  background-size: contain;
  transition: filter .3s;
}

.fixed-panel_close-btn:hover {
  filter: brightness(0) saturate(100%) invert(41%) sepia(13%) saturate(2382%) hue-rotate(107deg) brightness(113%) contrast(86%);
}

.fixed-panel_body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  padding-top: 2.4em;
  padding-bottom: 1em;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 1em;
  width: calc(100% + 1em);
}

@-moz-document url-prefix() {
  .fixed-panel_body {
    scrollbar-color: #CDCDCD transparent;
    scrollbar-width: thin;
  }
}

.fixed-panel_body::-webkit-scrollbar-track {
  background-color: transparent;
}

.fixed-panel_body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #CDCDCD;
}

.fixed-panel_body::-webkit-resizer {
  width: 3px;
  height: 0px;
}

.fixed-panel_body::-webkit-scrollbar {
  width: 3px;
}

.fixed-panel_footer {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.filter-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  min-height: 30px;
  gap: 1em;
  transition: border-bottom-color .3s;
}

.filter-item_title.is-active:after {
  transform: rotate(0);
}

.filter-item_title:after {
  content: '';
  display: block;
  height: 17px;
  flex: 17px 0 0;
  background: url(../img/icons/arrow-2.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  width: 17px;
  transform: rotate(-180deg);
  transition: transform .3s;
}

.filter-item_body {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.filter-item .ui-state-default {
  display: inline-block;
  outline: none;
  width: 12px;
  height: 12px !important;
  background-color: #1D976C;
  border: 1px solid #1D976C;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  z-index: 10;
}

.filter-item .ui-state-default:focus {
  outline: none;
}

.filter-item .ui-state-active {
  padding: 0 !important;
  border: none !important;
}

.filter-item .ui-state-active:after, .filter-item .ui-state-active:before {
  display: none !important;
}

.filter-item .ui-widget-content {
  background-color: #E2DDD4;
  border: none !important;
  border-radius: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.filter-item .ui-widget-header {
  height: 1px;
  top: 0;
  background-color: #1D976C;
}

.filter-item .ui-slider-horizontal .ui-slider-handle {
  top: -9px !important;
  cursor: pointer;
  margin-left: -8px;
}

.field-number_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6em;
}

.wrapper_field-number {
  display: flex;
  align-items: center;
  gap: 15px;
}

.field-number {
  background-color: transparent;
  border: 1px solid #1D976C;
  height: 36px;
  border-radius: 10px;
  flex: 92px 0 0;
  width: 92px;
  text-align: center;
}

.field-number:focus {
  border: 1px solid #1D976C;
}

.field-number::-webkit-input-placeholder {
  color: inherit;
}

.field-number::input-placeholder {
  color: inherit;
}

.field-number::-moz-input-placeholder {
  color: inherit;
}

.filter-item_list {
  display: flex;
  flex-direction: column;
  gap: .8em;
}

.filter_apply-btn {
  margin-bottom: 1em;
  width: 100%;
}

.filter-reset_btn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #CDCDCD;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #CDCDCD;
  transition: color .3s, border-bottom-color .3s;
  width: fit-content;
}

.filter-reset_btn:hover {
  border-bottom-color: transparent;
  color: #1D976C;
}

.filter-reset_mod-btn {
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .875rem;
  background-color: transparent;
  padding: 0;
  color: #CDCDCD;
  transition: color .3s, border-bottom-color .3s;
  width: fit-content;
}

.filter-reset_mod-btn:after {
  content: '';
  display: block;
  background: url(../img/icons/close.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1362%) hue-rotate(168deg) brightness(85%) contrast(88%);
  height: 10px;
  flex: 10px 0 0;
  width: 10px;
  transition: filter .3s;
}

.filter-reset_mod-btn .text-btn {
  border-bottom: 1px solid #CDCDCD;
  transition: border-bottom-color .3s;
}

.filter-reset_mod-btn:hover {
  color: #1D976C;
}

.filter-reset_mod-btn:hover:after {
  filter: brightness(0) saturate(100%) invert(44%) sepia(92%) saturate(393%) hue-rotate(107deg) brightness(89%) contrast(83%);
}

.filter-reset_mod-btn:hover .text-btn {
  border-bottom-color: transparent;
}

.unified-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 38px;
  color: inherit;
}

.unified-checkbox.is-red {
  color: #ec617a;
}

.unified-checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  opacity: 1;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:after {
  background: #1D976C;
  border-color: #1D976C;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:before {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 3px;
  left: 5px;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s;
  z-index: 1;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #3A3A3A;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  transition: border-color .3s, background .3s;
}

.unified-checkbox .checkbox-text {
  display: inline-block;
  transition: color .2s;
}

.unified-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 27px;
  color: inherit;
}

.unified-radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-radio input[type="radio"]:checked + .radio-text:before {
  opacity: 1;
}

.unified-radio input[type="radio"] + .radio-text:before {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  border-radius: 50%;
  background: #1D976C;
  position: absolute;
  top: 5px;
  left: 6px;
  opacity: 0;
  transition: opacity .2s;
  z-index: 1;
}

.unified-radio input[type="radio"] + .radio-text:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #1D976C;
  border-radius: 50%;
  background: #EDF4FF;
  position: absolute;
  top: -1px;
  left: 0;
  margin: auto;
  transition: border-color .3s, background .3s;
}

.unified-radio .radio-text {
  display: inline-block;
  transition: color .2s;
}

.pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.2em;
  gap: 1.9em;
}

.pagination-row.is-blue .main-pagination a {
  border-color: #2D73D9;
  color: #2D73D9;
}

.pagination-row.is-blue .main-pagination li.active a {
  background: #2D73D9;
  color: #fff;
}

.pagination-row.is-blue .load-btn {
  border-color: #2D73D9;
}

.pagination-row.is-blue .load-btn:hover {
  background: #2D73D9;
}

.pagination-row.is-blue .load-btn:active {
  box-shadow: inset 1px 2px #112f5c;
  border-top: 1px solid #112f5c;
}

.main-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  gap: .7em;
}

.main-pagination li.active {
  pointer-events: none;
}

.main-pagination li.active a {
  background: #1D976C;
  color: #fff;
}

.main-pagination li.disabled {
  display: none;
}

.main-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 7px;
  color: #1D976C;
  border: 1px solid #1D976C;
  transition: color .3s, background .3s;
}

.main-pagination a:hover {
  background: #1D976C;
  color: #fff;
  border-color: #1D976C;
}

.main-pagination .next-page:before, .main-pagination .prev-page:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1D976C;
  border-right: 2px solid #1D976C;
  position: relative;
  transform: rotate(45deg);
  transition: border-color .3s;
}

.main-pagination .next-page:hover:before, .main-pagination .prev-page:hover:before {
  border-color: #fff;
}

.main-pagination .next-page:before {
  right: 2px;
}

.main-pagination .prev-page:before {
  right: 0;
  left: 2px;
  transform: rotate(-135deg);
}

.load-btn {
  padding: 0 2.2em;
}

.load-btn:after {
  content: '';
  display: block;
  background: url(../img/icons/load.svg) no-repeat center;
  flex: 22px 0 0;
  height: 22px;
  width: 22px;
  transition: filter .3s;
}

.load-btn:hover:after {
  filter: brightness(0) invert(1);
}

.load-mod_btn {
  margin: 3.2em auto 0;
}

/**product-card**/
.product-card_content {
  display: flex;
  gap: 2.2em;
  margin-bottom: 6.4em;
}

.product-card_left-column {
  flex: 48% 0 0;
  max-width: 48%;
  display: flex;
  align-items: flex-start;
}

.product-card_small-slider {
  flex: 92px 0 0;
  max-width: 92px;
  padding: 1em 0;
}

.product-card_small-slider .slick-list {
  width: 100%;
}

.product-card_small-slider .slick-track {
  width: 100%;
  display: block;
}

.product-card_small-slider .slick-slide {
  padding: 5px 0;
}

.product-card_small-slider .slick-slide > div {
  width: 100%;
}

.product-card_small-slider .slick-current .product-card_small-item {
  border-color: #1D976C;
}

.product-card_small-slider .slick-arrow {
  left: 0;
  right: 0;
  background: transparent;
  height: 22px;
  width: 22px;
}

.product-card_small-slider .slick-arrow:hover {
  background: transparent;
}

.product-card_small-slider .slick-arrow:hover:before {
  opacity: .8;
}

.product-card_small-slider .slick-arrow:before {
  height: 100%;
  width: 100%;
  transition: opacity .3s;
}

.product-card_small-slider .slick-next {
  bottom: auto;
  top: -9px;
  transform: rotate(-90deg);
}

.product-card_small-slider .slick-prev {
  bottom: -2px;
  top: auto;
  transform: rotate(90deg);
}

.product-card_small-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 3px;
  overflow: hidden;
  height: 83px;
  width: 100%;
  transition: border-color .3s;
}

.product-card_small-item img {
  max-height: 100%;
}

.product-card_slider {
  flex-basis: calc(100% - 92px);
  max-width: calc(100% - 192px);
  padding-left: 1.2em;
  overflow: hidden;
}

.product-card_slider .slick-track {
  display: flex;
}

.product-card_slider .slick-slide {
  height: auto;
}

.product-card_slider .slick-slide > div {
  height: 100%;
}

.product-card_item {
  display: block !important;
  height: 100%;
  height: 506px;
}

.product-card_item img {
  display: inline-block;
  width: auto;
}

.product-card_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 1px;
  height: 100%;
  position: relative;
}

.product-card_item > a:hover:after {
  opacity: 1;
}

.product-card_item > a:after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5) url(../img/icons/loop-icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}

.product-card_right-column {
  flex: 1 0 0;
  border: 1px solid #1D976C;
  align-self: start;
  border-radius: 10px;
  padding: 2.5em 1em;
  display: flex;
  flex-direction: column;
  gap: 1.9em;
}

.product-card_title {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
  padding-right: 10%;
}

.product-card_code {
  color: #CDCDCD;
  font-weight: 700;
}

.product-card_code .item-code {
  font-weight: 400;
}

.product-card_attention {
  background: linear-gradient(to bottom, #E8EFF7, #fff);
  min-height: 45px;
  border-radius: 10px;
  padding: .3em 1.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1em;
  color: #2D73D9;
}

.product-card_attention .ico-icon {
  height: 20px;
  border-radius: 50%;
  background: #2D73D9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}

.product-card_bottom-row {
  display: flex;
  gap: 1em;
}

.product-card_price-column {
  flex: 200px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .7em 1em;
}

.product-card_price {
  font-weight: 500;
  font-size: 2.1875rem;
  flex: 100% 0 0;
  white-space: nowrap;
}

.product-card_old-price {
  color: #CDCDCD;
  white-space: nowrap;
}

.product-card_discount {
  color: #fff;
  background: #1D976C;
  display: flex;
  align-items: center;
  min-height: 28px;
  border-radius: 4px;
  font-weight: 500;
  padding: .3em .7em .3em;
}

.product-card_btns-column {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.product-card_btns {
  display: flex;
  gap: 1em;
}

.product_counter-btn {
  max-width: 132px;
}

.product-card_btn {
  flex: 1 0 0;
  font-size: 1.125rem;
}

.product-card_fav {
  height: 44px;
  flex: 44px 0 0;
  border-radius: 10px;
  border: 1px solid #CDCDCD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  transition: border-color .3s;
}

.product-card_fav:before {
  content: '';
  display: block;
  background-image: url(../img/icons/fav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 20px;
  width: 20px;
  transition: filter .3s;
}

.product-card_fav.is-active {
  border-color: #1D976C;
}

.product-card_fav.is-active:before {
  filter: brightness(0) saturate(100%) invert(48%) sepia(11%) saturate(2691%) hue-rotate(107deg) brightness(98%) contrast(89%);
}

.product-card_quantity {
  color: #CDCDCD;
  font-weight: 700;
}

.product_counter-btn .counter-forward.disabled {
  background: gray;
  pointer-events: none;
}

.product-card_subtitle {
  font-size: 1.5625rem;
  font-weight: 700;
  border-bottom: 1px solid #1D976C;
  margin-bottom: 1em;
  width: fit-content;
}

.product-card_unit {
  display: flex;
  gap: 1.3em;
  margin-bottom: 2em;
}

.product-card_unit:last-child {
  margin-bottom: 0;
}

.product-card_unit .left-column {
  flex: 1 0 0;
}

.product-card_unit .right-column {
  flex: 66% 0 0;
  font-size: 1.125rem;
}

.product-card_unit .section-title {
  font-weight: 400;
}

.product-card_unit .section-title:last-child {
  margin-bottom: 0;
}

.product-card_characteristics {
  width: 100%;
}

.product-card_characteristics tr:first-child td {
  padding-top: 0;
}

.product-card_characteristics td {
  padding: 1.32em;
  padding-top: 0;
  position: relative;
  vertical-align: top;
}

.product-card_characteristics td:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #CDCDCD 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 15px;
  left: 0;
}

.product-card_characteristics td:first-child {
  padding-left: 0;
  width: 45%;
}

.product-card_characteristics td:last-child {
  padding-right: 0;
  font-weight: 700;
}

.product-card_characteristics td:last-child .text {
  padding: 0 0 0 .5em;
  display: block;
}

.product-card_characteristics td:last-child:after {
  right: 0;
  left: auto;
  width: calc(100% - 3px);
}

.product-card_characteristics .text {
  position: relative;
  background: #fff;
  padding-right: .5em;
  z-index: 1;
}

.product-card_characteristics .brand-text {
  color: #1D976C;
  text-transform: uppercase;
}

.products-bottom_section {
  padding-top: 4.8em;
  padding-bottom: 0;
}

/**cart page**/
.unified-content {
  display: flex;
  gap: 1em;
}

.unified_left-column {
  flex: 1 0 0;
}

.unified_right-column {
  flex: 32.5% 0 0;
}

.clear-cart_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -2em;
  margin-bottom: 1em;
  margin-left: auto;
  background-color: transparent;
  border: none;
  color: #CDCDCD;
  font-size: .875rem;
  width: fit-content;
  transition: color .3s;
}

.clear-cart_btn:after {
  content: '';
  display: block;
  background: url(../img/icons/close.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1362%) hue-rotate(168deg) brightness(85%) contrast(88%);
  height: 10px;
  flex: 10px 0 0;
  width: 10px;
  transition: filter .3s;
}

.clear-cart_btn:hover {
  color: red;
}

.clear-cart_btn:hover:after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7086%) hue-rotate(6deg) brightness(102%) contrast(115%);
}

.clear-cart_btn:hover .text {
  border-bottom-color: transparent;
}

.clear-cart_btn .text {
  border-bottom: 1px solid #CDCDCD;
  transition: border-bottom-color .3s;
}

.cart-item {
  padding: 1em;
  padding-right: 2em;
  border-radius: 10px;
  border: 1px solid #1D976C;
  display: flex;
  gap: 2em;
  margin-bottom: 1.2em;
}

.cart-item:last-child {
  margin-bottom: 0;
}

.cart-item .wrapper-counter-btn {
  max-width: 202px;
  flex: 0 0 auto;
}

.cart-item_img {
  flex: 30% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item_desc {
  flex: 1 0 0;
  display: flex;
  padding-top: 1.2em;
  gap: 2em;
}

.cart-item_left {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1 0 0;
  padding-bottom: 2em;
}

.cart-item_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  flex: 137px  0 0;
}

.cart-item_price-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .7em;
}

.cart-item_price {
  font-weight: 500;
  font-size: 2.1875rem;
  flex-grow: 1;
  flex: 0 0 100%;
  white-space: nowrap;
  width: fit-content;
}

.cart-item_old-price {
  color: #CDCDCD;
  white-space: nowrap;
}

.cart-item_discount {
  color: #fff;
  background: #1D976C;
  border-radius: 4px;
  font-weight: 500;
  padding: .3em .7em .3em;
  position: relative;
  top: 1px;
}

.cart-item_title {
  font-size: 1.5625rem;
}

.cart-item_title a {
  color: inherit;
  border-bottom-color: transparent;
  transition: border-bottom-color .3s, color .3s;
}

.cart-item_title a:hover {
  color: #1D976C;
  border-bottom-color: #1D976C;
}

.cart-item_code {
  font-weight: 700;
  color: #CDCDCD;
  font-size: .75rem;
  margin-bottom: 1em;
}

.cart-item_code .digit-code {
  font-weight: 400;
}

.cart-item_controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4em;
}

.cart-item_fav {
  background-image: url(../img/icons/fav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 25px;
  width: 25px;
  transition: all .3s;
}

.cart-item_fav.is-active {
  filter: brightness(0) saturate(100%) invert(48%) sepia(11%) saturate(2691%) hue-rotate(107deg) brightness(98%) contrast(89%);
}

.cart-item_delete {
  background-color: transparent;
  background-image: url(../img/icons/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  height: 25px;
  width: 25px;
  transition: filter .3s;
}

.cart-item_delete:hover {
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7086%) hue-rotate(6deg) brightness(102%) contrast(115%);
}

.order-total_box {
  background: linear-gradient(to bottom, #E7EEF6, #fff);
  border-radius: 10px;
  padding: 2.2em 1em;
  position: sticky;
  top: 5em;
}

.order-total_table {
  margin-bottom: 2em;
  width: 100%;
}

.order-total_table td {
  padding: .3em;
}

.order-total_table td:first-child {
  padding-left: 0;
}

.order-total_table td:last-child {
  padding-right: 0;
  text-align: right;
}

.order-total_table tr:first-child td {
  padding-top: 0;
}

.order-total_table tr:last-child td {
  padding-bottom: 0;
}

.order-total_table .padding-row td {
  padding-bottom: 1.7em;
}

.order-total_table .first-cell {
  font-size: 1.25rem;
}

.order-total_table .last-row {
  font-size: 1.25rem;
  font-weight: 700;
}

.order-total_table .last-row td {
  padding-top: 1.6em;
}

.order-total_table .discount-row {
  color: #1D976C;
}

.order-total_table .discount-sum {
  white-space: nowrap;
}

.order-total_table .hidden-row {
  display: none;
}

.order-total_table .item-sum {
  white-space: nowrap;
}

.order-total_sum {
  white-space: nowrap;
}

.delivery-address_row.is-hidden, .pickup-box.is-hidden {
  display: none;
}

.pickup-box {
  padding: 2em;
  border: 1px solid #1D976C;
  border-radius: 10px;
}

.pickup-box .contacts-list {
  margin-bottom: 0;
}

.order-total_btn {
  margin-bottom: .5em;
  width: 100%;
}

.order-total_btn:last-child {
  margin-bottom: 0;
}

.unified-form_submit.disabled {
  background: gray;
  cursor: not-allowed;
}

.unified-form_submit.disabled .submit-btn {
  cursor: not-allowed;
}

.empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  text-align: center;
}

.empty-content p {
  margin-bottom: 0;
  color: #CDCDCD;
}

/**order page**/
.order_left-column {
  display: flex;
  flex-direction: column;
  gap: 3.2em;
}

.h3 {
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.payer-type_list {
  display: flex;
  gap: 2.3em;
}

.payer-type_item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 27px;
  color: inherit;
}

.payer-type_item input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.payer-type_item input[type="radio"]:checked + .radio-text:before {
  opacity: 1;
}

.payer-type_item input[type="radio"]:checked + .radio-text:after {
  background: #1D976C;
  border-color: #1D976C;
}

.payer-type_item input[type="radio"] + .radio-text:before {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 3px;
  left: 5px;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s;
  z-index: 1;
}

.payer-type_item input[type="radio"] + .radio-text:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #3A3A3A;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  transition: border-color .3s, background .3s;
}

.payer-type_item .radio-text {
  display: inline-block;
  transition: color .2s;
}

.adress-type_list {
  display: flex;
  gap: 4em;
  margin-bottom: 1.3em;
}

.adress-type_item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 27px;
  color: inherit;
}

.adress-type_item input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.adress-type_item input[type="radio"]:checked + .radio-text:before {
  opacity: 1;
}

.adress-type_item input[type="radio"]:checked + .radio-text:after {
  background: #1D976C;
  border-color: #1D976C;
}

.adress-type_item input[type="radio"] + .radio-text:before {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 3px;
  left: 5px;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s;
  z-index: 1;
}

.adress-type_item input[type="radio"] + .radio-text:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #3A3A3A;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  transition: border-color .3s, background .3s;
}

.adress-type_item .radio-text {
  display: inline-block;
  transition: color .2s;
}

.form_two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3em;
  margin-bottom: 1.3em;
}

.form_two-columns:last-child {
  margin-bottom: 0;
}

.form_two-columns .form-group {
  margin-bottom: 0;
}

.form_three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3em;
  margin-bottom: 1.3em;
}

.form_three-columns:last-child {
  margin-bottom: 0;
}

.form_three-columns .form-group {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1.2em;
  position: relative;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group.focus .form-label {
  font-size: 0.625rem;
  left: 0;
  line-height: 2.6;
}

.form-group.is-select .selectric .label {
  color: #000;
}

.form-control {
  border: none;
  border: 1px solid #1D976C;
  background: #fff;
  height: 62px;
  border-radius: 10px;
  padding: 0 1em;
  display: block;
  resize: none;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: border .3s;
}

.form-control:focus {
  border: 1px solid #156c4d;
}

.form-control::-webkit-input-placeholder {
  color: #CDCDCD;
}

.form-control::input-placeholder {
  color: #CDCDCD;
}

.form-control::-moz-input-placeholder {
  color: #CDCDCD;
}

.form-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  pointer-events: none;
  line-height: 62px;
  color: #CDCDCD;
  max-width: 100%;
  transition: all 0.3s;
  white-space: nowrap;
  z-index: 2;
}

.form-hidden_group {
  display: none;
}

.form-group_select .selectric {
  height: 62px;
  border-radius: 10px;
  border: 1px solid #1D976C;
}

.form-group_select .label {
  line-height: 62px;
  margin-left: 1em;
  margin-right: 3.3rem;
}

.form-group_select .button {
  width: 3rem;
}

.form-group_select .button:after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(2%) saturate(43%) hue-rotate(336deg) brightness(101%) contrast(97%);
}

.form-control_comment {
  padding-top: 1.3em;
}

.paymant-list {
  display: flex;
  gap: 1.5em;
}

.paymant-list li {
  flex: 1 0 0;
  max-width: 277px;
}

.paymant-list .is-hidden {
  display: none;
}

.payment-select_item {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit;
  height: 100%;
}

.payment-select_item input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.payment-select_item input[type="radio"]:checked + .radio-text {
  filter: none;
}

.payment-select_item .radio-text {
  display: flex;
  align-items: center;
  padding-right: 1.2em;
  min-height: 64px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #3A3A3A;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(662%) hue-rotate(196deg) brightness(84%) contrast(88%);
  gap: 1em;
  transition: filter .3s;
}

.payment-select_item .item-icon {
  flex: 75px 0 0;
  width: 75px;
}

.order-form_policy {
  font-size: .75rem;
  color: #CDCDCD;
  margin-bottom: 1em;
}

.order-form_policy:last-child {
  margin-bottom: 0;
}

.order-form_policy .unified-checkbox {
  padding-left: 27px;
}

.order-form_policy .unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  border-color: #CDCDCD;
  top: -1px;
}

.order-form_policy .unified-checkbox input[type="checkbox"] + .checkbox-text:before {
  top: 1px;
}

.order-form_policy .unified-checkbox input[type="checkbox"]:checked + .checkbox-text:after {
  border-color: #1D976C;
}

.promocode-form {
  display: flex;
  flex-direction: column;
  gap: .8em;
  position: relative;
  margin-bottom: 1em;
}

.promocode-form:last-child {
  margin-bottom: 0;
}

.promocode-form .error {
  position: absolute;
  font-size: .75rem;
}

.promocode-form-input {
  height: 44px;
  border-radius: 10px;
  background: #fff;
  padding: 0 4em 0 1em;
  font-weight: 500;
  color: #3A3A3A;
  border: 1px solid #1D976C;
  width: 100%;
  transition: border .3s;
}

.promocode-form-input:focus {
  border: 1px solid #1D976C;
}

.promocode-form-input::-webkit-input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.promocode-form-input::input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.promocode-form-input::-moz-input-placeholder {
  color: #CDCDCD;
  font-size: .875rem;
}

.promocode-form_submit {
  height: 34px;
  border-radius: 10px;
  border: none;
  background: #1D976C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: .5em;
  top: 0;
  margin: auto;
  width: 34px;
  transition: background .3s;
}

.promocode-form_submit:before {
  content: '';
  display: block;
  height: 17px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  flex: 10px 0 0;
  width: 10px;
  transition: filter .3s;
}

.promocode-form_submit:hover {
  background: #156c4d;
}

.invoice-payment_btn {
  width: 100%;
}

.invoice-payment_btn.is-hidden {
  display: none;
}

.legal-text {
  margin-bottom: 3em;
  font-size: 1.125rem;
}

.legal-text p {
  margin-bottom: .7em;
}

.legal-text p:last-child {
  margin-bottom: 0;
}

.legal-content {
  display: flex;
  gap: 1em;
}

.legal-content .left-column {
  flex: 1 0 0;
  font-size: 1.5625rem;
  font-weight: 800;
}

.legal-content .left-column p {
  max-width: 380px;
  line-height: 1.35;
}

.legal-content .right-column {
  flex: 57.6% 0 0;
  padding-top: 10px;
}

.main-color {
  color: #1D976C;
}

.legal-step_list {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-size: 1.125rem;
  margin-bottom: 3em;
}

.legal-step_list .item-number {
  color: #1D976C;
  font-size: 105%;
  font-weight: 700;
  margin-right: 10px;
}

.legal-btns {
  display: flex;
  gap: 1.5em;
}

.legal-btns a {
  flex: 1 0 0;
  max-width: 285px;
}

/**authorization-content**/
.authorization-content {
  display: flex;
  gap: 2em;
  padding-top: 8px;
}

.authorization_left-column {
  flex: 300px 0 0;
}

.authorization_right-column {
  flex: 1 0 0;
  max-width: 873px;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-size: 1.25rem;
  position: sticky;
  top: 5em;
}

.sidebar-menu li.active {
  font-size: 1.5625rem;
  font-weight: 600;
  pointer-events: none;
}

.sidebar-menu li.active a {
  border-bottom-color: #1D976C;
  color: #1D976C;
}

.sidebar-menu a {
  color: inherit;
  border-bottom-color: transparent;
  transition: color .3s;
}

.sidebar-menu a:hover {
  color: #1D976C;
}

.tab {
  cursor: pointer;
}

.tab-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s;
}

.tab-item.is-visible {
  height: auto;
  overflow: visible;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.authorization_tab-names {
  display: flex;
  gap: 1em;
  margin-bottom: 3em;
}

.authorization_tab-names li {
  flex: 1 0 0;
  height: 44px;
  border: 1px solid #1D976C;
  border-radius: 10px;
  color: #1D976C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  transition: background .3s, color .3s;
}

.authorization_tab-names li.active {
  background: #1D976C;
  color: #fff;
}

.log-register_form-submit {
  margin-top: 1.2em;
  margin-bottom: 1em;
  height: 59px;
  font-size: 1.125rem;
  width: 100%;
}

.forgot-password_btn {
  display: block;
  font-size: .75rem;
  width: fit-content;
  transition: color .3s;
}

.forgot-password_btn:hover {
  color: #1D976C;
}

/**personal-account_section**/
.personal-account_content {
  display: flex;
  gap: 2em;
  padding-top: 8px;
}

.personal-account_left-column {
  flex: 31.5% 0 0;
}

.personal-account_right-column {
  flex: 1 0 0;
  max-width: calc(68.5% - 2em);
}

.orders-menu {
  display: flex;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #1D976C;
  border-radius: 10px;
  margin-bottom: 1.2em;
  margin-top: -1.1em;
  width: fit-content;
}

.orders-menu a {
  height: 44px;
  border-right: 1px solid #1D976C;
  color: #1D976C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  min-width: 180px;
  font-weight: 700;
  transition: background .3s, color .3s;
}

.orders-menu a:last-child {
  border-right: none;
}

.orders-menu a.is-active {
  background: #1D976C;
  color: #fff;
}

.order-item {
  border: 1px solid #1D976C;
  border-radius: 10px;
  padding: 1.3em 1em;
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin-bottom: 1.35em;
}

.order-item:last-child {
  margin-bottom: 0;
}

.order-item_header {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
}

.order-item_header .left-cell {
  color: #CDCDCD;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px 1.5em;
}

.order-item_header .item-number {
  font-weight: 700;
  position: relative;
}

.order-item_header .item-number:last-child:after {
  display: none;
}

.order-item_header .item-number:after {
  content: '';
  display: block;
  height: 4px;
  border-radius: 1px;
  background: #CDCDCD;
  position: absolute;
  right: -.9em;
  top: 8px;
  width: 4px;
}

.order-item_header .item-price {
  font-weight: 500;
  font-size: 1.5625rem;
  white-space: nowrap;
}

.order-item_middle {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
}

.order-item_middle .left-cell {
  display: flex;
  flex-direction: column;
  gap: .6em;
}

.order-item_middle .item-code {
  font-size: .75rem;
  color: #CDCDCD;
}

.order-item_middle .item-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-item_middle .item-status:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.order-item_middle .on-way {
  color: #2D73D9;
}

.order-item_middle .on-way:before {
  height: 11px;
  flex: 11px 0 0;
  background-image: url(../img/icons/way.svg);
  width: 11px;
}

.order-item_middle .delivered {
  color: #1D976C;
}

.order-item_middle .delivered:before {
  height: 13px;
  flex: 13px 0 0;
  background-image: url(../img/icons/check.svg);
  width: 13px;
}

.order-item_middle .cancelled {
  color: #D7081F;
}

.order-item_middle .cancelled:before {
  height: 10px;
  flex: 10px 0 0;
  background-image: url(../img/icons/close.svg);
  filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(5211%) hue-rotate(343deg) brightness(80%) contrast(115%);
  width: 10px;
}

.order-item_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.order-item_imgs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1em;
}

.order-item_imgs img {
  max-height: 73px;
}

.repeat-order_btn {
  min-width: 285px;
}

.personal-data_form {
  max-width: 760px;
}

.form-row_group {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.3em;
}

.form-row_group.is-hidden {
  display: none;
}

.form-row_group .form-label {
  flex: 210px 0 0;
  position: static;
  line-height: 1;
  padding: 0;
  color: #3A3A3A;
}

.form-row_group .wrapper-input {
  position: relative;
  flex: 1 0 0;
}

.form-row_group .form-control {
  padding-right: 3em;
  pointer-events: none;
}

.form-row_group .form-control.is-active {
  pointer-events: auto;
}

.form-row_group .edit-btn {
  height: 20px;
  background: url(../img/icons/edit.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 1em;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 20px;
  transition: filter .3s;
  z-index: 2;
}

.form-row_group .edit-btn:hover {
  filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(321%) hue-rotate(107deg) brightness(88%) contrast(95%);
}

.personal-data_form-footer {
  padding-left: 221px;
  display: flex;
  gap: 3em;
  margin-top: 3em;
}

.personal-data_form-footer .gray-btn {
  padding: 0 2.1em;
}

.personal-data_form-submit {
  flex: 1 0 0;
}

.popup-form_form-submit {
  width: 100%;
}

.products-slider {
  margin-left: -.5em;
  width: calc(calc(100vw + 415px) / 2);
}

.products-slider .slick-slide {
  padding: 0 .5em;
}

.products-slider .slick-arrow {
  bottom: -5.8rem;
  right: 1rem;
  top: auto;
}

.products-slider .slick-next {
  right: calc(calc(100vw - 1340px) / 2);
}

.products-slider .slick-prev {
  left: auto;
  right: calc(calc(100vw - 1200px) / 2);
}

.products-slider .product-item {
  max-width: 315px;
}

.bonus-account {
  display: flex;
  align-items: center;
  padding: 0.5em 2em;
  border: 1px solid #1D976C;
  border-radius: 10px;
  min-height: 44px;
  font-weight: 700;
  margin-bottom: .9em;
  gap: 10px;
  width: fit-content;
}

.bonus-sum {
  font-weight: 700;
  color: #1D976C;
  white-space: nowrap;
}

.bonus-accrual {
  display: flex;
  align-items: center;
  gap: 1.8em;
  font-size: 1.125rem;
  margin-bottom: 1.2em;
}

.bonus-accrual .item-sum {
  height: 44px;
  background: #1D976C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 111px;
  text-align: center;
}

.bonus-accrual .rouble {
  position: relative;
  top: -2px;
}

/**company section**/
.company_top-section {
  border-radius: 10px;
  background: url(../img/bg/company-bg.jpg) no-repeat right top;
  background-size: cover;
  font-size: 1.125rem;
  padding: 4.5em 5em;
  color: #fff;
}

.company_top-section h1 {
  margin-bottom: .45em;
}

.company_top-section p {
  margin-bottom: .8em;
}

.company_top-section p:last-child {
  margin-bottom: 0;
}

.mission-section {
  padding: 6.3em 0 7em;
  text-align: center;
}

.mission-section .subtitle {
  display: block;
  font-size: 1.125rem;
  color: #CDCDCD;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}

.mission-section .section-title {
  line-height: 1.3;
  margin-bottom: .4em;
}

.mission-section .section-title:last-child {
  margin-bottom: 0;
}

@media (min-width: 1199px) {
  .mission-section .section-title {
    font-size: 3.0625rem;
  }
  .company_top-section h1 {
    font-size: 3.0625rem;
  }
}

.company-desc_section {
  display: flex;
  gap: 8em;
  margin-bottom: 6em;
}

.company-desc_section .left-column {
  flex: 1 0 0;
  font-size: 1.5625rem;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-desc_section .right-column {
  flex: 40% 0 0;
  padding-right: 3%;
}

.company_circle-img {
  border-radius: 50%;
  overflow: hidden;
}

.company_circle-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bold-text {
  font-weight: 700;
}

.company-middle_section {
  padding-bottom: 6.5em;
  text-align: center;
}

.company-middle_section .subtitle {
  display: block;
  font-size: 1.125rem;
  color: #CDCDCD;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}

.company-middle_section p {
  max-width: 996px;
  font-size: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .7em;
}

.company-middle_section p:last-child {
  margin-bottom: 0;
}

.company-img {
  margin-bottom: 6em;
}

.company-advantages_slider .slick-slide {
  padding: 0 .5em;
  height: auto;
}

.company-advantages_slider .slick-slide > div {
  height: 100%;
}

.company-advantages_slider .slick-track {
  display: flex;
}

.company-advantages_slider .slick-list {
  padding-bottom: 1px;
}

.company-advantages_slider .company-advantage_item {
  display: flex !important;
  max-width: 467px;
  border: 1px solid #1D976C;
  border-radius: 10px;
  padding: 1.8em .7em;
  height: 100%;
}

.company-advantages_slider .company-advantage_item.mod-item {
  padding: 1.8em .7em;
}

.company-advantages_section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3em;
}

.company-advantage_item {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: .5em;
  line-height: 1.35;
}

.company-advantage_item.mod-item {
  grid-column: span 3;
  padding: 0 2em;
}

.company-advantage_item .item-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1D976C;
  font-size: 1.5625rem;
}

.company-advantage_item .item-title:before {
  content: '';
  display: block;
  height: 18px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  flex: 18px 0 0;
  filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(321%) hue-rotate(107deg) brightness(88%) contrast(95%);
  width: 18px;
}

/**delivery page**/
.delivery-tab_names {
  display: flex;
  gap: 1em;
  margin-bottom: 3em;
}

.delivery-tab_names li {
  height: 58px;
  border: 1px solid #1D976C;
  border-radius: 10px;
  padding: .3em 1em;
  min-width: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  transition: background .3s, color .3s;
}

.delivery-tab_names li.active {
  background: #1D976C;
  color: #fff;
}

.delivery_top-text {
  font-size: 1.5625rem;
  margin-bottom: 2.6em;
  line-height: 1.5;
}

.delivery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.delivery-item {
  background: linear-gradient(to bottom, #E8EEF7, #fff);
  padding: 2.4em 2em 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 1em;
  z-index: 1;
}

.delivery-item .item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 45%;
  z-index: -1;
}

.delivery-item .item-title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.delivery-item p {
  padding-right: 2em;
}

.paymant-unit {
  display: flex;
  gap: 1em;
  margin-bottom: 2.5em;
}

.paymant-unit:last-child {
  margin-bottom: 0;
}

.paymant-unit .left-cell {
  flex: 41% 0 0;
}

.paymant-unit .right-cell {
  flex: 1 0 0;
  padding-top: 10px;
}

.paymant-unit .item-title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.paymant-unit_list {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
  counter-reset: num;
}

.paymant-unit_list li {
  display: flex;
  gap: 10px;
  font-size: 1.125rem;
}

.paymant-unit_list li:before {
  content: "0" counter(num);
  counter-increment: num;
  display: block;
  font-size: 1.2rem;
  color: #1D976C;
  font-weight: 700;
}

/**vacancies page***/
.vacancie-item {
  border: 1px solid #1D976C;
  border-radius: 10px;
  padding: 1.5em 0;
  margin-bottom: 2.2em;
}

.vacancie-item:last-child {
  margin-bottom: 0;
}

.vacancie-item_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 1.5em;
  padding-right: 1.5em;
  gap: 1.3em;
  cursor: pointer;
}

.vacancie-item_header.is-active .item-arrow {
  background: #1D976C;
  transform: rotate(-180deg);
}

.vacancie-item_header .left-column {
  display: flex;
  flex-direction: column;
  gap: .9em;
}

.vacancie-item_header .item_title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.vacancie-item_header .item_sum-city {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #CDCDCD;
  font-size: 1.125rem;
}

.vacancie-item_header .item-city {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.vacancie-item_header .item-city:before {
  content: '';
  display: block;
  height: 4px;
  border-radius: 1px;
  background: #CDCDCD;
  width: 4px;
}

.vacancie-item_header .item-arrow {
  border-radius: 7px;
  height: 34px;
  flex: 34px 0 0;
  background: #CDCDCD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  transition: background .3s, transform .3s;
}

.vacancie-item_header .item-arrow:before {
  content: '';
  display: block;
  height: 15px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  filter: brightness(0) invert(1);
  background-size: contain;
  flex: 15px 0 0;
  width: 15px;
  transform: rotate(90deg);
}

.vacancie-item_body {
  display: none;
  padding-top: 1.9em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.vacancie-item_text {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.vacancie-item_text:last-child {
  margin-bottom: 0;
}

.vacancie-item_text .subtitle {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.vacancie-item_list {
  display: flex;
  flex-direction: column;
  gap: .8em;
}

.vacancie-item_list li {
  display: flex;
  gap: 10px;
}

.vacancie-item_list li:before {
  content: '';
  display: block;
  height: 13px;
  flex: 13px 0 0;
  position: relative;
  background: url(../img/icons/check.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(18%) hue-rotate(357deg) brightness(105%) contrast(89%);
  width: 13px;
  top: 4px;
}

.vacancie-item_footer {
  display: flex;
  align-items: center;
  gap: .7em;
}

.vacancie-item_footer .arrow-btn {
  height: 34px;
  flex: 34px 0 0;
  padding: 0;
}

.vacancie-item_footer .arrow-btn:before {
  content: '';
  display: block;
  height: 15px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  filter: brightness(0) invert(1);
  background-size: contain;
  flex: 15px 0 0;
  width: 15px;
}

.reply-btn {
  flex: 285px 0 0;
}

/**suppliers page**/
.suppliers_top-text {
  font-size: 1.25rem;
  margin-bottom: 3em;
}

.suppliers_top-text p {
  margin-bottom: .5em;
}

.suppliers_top-text p:last-child {
  margin-bottom: 0;
}

.suppliers-footer {
  display: flex;
  gap: 1.3em;
}

.suppliers-footer .left-column {
  flex: 1 0 0;
}

.suppliers-footer .right-column {
  flex: 65.9% 0 0;
  font-size: 1.125rem;
}

.suppliers-footer .large-text {
  display: block;
  font-size: 1.5625rem;
  font-weight: 700;
  max-width: 295px;
}

/*contacts page***/
.contacts-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  max-width: 970px;
  font-size: 1.125rem;
  gap: 1.7em;
  margin-bottom: 5em;
}

.contacts-other_list {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
}

.contact-adress {
  display: flex;
  align-items: center;
  gap: 1em;
  width: fit-content;
}

.contact-adress:before {
  content: '';
  display: block;
  height: 30px;
  flex: 30px 0 0;
  background: url(../img/icons/adress.svg) no-repeat center;
  background-size: contain;
  width: 30px;
}

.contact_working-hours {
  display: flex;
  align-items: center;
  gap: 1em;
  width: fit-content;
}

.contact_working-hours:before {
  content: '';
  display: block;
  height: 30px;
  flex: 30px 0 0;
  background: url(../img/icons/clock.svg) no-repeat center;
  background-size: contain;
  width: 30px;
}

.contact-section_body {
  display: flex;
  gap: 3em;
}

.contact_left-column {
  flex: 1 0 0;
}

.contact-sidebar {
  border-radius: 10px;
  border: 1px solid #1D976C;
  padding: 2.3em 2.7em;
}

.contact-sidebar .h3 {
  margin-bottom: 1.2em;
}

.contacts-mod_list {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-size: 1.125rem;
}

.contacts-mod_list .contact_working-hours {
  align-items: flex-start;
}

.contact_right-column {
  flex: 59.5% 0 0;
  max-width: 59.5%;
  overflow: hidden;
  border-radius: 10px;
}

#map {
  min-height: 220px;
  height: 100%;
}

.map-balun {
  display: flex;
  align-items: center;
  z-index: 100;
}

.map-balun_icon {
  flex: 30px 0 0;
  height: 45px;
  background: url(../img/icons/marker.svg) no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.map-balun_text {
  white-space: nowrap;
  background: #fff;
  font-weight: 600;
  font-size: .77rem;
  padding: .3em;
  padding-left: 1em;
  margin-left: -.7em;
  border-radius: 3px;
}

.policy-unit {
  margin-bottom: 3em;
  font-size: 1.125rem;
  line-height: 1.35;
}

.policy-unit:last-child {
  margin-bottom: 0;
}

.policy-unit .h3 {
  font-weight: 800;
  padding-left: .4em;
  margin-bottom: .7em;
}

.policy-unit p {
  margin-bottom: .5em;
}

.policy-unit p:last-child {
  margin-bottom: 0;
}

/**news-page**/
.news-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4em 1.1em;
}

.news-item {
  display: flex;
  flex-direction: column;
  transition: color .3s;
}

.news-item:hover {
  color: #1D976C;
}

.news-item:hover .news-item_img {
  opacity: .8;
}

.news-item_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 75%;
  transition: opacity .3s;
  z-index: 1;
}

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

.news-item-desc {
  border: 1px solid #1D976C;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 2.5em 2em 1.5em;
  margin-top: -17px;
  flex: 1 0 0;
}

.news-item_title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.article-top_contnet {
  display: flex;
  gap: 4em;
}

.article-top_contnet h1 {
  margin-bottom: .5em;
}

.article-top_contnet .large-text {
  font-size: 1.5625rem;
  display: block;
  margin-bottom: 1.3em;
}

.article-top_contnet .item-desc {
  flex: 1 0 0;
}

.article-top_contnet .item-img {
  flex: 34% 0 0;
}

.article-top_contnet img {
  border-radius: 10px;
}

.article-top_contnet .text-unit {
  margin-bottom: 2.3em;
}

.article-top_contnet p {
  margin-bottom: .5em;
}

.article-top_contnet p:last-child {
  margin-bottom: 0;
}

.social-unit {
  display: inline-block;
  vertical-align: middle;
  max-width: 37px;
  margin: 0 10px;
  transition: opacity .3s;
}

.social-unit:hover {
  opacity: .8;
}

.text-social_icon {
  display: inline-block;
}

.article-color_box {
  margin: 2.8em 0;
  background: linear-gradient(to bottom, #C3D4E966, #fff);
  padding: 3em 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  border-radius: 10px;
}

.article-detailed ol:last-child {
  margin-bottom: 0;
}

.article-detailed ol li::marker {
  font-weight: bold;
}

.article-detailed ul:not([class]) {
  gap: 1em;
}

.article-detailed ul:not([class]):last-child {
  margin-bottom: 0;
}

.brand-slider {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 6.2em;
}

.brand-slider .slick-arrow {
  background: #fff;
}

.brand-slider .slick-arrow:before {
  filter: none;
}

.brand-slider .slick-arrow:hover {
  background: #19825d;
}

.brand-slider .slick-arrow:hover:before {
  filter: brightness(0) invert(1);
}

.brand-slider .slick-prev {
  left: 2rem;
}

.brand-slider .slick-next {
  right: 2rem;
}

.brand-slide {
  height: 100%;
  min-height: 531px;
  display: flex !important;
  color: #fff;
}

.brand-slide_desc {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  padding-left: 8.2em;
  gap: .7em;
  position: relative;
  z-index: 1;
}

.brand-slide_title {
  margin-bottom: .5em;
  font-size: 3.75rem;
  margin-bottom: 0;
}

.brand-slide_subtitle {
  font-size: 1.875rem;
  font-weight: 700;
}

.brand-slide_img {
  flex: 1 0 0;
  max-width: 43%;
  display: flex;
  align-items: center;
}

.category-brand_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
}

.category-brand_item {
  min-height: 130px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #3578DA, #C0D5F4);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-right: .7em;
  font-size: 1.5625rem;
  font-weight: 500;
  transition: opacity .3s;
}

.category-brand_item.mod-item {
  padding-right: 0;
}

.category-brand_item:hover {
  opacity: .8;
}

.category-brand_item .item-title {
  padding: 1em;
  position: relative;
  padding-right: 0;
  z-index: 1;
}

.category-brand_item .item-img {
  flex: 0 0 auto;
  margin-left: -10px;
}

.category-brand_item .item-img img {
  display: block;
}

/**brand-detailed_box**/
.brand-detailed_box {
  display: flex;
  gap: 2em;
  margin-top: -2em;
  margin-bottom: 1.7em;
}

.brand-detailed_desc {
  flex: 1 0 0;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.brand-detailed_desc p {
  margin-bottom: 1.5em;
}

.brand-detailed_desc p:last-child {
  margin-bottom: 0;
}

.brand-detailed_img {
  flex: 368px 0 0;
  height: 382px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #C3D4E9, #F9FBFD);
  border-radius: 10px;
}

.brand-detailed_text {
  max-width: 690px;
}

.section_not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8em 0 0;
  gap: .5em;
}

.section_not-found p {
  color: #CDCDCD;
}

.error-bg {
  height: 588px;
  background: url(../img/bg/404-bg.png) no-repeat center;
  background-size: contain;
  margin-bottom: 3.8em;
  width: 100%;
}

.error {
  display: block;
  font-size: .875rem;
  color: #ec617a;
}

.input-error {
  border-color: #ec617a !important;
}

/***modal**/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

button.close {
  width: 35px;
  height: 35px;
  padding: 0;
  background: url(../img/icons/close-2.svg) no-repeat center;
  background-size: contain;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: -2em;
  right: -3.3em;
  transition: filter .3s;
}

button.close:hover {
  filter: brightness(0) saturate(100%) invert(41%) sepia(13%) saturate(2382%) hue-rotate(107deg) brightness(113%) contrast(86%);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: all .2s ease;
  opacity: 0;
}

.modal.show .modal-dialog {
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 560px;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  min-height: calc(100% - (1.75rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  padding: 2.7em 2.5em;
  border: none;
  border-radius: 10px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3A3A3A;
  z-index: 140;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.modal {
  z-index: 150;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal.show .modal-dialog {
  animation: animModal 300ms;
  animation-fill-mode: forwards;
  transition: all .2s ease;
}

@keyframes animModal {
  0% {
    opacity: 0;
    transform: translate(25px, 10px) scale(0.92) rotateX(15deg);
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

/***main-footer***/
.main-footer {
  flex: 0 0 auto;
  padding-top: 3.2em;
  padding-bottom: 1.2em;
}

.main-footer.is-blue .callback-btn {
  background: #2D73D9;
}

.main-footer.is-blue .callback-btn:hover {
  background-color: #205cb3;
}

.main-footer.is-blue .callback-btn:active {
  box-shadow: inset 1px 2px #112f5c;
  border-top: 1px solid #112f5c;
}

.main-footer.is-blue .footer-menu a:hover {
  color: #2D73D9;
}

.main-footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.7em;
  margin-bottom: 4.5em;
}

.main-footer_top .right-column {
  display: flex;
  align-items: center;
  gap: 4.7em;
}

.footer-logo {
  flex: 203px 0 0;
  display: flex;
  align-items: center;
}

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

.unified_phone-number {
  font-size: 2.5rem;
  font-weight: 700;
}

.callback-btn {
  min-width: 220px;
}

.footer-nav {
  display: grid;
  grid-template-columns: 20% 22% 27% 22%;
  gap: 3.5em 3%;
  margin-bottom: 4.5em;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: .65em;
}

.footer-menu .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .6em;
}

.footer-menu a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.footer-menu a:hover {
  color: #1D976C;
}

.main-footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em 1.7em;
  color: #CDCDCD;
}

.footer-policy {
  margin-left: -6em;
  transition: color .3s;
}

.footer-policy:hover {
  color: #1D976C;
}

.footer-studio {
  transition: filter .3s;
}

.footer-studio:hover {
  filter: brightness(0) saturate(100%) invert(48%) sepia(11%) saturate(2691%) hue-rotate(107deg) brightness(98%) contrast(89%);
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #156c4d;
  cursor: pointer;
  position: fixed;
  right: 1.5em;
  bottom: 5em;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.4s, opacity 0.6s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top-visible {
  transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

.popup-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .8em;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: .7em;
  font-size: 1.125rem;
  margin-bottom: 1.6em;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item .item-subtitle {
  color: #CDCDCD;
}

.contact-phone {
  display: flex;
  align-items: center;
  gap: 1em;
  width: fit-content;
}

.contact-phone:before {
  content: '';
  display: block;
  height: 30px;
  flex: 30px 0 0;
  background: url(../img/icons/phone.svg) no-repeat center;
  background-size: contain;
  width: 30px;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: color .3s;
  width: fit-content;
}

.contact-email:hover {
  color: #1D976C;
}

.contact-email:before {
  content: '';
  display: block;
  height: 30px;
  flex: 30px 0 0;
  background: url(../img/icons/email.svg) no-repeat center;
  background-size: contain;
  width: 20px;
}

.social-list {
  display: flex;
  gap: 1em;
}

.social-list a {
  display: flex;
  align-items: center;
  border-bottom: none;
  transition: opacity .3s;
}

.social-list a:hover {
  opacity: .8;
}

.social-list img {
  max-width: 37px;
}

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.tablet-visible {
  display: none;
}

@media only screen and (max-width: 1800px) {
  .section_not-found {
    padding-top: 2em;
  }
  .error-bg {
    height: 32vw;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 1559px) {
  .container {
    max-width: 1270px;
  }
  .head-controls {
    gap: 2em;
  }
  .main-slide {
    min-height: 470px;
  }
  .ui-header {
    padding: 1.5em 0;
  }
  .fixed-menu {
    padding: 1em 0;
  }
  .form-search:before {
    left: .8em;
  }
  .form-search_input {
    padding-left: 3em;
  }
  .main-slide_desc {
    padding-left: 7em;
  }
  .main-slide_title {
    font-size: 3.3rem;
  }
  .dropdown-box {
    height: calc(100vh - 91px);
    padding: 1.7em;
    padding-bottom: 1em;
  }
  .search-dropdown {
    max-height: calc(100vh - 91px);
  }
  .search-dropdown_menu {
    gap: 1.3em;
    margin-bottom: 1.3em;
  }
  .dropdown-menu {
    font-size: 1rem;
    width: 33%;
  }
  .dropdown-menu > li > a {
    min-height: 75px;
  }
  .dropdown-menu_right-column {
    left: 33%;
    width: 67%;
  }
  .dropdown-menu_second {
    gap: .8em;
  }
  .sub-menu li {
    margin-bottom: .7em;
  }
  .banner-mod_item {
    padding-left: 1.2em;
  }
  .banner-mod_item .item-title {
    font-size: 1.25rem;
  }
  .banner-item .item-title {
    font-size: 1.25rem;
  }
  .banner-item {
    min-height: 122px;
  }
  .banner-item .item-text {
    font-size: .935rem;
  }
  .breadcrumbs {
    margin-bottom: 2em;
  }
  h1, .main-title, h2, .section-title {
    margin-bottom: 1em;
  }
  .banner-large_item .item-title {
    font-size: 1.875rem;
  }
  .wrapper_subscribe-box {
    padding-top: 7em;
  }
  .products-slider {
    width: calc(calc(100vw + 394px) / 2);
  }
  .products-slider .slick-next {
    right: calc(calc(100vw - 1255px) / 2);
  }
  .products-slider .slick-prev {
    right: calc(calc(100vw - 1100px) / 2);
  }
  .error-bg {
    margin-bottom: 1.4em;
  }
  .cart-item_title {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 1359px) {
  .cart-item_title {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1279px) {
  .footer-nav {
    font-size: .875rem;
  }
  .footer-menu .title {
    font-size: 1rem;
  }
  .head-controls {
    gap: 1.3em;
    margin-left: 0;
  }
  .category-content {
    margin-bottom: 4em;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .baners-row {
    margin-bottom: 2em;
  }
  .products-section {
    padding: 2em 0;
  }
  h2, .section-title {
    margin-bottom: .8em;
    font-size: 2rem;
  }
  h1, .main-title {
    font-size: 2rem;
  }
  .quantity-goods {
    top: -.3em;
  }
  .main-slide_title {
    font-size: 2.5rem;
  }
  .unified-section_header {
    margin-bottom: 1.5em;
  }
  .banners-mod_row {
    margin: 2em 0;
  }
  .banner-mod_item {
    padding-left: 3vw;
    min-height: 19vw;
  }
  .brands-section {
    padding: 2em 0;
  }
  .advantages-row {
    margin: 3em 0 0;
  }
  .main-content {
    padding: 0 0 1.7em;
  }
  .main-footer {
    padding-top: 2em;
  }
  .unified_phone-number {
    font-size: 1.875rem;
  }
  .footer-logo {
    flex: 144px 0 0;
  }
  .main-footer_top .right-column {
    gap: 3em;
  }
  .callback-btn {
    min-width: 190px;
  }
  .main-footer_bottom {
    font-size: .875rem;
  }
  .main-slide {
    min-height: 37vw;
  }
  .brand-slide {
    min-height: 37vw;
  }
  .banner-item {
    min-height: 9.5vw;
  }
  .product-item_price {
    font-size: 1.3125rem;
  }
  .product-item_old-price {
    font-size: .75rem;
  }
  .product-item_discount {
    font-size: .525rem;
  }
  .search-dropdown_content {
    padding: 1.2em;
  }
  .category-mod_content .category-item {
    font-size: 1.25rem;
  }
  .category-mod_content .category-item .item-img {
    height: 22vw;
  }
  .product-card_content {
    margin-bottom: 4em;
  }
  .product-card_unit .right-column {
    font-size: 1rem;
  }
  .product-card_price-column {
    flex: 160px 0 0;
  }
  .category-brand_item {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1270px) {
  .products-slider {
    width: 100%;
  }
  .products-slider .slick-arrow {
    bottom: -4rem;
  }
  .products-slider .slick-next {
    right: 5px;
  }
  .products-slider .slick-prev {
    right: 5rem;
  }
  .products-slider .product-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .brands-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .banner-item .item-title {
    font-size: 1rem;
  }
  .banner-item .item-text {
    font-size: .75rem;
  }
  .advantage-item {
    gap: 1em;
  }
  .advantages-row {
    gap: 1.7em;
    padding: 0;
  }
  .subscribe-box {
    padding: 2em;
    min-height: 230px;
  }
  .subscribe-box .min {
    display: inline;
  }
  .subscribe-box .right-column {
    flex: 45% 0 0;
  }
  button.close {
    height: 25px;
    width: 25px;
    right: -1.5em;
    top: -1.5em;
  }
  .head-catalog_btn {
    font-size: .8125rem;
  }
  .search-dropdown_menu {
    font-size: 1rem;
  }
  .dropdown-box {
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper_dropdown-box {
    padding: 0;
  }
  .dropdown-menu .item-icon {
    flex: 45px 0 0;
    width: 45px;
  }
  .product-card_bottom-row {
    flex-direction: column;
    gap: 1.7em;
  }
  .product-card_price-column {
    flex: inherit;
  }
  .product-card_item {
    height: 400px;
  }
  .cart-item_desc {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-item_right {
    flex: inherit;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .cart-item_price-column {
    justify-content: flex-start;
    gap: .7em 1em;
  }
  .cart-item_left {
    padding-bottom: 0;
  }
  .order_left-column {
    gap: 1.7em;
  }
  .h3 {
    font-size: 1.25rem;
  }
  .personal-account_left-column {
    flex: 25% 0 0;
  }
  .personal-account_right-column {
    max-width: calc(75% - 2em);
  }
  .company_top-section {
    font-size: 1rem;
    padding: 3em 3.5em;
  }
  .mission-section {
    padding: 4em 0;
  }
  .company-desc_section .left-column {
    font-size: 1.25rem;
  }
  .company-desc_section .right-column {
    padding-right: 0;
  }
  .company-desc_section {
    gap: 4em;
    margin-bottom: 4em;
  }
  .company-middle_section {
    padding-bottom: 4em;
  }
  .company-img {
    margin-bottom: 4em;
  }
  .delivery-tab_names {
    margin-bottom: 2em;
  }
  .delivery-tab_names li {
    height: 44px;
  }
  .delivery_top-text {
    font-size: 1.25rem;
    margin-bottom: 2em;
  }
  .news-item_title {
    font-size: 1.25rem;
  }
  .news-item-desc {
    padding: 1.8em 1.2em 1.1em;
  }
  .article-top_contnet {
    gap: 1.7em;
  }
  .article-top_contnet .large-text {
    font-size: 1.25rem;
    margin-bottom: .7em;
  }
  .article-top_contnet .text-unit {
    margin-bottom: 1.4em;
  }
  .article-color_box {
    padding: 2em 1.2em;
    margin: 2em 0;
  }
  .category-brand_item .item-title {
    padding: .6em;
  }
  .category-brand_item .item-img {
    max-width: 45%;
  }
  .brand-detailed_desc {
    font-size: 1.125rem;
  }
  .brand-detailed_box {
    margin-top: 0;
  }
  .brand-detailed_img {
    flex: 300px 0 0;
    height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none !important;
  }
  .head-fav .item-text, .head-user .item-text, .head-cart .item-text, .head-contact .item-text {
    display: none;
  }
  .fourth-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .head-logo {
    margin-right: 0;
  }
  .main-slide_img {
    margin-left: -4em;
  }
  .category-mod_content {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-large_item {
    min-height: 27vw;
  }
  .category-mod_content .category-item .item-img {
    height: 27vw;
  }
  .catalog_top-menu {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 2em;
  }
  .catalog_top-menu::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  .catalog_top_item {
    padding: .7em;
    font-size: .875rem;
    min-height: 60px;
    min-width: 160px;
  }
  .catalog_top_item .item-img {
    flex: 30px 0 0;
    width: 30px;
  }
  .product-card_content {
    flex-direction: column;
  }
  .product-card_left-column {
    flex: inherit;
    max-width: 100%;
    flex-direction: column;
  }
  .product-card_small-slider {
    order: 2;
    flex: inherit;
    padding: 0 1em;
    max-width: 100%;
  }
  .product-card_small-slider .slick-slide {
    padding: 0 5px;
  }
  .product-card_small-slider .slick-arrow {
    bottom: 0;
    top: 0;
  }
  .product-card_small-slider .slick-prev {
    left: -.5rem;
    right: auto;
    transform: rotate(-180deg);
  }
  .product-card_small-slider .slick-next {
    right: -.5rem;
    left: auto;
    transform: none;
  }
  .product-card_slider {
    order: 1;
    flex: inherit;
    max-width: 100%;
  }
  .product-card_item {
    height: 63vw;
  }
  .product-card_right-column {
    flex: inherit;
    width: 100%;
  }
  .product-card_unit {
    flex-direction: column;
  }
  .unified-content {
    flex-direction: column;
    gap: 2em;
  }
  .unified_right-column {
    flex: inherit;
  }
  .cart-item_price {
    font-size: 1.5625rem;
  }
  .cart-item_old-price {
    font-size: .875rem;
  }
  .cart-item_discount {
    font-size: .875rem;
  }
  .clear-cart_btn {
    margin-top: 0;
  }
  .legal-text {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .legal-content {
    flex-direction: column;
  }
  .legal-content .left-column p {
    max-width: 100%;
  }
  .legal-step_list {
    margin-bottom: 2em;
  }
  .sidebar-menu {
    font-size: 1rem;
  }
  .sidebar-menu li.active {
    font-size: 1.25rem;
  }
  .authorization_left-column {
    flex: 190px 0 0;
  }
  .authorization_tab-names {
    margin-bottom: 1.7em;
  }
  .personal-account_left-column {
    flex: inherit;
  }
  .personal-account_right-column {
    flex: inherit;
    max-width: 100%;
  }
  .personal-account_content {
    flex-direction: column;
  }
  .orders-menu {
    margin-top: 0;
    margin-left: 0;
  }
  .company-advantage_item .item-title {
    font-size: 1.25rem;
  }
  .company-advantages_section {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
  .company-advantage_item {
    grid-column: span 1;
  }
  .company-advantage_item.mod-item {
    grid-column: span 1;
    padding: 0;
  }
  .delivery-item .item-title {
    font-size: 1.25rem;
  }
  .delivery-item {
    padding: 1.5em 1em;
  }
  .paymant-unit .item-title {
    font-size: 1.25rem;
  }
  .delivery-item p {
    padding-right: 0;
  }
  .suppliers_top-text {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .suppliers-footer .large-text {
    font-size: 1.25rem;
  }
  .suppliers-footer .right-column {
    font-size: .935rem;
    flex: 57% 0 0;
  }
  .contacts-list {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .contact-sidebar {
    padding: 1.7em 1.2em;
  }
  .contact-section_body {
    gap: 1.7em;
  }
  .contacts-mod_list {
    font-size: 1rem;
  }
  .policy-unit {
    font-size: 1rem;
  }
  .category-brand_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .global-wrapper {
    overflow: hidden;
  }
  body {
    overflow-x: visible;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-small_visible {
    display: block;
  }
  .tablet-small_hidden {
    display: none !important;
  }
  .logo-loader_content {
    height: 30px;
  }
  .loader-text {
    font-size: 1rem;
  }
  .logo-loader {
    width: 230px;
  }
  .mobile-fixed_panel {
    display: flex;
  }
  .head-controls {
    display: none;
  }
  .head-catalog_btn {
    order: 4;
    font-size: 0;
    min-height: 32px;
    flex: 32px 0 0;
    width: 32px;
    justify-content: center;
    padding: 0;
  }
  .dropdown-menu {
    border-right: none;
    width: 100%;
  }
  .dropdown-menu_right-column {
    left: 0;
    position: static;
    width: 100%;
  }
  .dropdown-menu li.is-active .dropdown-menu_right-column {
    display: block;
  }
  .dropdown-menu > li > a {
    border: 1px solid transparent;
  }
  .dropdown-menu > li.is-active > a {
    color: #1D976C;
    box-shadow: none;
    border-color: #1D976C;
  }
  .dropdown-menu_row {
    flex-direction: column;
    display: flex;
    gap: 1em;
  }
  .dropdown-menu_right-column .title {
    margin-bottom: 1em;
  }
  .dropdown-menu_right-column {
    padding: 1em 0;
  }
  .dropdown-box {
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 3.5em;
  }
  .dropdown-menu {
    height: auto;
    overflow: visible;
  }
  .dropdown-menu_row {
    max-height: 100%;
    overflow: visible;
  }
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .subscribe-box {
    flex-direction: column;
  }
  .subscribe-box .right-column {
    flex: inherit;
    width: 100%;
  }
  .popup-title {
    font-size: 1.875rem;
  }
  .contact-item {
    font-size: 1rem;
  }
  button.close {
    right: 1em;
    top: 1em;
  }
  .category-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-mod_item .item-title {
    font-size: .75rem;
  }
  .banner-mod_item {
    padding-top: 3em;
    justify-content: flex-end;
  }
  .advantages-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .advantage-item {
    font-size: 1rem;
  }
  .advantage-item:last-child {
    grid-column: span 2;
    justify-content: center;
  }
  .advantage-item .item-icon {
    flex: 65px 0 0;
    width: 65px;
  }
  .unified_phone-number {
    font-size: 1.25rem;
  }
  .main-footer_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    margin-bottom: 2.5em;
  }
  .main-footer_top .right-column {
    justify-content: space-between;
    gap: 1em;
    width: 100%;
  }
  .footer-logo {
    flex: inherit;
    width: 144px;
  }
  .main-footer {
    padding-bottom: 5em;
  }
  .footer-policy {
    margin-left: 0;
  }
  .main-slider .slick-arrow, .brand-slider .slick-arrow {
    bottom: 2rem;
    right: 1rem;
    top: auto;
  }
  .main-slider .slick-prev, .brand-slider .slick-prev {
    left: auto;
    right: 5.5rem;
  }
  .main-slide_desc {
    padding: 0;
  }
  .main-slide {
    padding: 2em 1.2em 8em;
  }
  .main-slide_title {
    font-size: 1.75rem;
  }
  .main-slide_title small {
    font-size: 65%;
  }
  .brand-slide_desc {
    padding: 0;
  }
  .brand-slide {
    padding: 2em 1.2em 8em;
  }
  .brand-slide_title {
    font-size: 1.75rem;
  }
  .brand-slide_subtitle {
    font-size: 1.125rem;
  }
  .baners-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-item {
    min-height: 14.2vw;
  }
  .banner-mod_item .item-title {
    max-width: 60%;
  }
  .ui-header {
    padding: 1.2em 0;
  }
  .main-slide_img {
    margin-left: 0;
  }
  .category-mod_content .category-item {
    font-size: 1rem;
  }
  .banner-large_item .item-title {
    font-size: 1.25rem;
    padding-bottom: .5em;
  }
  .breadcrumbs li:after {
    right: -1em;
    width: 10px;
  }
  .breadcrumbs {
    gap: 10px 1.4em;
  }
  .authorization-content {
    flex-direction: column;
  }
  .authorization_left-column {
    flex: inherit;
  }
  .form-row_group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: .875rem;
  }
  .form-row_group .form-label {
    flex: inherit;
  }
  .form-row_group .wrapper-input {
    flex: inherit;
    width: 100%;
  }
  .personal-data_form-footer {
    padding-left: 0;
    margin-top: 1.4em;
    gap: .7em;
  }
  .personal-data_form-footer .gray-btn {
    padding: 0 1em;
  }
  .company-desc_section {
    gap: 2em;
  }
  .company-desc_section .left-column {
    font-size: 1.125rem;
  }
  .company_top-section {
    padding: 2em 1.2em;
  }
  .company-middle_section {
    padding-bottom: 3em;
  }
  .company-middle_section p {
    font-size: 1.25rem;
  }
  .company-img {
    margin-bottom: 3em;
  }
  .company-advantages_slider .company-advantage_item {
    max-width: 300px;
  }
  .delivery-row {
    display: flex;
    flex-direction: column;
  }
  .delivery-item {
    min-height: 200px;
  }
  .delivery-item p {
    max-width: 300px;
  }
  .paymant-unit {
    flex-direction: column;
  }
  .paymant-unit_list {
    gap: 1em;
  }
  .suppliers-footer {
    flex-direction: column;
  }
  .suppliers-footer .large-text {
    max-width: 100%;
  }
  .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
  }
  .contact-section_body {
    flex-direction: column;
  }
  .contact_left-column {
    order: 2;
    flex: inherit;
  }
  .contact_right-column {
    order: 1;
    flex: inherit;
    max-width: 100%;
  }
  .news-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-item_title {
    font-size: .935rem;
  }
  .article-top_contnet {
    flex-direction: column;
  }
  .article-top_contnet .item-img {
    flex: inherit;
    text-align: center;
  }
  .article-color_box {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .category-brand_row {
    display: flex;
    flex-direction: column;
  }
  .brand-detailed_box {
    flex-direction: column;
  }
  .brand-detailed_img {
    flex: inherit;
  }
  .brand-detailed_desc {
    flex: inherit;
    font-size: .935rem;
  }
  .brand-detailed_desc p {
    margin-bottom: .7em;
  }
  .catalog-filter_panel {
    gap: 1em;
  }
  .catalog-filter_panel .left-column {
    gap: .7em;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-filter_panel .selectric {
    font-size: .875rem;
  }
  .catalog-filter_panel .selectric .label {
    margin-right: 2rem;
  }
  .catalog-filter_panel .selectric-items {
    font-size: .75rem;
    min-width: 155px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .scroll-to-top {
    opacity: .7;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    right: 18px;
    bottom: 10em;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 2px solid #156c4d;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .site-map_content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-slider {
    margin-bottom: 2em;
  }
  .main-slide {
    flex-direction: column;
    gap: 1em;
  }
  .main-slide_img {
    justify-content: center;
    flex: inherit;
    text-align: center;
    width: 100%;
  }
  .main-slide_desc {
    justify-content: flex-start;
    flex: inherit;
  }
  .brand-slider {
    margin-bottom: 2em;
  }
  .brand-slide {
    flex-direction: column;
    gap: 1em;
  }
  .brand-slide_desc {
    justify-content: flex-start;
    flex: inherit;
  }
  .brand-slide_img {
    flex: inherit;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .brand-slide_img img {
    max-height: 400px;
  }
  .ui-header_content {
    justify-content: space-between;
  }
  .head-controls {
    margin-left: auto;
  }
  .category-content {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 3em;
  }
  .category-content .category-item {
    flex: 130px 0 0;
  }
  .category-content::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  .baners-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.3em;
  }
  .banner-item {
    min-height: 28vw;
    margin-bottom: -1em;
  }
  .banner-item .item-title {
    font-size: 1.5625rem;
  }
  .products-section {
    padding: 1.7em 0;
  }

  .products-row .product-item {
    flex: 276px 0 0;
  }
  .product-item_img {
    height: 155px;
  }
  .product-item_title {
    font-size: .875rem;
  }
  .product-item_instock, .product-item_code {
    font-size: .625rem;
  }
  .product-item_price-row {
    margin-bottom: 0;
  }
  .main-btn {
    font-size: .875rem;
  }
  .product-item_btn {
    height: 38px;
  }
  .wrapper-counter-btn {
    height: 38px;
  }
  .wrapper-counter-btn .counter-back, .wrapper-counter-btn .counter-forward {
    flex: 38px 0 0;
    width: 38px;
  }
  .read-more_btn {
    font-size: .875rem;
  }
  .products-row::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  h2, .section-title, h1, .main-title {
    font-size: 1.5625rem;
  }
  .banners-mod_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .banner-mod_item {
    min-height: 39vw;
    padding-left: 6.5vw;
  }
  .banner-mod_item .item-title {
    font-size: 1.125rem;
    max-width: 70%;
  }
  .brands-section {
    padding: 1.5em 0 0;
  }
  .brands-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .brands-scroll_row {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    gap: 10px;
  }
  .brands-scroll_row .brand-item {
    flex: 156px 0 0;
  }
  .brands-scroll_row::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  .advantages-row {
    margin: 1em 0 0;
  }
  .advantage-item {
    flex-direction: column;
    text-align: center;
  }
  .advantage-item .item-icon {
    flex: inherit;
    height: 65px;
  }
  .subscribe-box .section-title {
    font-size: 1.25rem;
  }
  .subscribe-form_policy {
    font-size: .8125rem;
  }
  .subscribe-box {
    margin-left: -15px;
    margin-right: -15px;
    padding: 2.7em 1em;
    gap: 2.5em;
  }
  .unified-checkbox {
    padding-left: 30px;
  }
  .main-footer_bottom {
    flex-wrap: wrap;
  }
  .copyright {
    order: 1;
  }
  .footer-studio {
    order: 2;
  }
  .footer-policy {
    order: 3;
    flex: 100% 0 0;
    text-align: center;
  }
  .head_search-icon {
    display: block;
  }
  .form-search {
    margin-bottom: 0;
    background: #fff;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: calc(100% - 30px);
    max-width: 0;
    overflow: hidden;
    z-index: 10;
    transition: max-width .4s;
  }
  .form-search.is-visible {
    max-width: 100%;
  }
  .search-dropdown {
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 100px);
    width: 100% !important;
    left: 0 !important;
    z-index: 70;
  }
  .head-logo {
    max-width: 75px;
  }
  .main-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-slide_title {
    line-height: 1.4;
  }
  .brand-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-footer {
    padding-top: 1.5em;
  }
  .callback-btn {
    min-width: 162px;
  }
  .unified_phone-number {
    font-size: 1rem;
  }
  .footer-menu {
    gap: 1em;
  }
  .footer-nav {
    gap: 2.2em 1em;
  }
  .modal-content {
    padding: 2.7em 1em 1.7em;
  }
  .category-mod_content {
    grid-template-columns: repeat(2, 1fr);
    gap: .6em;
  }
  .banner-large_item {
    grid-column: span 1;
  }
  .category-mod_content .category-item .item-img {
    height: 35vw;
  }
  .category-mod_content .category-item .item-text {
    margin-top: -1em;
  }
  .category-mod_content .category-item {
    font-size: .875rem;
  }
  .pagination-row {
    justify-content: center;
    margin-top: 2em;
  }
  .sort-by {
    position: absolute;
    right: 0;
    top: 0;
  }
  .load-mod_btn {
    margin-top: 2em;
  }
  .filter-parameters_row {
    gap: .7em;
    font-size: .875rem;
  }
  .catalog_top_item {
    font-size: .77rem;
  }
  .catalog_top-menu {
    gap: 10px;
  }
  .fourth-columns {
    gap: .5em;
  }
  .products-mod_row .product-item_price {
    font-size: .935rem;
  }
  .products-mod_row .product-item {
    padding: .7em .5em;
  }
  .products-mod_row .product-item_label {
    left: .5em;
  }
  .wrapper_subscribe-box {
    padding-top: 4em;
  }
  .breadcrumbs {
    font-size: .75rem;
    margin-bottom: 1.4em;
  }
  .search-large_icon {
    height: 80px;
    width: 80px;
  }
  .product-card_item {
    height: 90vw;
  }
  .product-card_title {
    font-size: 1.25rem;
  }
  .product-card_right-column {
    gap: 1.7em;
    font-size: .875rem;
    padding-bottom: 3.7em;
  }
  .product-card_discount {
    min-height: 21px;
    padding: 2px 10px;
  }
  .product-card_btns {
    flex-wrap: wrap;
  }
  .product_counter-btn {
    flex: 100% 0 0;
    order: 3;
  }
  .product-card_btn {
    order: 1;
    font-size: 1.125rem;
    flex-basis: calc(100% - 60px);
  }
  .product-card_fav {
    order: 2;
  }
  .product-card_quantity {
    margin-left: auto;
    margin-top: -3em;
  }
  .product_counter-btn {
    height: 44px;
  }
  .product_counter-btn .counter-back, .product_counter-btn .counter-forward {
    flex: 44px 0 0;
    width: 44px;
  }
  .product-card_subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.4em;
  }
  .product-card_content {
    margin-bottom: 3em;
  }
  .product-card_characteristics td {
    padding: 1.2em;
    padding-top: 0;
  }
  .product-card_unit {
    margin-bottom: 1em;
  }
  .product-card_unit p {
    font-size: 1.125rem;
    line-height: 1.35;
  }
  .products-bottom_section {
    padding-top: 2em;
    padding-bottom: 0;
  }
  .cart-item {
    position: relative;
  }
  .cart-item_fav {
    position: absolute;
    top: .6em;
    left: 120px;
  }
  .cart-item_img {
    flex: 130px 0 0;
    align-items: flex-start;
  }
  .cart-item_delete {
    position: absolute;
    right: .6em;
    top: .6em;
  }
  .cart-item_title {
    font-size: 1rem;
  }
  .cart-item_left {
    gap: .5em;
  }
  .cart-item_code {
    margin-bottom: .5em;
  }
  .cart-item_desc {
    gap: .7em;
    padding-top: 1.5em;
  }
  .cart-item {
    padding: .8em;
    gap: 1em;
  }
  .empty-icon {
    height: 70px;
  }
  .empty-content {
    padding-top: 1.7em;
  }
  .form_two-columns {
    display: flex;
    flex-direction: column;
    gap: .7em;
  }
  .form_three-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: .7em;
  }
  .paymant-list {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .paymant-list li {
    flex: inherit;
    max-width: 100%;
    width: 100%;
  }
  .form-control {
    height: 55px;
  }
  .form-label {
    line-height: 55px;
  }
  .form-control_comment {
    padding-top: 1em;
  }
  .form-group {
    font-size: .875rem;
  }
  .form-group_select .selectric {
    height: 55px;
  }
  .form-group_select .selectric .label {
    line-height: 55px;
  }
  .payer-type_list {
    flex-direction: column;
    gap: .7em;
  }
  .legal-text {
    margin-bottom: 1.3em;
  }
  .legal-content .left-column {
    font-size: 1.25rem;
  }
  .legal-step_list {
    font-size: 1rem;
    margin-bottom: 1.5em;
  }
  .legal-btns {
    gap: .7em;
  }
  .log-register_form-submit {
    height: 55px;
    font-size: 1.125rem;
  }
  .sidebar-menu {
    gap: .7em;
  }
  .orders-menu {
    width: 100%;
  }
  .orders-menu a {
    min-width: auto;
    padding: 0 .5em;
    flex: 1 0 0;
  }
  .repeat-order_btn {
    min-width: auto;
    width: 100%;
  }
  .order-item_footer {
    flex-direction: column;
  }
  .order-item_imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .order-item_header {
    font-size: 1rem;
  }
  .order-item_header .item-price {
    font-size: 1.35rem;
  }
  .orders-menu {
    font-size: .875rem;
  }
  .products-slider {
    margin-right: -15px;
    width: inherit;
  }
  .products-slider .slick-list {
    padding-right: 25%;
  }
  .bonus-accrual {
    font-size: 1rem;
  }
  .bonus-accrual .item-sum {
    height: 40px;
  }
  .bonus-account {
    justify-content: center;
    width: 100%;
  }
  .mission-section {
    padding: 3em 0;
  }
  .mission-section .subtitle {
    margin-bottom: .7em;
  }
  .company-desc_section {
    flex-direction: column;
  }
  .company-desc_section .right-column {
    flex: inherit;
  }
  .company-advantages_section {
    display: flex;
    flex-direction: column;
  }
  .company-desc_section {
    margin-bottom: 3em;
  }
  .company-advantage_item .item-title:before {
    height: 14px;
    flex: 14px 0 0;
    width: 14px;
  }
  .delivery_top-text {
    font-size: 1rem;
  }
  .delivery-item .item-img {
    max-width: 30%;
  }
  .delivery-tab_names {
    margin-bottom: 1.5em;
  }
  .paymant-unit_list li {
    font-size: 1rem;
  }
  .paymant-unit_list li:before {
    font-size: 1.125rem;
  }
  .vacancie-item {
    font-size: .875rem;
  }
  .vacancie-item_header .item_title {
    font-size: 1.25rem;
  }
  .vacancie-item_header .item_sum-city {
    font-size: .935rem;
  }
  .reply-btn {
    flex: 1 0 0;
  }
  .vacancie-item_text .subtitle {
    font-size: 1rem;
  }
  .policy-unit {
    font-size: .875rem;
    margin-bottom: 1.8em;
  }
  .news-row {
    gap: 1em .5em;
  }
  .news-item-desc {
    padding: 1.7em 1em 1em;
  }
  .article-detailed {
    font-size: .875rem;
  }
  .article-top_contnet .large-text {
    font-size: 1.125rem;
  }
  .error-bg {
    height: 45vw;
  }
  .section_not-found p {
    margin-bottom: .5em;
  }
  .filter-reset_mod-btn {
    font-size: .75rem;
  }
  .product-item_discount {
    margin-left: 0;
  }
  .product-item_price-row {
    gap: .1em .7em;
  }
}
