.container {
  width: 100vw;
  max-width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden;
}

.btn-default {
  padding: 6px 14px;
  border: 1px solid #009BFF;
}

.btn-default:hover {
  background: #009BFF !important;
  color: #fff;
  border-color: #009BFF;
}

.swiper-viewport {
  border-radius: 0  !important;
}

h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.articles-aside__header .title {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}

a {
  transition: all 0.3s ease;
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #FED02D;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}

.header__main {
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.title {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  font-family: 'Akrobat';
  margin-bottom: 20px;
}

.product .title {
  margin-bottom: 12px;
}

.container:before,
.container:after {
  display: none;
}

ol, ul {
  margin: 0;
  padding: 0;
}

.img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header__main .container {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.btn-burger i::after, .btn-burger i::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #222;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-burger i::before {
  top: -6px;
}

.btn-burger i::after {
  bottom: -6px;
}

.btn-burger i {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #222;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn_bordered {
  border: 2px solid #009BFF;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  min-height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 26px 16px;
  font-family: 'Akrobat';
}

.btn-language:not(.active):hover {
  color: #EA2C27;
}

.btn_bordered:hover {
  color: #fff;
  background: #EA2C27;
}

.header__top .container {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: auto;
  margin-right: 0;
}

.header-drop__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 24px;
  padding-right: 20px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Akrobat';
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-drop__btn:hover,
.btn-login:hover {
  color: #009BFF;
}

.btn-login {
  text-decoration: none;
  color: #222;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-burger {
  min-height: 24px;
  min-width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 29px;
  left: 15px;
  z-index: 3;
  padding: 0;
}

.cart-btn__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.header__btns > * {
  margin-left: 14px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #EBEBEB;
}

.header-drop__btn::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: calc(50% - 3px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-drop__body {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}

.header-drop__container {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
}

.header__menu a {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222;
  margin-bottom: 26px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__menu a:hover {
  color: #EA2C27;
}

.main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 40px 16px 20px;
  font-family: 'Akrobat';
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border-bottom: 1px solid #EBEBEB;
}

/* .main-link::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 22px;
  top: calc(50% - 3.5px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
} */

.header__top > .main-link {
  text-transform: uppercase;
  color: #EA2C27;
  width: 100%;
  margin-bottom: 26px;
}

.header__top > .main-link::after {
  border-color: #EA2C27;
}

@media screen and (min-width: 1200px) {
  .header-drop__container {
      overflow: hidden;
      max-height: 0;
      width: 350px;
      padding-left: 26px;
      padding-right: 26px;
  }
  .header-drop:hover .header-drop__container {
      padding: 20px 26px;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      max-height: 2000px;
      margin-top: 12px;
  }
  .header-drop__body {
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 175px);
  }

  .header__menu a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1490px) {
  .header__menu a {
      margin-right: 30px;
  }
}

.btn_primary,
.btn-primary {
  background: #009BFF;
  min-height: 46px;
  padding: 10px 10px 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Akrobat';
  text-align: center;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.btn-primary {
  text-transform: unset;
  padding: 6px 14px;
  min-height: min-content;
}

.radio-inline {
  display: flex;
  padding: 0;
  align-items: center;
}


.btn_primary:hover,
.btn-primary:hover {
  background: #FED02D;
}

.search-container .btn_primary {
  min-width: 110px;
  max-width: 110px;
}

.header-drop {
  position: relative;
  z-index: 100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-language {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ico-user::after {
  background: url(../image/user.svg) center center no-repeat;
  background-size: 100%;
}

.ico-user::before {
  background: url(../image/userActive.svg) center center no-repeat;
  background-size: 100%;
}

.btn-login:hover .ico::before {
  opacity: 1;
}

.btn-login:hover .ico::after {
  opacity: 0;
}

.btn-login .ico {
  margin-right: 8px;
}
.ico-user {
  width: 16px;
  height: 16px;
}

.catalog-link svg {
  margin-right: 12px;
}

.header-drop__btn svg {
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

#product-search h1 {
  margin-bottom: 24px;
}

.header-contacts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-bottom: 12px;
}

.header-drop__container > div, .header-drop__container > form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.header-drop__container > div:not(:last-child), .header-drop__container > form:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 1490px) {
  .header__links > * {
    margin-left: 30px;
  }
}

a:focus, a:hover {
  color: #FED02D;
  text-decoration: unset !important;
}

.header-callback-form .input {
  padding-right: 60px;
  min-height: 44px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.header-callback-form {
  position: relative;
}

.header-callback-form .btn_primary {
  min-height: 32px;
  width: 46px;
  padding: 5px;
  position: absolute;
  top: calc(50% - 16px);
  right: 6px;
}

.search-wrapper {
  position: relative;
  width: 100%;
}

.header__catalog > *:not(:last-child) {
  margin-bottom: 11px;
}

.catalog-link {
  width: 100%;
}

.cart-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-btn {
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.cart-btn__count {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 20px;
  min-height: 20px;
  color: #fff;
  background: #FED02D;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Akrobat';
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 2px;
  padding-right: 2px;
}

.ico-cart::before {
  background: url(../image/cartActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-cart::after {
  background: url(../image/cart.svg) center center no-repeat;
  background-size: 100%;
}

.header-btn:hover .ico::after {
  opacity: 0;
}

.header-btn:hover .ico::before {
  opacity: 1;
}

.cart-btn__title {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #555;
  margin-bottom: -2px;
}

.cart-btn__price {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Akrobat';
}

.header-btn:hover {
  color: #FED02D;
}

.ico-like::before {
  background: url(../image/likeActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-like::after {
  background: url(../image/like.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare::before {
  background: url(../image/compareActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare::after {
  background: url(../image/compare.svg) center center no-repeat;
  background-size: 100%;
}

.footer__subscribe-title h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FBFBFB;
  font-family: Akrobat;
  margin-bottom: 2px;
}

.footer__subscribe-title span {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #C4C4C4;
}

.footer__subscribe-img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.footer__subscribe-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #3D3D3D;
  margin-bottom: 25px;
}

.cart-btn button {
  display: flex;
  align-items: center;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.footer__col-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 29px;
}

.footer__col-header {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FBFBFB;
}

.footer__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.footer__descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}

.footer__logo {
  width: 266px;
  height: 69px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__col-big > *:not(:last-child) {
  margin-bottom: 12px;
}

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

.footer__col a:hover {
  color: #009BFF;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials a {
  min-height: 44px;
  min-width: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #191919;
  border-radius: 50%;
  margin-right: 12px;
}

.footer__socials a:hover {
  background: #111;
}

.footer__socials a:hover * {
  fill: #EA2C27;
}

.footer__socials a path {
  transition: all 0.3s ease;
}

.footer__col a {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.footer__col-body a {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  margin-bottom: 14px;
  display: inline-block;
}

.footer__col-body {
  list-style: none;
}

.developer a:hover svg * {
  fill: url(#paint1_linear);
}

.btn.active, .btn:active {
  box-shadow: unset !important;
}

.footer__subscribe-form .input {
  background: #1E1E1E url(../image/mail.svg) 20px center no-repeat !important;
  background-size: 20px !important;
  padding-left: 52px;
  color: #fff;
}

.product-card {
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 54px 15px 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: auto;
  min-height: 100%;
}

.product-card.swiper-slide {
  height: auto !important;
}

.product-card:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .product-card {
      padding: 39px 24px 32px;
  }
}

.section {
  margin-bottom: 50px;
  position: relative;
}

.section__header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: rwo nowrap;
  flex-flow: rwo nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.section__header .title {
  margin-bottom: 0;
}

.section__header_line-through .title {
  max-width: calc(100% - 100px);
}

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  display: none;
}

.swiper-container .swiper-button-prev {
  opacity: 0;
  left: 10px;
}

.swiper-container:hover .swiper-button-prev {
  opacity: 0.7;
  left: 10px;
}

.swiper-container .swiper-button-next {
  opacity: 0;
  right: 10px;
}

.swiper-container:hover .swiper-button-next {
  opacity: 0.7;
  right: 10px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.main-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.main-cats {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  border: 1px solid #EBEBEB;
}

.main-cats__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: max-content;
  list-style: none;
}

.main-screen > * {
  width: 100%;
}

.main-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.sale-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  min-height: 203px;
  padding: 26px 20px 10px;
  color: #222;
  text-decoration: none;
  border: 1px solid #EBEBEB;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}


.btn_buy {
  border-radius: 50%;
  min-width: 38px;
  min-height: 38px;
  padding: 11px;
  background: #009BFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}

.btn_buy:hover {
  background: #FED02D;
}

.ico-buy {
  width: 16px;
  height: 16px;
}

.ico-buy::after {
  background: url(../image/shop.svg) center center no-repeat;
  background-size: 100%;
}

.ico-star::after {
  background: url(../image/star.svg) center center no-repeat;
  background-size: 100%;
}

.ico-star::before {
  background: url(../image/starActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-search::before {
  background: url(../image/searchActive.svg) center center no-repeat;
  background-size: 100%;
}

.ico-search::after {
  background: url(../image/search.svg) center center no-repeat;
  background-size: 100%;
}

.mark-count {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #999;
}

.mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  background-color: transparent;
}

.product-card__mark .mark {
  margin-right: 6px;
}

.product-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: absolute;
  right: 14px;
  top: 14px;
}

.product-card__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.product-card:hover .product-card__btns {
  opacity: 1;
}
.ico-star {
  width: 14px;
  height: 14px;
}
.mark .ico:not(:last-child) {
  margin-right: 3px;
}

.ico-star-active.ico-star::before {
  opacity: 1;
}

.ico-star-active.ico-star::after{
  opacity: 0;
}

.ico-compare-btn,
.ico-like-btn {
  width: 20px;
  height: 20px;
}

.ico-like-btn::before {
  background: url(../image/like-btnActive2.svg) center center no-repeat;
  background-size: 100%;
}

.ico-like-btn::after {
  background: url(../image/like-btn.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare-btn::before {
  background: url(../image/compare-btnActive2.svg) center center no-repeat;
  background-size: 100%;
}

.ico-compare-btn::after {
  background: url(../image/compare-btn.svg) center center no-repeat;
  background-size: 100%;
}

.btn-action:hover .ico::before {
  opacity: 1;
}

.btn-action:hover .ico::after {
  opacity: 0;
}

.product-card__btns > *:not(:last-child) {
  margin-bottom: 8px;
}

.product-card__title {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 29px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-card a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-card a:hover {
  color: #EA2C27;
}

.product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 7px;
}

.price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  font-family: 'Akrobat';
}

.price-tax {
  display: none;
}

.price-new {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  font-family: 'Akrobat';
  color: #EA2C27;
}

.price-old {
  font-family: 'Akrobat';
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #BABABA;
  text-decoration: line-through;
}

@media screen and (min-width: 1200px) {
  .btn_buy {
    min-width: 46px;
    min-height: 46px;
  }

  .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 24px;
    line-height: 100%;
  }

  .price-new {
    font-size: 24px;
    line-height: 100%;
  }

  .price-old {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
  }

  .product-card__footer {
    margin-bottom: 0;
  }

  .product-card__title {
    font-size: 15px;
    margin-bottom: 21px;
  }

  .product-card__btns {
    top: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .product-card__mark {
    margin-bottom: 12px;
  }
}

.main-link:hover {
  color: #009BFF;
}

.main-link.dropdown-toggle:hover::after {
  border-color: #009BFF;
}

.main-link.dropdown-toggle::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 22px;
  top: calc(50% - 3.5px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__top .main-link svg {
  margin-right: 12px;
}

.header__top .main-link svg path {
  fill: #EA2C27;
}

.btn-main-cats {
  width: 100%;
  min-height: 37px;
  background: #F5F5F5;
  border: 1px solid #EBEBEB;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  -webkit-transition: right .3s ease-in;
  -o-transition: right .3s ease-in;
  transition: right .3s ease-in;
  position: fixed;
  z-index: 5;
  right: -110vw;
  top: 0;
  bottom: 0;
  background: #fff;
}

.categories-catalog.active {
  right: 0;
}

#backToMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 52px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
}

#backToMenu svg {
  position: absolute;
  left: 15px;
  top: calc(50% - 12px);
}

.main-cats__wrapper .dropdown-menu {
  top: -1px;
  left: 100%;
  min-width: 300px;
  margin: 0 !important;
  padding: 0;
  height: auto;
  border-radius: 0;
}

.navbar-collapse::before,
.navbar-collapse::after {
  display: none;
}

.navbar-collapse {
  padding: 0;
}

.sale-card__title {
  text-transform: uppercase;
  font-family: 'Akrobat';
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 190px);
}

.sale-card__end span:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.sale-card__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.sale-card__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
}

.sale-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
}

.sale-card__img {
  width: 218px;
  height: 134px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  max-width: 58%;
}

.sale-card__img img {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-top: 0;
}

.sale-card__end span:last-child {
  color: #009BFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.sale-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alert-success {
  color: inherit;
}

.articles-aside__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}

.articles-aside__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer__col {
  width: 100%;
}

.article-card__img {
  height: 163px;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}

.footer > .container {
  padding-top: 40px;
  padding-bottom: 26px;
}

.articles-aside__header .btn {
  margin-left: auto;
  margin-right: 0;
}

.article-card {
  color: #555;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.articles-aside {
  max-width: calc(50% - 15px);
}

.article-card__img {
  background: #fff;
}

.article-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-card__title {
  color: #222;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-family: Akrobat;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-card__date {
  margin-bottom: 6px;
  font-family: Akrobat;
  display: block;
}

.article-card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-card:hover .article-card__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.article-card:hover .article-card__title {
  color: #009BFF;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 60px;
}

.adv-item {
  width: 100%;
  background: #fff;
  padding: 18px 30px;
  border: 1px solid #EBEBEB;
}

.adv-item__img {
  height: 50px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adv-item__title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}

.home-about > * {
  width: 100%;
}

.home-about h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  font-family: 'Akrobat';
  margin-bottom: 20px;
}

.home-about > * {
  margin-bottom: 20px;
}

.home-about > *:last-child {
  margin-bottom: 0;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

.product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.product-btns > *:not(:last-child) {
  margin-right: 20px;
}


.add-info {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #555;
  width: 100%;
  max-width: 17%;
  margin-right: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.product-gallery__prev {
  display: flex;
  flex-direction: column;
  max-width: 96px;
  margin-right: 30px;
}

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

.product-gallery {
  display: flex;
}

.product-gallery__prev {
  list-style: none;
}

.btn-action span {
  margin-left: 12px;
}

.add-info > *:not(:last-child) {
  margin-bottom: 16px;
}

.add-info__title {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-info__title::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/info.svg) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.product__body {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 40px 30px 30px;
}

.product-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.product-big {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.product-big img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

textarea.form-control {
  resize: vertical;
}

.section_product-tabs {
  background: #fff;
}

.section_product-tabs:not(:last-child),
#content:not(:last-child) {
  margin-bottom: 60px;
}

.js_tab_product {
  font-family: Akrobat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #222;
    padding: 17px 30px;
}

.active .js_tab_product {
  cursor: default;
  background: #fff;
  -webkit-box-shadow: 1px 0px 0px #EBEBEB;
  box-shadow: 1px 0px 0px #EBEBEB;
}

.nav-tabs {
  background: #E5E5E5;
}

.nav-tabs li:not(.active):hover {
  color: #47C6D6;
  background: inherit;
}

.product-char {
  list-style: none;
}

.product-char li span {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999;
}

.product-char li:not(:last-child) {
  margin-bottom: 4px;
}

.section_product-tabs {
  margin-top: 60px;
}

.nav-tabs>li>a {
  border-radius: 0 !important;
  margin: 0;
  border: none;
}

.nav-tabs>li>a:hover {
  background: inherit;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border-color: transparent;
}

.home-about .swiper-wrapper {
  max-width: 100% !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.product__stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  padding: 5px 13px 5px 7px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 8px;
  position: absolute;
  top: 0;
  right: 0;
  gap: 4px;
}

#product .control-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999;
}

.in-stock {
  background: #F1F8EB;
  color: #27AE60;
}

.main-price {
  color: #FED02D;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}

.product-count {
  height: 36px;
  border: 1px solid #EBEBEB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0px;
  min-width: 118px;
  max-width: 118px;
  background: #fff;
}

.product-main {
  position: relative;
}

.product-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  padding: 12px 20px 15px;
  border: 1px solid #EBEBEB;
}

.product-main__btns > *:not(:last-child) {
  margin-bottom: 8px;
}

.product-main__btns > * {
  min-width: 100%;
  max-width: 100%;
}

.product-count button {
  background: #F6F6F6;
  border: none;
  min-width: 36px;
  font-size: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: #111;
}

.product-main__btns .product-count button {
  min-width: 46px;
}

.product-count button:hover * {
  fill: #EA2C27;
}

.product-count input {
  background: rgba(255, 255, 255, 0);
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 19px;
  -moz-appearance: textfield;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 0;
}

.product-main__btns .btn_primary .ico {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.product-char {
  border-bottom: 1px solid #EBEBEB;
}

.form-control input {
  border-radius: 0;
}

.thumbnail.product-big {
  border: none;
}

.oc-product-btn {
  display: none;
}

.product-main__one-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.input_2.input-tel {
  border: 1px solid #EBEBEB;
  border-bottom: 2px solid #EA2C27;
  min-height: 46px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -o-text-overflow: unset;
  text-overflow: unset;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-family: Akrobat;
  margin-bottom: 5px;
  background: transparent !important;
}

.btn-one-click div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.btn-one-click div span {
  color: #009BFF;
  text-transform: uppercase;
  margin-bottom: -4px;
}

.product-main__one-click .input-wrapper {
  width: 100%;
  max-width: 168px;
  margin-right: 12px;
}

.product-gallery__prev .thumbnail {
  border: none;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: none;
}

.stock svg {
  margin-right: 8px;
}

.product-char li {
  max-width: 80%;
}

.product__header .product-mark > * {
  margin-right: 12px;
}

.product__header .product-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-form {
  border: 1px solid #EBEBEB;
  padding: 30px 20px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 53.9%;
}

.review-form input {
  border-radius: 0;
}

.input2-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin-bottom: 10px;
  display: block;
}

.review-form .btn_primary {
  max-width: 210px;
}

.review-form__left {
  margin-bottom: 20px;
}

.review-form .input {
  border-radius: 0;
  min-height: 50px;
  padding: 15px 20px 16px;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border: 1px solid #CCC;
  outline: none;
  background-color: #fff !important;
}

.btn_defaul {
  color: #009BFF;
  background: transparent;
  transition: all 0.3s ease;
}

.btn_defaul:hover {
  border: 1px solid dashed;
}

.review-form__left > *:not(:last-child) {
  margin-bottom: 20px;
}

#d_ajax_search_results {
  top: 0;
}

@media screen and (min-width: 600px) {
  .main-sales > * {
      max-width: calc(50% - 6px);
  }
}

@media screen and (min-width: 768px) {
  .articles-aside__wrapper > * {
    max-width: 100% !important;
  }

  .product-big {
    max-width: calc(100% - 126px);
  }

  .advantages {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  }

  .adv-item {
    max-width: 25%;
  }

  .home-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-about div:first-child {
    max-width: calc(41.67% - 15px);
  }

  .articles-aside__header {
    max-width: 100% !important;
  }

  .review-form__left {
    max-width: 40%;
  }

  .product-main {
    max-width: calc(45% - 15px);
    margin-left: auto;
    margin-right: 0;
  }

  .footer__subscribe-form .btn_primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .article-card__img {
      height: 156px;
  }
  .articles-aside__wrapper {
    margin-bottom: 0;
  }

  .header__btns {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__col {
    max-width: calc(50% - 15px);
    margin-bottom: 29px;
  }

  .footer__subscribe-header {
    width: 100%;
    margin-right: 30px;
    max-width: 50%;
    margin-bottom: 0;
  }

  .section__header_line-through::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: 50%;
  }

  .section__header_line-through .title {
    background: #F6F6F6;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
  }

  .section {
    margin-bottom: 60px;
  }

  .search-wrapper {
      max-width: calc(70% - 15px);
      margin-left: auto;
      margin-right: 0;
  }
  .footer__col-header {
      margin-bottom: 20px;
  }
  .header__catalog > *:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog-link {
    margin-left: 0;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: calc(30% - 15px);
  }

  .cart-btn__count {
    right: unset;
    left: 14px;
    top: -4px;
  }

  .cart-btn .ico {
    margin-right: 12px;
  }

  .header__btns > * {
    margin-left: 30px;
  }

  .footer__subscribe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-burger {
    /* -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px; */
    top: 0;
    left: 0;
  }

  .article-card_big .article-card__img {
    height: 208px;
  }

  body {
    padding-top: 152px;
  }
}

@media screen and (min-width: 1000px) {
  .articles-aside__wrapper > * {
      max-width: calc(50% - 6px) !important;
      margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .banner.swiper-viewport {
    max-width: calc(54.16% - 15px);
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 0;
    min-height: 422px;
    max-height: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }

  .main-sales > * {
    max-width: 100%;
  }

  .banner.swiper-viewport .swiper-container {
    height: 100%;
  }

  .banner.swiper-viewport .swiper-pagination {
    display: none;
  }

  .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-sales {
    max-width: calc(25% - 15px);
  }

  .main-sales > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .main-cats {
    max-width: 20.83%;
  }

  .article-card__title {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 20px;
  }

  .article-card__date {
    margin-bottom: 16px;
  }

  .adv-item {
    padding: 24px 40px;
  }

  .adv-item__img {
    height: 66px;
    margin-bottom: 8px;
  }

  .home-about h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .product__header {
    margin-bottom: 25px;
  }

  .product-gallery {
    max-width: calc(50% - 49px);
  }

  .tab-content {
    padding: 50px;
  }

  .product-card__img {
    height: 198px;
    margin-bottom: 32px;
  }

  .product-main__one-click .input-wrapper {
    max-width: 194px;
  }

  .product-main__one-click .input-wrapper {
    max-width: 194px;
  }

  .review-form {
    padding: 30px;
  }

  .review-form__left {
    max-width: 35.5%;
  }

  .product-main {
    max-width: 26%;
    margin-right: auto;
  }

  .article-card__img {
    margin-bottom: 30px;
  }

  .search-wrapper {
      max-width: calc(100% - 270px);
  }

  .footer__descr {
    font-size: 16px;
  }

  .footer__col-header {
    font-size: 20px;
  }
  .catalog-link {
    max-width: 240px;
  }

  .header {
    margin-bottom: 30px;
  }

  .footer__subscribe-title h4 {
    font-size: 30px;
  }

  .footer__subscribe-title span {
    font-size: 16px;
  }

  .footer__subscribe-img {
    width: 80px;
    height: 80px;
    margin-right: 40px;
  }

  .footer__subscribe-header {
    width: 100%;
    margin-right: 30px;
    max-width: 50%;
    margin-bottom: 0;
  }

  .footer__subscribe {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .footer__col-big {
    max-width: calc(33.33% - 15px);
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .header__top .container {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header__top {
    border-bottom: 1px solid #EBEBEB;
  }

  .mob {
    display: none;
  }

  .btn-language:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #E0E0E0;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: calc(50% - 8px);
  }

  .btn_primary {
      min-height: 50px;
      font-size: 17px;
      line-height: 21px;
  }
  .btn-language:not(:last-child) {
    margin-right: 16px;
  }
  .header-drop:hover .header-drop__body::before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -7px;
    left: 50%;
  }
}

@media screen and (min-width: 1490px) {
  .section__header_line-through::before {
      left: calc(-50vw + 705px);
  }

  .section__header_line-through .title {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
  }
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 64px;
  min-height: 52px;
  margin-bottom: 20px;
}

.ico_contactPhone,
.ico_contactEmail,
.ico_contactMap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F4F4F4;
}

.contacts-info .ico {
  position: absolute;
  left: 0;
}

.contacts-info span {
  margin-top: 3px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin-bottom: 6px;
}

.contacts-info a, .contacts-info address {
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.contacts-info a:hover {
  color: #EA2C27;
}

.mfp-container {
  padding: 0 !important;
}

#notify_when_available,
#searchModal {
  display: none;
}

.footer__subscribe-form .btn_primary {
  min-height: 50px;
  min-width: 60px;
}

.ocfilter .panel-heading,
.noUi-pips-horizontal {
  display: none;
}

.noUi-handle {
  width: 24px !important;
    height: 24px !important;
    right: -12px !important;
    top: -10px !important;
    border-radius: 50% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.noUi-handle:after, .noUi-handle:before{
  content: '';
  display: block;
  width: 10px !important;
  height: 10px !important;
  background: #FED02D !important;
  position: absolute !;
  top: calc(50% - 5px) !important;
  left: calc(50% - 5px) !important;
  border-radius: 50% !important;
}

.noUi-horizontal {
  height: 4px !important;
}

.noUi-connect {
  background: #FED02D !important;
  box-shadow: none !important;
}

#price-from,
#price-to {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  min-height: 43px;
  font-family: Akrobat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-category .list-group-item:first-child {
  border-radius: 0;
}

#product-category a.list-group-item {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 40px 16px 20px;
    font-family: 'Akrobat';
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
}

#product-category a.list-group-item:hover {
  background: transparent !important;
  color: #009BFF;
}

#product-category #column-left .swiper-viewport {
  display: none;
}

.catalog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 1px;
}

.sort-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #999;
  margin-right: 20px;
}

.sort-select {
  border: none;
  background: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-size: 15px !important;
  line-height: 18px;
  outline: none;
  cursor: pointer;
}

.product__seo:not(:first-child) {
  margin-top: 24px;
}

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

.catalog__pagination .text-right {
  align-self: flex-end;
}

.catalog__pagination:not(:first-child) {
  margin-top: 16px;
}

#review + .title {
  margin-top: 36px;
}

#review .fa-stack {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 800px) {
  .catalog > * {
      max-width: 25%;
  }
}

.ocf-option-name {
  padding-top: 24px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-family: Akrobat;
  font-weight: bold !important;
  font-size: 18px !important;
    line-height: 120% !important;
    text-transform: uppercase;
}

.ocf-option-name:hover {
  color: #47C6D6;
}

.ocf-option-name button {
  display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
    margin-right: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.ocf-option-name button::after{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ocf-option-name:hover button::after {
  border-color: #47C6D6;
}

.scale-nums {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.product__seo .col-sm-2 {
  padding: 0;
}

.product__seo .img-thumbnail {
  width: 100%;
}

.sort-line {
  padding: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  .sort-line {
    border: 1px solid #EBEBEB;
    background: #fff;
    padding: 25px 30px 27px;
  }
}


.popover-content .btn-primary,
.btn-default {
  color: #009BFF;
}

.popover-content .btn-primary:hover,
.btn-default:hover {
  background: transparent;
}

#accordion .form-control,
#product .form-control {
  outline: none;
  border-radius: 0;
}

#accordion label {
  display: flex;
  align-items: center;
  line-height: 1;
}

.forgotten-password:not(:first-child) {
  margin-top: 10px;
}

#accordion .control-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999;
}

#checkout-cart .table-responsive a {
  color: #222;
}

#checkout-cart .table-responsive a:hover {
  color: #009BFF;
}

