/*!
 * https://www.templatemonster.com/ru/authors/netgon/
 */
/* -----------------------------------
 * TABLE OF CONTENTS:
 * Variables
 * Fonts
 * Icons
 * Sprites
 * Base
 * Typography
 * Buttons
 * Form
 * Header
 * Home Intro
 * Page Intro
 * Page
 * Advanteges
 * Product
 * Product Details
 * Cart
 * Gallery
 * About
 * Order
 * Contacts
 * Page Error
 * Footer
 * Colors Theme
 */
/**
 * Variables
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
:root {
  --black-color: #000000;
  --black-color-200: #242424;
  --black-color-300: #343434;
  --black-color-a14: rgba(0, 0, 0, 0.14);
  --black-color-a5: rgba(0, 0, 0, 0.5);
  --black-color-a6: rgba(0, 0, 0, 0.6);
  --gray-color-600: #666666;
  --gray-color-700: #717172;
  --gray-color-750: #7f7f7f;
  --gray-color-900: #9d9b9b;
  --gray-color-light: #A6B2BF;
  --gray-color-lighter: #e4e4e6;
  --gray-color-lighter-f2: #f2f2f2;
  --white-color: #ffffff;
  --white-color-a3: rgba(255, 255, 255, 0.3);
  --white-color-a40: rgba(255, 255, 255, 0.4);
  --white-color-a50: rgba(255, 255, 255, 0.5);
  --white-color-a60: rgba(255, 255, 255, 0.58);
  --blue-color: #278AFE;
  --green-color: #34850e;
  --green-color-a3: rgba(52, 133, 14, 0.3);
  --red-color: #FF5E5E;
  --primary-color: var(--green-color);
  --primary-color-a30: var(--green-color-a3);
  --t-base: 0.25s 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);
  --t-duration-open-menu: 180ms;
  --font-size-base: 16px;
  --font-family-default: 'Oswald', sans-serif;
  --font-family-primary: 'Montserrat', sans-serif;
  --font-family-secondary: 'Saira ExtraCondensed', sans-serif;
  --font-family-decor: 'Mr Dafoe', sans-serif;
  --font-material-icons: 'Material Icons';
  --container-width: 1200px;
  --header-mobile-height: 54px;
  --radius-base: 4px;
  --border-radius-small: 4px;
}

/**
 * Fonts
 */
