@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  text-decoration: none;
  list-style: none;
}

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

body {
  background-color: #f5f5f5;
  overflow-x: hidden;
}

* {
  font-family: "Montserrat", serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

button {
  background-color: transparent;
}

@font-face {
  font-family: "AKONY";
  src: url("../fonts/AKONY.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1 {
  font-size: 24px;
  margin: 0;
  overflow-wrap: break-word;
  font-family: "AKONY";
  line-height: 130%;
}

h2,
.h2 {
  font-size: 20px;
  margin: 0;
  overflow-wrap: break-word;
  font-family: "AKONY";
  line-height: 130%;
}

h3,
.h3 {
  font-size: 19px;
  margin: 0;
  overflow-wrap: break-word;
  font-family: "AKONY";
  line-height: 130%;
}

h4, h5, h6 {
  font-family: "AKONY";
  line-height: 130%;
}

.slider_container.container {
  padding-left: 5px;
  padding-right: 5px;
}

.slider_logo {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.slider_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog .marquee-container-sale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #d2f65a;
  border: 1px solid #ffffff;
}

.catalog .marquee-container-sale li {
  font-size: 18px;
  line-height: 24px;
}

.catalog_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding: 50px 35px 100px;
}

.catalog_content-title h2 {
  font-family: "AKONY";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.catalog_content-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.catalog_content-product .product {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 23px);
          flex: 0 0 calc(25% - 23px);
  max-width: calc(25% - 23px);
}

.catalog_content-product .product:hover .product-header-img {
  -webkit-box-shadow: 0px 4px 20.9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20.9px rgba(0, 0, 0, 0.1);
}

.catalog_content-product .product:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 15px);
          flex: 0 0 calc(60% - 15px);
  max-width: calc(60% - 15px);
}

.catalog_content-product .product:nth-child(1) .product-header-img {
  height: 787px;
}

.catalog_content-product .product:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 15px);
          flex: 0 0 calc(40% - 15px);
  max-width: calc(40% - 15px);
}

.catalog_content-product .product:nth-child(2) .product-header-img {
  height: 787px;
}

.catalog_content-product .product-header-img {
  position: relative;
  border: 1px solid #d7d7d7;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.catalog_content-product .product-header-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.catalog_content-product .product-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}

.catalog_content-product .product-description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.66);
}

.catalog_content-product .product-description span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
}

.collections_container.container {
  padding-left: 0px;
  padding-right: 0px;
}

.collections-link {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  border: 1px solid #d7d7d7;
}

.collections-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.collections_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 35px 95px;
}

.innovations_content:is(.container) .innovations_container {
  padding: 50px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 125px;
     -moz-column-gap: 125px;
          column-gap: 125px;
}

.innovations .content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 63px);
          flex: 0 0 calc(30% - 63px);
  max-width: calc(30% - 63px);
}

.innovations .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.innovations .content-header h2 {
  font-family: "AKONY";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 167% */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.innovations .content-header span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: 2px;
  color: #000000;
}

.innovations .content-footer-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  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;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  padding: 10px 22px;
  background: #efefef;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.innovations .content-footer-more span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.innovations .content-footer-more:hover {
  opacity: 0.7;
}

.innovations .content-footer-more .icon {
  display: block;
  width: 47px;
  height: 12px;
}

.innovations_slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 63px);
          flex: 0 0 calc(70% - 63px);
  max-width: calc(70% - 63px);
  position: relative;
}

.innovations_slider-navigation {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: -121px;
}

.innovations_slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #a3a3a3;
  --swiper-navigation-color: #000;
  --swiper-navigation-top-offset: auto;
  left: 52px;
  bottom: 0;
  --swiper-navigation-sides-offset: auto;
  --swiper-navigation-size: 12px;
}

.innovations_slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #a3a3a3;
  --swiper-navigation-color: #000;
  --swiper-navigation-top-offset: auto;
  bottom: 0;
  --swiper-navigation-sides-offset: 0px;
  --swiper-navigation-size: 12px;
}

.catalog_filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
}

.catalog_filter .filter_menu {
  cursor: pointer;
  padding: 30px 35px;
  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;
  border-bottom: 1px solid #000000;
}

.catalog_filter .filter_menu .close-menu {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.catalog_filter .filter_menu.open .close-menu {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog_filter .filter_menu h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.catalog_filter-collapse {
  position: absolute;
  top: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  right: 0;
  z-index: 9;
}

.catalog_filter-collapse.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_filter-collapse.open .filter_collapse {
  background-color: #fff;
}

.catalog_filter .filter_collapse[data-status=open] .filter_title {
  padding-bottom: 0px;
}

.catalog_filter .filter_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #000000;
  gap: 15px;
}

.catalog_filter .filter_content .filter_link {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  margin-left: 30px;
  padding: 0px 35px 30px;
}

.catalog_filter .filter_content .filter_link.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_filter .filter_content .filter_link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.catalog_filter .filter_content .filter_link a.active {
  font-weight: 600;
}

.catalog_filter .filter_title {
  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;
  cursor: pointer;
  padding: 30px 35px;
}

.catalog_filter .filter_title .filter-fold {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
}

.catalog_filter .filter_title .filter-fold span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.catalog_filter .filter_title .filter-fold span:nth-child(1) {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.catalog_filter .filter_title .filter-fold span:nth-child(2) {
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.catalog_filter .filter_title .filter-fold.open span:nth-child(2) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.catalog_filter .filter_title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.catalog_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
}

.catalog_products .products_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
}

.catalog_products .products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 90px;
}

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

.navigation .pagination-item {
  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: 50px;
  height: 50px;
}

.navigation .pagination-item:not(.pagination-item-divider):hover {
  cursor: pointer;
  background-color: #dcdcdc;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.navigation .pagination-item:not(.pagination-item-divider):hover a:hover {
  cursor: default;
  text-decoration: none;
  color: #000000;
}

.product {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 12px);
          flex: 0 0 calc(33% - 12px);
  max-width: calc(33% - 12px);
  /*   @media (max-width: 1141px) {

         flex: 0 0 calc(33% - 12px);
         max-width: calc(33% - 12px);
     }
  */
  /* @media (max-width: 991px) {
         flex: 0 0 calc(33% - 11px);
         max-width: calc(33% - 11px);

     } */
}

.product:hover .product-header-img {
  -webkit-box-shadow: 0px 4px 20.9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20.9px rgba(0, 0, 0, 0.1);
}

.product-header-img {
  position: relative;
  border: 1px solid #d7d7d7;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.product-header-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.product-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}

.product-description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.66);
}

.product-description span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
}

.product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 30px 35px;
  max-height: 800px;
}

.picture-slider {
  width: 100%;
  height: auto;
  position: relative;
}

.picture-thumbs {
  overflow: hidden;
  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;
}

.picture-thumbs .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* Запрещаем масштабирование */
  height: auto;
  cursor: pointer;
  opacity: 0.6;
}

