.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
  content: "\e900";
  color: #4f4f4f;
}

.icon-arrow-left:before {
  content: "\e901";
  color: #4f4f4f;
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-top:before {
  content: "\e903";
  color: #4f4f4f;
}

.icon-search:before {
  content: "\e909";
}

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


img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.main {
  padding: 0px 15px 30px 15px;
  margin-bottom: 70px;
}

.btn {
  padding: 10px 20px;
  text-align: center;
  background: #ffea00;
  border: none;
  border-radius: 3px;
  outline: none;
}

::-webkit-input-placeholder {
  color: #2c2f33;
  opacity: 0.5;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #2c2f33;
  opacity: 0.5;
  font-weight: normal;
}

::-moz-placeholder {
  color: #2c2f33;
  opacity: 0.5;
  font-weight: normal;
}

:-moz-placeholder {
  color: #2c2f33;
  opacity: 0.5;
  font-weight: normal;
}

.modal-open {
  overflow: hidden;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.title1,
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.title2,
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.title3,
h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.title4,
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.pharagraph,
p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link {
  color: #2F80ED;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.figcaption,
figcaption {
  color: #4F4F4F;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.comment {
  color: #4F4F4F;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.quote,
blockquote {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.header {
  max-width: 100%;
  padding-top: 5px;
  margin-bottom: 0px;
}

.header.sticky {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 50;
  margin: 0 15px;
  background: #ffffff;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__menu-btn {
  display: none;
}

.header__supplier {
  font-weight: 400;
  font-size: 0.9rem;
  color: #1a1423;
  margin-left: 40px;
}

.header__supplier span {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1423;
}

.header__supplier .online__count {
  font-size: 14px;
  background-color: #090;
  color: #FFF;
  border-radius: 20px;
  padding: 3px;
}

.header__navbar {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header__navbar li {
  padding: 0 10px;
}

.header__navbar li.on a {
  border-bottom: 2px solid #ffea00;
}

.header__nav-link {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1423;
}

.orders-link {
  position: relative;
}

.orders-link .count {
  position: absolute;
  top: -7px;
  left: calc(100%);
  font-size: 11px;
  color: #0f640f;
}

.header__nav-link:hover {
  color: #1a1423;
  text-decoration: none;
  border-bottom: 2px solid #ffea00;
}

.header__data {
  display: flex;
  align-items: center;
}

.header__phone {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 18px;
  padding-right: 15px;
  font-weight: 700;
  color: #1a1423;
  border-right: 1px solid #f0f0f0;
}

.header__phone:hover {
  color: #1a1423;
  text-decoration: none;
}

.header__phone-icon {
  margin-right: 15px;
}

.header__calc {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #f0f0f0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
  }

  70% {
    transform: translateY(-30px) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0px) scale(3);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
  }

  70% {
    transform: translateY(-30px) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0px) scale(3);
    opacity: 1;
  }
}

.header__enter button {
  height: 40px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header__enter-login {
  margin-right: 5px;
  background: transparent;
  border: 1px solid #ffea00;
}

.header__enter-login:hover {
  background: #ffea00;
}

.header__enter-register:hover {
  background: #ebd600;
}

.input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 7px;
  font-size: 0.675rem;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  outline: none;
}

.input:focus {
  border-bottom: 1px solid #ffea00;
}

.header__middle.active,
.header__right.active {
  display: none;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6FCF97;
}

.banner_top {
  width: 100%;
}

.banner__text {
  color: #2F2B29;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.base__line {
  margin: 25px 0;
}

.base__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.base__category {
  width: 200px;
}

.base__content {
  width: 690px;
  margin-left: 40px;
  margin-right: 40px;
}

.base__title {
  margin-bottom: 12px;
}

.base__date {
  display: block;
  margin-bottom: 14px;
}

.base__jar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.base__jar_after {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 0;
}

.base__tags {
  margin-bottom: 18px;
}

.base__rating_after .rating__wrapper {
  margin-top: 8px;
}

.base__text figure {
  margin: 24px 0;
}

.base__text img, .base__text figure img {
  max-width: 100%!important;
  height: auto!important;
  /*object-fit: contain;*/
  margin-bottom: 12px;
}

.base__text h2 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.base__text ul {
  list-style-type: square;
  padding-left: 32px;
  margin-bottom: 16px;
}

.base__text li {
  margin-bottom: 12px;
}

.base__text a {
  color: #2F80ED;
  text-decoration: underline;
}

.base__banner {
  width: 200px;
  height: 583px;
}

.base__searching {
  margin: -4px 0 24px;
  color: #000000;
}

.base-page_category {
  margin-top: 48px;
}

.base-page_category .base__title {
  margin-bottom: 20px;
}

.similar {
  margin-top: 70px;
}

.similar__title {
  margin-bottom: 24px;
}

.similar__wrapper {
  display: flex;
  margin: 0 -16px;
}

.similar__item {
  flex-grow: 1;
  margin: 0 16px 48px;
  text-decoration:none;
}

.similar__item:hover {
  text-decoration: none;
}

.similar__image {
  width: 100%;
  max-width: 100%;
  height: 246px;
  margin-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar__name {
  margin-bottom: 12px;
  color: #2F2B29;
}

.similar__description {
  color: #2F2B29;
}

.similar__button {
  display: table;
  margin: auto;
  padding: 17px 40px;
  background-color: #FFFFFF;
  border: 1px solid #2F2B29;
  color: #2F2B29;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background-color 300ms, border-color 300ms;
  text-decoration:none;
}

.similar__button:hover,
.similar__button:focus {
  background-color: #FFEA00;
  border-color: #FFEA00;
  color: #2F2B29;
  text-decoration: none;
}

.similar__button:active {
  background-color: #FFD900;
  border-color: #FFD900;
}

.search {
  position: relative;
  width: 690px;
  margin: 32px auto 0;
  border: 0.75px solid #FFEA00;
  box-shadow: 0px 2px 12px rgba(255, 234, 0, 0.08);
  transition: box-shadow 300ms;
}

.search:hover {
  box-shadow: 8px 8px 24px rgba(255, 234, 0, 0.12);
}

.search.active {
  box-shadow: none;
}

.search.disable {
  box-shadow: none;
  border-color: #C9C9C9;
}

.search.disable:before {
  color: #C9C9C9;
}

.search.disable .search__input {
  color: #C9C9C9;
}

.search.disable .search__input::-webkit-input-placeholder {
  color: #C9C9C9;
}

.search.disable .search__input:-moz-placeholder {
  color: #C9C9C9;
}

.search.disable .search__input:-ms-input-placeholder {
  color: #C9C9C9;
}

.search.disable .search__button {
  background-color: #C9C9C9;
  color: #555555;
}

.search::before {
  content: '\e909';
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2F2B29;
}

.search__input {
  width: 100%;
  height: 48px;
  padding-left: 56px;
  padding-right: 148px;
  outline: none;
  border: none;
  color: #2F2B29;
}

.search__input::-webkit-input-placeholder {
  background: #FFFFFF;
  opacity: 1;
  color: #2F2B29;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.search__input:-moz-placeholder {
  background: #FFFFFF;
  opacity: 1;
  color: #2F2B29;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.search__input:-ms-input-placeholder {
  background: #FFFFFF;
  opacity: 1;
  color: #2F2B29;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.search__button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 134px;
  height: 48px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #2F2B29;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background-color 300ms;
}

.search__button:hover,
.search__button:focus {
  background-color: #FFD900;
}

.category__title {
  display: block;
  margin-bottom: 16px;
  color: #2F2B29;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.category__item {
  margin-bottom: 32px;
}

.category__item.open .category__list {
  display: block;
}

.category__item.open .category__arrow {
  transform: rotate(0deg);
}

.category__name {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.category__name:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 4px;
}

.category__arrow {
  margin-top: 1px;
  margin-left: 8px;
  transform: rotate(180deg);
}

.category__list {
  display: none;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.category__listitem {
  margin-bottom: 8px;
}

.category__listitem:last-child {
  margin-bottom: 0;
}

.category__link {
  padding: 4px 16px;
  color: #2F2B29;
  font-size: 16px;
  line-height: 24px;
  transition: background-color 300ms;
  text-decoration:none; 
}

.category__link:hover,
.category__link:focus {
  color: #2F2B29;
  font-weight: 600;
  text-decoration: underline;
}

.category__link_active {
  background-color: #E3EEFC;
  font-weight: 400 !important;
  text-decoration: none !important;
  cursor: default;
}

@-webkit-keyframes slideLeft {
  0% {
    left: -105%;
  }

  100% {
    left: 0;
  }
}

@keyframes slideLeft {
  0% {
    left: -105%;
  }

  100% {
    left: 0;
  }
}

.category-menu {
  position: fixed;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  left: -105%;
  width: 300px;
  height: 100vh;
  padding: 10px;
  background-color: #fff;
  z-index: 100;
  overflow-y: auto;
  -webkit-animation: slideLeft 0.2s forwards;
          animation: slideLeft 0.2s forwards;
}

.category-menu .category__menu.active {
  padding-top: 40px;
  padding-left: 20px;
}

.category-menu .category__menu.active .category__name {
  outline: none !important;
}

.category-menu .category__menu.active .category__list {
  display: block !important;
}

.category-menu .category__menu.active .category__arrow {
  display: none;
}

.category-menu.active {
  top: 0;
  left: 0;
}

.category__close-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(/img/icons_blog/close.svg) no-repeat center;
  background-size: 20px;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 2px;
}

.category-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 70;
  transition: 0.2s ease;
}

.toggle {
  display: none;
  width: 690px;
  padding: 14px 20px;
  background-color: #FFFFFF;
  border: 0.75px solid #4F4F4F;
  box-shadow: 0px 1px 16px rgba(47, 43, 41, 0.08);
}

.toggle__group {
  display: flex;
  align-items: center;
}

.toggle__text {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.toggle__arrow {
  transform: rotate(90deg);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.tags__item {
  margin: 6px;
  padding: 0 10px 4px;
  background-color: #E3EEFC;
  color: #2F2B29;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color 200ms;
}

.tags__item:hover,
.tags__item:focus {
  background-color: #AED2FF;
  color: #2F2B29;
  text-decoration: none;
}

.tags__item:active {
  background-color: #93BDF2;
}

.social {
  display: flex;
  align-items: center;
}

.social_after {
  margin-top: 40px;
}

.social_after .social__item {
  margin-right: 12px;
}

.social_after .social__item_vk rect {
  fill: #4879B1;
}

.social_after .social__item_vk:hover rect,
.social_after .social__item_vk:focus rect {
  fill: #5181B8;
}

.social_after .social__item_facebook rect {
  fill: #176EC4;
}

.social_after .social__item_facebook:hover rect,
.social_after .social__item_facebook:focus rect {
  fill: #1976D2;
}

.social_after .social__item_ok rect {
  fill: #E98511;
}

.social_after .social__item_ok:hover rect,
.social_after .social__item_ok:focus rect {
  fill: #EF8E1D;
}

.social__item {
  display: flex;
  margin-right: 8px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.social__item:focus {
  outline: 2px solid #000000 !important;
}

.social__item rect {
  transition: fill 300ms;
}

.social__item_vk rect {
  fill: #5181B8;
}

.social__item_vk rect:hover {
  fill: #4879B1;
}

.social__item_vk span {
  background-color: #5181B8;
}

.social__item_facebook rect {
  fill: #1976D2;
}

.social__item_facebook rect:hover {
  fill: #176EC4;
}

.social__item_facebook span {
  background-color: #1976D2;
}

.social__item_ok rect {
  fill: #EF8E1D;
}

.social__item_ok rect:hover {
  fill: #E98511;
}

.social__item_ok span {
  background-color: #EF8E1D;
}

.social__name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 32px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.social__text {
  margin-left: 8px;
}

/* Rating */

.rating {
  margin: 0;
  padding: 0;
  border: none;
  /* Caption */
  /* Group */
  /* Star */
  /* Options */
}

.rating__wrapper {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rating__caption {
  margin-bottom: 0.5em;
  padding: 0;
}

.rating__group {
  position: relative;
  width: 100px;
  height: 20px;
  background-image: url(/img/icons_blog/off.svg);
  background-size: 20px auto;
  background-repeat: repeat-x;
}

.rating__group:focus-within {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 20px;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 20px auto;
  background-repeat: repeat-x;
}

.rating__star:focus {
  outline: none;
}

.rating__star:hover,
.rating__star:checked {
  background-image: url(/img/icons_blog/on.svg);
}

.rating__star:hover ~ .rating__star {
  background-image: url(/img/icons_blog/off.svg);
}

.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 20px;
}

.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 40px;
}

.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 60px;
}

.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 80px;
}

.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 100px;
}

.rating__count {
  margin-left: 10px;
}

.article {
  margin-bottom: 40px;
}

.article_style2 .article__image {
  width: 284px;
}

.article_style2 .article__group {
  margin-top: 0;
  margin-bottom: 16px;
  justify-content: flex-start;
}

.article_style2 .article__date {
  position: relative;
  padding-right: 21px;
}

.article_style2 .article__date::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #4F4F4F;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article_style2 .article__rating {
  position: relative;
  padding-left: 20px;
  padding-right: 21px;
}

.article_style2 .article__rating::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #4F4F4F;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article_style2 .article__category {
  padding-left: 20px;
}

