<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* -----------------------------------
* TABLE OF CONTENTS:
* Variables
* Fonts
* Icons and Sprites
* Base
* Typography
* Buttons
* Form
* Header
* Footer
* Registration and Login
* Gallery
* Contacts
* Categories
* Product Details
* Page Error
* Colors Theme
*/
/**
* Variables
*/
:root {
  --black-color: #000000;
  --black-color-a10: rgba(0, 0, 0, 0.10);
  --black-color-a20: rgba(0, 0, 0, 0.22);
  --black-color-a30: rgba(0, 0, 0, 0.33);
  --black-color-a25: rgba(0, 0, 0, 0.25);
  --primary-color: #ED1C24;
  --primary-color-a10: rgba(237, 28, 36, 0.1);
  --primary-color-a20: rgba(237, 28, 36, 0.2);
  --primary-color-a30: rgba(237, 28, 36, 0.3);
  --primary-color-a50: rgba(237, 28, 36, 0.5);
  --primary-color-light: #ED1721;
  --secondary-color: #0A11FF;
  --gray-color: #626263;
  --gray-color-a30: rgba(98, 98, 99, 0.3);
  --gray-color-a60: rgba(98, 98, 99, 0.6);
  --gray-color-580: #585858;
  --gray-color-710: #717172;
  --gray-color-740: rgb(116, 116, 117);
  --gray-color-740-a60: rgba(116, 116, 117, 0.58);
  --gray-color-770: #7d7d7e;
  --gray-color-880: #8e8e8e;
  --gray-color-light: #a1a1a2;
  --gray-color-placeholder: #a1a1a2;
  --red-color: #ff0000;
  --white-color: #ffffff;
  --white-color-a20: rgba(255, 255, 255, 0.20);
  --white-color-a40: rgba(255, 255, 255, 0.40);
  --white-color-a80: rgba(255, 255, 255, 0.80);
  --white-color-a90: rgba(255, 255, 255, 0.93);
  --white-color2: #fdfdff;
  --t-base: 0.2s ease-in-out;
  --t-smooth: cubic-bezier(.215, .61, .355, 1);
  --t-elastic: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --font-size-base: 16px;
  --font-family-default: 'Barlow Condensed', Arial, sans-serif;
  --font-family-secondary: 'Oswald', 'Barlow Condensed', Arial, sans-serif;
  --font-family-decor: 'Quickexpress', sans-serif;
  --container-width: 1330px;
  --header-height: 163px;
  --footer-height: 50px;
  --shadow-dropdown: 0 4px 7px rgba(0, 2, 6, 0.33);
  --border-radius-lg: 0.8125rem;
}


@font-face {
  font-family: 'quick-express';
    src:  url('../fonts/quick-express.ttf.woff') format('woff'),
    url('../fonts/quick-express.ttf.svg#quick-express') format('svg'),
    url('../fonts/quick-express.ttf.eot'),
    url('../fonts/quick-express.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.header__nav-link-textXX {
	color: var(--primary-color);
}



@media screen and (max-width: 1366px) {
  :root {
    --header-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --header-height: 60px;
  }
}

/**
* Fonts
*/
@font-face {
  font-family: 'Quickexpress';
  src: url("../fonts/quick-express.ttf.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald/Oswald-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald/Oswald-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Light.woff2") format("woff2"), url("../fonts/BarlowCondensed/BarlowCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Regular.woff2") format("woff2"), url("../fonts/BarlowCondensed/BarlowCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Bold.woff2") format("woff2"), url("../fonts/BarlowCondensed/BarlowCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Medium.woff2") format("woff2"), url("../fonts/BarlowCondensed/BarlowCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**
* Icons
*/
[class*="icon-"], .slider-button, .select2-container .select2-selection .select2-selection__arrow, .header-cart__remove-icon, .pagination__btn::before, .cart__btn-edit::before, .cart__btn-remove::before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.s-icon {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.s-icon:before {
  content: "";
  display: block;
}

.s-icon-account-user:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1003px;
  width: 105px;
  height: 105px;
}

.s-icon-arrow-chevron-left:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1479px;
  width: 69px;
  height: 123px;
}

.s-icon-arrow-chevron-right:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1854px;
  width: 69px;
  height: 123px;
}

.s-icon-arrow-down:before {
  background-image: url(img/sprite.png);
  background-position: 0px 0px;
  width: 69px;
  height: 39px;
}

.s-icon-arrow-left:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1729px;
  width: 51px;
  height: 123px;
}

.s-icon-arrow-long-intro-view:before {
  background-image: url(img/sprite.png);
  background-position: 0px -632px;
  width: 129px;
  height: 87px;
}

.s-icon-arrow-long-left:before {
  background-image: url(img/sprite.png);
  background-position: 0px -262px;
  width: 81px;
  height: 57px;
}

.s-icon-arrow-long-right-more:before {
  background-image: url(img/sprite.png);
  background-position: 0px -543px;
  width: 129px;
  height: 87px;
}

.s-icon-arrow-long-right:before {
  background-image: url(img/sprite.png);
  background-position: 0px -203px;
  width: 81px;
  height: 57px;
}

.s-icon-arrow-right:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1604px;
  width: 51px;
  height: 123px;
}

.s-icon-close:before {
  background-image: url(img/sprite.png);
  background-position: 0px -321px;
  width: 57px;
  height: 57px;
}

.s-icon-customer-card:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1232px;
  width: 87px;
  height: 120px;
}

.s-icon-ease-payment:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1354px;
  width: 177px;
  height: 123px;
}

.s-icon-facebook:before {
  background-image: url(img/sprite.png);
  background-position: 0px -721px;
  width: 87px;
  height: 87px;
}

.s-icon-free-shipping:before {
  background-image: url(img/sprite.png);
  background-position: 0px -1110px;
  width: 96px;
  height: 120px;
}

.s-icon-google:before {
  background-image: url(img/sprite.png);
  background-position: 0px -905px;
  width: 96px;
  height: 96px;
}

.s-icon-heart:before {
  background-image: url(img/sprite.png);
  background-position: 0px -41px;
  width: 57px;
  height: 51px;
}

.s-icon-icon-close:before {
  background-image: url(img/sprite.png);
  background-position: 0px -94px;
  width: 51px;
  height: 51px;
}

.s-icon-pencil:before {
  background-image: url(img/sprite.png);
  background-position: 0px -147px;
  width: 54px;
  height: 54px;
}

.s-icon-search:before {
  background-image: url(img/sprite.png);
  background-position: 0px -380px;
  width: 78px;
  height: 78px;
}

.s-icon-shopping-add:before {
  background-image: url(img/sprite.png);
  background-position: 0px -810px;
  width: 81px;
  height: 93px;
}

.s-icon-sort:before {
  background-image: url(img/sprite.png);
  background-position: 0px -460px;
  width: 69px;
  height: 81px;
}

[class*="icon-arrow-down"] {
  width: 1.4375rem;
  height: 0.8125rem;
  background-image: url("../img/content/icons/arrow-down.png");
}

[class*="icon-arrow-long-right"] {
  background-image: url("../img/content/icons/arrow-long-right.png");
}

[class*="icon-arrow-btn-more"] {
  background-image: url("../img/content/icons/arrow-long-right-more.png");
}

[class*="icon-google"] {
  background-image: url("../img/content/icons/google.png");
}

[class*="icon-facebook"] {
  background-image: url("../img/content/icons/facebook.png");
}