#checkout-cart .input-group.btn-block {
  height: 35px;
}

#checkout-cart .input-group.btn-block button,
#checkout-cart .input-group.btn-block .form-control {
  min-height: 100%;
  height: 100%;
}

#checkout-cart .btn-primary,
#account-login .btn-primary,
#account-register .btn-primary,
#account-forgotten .btn-primary,
#product-search .btn-primary,
#error-not-found .btn-primary {
  background-color: #009BFF;
  padding: 6px 14px;
}

#checkout-cart .btn-primary:hover,
#checkout-cart .btn-primary:active,
#account-login .btn-primary:hover,
#account-login .btn-primary:active,
#account-register .btn-primary:hover,
#account-register .btn-primary:active,
#account-forgotten .btn-primary:hover,
#account-forgotten .btn-primary:active,
#product-search .btn-primary:hover,
#product-search .btn-primary:active,
#error-not-found .btn-primary:hover,
#error-not-found .btn-primary:active {
  background-color: #FED02D;
}

.form-control {
  outline: none;
  border-radius: 0;
}

#column-right .list-group-item {
  color: #222;
}

#column-right .list-group-item:hover {
  color: #009BFF;
  background: transparent;
}

#column-right .list-group-item:first-child,
#column-right .list-group-item:last-child {
  border-radius: 0;
}

