* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:visited,
a:active {
  outline: none;
  text-decoration: none;
}

body,
html {
  overflow-x: hidden;
  width: 100%;
}

ul {
  list-style: none;
}

button {
  border: none;
  box-shadow: none;
  outline: none;
}

html {
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  line-height: 1;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

p,
ul,
ol {
  margin-bottom: 0;
}

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

@font-face {
  font-family: 'YK';
  src: url("../fonts/YanoneKaffeesatz-Regular.ttf") format("truetype");
  src: url("../fonts/YanoneKaffeesatz-Regular.eot?") format("eot");
  src: url("../fonts/YanoneKaffeesatz-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'YK';
  src: url("../fonts/YanoneKaffeesatz-Bold.ttf") format("truetype");
  src: url("../fonts/YanoneKaffeesatz-Bold.eot?") format("eot");
  src: url("../fonts/YanoneKaffeesatz-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'CS';
  src: url("../fonts/ClearSans.ttf") format("truetype");
  src: url("../fonts/ClearSans.eot?") format("eot");
  src: url("../fonts/ClearSans.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'CS';
  src: url("../fonts/ClearSans-Light.ttf") format("truetype");
  src: url("../fonts/ClearSans-Light.eot?") format("eot");
  src: url("../fonts/ClearSans-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/ClearSans-Bold.ttf") format("truetype");
  src: url("../fonts/ClearSans-Bold.eot?") format("eot");
  src: url("../fonts/ClearSans-Bold.woff") format("woff");
  font-weight: 700;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #bababa;
  font-size: 16px;
  font-family: "CS", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #bababa;
  font-size: 16px;
  font-family: "CS", sans-serif;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #bababa;
  font-size: 16px;
  font-family: "CS", sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #bababa;
  font-size: 16px;
  font-family: "CS", sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

body::after {
  display: none;
  content: url("../icons/fur.svg") url("../icons/fur-orange.svg") url("../icons/dress.svg") url("../icons/dress-orange.svg") url("../icons/jacket.svg") url("../icons/jacket-orange.svg") url("../icons/blouse.svg") url("../icons/blouse-orange.svg") url("../icons/jeans.svg") url("../icons/jeans-orange.svg") url("../icons/shirt.svg") url("../icons/shirt-orange.svg");
}

body {
  font-family: "YK", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

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

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.all-content {
  flex: 1 0 auto;
  padding-top: 92px;
}

footer {
  flex: 0 0 auto;
}

.header-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}

.header-section.on-scroll {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.container {
  max-width: 1660px;
  margin: 0 auto;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left,
.header-right {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  width: 33.3%;
}

.header-left {
  justify-content: flex-start;
}

.header-left .header-menu > ul > li {
  padding: 0 45px;
}

.header-right {
  justify-content: flex-end;
}

.header-right .header-menu > ul > li {
  padding: 0 30px;
}

.header-logo {
  width: 154px;
}

.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-menu > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-menu > ul > li > a {
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.header-menu.mobile-menu {
  display: none;
}

.header-search {
  padding: 0 24px;
}

.header-search-btn {
  display: block;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0) url("../icons/search.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.header-cart {
  padding-left: 28px;
}

.header-cart-link {
  display: block;
  width: 24px;
  height: 22px;
  background: url("../icons/basket-black.svg") no-repeat center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}

.main-collection-banner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.collection-banner-slider {
  flex: 0 0 calc((100% / 6) * 4);
  max-width: calc((100% / 6) * 4);
}

.collection-banner-nav {
  flex: 0 0 calc((100% / 6) * 2);
  max-width: calc((100% / 6) * 2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.collection-swiper {
  width: 100%;
}

.collection-swiper .swiper-slide {
  position: relative;
}

.collection-swiper-bg {
  width: 100%;
  height: 540px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}

.collection-swiper-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}

.collection-swiper-content {
  position: absolute;
  bottom: 80px;
  width: 100%;
  padding-left: 22.8%;
  z-index: 2;
}

.collection-swiper-title {
  margin-bottom: 50px;
}

.collection-swiper-title h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  max-width: 540px;
}

.oragne-btn {
  display: inline-block;
  padding: 11px 25px;
  min-width: 160px;
  min-height: 46px;
  text-align: center;
  color: #ffffff;
  border: 3px solid #ffffff;
  background: #ef7f1a;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

.collection-swiper-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.collection-swiper-btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("../icons/arrow-right-brown.svg") no-repeat center;
  background-size: 37px;
  border-radius: 50%;
  border: 3px solid #5b523a;
  transition: all .4s ease;
  box-sizing: border-box;
}

.collection-swiper-btn::after {
  display: none;
}

.collection-swiper-btn.collection-swiper-prev {
  left: 60px;
  transform: rotate(-180deg);
}

.collection-swiper-btn.collection-swiper-next {
  right: 60px;
}

.collection-banner-item {
  position: relative;
  border-left: 1px solid #ffffff;
  flex: 0 0 50%;
  max-width: 50%;
}

.collection-banner-bg {
  width: 100%;
  height: 540px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}

.collection-banner-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}

.collection-banner-content {
  position: absolute;
  text-align: center;
  bottom: 35px;
  padding: 0 20px;
  width: 100%;
}

.collection-banner-title {
  margin-bottom: 15px;
}

.collection-banner-title h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.orange-link {
  display: inline-block;
  color: #ef7f1a;
  font-family: "CS", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}

.orange-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ef7f1a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.main-collection-nav {
  width: 100%;
  margin-top: 1px;
}

.collection-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.collection-nav-item {
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
  height: 100px;
}

.collection-nav-item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.collection-nav-link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 13px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  background: #000000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.collection-nav-icon {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  flex: 0 0 45px;
  max-height: 45px;
  background: no-repeat center;
  transition: all 0.3s ease-in-out;
}

.collection-nav-icon.drees {
  background-image: url("../icons/dress.svg");
  background-size: 28px auto;
}

.collection-nav-icon.fur {
  background-image: url("../icons/fur.svg");
  background-size: 42px;
}

.collection-nav-icon.jacket {
  background-image: url("../icons/jacket.svg");
  background-size: 38px auto;
}

.collection-nav-icon.blouse {
  background-image: url("../icons/blouse.svg");
  background-size: 29px auto;
}

.collection-nav-icon.jeans {
  background-image: url("../icons/jeans.svg");
  background-size: 37px auto;
}

.collection-nav-icon.shirt {
  background-image: url("../icons/shirt.svg");
  background-size: 42px auto;
}

.section-main-collection {
  margin-bottom: 60px;
}

.products-tabs-caption {
  margin-bottom: 30px;
  padding-right: 150px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.products-tabs-caption .os-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

.products-tabs-caption .os-scrollbar.os-scrollbar-vertical,
.products-tabs-caption .os-scrollbar.os-scrollbar-horizontal {
  display: none;
}

.tabs-caption-item {
  font-size: 36px;
  color: #000000;
  position: relative;
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.tabs-caption-item:not(:last-child) {
  margin-right: 55px;
}

.tabs-caption-item::before,
.tabs-caption-item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ef7f1a;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, width 0.4s ease-in-out;
}

.tabs-caption-item::after {
  right: 0;
}

.tabs-caption-item::before {
  left: 0;
}

.tabs-caption-item.active {
  color: #ef7f1a;
}

.tabs-caption-item.active::after,
.tabs-caption-item.active::before {
  opacity: 1;
  width: 100%;
}

.products-card-photo {
  width: 100%;
}

.products-card-photo > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.products-card-bg {
  width: 100%;
  padding-top: 131.5%;
  position: relative;
  z-index: 2;
  border: 1px solid #e8e8e8;
}

.products-card-bg img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.products-card-tag {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 3;
}

.products-card-country {
  width: 18px;
  margin-bottom: 20px;
}

.products-card-country img {
  display: block;
  width: 100%;
}

.products-card-category {
  padding: 2px 10px;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  font-family: "CS", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.7px;
  display: inline-block;
}

.products-card-name {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0;
}

.products-card-name a {
  color: #000000;
}

.products-card-caption {
  font-family: "CS", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.products-card-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-size-grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -2px;
  margin-right: -2px;
  flex-wrap: wrap;
}

.products-size-item {
  margin: 2px;
  height: 18px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #bababa;
  color: #bababa;
  font-family: "CS", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.products-size-item.active {
  border-color: #ef7f1a;
  color: #ef7f1a;
}

.products-size-text {
  margin-top: 9px;
  font-size: 18px;
  text-transform: uppercase;
}

.products-card-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.products-in-basket {
  margin-left: 18px;
}

.add-cart {
  display: block;
  width: 24px;
  height: 22px;
  background: rgba(255, 255, 255, 0) url("../icons/basket-orange.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.price-new {
  font-size: 36px;
  font-weight: 700;
}

.price-old {
  margin-bottom: 5px;
  color: #bbbbbb;
  font-size: 24px;
  text-decoration: line-through;
}

.products-card-size {
  margin-top: 14px;
  max-width: 60%;
}

.products-card-options.sale-price .products-card-size {
  margin-top: 0;
}

.products-card-options.sale-price .products-price-grid {
  margin-top: 10px;
}

.products-card-options.sale-price .products-card-price {
  align-items: center;
}

.products-tabs-swiper {
  margin-left: -10px;
  margin-right: -10px;
}

.products-tabs-swiper .swiper-slide {
  padding: 10px;
}

.products-swiper-navigation {
  position: absolute;
  top: -54px;
  right: 0;
}

.products-swiper-btn {
  position: relative;
  left: 0;
  right: 0;
  width: 37px;
  height: 10px;
  top: 0;
  margin-top: 0;
  display: inline-block;
}

.products-swiper-btn.products-swiper-prev {
  transform: rotate(-180deg);
  margin-right: 35px;
}

.products-swiper-btn::after {
  display: none;
}

.products-swiper-btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url("../icons/arrow-right-black.svg") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}

.products-tabs-item {
  position: relative;
  display: none;
}

.products-tabs-item.active {
  display: block;
}

.products-card-desc {
  padding-bottom: 25px;
}

.products-card {
  position: relative;
}

.products-card-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease-in-out;
}

.products-card-hover .products-card-tag {
  position: relative;
  top: 0;
  left: 0;
  padding: 50px 20px 0;
}

.products-card-hover .products-card-photo {
  position: relative;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

.products-hover-bg {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(0, 0, 0, 0.8);
  transition: height 0s linear;
  transform: scale(0.95);
}

.products-card-characteristics {
  margin-top: 80px;
}

.products-characteristics-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.products-characteristics-row:first-of-type {
  border-top: 1px solid #ffffff;
}

.products-characteristics-cell {
  width: 50%;
  padding: 12px;
  color: #acacac;
  font-family: "CS", sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.products-characteristics-cell:nth-child(2n) {
  justify-content: flex-end;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}

.products-card-more {
  margin-top: 90px;
  text-align: center;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.full-catalog {
  display: block;
  padding: 23px 0;
  cursor: pointer;
  transition: all 0.45s ease;
}

.full-catalog-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  height: 46px;
  color: #fefefe;
  padding-left: 29px;
  padding-right: 21px;
  font-size: 18px;
  text-transform: uppercase;
  background: #ef7f1a;
  border: 3px solid #ffffff;
  transition: all 0.3s ease;
}

.full-catalog-btn .full-catalog-arrow {
  width: 10px;
  height: 17px;
  background: url("../icons/arrow-down.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: all 0.4s ease;
}

.header-catalog {
  padding-right: 40px;
}

.header-burger {
  display: none;
}

.burger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.burger span::before,
.burger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #000000;
}

.burger span::before {
  top: -7px;
}

.burger span::after {
  bottom: -7px;
}

.collection-swiper-pagination {
  display: none;
}

.collection-swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.3;
  width: 6px;
  height: 6px;
}

.collection-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.swiper-container-horizontal .collection-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.section-main-products {
  margin-bottom: 100px;
}

.search-block {
  position: fixed;
  left: 0;
  top: -300px;
  width: 100%;
  padding: 50px 0 55px;
  z-index: 6;
  background: #ffffff;
  transition: all 0.6s ease;
}

.search-block.show {
  top: 0;
  transition: all 0.4s ease;
}

.search-form-row {
  position: relative;
}

.search-form-input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #bababa;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-family: "CS", sans-serif;
  font-weight: 300;
  background: #fff;
  padding: 0 35px;
}

.search-form-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url("../icons/search.svg") no-repeat center;
  background-size: contain;
}

#search-form {
  padding: 0 40px;
}

.search-form-result {
  padding-top: 20px;
  padding-left: 35px;
  display: none;
}

.search-form-result.show {
  display: block;
}

.search-find-list a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  font-family: "CS", sans-serif;
  transition: all 0.2s ease-in-out;
}

.search-find-list > li:not(:last-child) {
  margin-bottom: 10px;
}

.close-search-block {
  position: absolute;
  right: 20px;
  top: 20px;
}

.cross-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cross-icon::before,
.cross-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cross-icon::before {
  transform: rotate(45deg);
}

.cross-icon::after {
  transform: rotate(-45deg);
}

.layout-bg {
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s,background-color 1s;
}

.layout-bg.show {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.close-mobile-menu {
  display: none;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.96);
  justify-content: center;
  align-items: center;
  display: none;
}

.popup.show-modal {
  display: flex;
}

.popup-added-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
}

.actions-added-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.actions-added-btn {
  display: inline-block;
  min-width: 160px;
  min-height: 46px;
  padding: 11px 25px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 15px;
  line-height: 1;
}

.actions-added-btn.actions-order {
  background: #ef7f1a;
}

.actions-added-btn.actions-continue {
  background: #000000;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 2;
}

.large-catalog {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 92px;
  z-index: -1;
  background: white;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 30px 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s ease, margin-top 0.45s ease;
}

.large-catalog-grid {
  width: 100%;
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  display: block;
  max-width: 60%;
  position: relative;
  z-index: 3;
}

.large-catalog-item {
  width: 100%;
  -moz-column-fill: balance;
  break-inside: avoid-column;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  display: table;
  padding: 7px 0;
}

.large-catalog-item > a {
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.large-catalog-item > a.sale {
  font-weight: 700;
  color: #ef7f1a;
  border-bottom: 2px solid #ef7f1a;
}

.large-catalog-item > a:hover {
  color: #ef7f1a;
}

.large-catalog-bg {
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .2s,background-color 0.4s;
}

header.open-catalog .large-catalog-bg {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
}

header.open-catalog .large-catalog {
  z-index: 4;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.header-section.on-scroll .full-catalog {
  padding: 5px 0;
}

.header-section.on-scroll .large-catalog {
  margin-top: 56px;
}
@media screen and (max-width: 1700px) {
  .container {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1639px) {
  .full-catalog {
    padding: 18px 0;
  }

  .large-catalog {
    margin-top: 82px;
  }

  .header-left .header-menu > ul > li {
    padding: 0 30px;
  }

  .header-menu > ul > li > a {
    font-size: 22px;
  }

  .header-logo {
    width: 140px;
  }

  .header-search {
    padding: 0 20px;
  }

  .header-cart {
    padding-left: 25px;
  }

  .collection-swiper-btn.collection-swiper-prev {
    left: 40px;
  }

  .collection-swiper-btn.collection-swiper-next {
    right: 40px;
  }

  .collection-swiper-title {
    margin-bottom: 40px;
  }

  .collection-swiper-content {
    padding-left: 18%;
  }

  .collection-nav-link {
    font-size: 22px;
  }

  .tabs-caption-item {
    font-size: 34px;
  }

  .products-card-bg {
    padding-top: 131%;
  }

  .products-card-tag {
    top: 30px;
  }

  .products-card-hover .products-card-tag {
    padding-top: 30px;
  }

  .products-card-characteristics {
    margin-top: 50px;
  }

  .products-characteristics-cell {
    width: 50%;
    padding: 10px;
    font-size: 14px;
  }

  .all-content {
    padding-top: 82px;
  }
}

@media screen and (max-width: 1439px) {
  .header-right .header-menu > ul > li,
  .header-left .header-menu > ul > li {
    padding: 0 25px;
  }

  .header-catalog {
    padding-right: 30px;
  }

  .collection-swiper-btn.collection-swiper-prev {
    left: 30px;
  }

  .collection-swiper-btn.collection-swiper-next {
    right: 30px;
  }

  .collection-swiper-btn {
    width: 45px;
    height: 45px;
  }

  .collection-swiper-btn::before {
    background-size: 31px;
  }

  .collection-swiper-title h2 {
    font-size: 46px;
  }

  .collection-banner-title h3 {
    font-size: 28px;
  }

  .collection-banner-title {
    margin-bottom: 13px;
  }

  .collection-nav-item {
    height: 90px;
  }

  .collection-nav-link {
    font-size: 20px;
    padding: 10px;
  }

  .collection-nav-icon {
    flex: 0 0 40px;
    max-height: 40px;
  }

  .collection-nav-icon.drees {
    background-size: 26px auto;
  }

  .collection-nav-icon.fur {
    background-size: 38px auto;
  }

  .collection-nav-icon.jacket {
    background-size: 34px auto;
  }

  .collection-nav-icon.blouse {
    background-size: 25px auto;
  }

  .collection-nav-icon.jeans {
    background-size: 33px auto;
  }

  .collection-nav-icon.shirt {
    background-size: 38px auto;
  }

  .tabs-caption-item:not(:last-child) {
    margin-right: 50px;
  }

  .tabs-caption-item {
    font-size: 32px;
  }

  .products-card-tag {
    top: 25px;
  }

  .products-card-country {
    margin-bottom: 13px;
  }

  .products-card-category {
    font-size: 12px;
  }

  .products-card-name {
    margin: 15px 0 10px;
  }

  .products-size-item {
    width: 42px;
    font-size: 14px;
  }

  .products-in-basket {
    margin-left: 15px;
  }

  .price-new {
    font-size: 32px;
  }

  .price-old {
    font-size: 22px;
  }

  .products-card-hover .products-card-tag {
    padding-top: 25px;
  }

  .products-card-more {
    margin-top: 60px;
  }

  .products-swiper-navigation {
    top: -51px;
  }

  .products-card-options.sale-price .products-card-size {
    margin-top: 14px;
  }

  .products-card-options.sale-price .products-price-grid {
    margin-top: 0;
  }
}

@media screen and (max-width: 1365px) {
  .collection-swiper-bg,
  .collection-banner-bg {
    height: 480px;
  }

  .full-catalog {
    padding: 14px 0;
  }

  .large-catalog {
    margin-top: 74px;
  }

  .large-catalog-grid {
    max-width: 75%;
  }

  .header-catalog {
    padding-right: 25px;
  }

  .full-catalog-btn {
    width: 150px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .header-right .header-menu > ul > li,
  .header-left .header-menu > ul > li {
    padding: 0 20px;
  }

  .header-menu > ul > li > a {
    font-size: 20px;
  }

  .header-logo {
    width: 130px;
  }

  .header-search {
    padding: 0 15px;
  }

  .header-search-btn {
    width: 17px;
    height: 17px;
  }

  .header-cart {
    padding-left: 20px;
  }

  .header-cart-link {
    width: 22px;
    height: 20px;
  }

  .oragne-btn {
    padding: 11px 15px;
    min-width: 150px;
  }

  .collection-swiper-content {
    padding-left: 15%;
  }

  .collection-swiper-title h2 {
    font-size: 44px;
    max-width: 510px;
  }

  .collection-swiper-btn.collection-swiper-prev {
    left: 25px;
  }

  .collection-swiper-btn.collection-swiper-next {
    right: 25px;
  }

  .collection-banner-title h3 {
    font-size: 26px;
  }

  .collection-banner-content {
    padding: 0 15px;
  }

  .orange-link {
    font-size: 14px;
  }

  .collection-banner-title {
    margin-bottom: 10px;
  }

  .tabs-caption-item:not(:last-child) {
    margin-right: 45px;
  }

  .tabs-caption-item {
    font-size: 30px;
  }

  .products-card-name {
    font-size: 22px;
  }

  .products-card-caption {
    font-size: 14px;
  }

  .products-size-item {
    width: 38px;
    font-size: 12px;
  }

  .products-size-text {
    margin-top: 7px;
    font-size: 16px;
  }

  .price-new {
    font-size: 28px;
  }

  .price-old {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .products-characteristics-cell {
    font-size: 13px;
  }

  .products-card-characteristics {
    margin-top: 40px;
  }

  .products-card-more {
    margin-top: 40px;
  }

  .section-main-products {
    margin-bottom: 60px;
  }

  .products-in-basket {
    margin-left: 10px;
  }

  .products-swiper-navigation {
    top: -51px;
  }

  .all-content {
    padding-top: 74px;
  }
}

@media screen and (max-width: 1199px) {
  .products-swiper-navigation {
    top: -41px;
  }

  .tabs-caption-item:not(:last-child) {
    margin-right: 35px;
  }

  .tabs-caption-item {
    font-size: 28px;
  }

  .collection-nav-link {
    font-size: 18px;
  }

  .collection-nav-item {
    height: 80px;
  }

  .collection-nav-icon {
    flex: 0 0 38px;
    max-height: 38px;
    margin-bottom: 4px;
  }

  .collection-nav-icon.jeans {
    background-size: 30px auto;
  }

  .collection-nav-icon.shirt {
    background-size: 35px auto;
  }

  .collection-nav-icon.blouse {
    background-size: 23px auto;
  }

  .collection-nav-icon.jacket {
    background-size: 32px auto;
  }

  .collection-nav-icon.fur {
    background-size: 33px auto;
  }

  .collection-nav-icon.drees {
    background-size: 24px auto;
  }

  .collection-swiper-btn::before {
    background-size: 27px;
    border-width: 2px;
  }

  .collection-swiper-btn.collection-swiper-next {
    right: 15px;
  }

  .collection-swiper-btn.collection-swiper-prev {
    left: 15px;
  }

  .collection-swiper-title h2 {
    font-size: 40px;
    max-width: 465px;
  }

  .collection-swiper-content {
    padding-left: 13%;
    bottom: 60px;
  }

  .collection-swiper-btn {
    width: 40px;
    height: 40px;
  }

  .collection-swiper-bg,
  .collection-banner-bg {
    height: 420px;
  }

  .header-catalog {
    display: none;
  }

  .header-burger {
    display: block;
  }

  .header-cart {
    padding-left: 25px;
  }

  .header-search {
    padding: 0;
  }

  .search-block {
    padding: 45px 0 50px;
  }

  #search-form {
    padding: 0 15px;
  }

  .search-find-list a {
    font-size: 16px;
    line-height: 20px;
  }

  .header-menu {
    display: none;
  }

  .header-menu.mobile-menu {
    display: block;
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    width: 290px;
    overflow: hidden;
    background: #ffffff;
    z-index: 10;
    padding: 60px 0 20px;
    transition: all 0.4s ease;
    overflow-y: auto;
  }

  .header-menu.mobile-menu.open {
    left: 0;
  }

  .header-menu.mobile-menu,
  .header-menu.mobile-menu > ul {
    display: block;
  }

  .header-menu.mobile-menu > ul > li {
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header-menu.mobile-menu > ul > li > a {
    font-size: 22px;
  }

  .close-mobile-menu {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    width: 25px;
    height: 25px;
  }

  .all-content {
    padding-top: 57px;
  }

  .header-section.on-scroll {
    padding: 14px 0;
  }

  .popup-added-title {
    font-size: 34px;
  }

  .header-section {
    padding: 14px 0;
  }

  .popup {
    background: rgba(0, 0, 0, 0.9);
  }
}

@media screen and (max-width: 991px) {
  .header-logo {
    width: 120px;
  }

  .collection-banner-slider {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }

  .main-collection-banner {
    flex-direction: column;
  }

  .collection-banner-nav {
    display: none;
  }

  .collection-nav-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .collection-nav-item:nth-child(-n+3) {
    border-bottom: 1px solid #ffffff;
  }

  .collection-nav-item:nth-child(3n) {
    border-right: none;
  }

  .products-tabs-swiper .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-tabs-swiper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .collection-nav-list {
    flex-wrap: wrap;
  }

  .tabs-caption-item:not(:last-child) {
    margin-right: 30px;
  }

  .tabs-caption-item {
    font-size: 26px;
  }

  .products-tabs-caption {
    margin-bottom: 15px;
  }

  .products-swiper-navigation {
    top: -35px;
  }

  .products-swiper-btn {
    width: 32px;
    height: 9px;
  }

  .products-swiper-btn.products-swiper-prev {
    margin-right: 25px;
  }

  .collection-nav-item {
    height: 90px;
  }

  .collection-nav-link {
    font-size: 20px;
  }

  .collection-nav-icon {
    flex: 0 0 40px;
    max-height: 40px;
  }

  .collection-nav-icon.jacket {
    background-size: 34px auto;
  }

  .collection-nav-icon.drees {
    background-size: 26px auto;
  }

  .collection-nav-icon.fur {
    background-size: 38px auto;
  }

  .collection-nav-icon.blouse {
    background-size: 25px auto;
  }

  .collection-nav-icon.jeans {
    background-size: 33px auto;
  }

  .collection-nav-icon.shirt {
    background-size: 38px auto;
  }

  .all-content {
    padding-top: 55px;
  }
}

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

  .burger span::before {
    top: -6px;
  }

  .burger span::after {
    bottom: -6px;
  }

  .header-logo {
    width: 110px;
  }

  .header-search-btn {
    width: 16px;
    height: 16px;
  }

  .header-cart {
    padding-left: 20px;
  }

  .header-cart-link {
    width: 20px;
    height: 18px;
  }

  .collection-swiper-pagination {
    display: block;
  }

  .collection-swiper-btn {
    display: none;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }

  .collection-swiper-bg,
  .collection-banner-bg {
    height: 370px;
  }

  .collection-swiper-content {
    bottom: 70px;
    padding: 0 30px;
  }

  .collection-swiper-title {
    margin-bottom: 30px;
  }

  .collection-swiper-title h2 {
    font-size: 36px;
    max-width: 430px;
  }

  .oragne-btn {
    padding: 10px 10px;
    min-width: 138px;
    min-height: 40px;
    border-width: 2px;
    font-size: 16px;
  }

  .collection-nav-link {
    font-size: 18px;
  }

  .collection-nav-item {
    height: 85px;
  }

  .products-tabs-swiper .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-tabs-swiper {
    margin-left: -10px;
    margin-right: -10px;
    z-index: 2;
  }

  .products-tabs-swiper .swiper-wrapper {
    z-index: 2;
  }

  .products-card-photo > a {
    z-index: 2;
  }

  .products-swiper-navigation {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .products-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .products-swiper-btn.products-swiper-prev {
    left: -10px;
    right: auto;
    margin-right: 0;
    transform: translateY(-50%) rotate(-180deg);
  }

  .products-swiper-btn.products-swiper-next {
    left: auto;
    right: -10px;
  }

  .products-swiper-btn::before {
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 28px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .products-tabs-caption {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .products-card-desc {
    padding-bottom: 0;
  }

  .products-size-item {
    width: 42px;
    font-size: 14px;
  }

  .products-size-text {
    margin-top: 9px;
    font-size: 18px;
  }

  .products-card-options.sale-price .products-card-size {
    margin-top: 15px;
  }

  .products-card-size {
    margin-top: 15px;
  }

  .products-card-options.sale-price .products-price-grid {
    margin-top: 10px;
  }

  #search-form {
    padding: 0 10px;
  }

  .search-form-icon {
    width: 15px;
    height: 15px;
  }

  .search-form-input {
    height: 35px;
    padding: 0 25px;
  }

  .search-form-result {
    padding-left: 25px;
  }

  .cross-icon::before,
  .cross-icon::after {
    height: 1px;
  }

  .header-menu.mobile-menu {
    padding: 45px 0 20px;
  }

  .close-mobile-menu {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
  }

  .header-menu.mobile-menu > ul > li {
    padding: 13px 20px;
  }

  .header-menu.mobile-menu > ul > li > a {
    font-size: 20px;
  }

  .all-content {
    padding-top: 53px;
  }

  .popup-added-title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .actions-added-btn {
    padding: 10px 20px;
    min-width: 115px;
    min-height: 30px;
    border-width: 2px;
    font-size: 16px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .header-logo {
    width: 100px;
  }

  .collection-swiper-title h2 {
    font-size: 24px;
  }

  .collection-swiper-title {
    margin-bottom: 20px;
  }

  .collection-swiper-content {
    bottom: 55px;
    padding: 0 15px;
  }

  .oragne-btn {
    padding: 8px 10px;
    min-width: 115px;
    min-height: 30px;
    border-width: 2px;
    font-size: 14px;
  }

  .collection-swiper-bg {
    height: 320px;
  }

  .collection-nav-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }

  .collection-nav-item:nth-child(4) {
    border-bottom: 1px solid #ffffff;
  }

  .collection-nav-item:nth-child(2n) {
    border-right: none;
  }

  .collection-nav-item:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }

  .collection-nav-item {
    height: 80px;
  }

  .collection-nav-link {
    font-size: 16px;
  }

  .collection-nav-icon {
    flex: 0 0 38px;
    max-height: 38px;
  }

  .collection-nav-icon.fur {
    background-size: 33px auto;
  }

  .collection-nav-icon.drees {
    background-size: 24px auto;
  }

  .collection-nav-icon.jacket {
    background-size: 32px auto;
  }

  .collection-nav-icon.blouse {
    background-size: 23px auto;
  }

  .collection-nav-icon.jeans {
    background-size: 30px auto;
  }

  .collection-nav-icon.shirt {
    background-size: 35px auto;
  }

  .tabs-caption-item:not(:last-child) {
    margin-right: 25px;
  }

  .header-cart {
    padding-left: 13px;
  }

  .products-size-item {
    height: 18px;
    width: 46px;
    font-size: 16px;
  }

  .add-cart {
    width: 26px;
    height: 24px;
  }

  .price-new {
    font-size: 32px;
  }

  .price-old {
    font-size: 20px;
  }

  .products-card-name {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .products-card-caption {
    font-size: 16px;
  }

  #search-form {
    padding: 0;
  }

  .header-menu.mobile-menu {
    width: 280px;
  }

  .all-content {
    padding-top: 50px;
  }

  .popup-added-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .actions-added-cart {
    flex-direction: column;
  }

  .actions-added-btn {
    width: 162px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 330px) {
  .tabs-caption-item {
    font-size: 24px;
  }

  .products-size-item {
    height: 16px;
    width: 42px;
    font-size: 14px;
  }

  .add-cart {
    width: 24px;
    height: 22px;
  }

  .price-new {
    font-size: 28px;
  }

  .price-old {
    font-size: 18px;
  }

  .products-card-name {
    font-size: 22px;
  }

  .products-card-caption {
    font-size: 14px;
  }

  .products-card-size {
    max-width: 65%;
  }
}

@media screen and (min-width: 1200px) {
  .products-card-desc,
  .products-card-name a {
    transition: all 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  }

  .products-card:hover .products-card-hover {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }

  .products-card:hover .products-card-hover .products-card-photo {
    opacity: 1;
  }

  .products-card:hover .products-card-desc {
    position: relative;
    z-index: 4;
    color: #ffffff;
  }

  .products-card:hover .products-card-name a {
    color: #ffffff;
  }

  .products-card:hover .products-hover-bg {
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }

  .products-card:hover .products-card-characteristics {
    -webkit-animation: fadeInUp 0.35s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    animation: fadeInUp 0.35s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .products-card:hover .products-card-more {
    -webkit-animation: fadeInUp 0.33s cubic-bezier(0, 0.55, 0.45, 1) 0.1s forwards;
    animation: fadeInUp 0.33s cubic-bezier(0, 0.55, 0.45, 1) 0.1s forwards;
  }

  .orange-link:hover::after {
    opacity: 0;
  }

  .tabs-caption-item li:hover,
  .header-menu > ul > li > a:hover {
    color: #ef7f1a;
  }

  .collection-swiper-btn:hover::before,
  .products-swiper-btn:hover::before {
    transform: translateX(5px);
  }

  .collection-nav-link:hover {
    background: #ffffff;
    color: #ef7f1a;
  }

  .collection-nav-link:hover .collection-nav-icon.drees {
    background-image: url("../icons/dress-orange.svg");
  }

  .collection-nav-link:hover .collection-nav-icon.fur {
    background-image: url("../icons/fur-orange.svg");
  }

  .collection-nav-link:hover .collection-nav-icon.jacket {
    background-image: url("../icons/jacket-orange.svg");
  }

  .collection-nav-link:hover .collection-nav-icon.blouse {
    background-image: url("../icons/blouse-orange.svg");
  }

  .collection-nav-link:hover .collection-nav-icon.jeans {
    background-image: url("../icons/jeans-orange.svg");
  }

  .collection-nav-link:hover .collection-nav-icon.shirt {
    background-image: url("../icons/shirt-orange.svg");
  }

  .header-search-btn:hover,
  .header-cart-link:hover {
    opacity: 0.7;
  }

  .oragne-btn:hover {
    background: #dc6e0b;
    border-color: #dc6e0b;
  }

  .full-catalog-link:hover .full-catalog-btn {
    background: #dc6e0b;
  }

  .search-find-list a:hover {
    color: #ef7f1a;
  }

  .actions-added-btn.actions-order:hover,
  .actions-added-btn.actions-continue:hover {
    background: #dc6e0b;
    border-color: #dc6e0b;
  }
}