@font-face {
  font-family: "Material Icons";
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot");
  src: url("../fonts/MaterialIcons/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons/MaterialIcons-Regular.svg#MaterialIcons-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mr Dafoe";
  src: url("../fonts/MrDafoe/MrDafoe-Regular.woff2") format("woff2"), url("../fonts/MrDafoe/MrDafoe-Regular.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: "Saira ExtraCondensed";
  src: url("../fonts/SairaExtraCondensed/SairaExtraCondensed-Light.woff2") format("woff2"), url("../fonts/SairaExtraCondensed/SairaExtraCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saira ExtraCondensed";
  src: url("../fonts/SairaExtraCondensed/SairaExtraCondensed-Regular.woff2") format("woff2"), url("../fonts/SairaExtraCondensed/SairaExtraCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
 * Icons
 */
[class^="icon"], .slider-button__arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

[class="icon-user-account"] {
  background-image: url("../img/content/icons/user-account.png");
}

[class="icon-wishlist"] {
  background-image: url("../img/content/icons/wishlist.png");
}

[class="icon-cart"] {
  background-image: url("../img/content/icons/account-cart.png");
}

[class="icon-small-view"] {
  width: 18px;
  height: 18px;
  background-image: url("../img/content/icons/view.png");
}

[class="icon-small-wishlist"] {
  width: 20px;
  height: 20px;
  background-image: url("../img/content/icons/wishlist.png");
}

[class="icon-social-vk"] {
  background-image: url("../img/content/icons/social-vk.png");
}

[class="icon-social-instagram"] {
  background-image: url("../img/content/icons/social-inst.png");
}

[class="icon-social-facebook"] {
  background-image: url("../img/content/icons/social-facebook.png");
}

[class="icon-arrow-long-left"] {
  background-image: url("../img/content/icons/arrow-long-left.png");
}

[class="icon-arrow-long-right"] {
  background-image: url("../img/content/icons/arrow-long-right.png");
}

/**
 * Sprites
 */
[class*="s-icon"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

[class*="s-icon"]::before {
  content: "";
  display: block;
}

/**
 * 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;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: var(--font-size-base);
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 92%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 86.5%;
  }
}

body {
  margin: 0;
  font-weight: 300;
  font-size: calc(var(--font-size-base) * 1rem);
  line-height: 1.5;
  font-family: var(--font-family-default);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  color: var(--black-color);
  background: var(--white-color);
  opacity: 0;
  overflow: hidden;
}

body.load {
  opacity: 1;
  overflow: initial;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.open-mobile-menu body {
  overflow: hidden;
}

@-ms-viewport {
  width: auto;
}

.preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.load .preloader {
  opacity: 0;
  pointer-events: none;
}

a,
button {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
}

img,
embed,
video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  border: none;
}

svg {
  display: inline-block;
  line-height: 1;
  fill: currentColor;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

hr {
  margin: 1.125rem 0 1.25rem;
  border-color: var(--gray-color);
}

[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);
}

.prlx {
  position: relative;
}

.prlx__image, .home-intro__bg-image, .intro-page__bg-image, .footer__bg-image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlap-text {
  position: relative;
  overflow: hidden;
}

/**
 * Typography
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  line-height: 1.35;
  font-family: var(--font-family-primary);
  letter-spacing: 0.056em;
  color: var(--black-color-200);
}

h3,
.h3,
h4,
.h4 {
  font-family: var(--font-family-secondary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
.h1 {
  margin-top: 0;
  font-weight: 600;
  font-size: 3.125rem;
  text-transform: uppercase;
  color: var(--black-color-300);
}

@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  margin-top: 0;
  font-size: 2.625rem;
  color: var(--black-color-300);
}

@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 374px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h5,
.h5,
h6,
.h6 {
  font-weight: 600;
}

h5,
.h5 {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}

a {
  color: inherit;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a.link-under {
  display: inline-block;
}

a.link-under > span {
  border-bottom: 1px solid transparent;
}

a.link-under > span:hover {
  border-bottom: 1px solid;
}

.no-under {
  border-bottom: none !important;
  text-decoration: none !important;
}

b {
  font-weight: 700;
}

figure {
  margin-bottom: 1.5rem;
}

aside h4,
aside h5 {
  font-family: var(--font-family-secondary);
}

.list-styled {
  padding-left: 0;
  list-style: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}

.list-styled li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.25em;
}

.list-styled li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid var(--primary-color);
}

/**
 * Buttons
 */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 54px;
  padding: 0 4rem;
  border: none;
  border-radius: var(--border-radius-small);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--gray-color-700);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

@media screen and (max-width: 374px) {
  .button {
    padding: 0 3.25rem;
  }
}

.button:focus {
  outline: none;
}

.button--large {
  height: 54px;
  padding: 0 4rem;
}

.button--md {
  height: 45px;
}

.button--sm {
  height: 42px;
  padding: 0 2.75rem;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .button--sm-full {
    width: 100%;
  }
}

.button--black {
  border-color: var(--black-color);
  background-color: var(--black-color);
  color: var(--white-color);
}

.button--black:hover, .button--black:focus {
  border-color: var(--black-color-300);
  background-color: var(--black-color-300);
}

.button--white {
  border: 1px solid var(--gray-color-700);
  background-color: var(--white-color);
  color: var(--black-color);
}

.button--white:hover, .button--white:focus {
  border-color: var(--primary-color);
  color: var(--white-color);
  background-color: var(--primary-color);
}

.button--outline {
  border: 1px solid var(--gray-color-700);
  background-color: transparent;
  color: var(--black-color);
}

.button--outline:hover, .button--outline:focus {
  border-color: var(--primary-color);
  color: var(--white-color);
  background-color: var(--primary-color);
}

.button--outline-sm-white {
  border: 1px solid var(--gray-color-700);
  background-color: transparent;
  color: var(--black-color);
}

.button--outline-sm-white:hover, .button--outline-sm-white:focus {
  border-color: var(--primary-color);
  color: var(--white-color);
  background-color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .button--outline-sm-white {
    border-color: var(--black-color);
    background-color: var(--white-color);
  }
  .button--outline-sm-white:hover, .button--outline-sm-white:focus {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
  }
}

.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.btn-more:hover .btn-more__icon-right {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn-more__icon-right {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 7px;
  -webkit-transition: inherit;
  transition: inherit;
  background-image: url("../img/content/icons/arrow-long-right.png");
}

.slider-button {
  position: absolute;
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity, -webkit-box-shadow;
  transition-property: opacity, -webkit-box-shadow;
  transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow, -webkit-box-shadow;
  cursor: pointer;
}

.product-slider__chevron .slider-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-button__arrow {
  position: relative;
  width: 1.0625rem;
  height: 1.9375rem;
}

.product-slider__chevron .slider-button__arrow {
  width: 2.3125rem;
  height: 4.375rem;
}

@media screen and (max-width: 767px) {
  .product-slider__chevron .slider-button__arrow {
    width: 18px;
    height: 35px;
  }
}

.slider-button--prev .slider-button__arrow {
  background-image: url(../img/content/icons/arrow-left.png);
}

.product-slider__chevron .slider-button--prev .slider-button__arrow {
  background-image: url(../img/content/icons/arrow-chevron-left.png);
}

.slider-button--next .slider-button__arrow {
  background-image: url(../img/content/icons/arrow-right.png);
}

.product-slider__chevron .slider-button--next .slider-button__arrow {
  background-image: url(../img/content/icons/arrow-chevron-right.png);
}

.slider-button:hover {
  opacity: 0.6;
}

.slider-button:focus {
  outline: none;
  opacity: 0.6;
}

.slider-button--prev {
  left: 0;
}

.slider-button--next {
  right: 0;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1.4375rem;
  height: 1.4375rem;
  margin: 0 0.4375rem !important;
  background-color: var(--black-color);
  opacity: 0.27;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.14;
}

.btn-favorite {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.btn-favorite__icon {
  width: 1.6875rem;
  height: 1.6875rem;
  margin-right: 10px;
  background-image: url("../img/content/icons/heart.png");
  opacity: 0.99;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
}

.btn-favorite:hover .btn-favorite__icon {
  opacity: 0.8;
}

/**
 * Forms
 */
.form-groups {
  margin-bottom: -1.5rem;
}

.form-groups--lg {
  margin-bottom: -2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group--lg {
  margin-bottom: 2rem;
}

.form-submit {
  padding-top: 1.5rem;
}

.label {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.input, .select .select2-container .select2-selection--single {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 3.125rem;
  padding: 0.875rem 14px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-family: var(--font-family-default);
  background-color: var(--white-color);
  border-radius: 0;
  border: 1px solid var(--gray-color-900);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: border-color, background-color, opacity, -webkit-transform;
  transition-property: border-color, background-color, opacity, -webkit-transform;
  transition-property: border-color, transform, background-color, opacity;
  transition-property: border-color, transform, background-color, opacity, -webkit-transform;
}

@media screen and (max-width: 767px) {
  .input, .select .select2-container .select2-selection--single {
    font-size: 16px;
  }
}

.input--rounded {
  height: 2.8125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 1.3125em;
  border-radius: var(--radius-base);
}

.input--md {
  height: 2.625rem;
  padding: 10px 12px;
}

.input--small, .select--small .select2-container .select2-selection--single {
  height: 28px;
  padding: 3px 14px;
}

.input:focus, .select .select2-container .select2-selection--single:focus {
  outline: none;
  border-color: var(--black-color);
}

.input::-webkit-input-placeholder, .select .select2-container .select2-selection--single::-webkit-input-placeholder {
  color: var(--black-color-a6);
}

.input::-moz-placeholder, .select .select2-container .select2-selection--single::-moz-placeholder {
  color: var(--black-color-a6);
}

.input:-ms-input-placeholder, .select .select2-container .select2-selection--single:-ms-input-placeholder {
  color: var(--black-color-a6);
}

.input::-ms-input-placeholder, .select .select2-container .select2-selection--single::-ms-input-placeholder {
  color: var(--black-color-a6);
}

.input::placeholder, .select .select2-container .select2-selection--single::placeholder {
  color: var(--black-color-a6);
}

.success .input, .success .select .select2-container .select2-selection--single, .select .select2-container .success .select2-selection--single {
  border-color: var(--green-color);
}

.error .input, .error .select .select2-container .select2-selection--single, .select .select2-container .error .select2-selection--single {
  border-color: var(--red-color);
}

textarea.input, .select .select2-container textarea.select2-selection--single {
  height: auto;
  resize: none;
}

.select {
  display: block;
  line-height: 1;
}

.select2-container {
  font-size: inherit;
}

.select2-container .select2-selection--single {
  border: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
}

.select .select2-container .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 !important;
}

.form-group--append .select .select2-container .select2-selection--single {
  padding-right: 17px;
}

.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;
  line-height: inherit;
  color: var(--black-color);
  text-overflow: clip;
}

.select2-container .select2-selection .select2-selection__placeholder {
  color: var(--black-color-a6);
}

.select2-container .select2-selection .select2-selection__arrow {
  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: 16px;
  width: 16px;
}

.select2-container .select2-selection .select2-selection__arrow::before {
  font-family: var(--font-material-icons);
  content: '\e5c5';
}

.select .select2-container .select2-selection .select2-selection__arrow {
  top: 7px;
  right: 7px;
}

.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 {
  border: none;
  padding: 4px 0;
  -webkit-box-shadow: 0px 0px 16px rgba(139, 160, 192, 0.1), 0px 20px 64px rgba(139, 160, 192, 0.16);
          box-shadow: 0px 0px 16px rgba(139, 160, 192, 0.1), 0px 20px 64px rgba(139, 160, 192, 0.16);
  border-radius: var(--radius-base) !important;
  background: var(--white-color);
}

.select2-container .select2-results .select2-results__options {
  max-height: 228px;
}

.select2-container .select2-results__option {
  position: relative;
  padding-right: 28px;
  padding-left: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  font-size: 15px;
}

.select2-container .select2-results__option[aria-selected="true"], .select2-container .select2-results__option--highlighted[aria-selected] {
  color: var(--black-color);
  fill: var(--black-color);
  background-color: var(--gray-color-lighter-f2);
}

.select2-container .select2-results__option[aria-selected="true"]::after {
  font-family: var(--font-material-icons);
  content: '\E5CA';
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
}

.checkbox,
.radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.375rem;
  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;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.checkbox__text::before, .checkbox__text::after,
.radio__text::before,
.radio__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 99px;
}

.checkbox__text::before,
.radio__text::before {
  margin-top: 0.46667em;
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
}

.checkbox__text::after,
.radio__text::after {
  width: 3px;
  height: 3px;
  margin: 0.73333em 0 0 4px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.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;
}

.qty {
  --qty-size: 2.625rem;
  --qty-border: 1px solid var(--black-color);
  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--sm {
  --qty-size: 32px;
  --qty-border: 1px solid var(--gray-color-750);
}

.qty__input {
  -webkit-appearance: none;
  width: calc(var(--qty-size) + 2px);
  height: var(--qty-size);
  padding: 0 0.25em;
  line-height: 1;
  font-size: 1.25rem;
  text-align: center;
  border: var(--qty-border);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--white-color);
}

.qty--sm .qty__input {
  font-size: 16px;
}

.qty__input:focus {
  outline: none;
}

.qty__btn {
  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;
  width: var(--qty-size);
  height: var(--qty-size);
  padding: 0;
  font-size: calc(var(--qty-size) / 2.2);
  line-height: 1;
  border: var(--qty-border);
  cursor: pointer;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 130ms;
          transition-duration: 130ms;
  background-color: var(--white-color);
}

.qty__btn::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: -1;
  width: 80%;
  height: 80%;
  border-radius: 25%;
  -webkit-box-shadow: 0 0 0 0 var(--primary-color-a30);
          box-shadow: 0 0 0 0 var(--primary-color-a30);
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
}

.qty__btn--down {
  margin-right: -1px;
}

.qty__btn--up {
  margin-left: -1px;
}

.qty__btn:active {
  outline: none;
}

.qty__btn:active::before {
  -webkit-box-shadow: 0 4px 18px 6px var(--primary-color-a30);
          box-shadow: 0 4px 18px 6px var(--primary-color-a30);
}

.qty__btn-icon {
  pointer-events: none;
}

.qty__btn-icon::before, .qty__btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-indent: -9999px;
  background-color: currentColor;
}

.qty__btn-icon::before {
  content: "-";
  width: 12px;
  height: 2px;
}

.qty--sm .qty__btn-icon::before {
  width: 8px;
}

.qty__btn-icon::after {
  content: "+";
  width: 2px;
  height: 12px;
}

.qty--sm .qty__btn-icon::after {
  height: 8px;
}

.qty__btn--down .qty__btn-icon::after {
  display: none;
}

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jq-star {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 4px;
  width: 100%;
  height: 100%;
  color: var(--primary-color);
}

.jq-star-svg [class*="svg"] {
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 80ms;
          transition-duration: 80ms;
}

.jq-star-svg [class*="svg-empty"] {
  fill: var(--gray-color-lighter);
}

.jq-star-svg [class*="svg-hovered"],
.jq-star-svg [class*="svg-active"],
.jq-star-svg [class*="svg-rated"] {
  fill: currentColor;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.34rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--black-color);
}

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0.25em 0.5em;
  border-radius: 50%;
  border: 3px solid;
}

.breadcrumbs__link {
  font-size: 1em;
  line-height: inherit;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  color: inherit;
  white-space: normal;
  border-bottom: 1px solid transparent;
}

.breadcrumbs__link:hover {
  border-bottom: 1px solid;
}

.breadcrumbs__link:focus {
  outline: none;
}

.breadcrumbs__link.active {
  pointer-events: none;
}

.pagination__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;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.pagination__btn, .pagination__link {
  display: inline-block;
  line-height: 1;
  padding: 0.5em;
}

.pagination__link:not(.pagination__link--dot) {
  position: relative;
}

.pagination__link:not(.pagination__link--dot)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.5em);
  margin: auto;
  height: 0;
  border-top: 1px solid transparent;
}