#account-login #content .well {
  background: #fff;
  border-radius: 0;
}

.form-group__footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#account-login #content {
  min-height: max-content;
}

#account-register .radio-inline input[type=radio] {
  top: 4px;
}

#information-contact .panel {
  border-radius: 0;
  border: none;
}

.panel-body::before,
.panel-body::after {
  display: none;
}

.ico_contactPhone::after {
  background: url(../image/contactPhohe.svg) center center no-repeat;
  background-size: 20px;
}

.ico_contactEmail::after {
  background: url(../image/contactEmail.svg) center center no-repeat;
  background-size: 20px;
}

.ico_contactMap::after {
  background: url(../image/contactMap.svg) center center no-repeat;
  background-size: 18px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 30px;
  justify-content: space-between;
}

#input-search {
  background: #fff;
}

#information-contact .panel-body h3 {
  margin-bottom: 30px;
}

#information-information #content {
  background: #fff;
  padding: 40px;
}

#information-information #content h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  font-family: 'Akrobat';
  margin-bottom: 20px;
}

#information-information #content > * {
  margin-bottom: 20px;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.article {
  width: 100%;
  max-width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px 16px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-card {
  color: #555;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.article-date {
  margin-bottom: 12px;
}

#product-product #content {
  min-height: max-content;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  color: inherit !important;
  background-color: transparent; 
  border-color: #ddd;
}

