@charset "UTF-8";
body {
  color: #2D2D2D;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  box-sizing: inherit;
}

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

@media (max-width: 981px) {
  .container {
    max-width: 960px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1140px) {
  .container {
    max-width: 1110px;
  }
}

input[type="text"] {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  line-height: 55px;
  height: 55px;
  border: 1px solid #EAEAEA;
  background: #FCFCFC;
}

textarea {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #EAEAEA;
  background: #FCFCFC;
  padding: 17px 14px !important;
}

input[type="text"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #6D6D6D;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #6D6D6D;
  transition: opacity 0.3s ease;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #6D6D6D;
  transition: opacity 0.3s ease;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #6D6D6D;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-checkbox, .custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label, .custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox + label::before, .custom-radio + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #EAEAEA;
  background: #FCFCFC;
  margin-right: 0.5em;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

.custom-checkbox:checked + label::before {
  background-color: #003CA7;
  border: 1px solid #003CA7;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #2D2D2D;
}

.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #2D2D2D;
}

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #2D2D2D;
}

.custom-checkbox:disabled + label:before {
  background-color: #2D2D2D;
}

.custom-radio + label::before {
  border-radius: 50%;
}

.custom-radio:checked + label::before {
  background-color: #003CA7;
  border: 1px solid #003CA7;
  background: url(../img/radio-bg.png) no-repeat;
  background-size: contain;
}

.custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: #2D2D2D;
}

.custom-radio:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #2D2D2D;
}

.custom-radio:focus:not(:checked) + label::before {
  border-color: #2D2D2D;
}

.custom-radio:disabled + label:before {
  background-color: #2D2D2D;
}

.boxshadow {
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.46);
}

.textshadow {
  text-shadow: 0px 3px 7px rgba(89, 89, 89, 0.24);
}