.pagination__link:not(.pagination__link--dot):hover::before, .pagination__link:not(.pagination__link--dot):focus::before, .pagination__link:not(.pagination__link--dot).active::before {
  border-top: 1px solid;
}

.pagination__btn {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}

.pagination__btn:hover, .pagination__btn:focus {
  opacity: 0.6;
}

.pagination__btn [class*="icon"] {
  display: block;
  height: 100%;
}

.pagination__link {
  font-size: 1em;
}

/**
 * Header
 */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header--primary {
  position: absolute;
}

.header--sticky {
  position: fixed;
}

@media screen and (max-width: 992px) {
  .header--sticky {
    -webkit-transition: var(--t-base);
    transition: var(--t-base);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}

@media screen and (max-width: 992px) {
  .header--sticky-visible {
    -webkit-transform: translate(0, 100%) !important;
            transform: translate(0, 100%) !important;
  }
}

.header__wrapper {
  padding-top: 2.5rem;
  background-color: var(--white-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: var(--t-duration-open-menu);
          transition-duration: var(--t-duration-open-menu);
}

@media screen and (min-width: 576px) {
  .header--primary .header__wrapper {
    background-color: transparent;
  }
}

.header--sticky .header__wrapper,
.open-mobile-menu .header__wrapper {
  background-color: var(--white-color);
}

@media screen and (max-width: 992px) {
  .header__wrapper {
    padding-top: 0;
  }
}

.header__container {
  position: relative;
}

.header__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 6.875rem);
}

@media screen and (max-width: 992px) {
  .header__row {
    grid-template-rows: var(--header-mobile-height);
  }
}

.header__top {
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 992px) {
  .header__top {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-column-gap: 12px;
    justify-self: auto;
  }
}

.header__bottom {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .header__bottom {
  }
}

@media screen and (max-width: 992px) {
  .header__bottom {
  }
}

.header__bottom > * {
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 992px) {
  .header__search {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .header__menu {
    grid-row: 2;
  }
}

.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 993px) {
  .header__top-left {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .header__top-left .search-toggle {
    display: none;
  }
}

.header__top-right {
  min-width: 80px;
}

@media screen and (min-width: 993px) {
  .header__top-right {
    display: none;
  }
}

.header__nav-toggle {
  margin-right: 10px;
}

@media screen and (max-width: 992px) {
  .header__logo {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .header__tools {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
  }
}

.header__tools-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.125rem;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--t-duration-open-menu);
          transition-duration: var(--t-duration-open-menu);
}

@media screen and (max-width: 480px) {
  .header__tools-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -8px;
  }
}

.open-mobile-menu .header__tools-container {
  opacity: 0;
  pointer-events: none;
}

.header__tools-item {
  margin-left: 1.125rem;
}

@media screen and (max-width: 480px) {
  .header__tools-item {
    margin-left: 8px;
  }
}

.header__tools-link {
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 1;
}

.header__tools-link:hover {
  opacity: 0.6;
}

.header__tools-link [class*="icon"] {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .header__tools-link {
    width: 22px;
    height: 22px;
  }
}

/**
 * Navigation
 */
@media screen and (max-width: 992px) {
  .top-nav {
    position: fixed;
    top: var(--header-mobile-height);
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    height: calc(100vh - var(--header-mobile-height));
    opacity: 0;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-transition: var(--t-base);
    transition: var(--t-base);
    -webkit-transition-duration: var(--t-duration-open-menu);
            transition-duration: var(--t-duration-open-menu);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .top-nav::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 100%;
    width: 100%;
    height: var(--header-mobile-height);
    background-color: var(--white-color);
    pointer-events: none;
  }
  .top-nav--active {
    opacity: 1;
    pointer-events: all;
  }
  .header--sticky .top-nav {
    top: var(--header-mobile-height);
    height: calc(100vh);
  }
}

@media screen and (max-width: 992px) {
  .top-nav__wrapper {
    display: grid;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media screen and (max-width: 992px) {
  .top-nav__container {
    display: grid;
    grid-template-rows: auto 1fr;
  }
}

.top-nav__search {
  display: grid;
  padding: 4px 15px;
}

@media screen and (min-width: 993px) {
  .top-nav__search {
    display: none;
  }
}

.top-nav__search-form {
  -ms-flex-item-align: center;
      align-self: center;
}

.top-nav__search-group {
  position: relative;
}

.top-nav__search-button {
  opacity: 0.6;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  position: absolute;
  top: 9px;
  left: 13px;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  background-image: url("../img/content/icons/search.png");
  cursor: default;
}

.top-nav__search-input {
  -webkit-appearance: none;
  padding-left: 3rem;
}

.top-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1365px) {
  .top-nav__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .top-nav__menu {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 80px 0;
  }
}

.top-nav__item {
  display: inline-block;
  padding-left: 3.85%;
  padding-right: 3.85%
}

@media screen and (max-width: 1365px) {
  .top-nav__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .top-nav__item {
    margin-bottom: 1rem;
  }
}

.top-nav__link {
  display: inline;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--black-color);
  border-bottom: 1px solid transparent;
}

