@charset "UTF-8";

.mobile-loadmore-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__close::before,
.side-panel__close::after,
.side-panel-result__item--category::after,
.side-panel-result__item--page::after,
.side-panel-result-products-item__info .price--old::after,
.section-full-header::after,
ul.simple-list li::before {
  content: "";
  display: block;
  position: absolute;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.side-panel-result-products-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header {
  z-index: 9999;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #FFFFFF;
  transition-duration: .4s;
}

body #sticky-wrapper header.header-small {
  padding: 0;
  transition-duration: .4s;
}

.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .social-media {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 33px;
  height: 33px;
  margin-left: auto;
  padding: 10px 9px;
  background: #F7304E;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}

.menu-btn-line,
.menu-btn::after,
.menu-btn::before {
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.menu-btn::after,
.menu-btn::before {
  content: "";
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.menu-btn.close .menu-btn-line {
  display: none;
}

.menu-btn.close::after,
.menu-btn.close::before {
  position: absolute;
  top: 50%;
}

.menu-btn.close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn.close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aside-navigation {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  top: 69px;
  right: -110%;
  width: 340px;
  height: calc(100vh - 69px);
  padding-bottom: 48px;
  padding-right: 3.2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(129, 129, 129, 0.25);
  box-shadow: 0px 4px 10px rgba(129, 129, 129, 0.25);
  border-top-left-radius: 10px;
  text-align: right;
  -webkit-transition: right .4s;
  -o-transition: right .4s;
  transition: right .4s;
}

.aside-navigation.open {
  right: 0;
}

.aside-navigation .menu {
  margin-top: 71px;
}

.aside-navigation .menu .menu-item {
  margin-bottom: 37px;
}

.aside-navigation .menu .menu-item a:hover {
  color: #F7304E;
}

.main-navigation {
  display: none;
  margin-left: auto;
}

.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
}

.main-navigation .menu .menu-item + .menu-item {
  margin-left: 63px;
}

.menu {
  list-style: none;
}

.menu .menu-item a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.menu .menu-item a:hover {
  color: #F7304E;
}

.social-block {
  margin-top: auto;
}

.social-block p {
  font-weight: 400;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 13px;
  padding: 0;
}

.social-media li {
  display: inline-block;
}

.social-media li + li {
  margin-left: 16px;
}

.social-media li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #418ABD;
}

.ic-instagram,
.ic-facebook,
.ic-linkedin {
  fill: #FFFFFF;
}

.ic-youtube {
  width: 19.38px;
  height: 13.71px;
  stroke: #FFFFFF;
  fill: none;
}

.ic-instagram {
  width: 16px;
  height: 16px;
}

.ic-facebook {
  width: 10px;
  height: 19px;
}

.ic-linkedin {
  width: 16px;
  height: 15px;
}

.mobile-loadmore-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__close::before,
.side-panel__close::after,
.side-panel-result__item--category::after,
.side-panel-result__item--page::after,
.side-panel-result-products-item__info .price--old::after,
.section-full-header::after,
ul.simple-list li::before {
  content: "";
  display: block;
  position: absolute;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.side-panel-result-products-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.side-panel {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.side-panel.open-search,
.side-panel.open-cart {
  display: block;
  opacity: 1;
  visibility: visible;
}

.side-panel.open-search .side-panel__cont--search {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.side-panel.open-cart .side-panel__cont--cart {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.side-panel__cont {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 0;
  background-color: white;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-panel__cont--cart .side-panel-result-products-item .title {
  max-width: 60%;
  margin-bottom: 0;
}

.side-panel__cont--cart .side-panel-result-products-item .title span {
  margin-bottom: 1rem;
}

.side-panel__cont--cart .side-panel-result-products-item__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__cont--cart .side-panel-result-products-item__info .side-panel__close {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  margin-left: auto;
}

.side-panel__cont--cart .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 1rem;
}

.side-panel__cont--cart .prices b {
  margin-left: 0.5rem;
}

.side-panel__cont--cart .side-panel__close {
  margin-left: 2rem !important;
}

.side-panel__cont--cart .side-panel-result {
  padding-bottom: 10rem;
}

.side-panel__title {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__title span {
  font-family: 'GilroySemibold', sans-serif;
  font-size: 2rem;
}

.side-panel__title span.gray {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  font-family: 'GilroyRegular', sans-serif;
}

.side-panel__search {
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.side-panel__search input {
  border: none;
  background-color: transparent;
  padding: 1rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.side-panel__search input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.side-panel__search input::-moz-placeholder {
  color: #8d8d8d;
}

.side-panel__search input:-ms-input-placeholder {
  color: #8d8d8d;
}

.side-panel__search input::-ms-input-placeholder {
  color: #8d8d8d;
}

.side-panel__search input::placeholder {
  color: #8d8d8d;
}

.side-panel__search .btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 0;
}

.side-panel__search .btn svg {
  fill: white;
  max-width: 2rem;
  max-height: 2rem;
  margin-right: 1rem;
}

.side-panel__close {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  cursor: pointer;
}

.side-panel__close::before,
.side-panel__close::after {
  width: 2.5rem;
  height: 0.3rem;
  background-color: #858585;
  top: 50%;
  left: 50%;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.side-panel__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.side-panel__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.side-panel-result {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
}

.side-panel-result__item {
  padding: 0 3rem;
}

.side-panel-result__item > a {
  color: #b5143b;
}

.side-panel-result__item > a:hover {
  color: #b5143b;
}

.side-panel-result__item:not(:last-child) span,
.side-panel-result__item:not(:last-child) a {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.side-panel-result__item > a,
.side-panel-result__item > span {
  padding: 2rem 2rem 2rem 0;
  font-family: 'GilroyMedium', sans-serif;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  font-size: 1.6rem;
}

.side-panel-result__item--category::after,
.side-panel-result__item--page::after {
  right: 3rem;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem solid #910C2B;
  border-right: 0.2rem solid #910C2B;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}

.side-panel-result__item--page span {
  color: #b5143b;
  text-decoration: underline;
}

.side-panel-result-products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.side-panel-result-products-item:first-child {
  margin-top: 0;
}

.side-panel-result-products-item:last-child {
  padding-bottom: 3rem;
}

.side-panel-result-products-item:hover .title {
  color: #b5143b;
}

.side-panel-result-products-item__img {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}

.side-panel-result-products-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.side-panel-result-products-item__info .title {
  margin-bottom: 1rem;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  font-family: 'GilroyMedium', sans-serif;
}

.side-panel-result-products-item__info .title .counter {
  max-width: 10rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 3rem;
}

.side-panel-result-products-item__info .price {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel-result-products-item__info .price--old {
  color: #b5143b;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
  .price_wrapper p,
  .price_wrapper span {
    color: #ffffff;
  }
.side-panel-result-products-item__info .price--old::after {
  width: 100%;
  height: .1rem;
  background-color: #b5143b;
  top: 50%;
  -webkit-transform: transformY(-50%) rotate(11deg);
  -ms-transform: transformY(-50%) rotate(11deg);
  transform: transformY(-50%) rotate(11deg);
}

.side-panel-result-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #F0F0F0;
}

.side-panel-result-footer__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel-result-footer__price span.gray {
  margin-right: 0.5rem;
}

.side-panel-result-footer__price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel-result-footer__price b {
  margin-left: 0.5rem;
}

.side-panel-result-footer .btn--vine {
  padding: 1.5rem 0;
  border-radius: 0;
  max-width: 100%;
}

.mobile-loadmore-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__close::before,
.side-panel__close::after,
.side-panel-result__item--category::after,
.side-panel-result__item--page::after,
.side-panel-result-products-item__info .price--old::after,
.section-full-header::after,
ul.simple-list li::before {
  content: "";
  display: block;
  position: absolute;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.side-panel-result-products-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.footer {
  position: relative;
}

.footer-bg {
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: 0 20px;
  border-radius: 10px;
  background: #01426F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-info {
  position: relative;
  overflow: hidden;
  padding: 42px 24px 40px 24px;
  border-radius: 10px;
  color: #FFFFFF;
}

.footer-info::before {
  content: "";
  display: block;
  position: absolute;
  width: 264px;
  height: 264px;
  padding: 18px;
  top: 39px;
  right: -83px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  background-clip: content-box;
}

.footer-info::after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: -80px;
  width: 275px;
  height: 275px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer .information {
  margin-bottom: 56px;
}

.footer .information h2 {
  margin-bottom: 32px;
}

.footer .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer .contact-info + .contact-info {
  margin-top: 24px;
}

.footer .contact-info p {
  line-height: 16px;
}

.footer .contact-info a {
  color: inherit;
  text-decoration: none;
}

.footer .ps-info {
  margin-top: 45px;
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.footer .copyright {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.23px;
}

.ic-address {
  width: 23px;
  height: 30px;
  margin-right: 20px;
}

.ic-address + p {
  margin-top: 9px;
}

.ic-email {
  width: 25px;
  height: 19px;
  margin-right: 16px;
}

.ic-phone {
  width: 25px;
  height: 27px;
  margin-right: 16px;
}

.ic-phone + p {
  margin-top: 6px;
}

.ic-address,
.ic-phone,
.ic-email {
  fill: #F7304E;
}

.warning {
  width: auto;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #F8F8F8;

  text-align: center;
}

.warning-mobile {
  max-width: 100%;
  height: 88px;
  fill: #A6A6A6;
  opacity: 0.75;
}

.warning-desktop {
  display: none;
}

.mobile-loadmore-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__close::before,
.side-panel__close::after,
.side-panel-result__item--category::after,
.side-panel-result__item--page::after,
.side-panel-result-products-item__info .price--old::after,
.section-full-header::after,
ul.simple-list li::before {
  content: "";
  display: block;
  position: absolute;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.side-panel-result-products-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

@-webkit-keyframes widthIn {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes widthIn {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__widthIn {
  -webkit-animation-name: widthIn;
  animation-name: widthIn;
}

html {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-weight: 500;
  color: #1D1D1B;
  overflow-x: hidden;
}

body.noscroll {
  height: 100vh;
  overflow: hidden;
}

h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 89.02%;
}

h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 110%;
}

h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
}

h4 {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 130%;
}

p {
  font-size: 1.4rem;
  line-height: 130%;
}

#scroll-up {
  display: none !important;
}

.wrapper.gray {
  background-color: #F0F0F0;
}

.hidden {
  display: none !important;
}

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

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 129rem;
  padding: 0 2rem;
}

.container--white {
  background-color: white;
}

.container-small {
  max-width: 50rem;
}

section {
  overflow: hidden;
  z-index: 1;
}

.section {
  z-index: 1;
  padding: 5.8rem 0 6.3rem;
}

.section-title {
  margin-bottom: 43px;
}

.section.gray {
  background-color: #F0F0F0;
}

.section-header .btn {
  display: none;
}

.section__btns--mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section--nopading {
  padding: 0;
}

.section--white-cont {
  background-color: white;
  padding-top: 0 !important;
}

.section--has-popup {
  z-index: 5;
}

.section-full-header {
  padding: 3rem 0;
}

.section-full-header::after {
  left: -3rem;
  bottom: 0;
  width: 100vw;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.section-full-header .section-title {
  margin-bottom: 0;
}

.breadcrumbs-section {
  padding-top: calc(9.5rem + 2rem);
  padding-bottom: 2rem;
}

.grid-x3 {
  display: grid;
  grid-gap: 2rem;
}

.grid-x2 {
  display: grid;
  grid-gap: 2rem;
}

.mobile-loadmore-buttons {
  margin-top: 3rem;
}

.grid-x4 {
  display: grid;
}

.charlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #E6E6E6;
}

.charlist-item:first-child {
  border-top: 0.1rem solid #E6E6E6;
}

.charlist-item__name {
  color: #a79f9f;
  max-width: 50%;
}

.charlist-item__value {
  text-align: right;
  max-width: 35%;
}

.media-3x4 {
  margin: 3rem 0;
  width: 100%;
  padding-bottom: 52.25%;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  position: absolute;
}

.dash-list--section {
  background-color: #fff;
}

.dash-list__col:not(:last-child) {
  margin-bottom: 4rem;
}

.dash-list__col > span {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-family: 'GilroySemibold', sans-serif;
}

.mobile-loadmore-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__close::before,
.side-panel__close::after,
.side-panel-result__item--category::after,
.side-panel-result__item--page::after,
.side-panel-result-products-item__info .price--old::after,
.section-full-header::after,
ul.simple-list li::before {
  content: "";
  display: block;
  position: absolute;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.side-panel-result-products-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.page-title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-family: 'GilroySemibold', sans-serif;
  font-weight: normal;
}

.section-title {
  font-size: 2.6rem;
  line-height: 3.4rem;
  margin-bottom: 2rem;
  font-family: 'GilroySemibold', sans-serif;
}

.section-title.white {
  color: white;
}

.sub-title {
  font-size: 2rem;
  line-height: 2.5rem;
}

p,
span,
a,
label,
li,
input,
textarea {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1D1D1B;
  display: block;
}

span {
  color: #292929;
}

span.gray {
  color: #a79f9f;
}

span.vine {
  color: #b5143b;
}

p {
  margin-bottom: 3rem;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

b {
  font-family: 'GilroySemibold', sans-serif;
}

.dash-list--wrap {
  background-color: white;
  margin-left: -3rem;
  margin-bottom: 3rem;
  width: 100vw;
  padding: 3rem;
}

.dash-list--wrap ul {
  margin-top: 3rem;
}

.dash-list--times li .time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.dash-list--times li::before {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 0.1rem !important;
  width: 1.2rem !important;
  background-color: #b7b7b7 !important;
  margin-left: 1rem;
}

.dash-list--times li span:last-child {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.dash-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dash-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dash-list li::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 0.3rem;
  background-color: #b5143b;
  margin-right: 1rem;
  margin-top: 1.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dash-list li .time {
  color: #b5143b;
  width: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dash-list li .price {
  margin-left: auto;
  text-align: right;
  color: #b5143b;
}

.read-more {
  color: #b5143b;
  margin-top: 2rem;
  font-size: 1.5rem;
  cursor: pointer;
}

ul.simple-list {
  padding-bottom: 1rem;
}

ul.simple-list li {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

ul.simple-list li::before {
  height: 0.5rem;
  width: 0.5rem;
  left: 0;
  background-color: #1D1D1B;
  top: 1rem;
  border-radius: 50%;
}

.link {
  color: #b5143b;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.link:hover {
  opacity: .7;
}

.link--underline {
  text-decoration: underline;
}

.mobile-loadmore-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-panel__close::before,
.side-panel__close::after,
.side-panel-result__item--category::after,
.side-panel-result__item--page::after,
.side-panel-result-products-item__info .price--old::after,
.section-full-header::after,
ul.simple-list li::before {
  content: "";
  display: block;
  position: absolute;
}

.media-3x4 video,
.media-3x4 img,
.media-3x4 picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.side-panel-result-products-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20rem;
  height: 4.8rem;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FFFFFF;
  -webkit-transition: background-color .5s linear;
  -o-transition: background-color .5s linear;
  transition: background-color .5s linear;
}

.btn:hover {
  background-color: #E4F4FF;
}

.btn + .btn {
  margin-top: 16px;
}

.btn.rounded {
  border-radius: 26px;
}

.btn.red {
  background: #F7304E;
}

.btn.red:hover {
  background-color: #D01F3A;
}

.btn.tabletki {
  background-image: url(../i);
}

.news-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 244px;
  height: 58px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 1.4rem;
  line-height: 17px;
  background: #F7304E;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
}

.news-btn:hover {
  background-color: #01426F;
}

.news-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16.22px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../images/general/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 480px) {
  .side-panel__cont--cart .prices {
    padding-left: 0;
  }
}

@media only screen and (min-width: 600px) {
  .side-panel__cont {
    width: 50vw;
    min-width: 35rem;
  }

  .warning {
    padding-top: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .warning-mobile {
    display: none;
  }

  .warning-desktop {
    display: block;
    width: 100%;
    height: 102px;
    fill: #A6A6A6;
  }

  .grid-x3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-x2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-loadmore-buttons {
    display: none;
  }

  .grid-x4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .dash-list--section .container > .dash-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dash-list__col:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .social-block {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .social-block p {
    font-size: 1.6rem;
  }

  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 70px 62px 32px 64px;
    border-radius: 20px;
  }

  .footer-info::before {
    top: -20.5rem;
    right: 29.1rem;
    width: 401px;
    height: 401px;
    padding: 28px;
  }

  .footer-info::after {
    width: 424px;
    height: 424px;
    left: auto;
    right: -0.8rem;
    bottom: -25.1rem;
  }

  .footer .information {
    margin-bottom: 32px;
  }

  .footer .information h2 {
    margin-bottom: 43px;
  }

  .footer .information,
  .footer .ps-info,
  .footer .copyright {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer .ps-info {
    margin-bottom: 0;
  }

  .footer .copyright {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
    letter-spacing: 0;
  }

  .ic-address {
    margin-right: 17px;
  }

  .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section__btns--mob {
    display: none;
  }

  .media-3x4 {
    border-radius: 1rem;
    overflow: hidden;
  }

  .dash-list__col:not(:last-child) {
    margin-right: 6rem;
  }

  .page-title {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  .dash-list--wrap {
    width: 100%;
    margin-left: 0;
  }

  .dash-list--wrap .sub-title {
    font-size: 2rem;
    line-height: 1.3;
  }

  .btn + .btn {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media only screen and (min-width: 968px) {
  .header {
    padding: 32px 0;
    overflow: visible;
  }

  .header .header-wrap {
    position: relative;
    width: 93%;
    margin: 0 auto;
  }

  .logo {
    margin-left: 20px;
  }

  .menu-btn {
    width: 95px;
    height: 40px;
    margin-left: 0;
    background: transparent;
    border: 1px solid #F7304E;
    border-radius: 31px;
  }

  .menu-btn .menu-btn-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    background: transparent;
    color: #F7304E;
  }

  .menu-btn .menu-btn-line::before {
    content: "Меню";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.9rem;
  }

  .menu-btn.close .menu-btn-line {
    display: inherit;
  }

  .menu-btn::after,
  .menu-btn::before {
    display: none;
  }

  .aside-navigation {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 59px;
    right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 279px;
    /* height: 273px; */
    height: fit-content;
    padding: 39px 29px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
  }

  .aside-navigation.open {
    opacity: 1;
    visibility: visible;
  }

  .aside-navigation .menu {
    margin: 0;
  }

  .aside-navigation .menu .menu-item {
    margin-bottom: 0;
    text-align: left;
    line-height: 16px;
  }

  .aside-navigation .menu .menu-item + .menu-item {
    margin-top: 28px;
  }

  .aside-navigation .menu .menu-item a {
    color: rgba(0, 0, 0, 0.4);
  }

  .aside-navigation .social-block {
    display: none;
  }

  .main-navigation {
    display: block;
  }

  .menu .menu-item a {
    font-size: 1.4rem;
  }

  .side-panel__cont--cart .side-panel-result {
    padding-bottom: 16rem !important;
  }

  .side-panel__title {
    padding: 5rem 4.5rem;
  }

  .side-panel__title span {
    font-size: 2.5rem;
  }

  .side-panel__search input {
    padding: 3rem 4.5rem;
  }

  .side-panel__close {
    width: 5rem;
    height: 5rem;
  }

  .side-panel__close:hover::before,
  .side-panel__close:hover::after {
    background-color: #b5143b;
  }

  .side-panel-result__item {
    padding: 0 4rem;
  }

  .side-panel-result__item > a,
  .side-panel-result__item > span {
    padding: 3rem 3rem 3rem 0;
  }

  .side-panel-result__item--category::after,
  .side-panel-result__item--page::after {
    right: 4.5rem;
  }

  .side-panel-result-footer__price {
    padding: 3rem 0;
  }

  .side-panel-result-footer .btn--vine {
    padding: 3rem 0;
    font-size: 1.6rem;
  }

  .section {
    padding: 12.5rem 0 9.7rem;
  }

  .section--white-cont {
    background-color: transparent;
  }

  .section--white-cont .container {
    background-color: white;
  }

  .breadcrumbs-section {
    padding-top: calc(11rem + 2rem);
  }

  .grid-x3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
  }

  .grid-x2 {
    grid-gap: 3rem;
  }

  .grid-x4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .dash-list__col:not(:last-child) {
    margin-right: 12rem;
  }

  .section-title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    /* max-width: 50rem; */
  }

  .sub-title {
    font-size: 2.6rem;
    line-height: 1;
  }

  .dash-list--wrap {
    padding: 5rem;
  }
}

.warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (min-width: 768px) {
  .banner-img img {
    max-width: 40rem;
    height: auto;
  }
}
@media (min-width: 900px) {
  .product-img img {
    max-width: 20rem;
    height: auto;
  }
}
@media (max-width: 899px) {
  .product-img img {
    max-width: 15rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .banner-order {
    margin-top: 40px;
  }
}
/* @media (min-width: 768px) {
  .footer {
      padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 120px;
  }
} */

@media only screen and (min-width: 1024px) {
  .footer-bg {
    margin: 0 38px;
  }
  #video .video-container .video {
    height: 550px;
  }
  .lyte-wrapper .lyte .pL .tC .tT {
    margin-top: 20px;
  }
  .wpml-ls-legacy-list-horizontal ul {
    display: inline-flex;
  }

  #scroll-up {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 73px;
    display: none;
    width: 55px;
    height: 55px;
    background-color: #F7304E;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    line-height: 55px;
  }

  #scroll-up svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 13.41px;
    height: 21.75px;
  }
}

@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 7.2rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  .container {
    padding: 0;
  }

  .section--has-sticky {
    overflow: visible;
  }

  .section--white-cont .container {
    padding: 0 4rem;
  }

  .section-full-header::after {
    width: calc(100% + 8rem);
    left: -4rem;
  }
}

@media only screen and (min-width: 1900px) {
  html {
    font-size: 12px;
  }

  .section {
    padding: 12.5rem 0 10.3rem;
  }
}

@media only screen and (max-width: 320px) {
  p,
  span,
  a,
  label,
  li,
  input,
  textarea {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}