body {
  background-color: #fff
}
.breadcrumbs {
  margin-top: 10px
}
.new-header .container {
  max-width: 1270px
}
.bootstrap-wrapper .container,
.bootstrap-wrapper .container-fluid {
  max-width: 1270px!important;
  padding: 0 21px!important
}
.new-header__row {
  margin: 0 auto;
  padding: 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.new-header__phone {
  color: red;
  font-size: 24px;
  font-weight: 700
}
.new-header__phone:hover {
  color: var(--link-hover)
}
.new-header__logo {
  width: 256px;
  display: block;
  margin-bottom: 10px
}
.new-header__logo img {
  width: 100%;
  display: block
}
.new-header-nav {
  background-color: #3aac46
}
.new-header-nav__container {
  margin: 0 auto;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.new-header-nav__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0
}
.new-header-nav__list > li {
  margin-right: 40px
}
.new-header-nav__list > li:last-child {
  margin-right: 0
}
.new-header-nav__link {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  font-weight: 500;
  -webkit-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease
}
.new-header-nav__link:hover {
  color: #fff
}
.new-header-nav__drop {
  position: absolute;
  left: 0;
  top: 20px;
  padding-top: 20px;
  z-index: 1;
  display: none
}
.new-header-nav-sub-list {
  background-color: #fff;
  padding: 15px 20px;
  width: 200px;
  margin: 0;
  list-style-type: none;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
  box-shadow: 0 4px 16px rgba(0,0,0,.12)
}
.new-header-nav-sub-list li {
  margin-bottom: 10px
}
.new-header-nav-sub-list li:last-child {
  margin-bottom: 0
}
.new-header-nav-sub-list .new-header-nav__link {
  color: var(--link-hover)
}
.new-header-nav-sub-list .new-header-nav__link:hover {
  color: #3aac46
}
.new-header-nav_sub {
  position: relative
}
.new-header-nav_sub a {
  position: relative
}
.new-header-nav_sub span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none' %3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto
}
.new-header-nav_sub.active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.new-header-nav_sub.active > .new-header-nav__link {
  color: #fff
}
.new-header__menu-button {
  background: 0 0;
  border: none;
  text-align: left;
  padding: 0;
  width: 25px;
  height: 21px;
  position: relative;
  display: none;
  margin-right: 20px
}
.new-header__menu-button span {
  display: inline-block;
  height: 3px;
  width: 100%;
  background-color: #33363f;
  position: absolute;
  left: 0;
  border-radius: 3px
}
.new-header__menu-button span:nth-child(1) {
  top: 0
}
.new-header__menu-button span:nth-child(2) {
  top: 9px
}
.new-header__menu-button span:nth-child(3) {
  bottom: 0
}
.new-header__right {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none
}
.new-header__right li {
  margin-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px
}
.new-header__icon-button {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  font-size: 0
}
.new-header__icon-button svg {
  display: none
}
.new-header__icon-button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3aac46;
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden
}
.new-header__icon-button span b {
  font-size: 12px;
  font-weight: 400
}
.new-header__icon-button_phone {
  background-image: url(../i/icon/phone.svg)
}
.new-header__icon-button_login {
  background-image: url(../i/icon/login.svg)
}
.new-header__icon-button_cart {
  background-image: url(../i/icon/cart.svg)
}
.main-filter {
  padding: 20px 0 50px;
  font-family: Inter,sans-serif
}
.main-filter .container {
  max-width: 1270px
}
.main-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.main-filter__banner {
  border-radius: 30px;
  overflow: hidden;
  display: block;
  position: relative
}
.main-filter__banner img {
  width: 100%;
  height: auto;
  display: block
}
.main-filter__banner_mob {
  display: none
}
.main-filter__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-top: 5px
}
.main-filter__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%
}
.main-filter__right__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 17px
}
.main-filter__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}
.main-filter__tabs button {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 40px;
  color: #33363f;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
  border-bottom: 3px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color .15s ease;
  -o-transition: border-color .15s ease;
  transition: border-color .15s ease
}
.main-filter__tabs button:last-child {
  text-align: left
}
.main-filter__tabs button:first-child {
  text-align: right
}
.main-filter__tabs .active {
  border-color: #3aac46
}
.main-filter__type-buttons {
  border: 1px solid #d4e5f6;
  border-radius: 16px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.main-filter__type-buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: Nunito,sans-serif;
  display: inline-block;
  color: #33363f;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 1.8;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 13px
}
.main-filter__type-buttons .active {
  background-color: #3aac46;
  color: #fff;
  font-weight: 300
}
.main-filter__title {
  font-size: 29px;
  line-height: 1.7;
  font-weight: 600;
  color: #33363f;
  margin-bottom: 7px
}
.button-ratios {
  border: 1px solid #d4e5f6;
  border-radius: 16px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}