.list-group-item.active .ocf-option-values,
.list-group-item.active .scale-nums {
  display: none;
}

.list-group-item.active .ocf-option-name {
  margin-bottom: 0;
}

.ocfilter-option label.ocf-selected {
  color: #009BFF !important;
}

.list-group-item.active button {
  transform: rotate(180deg);
}

@media screen and (min-width: 660px) {
  .news {
      width: calc(100% + 12px);
      margin-left: -6px;
      margin-right: -6px;
  }
}

@media screen and (min-width: 1200px) {
  .news {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
  }
  .article-card {
    font-size: 15px;
  }

  .article-card_big > * {
    margin-bottom: 12px;
  }

  .article {
    padding: 40px 90px 80px;
  }

  .article-img:not(:last-child) {
    margin-bottom: 30px;
  }

  .article .content {
    padding-left: 120px;
    padding-right: 120px;
    width: 100%;
  }

  .article .content > * {
    margin-bottom: 20px;
  }

  .contacts-info {
    margin-bottom: 0;
    max-width: calc(33.33% - 67px);
  }
  .contacts-info:not(:last-child) {
    margin-right: 100px;
  }

  .footer__col {
    width: unset;
    max-width: calc(20% - 15px);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1490px) {
  .news {
      width: calc(100% + 44px);
      margin-left: -22px;
      margin-right: -22px;
  }

  .news > * {
    max-width: calc(33.33% - 44px);
    margin-left: 22px;
    margin-right: 22px;
  }
}

.pagination {
  display: flex;
  list-style: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #009BFF;
  border-color: #009BFF;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  background: #fff;
  color: #009BFF;
}

.pagination>li>a, .pagination>li>span {
  margin-left: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 0;
}

.pagination>li>a, .pagination>li>span {
  color: #222;
}

#product-category h1 {
  margin-top: 0;
}