/**
* Animations
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

@-ms-viewport {
  width: auto;
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

html.rtl {
  direction: rtl;
  text-align: inherit;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 80.5%;
  }
}

body {
  position: fixed;
  width: 100%;
  margin: 0;
  font-family: var(--font-family-default);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--gray-color);
  background: var(--white-color);
}

body.load {
  position: initial;
  width: initial;
}

.show-mobile-menu body {
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  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: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 1;
  -webkit-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
  text-align: center;
  pointer-events: none;
}

.load .preloader {
  opacity: 0;
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.preloader__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.preloader__logotype {
  padding: 6px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.preloader__image {
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .preloader__image {
    max-width: 160px;
  }
}

.preloader__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: --white-color;
  opacity: 0;
}

.load .preloader__progress {
  opacity: 1;
}

.preloader__progress-line-1, .preloader__progress-line-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.preloader__progress-line-1 {
  background-color: var(--primary-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.load .preloader__progress-line-1 {
  -webkit-animation: progressLine1 600ms ease-in 600ms forwards;
          animation: progressLine1 600ms ease-in 600ms forwards;
}

.preloader__progress-line-2 {
  top: -2px;
  left: -2px;
  z-index: 1;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  background-color: var(--white-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.load .preloader__progress-line-2 {
  -webkit-animation: progressLine2 600ms ease-out 1200ms forwards;
          animation: progressLine2 600ms ease-out 1200ms forwards;
}

@-webkit-keyframes progressLine1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes progressLine1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes progressLine2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes progressLine2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

img,
object,
embed,
video,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

a {
  color: inherit;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

.page__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 30px;
}

@media screen and (max-width: 767px) {
  .page__row {
    grid-gap: 0;
  }
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: calc(100vh - (var(--header-height)));
}

.page-content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__row .page-content {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

@media screen and (max-width: 767px) {
  .page__row .page-content {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

.container, .preloader__container {
  max-width: var(--container-width);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section__title {
  margin: 3rem 0;
  font-weight: 300;
  font-size: 2.4125rem;
  line-height: 1;
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  font-family: 'quick-express';
}

@media screen and (min-width: 568px) {
  .section__title {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
    font-size: 2.8125rem;
    text-align: left;
  }
}

[data-toggle] .icon-arrow-down {
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

[data-toggle].is-active .icon-arrow-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

hr {
  margin: 1.125rem 0 1.25rem;
  border-color: var(--gray-color);
}

/**
* Typography
*/
h1, h2 {
  font-family: var(--font-family-secondary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  font-family: 300;
}

figure {
  margin-bottom: 1.5rem;
}

aside h4,
aside h5 {
  font-family: var(--font-family-secondary);
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.6em;
  font-size: 15px;
  line-height: 1.66667em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 1rem;
  }
}

.primary-color,
.color-primary {
  color: var(--primary-color);
}

/**
* Buttons
*/
.button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: none;
  position: relative;
  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;
  height: 2.5rem;
  padding: 0 2.75rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}

.button:focus {
  outline: none;
}

.button--outline {
  border: 1px solid var(--gray-color-770);
  background-color: transparent;
  color: var(--gray-color-770);
}

.button--outline:hover, .button--outline:focus, .button--outline.active {
  color: var(--white-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.button--gray {
  background-color: var(--gray-color-710);
  border-color: var(--gray-color-710);
  color: var(--white-color);
}

.button--gray:hover, .button--gray:focus, .button--gray.active {
  background-color: var(--gray-color-light);
  border-color: var(--gray-color-light);
}

.button--md {
  height: 34px;
  font-size: 15px;
  padding: 0 35px;
}

.button--medium {
  height: 29px;
  font-size: 18px;
}

.button--lg {
  height: 3.125rem;
  font-size: 1.5625rem;
}

.button--rounded-square {
  border-radius: var(--border-radius-lg);
}

.button-more {
  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;
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--primary-color);
  text-decoration: none;
  border-bottom: none;
  background-color: none;
  text-transform: uppercase;
  border-bottom: 1px solid;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .button-more {
    font-size: 1.5625rem;
    border-bottom: none;
  }
}

.button-more__arrow {
  width: 1.72em;
  height: 1.16em;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  margin-left: 1.6em;
}

.button-more:hover .button-more__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

@media (max-width: 767px) {
  .button-more__arrow {
    display: none;
  }
}

.slider-button {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 1.4375rem;
  height: 2.5625rem;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  cursor: pointer;
}

@media screen and (min-width: 375px) and (max-width: 1023px) {
  .slider-button {
    width: 1.25rem;
  }
}

@media screen and (max-width: 374px) {
  .slider-button {
    display: none;
  }
}

.slider-button:hover {
  opacity: 0.6;
}

.slider-button:focus {
  outline: none;
  opacity: 0.6;
}

.slider-button--prev {
  left: 0;
  background-image: url(../img/content/icons/arrow-chevron-left.png);
}

.slider-button--next {
  right: 0;
  background-image: url(../img/content/icons/arrow-chevron-right.png);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1.4375rem;
  height: 1.4375rem;
  margin: 0 0.4375rem !important;
  background-color: var(--gray-color-a60);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gray-color);
}

.toggle-sidebar {
  position: relative;
  z-index: 10;
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .toggle-sidebar {
    display: block;
  }
}

.toggle-sidebar:focus {
  outline: none;
}

.toggle-sidebar__bar {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  border-right: 3px solid var(--primary-color);
}

.toggle-sidebar__bar:after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: -2px;
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
  -webkit-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
  border-radius: 99px;
}

.toggle-sidebar__bar:nth-child(1) {
  margin-left: -8px;
}

.toggle-sidebar__bar:nth-child(1):after {
  top: 0;
}

.toggle-sidebar__bar:nth-child(2):after {
  top: calc(100% - 5px);
}

.toggle-sidebar__bar:nth-child(3) {
  margin-left: 8px;
}

.toggle-sidebar__bar:nth-child(3):after {
  top: 0;
}

.is-active .toggle-sidebar__bar:nth-child(1):after {
  top: calc(100% - 5px);
}

.is-active .toggle-sidebar__bar:nth-child(3):after {
  top: calc(100% - 5px);
}

.btn-favorite {
  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: 2.25rem;
  height: 2.25rem;
  border: 1px solid;
  border-radius: 99px;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.btn-favorite:hover, .btn-favorite:focus {
  border-color: var(--primary-color);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-favorite__icon {
  width: 1.1875rem;
  height: 1.0625rem;
  background-image: url("../img/content/icons/heart.png");
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.btn-favorite:hover .btn-favorite__icon,
.btn-favorite:active .btn-favorite__icon {
  opacity: 0.6;
}

/**
* Forms
*/
.form-groups {
  padding-bottom: 1px;
  margin-bottom: -1.375rem;
}

.form-groups--lg {
  margin-bottom: -1.75rem;
}

@media screen and (max-width: 767px) {
  .form-groups {
    margin-bottom: -16px;
  }
  .form-groups--lg {
    margin-bottom: -1.25rem;
  }
}

.form-group {
  margin-bottom: 1.375rem;
}

.form-groups--lg .form-group {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 16px;
  }
  .form-groups--lg .form-group {
    margin-bottom: 1.25rem;
  }
}

.input-control, .input-select .select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 12px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-appearance: none !important;
  color: var(--gray-color);
  border: 1px solid var(--gray-color);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--white-color);
}

.cart__contacts .input-control, .cart__contacts .input-select .select2-container .select2-selection--single, .input-select .select2-container .cart__contacts .select2-selection--single {
  text-transform: uppercase;
}

.input-control::-webkit-input-placeholder, .input-select .select2-container .select2-selection--single::-webkit-input-placeholder {
  color: var(--gray-color-placeholder);
}

.input-control::-moz-placeholder, .input-select .select2-container .select2-selection--single::-moz-placeholder {
  color: var(--gray-color-placeholder);
}

.input-control:-ms-input-placeholder, .input-select .select2-container .select2-selection--single:-ms-input-placeholder {
  color: var(--gray-color-placeholder);
}

.input-control::-ms-input-placeholder, .input-select .select2-container .select2-selection--single::-ms-input-placeholder {
  color: var(--gray-color-placeholder);
}

.input-control::placeholder, .input-select .select2-container .select2-selection--single::placeholder {
  color: var(--gray-color-placeholder);
}