.top-nav__link.active, .top-nav__link:hover {
  color: var(--black-color);
  border-bottom: 1px solid;
}

.top-nav__link:focus {
  outline: none;
}

@media screen and (max-width: 1199px) {
  .top-nav__link {
    font-size: 1.25rem;
    display: inline-block;
    padding: 4px;
  }
}

@media screen and (max-width: 480px) {
  .top-nav__link {
    font-size: 1.25rem;
  }
}

.top-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc(100% - 30px);
  color: var(--white-color);
  background-color: var(--black-color);
}

@media screen and (max-width: 992px) {
  .top-nav__dropdown {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
}

.top-nav__dropdown-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.25rem;
  padding: 4.375rem 0;
  margin: 0 1.5rem 0 5rem;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .top-nav__dropdown-row {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1.5rem;
    margin: 0 15px;
  }
}

.top-nav__dropdown-list {
  padding-left: 0;
  margin-bottom: -1.25rem;
  list-style: none;
}

.top-nav__dropdown-item {
  margin-bottom: 1.25rem;
}

.top-nav__dropdown-link {
  display: inline;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}

.top-nav__dropdown-link:hover {
  color: inherit;
  border-bottom: 1px solid;
}

.top-nav__dropdown-link:focus {
  outline: none;
}

@media screen and (max-width: 480px) {
  .top-nav__dropdown-link {
    font-size: 14px;
  }
}

.nav-toggle {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
}

.nav-toggle::before, .nav-toggle::after {
  content: "";
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: var(--t-duration-open-menu);
          transition-duration: var(--t-duration-open-menu);
  -webkit-transition-property: width, margin, -webkit-transform;
  transition-property: width, margin, -webkit-transform;
  transition-property: transform, width, margin;
  transition-property: transform, width, margin, -webkit-transform;
}

.nav-toggle::before, .nav-toggle__span, .nav-toggle::after {
  display: block;
  margin: 4px 0;
  border-top: 2px solid;
}

.nav-toggle--active::before, .nav-toggle--active::after {
  width: 50%;
}