.product-view {
  display: flex;
  margin-right: 16px;
  border-radius: 20px;
  background: #F6F6F6;
  padding: 3px;
}

.product-view button {
  padding: 4px 13px;
  border-radius: 18px !important;
  transition: all 0.3s ease;
  border: none !important;
}

.product-view button.active {
  background-color: #FFF !important;
}

.product-view button:focus, .product-view button:hover {
  background-color: transparent;
}

.product-view button svg {
  display: block;
  width: 20px;
  height: 20px;
}


.catalog.list {
  flex-direction: column;
}

.catalog.list > * {
  max-width: 100%;
  width: 100%;
}

.catalog.list .product-card {
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.catalog.list .product-card__img {
  height: 140px;
  width: 140px;
  margin-bottom: 0;
}

.catalog.list .product-card__footer {
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-right: 40px;
}

.product-card__description {
  color: #999;
}

.catalog.list .product-card__info {
  max-width: 60%;
}

.catalog.list .price {
  flex-direction: column;
  gap: 8px;
}

.product-main {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .product-card {
      padding: 20px 24px;
  }
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .remove {
  cursor: pointer;
}

.section_product-tabs .form-horizontal .form-group {
  margin: 0;
}

.product__review-group {
  display: flex;
  justify-content: space-between;
}

.review-form__right {
  max-width: 51.3%;
}

.review-form > * {
  width: 100%;
}

.review-form__mark {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #555;
  display: inline-block;
  gap: 12px;
  display: flex;
  align-items: center;
}

.sort-line__right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.input2-placeholder i {
  color: #EA2C27;
}

.input {
  font-size: 15px !important;
  line-height: 19px !important;
}

.star-btn {
  margin-bottom: 0;
}

.radio-block {
  display: flex;
  gap: 24px;
}

.radio-block input {
  margin: 0 !important;
  position: relative !important;
}

.radio-block .radio-inline {
  display: flex;
  gap: 8px;
  align-items: center;
}

#account-newsletter .form-horizontal .form-group {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

#account-newsletter .form-horizontal .form-group:before {
  display: none;
}

#account-wishlist .actions-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#account-wishlist #content,
#account-edit #content,
#account-password #content,
#account-address #content,
#account-order #content,
#account-account #content,
#account-newsletter #content,
#account-reward #content,
#account-return #content,
#account-forgotten #content,
#account-reset #content,
#product-compare #content,
#checkout-cart #content,
#information-contact #content,
#error-not-found #content {
  background: #fff;
  padding: 40px;
  min-height: 500px;
}