.input-control:hover, .input-select .select2-container .select2-selection--single:hover, .input-control:focus, .input-select .select2-container .select2-selection--single:focus {
  border-color: var(--gray-color-880);
}

.input-control:focus, .input-select .select2-container .select2-selection--single:focus {
  outline: none;
}

.input-control--lg {
  height: 3.75rem;
  padding: 0.75rem 1.5625rem;
  font-size: 1.5625rem;
}

textarea.input-control, .input-select .select2-container textarea.select2-selection--single {
  height: auto;
}

.checkbox,
.radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: var(--gray-color-400);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.checkbox.disabled,
.radio.disabled {
  pointer-events: none;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.checkbox input[type="checkbox"][disabled] ~ .checkbox__text,
.checkbox input[type="checkbox"][disabled] ~ .radio__text, .checkbox input[type="radio"][disabled] ~ .checkbox__text,
.checkbox input[type="radio"][disabled] ~ .radio__text,
.radio input[type="checkbox"][disabled] ~ .checkbox__text,
.radio input[type="checkbox"][disabled] ~ .radio__text,
.radio input[type="radio"][disabled] ~ .checkbox__text,
.radio input[type="radio"][disabled] ~ .radio__text {
  color: var(--gray-color-400);
  fill: var(--gray-color-400);
  border-color: var(--gray-color-400);
  background-color: var(--gray-color-f40);
  pointer-events: none;
}

.checkbox__text,
.radio__text {
  display: inline-block;
  width: 100%;
  padding-top: 1px;
  margin-left: 9px;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.1em;
  cursor: pointer;
}

.checkbox__text::before, .checkbox__text::after,
.radio__text::before,
.radio__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 99px;
}

.checkbox__text::before,
.radio__text::before {
  margin-top: 0.25em;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
}

.checkbox__text::after,
.radio__text::after {
  width: 7px;
  height: 7px;
  margin: 0.45em 0 0 4px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

@media screen and (max-width: 1023px) {
  .checkbox__text::after,
  .radio__text::after {
    margin-top: 0.5em;
  }
}

.checkbox__input:checked ~ .checkbox__text::after,
.checkbox__input:checked ~ .radio__text::after,
.radio__input:checked ~ .checkbox__text::after,
.radio__input:checked ~ .radio__text::after {
  opacity: 1;
}

.search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 314px;
}

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

.search__group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.search__prepend {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 0 0 22px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .search__prepend {
    padding-top: 7px;
  }
}

.search__prepend-icon {
  width: 1.625rem;
  height: 1.625rem;
  background-image: url("../img/content/icons/search.png");
}