.button-ratios label {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 46%;
  position: relative
}
.button-ratios input {
  position: absolute;
  visibility: hidden
}
.button-ratios input:checked ~ span {
  background-color: #3aac46;
  color: #fff;
  font-weight: 300
}
.button-ratios span {
  color: #33363f;
  font-size: 26px;
  font-weight: 400;
  white-space: nowrap;
  display: block;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 5px;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  border-radius: 13px
}
.main-filter_decor-select {
  margin-bottom: 20px
}
.main-filter_decor-select label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.main-filter_decor-select .select2-container {
  width: 100%!important
}
.main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 26px;
  line-height: 1.7
}
.main-filter_decor-select .select2-container .select2-selection--single {
  height: 65px
}
.main-filter_decor-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-top: 10px;
  font-weight: 400
}
.main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none
}
.main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 30px;
  top: 18px;
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none' %3E%3Cpath d='M16.3352 1.17909L8.9215 8.5928L1.5078 1.17909' stroke='black' stroke-width='3.29498'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto
}
.main-filter_decor-select .select2-container--default .select2-selection--single {
  border-color: #d4e5f6;
  border-radius: 16px
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3aac46!important
}
.row.main-filter__row_16 {
  margin-left: -8px;
  margin-right: -8px
}
.row.main-filter__row_16 > div {
  padding-left: 8px;
  padding-right: 8px
}
.row.main-filter__row_4 {
  margin-left: -5px;
  margin-right: -5px
}
.row.main-filter__row_4 > div {
  padding-left: 5px;
  padding-right: 5px
}
.row.main-filter__row {
  margin-bottom: 10px
}
.main-filter-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px
}
.main-filter-checkbox {
  display: block;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 10px
}
.main-filter-checkbox input {
  position: absolute;
  visibility: hidden
}
.main-filter-checkbox input:checked ~ span:before {
  background-color: #3aac46;
  border-color: #3aac46
}
.main-filter-checkbox:first-child {
  margin-left: 0
}
.main-filter-checkbox span {
  font-size: 23px;
  color: #33363f;
  padding-left: 35px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400
}
.main-filter-checkbox span:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid #d4e5f6;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none' %3E%3Cpath d='M1.5 4.5L6 8.5L13 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px
}
.main-filter-button {
  background: #3aac46;
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
  -webkit-transition: background .15s ease;
  -o-transition: background .15s ease;
  transition: background .15s ease;
  width: 100%;
  color: #fff;
  font-size: 26px;
  line-height: 1.8;
  white-space: nowrap;
  border-radius: 9px;
  font-family: Inter,sans-serif;
  font-weight: 300
}
@media only screen and (min-width:750px) {
  .main-filter-button:hover {
    background-color: #34993e
  }
}
@media only screen and (max-width:750px) {
  .main-filter-button:active {
    background-color: #34993e
  }
}
.main-filter__sub-item__row {
  margin-bottom: 20px
}
.catalog-page {
  padding-bottom: 50px
}
.catalog-page .container {
  max-width: 1270px
}
.catalog-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: relative
}
.catalog-page__row > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}
.catalog-page__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 326px;
  flex: 0 0 326px;
  max-width: 326px
}
.catalog-page__left_up {
  position: relative;
  top: -128px
}
.catalog-page__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 326px);
  flex: 0 0 calc(100% - 326px);
  max-width: calc(100% - 326px)
}
.catalog-page__right .row {
  margin-left: -7px;
  margin-right: -7px
}
.catalog-page__right .row > div {
  padding-left: 7px;
  padding-right: 7px
}
.catalog-filter__top {
  display: none
}
.catalog-filter__button {
  background-color: #3aac46;
  padding: 12px;
  border: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 600
}
.catalog-filter__button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px
}
.catalog-filter {
  padding: 5px 5px 13px;
  border: 1px solid #d4e5f6;
  border-radius: 9px
}
.catalog-filter .main-filter__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px
}
.catalog-filter .main-filter__type-buttons {
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 14px
}
.catalog-filter .main-filter__type-buttons button {
  font-size: 14px;
  line-height: 1.7;
  padding: 3px 13px;
  border-radius: 7px
}
.catalog-filter .button-ratios {
  margin-bottom: 14px;
  padding: 4px;
  border-radius: 8px
}
.catalog-filter .button-ratios span {
  font-size: 14px;
  border-radius: 7px
}
.catalog-filter .main-filter_decor-select {
  margin-bottom: 10px
}
.catalog-filter .main-filter_decor-select label {
  font-size: 11px;
  margin-bottom: 2px
}
.catalog-filter .main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 400
}
.catalog-filter .main-filter_decor-select .select2-container .select2-selection--single {
  height: 35px;
  border-radius: 8px
}
.catalog-filter .main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  background-size: 10px;
  top: 9px;
  right: 10px
}
.catalog-filter .main-filter-checkbox {
  margin-left: 12px
}
.catalog-filter .main-filter-checkbox:first-child {
  margin-left: 0
}
.catalog-filter .main-filter-checkbox span {
  font-size: 14px;
  padding-left: 20px
}
.catalog-filter .main-filter-checkbox span:before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-size: 10px
}
.catalog-filter .row.main-filter__row {
  margin-bottom: 10px
}
.catalog-filter .main-filter-checkboxes {
  margin-bottom: 10px
}
.catalog-filter .main-filter_decor-select_placeholder {
  margin-bottom: 15px
}
.catalog-filter .main-filter-button {
  margin-top: 20px;
  font-size: 14px;
  padding: 13px;
  font-weight: 700
}
.breadcrumbs {
  padding: 5px 0 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}