#account-login h2 {
  margin-bottom: 16px;
}

#account-newsletter .form-group .control-label,
#account-newsletter .form-group .radio-inline {
  font-size: 18px !important;
}

.actions-block .fa-times:before {
  color: red;
  font-size: 22px;
}

.actions-block .btn-danger:hover {
  background: transparent;
  border-color: transparent;
}

#account-wishlist td {
  vertical-align: middle;
}

.wishlist-product-img {
  height: 66px;
  display: block;
  width: 66px;
  margin: auto;
}

.compare-product-img {
  position: relative;
}

.btn_danger {
  color: #009BFF;
  text-shadow: none;
  padding: 6px 14px;
}

.btn_danger:hover,
.btn_danger:active,
.btn_danger:focus {
  background-color: transparent !important;
  color: #FED02D;
}

#product-compare .btn_primary {
  max-width: 240px;
}

#product-compare .btn_danger {
  position: absolute;
  top: 0;
  right: 0;
  max-width: max-content;
}

#product-compare .btn_danger .fa-times {
  color: red;
  font-size: 18px;
}

#input-sort {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-compare .img-thumbnail {
  border: none;
}

.modal-content {
  border-radius: 0;
}

#cart .dropdown-menu {
  display: none;
}

.btn-burger.active:hover i {
  background: #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn-burger.active i {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-burger.active:hover i::after, .btn-burger.active:hover i::before {
  background: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.logo-menu {
  display: none;
}

header + .container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-burger.active i::after, .btn-burger.active i::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  bottom: 0;
  top: 0;
}