.search__input {
  height: 55px;
  width: 100%;
  padding: 15px 15px 15px 4.0625rem;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-appearance: none !important;
  text-transform: uppercase;
  color: var(--gray-color);
  border: 1px solid var(--gray-color-placeholder);
  background-color: var(--white-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

@media screen and (max-width: 767px) {
  .search__input {
    height: 40px;
    font-size: 18px;
    padding: 11px 15px 11px 4.0625rem;
    background-color: var(--white-color-a40);
  }
}

.search__input:hover, .search__input:focus {
  border-color: var(--gray-color);
  outline: none;
}

.search__input::-webkit-input-placeholder {
  color: var(--gray-color-placeholder);
}

.search__input::-moz-placeholder {
  color: var(--gray-color-placeholder);
}

.search__input:-ms-input-placeholder {
  color: var(--gray-color-placeholder);
}

.search__input::-ms-input-placeholder {
  color: var(--gray-color-placeholder);
}

.search__input::placeholder {
  color: var(--gray-color-placeholder);
}

.select-size {
  position: relative;
  min-width: 2.5rem;
  height: 2.5rem;
  margin: 0.5rem 6px;
  font-size: 22px;
  line-height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.select-size__input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.select-size__input:checked ~ .select-size__value {
  border-color: var(--gray-color);
  background-color: transparent !important;
}

.select-size__value {
  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;
  width: 100%;
  height: 100%;
  padding: 0 4px;
  border: 1px solid transparent;
  border-radius: 99px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.select-size:hover .select-size__value,
.select-size:focus .select-size__value {
  border-color: var(--gray-color);
}

.select-color {
  display: inline-block;
  position: relative;
  margin: 0.5rem 6px;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 992px) {
  .select-color {
    margin: 0.5rem 4px;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.select-color__input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.select-color__input:checked ~ .select-color__value {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
  -webkit-box-shadow: 0 0 12px var(--primary-color-a30);
          box-shadow: 0 0 12px var(--primary-color-a30);
}

.select-color__value {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  -webkit-box-shadow: 0 0 0px var(--black-color-a30);
          box-shadow: 0 0 0px var(--black-color-a30);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.select-color--Red .select-color__value {
  background-color: #fc0000;
}

.select-color--Silver .select-color__value {
  background-color: #C0C0C0;
}

.select-color--White .select-color__value {
  background-color: #FFF;
}

.select-color--Grey .select-color__value {
  background-color: #808080;
}

.select-color--Beige .select-color__value {
  background-color: #F5F5DC;
}

.select-color--blue .select-color__value {
  background-color: #00b9e9;
}

.select-color--purple .select-color__value {
  background-color: #0e1b5f;
}

.select-color--violette .select-color__value {
  background-color: #46145d;
}

.select-color--yellow-light .select-color__value {
  background-color: #fff59b;
}

.select-color--gray-dark .select-color__value {
  background-color: #474747;
}

.select-color--brown .select-color__value {
  background-color: #38302b;
}

.select-color--Black .select-color__value {
  background-color: #000000;
}

.select2-container {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.select2-container .select2-selection--single {
  border: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
}

.select2-container .select2-selection {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding: 0 8px 0 0;
  line-height: inherit;
  color: var(--gray-color);
}

.select2-container .select2-selection .select2-selection__arrow {
  position: relative;
  width: 10px;
  height: 6px;
  background-image: url("../img/content/icons/arrow-down.png");
}

.input-select .select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 13px;
  right: 14px;
}

.select2-container .select2-selection .select2-selection__arrow [role="presentation"] {
  display: none;
}

.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select2-container .select2-dropdown {
  margin-left: -6px;
  border: none;
  border-top: 6px solid var(--primary-color);
  border-radius: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 7px var(--black-color-a30);
          box-shadow: 0 4px 7px var(--black-color-a30);
}

.input-select .select2-container .select2-dropdown {
  margin-left: 0;
  border: none;
}

.select2-container .select2-dropdown--above {
  border-top: none;
  border-bottom: 6px solid var(--primary-color);
}

.select2-container .select2-results__option {
  color: inherit;
}

.input-select .select2-container .select2-results__option {
  padding: 2px 13px;
  font-size: 18px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: var(--white-color);
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
}

.select-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
}

.select-sort__prepend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.1875rem;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.select-sort__prepend-icon {
  margin-right: 0.5rem;
  width: 1.4375rem;
  height: 1.6875rem;
  background-image: url("../img/content/icons/sort.png");
}

.select-sort .select2-search {
  display: none;
}

.select-sort .select2-container .select2-selection {
  min-width: 10.625rem;
}

.qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.qty__input {
  width: 30px;
  padding: 0;
  line-height: 1;
  font-size: 22px;
  text-align: center;
  border: none;
}

.qty__btn {
  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;
  width: 30px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.qty__btn:focus {
  outline: none;
}

.qty__btn:hover, .qty__btn:focus {
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
}

.swiper-scrollbar {
  background-color: var(--gray-color-a30);
}

.swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

.simplebar-scrollbar::before {
  background-color: var(--primary-color);
}

/**
 * Header
 */
.header {
  height: var(--header-height);
}

.header__wrapper {
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: var(--header-height);
  background-color: var(--white-color);
  -webkit-transition: height 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: height 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, height 300ms ease-in-out;
  transition: transform 300ms ease-in-out, height 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.header--sticky .header__wrapper {
  --header-height: 110px;
  -webkit-box-shadow: 0 1px 14px var(--black-color-a10);
          box-shadow: 0 1px 14px var(--black-color-a10);
}

@media screen and (max-width: 1366px) {
  .header--sticky .header__wrapper {
    --header-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header--sticky .header__wrapper {
    --header-height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .header--visible .header__wrapper {
    -webkit-box-shadow: 0 0 0 var(--black-color-a20);
            box-shadow: 0 0 0 var(--black-color-a20);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: height 300ms ease-in-out, -webkit-transform 300ms ease-in-out, -webkit-box-shadow 150ms ease-in-out 150ms;
    transition: height 300ms ease-in-out, -webkit-transform 300ms ease-in-out, -webkit-box-shadow 150ms ease-in-out 150ms;
    transition: transform 300ms ease-in-out, height 300ms ease-in-out, box-shadow 150ms ease-in-out 150ms;
    transition: transform 300ms ease-in-out, height 300ms ease-in-out, box-shadow 150ms ease-in-out 150ms, -webkit-transform 300ms ease-in-out, -webkit-box-shadow 150ms ease-in-out 150ms;
  }
}

.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white-color);
}

.header__row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  padding: 0 5% 0 0;
}

@media screen and (max-width: 1366px) {
  .header__logo {
    padding-right: 2.125rem;
  }
}

@media screen and (max-width: 991px) {
  .header__logo {
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .header__logo {
    padding-top: 0;
    max-width: 140px;
  }
}

@media screen and (max-width: 374px) {
  .header__logo {
    max-width: 120px;
  }
}

.header__logo-link:hover, .header__logo-link:focus {
  outline: none;
  opacity: 0.6;
}

.header__toggler {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .header__toggler {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-right: 14px;
  }
}

.header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 750px;
  margin-right: auto;
  padding-right: 5%;
}

@media screen and (max-width: 1366px) {
  .header__nav {
    padding-right: 2.125rem;
    max-width: 650px;
  }
}

@media screen and (max-width: 991px) {
  .header__nav {
    padding-right: 1.875rem;
    max-width: 60%;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  .header__nav-link {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .header__nav-link {
    font-size: 18px;
  }
}

.header__nav-link::after {
  position: absolute;
  right: 0;
  bottom: -37px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border: 5px solid var(--primary-color);
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.header__nav-link .icon-arrow-down {
  width: 0.82143em;
  height: 0.46429em;
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.header__nav-link:hover .icon-arrow-down {
  opacity: 0.6;
}

.header__nav-link.active::after {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  opacity: 1;
}

.header__nav-link.active .icon-arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}

.header__right-tools {
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5625rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1366px) {
  .header__right-tools {
    font-size: 1.4rem;
  }
}

.header__right-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right-link .slider-button, .header__right-link .select2-container .select2-selection .select2-selection__arrow, .select2-container .select2-selection .header__right-link .select2-selection__arrow, .header__right-link .header-cart__remove-icon, .header__right-link .pagination__btn::before, .header__right-link .cart__btn-edit::before, .header__right-link .cart__btn-remove::before {
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.header__right-link:hover [class*="icon-"], .header__right-link:hover .slider-button, .header__right-link:hover .select2-container .select2-selection .select2-selection__arrow, .select2-container .select2-selection .header__right-link:hover .select2-selection__arrow, .header__right-link:hover .header-cart__remove-icon, .header__right-link:hover .pagination__btn::before, .header__right-link:hover .cart__btn-edit::before, .header__right-link:hover .cart__btn-remove::before {
  opacity: 0.6;
}

.header__account-toggle {
  position: relative;
  padding-right: 8px;
  margin-right: 13px;
}

@media screen and (max-width: 1023px) {
  .header__account-toggle {
    margin-right: 8px;
  }
}

.header__account-toggle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid;
}

.header__account-toggle-icon {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 8px;
  background-image: url(../img/content/icons/account-user.png);
}
.header__account-toggle-icon a:hover {
  background-image: url(../img/content/icons/account-user-on.png);
}

@media screen and (max-width: 1023px) {
  .header__account-toggle-icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header__account-caption {
    display: none;
  }
}

.header__card-toggle-icon {
  width: 1.6875rem;
  height: 1.9375rem;
  background-image: url(../img/content/icons/shopping-add.png);
}

.header__account-toggle--mobile, .header__card-toggle--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__account-toggle, .header__card-toggle {
    display: none;
  }
  .header__account-toggle--mobile, .header__card-toggle--mobile {
    display: block;
  }
}

/**
* Header Account
*/
.header-account {
  min-width: 260px;
  padding: 18px;
  right: 0 !important;
  left: auto !important;
  margin-top: 50px;
  -webkit-transform: none !important;
          transform: none !important;
  border: none;
  border-radius: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: var(--shadow-dropdown);
          box-shadow: var(--shadow-dropdown);
  color: inherit;
}

.header-account__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-account__title {
  margin: 0 1.5rem 0 0;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-account__close {
  width: 20px;
  height: 20px;
  background-image: url("../img/content/icons/close.png");
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  cursor: pointer;
}

.header-account__close:hover {
  opacity: 0.6;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-account__close:focus {
  outline: none;
}

.header-account .form-groups {
  margin-bottom: -1.75rem;
}

.header-account .form-group {
  margin-bottom: 1.75rem;
}

.header-account__input {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  border: none;
  border-bottom: 1px solid var(--gray-color);
  -webkit-appearance: none !important;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.header-account__input::-webkit-input-placeholder {
  color: var(--gray-color-placeholder);
}

.header-account__input::-moz-placeholder {
  color: var(--gray-color-placeholder);
}

.header-account__input:-ms-input-placeholder {
  color: var(--gray-color-placeholder);
}

.header-account__input::-ms-input-placeholder {
  color: var(--gray-color-placeholder);
}

.header-account__input::placeholder {
  color: var(--gray-color-placeholder);
}

.header-account__input:hover, .header-account__input:focus {
  border-color: var(--gray-color-light);
}

.header-account__input:focus {
  outline: none;
}

.header-account__submit {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-account__submit .button {
  height: 30px;
  font-size: 15px;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}

/**
* Mobile menu
*/
.header-nav {
  --header-nav-top: 180px;
}

.header-nav__close {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-nav__close {
    display: block;
  }
}

.header-nav__top {
  position: fixed;
  top: 0;
  z-index: 1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: var(--header-nav-top);
  padding: 0 7%;
}

.header-nav__top::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(26%, var(--white-color-a90)), color-stop(80%, var(--white-color-a20)));
  background-image: -webkit-linear-gradient(left, var(--white-color-a90) 26%, var(--white-color-a20) 80%);
  background-image: linear-gradient(to right, var(--white-color-a90) 26%, var(--white-color-a20) 80%);
}

@media screen and (max-width: 767px) {
  .header-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-nav__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-nav__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: var(--header-nav-top) 0 0 0;
    background-color: var(--white-color);
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@media screen and (max-width: 767px) and (max-width: 567px) {
  .header-nav {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .header-nav--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header-nav .header__nav-container {
    position: relative;
    padding: 0 24px 24px;
    z-index: 1;
    background-color: var(--white-color);
  }
  .header-nav .header__nav-list {
    display: block;
  }
  .header-nav .header__nav-item {
    border-bottom: 1px solid var(--gray-color);
  }
  .header-nav .header__nav-link {
    padding: 4px 24px 4px 0;
  }
  .header-nav .header__nav-link::after {
    display: none;
    bottom: -5px;
  }
  .header-nav .header__nav-link .icon-arrow-down {
    position: absolute;
    left: 0;
    background-image: url("");
    height: 7px;
    width: 7px;
    margin-left: -14px;
  }
  .header-nav .header__nav-link .icon-arrow-down::before, .header-nav .header__nav-link .icon-arrow-down::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-nav .header__nav-link .icon-arrow-down::before {
    left: calc(50% - 1px);
    height: 100%;
    border-left: 1px solid var(--black-color);
  }
  .header-nav .header__nav-link .icon-arrow-down::after {
    top: calc(50% - 1px);
    width: 100%;
    border-top: 1px solid var(--black-color);
  }
  .header-nav .header__nav-link.active .icon-arrow-down {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.toggle-menu {
  position: relative;
  z-index: 1051;
  width: 30px;
  cursor: pointer;
}

.toggle-menu:focus {
  outline: none;
}

.toggle-menu__icon {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background-color: var(--gray-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
}

.toggle-menu--active .toggle-menu__icon:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
}

.toggle-menu--active .toggle-menu__icon:nth-child(2) {
  opacity: 0;
}

.toggle-menu--active .toggle-menu__icon:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
          transform: rotate(-45deg) translate(5px, -4px);
}

/**
* Menu Dropdown
*/
.menu-dropdown {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000;
  padding: 0;
  margin-top: 30px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.menu-dropdown.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-animation: menuShow 200ms ease-in-out 200ms;
          animation: menuShow 200ms ease-in-out 200ms;
}

@media screen and (max-width: 767px) {
  .menu-dropdown {
    display: none;
    margin: 0 0 -2px;
  }
  .menu-dropdown.show {
    display: block;
    position: relative;
    -webkit-animation: none;
            animation: none;
  }
}

.menu-dropdown__container {
  padding: 0;
}

.menu-dropdown__content {
  position: relative;
  border-top: 6px solid var(--primary-color);
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 7px var(--black-color-a30);
          box-shadow: 0 4px 7px var(--black-color-a30);
}

@media screen and (max-width: 767px) {
  .menu-dropdown__content {
    border-top-width: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.menu-dropdown__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/content/icons/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.menu-dropdown__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .menu-dropdown__close {
    display: none;
  }
}

.menu-dropdown__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .menu-dropdown__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-dropdown__column {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  /*min-height: 110px;*/
  padding: 25px 1.875rem 30px 3.75rem;
  background-color: var(--white-color2);
}

@media screen and (max-width: 991px) {
  .menu-dropdown__column {
    padding: 1.875rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-dropdown__column {
    padding: 15px;
    min-height: auto;
  }
}

.menu-dropdown__column:nth-child(2n-1) {
  background-color: var(--primary-color-a10);
}

.menu-dropdown__column-title {
  margin-top: 0;
  margin-bottom: 1.59091em;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  text-transform: uppercase;
}

.menu-dropdown__list {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.94444em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-dropdown__list-link {
  display: block;
}

@-webkit-keyframes menuShow {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menuShow {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**
* Header Cart
*/
.header-cart {
  padding: 0 24px 18px;
  right: 0 !important;
  left: auto !important;
  margin-top: 50px;
  min-width: 260px;
  -webkit-transform: none !important;
          transform: none !important;
  border: none;
  border-radius: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: var(--shadow-dropdown);
          box-shadow: var(--shadow-dropdown);
  color: inherit;
}

.header-cart__top {
  padding: 14px 0 15px;
  position: relative;
}

.header-cart__title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}

.header-cart__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/content/icons/close.png");
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  cursor: pointer;
}

.header-cart__close:hover {
  opacity: 0.6;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-cart__close:focus {
  outline: none;
}

.header-cart__items {
  max-height: 234px;
  padding-right: 11px;
  margin-right: -11px;
}

.header-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-color);
}

.header-cart__item:first-child {
  border-top: 1px solid var(--gray-color);
}

.header-cart__product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-cart__image-block {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 14px;
}

.header-cart__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.header-cart__info-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.22222em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cart__info-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-cart__count {
  margin-right: 6px;
}

.header-cart__cost {
  color: var(--primary-color);
}

.header-cart__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 24px;
  margin: -10px 0;
  cursor: pointer;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.header-cart__remove:hover, .header-cart__remove:active {
  opacity: 0.6;
}

.header-cart__remove:focus {
  outline: none;
}

.header-cart__remove-icon {
  width: 9px;
  height: 9px;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  background-image: url("../img/content/icons/icon-close.png");
}

.header-cart__remove:hover .header-cart__remove-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-cart__total {
  padding: 10px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-cart__total-title {
  margin: 0;
  padding-right: 14px;
  font-weight: 400;
  font-size: 18px;
}

.header-cart__sum {
  font-size: 15px;
  color: var(--primary-color);
}

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

/**
* Intro
*/
.home-intro {
  position: relative;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .home-intro {
    min-height: calc(100vh - (var(--header-height) / 1.5));
  }
}

.home-intro__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-intro__image-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black-color-a25);
  z-index: 2;
}

.home-intro__image-slider {
  height: 100%;
}

.home-intro__image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-intro__container {
  position: relative;
  z-index: 2;
  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;
  height: 100%;
}

.home-intro__content {
  color: var(--white-color);
  text-align: center;
}

.home-intro__title {
  margin-bottom: 0.38667em;
  font-weight: 400;
  font-size: 11.25rem;
  font-family: var(--font-family-second);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-height: 900px) {
  .home-intro__title {
    font-size: 18vh;
  }
}

@media screen and (max-width: 1366px) {
  .home-intro__title {
    font-size: 12vw;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {
  .home-intro__title {
    font-size: 14vh;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .home-intro__title {
    font-size: 14vh;
  }
}

.home-intro__subtitle {
  margin-bottom: 0.52727em;
  font-weight: 300;
  font-size: 6.875rem;
  line-height: 1;
  font-family: var(--font-family-second);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-height: 900px) {
  .home-intro__subtitle {
    font-size: 12vh;
  }
}

@media screen and (max-width: 1366px) {
  .home-intro__subtitle {
    font-size: 10vw;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {
  .home-intro__subtitle {
    font-size: 8vh;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .home-intro__subtitle {
    font-size: 10vh;
  }
}

.home-intro__year {
  margin-bottom: 0.58em;
  font-weight: 300;
  font-size: 6.25rem;
  line-height: 1;
  font-family: var(--font-family-second);
  letter-spacing: 0.08em;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: 'quick-express';
}

@media screen and (max-height: 900px) {
  .home-intro__year {
    font-size: 10vh;
  }
}

@media screen and (max-width: 1366px) {
  .home-intro__year {
    font-size: 8vw;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {
  .home-intro__year {
    font-size: 10vh;
  }
}

.home-intro__view-link {
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-height: 900px) {
  .home-intro__view-link {
    font-size: 4vh;
  }
}

@media screen and (max-width: 1023px) {
  .home-intro__view-link {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {
  .home-intro__view-link {
    font-size: 4vh;
  }
}

.home-intro__view-link [class*="icon-arrow-intro-view"] {
  width: 1.22857em;
  height: 0.82857em;
  background-image: url("../img/content/icons/arrow-long-intro-view.png");
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.home-intro__view-link:hover .icon-arrow-intro-view {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  opacity: 0.5;
}

.intro-page {
  position: relative;
  height: calc(100vh - var(--header-height));
  max-height: 260px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .intro-page {
    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;
  }
}

.intro-page__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.intro-page__cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--white-color-a90)), to(var(--white-color-a40)));
  background-image: -webkit-linear-gradient(left, var(--white-color-a90) 30%, var(--white-color-a40) 70%);
  background-image: linear-gradient(to right, var(--white-color-a90) 30%, var(--white-color-a40) 70%);
}

.intro-page__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-page__content {
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  z-index: 2;
  /*max-width: calc(var(--container-width) - 244*2px);*/
}

.intro-page__title {
  margin-top: 0;
  margin-bottom: 0.41667em;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1;
  color: var(--gray-color-710);
  font-family: 'quick-express';
}

  .intro-page__title.small {
    font-size: 2.5rem;
  }

@media screen and (max-width: 767px) {
  .intro-page__title {
    font-size: 2.5rem;
  }
}

.features {
  padding: 4.375rem 0;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .features {
    padding: 3.5rem 0;
  }
}

@media screen and (max-width: 992px) {
  .features {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 567px) {
  .features {
    font-size: 1.5rem;
  }
}

.features__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 3.125rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .features__row {
    grid-row-gap: 2.24rem;
  }
}

.features__item {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  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;
}

@media screen and (min-width: 768px) {
  .features__item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

.features__icon {
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.features__icon--free-shipping {
  width: 1.06667em;
  height: 1.33333em;
  background-image: url(../img/content/icons/free-shipping.png);
}

.features__icon--customer-card {
  width: 0.96667em;
  height: 1.33333em;
  background-image: url(../img/content/icons/customer-card.png);
}

.features__icon--ease-payment {
  width: 1.96667em;
  height: 1.33333em;
  background-image: url(../img/content/icons/ease-payment.png);
}

.features__text {
  text-transform: uppercase;
}

.product-category__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.875rem 1rem;
}

@media screen and (min-width: 992px) {
  .product-category__row {
    grid-column-gap: 1.875rem;
  }
}

@media screen and (min-width: 1023px) {
  .product-category__row {
    grid-column-gap: 6.2%;
  }
}

@media screen and (max-width: 567px) {
  .product-category__row {
    grid-row-gap: 1rem;
  }
}

.product-category__item {
  position: relative;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding-top: 63.4%;
  background-color: var(--gray-color-580);
  overflow: hidden;
}

@media screen and (max-width: 567px) {
  .product-category__item {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    padding-top: 0;
    height: 100px;
  }
}

.product-category__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  pointer-events: none;
}

.product-category__item:hover::before {
  background-color: var(--primary-color-a10);
}

.product-category__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-category__title {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
  margin-top: 30%;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: var(--white-color);
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
}

@media screen and (max-width: 1366px) {
  .product-category__title {
    margin-top: 7vw;
    font-size: 3.6vw;
  }
}

.product-category__item--center .product-category__title {
  top: 50%;
  left: 50%;
  margin-top: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 567px) {
  .product-category__title {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    margin-top: auto;
    font-size: 1.5rem;
  }
}

.product {
  position: relative;
  text-align: center;
}

.product__image-wrapper {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.product__image-link {
  display: inline;
  text-transform: none;
}

.product__image-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color-a25);
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.product__image-link:hover::before {
  opacity: 1;
}

.product__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.product__image-link:hover .product__image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.product__title {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (min-width: 568px) {
  .product__title {
    font-size: 1.5625rem;
  }
}

.product__cost {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  text-transform: uppercase;
}

@media screen and (min-width: 568px) {
  .product__cost {
    font-size: 1.4375rem;
  }
}

.products__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.5rem 4.9%;
}

@media screen and (min-width: 768px) {
  .products__row {
    grid-row-gap: 2.5rem;
  }
}

.products__item {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

@media screen and (min-width: 480px) {
  .products__item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

@media screen and (min-width: 768px) {
  .products__item {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.products__more {
  padding-top: 2.2rem;
  padding-bottom: 3.5rem;
}

@media screen and (min-width: 768px) {
  .products__more {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.product-trend {
  padding: 0 5%;
}

@media screen and (max-width: 1023px) {
  .product-trend {
    padding: 0;
  }
}

.product-trend__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  grid-column-gap: 2.25rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 1366px) {
  .product-trend__row {
    grid-auto-rows: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .product-trend__row {
    grid-column-gap: 1rem;
  }
}

@media screen and (max-width: 567px) {
  .product-trend__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 75vw;
  }
}

@media screen and (min-width: 568px) {
  .product-trend__column--1, .product-trend__column--4 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  .product-trend__column--2, .product-trend__column--3 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .product-trend__column--2 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .product-trend__column--3 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}

.product-trend__item {
  position: relative;
  height: 100%;
  background-color: var(--gray-color-580);
  overflow: hidden;
}

.product-trend__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  pointer-events: none;
}

.product-trend__item:hover::before {
  background-color: var(--primary-color-a10);
}

.product-trend__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 567px) {
  .product-trend__image {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

.product-trend__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.625rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .product-trend__title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 567px) {
  .product-trend__title {
    font-size: 1.75rem;
  }
}

.product-trend__column--top-right .product-trend__title {
  text-align: right;
}

.product-trend__column--bottom .product-trend__title {
  top: auto;
  bottom: 0;
}

@media screen and (min-width: 568px) {
  .product-trend__column--bottom .product-trend__title {
    padding: 2.375rem 1.5rem;
  }
}

@media screen and (min-width: 568px) {
  .product-trend__column--small .product-trend__title {
    padding: 1.5rem 1rem;
  }
}

.featured {
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .featured {
    padding-bottom: 5.625rem;
  }
}

.featured__slider-wrapper {
  position: relative;
}

@media screen and (min-width: 375px) and (max-width: 1023px) {
  .featured__slider-wrapper {
    padding: 0 34px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .featured__slider-wrapper {
    padding: 0 54px;
  }
}

@media screen and (min-width: 1441px) {
  .featured__slider-wrapper .slider-button--prev {
    margin-left: -54px;
  }
  .featured__slider-wrapper .slider-button--next {
    margin-right: -54px;
  }
}

.featured .swiper-pagination {
  bottom: auto;
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .featured .swiper-pagination {
    margin-top: 44px;
  }
}

.comments {
  position: relative;
  padding-bottom: 8.125rem;
}

@media screen and (max-width: 767px) {
  .comments {
    padding-bottom: 5.25rem;
  }
}

.comments__slider {
  position: relative;
  max-width: 1150px;
  margin: auto;
}

.comments__slider .slider-button {
  top: 192px;
  display: block;
}

.comments__slider .slider-button--prev {
  left: 10%;
  background-image: url("../img/content/icons/arrow-left.png");
}

.comments__slider .slider-button--next {
  right: 10%;
  background-image: url("../img/content/icons/arrow-right.png");
}

@media screen and (max-width: 767px) {
  .comments__slider .slider-button {
    top: 76px;
  }
  .comments__slider .slider-button--prev {
    left: calc(50% - 140px);
  }
  .comments__slider .slider-button--next {
    right: calc(50% - 140px);
  }
}

.comments__slide {
  text-align: center;
}

.comments__image-wrapper {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
}

.comments__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments__text {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.875rem;
  line-height: 1.5em;
  color: var(--gray-color);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .comments__text {
    font-size: 1.4rem;
  }
}

.comments__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .comments__name {
    font-size: 1.4rem;
  }
}

/**
* Categories
*/
.sidebar-categories {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  /*padding: 7.8125rem 0 2.1875rem 0;*/
  padding: 0 0 2.1875rem 0;
}

@media screen and (max-width: 1023px) {
  .sidebar-categories {
    /*padding-top: 8.55rem;*/
  }
}

@media screen and (max-width: 992px) {
  .sidebar-categories {
    /*padding-top: 81px;*/
  }
}

@media screen and (max-width: 767px) {
  .sidebar-categories {
    display: none;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    padding: 3.375rem 0 0;
    text-align: center;
  }
}

.sidebar-categories__section {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .sidebar-categories__section {
    padding-bottom: 16px;
  }
}

.sidebar-categories__section-title {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .sidebar-categories__section-title {
    font-size: 1.75rem;
  }
}

.sidebar-categories__section-title a &gt; span {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-categories__size {
  margin-left: -0.5rem;
}

.sidebar-categories__colors {
  margin-left: -0.5rem;
}

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

.sidebar-list {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sidebar-list__item:not(:last-child) {
  margin-bottom: 0.54545em;
}

.sidebar-list__link span {
  display: inline-block;
}

.products-categories {
  padding-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .products-categories {
    padding-bottom: 2.5rem;
  }
}

.products-categories__filter-row {
  margin-bottom: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .products-categories__filter-row {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 567px) {
  .products-categories__filter-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.products-categories__filter {
  padding-right: 1rem;
  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;
}

@media screen and (max-width: 567px) {
  .products-categories__filter {
    padding: 0 0 24px;
  }
}

@media screen and (max-width: 567px) {
  .products-categories__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products-categories__pagination-end {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 567px) {
  .products-categories__pagination-end {
    padding-top: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products-categories__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 3.375rem 7%;
}

@media screen and (max-width: 1366px) {
  .products-categories__grid {
    grid-column-gap: 3.5%;
  }
}

@media screen and (max-width: 567px) {
  .products-categories__grid {
    grid-row-gap: 1rem;
  }
}

.products-categories__column {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

@media screen and (max-width: 567px) {
  .products-categories__column {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.breadcrumbs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3.75rem 0 1.875rem;
}

.breadcrumbs--offset {
  max-width: calc((var(--container-width) - 30px) - 228px*2);
}

.breadcrumbs-wrapper .breadcrumbs {
  padding: 6.25rem 0 3.125rem;
}

@media screen and (max-width: 992px) {
  .breadcrumbs {
    padding: 2.1875rem 0 1.25rem;
  }
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 2.1875rem 0;
  }
}

.breadcrumbs__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.breadcrumbs__item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 1.25rem;
  border-radius: 99px;
  color: var(--gray-color);
  background-color: currentColor;
}

.breadcrumbs__link {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: var(--gray-color);
  text-transform: uppercase;
}

.breadcrumbs__link.active {
  color: var(--gray-color-880);
  pointer-events: none;
}

@media screen and (max-width: 567px) {
  .breadcrumbs__link {
    font-size: 16px;
  }
}

.pagination {
  line-height: 1;
}

.pagination__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__btn:hover, .pagination__btn:focus {
  opacity: 0.5;
}

.pagination__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
}

.pagination__btn--prev::before {
  background-image: url("../img/content/icons/arrow-long-left.png");
}

.pagination__btn--next::before {
  background-image: url("../img/content/icons/arrow-long-right.png");
}

.pagination__btn, .pagination__link, .pagination__dots {
  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;
  vertical-align: middle;
  min-width: 28px;
  height: 28px;
  font-size: 1.3125rem;
  text-align: center;
  color: var(--gray-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

@media screen and (max-width: 576px) {
  .pagination__btn, .pagination__link, .pagination__dots {
    min-width: 24px;
    height: 24px;
  }
}

.pagination__btn:first-child {
  margin-right: 12px;
}

.pagination__btn:last-child {
  margin-left: 12px;
}

.pagination__link {
  padding: 0 4px;
  margin: 0 8px;
  border: 1px solid;
  border-radius: 99px;
}

/**
* Product Details
*/
.main-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.6875rem;
  padding-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .main-product {
    padding-bottom: calc(2.5rem - 10px);
  }
}

.main-product__visual {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

@media screen and (max-width: 1366px) {
  .main-product__visual {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

@media screen and (max-width: 767px) {
  .main-product__visual {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .main-product__visual {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}

.main-product__preview {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .main-product__preview {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .main-product__preview {
    margin-bottom: 10px;
  }
}

.main-product__preview img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

@media screen and (max-width: 480px) {
  .main-product__preview img {
    position: relative;
    z-index: 10;
    max-height: 360px;
  }
}

.main-product__thumbs {
  padding-bottom: 15px;
}

.main-product__thumbnail img {
  width: 100%;
}

.main-product__right {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

@media screen and (max-width: 1366px) {
  .main-product__right {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}

@media screen and (max-width: 567px) {
  .main-product__right {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}

@media screen and (max-width: 480px) {
  .main-product__right {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

.main-product__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.main-product__cost {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 0.08em;
}

.main-product__params {
  list-style: none;
  padding: 0;
  margin: 0 0 2.375rem;
  max-width: 13.125rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.22222em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .main-product__params {
    margin-bottom: 1rem;
  }
}

.main-product__params li {
  display: inline-block;
  margin: 0 1rem 0.625rem 0;
}

.main-product__params-title {
  color: var(--gray-color-880);
}

.main-product__label-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 400;
  font-size: 1.5625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.main-product__size {
  padding-right: 2.5rem;
  margin: 0 0 1.875rem -0.5rem;
}

@media screen and (max-width: 767px) {
  .main-product__size {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

.main-product__colors {
  margin: 0 0 1.875rem -0.5rem;
}

@media screen and (max-width: 767px) {
  .main-product__colors {
    margin-bottom: 0.75rem;
  }
}

.main-product__description {
  text-transform: uppercase;
}

.main-product__counter {
  padding-right: 6.3%;
}

@media screen and (max-width: 480px) {
  .main-product__counter {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.main-product__added {
  padding-right: 4.8%;
}

@media screen and (max-width: 480px) {
  .main-product__favorite {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.main-product__footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75rem;
}

.main-product__footer &gt; * {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .main-product__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
  .main-product__footer &gt; * {
    padding: 0 8px;
  }
}

@media screen and (max-width: 480px) {
  .main-product__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-product__footer &gt; * {
    padding-right: 0;
  }
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  transition: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  overflow: hidden;
}

.xzoom-preview {
  background: #2f4f4f;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.xzoom-lens {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  cursor: crosshair;
}

.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

.xactive {
  -webkit-box-shadow: 0px 0px 3px var(--primary-color-a30);
          box-shadow: 0px 0px 3px var(--primary-color-a30);
  border: 1px solid var(--primary-color);
}

.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: var(--white-color);
  display: block;
  font-size: 0.75em;
  padding: 10px;
}

.cart {
  padding-top: 7.1875rem;
}
.cart.order {
  padding-top: 0;
}

.cart--wishlist {
  padding-bottom: 4.1875rem;
}

@media screen and (max-width: 767px) {
  .cart {
    padding: 3.375rem 0;
  }
  .cart--wishlist {
    padding-bottom: 0;
  }
}

.cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray-color);
}

.cart__row:first-child {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .cart__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .cart--wishlist .cart__row:last-child {
    border-bottom: 0;
  }
}

.cart__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.5rem;
}

.cart__item:last-child {
  padding-right: 0;
}

.cart__item--1 {
  width: 5%;
}

.cart__item--2 {
  width: 70%;
}

.cart__item--3 {
  width: 10%;
}

.cart--wishlist .cart__item--3 {
  width: 240px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cart--wishlist .cart__item--3 {
    width: 100%;
  }
}

.cart__item--4 {
  width: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart--wishlist .cart__item--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.cart__item--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10%;
  max-width: none;
  text-align: right;
}

@media screen and (max-width: 1366px) {
  .cart__item--1 {
    width: 140px;
  }
  .cart__item--4 {
    width: 195px;
  }
}

@media screen and (max-width: 767px) {
  .cart__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .cart__item:last-child {
    margin-bottom: 0;
  }
}

.cart__item-title {
  margin-top: 0;
  margin-bottom: 0.3em;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .cart__item-title {
    margin-bottom: 12px;
  }
}

.cart--wishlist .cart__item--4 .cart__item-title {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .cart--wishlist .cart__item--4 .cart__item-title {
    display: none;
  }
}

.cart__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cart__item-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cart__item-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 1.75rem;
  margin-left: -0.6rem;
}

@media screen and (max-width: 767px) {
  .cart__item-edit {
    padding-top: 0;
    margin-left: 0;
  }
}

.cart__btn-edit, .cart__btn-remove {
  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;
  width: 38px;
  height: 30px;
  opacity: 0.68;
  cursor: pointer;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.cart__btn-edit:hover, .cart__btn-edit:focus, .cart__btn-remove:hover, .cart__btn-remove:focus {
  outline: none;
  opacity: 1;
}

.cart__btn-edit::before, .cart__btn-remove::before {
  content: "";
  width: 18px;
  height: 18px;
}

.cart__btn-edit::before {
  background-image: url("../img/content/icons/pencil.png");
}

.cart__btn-remove::before {
  background-image: url("../img/content/icons/icon-close.png");
}

.cart__product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .cart__product {
    -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;
  }
}

.cart__product-thumb {
  position: relative;
  width: 100%;
  max-width: 9.0625rem;
  height: 130px;
  margin-right: 14px;
  overflow: hidden;
}

.cart__product-thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--primary-color-a30);
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.cart__product-thumb:hover::before {
  opacity: 1;
}

.cart__product-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 23%;
     object-position: 50% 23%;
}

@media screen and (max-width: 767px) {
  .cart__product-thumb {
    margin: 0 0 14px 0;
  }
}

.cart__product-title {
  margin-top: 0;
  margin-bottom: 0.96em;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.12em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart__product-params {
  list-style: none;
  padding: 0;
  margin: 0 0 -0.66667em -1rem;
  font-size: 1.125rem;
  line-height: 1.22222em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart__product-params li {
  margin-left: 1rem;
  margin-bottom: 0.66667em;
  display: inline-block;
}

.cart__product-params span:first-child {
  color: var(--gray-color-880);
}

@media screen and (max-width: 767px) {
  .cart__product-params {
    font-size: 18px;
  }
}

.cart__cost, .cart__subtotal {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.4375rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: var(--primary-color);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .cart__cost, .cart__subtotal {
    font-size: 22px;
  }
}

.cart__footer {
  margin-top: 5.9375rem;
  padding-bottom: 5.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cart__footer {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .cart__footer {
    -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;
    padding-bottom: 0;
  }
}

.cart__contacts {
  width: 100%;
  max-width: 307px;
  padding-right: 2.125rem;
}

@media screen and (max-width: 767px) {
  .cart__contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 24px;
    padding-right: 0;
  }
}

.cart__contacts-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5625rem;
}

.cart__contacts-submit .button {
  width: 100%;
  max-width: 14.375rem;
}

@media screen and (max-width: 767px) {
  .cart__contacts-submit .button {
    max-width: 100%;
  }
}

.cart__total {
  font-size: 23px;
  line-height: 1.13043em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart__total-col:first-child {
  text-align: right;
  padding-right: .25em;
}

.cart__total-row:not(:last-child) .cart__total-col {
  padding-bottom: 1.25rem;
}

/**
* Gallery
*/
.gallery {
  padding-bottom: 158px;
}

@media screen and (max-width: 1366px) {
  .gallery {
    padding-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    padding-bottom: 1.875rem;
  }
}

.gallery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 420px;
}

@media screen and (max-width: 1366px) {
  .gallery__row {
    grid-auto-rows: 32vw;
  }
}

@media screen and (max-width: 480px) {
  .gallery__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 75vw;
  }
}

.gallery__item {
  position: relative;
  overflow: hidden;
  background-color: var(--gray-color-580);
}

.gallery__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--primary-color-a30);
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.gallery__item:hover::before {
  opacity: 1;
}

.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

@media screen and (max-width: 567px) {
  .gallery__img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

.gallery__item:hover .gallery__img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/**
* Registration and Login
*/
.registration {
  padding: 7.1875rem 0 50px;
}

@media screen and (max-width: 767px) {
  .registration {
    padding: 3.125rem 0 0;
  }
}

.registration__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 10px;
  margin-bottom: 22px;
}

@media screen and (min-width: 768px) {
  .registration__tabs {
    display: none;
  }
}

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

.registration__tabs-item .button {
  width: 100%;
  max-width: 220px;
}

.registration__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}

@media screen and (max-width: 767px) {
  .registration__content {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .registration__column {
    display: none;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -ms-grid-column: 4;
        grid-column-start: 4;
    grid-column-end: 10;
    padding-bottom: 2.5rem;
  }
  .registration__column.active {
    display: block;
  }
  .registration__column:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  .registration__column {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }
}

@media screen and (max-width: 374px) {
  .registration__column {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}

.registration__section {
  /*max-width: 440px;*/
}

@media screen and (max-width: 767px) {
  .registration__section-header {
    text-align: center;
  }
}

.registration__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.28em;
}

.registration__title-text {
  margin-top: 0;
  margin-bottom: 1.3em;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
}

.registration__form-submit {
  margin: 1.375rem 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .registration__form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.registration__form-submit .button {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  .registration__form-submit .button {
    max-width: 320px;
  }
}

.registration-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .registration-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.registration-social__link {
  position: relative;
  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;
  height: 54px;
  width: 54px;
}

.registration-social__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  border: 1px solid var(--gray-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  pointer-events: none;
}

.registration-social__link:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-color: var(--primary-color);
}

.registration-social__icon {
  width: 28px;
  height: 28px;
}

.registration-social__divider {
  margin: 0 1.375rem;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

/**
* Contacts
*/
.contacts {
  padding-top: 45px;
}

@media screen and (max-width: 1023px) {
  .contacts {
    padding-top: 10px;
  }
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .contacts__row-column {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .contacts__map {
    display: none;
  }
}

.contacts__info-block {
  position: relative;
  padding: 13.1875rem 1.5rem 10.4375rem 5%;
  color: var(--white-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 992px) {
  .contacts__info-block {
    padding: 3.125rem 1.5rem;
  }
}

.contacts__info-block::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray-color-740-a60);
  pointer-events: none;
}

.contacts__info-content {
  position: relative;
  z-index: 1;
}

.contacts__info-title {
  margin-top: 0;
  margin-bottom: 0.72727em;
  font-size: 3.4375rem;
  line-height: 1.05455em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contacts__info-title2 {
  margin-top: 0;
  margin-bottom: 0.72727em;
  font-size: 2.4375rem;
  line-height: 1.05455em;
  letter-spacing: 0.08em;
}

.contacts__info-list {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}

.contacts__info-list &gt; li {
  margin-bottom: 1em;
}

.contacts__info-list &gt; li:last-child {
  margin-bottom: 0;
  text-align: center;
}

.contacts__info-map-link {
  font-weight: 500;
  font-size: 32px;
  border-bottom: 1px solid;
}

@media screen and (min-width: 992px) {
  .contacts__info-map-link {
    display: none;
  }
}

.contacts__map-image-example {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-container {
  position: relative;
}

.map-container__touch-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  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: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  cursor: pointer;
}

.map-container__touch-screen:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.active .map-container__touch-screen {
  opacity: 0;
  pointer-events: none;
}

.map-container__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-form {
  width: 100%;
  max-width: 755px;
  padding: 6.25rem 0 4.6875rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .contacts-form {
    padding: 44px 0;
  }
}

.contacts-form__title {
  margin-top: 0;
  margin-bottom: 0.90909em;
  font-size: 2.4375rem;
  line-height: 1.05455em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.contacts-form__title2 {
    font-size: 2rem;
  text-transform: none;
}

@media screen and (max-width: 992px) {
  .contacts-form__title {
    white-space: normal;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contacts-form__title {
    font-size: 2rem;
  }
}

.contacts-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.625rem;
}

.contacts-form__submit .button {
  width: 100%;
  max-width: 230px;
}

/**
* Page Error
*/
.page-error {
  width: 100%;
  text-align: center;
  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;
}

/**
* Footer
*/
.footer {
  padding: 4.375rem 0 5.375rem;
  color: var(--white-color);
  background-color: var(--gray-color-light);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0;
  }
}

.footer__logotype {
  margin-bottom: 1.14286em;
  font-size: 2.1875rem;
  line-height: 1;
  font-family: var(--font-family-decor);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .footer__logotype {
    font-size: 1.6rem;
  }
}

.footer__copyright {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375rem;
  line-height: 1.52174em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.demo-copyright {
    padding: 10px 15px;
    font-size: 1.125rem;
    line-height: 1.11111em;
    letter-spacing: .08em;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    text-transform: uppercase;
}

.demo-copyright a {
    border-bottom: 1px solid transparent;
    color: var(--white-color);
}

.demo-copyright a:hover {
    border-bottom-color: var(--white-color);
}


@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.3rem;
  }
}




/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*# sourceMappingURL=style.css.map */</pre></body></html>