.picture-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.picture-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.picture-slider .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: auto;
}

.catalog_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.catalog_description .description_header {
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #000000;
  row-gap: 30px;
}

.catalog_description .description_header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.catalog_description .description_header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.catalog_description .description_header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.catalog_description .description_header .header-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.catalog_description .description_filter {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #000000;
  row-gap: 30px;
}

.catalog_description .description_filter .product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.catalog_description .description_filter .product-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.catalog_description .description_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  row-gap: 30px;
}

.catalog_description .description_card .card_header span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.catalog_description .description_card .card_footer {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.catalog_description .description_card .card_footer .btn-primary {
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.catalog_description .description_card .card_footer span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.scroll-wrapper {
  overflow-x: auto;
  /* Горизонтальный скролл */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Плавный скролл на мобильных */
  scrollbar-width: none;
  /* Убираем скролл в Firefox */
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
  /* Убираем скролл в Chrome/Safari */
}

.scroll-wrapper .fix-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.scroll-wrapper .fix-content .size-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  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: 50px;
  text-transform: uppercase;
  height: 50px;
  cursor: pointer;
  background-color: #dcdcdc;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  text-decoration: none;
  color: #000000;
  opacity: 0.44;
  font-size: 16px;
}

.scroll-wrapper .fix-content .size-item-active {
  background-color: #fff;
  opacity: 1;
}

.basket_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.basket_information .information_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.basket_information .information_list span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e1e;
}

.basket_information .information_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000000;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-height: 235px;
}

.basket_information .information_list .item .picture img {
  height: 165px;
  width: 165px;
}

.basket_information .information_list .item .item-title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #292929;
}

.basket_information .information_list .item .item-description {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* row-gap: 60px; */
}

.basket_information .information_list .item .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}

.basket_information .information_list .item .item-price span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  letter-spacing: 0.17em;
  color: #888888;
}

.basket_information .information_list .item .item-price p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.17em;
  color: #292929;
}

.basket_information .information_list .item .item-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.basket_information .information_list .item .item-amount .amount-change {
  cursor: pointer;
  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: 40px;
  height: 40px;
}

.basket_information .information_list .item .item-amount .amount-change svg {
  width: 100%;
  height: 100%;
  padding: 11px;
  background-color: #eaeaea;
}

.basket_information .information_list .item .item-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.basket_checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.basket_checkout .checkout_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding: 50px 30px;
}

.basket_checkout .info_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.basket_checkout .info_header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.basket_checkout .info_header span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.basket_checkout .info_header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #292929;
}

.basket_checkout .info_header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.basket_checkout .info_header .header-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.basket_checkout .info_header .header-promo .header-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding: 27px 20px;
  border: 1px solid #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.basket_checkout .info_header .header-promo .btn-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding: 34px 27px;
  border: 1px solid #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
}

.basket_checkout .info_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.basket_checkout .info_footer p {
  margin-top: 6px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
}

.basket_checkout .info_footer span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #292929;
}

.basket_checkout .info_footer .footer-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket_checkout .info_footer .footer-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: none;
  padding: 0px;
}

.basket_checkout .info_footer .footer-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: none;
  padding: 0px;
}

.basket_checkout .info_footer .footer-total span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.basket_checkout .info_footer .footer-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 10px;
  border-top: none;
}

.basket_checkout .info_footer .footer-checkout .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.basket_checkout .info_footer .footer-checkout .checkout-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.basket {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.order_cart .cart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order_cart .cart_list .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px;
}

.order_cart .cart_list .cart-header .header-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.order_cart .cart_list .cart-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}

.order_cart .cart_list .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.order_cart .cart_list .cart-item .picture img {
  height: 165px;
  width: 165px;
}

.order_cart .cart_list .cart-item .item-description {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 165px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.order_cart .cart_list .cart-item .item-description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.17em;
  color: #292929;
}

.order_cart .cart_list .cart-item .item-description span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.17em;
  color: #888888;
  text-decoration: line-through;
}

.order_cart .cart_list .item-title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #292929;
}

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

.info_footer .footer-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
  border-top: 1px solid #000000;
}

.info_footer .footer-total {
  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: 50px 30px;
  border-top: 1px solid #000000;
}

.info_footer .footer-total span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.order {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.order_details .details_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
  border-top: 1px solid #000000;
  row-gap: 30px;
}

.order_details .details_list .details_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.order_details .details_list .details_header .header-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.order_details .details_list .details_header .header-content {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order_details .details_list .details_header .header-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_header .header-surname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_header .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_header .header-input {
  padding: 25px 20px;
  border: 1px solid #000000;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.order_details .details_list .details_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order_details .details_list .details_content .details-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_content .details-address .address-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_content .details-address .address-placeholder select {
  padding: 27px 20px;
  border: 1px solid #000000;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #919191;
}

.order_details .details_list .details_content .details-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_content .details-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.order_details .details_list .details_content .content-input {
  border: 1px solid #000000;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  padding: 25px 21px;
}

.order_details .details_list span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1e1e1e;
}

.order_details .details_list .details-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_details .details_list .details-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 12px;
}

.order_details .details_list .details-button span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.about_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  max-width: 70%;
}

.about_primary .primary .primary_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about_primary .primary .primary_content .slider-logo {
  padding: 14px 34px;
  border-bottom: 1px solid #000000;
}

.about_primary .primary .primary_content .primary-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 30px;
  row-gap: 35px;
}

.about_primary .primary .primary_content .primary-description .description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 30%;
}

.about_secondary .secondary_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  padding: 25px;
}

.about_secondary .secondary_content .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_secondary .secondary_content .content-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.about_secondary .secondary_content .content-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 45px;
}

.about_secondary .secondary_content .content-description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #292929;
}

.contacts_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 30%;
}

.contacts_contact .contact {
  padding: 35px;
}

.contacts_contact .contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.contacts_contact .contact_content .content-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.contacts_contact .contact_content .content-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.contacts_contact .contact_content .content-description span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.contacts_contact .contact_content .content-description a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.contacts_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  max-width: 70%;
}

.contacts_map .map {
  padding: 35px;
}

.contacts_map .map_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.contacts_map .map_content .map-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}

.contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  height: 52px;
}

.header_logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.header_container {
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-left: 60px;
  padding-right: 60px;
}

.header_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.header_navbar .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.header_navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0d0d0d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
}

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

.header_navbar .lang_item {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 16px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c2c2c2;
  padding: 0px 5px;
  background-color: transparent;
}

.header_navbar .lang_item:not(:last-child) {
  border-right: 1px solid #c2c2c2;
}

.header_navbar .lang_item-selected {
  color: #000;
}

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

.header_navbar .profile .basket-icon .icon {
  width: 24px;
  height: 24px;
}

.header_navbar .profile .basket-icon svg {
  width: 100%;
  height: 100%;
}