.header__top > .main-link {
  text-transform: uppercase;
  color: #EA2C27;
  width: 100%;
  margin-bottom: 26px;
}

.product__price-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 12px;
  align-items: flex-end;
  justify-content: flex-end;
}

.product__price-block .special-price {
  color: #FED02D;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}

.discount-price {
  color: #999;
  font-size: 16px;
  font-family: Akrobat;
}

.stars {
  cursor: default;
}

.star-btn {
  cursor: pointer;
}

.star-btn .ico {
  width: 20px;
  height: 20px;
}

.ico-star::before {
  background: url(../image/starActive.svg) center center no-repeat;
  background-size: 100%;
}

.star-btn.active .ico::before, .star-btn.hovered .ico::before {
  opacity: 1;
}

.ico-star::after {
  background: url(../image/star.svg) center center no-repeat;
  background-size: 100%;
}

.star-btn.active .ico::after, .star-btn.hovered .ico::after {
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .title {
      font-size: 30px;
      margin-bottom: 30px;
  }

  .mob {
    display: none;
  }

  .btn_bordered {
    min-height: 50px;
    padding: 15px 30px 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: none;
    width: unset;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-drop:hover .header-drop__btn::after {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .btn-language {
    color: #999;
  }
}

.product-card__stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 16px;
  max-width: calc(100% - 60px);
}

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

.product__header .product-mark .ico-star {
  width: 18px;
  height: 18px;
}

.product-dropdown {
  width: 100%;
  padding: 20px 16px 18px;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px #EBEBEB;
  box-shadow: 0px 1px 0px #EBEBEB;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 4px 8px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.header .container {
  overflow: unset;
}

#product-compare .compare__actions {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }

  .col-sm-2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 1199px) {
  .header.active .header__top {
      height: 100vh;
      padding-top: 130px;
      padding-bottom: 56px;
  }

  .tab-pane {
    margin-top: 16px;
    padding: 8px 16px;
  }

  .review-form {
    max-width: 100%;
  }

  .header__main .container {
    flex-wrap: wrap;
  }

  .header.active #logo img:first-child{
    display: none;
  }

  .header.active .logo-menu {
    display: unset;
  }

  .header__top::before {
    content: '';
    display: block;
    width: 100vw;
    height: 0px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #EA2C27;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .header__top .container,
  .header-drop {
    flex-direction: column;
  }

  .search-container .btn_primary:hover .ico::after {
    opacity: 0;
  }

  .search-container .btn_primary:hover .ico::before {
    opacity: 1;
  }

  .btn-login {
    position: fixed;
    top: -30px;
    left: 15px;
    z-index: 3;
    color: #fff;
  }

  .header.active .btn-login {
    top: 92px;
  }

  .btn-login .ico {
    width: 24px;
    height: 24px;
  }

  .search-container .btn_primary {
    background: rgba(255, 255, 255, 0);
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: calc(50% - 11px);
    z-index: 1;
  }
  #logo {
    position: fixed;
    top: 5px;
    left: 69px;
    z-index: 3;
  }

  .search-input {
    min-height: 46px;
    padding: 10px 90px 12px 16px;
  }

  .btn-login .ico::before {
    opacity: 1;
    background: url(../image/userWhite.svg) center center no-repeat;
    background-size: 100%;
  }

  .btn-login .ico::after {
    opacity: 0;
  }

  .header__btns {
    min-height: 69px;
  }

  .desc {
    display: none;
  }

  .search-container::after {
    right: 48px;
  }

  .microphone {
    min-height: 20px;
    min-width: 20px;
    right: 62px;
  }

  .languages {
    position: fixed;
    z-index: 3;
    top: -29px;
    right: 15px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .header.active .languages {
    top: 29px;
  }

  .btn-language {
    color: #fff;
    padding: 2px 9px 2px;
    border-radius: 4px;
    margin-left: 3px;
  }

  .btn-language:not(.active):hover {
    color: #fff;
  }

  .header__top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 2;
  }

  .header__links {
    margin-left: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-drop__container > div:not(:last-child), .header-drop__container > form:not(:last-child) {
    margin-bottom: 16px;
  }

  .product-btns > *:not(:last-child) {
    margin-right: 12px;
  }

  .pagination>li>a, .pagination>li>span {
    padding: 4px 8px;
  }

  .header__main {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .header__catalog {
    order: 5;
  }
}

@media screen and (max-width: 767.9px) {
  .header.active .header__top {
      padding-top: 100px;
  }

  .catalog__pagination {
    gap: 4px;
  }

  .product-view {
    display: none;
  }

  .header.active .header__top::before {
    height: 100px;
  }

  .cart-btn button {
    padding: 0 !important;
  }

  body {
    padding-top: 178px;
  }

  .header.active .btn-login {
    top: 62px;
  }

  .footer > .container {
    padding-top: 40px;
    padding-bottom: 26px;
  }

  .home-about {
    display: flex;
    flex-direction: column-reverse;
  }

  .articles-aside {
    max-width: 100%;
  }

  .header__btns {
    min-height: 44px;
  }
  .header__catalog {
    width: 100%;
    flex-direction: column-reverse;
    order: 2;
    margin-top: 10px
  }

  .btn-burger {
    position: fixed;
    top: 16px;
  }

  .header__catalog > *:last-child {
    margin-bottom: 11px;
  }

  .header__catalog > *:not(:last-child) {
    margin-bottom: 0;
  }

  .mob-tabl {
    display: none;
  }
  #logo {
    left: 53px;
  }
  .search-input {
    min-height: 42px;
  }
  .header.active .languages {
    top: 16px;
  }

  .hidden.modal_search {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .full-mobile {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .swiper-viewport {
    margin-bottom: 40px !important;
  }

  .swiper-pagination {
    bottom: -20px;
  }

  .main-sales {
    gap: 12px;
  }

  .footer__col-header {
    cursor: pointer;
    padding: 19px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #3D3D3D;
    position: relative;
  }

  .footer__col-body {
    max-height: 0;
    overflow: hidden;
  }

  .footer__col-header::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 22px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .footer__col.active .footer__col-header::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc(50% - 3px);
  }

  .footer__col.active .footer__col-body {
    max-height: max-content;
  }

  .header-drop {
    width: 100%;
  }

  .breadcrumb {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    overflow-x: auto;
  }

  .product__body {
    flex-direction: column;
    padding: 20px 16px 30px
  }

  .product-gallery {
    flex-direction: column-reverse;
  }

  .product-gallery__prev {
    flex-direction: row;
    max-width: 100%;
    margin-right: 0;
  }

  .product__review-group {
    flex-direction: column;
  }

  .review-form__left {
    margin-bottom: 20px;
  }

  .review-form__right {
    max-width: 100%;
    margin-bottom: 20px;
  }

  #button-review {
    max-width: 100%;
    margin-top: 50px;
  }

  #product-compare #content {
    padding: 16px;
  }

  #product-compare #content .pull-right {
    float: left;
  }

  .header-drop__container {
    width: 100%;
  }

  #smca-modal-body > .modal-footer,
  #smca-modal-body .modal-body {
    overflow-x: hidden !important;
  }

  #account-login .well {
    padding: 16px;
  }

  #account-login .well .form-group {
    display: flex;
    justify-content: space-between;
  }

  #account-login .well form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #account-login #column-right,
  #account-register #column-right,
  #account-forgotten #column-right {
    display: none;
  }

  #account-forgotten #content,
  #information-contact #content {
    min-height: max-content;
  }

  #account-register .breadcrumb + .row,
  #account-forgotten #content,
  #information-contact #content {
    background: #fff;
    padding: 16px;
  }

  .breadcrumb a {
    white-space: nowrap;
  }

  .article {
    max-width: 100%;
  }

  .contacts {
    flex-direction: column;
  }

  #information-contact .panel-body {
    padding: 20px;
  }

  .header-drop__body {
    width: 100%;
  }

  #review .table-striped {
    width: 100%;
  }

  .container {
    overflow: unset;
  }
}

#checkout-checkout .btn_primary {
  min-width: 110px;
}

#checkout-checkout h1,
#checkout-cart h1,
#information-contact h1,
#error-not-found h1,
#product-category h1 {
  margin-bottom: 32px;
}

#checkout-checkout .panel-default {
  height: max-content;
  overflow: hidden;
}

#button-guest,
#button-payment-method {
  margin-bottom: 16px;
}

#checkout-cart .fa-close:before {
  color: red;
  font-size: 20px;
}

#checkout-cart .btn-danger:hover,
#checkout-cart .btn-danger:active {
  background: transparent;
  border-color: transparent;
}

#information-contact iframe {
  width: 100%;
}

#account-wishlist td s {
  font-size: 16px;
  line-height: 140%;
  color: #999;
  margin-left: 4px;
}