.flex_row, .reviews .reviews-list .reviews_list-item .rating .rating-info .votes_block .inner_rating, .reviews .reviews-list .review-answer .rating .rating-info .votes_block .inner_rating {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.justifi_st, .reviews .reviews-list .reviews_list-item .rating .rating-info .votes_block .inner_rating, .reviews .reviews-list .review-answer .rating .rating-info .votes_block .inner_rating {
  justify-content: start;
}

.justifi_cn {
  justify-content: center;
}

/* Выравнивание элементов в конце */
.justifi_end {
  justify-content: end;
}

/* Выравнивание элементов с самого начала */
.justifi_f-st {
  justify-content: flex-start;
}

/* Выравнивание элементов с самого конца */
.justifi_f-end {
  justify-content: flex-end;
}

/* Выравнивание элементов по левому краю */
.justifi_left {
  justify-content: left;
}

/* Выравнивание элементов по правому краю */
.justifi_right {
  justify-content: right;
}

.justifi_sb {
  justify-content: space-between;
}

/* Равномерно распределяет все элементы по ширине flex-блока.
Все элементы имеют полуразмерное пространство
с обоих концов */
.justifi_sa {
  justify-content: space-around;
}

/* Равномерно распределяет все элементы по ширине flex-блока.
Все элементы имеют равное пространство вокруг */
.justifi_se {
  justify-content: space-evenly;
}

/* Равномерно распределяет все элементы по ширине flex-блока.
Все элементы имеют "авто-размер", чтобы соответствовать
контейнеру */
.justifi_str {
  justify-content: stretch;
}

/* Нормальное состояние */
.ver_height-norm {
  align-items: normal;
}

/* По высоте контейнера */
.ver_height-str {
  align-items: stretch;
}

/* Pack items around the center */
.ver_pos-cn {
  align-items: center;
}

/* Pack items from the start */
.ver_pos-st {
  align-items: start;
}

.ver_pos-end {
  align-items: end;
}

.ver_pos_first-bl {
  align-items: first baseline;
}

.ver_pos_last-bl {
  align-items: last baseline;
}

h1 {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
}

h2 {
  color: #2D2D2D;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2.275px;
}

h3 {
  color: #2D2D2D;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1.625px;
}

h4 {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
}

img.responsive {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 600;
}

header.header {
  padding: 10px 0px;
}

.header-search {
  position: relative;
}

.header-search input {
  color: #595959;
  height: 44.943px;
  line-height: 44.943px;
}

.header-search button {
  border: none;
  outline: none;
  width: 18.005px;
  height: 18.005px;
  background: url(../img/search-button.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.header_content-wrapper {
  margin: 0 -10px;
}

.header_content-wrapper .logo {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  max-width: 218px;
}

.header_content-wrapper .header-content {
  box-sizing: border-box;
  padding: 0 10px;
  width: calc(100% - 218px);
}

.header_content-wrapper .header-content .header_menu-wrapper {
  margin: 0 -10px;
}

.header_content-wrapper .header-content .header_menu-wrapper ul {
  box-sizing: border-box;
  padding: 0 10px;
  list-style: none;
}

.header_content-wrapper .header-content .header_menu-wrapper ul li {
  display: inline-block;
}

.header_content-wrapper .header-content .header_menu-wrapper ul li a {
  color: #000;
  font-weight: 500;
  letter-spacing: -0.21px;
  text-decoration: none;
}

.header_content-wrapper .header-content .header_menu-wrapper ul li a:hover {
  color: #595959;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-menu li {
  position: relative;
  margin-right: 30px;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-menu li a {
  font-size: 14px;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-menu li a:hover {
  color: #595959;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-menu li::after {
  content: "";
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  background: #D1D1D1;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  left: 100%;
  margin: -1.5px auto auto 13px;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-menu li:last-child {
  margin-right: 0px;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-menu li:last-child::after {
  display: none;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-contacts li {
  margin-left: 30px;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-contacts li a {
  font-size: 15px;
}

.header_content-wrapper .header-content .header_menu-wrapper .header-contacts li:first-child {
  margin-left: 0px;
}

.header_content-wrapper .header-content .header_content-content {
  margin: 12px -10px 0 -10px;
}

.header_content-wrapper .header-content .header_content-content .header_button-search {
  box-sizing: border-box;
  padding: 0 7px;
  width: 68%;
}

.header_content-wrapper .header-content .header_content-content .header_button-search .search_button {
  box-sizing: border-box;
  padding: 0 3px;
  width: 100%;
  max-width: 137.095px;
}

.header_content-wrapper .header-content .header_content-content .header_button-search form {
  box-sizing: border-box;
  padding: 0 3px;
  width: calc(100% - 137.095px);
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call {
  box-sizing: border-box;
  width: 32%;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper {
  width: 150px;
  display: none;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper a {
  width: 42.5px;
  height: 42.5px;
  margin: 0 5px;
  display: block;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper a span {
  width: 42.5px;
  height: 42.5px;
  background: #eef0f3;
  display: block;
  position: relative;
  border-radius: 50%;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper a span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper a .header_contacts-mail:after {
  content: "";
  width: 15.18px;
  height: 12.15px;
  background: url(../img/icon-mail.svg) no-repeat;
  background-size: contain;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper a .header_contacts-phone:after {
  content: "";
  width: 15.1px;
  height: 15.13px;
  background: url(../img/icon-phone.svg) no-repeat;
  background-size: contain;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .header_minicart-wrapper {
  box-sizing: border-box;
  width: calc(100% - 178.458px);
  padding: 0 10px;
}

.header_content-wrapper .header-content .header_content-content .header_minicart-call .call-button {
  box-sizing: border-box;
  padding: 0 10px;
}

.minicart a {
  text-decoration: none;
}

.minicart .cart-icon {
  margin: 0 auto;
  position: relative;
  width: 25.684px;
  height: 24.096px;
}

.minicart .cart-icon span {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  min-width: 16.033px;
  height: 16.033px;
  line-height: 16.033px;
  background: #003CA7;
  border-radius: 100px;
  position: absolute;
  padding: 0 3px;
  top: -3px;
  right: -6px;
}

.minicart p {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.opened {
  display: block !important;
}

.opened:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 100%;
  left: 0;
  border: 1px solid #f00;
}

.mega_menu-container {
  display: none;
}

.mega_menu-container:hover {
  display: block;
}

.mega_menu-container .popup-close {
  display: none;
}

.mega_menu-container .mega_menu-wrapper {
  width: 100%;
  height: 0px;
  position: relative;
}

.mega_menu-container .mega_menu-wrapper .mobile-catalog {
  display: none;
}

.mega_menu-container .mega_menu-wrapper .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 -10px;
  background: #fff;
  z-index: 899;
  padding: 30px 0;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories {
  box-sizing: border-box;
  width: 33.3333%;
  padding: 0 10px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content {
  width: 100%;
  border-right: 0.5px solid #B4B4B4;
  padding-right: 20px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper {
  margin-bottom: 23px;
  padding: 7px 5px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper:last-child {
  margin-bottom: 0px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category {
  margin-bottom: 26px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category img {
  display: none;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category:last-child {
  margin-bottom: 0px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category a {
  color: #939393;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-decoration: none;
  display: block;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory {
  position: relative;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory::after {
  content: "";
  width: 7.564px;
  height: 13.128px;
  flex-shrink: 0;
  background: url(../img/subcategory-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 0;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory.active {
  background: #eef7eb;
  position: relative;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory.active a {
  color: #50AF2D;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory.active::after {
  background: url(../img/subcategory-arrow-active.svg) no-repeat;
  background-size: contain;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper:hover {
  background: #eef7eb;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper:hover .mega_menu_category a {
  color: #50AF2D;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .active {
  background: #eef7eb;
  position: relative;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .active .has-subcategory a {
  color: #50AF2D;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .active .has-subcategory::after {
  background: url(../img/subcategory-arrow-active.svg) no-repeat;
  background-size: contain;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper {
  box-sizing: border-box;
  width: 66.66666%;
  padding: 0 10px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories {
  margin: 0 -7.5px;
  display: none;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header {
  display: none;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper {
  box-sizing: border-box;
  width: 33.3333%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item {
  width: 100%;
  height: 100%;
  background: #F8FBFC;
  padding: 20px 20px;
  position: relative;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item a {
  color: #000;
  text-decoration: none;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item .mega_menu_subcategory-image {
  width: 100%;
  text-align: right;
  padding-left: 50%;
  margin-bottom: 30px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item p {
  font-size: 16px;
  font-weight: 500;
  padding-right: 25%;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories:hover {
  display: flex;
}

.mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .open {
  display: flex !important;
}

.section {
  margin: 30px 0;
  padding: 20px 0;
}

.top-bahhers {
  margin: 15px 0;
}

.home-bannrs {
  margin: 0 -7.5px;
  height: 426px;
}

.home-bannrs .home-banner {
  box-sizing: border-box;
  padding: 0 7.5px;
}

.home-bannrs .home-banner:first-child {
  width: 74%;
}

.home-bannrs .home-banner:last-child {
  width: 26%;
}

.slick-arrow {
  position: absolute;
  top: 25px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-indent: -999px;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
}

.slick-arrow:hover {
  background: white;
}

.slick-next {
  right: 30px;
}

.slick-next:after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../img/slider-arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -3px;
  bottom: 0;
  margin: auto;
}

.slick-next:hover:after {
  opacity: 0.6;
}

.slick-prev {
  right: 85px;
}

.slick-prev:after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../img/slider-arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  display: block;
  position: absolute;
  left: -3px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slick-prev:hover:after {
  opacity: 0.6;
}

.slick-dots {
  list-style: none;
  margin: 0px 0 0 0;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: start;
  position: absolute;
  align-items: center;
  top: 25px;
  left: 23px;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 7.1px;
  height: 7.1px;
  margin: 0 7px;
}

.slick-dots li button {
  width: 7.1px;
  height: 7.1px;
  background: transparent;
  overflow: hidden;
  text-indent: -999px;
  outline: none;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.55px;
}

.slick-dots li button::after {
  content: "";
  width: 7.1px;
  height: 7.1px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots .slick-active {
  width: 11px;
  height: 11px;
}

.slick-dots .slick-active button {
  width: 11px;
  height: 11px;
  background: transparent;
  overflow: hidden;
  text-indent: -999px;
  outline: none;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 3px;
  left: 0;
}

.slick-dots .slick-active button::after {
  content: "";
  width: 11px;
  height: 11px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.big_banner-item {
  width: 100%;
  padding: 30px 30px;
  max-height: 460px;
}

.big_banner-item a {
  color: #fff;
  text-decoration: none;
}

.big_banner-item .big_banner_image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.big_banner-item .big_banner_image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.big_banner-item .big_banner-content {
  margin: 0 -10px;
}

.big_banner-item .big_banner-content .big_banner_content-item {
  box-sizing: border-box;
  padding: 0 10px;
}

.big_banner-item .big_banner-content .big_banner_content-item:first-child {
  width: 38%;
}

.big_banner-item .big_banner-content .big_banner_content-item:last-child {
  width: 62%;
  padding-bottom: 10px;
}

.big_banner-item .big_banner-content .big_banner_content-item h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1523;
  letter-spacing: -2.925px;
  margin: 15px 0 25px 0;
}

.big_banner-item .big_banner-content .big_banner_content-item p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

span.stiker {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.18px;
  display: inline-flex;
  padding: 9px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 23px;
  position: relative;
  z-index: 77;
}

.blue-stiker {
  background: #003CA7;
}

.red-stiker {
  background: #F6596C;
  padding: 9px 12px !important;
}

.orange-stiker {
  background: #ff4400;
  padding: 9px 12px !important;
}

.green-bg {
  color: #FFF;
  background: url(../img/big-banner-bg.png) no-repeat;
  background-size: cover;
}

.small-banner {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
  padding: 30px 30px;
  background: url(../img/gray-bg1.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.small-banner a {
  color: #fff;
  text-decoration: none;
}

.small-banner .small_banner-image {
  text-align: center;
}

.small-banner h5 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.95px;
  margin: 30px 0;
  text-shadow: 0px 3px 7px rgba(89, 89, 89, 0.54);
}

.small-banner p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.home_category-list {
  margin: 0px -7.5px 0 -7.5px;
}

.home_category-list:first-child {
  margin: 15px -7.5px 0 -7.5px;
}

.home_category-list .home_category_list-item {
  box-sizing: border-box;
  margin: 7.5px 0;
  padding: 0 7.5px;
}

.group_2_banners .home_category_list-item {
  width: 50%;
}

.group_3_banners .home_category_list-item {
  width: 33.3333%;
}

.group_4_banners .home_category_list-item {
  width: 25%;
}

.group_5_banners .home_category_list-item {
  width: 20%;
}

.group_5_banners .home_category_list-item .home_category-item {
  height: 288px;
  padding: 30px 25px;
}

.group_5_banners .home_category_list-item .home_category-item .home_category-info {
  left: 25px;
  bottom: 30px;
}

.group_5_banners .home_category_list-item .home_category-item .home_category-info h4 {
  font-size: 19px;
  margin-bottom: 25px;
}

.home_category-item {
  padding: 40px 25px;
  position: relative;
  height: 350px;
  overflow: hidden;
}

.home_category-item a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 3px 7px rgba(89, 89, 89, 0.54);
}

.home_category-item .home_category-image {
  width: 100%;
  text-align: center;
}

.home_category-item .home_category-image img {
  transition: 0.5s;
}

.home_category-item .home_category-info {
  position: absolute;
  left: 25px;
  bottom: 40px;
}

.home_category-item .home_category-info h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1.625px;
  margin-bottom: 25px;
}

.home_category-item .home_category-info p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.home_category-item:hover .home_category-image img {
  transform: scale(1.05);
}

.green-bg1 {
  background: url(../img/home-category-bg1.png) no-repeat;
  background-size: cover;
}

.green-bg2 {
  background: url(../img/home-category-bg2.png) no-repeat;
  background-size: cover;
}

.grey-bg1 {
  background: url(../img/home-category-bg3.png) no-repeat;
  background-size: cover;
}

.grey-bg2 {
  background: url(../img/home-category-bg4.png) no-repeat;
  background-size: cover;
}

.grey-bg3 {
  background: url(../img/home-category-bg5.png) no-repeat;
  background-size: cover;
}

.grey-bg4 {
  background: url(../img/home-category-bg6.png) no-repeat;
  background-size: cover;
}

.grey-bg5 {
  background: url(../img/home-category-bg7.png) no-repeat;
  background-size: cover;
}

.grey-bg6 {
  background: url(../img/home-category-bg8.png) no-repeat;
  background-size: cover;
}

.grey-bg7 {
  background: url(../img/home-category-bg9.png) no-repeat;
  background-size: cover;
}

.grey-bg8 {
  background: url(../img/home-category-bg10.png) no-repeat;
  background-size: cover;
}

.grey-bg9 {
  background: url(../img/home-category-bg11.png) no-repeat;
  background-size: cover;
}

.grey-bg10 {
  background: url(../img/home-category-bg12.png) no-repeat;
  background-size: cover;
}

.grey-bg11 {
  background: url(../img/home-category-bg13.png) no-repeat;
  background-size: cover;
}

.grey-bg12 {
  background: url(../img/home-category-bg14.png) no-repeat;
  background-size: cover;
}

.home_catalog-button {
  margin-top: 10px;
}

.home_catalog-button a {
  width: 100%;
  height: 57.34px;
  flex-shrink: 0;
  background: #F6F7F9;
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 57.34px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.home_catalog-button a span {
  position: relative;
  padding-right: 67px;
}

.home_catalog-button a span::after {
  content: "";
  width: 54px;
  height: 21px;
  background: url(../img/home-katalog-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  right: 0;
}

.home_catalog-button a:hover {
  background: #E9E9E9;
  transition: 0.3s ease;
}

section.page-section {
  margin: 25px 0;
}

.breadcrumbs p {
  color: #818181;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbs p a {
  color: #818181;
  text-decoration: none;
}

.breadcrumbs p a:hover {
  text-decoration: underline;
}

.breadcrumbs p span.separator {
  margin: 0 5px;
}

.page-header {
  margin: 25px -10px;
}

.page-header h1 {
  box-sizing: border-box;
  padding: 0 10px;
}

.page-header .catalog_type-listing {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0px -10px;
}

.page-header .catalog_type-listing a {
  box-sizing: border-box;
  padding: 0 10px;
}

.page-header .catalog_type-listing a span {
  flex-shrink: 0;
  display: block;
  background-size: contain;
}

.page-header .catalog_type-listing a span.column-type {
  width: 22px;
  height: 22px;
  background: url(../img/column-type.svg) no-repeat;
}

.page-header .catalog_type-listing a span.row-type {
  width: 30px;
  height: 22px;
  background: url(../img/row-type.svg) no-repeat;
}

.page-header .catalog_type-listing a:hover span.column-type {
  background: url(../img/column-type-active.svg) no-repeat;
}

.page-header .catalog_type-listing a:hover span.row-type {
  background: url(../img/row-type-active.svg) no-repeat;
}

.page-header .catalog_type-listing .active span.column-type {
  background: url(../img/column-type-active.svg) no-repeat;
}

.page-header .catalog_type-listing .active span.row-type {
  background: url(../img/row-type-active.svg) no-repeat;
}

.product-list {
  margin: 10px 0;
}

.product-list .product_list-stikers .product_list_stikers-item {
  margin-bottom: 5px;
}

.product-list .product_list-stikers .product_list_stikers-item:last-child {
  margin-bottom: 0px;
}

.product-list .product_list-stikers .product_list_stikers-item .stiker {
  color: #fff;
  padding: 7px 9px !important;
}

.product-list .product_list-rating {
  margin-top: 5px;
}

.product-list .product_list-rating span {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.195px;
  position: relative;
  padding-left: 25px;
}

.product-list .product_list-rating span:before {
  content: "";
  width: 21.347px;
  height: 21.347px;
  flex-shrink: 0;
  background: url(../img/rating-star.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
}

.product-list img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.product_list-image {
  border: 1px solid #F6F6F6;
  position: relative;
  height: 278px;
}

.product_list-image .stikers-rating {
  position: relative;
  z-index: 11;
  padding: 12px;
}

.product_list-info {
  padding: 10px 0;
}

.product_list-info p {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: -0.195px;
  margin: 12px 0;
}

.product_list-info span {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1.04px;
}

.column-items {
  margin: 10px -7px !important;
}

.column-items .product_list_item-wrapper {
  width: 25%;
  box-sizing: border-box;
  padding: 0 7px;
  margin: 7px 0;
}

.column-items .product_list_item-wrapper .product_list_column-item {
  position: relative;
}

.column-items .product_list_item-wrapper .product_list_column-item a {
  text-decoration: none;
}

.column-items .product_list_item-wrapper .product_list_column-item:hover > .product_list-button {
  display: block;
}

.column-items .product_list_item-wrapper .product_list_column-item .product_list-button {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 5px;
  z-index: 15;
}

.column-items .product_list_item-wrapper .product_list_column-item .product_list-button .green-button {
  max-width: 100% !important;
}

.column-items .product_list_item-wrapper .product_list_column-item .product_list-button .green-button span {
  padding-left: 0 !important;
}

.product_list_row-rating {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.product_list_row-rating div b {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.195px;
  position: relative;
  padding-left: 25px;
}

.product_list_row-rating div b:before {
  content: "";
  width: 21.347px;
  height: 21.347px;
  flex-shrink: 0;
  background: url(../img/rating-star.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
}

.product_list_row-rating div span {
  color: #020202;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

.row-items {
  margin: 10px 0px !important;
}

.row-items .product_list_item_row-wrapper {
  border-bottom: 0.5px solid #DFDFDF;
  padding-bottom: 20px;
  margin: 20px 0px;
}

.row-items .product_list_item_row-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.row-items .product_list_item_row-wrapper .product_list-image {
  box-sizing: border-box;
  width: 20%;
  height: 228px;
}

.row-items .product_list_item_row-wrapper .product_list-image .product_list-stikers {
  position: relative;
  z-index: 11;
  padding: 12px;
}

.row-items .product_list_item_row-wrapper .product_list-info {
  box-sizing: border-box;
  width: 20%;
  padding: 0px 15px 25px 15px;
  position: relative;
}

.row-items .product_list_item_row-wrapper .product_list-specifications {
  box-sizing: border-box;
  width: 20%;
  padding: 0px 15px;
}

.row-items .product_list_item_row-wrapper .product_list-specifications dl dt {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.18px;
  padding: 3px 2px 0 2px;
  margin-bottom: 10px;
}

.row-items .product_list_item_row-wrapper .product_list-specifications dl dd {
  border-bottom: 1px dotted #676767;
  margin-bottom: 15px;
}

.row-items .product_list_item_row-wrapper .product_list-specifications dl dd:last-child {
  margin-bottom: 0px;
}

.row-items .product_list_item_row-wrapper .product_list-specifications dl dd span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.195px;
  background: #fff;
  padding: 2px 1px;
  position: relative;
  bottom: -2px;
}

.row-items .product_list_item_row-wrapper .product_list-specifications dl dd span:first-child {
  color: #646464;
}

.row-items .product_list_item_row-wrapper .product_list-specifications dl dd span:last-child {
  color: #000;
  font-weight: 500;
  float: right;
}

.row-items .product_list_item_row-wrapper .product_list_row-button {
  box-sizing: border-box;
  width: 20%;
  padding-left: 15px;
  position: relative;
}

.row-items .product_list_item_row-wrapper .product_list_row-button span.product_list-price {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1.04px;
}

.row-items .product_list_item_row-wrapper .product_list_row-button a {
  max-width: calc(100% - 15px);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

.row-items .product_list_item_row-wrapper .product_list_row-button a span {
  padding-left: 0px;
}

.pagination-more {
  margin: 30px 0 30px 0;
  position: relative;
}

.pagination-more .pagination-wrapper ul.pagination {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-more .pagination-wrapper ul.pagination li {
  position: relative;
  width: 77.757px;
  height: 77.757px;
  border-radius: 50%;
  margin-right: 5px;
}

.pagination-more .pagination-wrapper ul.pagination li a {
  color: #2D2D2D;
  font-weight: 500;
  font-size: 16px;
  line-height: 1px;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77.757px;
  height: 77.757px;
  border-radius: 50%;
}

.pagination-more .pagination-wrapper ul.pagination li a:hover {
  background: #F6F7F9;
}

.pagination-more .pagination-wrapper ul.pagination li:last-child {
  margin-right: 0px;
}

.pagination-more .pagination-wrapper ul.pagination .prev, .pagination-more .pagination-wrapper ul.pagination .next {
  width: 30.612px;
  height: 29.665px;
  flex-shrink: 0;
  background: transparent;
}

.pagination-more .pagination-wrapper ul.pagination .prev a, .pagination-more .pagination-wrapper ul.pagination .prev span, .pagination-more .pagination-wrapper ul.pagination .next a, .pagination-more .pagination-wrapper ul.pagination .next span {
  border: none !important;
  width: 30.612px;
  height: 29.665px;
  display: flex !important;
  position: relative;
  overflow: hidden;
}

.pagination-more .pagination-wrapper ul.pagination .prev a:hover, .pagination-more .pagination-wrapper ul.pagination .prev span:hover, .pagination-more .pagination-wrapper ul.pagination .next a:hover, .pagination-more .pagination-wrapper ul.pagination .next span:hover {
  background: transparent !important;
}

.pagination-more .pagination-wrapper ul.pagination .prev a:before, .pagination-more .pagination-wrapper ul.pagination .prev span:before {
  content: "";
  width: 30.612px;
  height: 29.665px;
  background: url(../img/paginate-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pagination-more .pagination-wrapper ul.pagination .next a:before, .pagination-more .pagination-wrapper ul.pagination .next span:before {
  content: "";
  width: 30.612px;
  height: 29.665px;
  background: url(../img/paginate-arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pagination-more .pagination-wrapper ul.pagination .active a {
  background: #F6F7F9;
}

.pagination-more .more {
  position: absolute;
  right: 0;
  top: 10px;
}

.category_description-wrapper {
  margin: 90px 0 30px 0;
  border-top: 0.5px solid #E3E3E3;
  padding: 60px 0;
}

.category_description-wrapper p.category_description {
  margin-top: 30px;
  column-width: 48%;
  column-count: 2;
  column-gap: 4%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 166%;
  /* 23.24px */
  letter-spacing: -0.21px;
}

.filter-catalog {
  margin: 0 -10px;
}

.filter-catalog .filter_catalog-item {
  box-sizing: border-box;
  padding: 0 10px;
}

.filter-catalog .filter_catalog-item:first-child {
  width: 25%;
}

.filter-catalog .filter_catalog-item:last-child {
  width: 75%;
}

.filter-catalog .filter_catalog-item:last-child .column-items {
  margin: 0px -7px !important;
}

.filter-catalog .filter_catalog-item:last-child .column-items .product_list_item-wrapper {
  width: 33.3333%;
}

.filter-catalog .filter_catalog-item:last-child .row-items {
  margin: 0px 0px !important;
}

.filter-catalog .filter_catalog-item:last-child .row-items .product_list_item_row-wrapper {
  margin: 0px 0px 20px 0;
}

.filter-catalog .filter_catalog-item:last-child .row-items .product_list_item_row-wrapper:last-child {
  margin: 0px 0px 0px 0;
}

.filter-catalog .filter_catalog-item:last-child .row-items .product_list_item_row-wrapper .product_list-image {
  width: 25%;
}

.filter-catalog .filter_catalog-item:last-child .row-items .product_list_item_row-wrapper .product_list-info {
  width: 25%;
  padding: 0px 15px 25px 15px;
}

.filter-catalog .filter_catalog-item:last-child .row-items .product_list_item_row-wrapper .product_list-specifications {
  width: 25%;
  padding: 0px 0px;
}

.filter-catalog .filter_catalog-item:last-child .row-items .product_list_item_row-wrapper .product_list_row-button {
  width: 25%;
}

.filter-catalog .filter_catalog-item:last-child .pagination-more .pagination-wrapper ul.pagination {
  justify-content: start;
}

.catalog_filter-wrapper .open_filter-button {
  display: none;
}

.catalog_filter-wrapper .open_filter-button a {
  width: 100%;
}

.catalog_filter-wrapper .open_filter-button a span {
  padding-right: 30px;
}

.catalog_filter-wrapper .open_filter-button a span::after {
  content: "";
  width: 21.553px;
  height: 14.453px;
  flex-shrink: 0;
  background: url(../img/filter-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.catalog_filter-wrapper .filters {
  padding-right: 30px;
}

.catalog_filter-wrapper .filters .filters-header {
  margin-bottom: 20px;
}

.catalog_filter-wrapper .filters .filters-header h2 {
  color: #A0A0A0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1.3px;
}

.catalog_filter-wrapper .filters .filters-header .close-filter {
  display: none;
  width: 22.361px;
  height: 22.361px;
  flex-shrink: 0;
  background: url(../img/popup-close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.catalog_filter-wrapper .filters .filters-header .close-filter:hover {
  opacity: 0.8;
}

.filter-item {
  margin-bottom: 20px;
}

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

.filter-item p.filter {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-bottom: 10px;
}

.filter-item .ui-widget {
  margin-top: 17px;
}

.filter-item .ui-widget.ui-widget-content {
  border: none;
  background: #c4c4c4;
}

.filter-item .ui-slider-horizontal {
  height: 3px;
}

.filter-item .ui-widget-header {
  border: none;
  background: #003CA7;
}

.filter-item .ui-state-default {
  border: none;
  border-radius: 50%;
  width: 17.17px;
  height: 17.17px;
  background: #003CA7;
  cursor: pointer;
  outline: none;
}

.filter-item .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0em;
}

.filter-item .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -0.8em;
}

.filter-item .slider_price-range {
  margin: 17px -5px 0 -5px;
}

.filter-item .slider_price-range .slider_price_range-input {
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  position: relative;
}

.filter-item .slider_price-range .slider_price_range-input input {
  height: 40px;
  padding: 0 15px 0 35px;
}

.filter-item .slider_price-range .slider_price_range-input::before {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 11px;
  left: 20px;
}

.filter-item .slider_price-range .slider_price_range-input:first-child::before {
  content: "от";
}

.filter-item .slider_price-range .slider_price_range-input:last-child::before {
  content: "до";
}

.filter-item .checkbox_button-wrapper p.filter {
  margin-bottom: 0px;
}

.filter-item .checkbox_button-wrapper .checkbox-ios {
  display: inline-block;
  height: 17.5px;
  line-height: 17.5px;
  position: relative;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

.filter-item .checkbox_button-wrapper .checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 36px;
  height: 18px;
  border-radius: 25%/50%;
  vertical-align: top;
  background: #C9C9C9;
  transition: .2s;
}

.filter-item .checkbox_button-wrapper .checkbox-ios .checkbox-ios-switch:before {
  content: '';
  position: absolute;
  top: 0.5px;
  left: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: .15s;
}

.filter-item .checkbox_button-wrapper .checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.filter-item .checkbox_button-wrapper .checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.filter-item .checkbox_button-wrapper .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: #003CA7;
}

.filter-item .checkbox_button-wrapper .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform: translateX(21px);
}

.filter-item ul {
  list-style: none;
}

.filter-item ul li {
  margin-bottom: 10px;
}

.filter-item ul li:last-child {
  margin-bottom: 0px;
}

.closed-filter p.filter {
  position: relative;
  cursor: pointer;
}

.closed-filter p.filter::after {
  content: "";
  width: 13.128px;
  height: 7.564px;
  transition: .15s;
  flex-shrink: 0;
  background: url(../img/filter-open-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0;
}

.closed-filter .opened::after {
  transform: rotate(180deg);
}

.closed-filter ul {
  display: none;
}

.product-page {
  margin: 30px -12px 30px -12px;
}

.product-page .product_page-item {
  box-sizing: border-box;
  padding: 0 12px;
}

.product-page .product_page-item:first-child {
  width: 43%;
}

.product-page .product_page-item:last-child {
  width: 57%;
}

.product-images {
  position: relative;
}

.product-images .product_list_stikers-item {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 65;
}

.product-images .big-image video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.product-images .product_image-thumb {
  width: 46px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-images .product_image-thumb .thumb_image {
  border: 1px solid #E3E3E3;
  background: #FFF;
  margin-bottom: 9px;
  cursor: pointer;
}

.product-images .product_image-thumb .thumb_image video {
  width: 100%;
  height: 100%;
}

.product-images .product_image-thumb .thumb_image:last-child {
  margin-bottom: 9px;
  border: none;
  background: transparent;
}

.product_page-header {
  margin: 0 0px;
}

.product_page-header h1 {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.95px;
}

.product_page-header .product_page_header-items {
  margin-top: 10px;
}

.product_page-header .product_page_header-items .product_list_row-rating {
  position: static;
}

.product_page-header .product_page_header-items span.article {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
}

.product_page-header .product_page_header-items .share_wrapper {
  position: relative;
}

.product_page-header .product_page_header-items .share_wrapper a.share_open {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.21px;
  cursor: pointer;
}

.product_page-header .product_page_header-items .share_wrapper a.share_open span {
  position: relative;
  padding-left: 20px;
}

.product_page-header .product_page_header-items .share_wrapper a.share_open span::after {
  content: "";
  width: 15.288px;
  height: 16.376px;
  flex-shrink: 0;
  background: url(../img/share-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
}

.product_page-header .product_page_header-items .share_wrapper:hover > .share_items {
  display: block !important;
}

.product_page-header .product_page_header-items .share_wrapper .share_items {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.26);
}

.product_page-header .product_page_header-items .share_wrapper .share_items::after {
  content: "";
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: -30px;
  left: 0;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul {
  list-style: none;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul li {
  width: 41px;
  height: 41px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul li a span {
  width: 41px;
  height: 41px;
  display: block;
  background: url(../img/social.svg) no-repeat;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .vk a span {
  background-position: 0px -565px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .vk a:hover span {
  background-position: 0px -190px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .ok a span {
  background-position: -48px -565px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .ok a:hover span {
  background-position: -48px -190px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .mw a span {
  background-position: -142px -565px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .mw a:hover span {
  background-position: -142px -190px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .tw a span {
  background-position: -0px -612px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .tw a:hover span {
  background-position: -0px -236px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .vr a span {
  background-position: -330px -565px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .vr a:hover span {
  background-position: -330px -190px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .wp a span {
  background-position: -330px -612px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .wp a:hover span {
  background-position: -330px -236px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .sk a span {
  background-position: -330px -660px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .sk a:hover span {
  background-position: -330px -284px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .tg a span {
  background-position: -330px -707px;
}

.product_page-header .product_page_header-items .share_wrapper .share_items .social-share ul .tg a:hover span {
  background-position: -330px -330px;
}

.product_info {
  margin: 30px -15px 0 -15px;
}

.product_info .product_info-item {
  box-sizing: border-box;
  padding: 0 15px;
}

.product_info .product_info-item:first-child {
  width: 40%;
}

.product_info .product_info-item:last-child {
  width: 60%;
  margin-top: 0px;
}

.product_options-item {
  margin-top: 15px;
}

.product_options-item h4 {
  margin-bottom: 10px;
}

.product_options-item .product_colors a {
  padding: 0 2.5px;
  text-decoration: none;
  margin: 2.5px 0;
}

.product_options-item .product_colors a span {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.21px;
  border-radius: 14px;
  padding: 5px 7px;
  border: 1px solid #EAEAEA;
  background: #FCFCFC;
  display: block;
}

.product_options-item .product_colors .active span {
  color: #fff;
  border: 1px solid #003CA7;
  background: #003CA7;
}

.product_options-item ul {
  list-style: none;
}

.product_options-item ul li {
  border-bottom: 1px dotted #676767;
  font-size: 14px;
  letter-spacing: -0.21px;
  margin-bottom: 16px;
}

.product_options-item ul li span {
  color: #646464;
  font-weight: 400;
  letter-spacing: -0.21px;
  padding: 3px 0;
  position: relative;
  margin-bottom: -3px;
  background: #fff;
}

.product_options-item ul li b {
  color: #000;
  font-weight: 500;
  padding: 3px 0;
  position: relative;
  margin-bottom: -3px;
  background: #fff;
  float: right;
}

p.product-price {
  color: #000;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -2.73px;
}

p.product-price span {
  font-size: 20px;
  letter-spacing: -1.3px;
}

.gray-item_product-button {
  background: #EEF0F3;
  padding: 10px 11px;
  margin-top: 0px;
}

.gray-item_product-button .qty-button .qty_button-item {
  box-sizing: border-box;
}

.gray-item_product-button .qty-button .qty_button-item:first-child {
  width: 44%;
  padding-right: 24px;
}

.gray-item_product-button .qty-button .qty_button-item:last-child {
  width: 56%;
}

.gray-item_product-button .qty-button .qty_button-item .add_to-cart {
  height: 50px;
  line-height: 50px;
}

.gray-item_product-button .qty-button .qty_button-item .add_to-cart span {
  position: relative;
  padding-left: 25px;
}

.gray-item_product-button .qty-button .qty_button-item .add_to-cart span::before {
  content: "";
  width: 17.977px;
  height: 17.076px;
  flex-shrink: 0;
  background: url(../img/add-to-cart-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.gray-item_product-button .gray-item-quesions {
  margin: 15px 0px 0 0px;
  border: 1px solid #FFF;
}

.gray-item_product-button .gray-item-quesions p {
  box-sizing: border-box;
  padding: 0 0px 0 10px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.gray-item_product-button .gray-item-quesions .messendgers {
  box-sizing: border-box;
  padding: 0 0px 0 0px;
}

.gray-item_product-button .gray-item-quesions .messendgers a {
  padding: 3px 3px 3px 3px;
}

.gray-item_product-button .gray-item-quesions .messendgers a span {
  width: 58.19px;
  height: 58.189px;
  display: block;
  flex-shrink: 0;
}

.gray-item_product-button .gray-item-quesions .messendgers a .wsp {
  background: url(../img/wsp.svg) no-repeat;
  background-size: contain;
}

.gray-item_product-button .gray-item-quesions .messendgers a .tgm {
  background: url(../img/tgm.svg) no-repeat;
  background-size: contain;
}

.number {
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 100%;
  height: 50px;
}

.number-minus,
.number-plus {
  box-sizing: border-box;
  position: relative;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  cursor: pointer;
  z-index: 89;
}

.number-minus:after {
  content: "";
  width: 23px;
  height: 2px;
  flex-shrink: 0;
  background: url(../img/minus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.number-plus:after {
  content: "";
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  background: url(../img/plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

input.number-text {
  box-sizing: border-box;
  color: #2D2D2D;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1.625px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  width: calc(100% - 64px);
  text-align: center;
}

dl.express_order-info {
  margin-top: 15px;
  font-weight: 500;
}

dl.express_order-info dt {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.24px;
}

dl.express_order-info dd {
  font-size: 30px;
  letter-spacing: -1.95px;
  margin-top: 7px;
}

dl.express_order-info dd a {
  color: #2D2D2D;
  text-decoration: none;
}

p.order-info {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  line-height: 162%;
  /* 21.06px */
  letter-spacing: -0.195px;
  margin-top: 30px;
}

.product_more-information {
  margin: -35px -12px 30px -12px;
}

.product_more-information .product_more_information-item {
  box-sizing: border-box;
  padding: 0 12px;
}

.product_more-information .product_more_information-item:first-child {
  width: 42.5%;
}

.product_more-information .product_more_information-item:last-child {
  width: 57%;
}

.product-video {
  max-width: 720px;
}

.product-video .videoblock {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.product_more-container {
  margin-top: 15px;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 166%;
  /* 23.24px */
  letter-spacing: -0.21px;
}

.product_more-container h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
}

.product_more-container ul.downloads {
  list-style: none;
}

.product_more-container ul.downloads li {
  border-bottom: 1px solid #C8C8C8;
}

.product_more-container ul.downloads li:first-child a {
  padding: 0px 0 18px 0;
}

.product_more-container ul.downloads li:first-child a::after {
  top: 2px;
}

.product_more-container ul.downloads li a {
  color: #242424;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.21px;
  display: block;
  padding: 18px 0;
  position: relative;
  text-decoration: none;
  position: relative;
}

.product_more-container ul.downloads li a::after {
  content: "";
  height: 12.291px;
  width: 11.911px;
  flex-shrink: 0;
  background: url(../img/download-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 0;
}

.product_more-container ul, .product_more-container ol {
  padding-left: 5px;
}

.product_more-container ul li, .product_more-container ol li {
  list-style-position: inside;
}

.other-products {
  margin: 30px 0;
}

.other-products .other_products-slider {
  margin: 24px -7px 0 -7px;
}

.other-products .other_products-slider .product_list_item-wrapper {
  padding: 0 7px;
}

.other-products .other_products-slider .product_list_item-wrapper a {
  text-decoration: none;
}

.other-products .other_products-slider .product_list_item-wrapper .product_list_column-item {
  position: relative;
  padding-bottom: 50px;
}

.other-products .other_products-slider .product_list_item-wrapper .product_list_column-item:hover > .product_list-button {
  display: block !important;
}

.other-products .other_products-slider .product_list_item-wrapper .product_list_column-item .product_list-button {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  z-index: 115;
}

.other-products .other_products-slider .product_list_item-wrapper .product_list_column-item .product_list-button .green-button {
  max-width: 100% !important;
}

.other-products .other_products-slider .product_list_item-wrapper .product_list_column-item .product_list-button .green-button span {
  padding-left: 0 !important;
}

.other-products .other_products-slider .slick-arrow {
  top: 50%;
  background: #F6F7F9;
  margin-top: -75px;
}

.other-products .other_products-slider .slick-arrow:hover {
  background: #F6F7F9;
}

.other-products .other_products-slider .slick-next {
  right: -20px;
}

.other-products .other_products-slider .slick-prev {
  left: -20px;
}

.reviews {
  width: 75%;
  margin-bottom: 50px;
}

.reviews h3 span {
  font-size: 16px;
  letter-spacing: -1.04px;
}

.reviews .add_review-button {
  margin-top: 24px;
}

.reviews .add_review-button a {
  width: 289px;
  height: 58.2px;
  line-height: 58.2px;
}

.reviews .reviews-list {
  margin-top: 0px;
}

.reviews .reviews-list p {
  color: #000;
  line-height: 166%;
  letter-spacing: -0.21px;
  margin-top: 24px;
}

.reviews .reviews-list .reviews_list-item, .reviews .reviews-list .review-answer {
  border-bottom: 0.5px solid #E3E3E3;
  padding: 24px 0;
}

.reviews .reviews-list .reviews_list-item .rating .rating-info .votes_block .inner_rating .item-rating, .reviews .reviews-list .review-answer .rating .rating-info .votes_block .inner_rating .item-rating {
  width: 17px;
  height: 17px;
  margin-right: 2px;
}

.reviews .reviews-list .reviews_list-item .rating .rating-info .votes_block .inner_rating .item-rating svg, .reviews .reviews-list .review-answer .rating .rating-info .votes_block .inner_rating .item-rating svg {
  fill: #F6F7F9;
}

.reviews .reviews-list .reviews_list-item .rating .rating-info .votes_block .inner_rating .filed svg, .reviews .reviews-list .review-answer .rating .rating-info .votes_block .inner_rating .filed svg {
  fill: #F4E667;
}

.review-autor {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1.04px;
  margin-top: 24px;
}

.review-date {
  color: #6D6D6D;
  font-size: 12px;
  margin-top: 24px;
}

.review_answer-wrapper {
  padding-left: 113px;
}

.review_answer-wrapper .review-answer .review-autor {
  margin-top: 0px !important;
  position: relative;
  padding-left: 28px;
}

.review_answer-wrapper .review-answer .review-autor::after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../img/answer-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.add-review h2 {
  margin-bottom: 0px !important;
}

.add-review form {
  margin-top: 24px !important;
}

.add-review form .rating_field {
  margin: 20px 0 24px 0;
}

.add-review form .rating_field .rating-area {
  overflow: hidden;
  width: 250px;
  margin: 0 auto;
}

.add-review form .rating_field .rating-area:not(:checked) > input {
  display: none;
}

.add-review form .rating_field .rating-area:not(:checked) > label {
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  background: url(../img/star.svg) no-repeat;
  background-size: contain;
}

.add-review form .rating_field .rating-area > input:checked ~ label {
  background: url(../img/yellow-star.svg) no-repeat;
  background-size: contain;
}

.add-review form .rating_field .rating-area:not(:checked) > label:hover,
.add-review form .rating_field .rating-area:not(:checked) > label:hover ~ label {
  background: url(../img/yellow-star.svg) no-repeat;
  background-size: contain;
}

.add-review form .rating_field .rating-area > input:checked + label:hover,
.add-review form .rating_field .rating-area > input:checked + label:hover ~ label,
.add-review form .rating_field .rating-area > input:checked ~ label:hover,
.add-review form .rating_field .rating-area > input:checked ~ label:hover ~ label,
.add-review form .rating_field .rating-area > label:hover ~ input:checked ~ label {
  background: url(../img/yellow-star.svg) no-repeat;
  background-size: contain;
}

.add-review form .field-item {
  margin: 10px 0 !important;
}

.cart-wrapper {
  margin: -15px 0 60px 0;
}

.cart-wrapper .cart-columns {
  margin: 0 -15px;
}

.cart-wrapper .cart-columns .cart-column {
  box-sizing: border-box;
  padding: 0 15px;
}

.cart-wrapper .cart-columns .cart-column:first-child {
  width: 100%;
  max-width: 796px;
}

.cart-wrapper .cart-columns .cart-column:last-child {
  width: 100%;
  max-width: 291px;
}

.cart_product-list .cart-product {
  background: #EEF0F3;
  padding: 20px 18px;
  margin: 8px 0px;
}

.cart_product-list .cart-product .cart-product-image {
  box-sizing: border-box;
  padding: 0 11px;
  position: relative;
  max-width: 100px;
  max-height: 82px;
}

.cart_product-list .cart-product .cart_roduct-item {
  box-sizing: border-box;
  padding: 0 5px;
  width: 24%;
}

.cart_product-list .cart-product .cart_roduct-item h5 {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1.04px;
  margin-bottom: 13px;
}

.cart_product-list .cart-product .cart_roduct-item h5 a {
  color: #2D2D2D;
  text-decoration: none;
}

.cart_product-list .cart-product .cart_roduct-item h5 a:hover {
  color: #595959;
}

.cart_product-list .cart-product .cart_roduct-item span {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 400;
}

.cart_product-list .cart-product .bottom-align {
  display: flex;
  align-items: end;
  width: 19.5%;
}

.cart_product-list .cart-product .delete-button {
  display: flex;
  align-items: end;
  width: 18px;
}

.cart_product-list .cart-product .delete-button a.delete-product span {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  background: url(../img/del-icon.svg) no-repeat;
  background-size: contain;
}

.cart_roduct-info .cart_roduct_info-head {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 11px;
}

.cart_roduct-info p {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 101.523%;
  /* 16.244px */
  letter-spacing: -1.04px;
}

.cart_roduct-info p.sum {
  font-weight: 600;
}

.cart_roduct-info .number {
  max-width: 77px;
  height: 16px;
}

.cart_roduct-info .number-minus,
.cart_roduct-info .number-plus {
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 30;
}

.cart_roduct-info .number-minus {
  width: 14.5px;
}

.cart_roduct-info .number-minus:after {
  width: 14.5px;
  height: 2px;
  margin-top: -0.6px;
}

.cart_roduct-info .number-plus:after {
  width: 14.5px;
  height: 14.5px;
}

.cart_roduct-info input.number-text {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  letter-spacing: -1.625px;
  height: 16px;
  margin: 0 0px 0px 0px;
  width: calc(100% - 50px);
  position: relative;
}

.clear_cart-container {
  text-align: right;
  margin: 10px 0px 0 0;
}

.clear_cart-container a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  text-decoration: none;
}

.clear_cart-container a span {
  padding-left: 15px;
  position: relative;
}

.clear_cart-container a span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background: url(../img/popup-close.svg) no-repeat;
  background-size: contain;
  left: 0px;
  top: 3px;
}

.clear_cart-container a span::after:hover {
  opacity: 0.8;
}

.checkout-form {
  margin-top: 50px;
}

.checkout-form h2 {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.95px;
}

.checkout-form fieldset {
  margin: 24px 0 24px 0;
}

.checkout-form fieldset legend {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}

.checkout-form fieldset p {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 166%;
  /* 23.24px */
  letter-spacing: -0.21px;
}

.checkout-form fieldset .field-item {
  margin: 15px 0;
}

.input-file {
  position: relative;
}

.input-file .input-file-text {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 58.189px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  background: #003CA7;
  width: 100%;
  max-width: 288.409px;
  height: 58.189px;
  flex-shrink: 0;
  outline: none;
  display: block;
  cursor: pointer;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.delivery-list {
  margin: 7.5px -7.5px;
}

.delivery-list .delivery-item-wrapper {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 7.5px;
  margin: 7.5px 0;
}

.delivery-list .delivery-item-wrapper input[type=radio].delivery-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.delivery-list .delivery-item-wrapper .delivery-radio + label {
  background: #EEF0F3;
  width: 100%;
  height: 94px;
  display: block;
  position: relative;
  cursor: pointer;
}

.delivery-list .delivery-item-wrapper .delivery-radio + label span {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1.04px;
  position: absolute;
  left: 18px;
  bottom: 22px;
}

.delivery-list .delivery-item-wrapper .delivery-radio + label:before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/delivery-radio.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 18px;
}

.delivery-list .delivery-item-wrapper .delivery-radio:checked + label:before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/delivery-radio-checked.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 18px;
  cursor: pointer;
}

.fields-items {
  margin: 15px -7.5px;
}

.fields-items .two-items-item {
  box-sizing: border-box;
  padding: 0 7.5px;
  width: 50%;
}

.fields-items .three-items-item {
  box-sizing: border-box;
  padding: 0 7.5px;
  width: 33.3333%;
}

.checkout-info p {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
}

.checkout-info p:last-child {
  margin-bottom: 0px;
}

.checkout-info p a {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.95px;
  text-decoration: none;
}

.checkout-info p a:hover {
  color: #595959;
}

.order-info {
  margin-top: -22px;
  position: sticky;
  top: 15px;
}

.order-info dl {
  margin-bottom: 30px;
}

.order-info dl dt {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-bottom: 7px;
}

.order-info dl dd {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.order-info dl dd:last-child {
  margin-bottom: 0px;
}

.order-info dl dd span {
  color: #0D0D0D;
  font-weight: 500;
  float: right;
}

.mobile-total {
  display: none;
}

.page-wrapper {
  margin: 0 0;
}

.contact-list {
  width: 100%;
  max-width: 80%;
  margin-bottom: 150px;
}

.contact-list .contact-list-item {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  padding: 0 0 60px 0;
}

.contact-list .contact-list-item dl dt {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-bottom: 10px;
}

.contact-list .contact-list-item dl dd {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.95px;
}

.contact-list .contact-list-item dl dd a {
  color: #2D2D2D;
  text-decoration: none;
}

.contact-list .contact-list-item dl dd a:hover {
  color: #003CA7;
}

.contact-list .contact-list-item:nth-child(even) {
  justify-content: end;
  border-left: 0.5px solid #DFDFDF;
}

.contact-list .contact-list-item:nth-child(odd) {
  justify-content: start;
}

.contact-list .contact-list-item:nth-last-child(-n+2) {
  padding: 60px 0 0px 0;
  border-top: 0.5px solid #DFDFDF;
}

.contact-list .contact-list-item:last-child {
  padding-right: 15px;
}

.about_page-item:nth-child(1) {
  margin: 35px -10px 50px -10px;
}

.about_page-item:nth-child(2) {
  margin: 0px -10px 100px -10px;
}

.about_page-item:nth-child(3) {
  margin: 0px -10px 70px -10px;
}

.about_page-item:nth-child(4) {
  margin: 0px -10px 80px -10px;
}

.about_page-item .about_page_item-item {
  box-sizing: border-box;
  padding: 0 10px;
}

.about_page-item .about_page_item-item:nth-child(1) {
  width: 18%;
  padding-right: 55px;
}

.about_page-item .about_page_item-item:nth-child(2) {
  width: 71%;
}

.about_page-item .about_page_item-item:nth-child(3) {
  width: 11%;
}

.about_page_item-item .about_page_item-header {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150.523%;
  /* 24.084px */
  letter-spacing: -0.24px;
}

.about_page_item-item .about_page_item-header span.star {
  color: #003CA7;
  font-size: 71px;
  font-weight: 500;
  line-height: 77.023%;
  /* 54.686px */
  letter-spacing: -4.615px;
}

.about_page_item-item h2 {
  color: #003CA7;
  font-size: 117.372px;
  font-weight: 500;
  line-height: 101.523%;
  /* 119.16px */
  letter-spacing: -14.672px;
  margin-bottom: 30px;
}

.about_page_item-item p {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
  line-height: 118.023%;
  /* 35.407px */
  letter-spacing: -1.95px;
  margin-bottom: 40px;
}

.about_page_item-item p:last-child {
  margin-bottom: 0px;
}

.about_page_item-item .about-images {
  margin: 0 -7.5px;
}

.about_page_item-item .about-images .about_images-item {
  box-sizing: border-box;
  padding: 0 7.5px;
}

.about_page_item-item .about-images .about_images-item:first-child {
  width: 55.6%;
}

.about_page_item-item .about-images .about_images-item:last-child {
  width: 44.4%;
}

.about_page_item-item .principles {
  margin: 0 -7.5px;
}

.about_page_item-item .principles .principle {
  box-sizing: border-box;
  width: 33.3333%;
  padding: 0 7.5px;
}

.about_page_item-item .principles .principle .principle-num {
  box-sizing: border-box;
  width: 100%;
  color: #6D6D6D;
  font-size: 12px;
}

.about_page_item-item .principles .principle .principle-title {
  box-sizing: border-box;
  width: 100%;
  color: #003CA7;
  font-size: 30px;
  font-weight: 500;
  line-height: 118.023%;
  letter-spacing: -1.95px;
  margin-top: 35px;
}

.about_page_item-item h2.advantage-head {
  color: #2D2D2D;
  margin-left: -10px;
  margin-bottom: 30px;
}

.about_page_item-item .advantages {
  margin: 0 -10px 0 -10px;
}

.about_page_item-item .advantages .advantage {
  box-sizing: border-box;
  padding: 0 10px;
  width: 33.3333%;
}

.about_page_item-item .advantages .advantage .advantage-image {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.about_page_item-item .last-header {
  color: #2D2D2D;
  font-size: 71px;
  font-weight: 500;
  line-height: 87.023%;
  /* 61.786px */
  letter-spacing: -4.615px;
}

.central_page-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px auto;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.24px;
}

.central_page-container p {
  margin-bottom: 30px;
}

.central_page-container p:last-child {
  margin-bottom: 0px;
}

.central_page-container ul, .central_page-container ol {
  margin-bottom: 30px;
}

.central_page-container ul li, .central_page-container ol li {
  list-style-position: inside;
}

.page_category-list {
  margin: 0 -7.5px;
}

.page_category-list .home_category_list-item {
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 15px;
  padding: 0 7.5px;
}

.page_category-list .home_category_list-item .home_category-info {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 40px;
}

footer.footer {
  background: #EEF0F3;
  padding: 33px 0 23px 0;
}

footer.footer .footer-items {
  margin: 0 -10px;
}

footer.footer .footer-items .footer-item {
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}

footer.footer .footer-items .footer-item p.footer_bottom-info {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

footer.footer .footer-items .footer-item dl dt {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

footer.footer .footer-items .footer-item dl dd {
  margin: 10px 0;
}

footer.footer .footer-items .footer-item dl dd a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.21px;
  text-decoration: none;
}

footer.footer .footer-items .footer-item dl dd a:hover {
  color: #595959;
}

footer.footer .footer-items .footer-item .footer-contacts dd a {
  font-size: 18px;
}

footer.footer .footer-items .footer-item:nth-child(2) dl:last-child {
  position: absolute;
  left: 10px;
  bottom: 0;
}

footer.footer .footer-items .footer-item:nth-child(1) {
  width: 33%;
}

footer.footer .footer-items .footer-item:nth-child(2) {
  width: 25%;
}

footer.footer .footer-items .footer-item:nth-child(3) {
  width: 42%;
}

.mobile_bottom-menu {
  display: none;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88;
}

.mobile_bottom-menu .mobile-menu {
  width: 100%;
  margin: 0 -10px;
}

.mobile_bottom-menu .mobile-menu .mobile_menu-item {
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.mobile_bottom-menu .mobile-menu .mobile_menu-item a {
  text-decoration: none;
}

.mobile_bottom-menu .mobile-menu .mobile_menu-item a .mobile_menu_item-icon {
  margin-bottom: 1px;
  height: 20px;
}

.mobile_bottom-menu .mobile-menu .mobile_menu-item a span {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  padding: 0 0;
}

.mobile_bottom-menu .mobile-menu .minicart {
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.mobile_bottom-menu .mobile-menu .minicart a .cart-icon {
  margin-bottom: 1px;
  width: 21px;
  height: 20px;
  flex-shrink: 0;
}

.mobile_bottom-menu .mobile-menu .minicart a span.mobile_menu-cart {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  padding: 0 0;
}

.btn {
  width: 100%;
  display: block;
  text-align: center;
  flex-shrink: 0;
}

a.btn {
  text-decoration: none;
}

button.btn {
  border: none;
  outline: none;
  cursor: pointer;
}

a.green-button {
  max-width: 137.095px;
  height: 44.943px;
  background: #50AF2D;
}

a.green-button span {
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 44.943px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  padding-left: 17px;
}

a.green-button:hover {
  background: #478F2C;
}

button.green-button {
  height: 58.1px;
  background: #50AF2D;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 58.1px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

button.green-button:hover {
  background: #478F2C;
}

.open_menu span {
  padding-left: 17px;
}

.open_menu span::before {
  content: "";
  width: 9.116px;
  height: 9.116px;
  background: url(../img/catalog-button.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.open_menu.active span::before {
  background: url(../img/catalog-button-close.svg) no-repeat;
  background-size: contain;
}

a.blue-button {
  width: 158.458px;
  height: 48.054px;
  background: #003CA7;
}

a.blue-button span {
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 48.054px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

a.blue-button:hover {
  background: #0A2E70;
}

a.grey-button {
  width: 186px;
  height: 57.34px;
  flex-shrink: 0;
  background: #F6F7F9;
}

a.grey-button span {
  position: relative;
  color: #2D2D2D;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 57.34px;
  text-transform: uppercase;
}

.popup-close {
  position: absolute;
  width: 22.361px;
  height: 22.361px;
  flex-shrink: 0;
  background: url(../img/popup-close.svg) no-repeat;
  background-size: contain;
  right: 40px;
  top: 35px;
  cursor: pointer;
  z-index: 990;
}

.popup-close:hover {
  opacity: 0.8;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: #fff;
  display: none;
  z-index: 888;
  padding: 0 7.5px;
}

.popup .popup-container {
  width: 100%;
  max-width: 400px;
  margin: 110px auto 0 auto;
}

.popup .popup-container h2 {
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.95px;
  text-align: center;
  margin-bottom: 30px;
}

.popup .popup-container p {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.popup .popup-container form {
  margin-top: 30px;
}

.popup .popup-container form button {
  margin-top: 20px;
}

.popup .popup-menu-container {
  padding: 25px 40px;
}

.popup .popup-menu-container .logo img {
  max-width: 162px;
}

.popup .popup-menu-container ul {
  list-style: none;
  margin-top: 91px;
}

.popup .popup-menu-container ul li {
  margin-bottom: 50px;
}

.popup .popup-menu-container ul li:last-child {
  margin-bottom: 0px;
}

.popup .popup-menu-container ul li a {
  color: #2D2D2D;
  font-size: 40px;
  font-weight: 500;
  line-height: 101.523%;
  letter-spacing: -2.6px;
  text-decoration: none;
}

.popup .popup-menu-container ul li a:hover {
  color: #595959;
}

.popup .popup-menu-container ul:last-child li a {
  color: #000;
}

.popup .popup-menu-container ul:last-child li a:hover {
  color: #595959;
}

.popup .mobile_search-container {
  padding: 25px 80px 0 40px;
}

.field-item {
  width: 100%;
  margin: 5px 0;
}

p.form-info {
  color: #6D6D6D !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-align: left !important;
  margin-top: 12px;
}

p.form-info a {
  color: #000;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #000;
  opacity: 0.7;
  z-index: 9;
}

@media (max-width: 1200px) {
  .big_banner-item {
    height: auto;
  }
  .big_banner-item .big_banner-content .big_banner_content-item h2 {
    font-size: 40px;
  }
  .small-banner h5 {
    font-size: 24px;
  }
  .gray-item_product-button .gray-item-quesions p span {
    display: none;
  }
  .other-products .other_products-slider .slick-next {
    right: 15px;
  }
  .other-products .other_products-slider .slick-prev {
    left: 15px;
  }
}

@media (max-width: 1099px) {
  .header_content-wrapper .header-content .header_menu-wrapper .header-menu li {
    margin-right: 10px;
  }
  .header_content-wrapper .header-content .header_menu-wrapper .header-menu li::after {
    margin: -1.5px auto auto 5px;
  }
  .header_content-wrapper .header-content .header_menu-wrapper .header-contacts li {
    margin-left: 5px;
  }
}

@media (max-width: 1082px) {
  .cart-wrapper .cart-columns .cart-column {
    padding: 0 10px;
  }
  .cart-wrapper .cart-columns .cart-column:first-child {
    width: 73%;
    max-width: auto;
  }
  .cart-wrapper .cart-columns .cart-column:last-child {
    width: 27%;
    max-width: auto;
  }
}

@media (max-width: 1025px) {
  .header_content-wrapper {
    justify-content: space-between !important;
    margin: 0 -10px;
  }
  .header_content-wrapper .logo {
    max-width: 128px;
  }
  .header_content-wrapper .header-content {
    width: calc(100% - 128px);
  }
  .header_content-wrapper .header-content .header_menu-wrapper {
    display: none;
  }
  .header_content-wrapper .header-content .header_content-content {
    justify-content: end !important;
    margin: 0px -10px 0 -10px;
  }
  .header_content-wrapper .header-content .header_content-content .header_button-search {
    display: none;
  }
  .header_content-wrapper .header-content .header_content-content .header_minicart-call {
    width: auto;
  }
  .header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper {
    display: flex;
  }
  .header_content-wrapper .header-content .header_content-content .header_minicart-call .header_minicart-wrapper {
    display: none;
  }
  .header_content-wrapper .header-content .header_content-content .header_minicart-call .call-button a {
    height: 42.5px !important;
  }
  .header_content-wrapper .header-content .header_content-content .header_minicart-call .call-button a span {
    line-height: 42.5px !important;
  }
  footer.footer {
    padding-bottom: 60px;
  }
  .mobile_bottom-menu {
    display: block;
  }
  .cart-wrapper .cart-columns .cart-column {
    padding: 0 10px;
  }
  .cart-wrapper .cart-columns .cart-column:first-child {
    width: 78%;
    max-width: auto;
  }
  .cart-wrapper .cart-columns .cart-column:last-child {
    width: 22%;
    max-width: auto;
  }
  .about_page-item .about_page_item-item:nth-child(1) {
    width: 20%;
    padding-right: 55px;
  }
  .about_page-item .about_page_item-item:nth-child(2) {
    width: 80%;
  }
  .about_page-item .about_page_item-item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 981px) {
  .product-page {
    margin: 30px 0px;
    position: relative;
    padding-top: 0px;
  }
  .product-page .product_page-item {
    padding: 0 0px;
  }
  .product-page .product_page-item:first-child {
    width: 100%;
    margin-top: 0px;
  }
  .product-page .product_page-item:last-child {
    width: 100%;
    margin-top: 30px;
  }
  .product-images {
    max-width: 491px;
    margin: 0 auto;
  }
  .product_page-header {
    width: 100%;
    top: 0;
    left: 0;
  }
  .product_info {
    margin: 30px -10px 0 -10px;
  }
  .product_info .product_info-item {
    padding: 0 10px;
  }
  .mobile-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: start;
    margin-top: 15px;
    position: relative;
  }
  .mobile-group .gray-item_product-button {
    margin-top: 0px;
    width: 45%;
  }
  .mobile-group .gray-item_product-button .qty-button .qty_button-item:first-child {
    width: 44%;
    padding-right: 24px;
  }
  .mobile-group .gray-item_product-button .qty-button .qty_button-item:last-child {
    width: 56%;
  }
  .mobile-group dl.express_order-info {
    padding-left: 0px;
    margin-top: 0px;
  }
  .product_more-information {
    margin: 24px 0px 24px 0px;
  }
  .product_more-information .product_more_information-item {
    padding: 0 0px;
  }
  .product_more-information .product_more_information-item:first-child {
    width: 100%;
  }
  .product_more-information .product_more_information-item:last-child {
    width: 100%;
  }
  .product_more-container h4 {
    margin-bottom: 15px;
  }
  .other-products {
    margin: 70px 0 30px 0;
  }
  .other-products .other_products-slider .slick-next {
    right: -15px;
  }
  .other-products .other_products-slider .slick-prev {
    left: -15px;
  }
  .reviews {
    width: 100%;
    margin-bottom: 0px;
  }
  .review_answer-wrapper {
    padding-left: 101px;
  }
  .mobile-total {
    display: block;
    width: 50%;
  }
  .mobile-total .order-info {
    margin-top: 10px;
  }
  .mobile-total .order-info dl {
    display: block;
  }
  .cart-wrapper {
    margin: -15px 0 60px 0;
  }
  .cart-wrapper .cart-columns {
    margin: 0 0px;
  }
  .cart-wrapper .cart-columns .cart-column {
    padding: 0 0px;
  }
  .cart-wrapper .cart-columns .cart-column:first-child {
    width: 100%;
    max-width: 100%;
  }
  .cart-wrapper .cart-columns .cart-column:last-child {
    width: 100%;
    max-width: 100%;
  }
  .cart_product-list .cart-product {
    padding: 11px 10px;
    margin: 5px 0px;
    position: relative;
  }
  .cart_product-list .cart-product .cart-product-image {
    max-width: 90px;
    max-height: auto;
    padding: 0px 10px 0 0;
  }
  .cart_product-list .cart-product .cart_roduct-item {
    padding: 0 10px;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(2) {
    width: 30%;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(3) {
    width: 19%;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(4) {
    width: 17%;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(5) {
    width: 17%;
  }
  .cart_product-list .cart-product .cart_roduct-item .cart_roduct-info .number {
    max-width: 87px;
    height: 16px;
  }
  .cart_product-list .cart-product .cart_roduct-item .cart_roduct-info .number input.number-text {
    width: calc(100% - 60px);
  }
  .cart_product-list .bottom-align {
    display: flex;
    align-items: end;
  }
  .cart_product-list .delete-button {
    width: 0px !important;
    height: 0px !important;
  }
  .cart_product-list .delete-button a.delete-product {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .checkout-form {
    margin-top: 40px;
  }
  .order-info {
    margin-top: 30px;
  }
  .order-info dl {
    display: none;
  }
  .order-info dl dt {
    margin-bottom: 10px;
  }
  .order-info dl dd {
    margin-bottom: 10px;
  }
}

@media (max-width: 901px) {
  .mega_menu-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden !important;
    scrollbar-width: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 88;
  }
  .mega_menu-container::-webkit-scrollbar {
    display: none;
  }
  .mega_menu-container .popup-close {
    display: block;
  }
  .mega_menu-container .mega_menu-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 22px 0px 60px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mobile-catalog {
    display: block;
    color: #2D2D2D;
    font-size: 40px;
    font-weight: 500;
    line-height: 101.523%;
    /* 40.609px */
    letter-spacing: -2.6px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu {
    position: static;
    display: block;
    margin: 0 0px;
    padding: 30px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories {
    width: 100%;
    padding: 0 0px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content {
    width: 100%;
    border-right: none;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: start;
    margin: 0px -5px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper {
    box-sizing: border-box;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category {
    width: 100%;
    background: #F8FBFC;
    position: relative;
    padding: 30px 20px;
    height: 200px;
    margin-bottom: 0px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category img {
    float: right;
    display: block;
    max-height: 100%;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category:last-child {
    margin-bottom: 0px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category a span {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.24px;
    position: absolute;
    left: 20px;
    bottom: 30px;
    max-width: 50%;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory::after {
    display: none;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .has-subcategory.active::after {
    display: none;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper {
    box-sizing: border-box;
    width: 100%;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories {
    margin: 0 -5px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 30px 0 60px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header {
    display: block;
    width: 100%;
    margin: 5px 0 40px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header .subcategory-back {
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header .subcategory-back::before {
    content: "";
    width: 14.196px;
    height: 14.123px;
    flex-shrink: 0;
    background: url(../img/icon-back.svg) no-repeat;
    background: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header h3 {
    color: #2D2D2D;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2.6px;
    margin-top: 51px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item {
    width: 100%;
    height: 100%;
    background: #F8FBFC;
    padding: 20px 20px;
    position: relative;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item a {
    color: #000;
    text-decoration: none;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item .mega_menu_subcategory-image {
    width: 100%;
    text-align: right;
    padding-left: 50%;
    margin-bottom: 30px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item p {
    font-size: 16px;
    font-weight: 500;
    padding-right: 25%;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .open {
    display: flex !important;
  }
  .home-bannrs {
    margin: 0 0px;
  }
  .home-bannrs .home-banner {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .home-bannrs .home-banner:first-child {
    width: 100%;
  }
  .home-bannrs .home-banner:last-child {
    display: none;
  }
  .big_banner-item {
    width: 100%;
    padding: 30px 30px;
    height: auto;
  }
  .big_banner-item a {
    color: #fff;
    text-decoration: none;
  }
  .big_banner-item .big_banner-content {
    margin: 0 -10px;
  }
  .big_banner-item .big_banner-content .big_banner_content-item {
    padding: 0 10px;
  }
  .big_banner-item .big_banner-content .big_banner_content-item:first-child {
    width: 38%;
  }
  .big_banner-item .big_banner-content .big_banner_content-item:last-child {
    width: 62%;
    padding-bottom: 10px;
  }
  .big_banner-item .big_banner-content .big_banner_content-item .blue-stiker {
    background: #003CA7;
  }
  .big_banner-item .big_banner-content .big_banner_content-item h2 {
    font-size: 40px;
    margin: 15px 0 25px 0;
  }
  .group_2_banners .home_category_list-item {
    width: 100%;
  }
  .group_3_banners .home_category_list-item {
    width: 50%;
  }
  .group_3_banners .home_category_list-item:nth-child(1) {
    width: 100%;
  }
  .group_4_banners .home_category_list-item {
    width: 50%;
  }
  .group_5_banners .home_category_list-item {
    width: 50%;
  }
  .group_5_banners .home_category_list-item:nth-child(1) {
    width: 100%;
  }
  .home_category-item {
    padding: 40px 25px;
    height: 350px;
  }
  footer.footer {
    padding: 33px 0 23px 0;
  }
  footer.footer .footer-items {
    margin: 0 -10px 150px -10px;
    position: relative;
    padding-bottom: 0px;
  }
  footer.footer .footer-items .footer-item {
    padding: 0 10px;
    position: static;
  }
  footer.footer .footer-items .footer-item p.footer_bottom-info {
    left: 10px;
    bottom: -70px;
  }
  footer.footer .footer-items .footer-item dl dt {
    color: #000;
    font-size: 12px;
    font-weight: 400;
  }
  footer.footer .footer-items .footer-item dl dd {
    margin: 10px 0;
  }
  footer.footer .footer-items .footer-item dl dd a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.21px;
    text-decoration: none;
  }
  footer.footer .footer-items .footer-item dl dd a:hover {
    color: #595959;
  }
  footer.footer .footer-items .footer-item .footer-contacts dd a {
    font-size: 18px;
  }
  footer.footer .footer-items .footer-item:nth-child(2) dl:last-child {
    position: absolute;
    left: 10px;
    bottom: 0;
  }
  footer.footer .footer-items .footer-item:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  footer.footer .footer-items .footer-item:nth-child(2) {
    width: 50%;
  }
  footer.footer .footer-items .footer-item:nth-child(3) {
    width: 50%;
  }
  .page-header {
    margin: 25px 0px 15px 0;
  }
  .page-header h1 {
    padding: 0 0px;
  }
  .page-header .catalog_type-listing {
    display: none;
  }
  .product-list {
    margin: 10px 0;
  }
  .column-items {
    margin: 0px -5px !important;
  }
  .column-items .product_list_item-wrapper {
    width: 33.3333%;
    padding: 0 5px;
    margin: 5px 0 15px 0;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-button {
    display: block;
    position: relative;
    top: auto;
  }
  .pagination-more {
    margin: 20px 0 30px 0;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .pagination-more .pagination-wrapper {
    width: 100%;
  }
  .pagination-more .pagination-wrapper ul.pagination {
    justify-content: space-between;
  }
  .pagination-more .more {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .pagination-more .more a {
    width: 100%;
  }
  .category_description-wrapper {
    margin: 20px 0 30px 0;
    border-top: none;
    padding: 30px 0;
  }
  .category_description-wrapper p.category_description {
    margin-top: 20px;
    column-width: 100%;
    column-count: 1;
  }
  .catalog_filter-wrapper .filters {
    z-index: 999 !important;
  }
  .catalog_filter-wrapper .filters .filters-header .close-filter {
    display: block;
  }
  .filter-catalog {
    margin: 0 0px;
  }
  .filter-catalog .filter_catalog-item {
    padding: 0 0px;
  }
  .filter-catalog .filter_catalog-item:first-child {
    width: 100%;
  }
  .filter-catalog .filter_catalog-item:last-child {
    width: 100%;
  }
  .filter-catalog .filter_catalog-item:last-child .column-items .product_list_item-wrapper {
    width: 33.3333%;
  }
  .filter-catalog .filter_catalog-item:last-child .pagination-more .pagination-wrapper ul.pagination {
    justify-content: space-between;
  }
  .catalog_filter-wrapper {
    margin-bottom: 20px;
  }
  .catalog_filter-wrapper .open_filter-button {
    display: block;
  }
  .catalog_filter-wrapper .filters {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 88;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden !important;
    scrollbar-width: none;
  }
  .catalog_filter-wrapper .filters::-webkit-scrollbar {
    display: none;
  }
  .catalog_filter-wrapper .filters .filters-header {
    margin-bottom: 40px;
  }
  .catalog_filter-wrapper .filters .filters-header h2 {
    color: #2D2D2D;
    font-size: 40px;
    letter-spacing: -2.6px;
  }
  .contact-list {
    max-width: 100%;
    margin-bottom: 150px;
    margin-top: 24px;
  }
  .contact-list .contact-list-item {
    width: 50%;
    padding: 0 0 24px 0;
  }
  .contact-list .contact-list-item:nth-child(even) {
    border-left: none;
  }
  .contact-list .contact-list-item:nth-last-child(-n+2) {
    padding: 24px 0 0px 0;
    border-top: none;
  }
  .contact-list .contact-list-item:last-child {
    padding-right: 15px;
  }
  .page_category-list .home_category_list-item {
    width: 33.3333%;
  }
  .page_category-list .home_category_list-item .home_category-info {
    left: 15px;
    right: 15px;
    bottom: 40px;
  }
}

@media (max-width: 801px) {
  .number-minus,
  .number-plus {
    width: 20px;
    height: 20px;
  }
  .number-minus:after {
    content: "";
    width: 20px;
    height: 2px;
  }
  .number-plus:after {
    content: "";
    width: 20px;
    height: 20px;
  }
  input.number-text {
    font-size: 20px;
    line-height: 50px;
    width: calc(100% - 80px);
  }
  .mobile-group .gray-item_product-button {
    margin-top: 0px;
    width: 50%;
  }
  .mobile-group .gray-item_product-button .qty-button .qty_button-item:first-child {
    width: 44%;
    padding-right: 10px;
  }
  .mobile-group .gray-item_product-button .qty-button .qty_button-item:last-child {
    width: 56%;
  }
  .mobile-group p.order-info {
    position: absolute;
    bottom: auto;
    top: 35px;
    left: 50%;
    padding-left: 20px;
  }
  .about_page-item:nth-child(1) {
    margin: 35px 0px 50px 0px;
  }
  .about_page-item:nth-child(1) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(1) .about_page_item-item:nth-child(1) {
    margin-bottom: 35px;
  }
  .about_page-item:nth-child(2) {
    margin: 0px 0px 60px 0px;
  }
  .about_page-item:nth-child(2) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(2) .about_page_item-item:nth-child(1) {
    margin-bottom: 35px;
  }
  .about_page-item:nth-child(3) {
    margin: 0px 0px 70px 0px;
  }
  .about_page-item:nth-child(3) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(3) .about_page_item-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .about_page-item:nth-child(4) {
    margin: 0px 0px 80px 0px;
  }
  .about_page-item .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item .about_page_item-item:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  .about_page-item .about_page_item-item:nth-child(2) {
    width: 100%;
  }
  .about_page-item .about_page_item-item:nth-child(3) {
    display: none;
  }
  .about_page_item-item .about_page_item-header {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150.523%;
    /* 24.084px */
    letter-spacing: -0.24px;
  }
  .about_page_item-item .about_page_item-header span.star {
    color: #003CA7;
    font-size: 71px;
    font-weight: 500;
    line-height: 77.023%;
    /* 54.686px */
    letter-spacing: -4.615px;
  }
  .about_page_item-item h2 {
    color: #003CA7;
    font-size: 117.372px;
    font-weight: 500;
    line-height: 101.523%;
    /* 119.16px */
    letter-spacing: -14.672px;
    margin-bottom: 30px;
  }
  .about_page_item-item p {
    color: #2D2D2D;
    font-size: 30px;
    font-weight: 500;
    line-height: 118.023%;
    /* 35.407px */
    letter-spacing: -1.95px;
    margin-bottom: 40px;
  }
  .about_page_item-item p:last-child {
    margin-bottom: 0px;
  }
  .about_page_item-item .about-images {
    margin: 0 -7.5px;
  }
  .about_page_item-item .about-images .about_images-item {
    box-sizing: border-box;
    padding: 0 7.5px;
  }
  .about_page_item-item .about-images .about_images-item:first-child {
    width: 55.6%;
  }
  .about_page_item-item .about-images .about_images-item:last-child {
    width: 44.4%;
  }
  .about_page_item-item .principles {
    margin: 0 -7.5px;
  }
  .about_page_item-item .principles .principle {
    padding: 0 7.5px;
  }
  .about_page_item-item .principles .principle .principle-num {
    box-sizing: border-box;
    width: 100%;
    color: #6D6D6D;
    font-size: 12px;
  }
  .about_page_item-item .principles .principle .principle-title {
    font-size: 25px;
    margin-top: 30px;
  }
  .about_page_item-item h2.advantage-head {
    color: #2D2D2D;
    font-size: 110px;
    margin-left: -10px;
    margin-bottom: 30px;
  }
  .about_page_item-item .advantages {
    margin: 0 -10px 0 -10px;
  }
  .about_page_item-item .advantages .advantage {
    box-sizing: border-box;
    padding: 0 10px;
    width: 33.3333%;
  }
  .about_page_item-item .advantages .advantage .advantage-image {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .about_page_item-item .last-header {
    color: #2D2D2D;
    font-size: 71px;
    font-weight: 500;
    line-height: 87.023%;
    /* 61.786px */
    letter-spacing: -4.615px;
  }
}

@media (max-width: 721px) {
  .about_page-item:nth-child(1) {
    margin: 35px 0px 50px 0px;
  }
  .about_page-item:nth-child(1) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(1) .about_page_item-item:nth-child(1) {
    margin-bottom: 35px;
  }
  .about_page-item:nth-child(2) {
    margin: 0px 0px 60px 0px;
  }
  .about_page-item:nth-child(2) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(2) .about_page_item-item:nth-child(1) {
    margin-bottom: 35px;
  }
  .about_page-item:nth-child(3) {
    margin: 0px 0px 70px 0px;
  }
  .about_page-item:nth-child(3) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(3) .about_page_item-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .about_page-item:nth-child(4) {
    margin: 0px 0px 80px 0px;
  }
  .about_page-item .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item .about_page_item-item:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  .about_page-item .about_page_item-item:nth-child(2) {
    width: 100%;
  }
  .about_page-item .about_page_item-item:nth-child(3) {
    display: none;
  }
  .about_page_item-item h2 {
    font-size: 100.372px;
  }
  .about_page_item-item .principles .principle .principle-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .about_page_item-item h2.advantage-head {
    font-size: 90px;
  }
}

@media (max-width: 685px) {
  .container {
    max-width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .page_category-list .home_category_list-item {
    width: 50%;
  }
}

@media (max-width: 641px) {
  section.page-section {
    margin: 10px 0 25px 0;
  }
  .page-header {
    margin: 10px 0px 10px 0;
  }
  .page-header h1 {
    padding: 0 0px;
    font-size: 27px;
  }
  .product-list {
    margin: 10px 0;
  }
  .column-items .product_list_item-wrapper {
    width: 50%;
    padding: 0 5px;
    margin: 5px 0 15px 0;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-button {
    display: block;
    position: relative;
    top: auto;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-button a {
    height: 36.3px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-button a span {
    font-size: 11px;
    line-height: 36.3px;
  }
  .pagination-more {
    margin: 20px 0 30px 0;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .pagination-more .pagination-wrapper {
    width: 100%;
  }
  .pagination-more .pagination-wrapper ul.pagination {
    justify-content: space-between;
  }
  .pagination-more .more {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .pagination-more .more a {
    width: 100%;
  }
  .category_description-wrapper {
    margin: 20px 0 30px 0;
    border-top: none;
    padding: 30px 0;
  }
  .category_description-wrapper p.category_description {
    margin-top: 20px;
    column-width: 100%;
    column-count: 1;
  }
  .filter-catalog .filter_catalog-item:last-child .column-items .product_list_item-wrapper {
    width: 50%;
  }
  .catalog_filter-wrapper {
    margin-bottom: 10px;
  }
  .catalog_filter-wrapper .filters {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .catalog_filter-wrapper .filters .filters-header {
    margin-bottom: 40px;
  }
  .catalog_filter-wrapper .filters .filters-header h2 {
    font-size: 27px;
  }
  .contact-list {
    max-width: 100%;
    margin-bottom: 150px;
    margin-top: 0px;
  }
  .contact-list .contact-list-item {
    width: 100%;
    display: flex;
    padding: 24px 0 0px 0;
  }
  .contact-list .contact-list-item dl dt {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .contact-list .contact-list-item:nth-child(even) {
    border-left: none;
    justify-content: start;
  }
  .contact-list .contact-list-item:nth-child(odd) {
    justify-content: start;
  }
  .contact-list .contact-list-item:nth-last-child(-n+2) {
    padding: 24px 0 0px 0;
  }
  .contact-list .contact-list-item:first-child {
    padding: 20px 0 0px 0;
  }
  .contact-list .contact-list-item:last-child {
    padding-right: 0px;
  }
  .product_info {
    margin: 30px 0px 30px 0px;
  }
  .product_info .product_info-item {
    padding: 0 0px;
  }
  .product_info .product_info-item:first-child {
    width: 100%;
  }
  .product_info .product_info-item:last-child {
    width: 100%;
    margin-top: 15px;
  }
  .mobile-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: start;
    margin-top: 15px;
    position: relative;
  }
  .mobile-group .gray-item_product-button {
    margin-top: 0px;
    width: 45%;
  }
  .mobile-group .gray-item_product-button .qty-button .qty_button-item:first-child {
    width: 44%;
    padding-right: 24px;
  }
  .mobile-group .gray-item_product-button .qty-button .qty_button-item:last-child {
    width: 56%;
  }
  .mobile-group dl.express_order-info {
    margin: 0px 0 0px 0;
  }
}

@media (max-width: 601px) {
  .header_content-wrapper .header-content .header_content-content .header_minicart-call .header_contacts-wrapper {
    justify-content: end !important;
    margin-right: 5px;
  }
  .header_content-wrapper .header-content .header_content-content .header_minicart-call .call-button {
    display: none;
  }
  .top-bahhers {
    margin: 5px 0 15px 0;
  }
  .big-banner .slick-dots {
    width: 100%;
    justify-content: center;
    top: auto;
    bottom: 23px;
    left: auto;
    right: auto;
  }
  .big-banner .slick-dots li {
    width: 4.15px;
    height: 4.15px;
    margin: 0 7px;
  }
  .big-banner .slick-dots li button {
    width: 4.15px;
    height: 4.15px;
  }
  .big-banner .slick-dots li button::after {
    content: "";
    width: 4.15px;
    height: 4.15px;
  }
  .big-banner .slick-dots .slick-active {
    width: 6.41px;
    height: 6.41px;
  }
  .big-banner .slick-dots .slick-active button {
    width: 6.41px;
    height: 6.41px;
    top: 2px;
  }
  .big-banner .slick-dots .slick-active button::after {
    content: "";
    width: 6.41px;
    height: 6.41px;
  }
  .big_banner-item {
    width: 100%;
    padding: 30px 30px 55px 30px;
  }
  .big_banner-item .big_banner_image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0px;
  }
  .big_banner-item .big_banner_image-wrapper img {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
  }
  .big_banner-item .big_banner-content {
    margin: 0 0px;
  }
  .big_banner-item .big_banner-content .big_banner_content-item {
    padding: 0 0px;
  }
  .big_banner-item .big_banner-content .big_banner_content-item:first-child {
    width: 100%;
  }
  .big_banner-item .big_banner-content .big_banner_content-item:last-child {
    width: 100%;
    padding-bottom: 0px;
    margin-top: -65px;
  }
  .big_banner-item .big_banner-content .big_banner_content-item img {
    margin: 0 auto;
    max-width: 70%;
  }
  .big_banner-item .big_banner-content .big_banner_content-item h2 {
    color: #fff;
    font-size: 27px;
    margin: 15px 0 25px 0;
  }
  .section {
    margin: 25px 0;
    padding: 10px 0;
  }
  h2 {
    font-size: 27px;
  }
  .home_category-list {
    margin: 0px -7.5px 0px -7.5px;
  }
  .home_category-list:first-child {
    margin: 10px -7.5px 0px -7.5px;
  }
  .home_category-list .home_category_list-item {
    margin: 7.5px 0;
    padding: 0 7.5px;
  }
  .group_2_banners .home_category_list-item {
    width: 100%;
  }
  .group_3_banners .home_category_list-item {
    width: 100%;
  }
  .group_4_banners .home_category_list-item {
    width: 100%;
  }
  .group_5_banners .home_category_list-item {
    width: 100%;
  }
  .home_category-item {
    padding: 40px 25px;
    height: auto;
  }
  .home_category-item .home_category-info h4 {
    font-size: 23px;
  }
  footer.footer {
    margin-top: 10px;
  }
  footer.footer .footer-items {
    margin: 0 0px 100px 0px;
  }
  footer.footer .footer-items .footer-item {
    padding: 0 0px;
    position: static;
  }
  footer.footer .footer-items .footer-item p.footer_bottom-info {
    bottom: -30px;
    left: 0px;
  }
  footer.footer .footer-items .footer-item .footer_users-info {
    display: none;
  }
  footer.footer .footer-items .footer-item .footer-contacts {
    position: static;
  }
  footer.footer .footer-items .footer-item .footer-contacts dd a {
    font-size: 18px;
  }
  footer.footer .footer-items .footer-item:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  footer.footer .footer-items .footer-item:nth-child(2) {
    width: 100%;
  }
  footer.footer .footer-items .footer-item:nth-child(3) {
    display: none;
  }
  .popup-close {
    width: 23px;
    height: 23px;
    right: 10px;
    top: 20px;
  }
  .popup .popup-container {
    margin: 50px auto 0 auto;
  }
  .popup .popup-container h2 {
    color: #2D2D2D;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1.95px;
    text-align: center;
    margin-bottom: 30px;
  }
  .popup .popup-container p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.24px;
  }
  .popup .popup-container form {
    margin-top: 30px;
  }
  .popup .popup-container form button {
    margin-top: 20px;
  }
  .popup .popup-menu-container {
    padding: 10px 13px;
  }
  .popup .popup-menu-container .logo img {
    max-width: 142px;
  }
  .popup .popup-menu-container ul {
    list-style: none;
    margin-top: 50px;
  }
  .popup .popup-menu-container ul li {
    margin-bottom: 30px;
  }
  .popup .popup-menu-container ul li:last-child {
    margin-bottom: 0px;
  }
  .popup .popup-menu-container ul li a {
    font-size: 27px;
  }
  .popup .popup-menu-container ul:last-child {
    margin-top: 70px;
  }
  .popup .popup-menu-container ul:last-child li a {
    color: #000;
  }
  .popup .popup-menu-container ul:last-child li a:hover {
    color: #595959;
  }
  .popup .mobile_search-container {
    padding: 10px 40px 0 10px;
  }
  .mega_menu-container .mega_menu-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0px 60px 0;
  }
  .mega_menu-container .mega_menu-wrapper h3.mobile-catalog {
    font-size: 27px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu {
    padding: 20px 0 30px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content {
    margin: 0px 0px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper {
    width: 100%;
    padding: 0 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category {
    width: 100%;
    height: 200px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu-categories .mega_menu-categories-content .mega_menu_category-wrapper .mega_menu_category a img {
    max-width: 250px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories {
    margin: 0 0px;
    padding: 20px 0 60px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header {
    display: block;
    width: 100%;
    margin: 5px 0 40px 0;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mobile-subcategory-header h3 {
    font-size: 27px;
    margin-top: 31px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 10px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item {
    width: 100%;
    height: 100%;
    background: #F8FBFC;
    padding: 20px 20px;
    position: relative;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item a {
    color: #000;
    text-decoration: none;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item .mega_menu_subcategory-image {
    width: 100%;
    text-align: right;
    padding-left: 50%;
    margin-bottom: 30px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .mega_menu-subcategories .mega_menu_subcategory_item-wrapper .mega_menu_subcategory-item p {
    font-size: 16px;
    font-weight: 500;
    padding-right: 25%;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .mega_menu-container .mega_menu-wrapper .mega-menu .mega_menu_subcategories-wrapper .open {
    display: flex !important;
  }
  .mobile-group .gray-item_product-button {
    margin-top: 0px;
    width: 100%;
  }
  .mobile-group dl.express_order-info {
    width: 100%;
    padding-left: 0px;
    margin: 20px 0 10px 0;
  }
  .mobile-group p.order-info {
    position: static;
    padding-left: 0px;
    margin-top: 0;
  }
  .product-page {
    margin: 30px 0px;
    padding-top: 0px;
  }
  .product_page-item {
    padding: 0 0px;
  }
  .product_page-header {
    width: 100%;
  }
  .product_page-header .product_page_header-item {
    padding: 0 0px;
  }
  .product_page-header .product_page_header-item:first-child {
    width: 100%;
  }
  .product_page-header .product_page_header-item:last-child {
    width: 100%;
    padding-top: 10px;
  }
  .product_page-header .product_page_header-item h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .other-products {
    margin: 30px 0 0px 0;
  }
  .other-products .other_products-slider {
    margin: 24px -5px 0 -5px;
  }
  .other-products .other_products-slider .product_list_item-wrapper {
    padding: 0 5px;
  }
  .other-products .other_products-slider .product_list_item-wrapper .product_list_column-item {
    padding-bottom: 0px;
  }
  .other-products .other_products-slider .product_list_item-wrapper .product_list_column-item .product_list-image {
    height: 230px;
  }
  .other-products .other_products-slider .product_list_item-wrapper .product_list_column-item .product_list-button {
    display: block;
    position: static;
  }
  .other-products .other_products-slider .slick-arrow {
    top: 28%;
    width: 26px;
    height: 26px;
    margin-top: 0px;
  }
  .other-products .other_products-slider .slick-arrow::after {
    width: 6px;
    height: 9px;
  }
  .other-products .other_products-slider .slick-next {
    right: -1px;
  }
  .other-products .other_products-slider .slick-prev {
    left: -1px;
  }
  .reviews {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .reviews .add_review-button a {
    width: 100%;
  }
  .reviews .reviews-list p {
    margin-top: 15px;
  }
  .reviews .reviews-list .reviews_list-item, .reviews .reviews-list .review-answer {
    padding: 24px 0;
  }
  .review-autor {
    margin-top: 15px;
  }
  .review-date {
    margin-top: 15px;
  }
  .review_answer-wrapper {
    padding-left: 0px;
  }
  .review_answer-wrapper .review-answer .review-autor {
    margin-top: 0px !important;
    position: relative;
  }
  .mobile-total {
    width: 100%;
    margin-top: 40px;
  }
  .cart-wrapper {
    margin: 5px 0 60px 0;
  }
  .cart_product-list .cart-product .cart_roduct-item {
    margin-top: 5px;
    padding: 0 10px;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 90px);
    margin-top: 0px;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(2) h5 {
    margin-top: 3px;
    margin-bottom: 35px;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(3) {
    width: 33.3333%;
    padding: 0px 10px 0 0;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(4) {
    width: 33.3333%;
  }
  .cart_product-list .cart-product .cart_roduct-item:nth-child(5) {
    width: 33.3333%;
  }
  .clear_cart-container {
    display: none;
  }
  .checkout-form {
    margin-top: 30px;
  }
  .checkout-form h2 {
    font-size: 25px;
  }
  .input-file .input-file-text {
    max-width: 100%;
  }
  .delivery-list {
    margin: 5px -5px;
  }
  .delivery-list .delivery-item-wrapper {
    width: 50%;
  }
  .fields-items {
    margin: 0px 0px;
  }
  .fields-items .two-items-item {
    margin: 7.5px 0px;
    padding: 0 0px;
    width: 100%;
  }
  .fields-items .two-items-item:first-child {
    margin: 0px 0px 7.5px 0;
  }
  .fields-items .three-items-item {
    margin: 7.5px 0px;
    padding: 0 0px;
    width: 100%;
  }
  .fields-items .three-items-item:first-child {
    margin: 15px 0px 7.5px 0;
  }
  .about_page-item:nth-child(1) {
    margin: 45px 0px 50px 0px;
  }
  .about_page-item:nth-child(1) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(1) .about_page_item-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .about_page-item:nth-child(2) {
    margin: 0px 0px 50px 0px;
  }
  .about_page-item:nth-child(2) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(2) .about_page_item-item:nth-child(1) {
    margin-bottom: 35px;
  }
  .about_page-item:nth-child(3) {
    margin: 0px 0px 70px 0px;
  }
  .about_page-item:nth-child(3) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(3) .about_page_item-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .about_page-item:nth-child(4) {
    margin: 0px 0px 40px 0px;
  }
  .about_page-item:nth-child(4) .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item:nth-child(4) .about_page_item-item:nth-child(1) {
    margin-bottom: 15px;
  }
  .about_page-item .about_page_item-item {
    padding: 0 0px;
  }
  .about_page-item .about_page_item-item:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  .about_page-item .about_page_item-item:nth-child(2) {
    width: 100%;
  }
  .about_page-item .about_page_item-item:nth-child(3) {
    display: none;
  }
  .about_page_item-item .about_page_item-header {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150.523%;
    /* 24.084px */
    letter-spacing: -0.24px;
  }
  .about_page_item-item .about_page_item-header span.star {
    color: #003CA7;
    font-size: 50px;
    font-weight: 500;
    line-height: 77.023%;
    /* 54.686px */
    letter-spacing: -4.615px;
  }
  .about_page_item-item h2 {
    font-size: 70px;
    letter-spacing: -8.75px;
    margin-bottom: 25px;
  }
  .about_page_item-item p {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .about_page_item-item .about-images {
    margin: 0 0px;
  }
  .about_page_item-item .about-images .about_images-item {
    padding: 0 0px;
  }
  .about_page_item-item .about-images .about_images-item:first-child {
    width: 100%;
  }
  .about_page_item-item .about-images .about_images-item:last-child {
    display: none;
  }
  .about_page_item-item .principles {
    margin: 0 0px;
  }
  .about_page_item-item .principles .principle {
    padding: 0 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .about_page_item-item .principles .principle:last-child {
    margin-bottom: 0px;
  }
  .about_page_item-item .principles .principle .principle-num {
    width: 40px;
    color: #6D6D6D;
    font-size: 12px;
  }
  .about_page_item-item .principles .principle .principle-title {
    width: calc(100% - 40px);
    margin-top: -5px;
  }
  .about_page_item-item h2.advantage-head {
    margin-left: 0px;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 101.523%;
    /* 50.761px */
    letter-spacing: -6.25px;
  }
  .about_page_item-item .advantages {
    margin: 0 0px 0 0px;
  }
  .about_page_item-item .advantages .advantage {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .about_page_item-item .advantages .advantage .advantage-image {
    width: 100%;
    height: 140px;
    margin-bottom: 5px;
  }
  .about_page_item-item .last-header {
    font-size: 50px;
    line-height: 87.023%;
    /* 43.511px */
    letter-spacing: -3.25px;
  }
}

@media (max-width: 481px) {
  .product-list {
    margin: 10px 0;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image {
    height: 180px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image img {
    padding: 0 15px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image .stikers-rating {
    position: relative;
    z-index: 11;
    padding: 12px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image .stikers-rating span.stiker {
    font-size: 9px;
    padding: 5px 6px !important;
    border-radius: 18px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image .stikers-rating .red-stiker {
    padding: 5px 9px !important;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image .stikers-rating .product_list-rating {
    margin-top: 0px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image .stikers-rating .product_list-rating span {
    font-size: 10px;
    padding-left: 20px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-image .stikers-rating .product_list-rating span:before {
    content: "";
    width: 15.23px;
    height: 15.23px;
    top: -1.5px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-info {
    padding: 10px 0;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-info h4 {
    font-size: 14px;
  }
  .column-items .product_list_item-wrapper .product_list_column-item .product_list-info p {
    font-size: 11px;
    margin: 10px 0;
  }
  .pagination-more {
    margin: 20px 0 20px 0;
  }
  .pagination-more .pagination-wrapper {
    width: 100%;
  }
  .pagination-more .pagination-wrapper ul.pagination {
    justify-content: space-between;
  }
  .pagination-more .pagination-wrapper ul.pagination li {
    position: relative;
    width: 42px;
    height: 42px;
    margin-right: 3px;
  }
  .pagination-more .pagination-wrapper ul.pagination li a {
    font-size: 14px;
    width: 42px;
    height: 42px;
  }
  .pagination-more .pagination-wrapper ul.pagination li:last-child {
    margin-right: 0px;
  }
  .pagination-more .pagination-wrapper ul.pagination .prev, .pagination-more .pagination-wrapper ul.pagination .next {
    width: 20.612px;
    height: 19.665px;
  }
  .pagination-more .pagination-wrapper ul.pagination .prev a, .pagination-more .pagination-wrapper ul.pagination .prev span, .pagination-more .pagination-wrapper ul.pagination .next a, .pagination-more .pagination-wrapper ul.pagination .next span {
    width: 20.612px;
    height: 19.665px;
  }
  .pagination-more .pagination-wrapper ul.pagination .prev a:before, .pagination-more .pagination-wrapper ul.pagination .prev span:before {
    content: "";
    width: 20.612px;
    height: 19.665px;
  }
  .pagination-more .pagination-wrapper ul.pagination .next a:before, .pagination-more .pagination-wrapper ul.pagination .next span:before {
    content: "";
    width: 20.612px;
    height: 19.665px;
  }
  .category_description-wrapper {
    display: none;
  }
  .page_category-list .home_category_list-item {
    width: 100%;
  }
  .product_page_header-items {
    flex-flow: column wrap;
  }
  .product_page_header-items .product_list_row-rating {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=main.css.map */