.header_navbar .profile .menu-icon {
  cursor: pointer;
  width: 45px;
  height: 23px;
}

.header_navbar .profile .menu-icon svg {
  width: 30px;
  /* height: 100%; */
}

.desktop_hide {
  margin-left: 15px;
}

.desktop_hide .lang_mob {
  display: flex;
  align-items: center;
}

.header_navbar .profile-icon .icon {
  width: 24px;
  height: 24px;
}

.header_navbar .profile-icon svg {
  width: 100%;
  height: 100%;
}

.header .mobile_menu {
  opacity: 0;
  visibility: hidden;
  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%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  padding: 15px 10px;
}

.header .mobile_menu[data-menu-active=open] {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.header .mobile_menu[data-menu-active=close] {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.header .mobile_menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 11;
}

.header .mobile_menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid;
  /* @media (max-width: 1199px) {
  	row-gap: 30px;
  } */
}

.header .mobile_menu .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0d0d0d;
  /* padding: top, right, bottom, left; */
  padding: 10px 0px 10px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
}

.header .mobile_menu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .mobile_menu .lang_item {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 16px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c2c2c2;
  padding: 5px 10px;
  background-color: transparent;
}

.header .mobile_menu .lang_item:not(:last-child) {
  border-right: 1px solid #c2c2c2;
}

.header .mobile_menu .lang_item-selected {
  color: #000;
}

@media (min-width: 1200px) {
  .desktop_hide {
    display: none;
  }
  .order_details .details_list .details-button button {
    padding: 33px 72px;
  }
  
}

@media (min-width: 1440px) {
  .header_navbar .nav {
    -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  }  
}

@media (min-width: 1600px) {
  .header_navbar .nav {
    -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  }  
}


.product-slider {
  height: 100%;
}

.product-slider_two {
  height: 100%;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #D2F65A;
}

.marquee_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee var(--marquee-speed, 20s) linear infinite;
          animation: marquee var(--marquee-speed, 20s) linear infinite;
}

.marquee_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee_content li {
  padding-left: 40px;
  position: relative;
  font-family: "AKONY";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
}

.marquee_content li:before {
  display: block;
  content: "";
  position: absolute;
  top: 44%;
  left: 15px;
  z-index: 1;
  /* transform: translate(left, top); */
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

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

.footer {
  background-image: url("../img/footer_logo.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

.footer a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 30px 450px;
  row-gap: 30px;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}

.footer_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  max-width: 220px;
}

.footer_navbar.footer_navbar--two {
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  max-width: 530px;
}

.footer_navbar h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

.footer_navbar .navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-direction: column;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.footer_navbar .navbar-list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}