.article_style3 {
  margin-bottom: 60px;
}

.article_style3 .article__link {
  flex-wrap: wrap;
}

.article_style3 .article__image {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  margin-right: 0;
}

.article_style3 .article__group {
  margin-top: 0;
  margin-bottom: 16px;
  justify-content: flex-start;
}

.article_style3 .article__date {
  position: relative;
  padding-right: 21px;
}

.article_style3 .article__date::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #4F4F4F;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article_style3 .article__category {
  position: relative;
  padding-left: 20px;
  padding-right: 21px;
}

.article_style3 .article__category::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #4F4F4F;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article_style3 .article__rating {
  padding-left: 20px;
}

.article_style3 .article__more {
  margin-top: 6px;
}

.article__link {
  display: flex;
  color: #2F2B29;
  text-decoration:none;
}

.article__link:hover {
  color: #2F2B29;
  text-decoration: none;
}

.article__image {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 24px;
}

.article__wrapper {
  display: flex;
  flex-direction: column;
}

.article__title {
  margin-bottom: 12px;
}

.article__description {
  margin-bottom: 16px;
}

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

.article__rating {
  display: flex;
  align-items: center;
}

.article__star {
  margin-left: 4px;
}

.article__more {
  margin-top: auto;
  margin-bottom: 1px;
  color: #2F2B29;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.article__arrow {
  transform: rotate(90deg);
  margin-top: -3px;
}