.catalog-filter__title,
.catalog-page__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.2
}
.catalog-page__info {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  margin-bottom: 15px;
  color: #33363f
}
.catalog-page .catalog-filter__title {
  display: none
}
.sales-section {
  max-width: 1270px;
  margin: 0 auto;
  padding: 30px 10px 40px
}
.sales-section .row {
  margin-left: -6px;
  margin-right: -6px
}
.sales-section .row > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px
}
.sales-section__title {
  font-size: 37px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px
}
.sales-section__link {
  display: block;
  border-radius: 11px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  -o-transition: transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease
}
.sales-section__link:hover {
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%)
}
.sales-section__link img {
  width: 100%;
  display: block;
  height: auto
}
.sale-aside {
  border-right: 1px solid #e2e2e2;
  height: 100%;
  padding-top: 46px
}
.sale-aside__title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 20px
}
.sale-aside__list {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  list-style-type: none
}
.sale-aside__list li {
  margin-bottom: 3px
}
.sale-aside__list a {
  color: #33363f;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}
.sale-aside__list a:hover {
  color: #3aac46
}
.sale-section {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px
}
.sale-section__article {
  padding-top: 46px;
  padding-bottom: 100px
}
.sale-section__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
  margin-bottom: 35px
}
.sale-section__img {
  margin-bottom: 30px
}
.sale-section__img img {
  width: 100%;
  height: auto;
  display: block
}
.sale-section__content {
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 40px 45px;
  margin-bottom: 24px
}
.sale-item {
  max-width: 330px
}
.sale-item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px
}
.sale-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.7
}
.sale-item ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 24px
}
.sale-item ul li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 8px)
}
.sale-item ul li:last-child {
  margin-bottom: 0
}
.sale-item__minus ul li:before {
  background-image: url(../i/icon/minus.svg)
}
.sale-item__plus ul li:before {
  background-image: url(../i/icon/plus.svg)
}
.sale-section__button {
  background: #3aac46;
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
  -webkit-transition: background .15s ease;
  -o-transition: background .15s ease;
  transition: background .15s ease;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 26px;
  line-height: 1.7;
  white-space: nowrap;
  border-radius: 9px;
  max-width: 503px
}
@media only screen and (min-width:750px) {
  .sale-section__button:hover {
    background-color: #34993e
  }
}
@media only screen and (max-width:750px) {
  .sale-section__button:active {
    background-color: #34993e
  }
}
#nav__mobile {
  z-index: 4;
  padding: 75px 20px 20px;
  width: 100%;
  max-width: 320px;
  height: calc(100% + 1px)
}
#nav__mobile .mobile__info .bar-info__call {
  background-color: #3aac46;
  border-radius: 10px;
  font-size: 16px;
  padding: 12px
}
.product-item {
  border: 1px solid #d4e5f6;
  border-radius: 9px;
  padding: 13px 17px;
  margin-bottom: 14px;
  position: relative
}
.product-item__img {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative
}
.product-item__img img {
  display: block;
  width: auto;
  height: 100%
}
.product-item__guarantee {
  background-color: #3aac46;
  font-size: 10px;
  font-weight: 500;
  font-family: Inter,sans-serif;
  line-height: 1.2;
  color: #fff;
  border-radius: 20px;
  padding: 3px 9px 3px 35px;
  position: absolute;
  top: 30px;
  left: 10px;
  background-image: url(../i/icon/guarantee.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 22px;
  z-index: 2;
  pointer-events: none
}
.product-item__article {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.774;
  color: #33363f;
  padding-bottom: 7px;
  border-bottom: 1px solid #d4e5f6;
  margin-bottom: 10px
}
.product-item__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.774;
  color: #33363f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0
}
.product-item__title a {
  color: #33363f;
  text-decoration: none
}
.product-item__type {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.774;
  color: #33363f;
  margin-bottom: 10px
}
.product-item__price {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.774;
  color: #33363f
}
.product-item__price div {
  font-size: 15px;
  font-weight: 600
}
.product-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px
}
.product-item__row .product__addcart {
  width: 133px;
  height: 36px;
  border-radius: 9px;
  background-color: #3aac46;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease
}
.product-item__row .product__addcart:hover {
  background-color: #37a443
}
.product-item__row .product__count {
  display: none
}
.product-item__row .item__mycount {
  width: auto;
  margin: 0
}
.product-item__stock {
  border: 1px solid #3aac46;
  border-radius: 9px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.774;
  color: #3aac46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
  position: relative
}
.product-item__stock .gp_sklad_hover {
  top: 0;
  left: -1px;
  width: calc(100% + 1.5px);
  margin-top: 30px;
  z-index: 3;
  color: #000;
  border-radius: 0 0 9px 9px;
  border-color: #d4e5f6
}
.product-item__stock:hover .gp_sklad_hover {
  display: block
}
.gp_sklad_hover a {
  text-decoration: underline;
  -webkit-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease
}
.gp_sklad_hover a:hover {
  color: #3aac46
}
.gp_sklad_hover .product__tech-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.product-item__supplier {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400
}
.product-item__feedback {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #d9e8f7;
  border-radius: 9px;
  padding: 11px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #33363f
}
.product-item__feedback div {
  font-weight: 600;
  padding-left: 15px;
  background-image: url(../i/icon/star.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 11px;
  border-right: 1px solid #000;
  padding-right: 5px;
  margin-right: 5px
}
.breadcrumbs .breadcrumbs__link-home {
  color: #3aac46
}
.cart {
  font-family: Inter,sans-serif
}
.cart-empty {
  border: 1px solid #d4e5f6;
  border-radius: 9px;
  padding: 13px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.774;
  color: #33363f
}
.cart-empty__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.774;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  padding: 12px 0;
  width: 348px;
  background-color: #3aac46;
  text-align: center;
  display: block
}
.cart-remove-all {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.774;
  color: #ff5741;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer
}
.cart-total {
  border: 1px solid #d4e5f6;
  border-radius: 10px;
  padding: 16px 20px
}
.cart-total__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 1.2;
  color: #33363f;
  margin-bottom: 20px
}
.cart-total__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
  font-weight: 400
}
.cart-total__list li {
  border: 1px solid #d4e5f6;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  white-space: nowrap
}
.cart-total__list strong {
  font-weight: 600
}
.cart-total__bottom {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #33363f
}
.cart-total__bottom strong {
  font-weight: 600
}
.cart-total__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.774;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  background-color: #3aac46;
  width: 100%;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  font-family: Inter,sans-serif
}
.cart-total__button:hover {
  background-color: #34993e
}
.related-product {
  padding: 30px 0
}
.related-product__title {
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 1.774;
  color: #33363f;
  margin-bottom: 6px
}
.related-product__slider {
  margin-left: -3px;
  margin-right: -3px
}
.related-product__slider .slick-slide {
  margin: 0 3px;
  max-width: 100%;
  padding: 0
}
.related-product__slider .gp_sklad_hover {
  display: none!important
}
.related-product__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 497px;
  border: 1px solid #d4e5f6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.774;
  text-align: center;
  color: #33363f
}
.checkbox {
  position: relative;
  font-family: Inter,sans-serif;
  font-weight: 300;
  margin: 10px 0;
  display: inline-block;
  cursor: pointer
}
.checkbox input {
  position: absolute;
  visibility: hidden
}
.checkbox input:checked ~ span:before {
  background-color: #3aac46;
  background-image: url(../i/icon/check.svg);
  border-color: #3aac46
}
.checkbox span {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.2;
  display: block
}
.checkbox span a {
  text-decoration: underline
}
.checkbox span a:hover {
  color: #3aac46
}
.checkbox span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #d4e5f6;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
.cookies_show .cookies__block {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.cookies__shadow {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.cookies__block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px 0 20px;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}
.cookies__block a {
  text-decoration: underline
}
.cookies__block a:hover {
  color: #3aac46
}
.cookies__close {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: 0 0;
  border: none;
  background-image: url(../i/icon/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease
}
.cookies__close:hover {
  opacity: .7
}
@media only screen and (max-width:1280px) {
  .main-filter__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }
  .main-filter__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%
  }
}
@media only screen and (max-width:992px) {
  .main-filter__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px
  }
  .main-filter__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .main-filter__container {
    display: block
  }
  .catalog-filter {
    position: absolute;
    top: 50px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    z-index: 10;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    display: none
  }
  .catalog-page {
    display: block;
    position: relative
  }
  .new-header {
    border-bottom: 1px solid #d9d9d9
  }
  .catalog-filter__top {
    display: block
  }
  .new-header__menu-button {
    display: inline-block
  }
  .new-header__time {
    display: none
  }
  .new-header__row .new-header__phone {
    display: none
  }
  .new-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .new-header-nav {
    display: none
  }
  .sale-aside {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0
  }
  .sale-aside__title {
    font-size: 22px
  }
  .sale-section__title {
    font-size: 24px
  }
  .sale-section__article {
    padding: 30px 0
  }
  .sale-section__content {
    padding: 0;
    border: none;
    margin-bottom: 0
  }
  .sale-item {
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    border-radius: 16px
  }
  .sale-section__button {
    font-size: 16px
  }
  .main-filter__banner_des {
    display: none
  }
  .main-filter__banner_mob {
    display: block
  }
  .catalog-page__left,
  .catalog-page__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .catalog-page__left_up {
    top: 0
  }
  .catalog-filter__top {
    margin-bottom: 20px
  }
  .breadcrumbs {
    text-align: left;
    font-size: 12px
  }
  .catalog-filter__title,
  .catalog-page__title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.7
  }
  .catalog-page__info {
    font-size: 12px
  }
  .cart-empty {
    border: none;
    display: block;
    padding: 0
  }
  .cart-empty__button {
    width: 100%;
    max-width: 300px;
    margin-top: 10px
  }
}
@media only screen and (max-width:768px) {
  .related-product__title {
    font-size: 18px
  }
  .main-filter__right__title {
    font-size: 18px;
    line-height: 1.774;
    margin-bottom: 12px
  }
  .main-filter__tabs {
    margin-bottom: 12px
  }
  .main-filter__tabs button {
    font-size: 18px
  }
  .main-filter__type-buttons {
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 3px
  }
  .main-filter__type-buttons button {
    font-size: 16px;
    line-height: 1.774;
    border-radius: 8px;
    padding: 2px
  }
  .main-filter__title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700
  }
  .button-ratios {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 3px
  }
  .button-ratios span {
    font-size: 16px;
    padding: 2px;
    border-radius: 8px
  }
  .product-item__img {
    height: 220px
  }
  .related-product__all {
    height: 457px
  }
  .new-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20
  }
  body {
    padding-top: 73px
  }
  .new-header__logo {
    width: 120px;
    margin-bottom: 0
  }
  .new-header__icon-button {
    font-size: 0;
    width: 28px;
    height: 28px;
    background-size: cover;
    padding: 0
  }
  .main-filter_decor-select {
    margin-bottom: 12px
  }
  .main-filter_decor-select label {
    font-size: 12px;
    margin-bottom: 2px
  }
  .main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400
  }
  .main-filter_decor-select .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 10px
  }
  .main-filter_decor-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 16px;
    background-size: 10px;
    top: 12px;
    right: 10px
  }
  .main-filter-checkbox {
    margin-left: 27px
  }
  .main-filter-checkbox:first-child {
    margin-left: 0
  }
  .main-filter-checkbox span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px
  }
  .main-filter-checkbox span:before {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    top: -2px;
    background-size: 15px
  }
  .main-filter-checkboxes {
    margin-bottom: 14px
  }
  .main-filter-button {
    font-size: 16px;
    border-radius: 8px;
    padding: 2px
  }
  .row.main-filter__row,
  .row.main-filter__sub-item__row {
    margin-left: -5px;
    margin-right: -5px
  }
  .row.main-filter__row > div,
  .row.main-filter__sub-item__row > div {
    padding-left: 5px;
    padding-right: 5px
  }
  .main-filter__banner {
    border-radius: 10px
  }
  .main-filter__tabs button {
    border-width: 2px
  }
  .main-filter__left {
    padding-top: 0
  }
}
@media only screen and (max-width:380px) {
  .main-filter-checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .main-filter-checkboxes .main-filter-checkbox {
    margin-left: 0
  }
  .new-header__logo {
    width: 80px
  }
}
@media only screen and (max-width:350px) {
  .bootstrap-wrapper .container,
  .bootstrap-wrapper .container-fluid {
    padding: 0 10px!important
  }
  .main-filter__container {
    padding: 0
  }
}