.footer_navbar .navbar-list-column:last-child {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .footer_navbar .navbar-list {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .footer_navbar .navbar-list-column {
    width: calc(50% - 16px);
  }
  .footer_navbar .navbar-list-column:last-child {
    margin-top: 0px;
  }
}

.footer .btn {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer .btn:hover {
  opacity: 0.7;
}

.footer .btn .icon {
  width: 16px;
  height: 1px;
}

.footer .bottom-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  max-width: 360px;
}

.bottom-copyright ul li {
  margin-top: 15px;
}

.bottom-copyright ul li a {
  text-decoration: underline;
}

.bottom-copyright ul li:first-child {
  margin-top: 0px;
}

.footer_bottom {
  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;
}

.container {
  width: 100%;
  max-width: 1790px;
  margin-right: auto;
  margin-left: auto;
}

.border_top {
  border-top: 1px solid;
}

.border_bottom {
  border-bottom: 1px solid;
}

.border_left {
  border-left: 1px solid;
  margin-left: 30px;
}

.border_right {
  border-right: 1px solid;
  margin-right: 30px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.xl\:flex-12,
.xl\:flex-11,
.xl\:flex-10,
.xl\:flex-9,
.xl\:flex-8,
.xl\:flex-7,
.xl\:flex-6,
.xl\:flex-5,
.xl\:flex-4,
.xl\:flex-3,
.xl\:flex-2,
.xl\:flex-1,
.xl\:flex,
.lg\:flex-12,
.lg\:flex-11,
.lg\:flex-10,
.lg\:flex-9,
.lg\:flex-8,
.lg\:flex-7,
.lg\:flex-6,
.lg\:flex-5,
.lg\:flex-4,
.lg\:flex-3,
.lg\:flex-2,
.lg\:flex-1,
.lg\:flex,
.l\:flex-12,
.l\:flex-11,
.l\:flex-10,
.l\:flex-9,
.l\:flex-8,
.l\:flex-7,
.l\:flex-6,
.l\:flex-5,
.l\:flex-4,
.l\:flex-3,
.l\:flex-2,
.l\:flex-1,
.l\:flex,
.md\:flex-12,
.md\:flex-11,
.md\:flex-10,
.md\:flex-9,
.md\:flex-8,
.md\:flex-7,
.md\:flex-6,
.md\:flex-5,
.md\:flex-4,
.md\:flex-3,
.md\:flex-2,
.md\:flex-1,
.md\:flex,
.sm\:flex-12,
.sm\:flex-11,
.sm\:flex-10,
.sm\:flex-9,
.sm\:flex-8,
.sm\:flex-7,
.sm\:flex-6,
.sm\:flex-5,
.sm\:flex-4,
.sm\:flex-3,
.sm\:flex-2,
.sm\:flex-1,
.sm\:flex,
.flex-12,
.flex-11,
.flex-10,
.flex-9,
.flex-8,
.flex-7,
.flex-6,
.flex-5,
.flex-4,
.flex-3,
.flex-2,
.flex-1,
.flex {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.flex {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.flex-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.flex-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.flex-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.flex-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.flex-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.flex-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.flex-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.flex-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.flex-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.flex-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.flex-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.flex-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

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

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

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.btn {
  cursor: pointer;
  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;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border: none;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.btn-primary {
  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;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 16px;
  color: #ffffff;
  background: #1a1919;
}

.btn-secondary {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px;
  color: #000000;
  background-color: #ffffff;
}

.add_cart {
  position: absolute;
  bottom: 0;
  left: 50%;
  /* transform: translate(left, top); */
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 16px;
  background: rgba(220, 220, 220, 0.44);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  z-index: 2;
}

.add_cart:hover {
  background-color: #d2f65a;
}

.add_cart .icon {
  width: 18px;
  height: 18px;
}

@media (min-width: 576px) {
  .sm\:flex {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .sm\:flex-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .sm\:flex-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .sm\:flex-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .sm\:flex-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .sm\:flex-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .sm\:flex-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .sm\:flex-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .sm\:flex-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .sm\:flex-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .sm\:flex-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .sm\:flex-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .sm\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  .footer a {
    letter-spacing: 2px;
  }

  .md\:flex {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .md\:flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .md\:flex-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .md\:flex-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .md\:flex-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .md\:flex-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .md\:flex-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .md\:flex-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .md\:flex-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .md\:flex-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .md\:flex-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .md\:flex-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .md\:flex-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .md\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}

@media (min-width: 991px) {
  .catalog_description.border_left {
    margin-left: 0;
  }

  .basket_information.border_left {
    margin-left: 0;
  }

  .basket_checkout.border_left {
    margin-left: 0;
  }

  .order_cart.border_left {
    margin-left: 0;
  }

  .order_details.border_left {
    margin-left: 0;
  }

  .order_details .details_list .details_header .header-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 30px);
            flex: 0 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
    width: 100%;
  }

  .order_details .details_list .details_header .header-surname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
            flex: 0 0 calc(33% - 10px);
    max-width: calc(33% - 10px);
  }

  .order_details .details_list .details_header .header-phone {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
            flex: 0 0 calc(33% - 10px);
    max-width: calc(33% - 10px);
  }

  .about_secondary.border_right {
    margin-right: 0;
  }

  .contacts_contact.border_right {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .catalog_product {
    width: calc(100% - 60px);
  }

  .header_navbar .profile .menu-icon {
    display: none;
  }

  .l\:flex {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .l\:flex-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l\:flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l\:flex-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l\:flex-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .l\:flex-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l\:flex-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l\:flex-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .l\:flex-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l\:flex-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l\:flex-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .l\:flex-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l\:flex-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l\:flex-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .l\:order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .l\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .l\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .l\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .l\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

  .l\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .l\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .l\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .l\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .l\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .l\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .l\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .l\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .l\:order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}

@media (min-width: 993px) {
  .catalog_filter .filter_menu {
    display: none;
  }

  .catalog_products.border_left {
    margin-left: 0;
  }
}

@media (min-width: 1199px) {
  .footer .bottom-copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 366px;
            flex: 0 0 366px;
    max-width: 366px;
  }
}

@media (min-width: 1200px) {
  .lg\:flex {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .lg\:flex-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .lg\:flex-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .lg\:flex-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .lg\:flex-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .lg\:flex-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .lg\:flex-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .lg\:flex-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .lg\:flex-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .lg\:flex-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .lg\:flex-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .lg\:flex-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .lg\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}

@media (min-width: 1300px) {
  .picture-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    /* Задаём относительную ширину */
    max-width: 100%;
    /* Ограничиваем её */
  }
}

@media (min-width: 1400px) {
  .xl\:flex {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xl\:flex-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xl\:flex-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .xl\:flex-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xl\:flex-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xl\:flex-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .xl\:flex-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xl\:flex-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xl\:flex-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .xl\:flex-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xl\:flex-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xl\:flex-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .xl\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}

@media (min-width: 1600px) {
  .picture-thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    max-width: 270px;
  }
}

@media (max-width: 1700px) {
  .basket_checkout .info_header .header-promo .btn-primary {
    padding: 30px 20px;
  }
}

@media (max-width: 1600px) {
  .order_details .details_list .details_header .header-content {
    gap: 20px;
  }
}

@media (max-width: 1500px) {
  .catalog_description .description_filter .product-color svg {
    width: 40px;
    height: 40px;
  }

  .scroll-wrapper .fix-content .size-item {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .basket_information .information_list .item {
    padding: 25px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .basket_checkout .checkout_list {
    padding: 30px;
    row-gap: 25px;
  }

  .basket_checkout .info_header .header-promo .header-placeholder {
    padding: 15px 15px;
  }

  .basket_checkout .info_header .header-promo .btn-primary {
    padding: 15px 15px;
  }

  .basket_checkout .info_footer {
    row-gap: 20px;
  }

  .basket_checkout .info_footer span {
    font-weight: 500;
    font-size: 22px;
  }

  .basket_checkout .info_footer .footer-total span {
    font-weight: 600;
    font-size: 32px;
  }

  .basket_checkout .info_footer .footer-checkout .btn-primary {
    padding: 25px 0px;
  }

  .basket_checkout .info_footer .footer-checkout .checkout-link {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .catalog_content-product .product:nth-child(1) .product-header-img {
    height: 600px;
  }

  .catalog_content-product .product:nth-child(2) .product-header-img {
    height: 600px;
  }

  .footer_container {
    padding-top: 75px;
    padding-bottom: 400px;
  }
}

@media (max-width: 1400px) {
  .catalog_filter .filter_menu {
    padding: 20px 15px;
  }

  .catalog_filter .filter_menu h3 {
    font-size: 14px;
  }

  .catalog_filter .filter_menu svg {
    width: 14px;
  }

  .catalog_filter .filter_content .filter_link {
    padding: 0px 15px 20px;
  }

  .catalog_filter .filter_content .filter_link a {
    font-size: 14px;
  }

  .catalog_filter .filter_title {
    padding: 20px 15px;
  }

  .catalog_filter .filter_title h3 {
    font-size: 14px;
  }

  .catalog_filter .filter_title button {
    width: 14px;
  }

  .catalog_description .description_header {
    padding: 20px 15px;
  }

  .catalog_description .description_header h2 {
    font-size: 20px;
  }

  .catalog_description .description_header svg {
    width: 16px;
  }

  .catalog_description .description_filter {
    padding: 20px 15px;
  }

  .catalog_description .description_card {
    padding: 20px 15px;
  }

  .basket_information .information_list .item .item-title h3 {
    font-size: 14px;
  }

  .basket_information .information_list .item .item-price span {
    font-size: 14px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 20px;
  }
}

@media (max-width: 1299px) {
  .picture-slider {
    width: 100%;
  }

  .picture-thumbs {
    width: 100%;
  }

  .picture-thumbs .swiper-slide {
    height: 140px;
  }
}

.bottom-copyright ul li a:hover {
  text-decoration: none;
}

@media (max-width: 1290px) {
  .innovations .content-header h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .innovations .content-footer-more {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .footer_content {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }

  .footer_navbar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
  .footer_navbar.footer_navbar--two {
        -ms-flex: 0 0 520px;
            flex: 0 0 520px;
    max-width: 520px;
  }
}

@media (max-width: 1600px) {
  .innovations .content-header h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog_content-title h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1250px) {
  .catalog_description .description_header {
    row-gap: 10px;
  }

  .catalog_description .description_filter .product-color svg {
    width: 35px;
    height: 35px;
  }

  .scroll-wrapper .fix-content .size-item {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .footer .bottom-copyright {
    flex: 0 0 510px;
    max-width: 510px;
  }
}


@media (max-width: 1200px) {
  .catalog_description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .catalog_description .description_card {
    row-gap: 15px;
  }

  .catalog_description .description_card .card_footer .btn-primary {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #ffffff;
  }

  .basket_information .information_list .item .picture img {
    height: 160px;
    width: 160px;
  }

  .basket_checkout .info_header {
    row-gap: 20px;
  }

  .order_cart .cart_list .cart-header .header-title h2 {
    font-size: 22px;
  }

  .order_cart .cart_list .cart-item .picture img {
    height: 150px;
    width: 150px;
  }

  .order_cart .cart_list .cart-item .item-description p {
    font-size: 18px;
    line-height: 25px;
  }

  .order_cart .cart_list .cart-item .item-description span {
    font-size: 16px;
  }

  .order_cart .cart_list .item-title h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .order_details .details_list .details_header .header-input {
    padding: 15px 21px;
  }

  .order_details .details_list .details_content .content-input {
    padding: 15px 21px;
  }

  .header_logo {
    width: 174px;
    height: 34px;
  }

  .header_navbar {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .catalog_content-title h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .catalog_content-product {
    gap: 20px;
  }

  .catalog_content-product .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }

  .catalog_content-product .product:nth-child(1) .product-header-img {
    height: 400px;
  }

  .catalog_content-product .product:nth-child(2) .product-header-img {
    height: 400px;
  }

  .innovations_content:is(.container) .innovations_container {
    -webkit-column-gap: 105px;
       -moz-column-gap: 105px;
            column-gap: 105px;
  }

  .innovations .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(30% - 52px);
            flex: 0 0 calc(30% - 52px);
    max-width: calc(30% - 52px);
  }

  .innovations .content-header h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .innovations .content-footer-more {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 10px 14px;
  }

  .innovations .content-footer-more .icon {
    width: 40px;
    height: 5px;
  }

  .innovations_slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(70% - 52px);
            flex: 0 0 calc(70% - 52px);
    max-width: calc(70% - 52px);
  }

  .innovations_slider-navigation {
    left: -101px;
  }

  .header_navbar .nav {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .footer_container {
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 50px;
  }

  .footer_navbar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
    max-width: 225px;
  }

  .footer_navbar--two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 530px;
            flex: 0 0 530px;
    max-width: 530px;
  }

  .footer .bottom-copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  .catalog_description .description_card .card_footer span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
  }

  .basket_information .information_list .item .item-description {
    row-gap: 30px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 18px;
  }

  .order_cart .cart_list .cart-item .item-description {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 50px;
  }
}

@media (max-width: 992px) {
  .catalog_content {
    padding: 50px 35px 70px;
  }

  .catalog_content-product .product:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 15px);
            flex: 0 0 calc(55% - 15px);
    max-width: calc(55% - 15px);
  }

  .catalog_content-product .product:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 15px);
            flex: 0 0 calc(45% - 15px);
    max-width: calc(45% - 15px);
  }

  .catalog_filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 30px !important;
    border-right: 1px solid;
  }

  .catalog_products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .navigation {
    padding-bottom: 40px;
  }

  .navigation .pagination-item {
    width: 40px;
    height: 40px;
  }

  .navigation .pagination-item a {
    font-size: 12px;
  }

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

  .add_cart .icon {
    width: 16px;
    height: 16px;
  }

  .add_cart {
    padding: 12px;
  }
}

@media (max-width: 991px) {
  .innovations_content:is(.container) .innovations_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .innovations .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .innovations .content-footer-more {
    width: 100%;
    margin-bottom: 30px;
  }

  .innovations_slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 70px;
  }

  .innovations_slider-navigation {
    height: 40px;
    bottom: -30px;
    left: 44%;
    /* transform: translate(left, top); */
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }

  .product_content {
    padding: 15px 15px 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }

  .catalog_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog_description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .catalog_description.border_right {
    margin-right: 0;
  }

  .catalog_description.border_left {
    margin-left: 0;
  }

  .catalog_description .description_header {
    border-top: 1px solid #000000;
  }

  .catalog_description .description_filter .product-color svg {
    width: 50px;
    height: 50px;
  }

  .scroll-wrapper .fix-content .size-item {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .basket_information {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .basket_information .information_list .item {
    padding: 20px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .basket_information .information_list .item .picture img {
    height: 165px;
    width: 165px;
  }

  .basket_information .information_list .item .item-title h3 {
    font-size: 18px;
  }

  .basket_information .information_list .item .item-description {
    row-gap: 60px;
  }

  .basket_information .information_list .item .item-price span {
    font-size: 16px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 24px;
  }

  .basket_checkout {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .basket_checkout.border_right {
    margin-right: 0;
  }

  .basket_checkout.border_left {
    margin-left: 0;
  }

  .basket_checkout .info_header .header-promo .header-placeholder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 27px 20px;
    font-size: 12px;
  }

  .basket_checkout .info_footer span {
    font-weight: 600;
    font-size: 24px;
  }

  .basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_cart.border_right {
    margin-right: 0;
  }

  .order_cart.border_left {
    margin-left: 0;
  }

  .order_cart .cart_list .cart-item .picture img {
    height: 165px;
    width: 165px;
  }

  .order_cart .cart_list .cart-item .item-description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .order_cart .cart_list .cart-item .item-description p {
    font-size: 24px;
    line-height: 29px;
  }

  .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_details .details_list {
    padding: 20px;
  }

  .order_details .details_list .details_header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .order_details .details_list .details_header .header-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_details .details_list .details_header .header-surname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_details .details_list .details_header .header-phone {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order_details .details_list .details_header .header-input {
    padding: 25px 21px;
  }

  .order_details .details_list .details_content .details-notes input {
    padding: 50px 21px;
  }

  .order_details .details_list .details_content .content-input {
    padding: 25px 21px;
  }

  .order_details .details_list .details-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: contents;
  }

  .about_primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .about_primary.border_right {
    margin-right: 0;
  }

  .about_primary.border_left {
    margin-left: 0;
  }

  .about_primary .primary .primary_content .primary-description .description-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .about_secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .about_secondary.border_right {
    margin-right: 0;
    border: none;
  }

  .about_secondary.border_left {
    margin-left: 0;
  }

  .about_secondary .secondary_content {
    row-gap: 20px;
  }

  .about_secondary .secondary_content .content-description {
    row-gap: 30px;
  }

  .contacts_contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts_contact.border_right {
    margin-right: 0;
  }

  .contacts_contact.border_left {
    margin-left: 0;
  }

  .contacts_contact .contact {
    border-bottom: 1px solid #000000;
  }

  .contacts_contact .contact_content {
    row-gap: 40px;
  }

  .contacts_map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts_map.border_right {
    margin-right: 0;
  }

  .contacts_map.border_left {
    margin-left: 0;
  }

  .contacts_map .map_content {
    row-gap: 40px;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_navbar .nav {
    display: none;
  }

  .header_navbar .lang {
    display: none;
  }

  .header_navbar .profile .basket-icon {
    width: 22px;
    height: 22px;
  }

  .header_navbar .profile-icon {
    width: 22px;
    height: 22px;
  }

  .marquee_content li {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 911px) {
  .basket_checkout .info_header .header-promo .btn-primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .footer .bottom-copyright {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-top: 20px;
  }

  .footer .bottom-copyright a {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .catalog .marquee-container-sale li {
    font-size: 10px;
    line-height: 14px;
  }

  .catalog_content-product .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .catalog_content-product .product:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .catalog_content-product .product:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .innovations_content:is(.container) .innovations_container {
    padding: 35px;
  }

  .innovations_slider-navigation {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: -30px;
    /* transform: translate(left, top); */
    -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }

  .innovations_slider .swiper-button-next {
    position: relative;
    left: 0;
  }

  .innovations_slider .swiper-button-prev {
    position: relative;
    left: 0;
  }

  .catalog_filter {
    margin-right: 10px !important;
  }

  .catalog_products .products_content {
    padding: 15px;
  }

  .navigation {
    padding-bottom: 30px;
  }

  .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .catalog_description .description_header p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
  }

  .catalog_description .description_header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 18px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
  }

  .catalog_description .description_header span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #6e6e6e;
  }

  .catalog_description .description_card .card_header span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .catalog_description .description_card .card_footer .btn-primary {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
  }

  .basket_information .information_list .item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .basket_information .information_list .item .picture img {
    height: 140px;
    width: 140px;
  }

  .basket_information .information_list .item .item-title h3 {
    font-size: 16px;
  }

  .basket_information .information_list .item .item-description {
    row-gap: 20px;
  }

  .basket_information .information_list .item .item-price span {
    font-size: 14px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 18px;
  }

  .basket_information .information_list .item .item-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .basket_information .information_list .item .item-amount .amount-change {
    width: 30px;
    height: 30px;
  }

  .basket_information .information_list .item .item-amount .amount-change svg {
    width: 30px;
    height: 30px;
    padding: 10px;
  }

  .basket_information .information_list .item .item-delete svg {
    width: 14px;
    height: 18px;
  }

  .basket_checkout .info_footer span {
    font-weight: 500;
    font-size: 22px;
  }

  .basket_checkout .info_footer .footer-total span {
    font-weight: 600;
    font-size: 24px;
  }

  .about_primary .primary .primary_content .slider-logo {
    padding: 7px 17px;
  }

  .about_primary .primary .primary_content .primary-description {
    padding: 25px 20px;
    row-gap: 20px;
  }

  .contacts_contact .contact {
    padding: 25px;
  }

  .contacts_contact .contact_content {
    row-gap: 30px;
  }

  .contacts_contact .contact_content .content-title h2 {
    font-size: 22px;
  }

  .contacts_map .map {
    padding: 25px;
  }

  .contacts_map .map_content {
    row-gap: 30px;
  }

  .contacts_map .map_content .map-title h2 {
    font-size: 22px;
  }

  .header_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer_container {
    padding: 50px 10px 190px;
  }

  .footer_container a {
    font-size: 14px;
  }

  .footer_content {
    row-gap: 32px;
  }

  .footer_navbar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_navbar .navbar-list-column {
    row-gap: 24px;
  }

  .border_left {
    margin-left: 10px;
  }

  .border_right {
    margin-right: 10px;
  }
}

@media (max-width: 767px) and (max-width: 450px) {
  .innovations_slider-navigation {
    bottom: -20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .basket_information .information_list .item .item-amount span {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .catalog_content {
    padding: 35px;
    row-gap: 15px;
  }

  .navigation {
    padding-bottom: 10px;
  }

  .navigation .pagination-item {
    width: 35px;
    height: 35px;
  }

  .navigation .pagination-item a {
    font-size: 12px;
  }

  .catalog_description .description_card .card_footer {
    row-gap: 10px;
  }

  .basket_checkout .checkout_list {
    padding: 15px;
    row-gap: 15px;
  }

  .basket_checkout .info_footer p {
    margin-top: 0px;
  }

  .basket_checkout .info_footer span {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .basket_checkout .info_footer .footer-total span {
    font-weight: 500;
    font-size: 20px;
  }

  .order_cart .cart_list .cart-description {
    row-gap: 40px;
  }

  .order_cart .cart_list .cart-item {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 15px;
  }

  .order_cart .cart_list .cart-item .picture img {
    height: 128px;
    width: 128px;
  }

  .info_footer .footer-total span {
    font-weight: 600;
    font-size: 28px;
  }

  .about_primary .primary .primary_content .primary-description .description-text {
    row-gap: 20px;
  }

  .header_logo {
    width: 174px;
    height: 34px;
  }

  .header_navbar .profile .basket-icon {
    width: 20px;
    height: 20px;
  }

  .header_navbar .profile-icon {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .collections-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .collections_content {
    padding: 15px 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

@media (max-width: 567px) {
  .catalog_description .description_header {
    padding: 15px;
  }

  .catalog_description .description_filter {
    padding: 15px;
  }

  .catalog_description .description_card {
    padding: 15px;
  }

  .basket_information .information_list .item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px;
  }

  .basket_information .information_list .item .picture img {
    height: 100px;
    width: 100px;
  }

  .basket_information .information_list .item .item-title h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .basket_information .information_list .item .item-description {
    row-gap: 10px;
  }

  .basket_information .information_list .item .item-price {
    row-gap: 3px;
  }

  .basket_information .information_list .item .item-price span {
    font-size: 12px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 14px;
  }

  .basket_information .information_list .item .item-amount {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .basket_checkout .info_header {
    row-gap: 15px;
  }

  .basket_checkout .info_header h2 {
    font-size: 20px;
  }

  .basket_checkout .info_header span {
    font-size: 16px;
  }

  .basket_checkout .info_header p {
    font-size: 14px;
  }

  .basket_checkout .info_header .header-title {
    row-gap: 20px;
  }

  .basket_checkout .info_header .header-promo .header-placeholder {
    padding: 15px 10px;
  }

  .basket_checkout .info_header .header-promo .btn-primary {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .basket_checkout .info_footer p {
    font-size: 16px;
  }

  .basket_checkout .info_footer .footer-checkout .btn-primary {
    padding: 20px 0px;
  }

  .basket_checkout .info_footer .footer-checkout .checkout-link {
    font-size: 14px;
  }

  .order_cart .cart_list .cart-item .item-description p {
    font-size: 18px;
    line-height: 22px;
  }

  .order_cart .cart_list .item-title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #292929;
  }

  .contacts_contact .contact {
    padding: 15px;
  }

  .contacts_contact .contact_content .content-title h2 {
    font-size: 20px;
  }

  .contacts_map .map {
    padding: 15px;
  }

  .contacts_map .map_content {
    row-gap: 20px;
  }

  .contacts_map .map_content .map-title h2 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .catalog_content-product .product:nth-child(1) .product-header-img {
    height: 300px;
  }
}

@media (max-width: 475px) {
  .catalog_products .products_content {
    padding: 10px;
    margin-right: 0px;
  }

  .info_footer .footer-total span {
    font-size: 24px;
  }

  .about_secondary .secondary_content {
    row-gap: 15px;
  }

  .about_secondary .secondary_content .content-title h2 {
    font-size: 18px;
  }

  .about_secondary .secondary_content .content-description {
    row-gap: 15px;
  }

  .about_secondary .secondary_content .content-description p {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 459px) {
  .picture-thumbs .swiper-slide {
    height: 90px;
  }
}

@media (max-width: 450px) {
  .innovations_content:is(.container) .innovations_container {
    padding: 10px;
  }

  .innovations .content {
    row-gap: 15px;
  }

  .innovations .content-header {
    row-gap: 5px;
  }

  .innovations .content-footer-more {
    margin-bottom: 15px;
  }

  .innovations .content-footer-more .icon {
    width: 47px;
    height: 12px;
  }

  .innovations_slider .swiper-button-next {
    height: 35px;
    width: 35px;
  }

  .innovations_slider .swiper-button-prev {
    height: 35px;
    width: 35px;
  }

  .basket_information .information_list .item .item-title h3 {
    font-size: 10px;
    line-height: 12px;
  }

  .basket_information .information_list .item .item-description {
    row-gap: 5px;
  }

  .contacts_contact .contact_content .content-title h2 {
    font-size: 16px;
  }

  .contacts_map .map_content .map-title h2 {
    font-size: 16px;
  }

  .header_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 425px) {
  .catalog_content {
    gap: 10px;
    padding: 10px 10px 40px;
  }

  .catalog_content-product {
    gap: 0px;
    row-gap: 10px;
  }

  .catalog_content-product .product {
    row-gap: 10px;
  }

  .catalog_content-product .product:nth-child(2) .product-header-img {
    height: 290px;
  }

  .basket_checkout .info_footer .footer-total span {
    font-weight: 500;
    font-size: 16px;
  }

  .order_cart .cart_list .cart-item .item-description {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }

  .marquee {
    padding-top: 12px;
    padding-bottom: 7px;
  }

  .marquee_content li {
    font-size: 22px;
    line-height: 32px;
  }

  .footer .btn p {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .basket_information .information_list .item {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .basket_information .information_list .item .picture img {
    height: 90px;
    width: 90px;
  }

  .basket_information .information_list .item .item-price {
    row-gap: 0px;
  }

  .basket_information .information_list .item .item-price span {
    font-size: 10px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 12px;
    line-height: 25px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 10px;
  }

  .basket_information .information_list .item .item-amount {
    font-size: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .basket_information .information_list .item .item-amount .amount-change {
    width: 25px;
    height: 25px;
  }

  .basket_information .information_list .item .item-amount .amount-change svg {
    width: 25px;
    height: 25px;
    padding: 8px;
  }

  .basket_information .information_list .item .item-delete svg {
    width: 12px;
    height: 15px;
  }

  .basket_checkout .checkout_list {
    padding: 10px;
  }

  .order_cart .cart_list .cart-item .item-description p {
    font-size: 16px;
    line-height: 20px;
  }

  .order_cart .cart_list .cart-item .item-description p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 380px) {
  .order_cart .cart_list .cart-item .item-description p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .catalog_content-product .product:nth-child(1) .product-header-img {
    height: 250px;
  }

  .catalog_content-product .product:nth-child(2) .product-header-img {
    height: 250px;
  }

  .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .info_footer p {
    font-size: 14px;
  }

  .info_footer .footer-total span {
    font-size: 18px;
  }

  .order_details .details_list .details-button button {
    padding: 20px 0px;
  }

  .order_details .details_list .details-button span {
    font-size: 18px;
  }

  .add_cart .icon {
    width: 14px;
    height: 14px;
  }

  .add_cart {
    padding: 8px;
  }
}

@media only screen and (max-width: 375px) {
  .collections-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 5px);
            flex: 0 0 calc(100% - 5px);
    max-width: calc(100% - 5px);
  }
}

@media (max-width: 320px) {
  .basket_information .information_list .item .picture img {
    height: 80px;
    width: 80px;
  }

  .basket_information .information_list .item .item-title h3 {
    font-size: 8px;
    line-height: 12px;
  }

  .basket_information .information_list .item .item-price span {
    font-size: 8px;
  }

  .basket_information .information_list .item .item-price p {
    font-size: 8px;
  }

  .basket_checkout .info_header h2 {
    font-size: 18px;
  }
}

@media (max-width: 230px) {
  .catalog_content-title h2 {
    font-size: 16px;
  }

  .innovations .content-header h2 {
    font-size: 16px;
  }

  .innovations .content-footer-more span {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 15px;
    padding: 15px 15px 30px;
    max-height: 750px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  .picture-thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    max-width: 190px;
  }
}

.widget-area {
  display: none !important;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.color-item {
  cursor: pointer;
  opacity: 0.3;
}

.color-item.color-item-active {
  opacity: 1;
}

.woocommerce-message {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  background-color: transparent !important;
}

.woocommerce-message a {
  color: #000;
  text-decoration: underline;
}

.woocommerce-message a:hover {
  text-decoration: none;
}

.summary.hide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.basket-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  right: -14px;
  top: -11px;
  width: 20px;
  height: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
}

.cart-count span {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
}

.entry-header {
  display: none;
}

.basket_checkout .info_header .header-promo {
  flex-wrap: wrap;
}

.hide_action {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.product-attribute {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 10px;
}

.product-attribute img {
  width: 20px;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .product-attribute {
    font-size: 14px;
    margin-top: 10px;
  }
  .product-attribute img {
    width: 25px;
  }
}

.qty-input {
  width: 30px;
  text-align: center;
  background: transparent;
  padding: 5px;
  -moz-appearance: textfield; /* Firefox */
  appearance: none; /* Стандарт */
}

/* Убираем стрелки для Webkit-браузеров (Chrome, Safari) */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Усиленный вариант для Firefox */
@-moz-document url-prefix() {
  .qty-input {
      -moz-appearance: textfield;
  }
  .qty-input::-moz-number-spin-box {
      display: none !important;
  }
}

/* Отключаем стандартный фокус */
.qty-input:focus {
  outline: none;
}

@media (min-width: 768px) {
  .qty-input {
    font-size: 18px;
  }
}

.empty_cart {
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
}

.empty_cart p {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .empty_cart {
    width: calc(100% - 60px);
  }
}

@media (min-width: 1200px) {
  .empty_cart .btn {
    padding: 33px 73px;
  }
  .empty_cart .btn span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
  }
  .empty_cart p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: none !important;
  border-color: red !important;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: none !important;
}

@media (min-width: 993px) {
  .catalog_filter-collapse {
    display: block;
    position: relative;
    top: 0px;
  }
}

@media (min-width: 1200px) {
  .basket_information .information_list .item .item-description {
    width: 300px;
  }
}

.footer_warning {
  font-size: 12px;
}

.footer_warning.hide_mob {
  display: none;
}

@media (min-width: 1200px) {
  .footer_warning.hide_desk {
    display: none;
  }
  .footer_warning.hide_mob {
    display: block;
  }
}

.politic {
  padding: 20px 0px;
}

.politic h2 {
  margin-top: 30px;
}

.politic p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .politic {
    padding: 50px 0px;
  }
}

.politic .wp-block-table {
  margin-top: 20px;
}

.bottom-copyright a {
  font-size: 12px;
}

.login_wrap {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}

.login_wrap_auth {
  display: block;
  width: 100%;
}

.login_wrap_reg {
  display: none;
  width: 100%;
}

.login_wrap.active .login_wrap_auth {
  display: none;
}
.login_wrap.active .login_wrap_reg {
  display: block;
}


.login_wrap h2 {
  font-family: "AKONY";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 768px) {
  .login_wrap h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.login_wrap .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.login_wrap .woocommerce-form-row label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1e1e1e;
}

.login_wrap .woocommerce-form-row input {
  padding: 25px 21px;
  border: 1px solid #000000;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  width: 100%;
  margin-top: 10px;
}

.login_wrap .woocommerce-form-row .password-input {
  width: 100%;
}

.login_wrap_button {
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: #1a1919;
  cursor: pointer;
  margin-top: 20px;
}

.login_wrap .woocommerce-LostPassword {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
}

.login_wrap_auth_ragistration {
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 10px;
}

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


.login_wrap_auth_auth {
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 10px;
}

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

.login_wrap .woocommerce-LostPassword a {
  text-decoration: underline;
  color: #000;
}
.login_wrap .woocommerce-LostPassword a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .login_wrap_auth {
    width: 500px;
  }
  
  .login_wrap_reg {
    width: 500px;
  }
}


@media (min-width: 1200px) {
  .login_wrap {
    padding: 100px 20px;
  }
  .login_wrap_button {
    height: 73px;
    line-height: 73px;
    font-size: 20px;
  }
  .login_wrap_auth_ragistration {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .login_wrap_auth_auth {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .login_wrap .woocommerce-LostPassword a {
    font-size: 20px;
  }
}

.woocommerce-privacy-policy-text {
  margin-top: 10px;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.login_wrap_reg .woocommerce-privacy-policy-text {
  display: none;
}

.login_wrap_reg_privacy {
  margin-top: 10px;
}

.login_wrap_reg_privacy p {
  font-size: 12px;
}

.woocommerce-password-strength {
  display: none !important;
}

.woocommerce-password-hint {
  display: none !important;
}

.confirm_password_text {
  text-align: center;
}

@media (min-width: 1200px) {
  .confirm_password_text {
    padding: 0px 100px;
  }
}

.profile-icon {
  margin-right: 10px;
  position: relative;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.login_wrap_account {
  width: 100%;
}

@media (min-width: 768px) {
  .login_wrap_account {
    width: 600px;
  }
}

.login_wrap_link {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background: rgb(26, 25, 25);
  margin-top: 15px;
}

@media (min-width: 768px) {
  .login_wrap_link {
    max-width: 300px;
  }
}


.woocommerce-error {
  display: none !important;
}

.woocommerce-checkout-review-order {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
}

#billing_country_field {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
}

.order_item {
  margin-top: 30px;
}

.order_item_list_wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
}

.order_item_list_wrap_img {
  width: 100px;
  min-width: 100px;
}

.order_item_list_wrap_img img {
  height: 100px;
  object-fit: cover;
}

.order_item_list_wrap_text {
  margin-left: 20px;
}

.order_item_list_wrap_text p {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order_item_list_wrap_img {
    width: 140px;
    min-width: 140px;
  }
  .order_item_list_wrap_img img {
    height: 140px;
  }
  .order_item_list_wrap_text {
    margin-left: 30px;
  }
}

.logout_link {
  margin-top: 20px;
  text-decoration: underline;
  color: #000;
  display: inline-block;
}

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

@media (min-width: 1200px) {
  .logout_link {
    font-size: 20px;
  }
}

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

.li_head img {
  width: 14px;
  margin-left: 10px;
  transition: all 0.3s linear;
}

.li_head.active img {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.li_body {
  padding-left: 20px;
  display: none;
}

.header .mobile_menu .nav .li_body a {
  font-size: 14px;
  padding: 8px 0px 8px 0px;
}

.li_head {
  cursor: pointer;
  padding: 10px 0px 10px 0px;
}

.li_head span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0d0d0d;
  text-transform: uppercase;
}

.back_modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  cursor: pointer;
  height: 100vh;
  width: 100%;
  display: none;
}

.back_modal.active {
  display: block;
}

.size_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1001;
  width: calc(100% - 20px);
  padding: 40px 15px 15px 15px;
  max-height: calc(100vh - 20px);
  height: auto;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 700px;
}

.size_modal.active {
  display: block;
}

@media (min-width: 1200px) {
  .size_modal {
    padding: 40px 30px 30px 30px;
  }
}

.promo_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1001;
  width: calc(100% - 20px);
  padding: 40px 15px 15px 15px;
  max-height: calc(100vh - 20px);
  height: auto;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 700px;
}

@media (min-width: 1200px) {
  .promo_modal {
    padding: 40px 30px 30px 30px;
  }
}

.promo_modal.active {
  display: block;
}

.size_modal::-webkit-scrollbar {
  display: none;
}

.size_modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.promo_modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.size_modal_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.size_modal_body p {
  width: 100%;
  margin-top: 15px;
}

.size_modal_body img {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
}

.open_modal_size {
  text-decoration: underline;
  cursor: pointer;
}

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

.promo_modal_copy {
  position: relative;
}

.copyLink {
  color: #000;
}

.promo_modal p {
  margin-top: 20px;
}

.promo_modal_copy {
  margin-top: 20px;
}

.promo_modal p a {
  color: #000;
  text-decoration: underline;
}

.promo_modal p a:hover {
  text-decoration: none;
}

.promo_modal_copy {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.copyLink {
  height: 50px;
  line-height: 50px;
  background-color: #D2F65A;
  display: block;
  width: calc(50% - 10px);
  text-align: center;
  cursor: default;
}

.copy-notification {
  width: calc(50% - 10px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  cursor: pointer;
}

.copy-notification span:last-child {
  display: none;
}

.copy-notification span:first-child {
  display: block;
}

.copy-notification.show span:last-child {
  display: block;
}

.copy-notification.show span:first-child {
  display: none;
}

#accept {
  appearance: auto;
  position: absolute;
  left: 0px;
  top: 2px;
}

.login_wrap_reg_privacy {
  display: block;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}

.woocommerce-form-register__submit.notactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.woocommerce-MyAccount-content .woocommerce-info {
  display: none !important;
}

@media (min-width: 1200px) {
  .bottom-copyright span {
    white-space: nowrap;
  }
}