.filter {
  display: table;
  margin-bottom: 32px;
  position: relative;
}

.filter__select {
  padding: 8px 45px 8px 20px;
  background-color: transparent;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  border: 0.75px solid #2F2B29;
  color: #2F2B29;
}

.filter__select:hover,
.filter__select:focus {
  outline: none;
  border-color: #FFEA00;
}

.filter__arrow {
  position: absolute;
  right: 20px;
  top: 3px;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background-color: #FFFFFF;
  color: #2F2B29;
  padding: 4px 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.pagination__link_active {
  width: 32px;
  border: 1px solid #2F2B29;
  background-color: #FFFFFF !important;
  color: #2F2B29 !important;
  cursor: default;
}

.pagination__link:hover {
  background-color: #4F4F4F;
  color: #FFFFFF;
}

.pagination__link:active {
  background-color: #2F2B29;
}

.pagination__prev,
.pagination__next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background-color: #FFFFFF;
  color: #2F2B29;
  padding: 4px 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.pagination__prev:hover,
.pagination__next:hover,
.pagination__prev:focus,
.pagination__next:focus {
  text-decoration: underline;
}

.pagination__prev .pagination__arrow {
  margin-right: 4px;
  margin-top: 2px;
  transform: rotate(-90deg);
}

.pagination__next .pagination__arrow {
  margin-left: 4px;
  margin-top: 2px;
  transform: rotate(90deg);
}

@media screen and (min-width: 1023px) {
  .category-overlay,
  .category-menu {
    display: none !important;
  }
}

@media (max-width: 1500px) {
  .header__enter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .header__enter button {
    font-weight: 600;
    font-size: 14px;
    color: #1a1423;
    height: auto;
    text-transform: capitalize;
    letter-spacing: 0;
    background: transparent;
    padding: 0;
    border: none;
  }

  .header__enter-register {
    order: 2;
  }

  .header__enter-login {
    order: 1;
    margin: 0;
  }

  .header__enter-login:hover {
    background: transparent;
  }

  .header__enter-register:hover {
    background: transparent;
  }
}

@media (max-width: 1390px) {
  .header__supplier {
    display: none;
  }
}

@media screen and (max-width: 1256px) {
  .base__content {
    width: 633px;
    flex-grow: 1;
  }

  .base__jar_after {
    flex-wrap: wrap;
  }

  .base__tags_after {
    margin-bottom: 8px;
  }

  .base__rating_after {
    width: 100%;
  }

  .base__rating_after .rating__wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .base__content {
    margin-right: 0;
  }

  .base__banner {
    width: 100%;
    height: 128px;
    margin-top: 48px;
  }
}

@media (max-width: 1199px) {
  .header__calc {
    display: none;
  }

  .header__enter.active .header__enter-login {
    margin-bottom: 10px;
  }

@-webkit-keyframes slide {
    0% {
      right: -105%;
    }

    100% {
      right: 0;
    }
}

@keyframes slide {
    0% {
      right: -105%;
    }

    100% {
      right: 0;
    }
}

  .mobile-menu {
    position: fixed;
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    right: -105%;
    width: 300px;
    height: 100vh;
    padding: 10px;
    background-color: #fff;
    z-index: 100;
    overflow-y: auto;
    -webkit-animation: slide 0.2s forwards;
            animation: slide 0.2s forwards;
  }

  .mobile-menu.active {
    top: 0;
    right: 0;
  }

  .header__middle,
  .header__right {
    display: none;
  }

  .header__middle.active,
  .header__right.active {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .header__right.active {
    position: relative;
  }

  .header__close-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/img/icons_blog/close.svg) no-repeat center;
    background-size: 20px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 2px;
  }

  .header__right {
    padding-top: 40px;
    top: 0px;
    order: 1;
  }

  .header__middle {
    top: 150px;
    padding: 0 10px;
    order: 2;
  }

  .header__data {
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header__enter.active {
    display: flex;
    flex-direction: row;
    order: 3;
    padding-left: 10px;
  }

  .header__enter.active .header__enter-login {
    margin-right: 20px;
  }

  .header__phone {
    padding: 0 10px;
    margin: 10px 0;
    order: 4;
  }

  .header__navbar {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .header__navbar li {
    padding: 10px;
  }

  .header__navbar li.on a {
    border-bottom: 2px solid #ffea00;
  }

  .header__left {
    width: 100%;
    justify-content: space-between;
  }

  .header__menu-btn {
    display: block;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
  }

  .header__menu-btn:focus {
    outline: none;
  }

  .header__menu-btn img {
    width: 30px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 70;
    transition: 0.2s ease;
  }
}

@media screen and (max-width: 1024px) {
  .base__category {
    width: 100%;
  }

  .base__line {
    display: none;
  }

  .base__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .base-page_category {
    margin-top: 0;
  }

  .similar__item:last-child {
    display: none;
  }

  .similar__image {
    max-height: 240px;
    min-height: 220px;
  }

  .category .category__toggle {
    margin: 40px auto 48px;
  }

  .category .category__wrapper {
    display: none;
  }

  .toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .title1,
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .title2,
  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .base__content {
    margin-left: 0;
  }

  .base__rating {
    margin-top: 22px;
  }

  .base__banner {
    height: 80px;
    margin-top: 40px;
  }

  .search {
    width: 100%;
  }

  .toggle {
    width: 100%;
  }

  .social__name {
    display: none;
  }

  .social_after .social__item {
    margin-right: 8px;
  }

  .rating {
    width: 100%;
  }

  .rating__wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 650px) {
  .article_style2 .article__image {
    width: 100%;
    height: 190px;
    margin-bottom: 18px;
  }

  .article__link {
    flex-wrap: wrap;
  }

  .article__image {
    width: 100%;
    height: 190px;
    margin-bottom: 18px;
  }

  .article__more {
    margin-top: 16px;
  }
}

@media screen and (max-width: 600px) {
  .similar__wrapper {
    flex-wrap: wrap;
  }

  .similar__item {
    margin-bottom: 40px;
  }

  .similar__image {
    max-height: 210px;
    min-height: 190px;
  }
}

@media screen and (max-width: 500px) {
  .base__category .category__toggle {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .search {
    margin-top: 24px;
  }

  .search::before {
    display: none;
  }

  .search__input {
    padding-left: 14px;
    padding-right: 48px;
  }

  .search__button {
    width: 48px;
    padding: 0;
  }

  .search__button::before {
    content: '\e909';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2F2B29;
  }

  .search__button-text {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    margin: -1px;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .pagination__text {
    display: none;
  }

  .pagination__link {
    width: 32px;
  }

  .pagination__prev {
    margin-right: 0;
  }

  .pagination__next {
    margin-left: 0;
  }
}

@media screen and (max-width: 349px) {
  .title1,
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .title2,
  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .title3,
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 349px) {
  .header__top {
    padding-bottom: 15px;
  }

  .header__logo-img {
    max-width: 200px;
  }
}