.nav-toggle--active::before {
  margin: 0 0 -2px -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-toggle--active::after {
  margin: -2px 0 0 -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-toggle {
  position: relative;
  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: 24px;
  height: 24px;
  padding: 0;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--t-duration-open-menu);
          transition-duration: var(--t-duration-open-menu);
}

.open-mobile-menu .search-toggle {
  opacity: 0;
  pointer-events: none;
}

.search-toggle__icon {
  width: 22px;
  height: 22px;
  background-image: url("../img/content/icons/search.png");
  cursor: default;
}

/**
 * Search
 */
.top-search__group {
  position: relative;
}

.top-search__prepend {
  opacity: 0.6;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.top-search__prepend-icon {
  position: absolute;
  top: 8px;
  left: 14px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/content/icons/search.png");
  cursor: default;
}

.top-search__input {
  -webkit-appearance: none;
  width: 100%;
  max-width: 150px;
  height: 30px;
  padding: 8px 15px 8px 38px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  border: 1px solid var(--gray-color-600);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 175ms;
          transition-duration: 175ms;
  -webkit-transition-property: max-width;
  transition-property: max-width;
}

.top-search__input::-webkit-input-placeholder {
  color: var(--black-color-a6);
}

.top-search__input::-moz-placeholder {
  color: var(--black-color-a6);
}

.top-search__input:-ms-input-placeholder {
  color: var(--black-color-a6);
}

.top-search__input::-ms-input-placeholder {
  color: var(--black-color-a6);
}

.top-search__input::placeholder {
  color: var(--black-color-a6);
}

.top-search__input:focus {
  max-width: 100%;
  border-radius: 0;
  outline: none;
}

.top-search__input:focus ~ .top-search__prepend {
  opacity: 1;
}

/**
 * Page
 */
.page-content {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .page-content {
    padding-top: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-content {
    padding-bottom: 4.5rem;
  }
}

@media screen and (max-width: 480px) {
  .page-content {
    padding: 3.5rem 0;
  }
}

.page-content--home {
  padding: 9.6875rem 0 9.375rem;
}

@media screen and (max-width: 767px) {
  .page-content--home {
    padding: 6.5rem 0 4.5rem;
  }
}

@media screen and (max-width: 575px) {
  .page-content--home {
    padding: 5rem 0 4.5rem;
  }
}

.page-products-carousel {
  padding-bottom: 1rem;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.75rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .section__header {
    margin-bottom: 1.5rem;
  }
}

.home-about .section__header {
  margin-bottom: 2.5rem;
}

.section__about {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.875rem;
}

@media screen and (max-width: 480px) {
  .section__about {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

.section__about-left {
  grid-column: 2 / 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .section__about-left {
    grid-column: 1 / 6;
  }
}

@media screen and (max-width: 480px) {
  .section__about-left {
    grid-column: 1 / -1;
    margin-bottom: 1.875rem;
  }
}

.section__about-right {
  grid-column: 6 / 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .section__about-right {
    grid-column: 6 / 13;
  }
}

@media screen and (max-width: 480px) {
  .section__about-right {
    grid-column: 1 / -1;
  }
}

.section__about-text {
  text-transform: uppercase;
}

.section__about-text:last-of-type {
  margin-bottom: 0;
}

.home-products {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .home-products {
    margin-bottom: 3.5rem;
  }
}

.products-featured {
  padding: 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .products-featured {
    padding: 3.5rem 0;
  }
}

.content-decor {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  opacity: 0.22;
  pointer-events: none;
}

@media screen and (max-width: 1365px) {
  .content-decor img {
    max-width: 75%;
  }
}

@media screen and (max-width: 1023px) {
  .content-decor img {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .content-decor img {
    max-width: 50%;
  }
}

.page-products .content-decor--1 {
  top: 9.5rem;
  left: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.page-products .content-decor--2 {
  top: 44%;
  right: 0;
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
}

.page-products .content-decor--3 {
  bottom: 23rem;
  left: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.page-products-carousel .content-decor--1 {
  bottom: 6.625rem;
  left: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.page-products-carousel .content-decor--2 {
  top: 6.875rem;
  right: 0;
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
}

.page-content--gallery .content-decor--1 {
  top: 19.375rem;
  left: 0;
}

.page-content--gallery .content-decor--2 {
  top: 6.625rem;
  right: 0;
}

.page-content--details .content-decor--1 {
  top: 10.625rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page-content--details .content-decor--1 {
    top: 30rem;
    -webkit-transform: translateX(-14%);
            transform: translateX(-14%);
  }
}

.page-content--details .content-decor--2 {
  top: 25.375rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-content--details .content-decor--2 {
    top: 43.75rem;
    -webkit-transform: translateX(14%);
            transform: translateX(14%);
  }
}

.page-content--details .content-decor--3 {
  top: 54.375rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page-content--details .content-decor--3 {
    top: 75.75rem;
  }
}

.page-content--cart .content-decor--1 {
  top: 11.875rem;
  left: 0;
}

.page-content--cart .content-decor--2 {
  bottom: 260px;
  right: 0;
}

.content-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.content-bg img {
  max-width: none;
}

.product-related__section-header {
  margin-bottom: 1.5rem;
}

.product-related__section-title {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: var(--font-family-primary);
  text-transform: uppercase;
}

/**
 * Page Error
 */
.page-error__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 5.75rem;
  justify-items: center;
  padding: 0 4.75rem;
}

@media screen and (max-width: 767px) {
  .page-error__container {
    grid-row-gap: 3.5rem;
  }
}

/**
 * Home Intro
 */
.home-intro {
  position: relative;
  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;
  min-height: 100vh;
  padding-top: 16.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .home-intro {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 480px) {
  .home-intro {
    padding-top: 4rem;
  }
}

.home-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.home-intro__bg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 0 2rem 1.125rem rgba(255, 255, 255, 0.95), 0 0 4rem 3rem white, 0 -2rem 4rem 3rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2rem 1.125rem rgba(255, 255, 255, 0.95), 0 0 4rem 3rem white, 0 -2rem 4rem 3rem rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .home-intro__bg-image {
    -o-object-position: 0% 100% !important;
       object-position: 0% 100% !important;
  }
}

.home-intro__content {
  max-width: 49.75rem;
  padding-bottom: 5rem;
  text-align: center;
}

.home-intro__title {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 42px;
  line-height: 1.52381em;
  font-weight: 500;
  color: var(--primary-color);
}

@media screen and (max-width: 575px) {
  .home-intro__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .home-intro__title {
    font-size: 1.8rem;
  }
}

.home-intro__desc {
  padding: 0 5%;
  margin-top: 0;
  margin-bottom: 1.66667em;
  font-size: 1.5rem;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .home-intro__desc {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 374px) {
  .home-intro__desc {
    font-size: 12px;
  }
}

/**
 * Page Intro
 */
.intro-page {
  position: relative;
  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;
  min-height: 350px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.intro-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.intro-page__bg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color-a60);
  z-index: 1;
  pointer-events: none;
}

.intro-page__title {
  margin-bottom: 0.75em;
  line-height: 1.15;
  color: var(--primary-color);
}

@media screen and (max-width: 575px) {
  .intro-page__title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .intro-page__title {
    font-size: 2.2rem;
  }
}

/**
 * advantege
 */
.advantege {
  --offset-image: 24%;
}

.advantege__row {
  display: grid;
  grid-template-columns: 1fr 24.78632% 16.66667%;
  grid-column-gap: 13.67521%;
}

@media screen and (max-width: 1365px) {
  .advantege__row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 9.40171%;
  }
}

@media screen and (max-width: 1023px) {
  .advantege__row {
    grid-template-columns: repeat(8, 1fr);
    grid-row-gap: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .advantege__row {
    grid-template-columns: repeat(8, 1fr);
    grid-row-gap: 6rem;
  }
}

@media screen and (max-width: 374px) {
  .advantege__row {
    grid-row-gap: 5.5rem;
  }
}

.advantege__item {
  position: relative;
  padding-left: calc(var(--offset-image) + 15px);
}

@media screen and (min-width: 768px) {
  .advantege__item {
    padding-left: 0;
  }
  .advantege__item--first {
    padding-left: 3.24786%;
  }
  .advantege__item--second {
    padding-left: 2.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .advantege__item--first {
    padding-left: 10.27027%;
  }
  .advantege__item--second {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .advantege__item {
    grid-column: span 4;
  }
  .advantege__item--first {
    grid-column: 4 / 8;
  }
  .advantege__item--second {
    grid-column: 2 / 6;
  }
  .advantege__item--third {
    grid-column: 6 / 9;
  }
}

@media screen and (max-width: 767px) {
  .advantege__item--second {
    grid-column: 1 / 5;
  }
  .advantege__item--third {
    grid-column: 5 / 9;
  }
}

@media screen and (max-width: 575px) {
  .advantege__item {
    grid-column: span 8;
  }
}

.advantege__image-wrap {
  opacity: 0.3;
}

@media screen and (max-width: 576px) {
  .advantege__image-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: var(--offset-image);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.advantege__product-img {
  position: absolute;
  bottom: -1.75rem;
  left: -1rem;
}

@media screen and (max-width: 576px) {
  .advantege__product-img {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 80px;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .advantege__product-img {
    max-width: 66px;
  }
}

@media screen and (min-width: 768px) {
  .advantege__item--second .advantege__product-img {
    left: -0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .advantege__item--second .advantege__product-img {
    left: -22.1519%;
  }
}

@media screen and (min-width: 1366px) {
  .advantege__item--second .advantege__product-img {
    left: -24.13793%;
  }
}

@media screen and (min-width: 768px) {
  .advantege__item--third .advantege__product-img {
    left: -19%;
  }
}

@media screen and (min-width: 1024px) {
  .advantege__item--third .advantege__product-img {
    left: -24.05063%;
  }
}

@media screen and (min-width: 1366px) {
  .advantege__item--third .advantege__product-img {
    left: -38.97436%;
  }
}

.advantege__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: var(--font-family-default);
  text-transform: uppercase;
}

.promo {
  position: relative;
}

.promo__bg {
  position: relative;
  z-index: -1;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 767px) {
  .promo__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white-color-a40);
    z-index: 1;
  }
}

.promo__bg-image {
  width: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo__content {
  position: absolute;
  top: 20%;
  left: calc(4% - 15px);
  width: 100%;
  max-width: calc(29.375rem + 30px);
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .promo__content {
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.promo__title {
  margin-bottom: 0;
  padding-bottom: 0.92em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .promo__title {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 374px) {
  .promo__title {
    font-size: 1.9rem;
  }
}

/**
 * Product
 */
.products__tools {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .products__tools {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products__tools-right {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .products__tools-right {
    margin-left: 0;
  }
}

.products__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 4.5rem;
}

@media screen and (max-width: 1199px) {
  .products__row {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 3.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .products__row {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media screen and (max-width: 1023px) {
  .products__row {
    grid-row-gap: 0;
  }
}

.products__page-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 6.875rem;
}

@media screen and (max-width: 1199px) {
  .products__page-row {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 5.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .products__page-row {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media screen and (max-width: 1023px) {
  .products__page-row {
    grid-row-gap: 0;
  }
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products__footer {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.5641%;
}

@media screen and (max-width: 1199px) {
  .products__footer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .products__footer {
    margin-top: 3.5rem;
  }
}

.products__more-link {
  grid-column: -1 / 4;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .products__more-link {
    grid-column: -1 / 3;
  }
}

@media screen and (max-width: 992px) {
  .products__more-link {
    grid-column: 1 / 4;
  }
}

.products__bottom-pagination {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products__bottom-pagination .pagination {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .products__bottom-pagination .pagination {
    margin-right: auto;
  }
}

.product {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.875rem 1rem 3.125rem;
  background-color: var(--white-color);
}

.product-related .product {
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 575px) {
  .product {
    padding: 1.5rem 0.5rem;
  }
  .product-related .product {
    padding-bottom: 1.5rem;
  }
}

.product__nav {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.product__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.16;
  z-index: -1;
}

.product:hover .product__nav {
  opacity: 1;
  pointer-events: all;
}

.product__nav-btn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 32px;
  height: 32px;
  margin-right: 1.625rem;
  color: var(--black-color);
}

.product__nav-btn:last-child {
  margin-right: 0;
}

.product__nav-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  background-color: var(--white-color);
  z-index: -1;
}

.product__nav-btn:hover {
  -webkit-transform: translate3d(0px, -2px, 0);
          transform: translate3d(0px, -2px, 0);
}

.product__nav-btn:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.product__nav-icon-add::before, .product__nav-icon-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--black-color);
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.product__nav-icon-add::before {
  width: 2px;
  height: 16px;
}

.product__nav-icon-add::after {
  width: 16px;
  height: 2px;
}

.product__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  margin-bottom: 1.75rem;
}

.product-slider__item .product__image-wrapper {
  height: 12.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 575px) {
  .product-slider__item .product__image-wrapper {
    height: 10rem;
  }
}

.product-related .product__image-wrapper {
  height: 10rem;
  margin-bottom: 1rem;
}

.product__img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.product:hover .product__img {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  opacity: 0.8;
}

.product-slider__item .product:hover .product__img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 992px) {
  .product__img {
    max-width: 67%;
  }
}

@media screen and (max-width: 575px) {
  .product__img {
    max-width: 84%;
  }
}

.product__title {
  margin-top: 0;
  margin-bottom: 1.6em;
  font: normal 400 15px/1.6em var(--font-family-default);
  color: var(--black-color-300);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-related .product__title {
  margin-bottom: 1.46667em;
}

@media screen and (max-width: 767px) {
  .product__title {
    font-size: 12px;
  }
}

.product__cost {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  color: var(--primary-color);
}

.product-slider {
  padding: 0 34px;
}

.product-related .product-slider {
  padding: 0 17px;
}

.product-slider__container {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .product-slider {
    padding: 0 54px;
  }
}

@media screen and (min-width: 1200px) {
  .product-slider {
    padding: 0 10.68376%;
  }
}

.product-slider .slider-button {
  bottom: 0;
  height: calc(100% - 2.1875rem);
  width: 2.0625rem;
  padding: 0.5rem;
  background-color: var(--white-color);
}

.product-slider .slider-button--prev {
  right: 100%;
  left: auto;
}

.product-slider .slider-button--prev:hover {
  -webkit-box-shadow: 1.5rem 0 1.5rem 2px var(--primary-color-a30);
          box-shadow: 1.5rem 0 1.5rem 2px var(--primary-color-a30);
}

.product-slider .slider-button--next {
  right: auto;
  left: 100%;
}

.product-slider .slider-button--next:hover {
  -webkit-box-shadow: -1.5rem 0 1.5rem 2px var(--primary-color-a30);
          box-shadow: -1.5rem 0 1.5rem 2px var(--primary-color-a30);
}

.product-slider .slider-button__arrow {
  position: absolute;
  top: 1.875rem;
  right: 0;
  left: 0;
  margin: auto;
}

.product-slider__chevron .slider-button {
  height: 100%;
  width: auto;
  padding: 0.75rem;
}

.product-slider__chevron .slider-button__arrow {
  position: relative;
  top: 0;
}

.product-related .product-slider .slider-button {
  height: 100%;
}

.product-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.product-slider .swiper-pagination {
  bottom: auto;
  position: relative;
  margin-top: 0.75rem;
}

/**
 * Product Details
 */
.product-details {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .product-details {
    margin-bottom: 3rem;
  }
}

.product-details__row {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-column-gap: 5.98291%;
  margin-bottom: 5.25rem;
}

@media screen and (max-width: 767px) {
  .product-details__row {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2.25rem;
    margin-bottom: 4rem;
  }
}

.product-details__slider {
  align-self: start;
  display: grid;
  grid-template-columns: 28.20513% 1fr;
  grid-column-gap: 5.12821%;
}

.product-details__main-slider {
  width: 100%;
  grid-column: 2;
  grid-row: 1;
}

.product-details__slide, .product-details__thumb {
  background-color: var(--gray-color-lighter-f2);
}

.product-details__slide-img, .product-details__thumb-img {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details__slide {
  width: 100% !important;
}

.product-details__slide-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.16;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.product-details__slide-link:hover::before {
  opacity: 0.22;
}

.product-details__slide-img {
  position: absolute;
}

.product-details__thumbs .swiper-wrapper {
  display: grid;
  grid-template-rows: repeat(3, 120px);
  grid-row-gap: 1.75rem;
}

@media screen and (max-width: 1199px) {
  .product-details__thumbs .swiper-wrapper {
    grid-template-rows: repeat(3, 10vw);
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .product-details__thumbs .swiper-wrapper {
    grid-template-rows: repeat(3, 17.5vw);
    grid-row-gap: 1rem;
  }
}

.product-details__thumb {
  position: relative;
  width: 100%;
}

.product-details__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.product-details__thumb:hover::before, .product-details__thumb.is-active::before {
  opacity: 0.22;
}

@media screen and (max-width: 767px) {
  .product-details__right {
    text-align: center;
  }
}

.product-details__title {
  margin-top: 0;
  margin-bottom: 0.66667em;
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: var(--font-family-secondary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .product-details__title {
    font-size: 22px;
  }
}

.product-details__cost {
  margin-top: 0;
  margin-bottom: 1.33333em;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--primary-color);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-details__description {
  margin-top: 0;
  margin-bottom: 1.86667em;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}

.product-details__right-row {
  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) {
  .product-details__right-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-details__qty {
  margin-right: 7.8%;
}

.product-details__qty, .product-details__favorite {
  margin-bottom: 2.25rem;
}

.product-details__add-cart {
  width: 100%;
}

.product-details__tabs {
  margin-bottom: 1.25rem;
}

.product-details__tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4.5% -1.25rem 0;
}

@media screen and (max-width: 767px) {
  .product-details__tabs-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1.75rem;
  }
}

@media screen and (max-width: 575px) {
  .product-details__tabs-row {
    -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;
  }
}

.product-details__tabs-item {
  margin: 0 4.5% 1.25rem 0;
}

@media screen and (max-width: 767px) {
  .product-details__tabs-item {
    margin-left: 1.75rem;
  }
}

.product-details__tab {
  display: block;
  margin: 0;
  font-size: 1.5rem;
  font-family: var(--font-family-default);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}

.product-details__tab:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .product-details__tab {
    font-size: 22px;
  }
}

.product-details__tab.active {
  border-bottom: 1px solid;
}

.product-details__tab-item.active {
  display: block !important;
}

.product-details__tab-description {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6em;
}

.product-details__tab-description:last-child {
  margin-bottom: 0;
}

.product-details__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  padding-top: 2rem;
}

@media screen and (max-width: 1023px) {
  .product-details__props {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  .product-details__list-props {
    grid-column: span 4;
  }
}

.product-details__list-props h3 {
  margin-bottom: 1.25rem;
  color: var(--primary-color);
  text-transform: uppercase;
}

.product-details__review {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.product-details__posts {
  grid-column: 2 / 12;
  margin: 2.5rem 0;
}

@media screen and (max-width: 1023px) {
  .product-details__posts {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  .product-details__posts {
    margin: 1.5rem 0;
    grid-column: 1 / 13;
  }
}

.product-details__post-form {
  grid-column: 2 / 12;
}

@media screen and (max-width: 1023px) {
  .product-details__post-form {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  .product-details__post-form {
    grid-column: 1 / 13;
  }
}

.product-details__post-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .product-details__post-form .form-submit .button {
    width: 100%;
  }
}

.product-details__post-rating {
  position: relative;
  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;
  padding: 0.5rem 0;
}

.product-details__post-rating label {
  position: absolute;
  right: 100%;
  margin: 0.10rem 0 0;
}

@media screen and (max-width: 374px) {
  .product-details__post-rating label {
    margin-left: 0;
  }
}

.product-details__post-rating .rating {
  margin: 0 1rem;
}

.details-post {
  display: grid;
  grid-template-columns: 125px 1.5rem 1fr;
  grid-template-areas: "a b c";
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid var(--gray-color-light);
}

.details-post .details-post {
  grid-template-columns: 100px 1.25rem 1fr;
}

@media screen and (max-width: 480px) {
  .details-post {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: none;
  }
  .details-post .details-post {
    grid-template-columns: repeat(1, 1fr);
  }
}

.details-post:first-child {
  padding-top: 0;
  border-top: none;
}

.details-post__posts > .details-post {
  margin-top: 1.5rem;
}

.details-post__posts > .details-post:first-child {
  border-top: none;
}

.details-post__posts > .details-post:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .details-post__avatar {
    width: 90px;
    margin: 0 auto 1rem;
  }
}

.details-post__avatar img {
  border-radius: 50%;
}

.details-post__right {
  grid-area: c;
}

@media screen and (max-width: 480px) {
  .details-post__right {
    grid-area: inherit;
  }
}

.details-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.5rem;
}

@media screen and (max-width: 480px) {
  .details-post__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.details-post__header > * {
  margin: 0 0 0.5rem 1.5rem;
}

.details-post__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  font-family: var(--font-family-primary);
  white-space: nowrap;
  text-transform: uppercase;
}

.details-post__time {
  text-transform: uppercase;
  color: var(--gray-color-700);
  font-family: var(--font-family-secondary);
  letter-spacing: 0.08em;
}

.details-post__reply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-weight: 400;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
}

.details-post__reply svg {
  margin-right: 0.25em;
  vertical-align: middle;
}

.details-post__text {
  margin-bottom: 0;
  font-size: 15px;
}

.details-post__text .nickname {
  font-weight: 400;
  font-size: inherit;
  font-family: var(--font-family-default);
  color: var(--primary-color);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

/**
 * Lightbox Details
 */
.mfp-bg {
  background-color: var(--white-color-a60);
}

.mfp-figure::after {
  top: 40px;
  bottom: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  background-color: transparent;
  pointer-events: none;
  border-radius: 6px;
  z-index: 1;
}

.mfp-bottom-bar {
  position: absolute;
  top: calc(100% - 40px);
  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;
  padding: 11px 1.25rem;
  margin: 0;
  background: var(--white-color);
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-bottom-bar {
    background-color: var(--white-color);
  }
}

.mfp-title,
.mfp-counter {
  position: static;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0.08em;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: inherit;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-close {
    background: var(--white-color);
    opacity: 1;
  }
}

button.mfp-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-top: 0 !important;
  background-color: var(--white-color);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.mfp-arrow-left::before,
.mfp-arrow-right::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.mfp-arrow-left::after,
.mfp-arrow-right::after {
  display: none;
}

.mfp-arrow-left::before {
  background-image: url(../img/content/icons/arrow-chevron-left.png);
}

.mfp-arrow-right::before {
  background-image: url(../img/content/icons/arrow-chevron-right.png);
}

/**
 * Cart
 */
.cart__items-header, .cart__item {
  display: grid;
  grid-template-columns: 68px 1fr 0.5fr 0.625fr 97px;
  grid-column-gap: 15px;
}

@media screen and (max-width: 1199px) {
  .cart__items-header, .cart__item {
    grid-template-columns: 50px 1fr 0.5fr 0.625fr 97px;
  }
}

.cart--wishlist .cart__items-header, .cart--wishlist .cart__item {
  grid-template-columns: 68px 0.88fr 1fr 170px;
}

@media screen and (max-width: 1199px) {
  .cart--wishlist .cart__items-header, .cart--wishlist .cart__item {
    grid-template-columns: 50px 1fr 0.8fr 170px;
  }
}

@media screen and (max-width: 767px) {
  .cart__items-header {
    display: none;
  }
}

.cart__item {
  border-bottom: 1px solid var(--gray-color-750);
}

@media screen and (max-width: 767px) {
  .cart__item {
    justify-items: center;
    padding: 1rem 0 1.5rem;
  }
  .cart__item,
  .cart--wishlist .cart__item {
    grid-template-columns: 1fr;
  }
}

.cart__item-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .cart__items-header .cart__item-column:nth-child(2) {
    padding-left: 5.25rem;
  }
}

.cart__item-column:nth-child(2) {
  min-width: 200px;
}

.cart__item-column:nth-child(3) {
  text-align: center;
}

.cart__item .cart__item-column {
  padding: 2rem 0;
  min-height: 15.625rem;
}

@media screen and (max-width: 1023px) {
  .cart__item .cart__item-column {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cart__item .cart__item-column {
    width: 100%;
    max-width: 360px;
    padding: 0.5rem 0;
  }
  .cart__item .cart__item-column:nth-child(1) {
    position: relative;
    padding: 0;
  }
  .cart__item .cart__item-column:nth-child(n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cart--wishlist .cart__item-column:nth-child(4) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .cart__item-column:nth-child(n+3) .cart__item-content:not(.cart__item-footer) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 1px dotted;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .cart__item-footer {
    padding-top: 0.75rem;
  }
}

.cart__item-content-right {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .cart__item-content-right {
    padding-left: 0.5rem;
    margin-bottom: -1px;
    border-bottom: 1px solid var(--white-color);
  }
}

.cart__item-title {
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .cart__item-title {
    margin-right: 0.5rem;
    font-size: 1.25rem;
  }
  .cart__item-column:nth-child(2) .cart__item-title {
    margin: 0 0 0.75rem 0;
    font-weight: 400;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .cart__item-title {
    font-size: 15px;
  }
}

.cart__item-title .cart__items-header {
  margin: 0;
}

.cart__item .cart__item-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .cart__item .cart__item-title {
    display: block;
  }
}

.cart__item-remove {
  width: 24px;
  height: 24px;
  background-image: url(../img/content/icons/remove.png);
  background-size: 19px 19px;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.cart__item-remove:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .cart__item-remove {
    position: absolute;
    right: -15px;
    width: 50px;
    height: auto;
    padding: 1.5rem 0;
  }
}

.cart__product {
  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;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.cart__product-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.25rem;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .cart__product-left {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: auto;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
}

.cart__product-img-link {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.cart__product-img-link:hover {
  opacity: 0.7;
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}

.cart__product-right {
  -ms-flex-item-align: center;
      align-self: center;
}

.cart__product-img {
  max-height: 167px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart__product-title {
  margin-bottom: 0;
  font-weight: inherit;
  font-family: inherit;
  font-size: 15px;
}

.cart__item-cost, .cart__item-total {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  text-transform: uppercase;
  white-space: nowrap;
}

.cart-form {
  --cart-item-width: 360px;
  padding: 0 15px;
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  .cart-form {
    max-width: calc(var(--cart-item-width) + 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.cart-form__row-top {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-row-gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .cart-form__row-top {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
}

.cart-form__row {
  display: grid;
  grid-template-columns: 1fr 0.89fr auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .cart-form__row {
    grid-template-columns: 1fr 0.6fr auto;
  }
}

@media screen and (max-width: 992px) {
  .cart-form__row {
    grid-template-columns: 1fr 0.6fr auto;
  }
}

@media screen and (max-width: 767px) {
  .cart-form__row {
    grid-template-columns: 1fr;
  }
}

.cart-form__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: var(--cart-item-width);
}

@media screen and (max-width: 992px) {
  .cart-form__groups:nth-child(3) {
    grid-column: 1 / 4;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .cart-form__groups:nth-child(3) {
    grid-column: 1;
  }
}

.cart-form__row-title {
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .cart-form__row-title {
    margin-bottom: 0.72727em;
    font-size: 22px;
  }
}

.cart-form__group {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-form__group .label {
  margin: 0;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .cart-form__group {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
  .cart-form__group:last-child {
    margin-bottom: 0;
  }
  .cart-form__group .label {
    margin: 0 0 0.5rem;
  }
}

.cart-form__group-checkbox {
  margin-bottom: 1rem;
}

.cart-form__group-checkbox .radio,
.cart-form__group-checkbox .checkbox {
  margin: 0;
}

.cart-form__total {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1.25rem;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
}

.cart-form__total-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 30px;
  grid-row-gap: 1.25rem;
  min-width: 180px;
}

.cart-form__total-title {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  text-transform: uppercase;
}

.cart-form__total-value {
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--primary-color);
  white-space: nowrap;
}

.cart-form__submit {
  margin-top: 2.5rem;
}

@media screen and (max-width: 992px) {
  .cart-form__submit {
    width: 100%;
  }
  .cart-form__submit .button {
    width: 100%;
  }
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 20rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .gallery__row {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .gallery__row {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 40vw;
  }
}

@media screen and (max-width: 480px) {
  .gallery__row {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 87vw;
  }
}

.gallery__item {
  position: relative;
  height: 100%;
  background-color: var(--white-color);
}

.gallery__image-wrapper {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.gallery__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;
}

@media screen and (max-width: 567px) {
  .gallery__image {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

.gallery__item:hover .gallery__image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.gallery__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75rem;
  margin: 2.5rem 11%;
  color: var(--black-color);
  background-color: var(--white-color);
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.gallery__item:hover .gallery__item-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1365px) {
  .gallery__item-content {
    margin: 1.5rem;
  }
}

.gallery__item-title {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-family-default);
  text-transform: uppercase;
}

@media screen and (max-width: 1365px) {
  .gallery__item-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .gallery__item-title {
    font-size: 1rem;
  }
}

.gallery__item-category {
  margin: 0;
  font: normal 400 15px/1 var(--font-family-secondary);
  letter-spacing: 0.08em;
  color: var(--black-color-a6);
  text-transform: uppercase;
}

.gallery__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .gallery__more {
    margin-top: 2.5rem;
  }
}

/**
 * About
 */
.about__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 9.1875rem;
}

@media screen and (max-width: 767px) {
  .about__row {
    grid-row-gap: 5rem;
  }
}

.img-block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 30px;
}

@media screen and (max-width: 1023px) {
  .img-block {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .img-block {
    grid-row-gap: 1.25rem;
  }
}

.img-block__column-image {
  position: relative;
  grid-column: 2 / 7;
}

.img-block--right .img-block__column-image {
  grid-column: -1 / 7;
}

@media screen and (max-width: 1023px) {
  .img-block__column-image {
    grid-column: 1 / 7;
  }
  .img-block--right .img-block__column-image {
    grid-column: -1 / 7;
  }
}

@media screen and (max-width: 767px) {
  .img-block__column-image {
    grid-column: 1 / 13;
    text-align: center;
  }
  .img-block--right .img-block__column-image {
    grid-column: 1 / 13;
  }
}

.img-block__content {
  grid-column: -1 / 8;
  text-align: center;
}

.img-block--right .img-block__content {
  grid-column: 1 / 6;
  grid-row: 1;
}

@media screen and (max-width: 1023px) {
  .img-block__content {
    grid-column: -1 / 7;
  }
  .img-block--right .img-block__content {
    grid-column: 1 / 7;
  }
}

@media screen and (max-width: 767px) {
  .img-block__content {
    grid-column: 1 / 13;
    grid-row: auto;
  }
  .img-block--right .img-block__content {
    grid-column: 1 / 13;
    grid-row: auto;
  }
}

.img-block__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  opacity: 0.22;
  visibility: hidden;
  pointer-events: none;
}

.img-block__title {
  margin-bottom: 0.2em;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: var(--font-family-primary);
  text-transform: uppercase;
  color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .img-block__title {
    font-size: 1.75rem;
  }
}

.img-block__skill {
  margin-bottom: 1.3em;
  font: normal 400 1.375rem/1 var(--font-family-secondary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black-color-a5);
}

.img-block__desc {
  margin-bottom: 1.33333em;
  font-size: 15px;
  line-height: 1.6em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .img-block__desc {
    font-size: 12px;
  }
}

.img-block__social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.img-block__social-item {
  display: inline-block;
  margin: 2px;
}

.img-block__social-link {
  position: relative;
  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: 30px;
  height: 30px;
}

.img-block__social-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.img-block__social-link:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.img-block__social-link .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.img-block__social-icon-facebook {
  background-image: url("../img/content/icons/s-facebook.png");
}

.img-block__social-icon-vk {
  background-image: url("../img/content/icons/s-vk.png");
}

.img-block__social-icon-instagram {
  background-image: url("../img/content/icons/s-instagram.png");
}

/**
 * Order
 */
.order {
  max-width: 470px;
}

@media screen and (max-width: 1023px) {
  .order {
    margin: auto;
    text-align: center;
  }
}

.order__text {
  margin-bottom: 1.11111em;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .order__text {
    margin-bottom: 1.71429em;
    font-size: 14px;
  }
}

.order__submit .button {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 1023px) {
  .order__submit .button {
    max-width: 100%;
  }
}

/**
 * Contacts
 */
.contacts__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 3rem;
}

@media screen and (max-width: 1199px) {
  .contacts__row {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts__left {
  position: relative;
}

@media screen and (max-width: 767px) {
  .contacts__left {
    grid-row: 2;
  }
}

.contacts__left-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: -1;
  opacity: 0.22;
}

.contacts__left-decor img {
  width: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts__form {
  max-width: 370px;
  margin: auto;
}

.contacts__form-title {
  margin-bottom: 1.33333em;
  font-size: 1.875rem;
  line-height: 1.36;
  font-family: var(--font-family-secondary);
  text-transform: uppercase;
  text-align: center;
}

.contacts__form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5rem;
}

.contacts__form-submit .button {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  .contacts__form-submit .button {
    max-width: 100%;
  }
}

.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%;
  border: none;
}

@media screen and (max-width: 767px) {
  .map-container__embed {
    position: relative;
    height: 67.5vw;
  }
}

/**
 * Footer
 */
.footer {
  position: relative;
  padding: 4.375rem 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 2.5rem;
  }
}

.footer ul {
    display: inline-block;
    list-style: none;
}

.footer li {
    display: inline-block;
    margin: 10px;
}

.footer h2 {
    font-size: 12pt;
}

#notificationBanner, #navPanel {
    display: none;
}


.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.footer__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-color-a3);
}

@media screen and (max-width: 1365px) {
  .footer__bg-image {
    -o-object-position: 0% 100% !important;
       object-position: 0% 100% !important;
  }
}

.footer__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.footer__column {
  grid-column: 1 / 13;
}

.footer__logotype {
  margin-bottom: 4.375rem;
  font-size: 1.875rem;
  line-height: 1;
  font-family: var(--font-family-decor);
  color: var(--primary-color);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .footer__logotype {
    margin-bottom: 1.75rem;
  }
}

.footer__copyright {
  max-width: 43.4375rem;
  margin: 0 auto 2.75rem;
  text-transform: uppercase;
}

.footer__copyright-text {
  font-size: inherit;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .footer__bottom {
    -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;
  }
}

.footer__contacts {
  font-weight: 400;
  margin-right: 2.875rem;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .footer__contacts {
    margin: 0 0 14px 0;
    text-align: center;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -1rem -1rem;
}

.footer__social-link {
  margin: 0 0 1rem 1rem;
  -webkit-transition: var(--t-base);
  transition: var(--t-base);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.footer__social-link:hover {
  opacity: 0.6;
}

.footer__social-link [class*='icon'] {
  width: 26px;
  height: 26px;
}

/**
 * Colors Theme
 */

/*# sourceMappingURL=style.css.map */

.contact-map iframe {
    min-height: 310px;
    width: 100%;
    border: none;
}