@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../../fonts/icons/icomoon.eot?6hzsjg");
  src: url("../../fonts/icons/icomoon.eot?6hzsjg#iefix") format("embedded-opentype"), url("../../fonts/icons/icomoon.ttf?6hzsjg") format("truetype"), url("../../fonts/icons/icomoon.woff?6hzsjg") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_s1_logo:before {
  content: "\e900";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_check:before {
  content: "\e905";
}

.icon_search:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e907";
}

.icon_info:before {
  content: "\e908";
}

.icon_success:before {
  content: "\e909";
}

.icon_warning:before {
  content: "\e910";
}

.icon_error:before {
  content: "\e911";
}

.icon_pin:before {
  content: "\e912";
}

.icon_mail:before {
  content: "\e913";
}

.header .main_menu ul, .header .lg_block .drop_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.lookbook_section .lookbook_logo, .about_section:before, .main_section .slogan .showed_text, .main_section .section_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .lg_block.opened .drop_btn:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.lookbook_section .image_block picture > img, .about_section .image_block picture > img, .main_section .section_bg picture > img,
.lookbook_section .image_block > img,
.about_section .image_block > img,
.main_section .section_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .lg_block .drop_btn:before, [class*=icon_]:before, .header .lg_block .drop_btn:after, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_section .logo_block img, .belated_text {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.secondary_btn, .primary_btn {
  border: none;
  padding: 14px 50px;
  line-height: 1.4em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .secondary_btn, .primary_btn {
    font-size: 112.5%;
  }
}

.primary_btn {
  background-color: #636167;
  color: #ffffff;
}
@media (hover: hover) {
  .primary_btn:hover {
    background-color: #46444A;
  }
}
.primary_btn:active {
  background-color: #333138;
}

.secondary_btn {
  background-color: #ffffff;
  color: #121212;
}
@media (hover: hover) {
  .secondary_btn:hover {
    background-color: #636167;
    color: #ffffff;
  }
}
.secondary_btn:active {
  background-color: #46444A;
  color: #ffffff;
}

@media screen and (min-width: 1441px) {
  .lookbook_section, .promo_section, .about_section {
    padding-block: 110px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .lookbook_section, .promo_section, .about_section {
    padding-block: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lookbook_section, .promo_section, .about_section {
    padding-block: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lookbook_section, .promo_section, .about_section {
    padding-block: 40px;
  }
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 160%;
  color: #121212;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #E8E8E8;
}

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

.root {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #636167;
}
a:not([href]) {
  pointer-events: none;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1601px) {
  .page_row {
    margin-inline: -16px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .page_row {
    margin-inline: -12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .page_row {
    margin-inline: -10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_row {
    margin-inline: -8px;
  }
}
@media screen and (max-width: 768px) {
  .page_row {
    margin-inline: -6px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_container {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1601px) {
  .page_container {
    max-width: 1780px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .page_container {
    max-width: 1480px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .page_container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page_container {
    max-width: 1040px;
  }
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #C7383F;
}

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
  -o-transition: all 50000s, border-color 0.3s;
  -ms-transition: all 50000s, border-color 0.3s;
  -moz-transition: all 50000s, border-color 0.3s;
  -webkit-transition: all 50000s, border-color 0.3s;
  transition: all 50000s, border-color 0.3s;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.section_title {
  font-weight: 300;
  color: inherit;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .section_title {
    line-height: 1.2em;
  }
}

@media screen and (min-width: 1441px) {
  *:first-child > .section_title {
    font-size: 287.5%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  *:first-child > .section_title {
    font-size: 225%;
  }
}
@media screen and (max-width: 1024px) {
  *:first-child > .section_title {
    font-size: 162.5%;
  }
}

@media screen and (min-width: 1441px) {
  *:not(:first-child) > .section_title {
    font-size: 225%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  *:not(:first-child) > .section_title {
    font-size: 162.5%;
  }
}
@media screen and (max-width: 1024px) {
  *:not(:first-child) > .section_title {
    font-size: 125%;
  }
}

.hidden_label {
  display: none;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  35.1% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60.1% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85.1% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
*:has(> .belated_text) {
  position: relative;
  overflow: hidden;
}

.belated_text {
  -o-transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -ms-transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  will-change: transform;
}
.belated_text:not(.showed) {
  transform: translate3d(0, 101%, 0);
  -moz-transform: translate3d(0, 101%, 0);
  -ms-transform: translate3d(0, 101%, 0);
  -webkit-transform: translate3d(0, 101%, 0);
  -o-transform: translate3d(0, 101%, 0);
}

span.belated_text {
  display: block;
}

[data-animation=order] > * {
  opacity: 0;
  -o-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -ms-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
}

[data-animation=fade] > * {
  -o-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -ms-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
  transition: opacity 0.75s cubic-bezier(0.83, 0, 0.17, 1);
}
[data-animation=fade]:not(.ready) > * {
  opacity: 0;
}

.header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #ffffff;
}
.header .page_container {
  display: flex;
  align-items: center;
}
.header .main_logo {
  flex: 1;
  height: 80px;
}
.header .main_logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header .lg_block {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 48px;
}
.header .lg_block .drop_btn {
  background-color: transparent;
  padding: 13px 12px;
  margin: -6px -8px;
  display: flex;
  align-items: center;
  border: none;
  color: inherit;
}
.header .lg_block .drop_btn:after {
  display: block;
  font-size: 2.4rem;
  content: "\e901";
}
@media (hover: hover) {
  .header .lg_block .drop_btn:hover {
    color: #3D3D3D;
    background-color: #E8E8E8;
  }
}
.header .lg_block .drop_list {
  position: relative;
  z-index: 2;
}
.header .lg_block a {
  display: flex;
  align-items: center;
  color: #3D3D3D;
  padding: 6px 4px;
}
@media (hover: hover) {
  .header .lg_block a:hover {
    background-color: #7A787F;
    color: #ffffff;
  }
}
.header .lg_block a:active {
  background-color: #7A787F;
  color: #ffffff;
}
.header .lg_block.opened .drop_btn {
  color: #3D3D3D;
}
.header .lg_block.opened .lg_inner {
  background-color: #E8E8E8;
  -o-transition: background-color 0.3s 0s;
  -ms-transition: background-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}
.header .lg_block img {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  margin-right: 4px;
}
.header .lg_inner {
  padding: 6px 8px;
  -o-transition: background-color 0.3s 0.3s;
  -ms-transition: background-color 0.3s 0.3s;
  -moz-transition: background-color 0.3s 0.3s;
  -webkit-transition: background-color 0.3s 0.3s;
  transition: background-color 0.3s 0.3s;
}
.header .main_menu ul {
  display: flex;
  gap: 10px 30px;
}
.header .main_menu a {
  display: block;
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  -o-transition: text-decoration-color 0.3s;
  -ms-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
@media (hover: hover) {
  .header .main_menu a:hover {
    text-decoration-color: inherit;
  }
}
@media (hover: none) {
  .header .main_menu a {
    padding-block: 10px;
  }
}
.header .main_menu a:active {
  text-decoration-color: inherit;
}
.header .menu_inner .main_logo,
.header .menu_btn {
  display: none;
}

.footer {
  margin-top: auto;
  background-color: #7A787F;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.footer .logo_block {
  height: 121px;
}
.footer .logo_block img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.footer .contacts_list {
  margin: 25px 0;
  padding: 25px 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 50px;
  border-top: 1px solid rgba(232, 232, 232, 0.1);
}
.footer .contact_label {
  font-size: 87.5%;
}
.footer .contact_block {
  margin-top: 6px;
  line-height: 24px;
}
.footer .contact_block:before {
  font-size: 2.4rem;
  margin-right: 5px;
  vertical-align: top;
}
.footer a.contact_block {
  color: inherit;
}
.footer a.contact_block span {
  text-decoration: underline;
  text-decoration-color: transparent;
  -o-transition: text-decoration 0.3s;
  -ms-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -webkit-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
}
@media (hover: hover) {
  .footer a.contact_block:hover span {
    text-decoration-color: inherit;
  }
}
.footer a.contact_block:active span {
  text-decoration-color: inherit;
}
.footer .copyrights {
  margin-top: 30px;
  font-size: 75%;
  color: #CFCFCF;
  text-wrap: balance;
}

.main_section {
  position: relative;
  overflow: hidden;
  aspect-ratio: 158/60;
  max-height: 780px;
  width: 100%;
  background-color: #000000;
}
.main_section .section_bg {
  opacity: 0.6;
}
.main_section .section_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.main_section .slogan {
  font-weight: 300;
  position: relative;
  font-size: 337.5%;
}
.main_section .slogan .text_block {
  display: block;
  opacity: 0;
}
.main_section .slogan .showed_text {
  display: block;
}
.main_section .slogan .showed_text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  animation: letterIn 0.6s ease-out forwards;
}
.main_section .logo_block {
  margin-top: 20px;
}
.main_section .logo_block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 16vw;
  -o-transition: transform 1.5s 0s ease-in-out;
  -ms-transition: transform 1.5s 0s ease-in-out;
  -moz-transition: transform 1.5s 0s ease-in-out;
  -webkit-transition: transform 1.5s 0s ease-in-out;
  transition: transform 1.5s 0s ease-in-out;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.main_section .btn_block {
  margin-top: clamp(20px, 4vw, 70px);
  -o-transition: transform 1.2s 0.3s ease-in-out;
  -ms-transition: transform 1.2s 0.3s ease-in-out;
  -moz-transition: transform 1.2s 0.3s ease-in-out;
  -webkit-transition: transform 1.2s 0.3s ease-in-out;
  transition: transform 1.2s 0.3s ease-in-out;
}
.main_section:not(:has(.showed_text span)) .logo_block img {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
.main_section:not(:has(.showed_text span)) .btn_block {
  transform: translate3d(0, 50vh, 0);
  -moz-transform: translate3d(0, 50vh, 0);
  -ms-transform: translate3d(0, 50vh, 0);
  -webkit-transform: translate3d(0, 50vh, 0);
  -o-transform: translate3d(0, 50vh, 0);
}

@keyframes letterIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about_section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about_section:before {
  content: "";
  background-image: url("../images/bg_pattern.svg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.about_section .section_cells {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -7px;
}
.about_section .cell_block {
  flex: 0 0 50%;
  max-width: calc(50% - 14px);
  margin: 12px 7px;
}
.about_section .cell_block.info_block {
  flex: 0 0 100%;
  max-width: calc(100% - 14px);
}
.about_section .image_block {
  aspect-ratio: 567/700;
}

.short_desc {
  font-size: 125%;
  margin-top: 24px;
  font-weight: 300;
  color: #3D3D3D;
}
.short_desc p {
  margin: 0;
}
.short_desc p:not(:first-child) {
  padding-top: 14px;
}

@keyframes moveToLeft {
  to {
    background-position: -200% 0;
  }
}
@keyframes moveToRight {
  to {
    background-position: 200% 0;
  }
}
.promo_section {
  font-size: 0;
  line-height: 0;
}
.promo_section img {
  display: block;
  width: 100%;
  height: auto;
}
.promo_section a {
  display: block;
}

.lookbook_section {
  background-color: #ffffff;
}
.lookbook_section .section_cells {
  margin: -10px;
}
.lookbook_section .section_cells:after {
  display: block;
  content: "";
  clear: both;
}
.lookbook_section .lookbook_logo {
  margin-top: -50px;
  padding: inherit;
  z-index: -1;
}
.lookbook_section .lookbook_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: left top;
}
.lookbook_section .cell_block {
  padding: 10px;
  float: left;
}
.lookbook_section .cell_block.info_block {
  width: 33.33%;
  aspect-ratio: 587/440;
  position: relative;
  z-index: 1;
}
.lookbook_section .cell_block.info_block > * {
  margin-right: 30px;
}
.lookbook_section .cell_block.info_block:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lookbook_section .cell_block.info_block:last-child > * {
  margin-left: 30px;
  margin-right: 0;
}
.lookbook_section .cell_block:nth-child(2), .lookbook_section .cell_block:nth-child(9) {
  width: 41.67%;
  aspect-ratio: 733/440;
}
.lookbook_section .cell_block:nth-child(3), .lookbook_section .cell_block:nth-child(6), .lookbook_section .cell_block:nth-child(7), .lookbook_section .cell_block:nth-child(8) {
  width: 25%;
  aspect-ratio: 1;
}
.lookbook_section .cell_block:nth-child(4), .lookbook_section .cell_block:nth-child(5) {
  width: 37.5%;
  aspect-ratio: 6/8;
}
.lookbook_section .cell_block:nth-child(4) {
  clear: both;
}
.lookbook_section .primary_btn {
  margin-top: 40px;
}

@media screen and (max-width: 1280px) {
  .lookbook_section .cell_block.info_block {
    width: 100%;
    aspect-ratio: unset;
  }
  .lookbook_section .cell_block.info_block > * {
    margin-right: 0;
  }
  .lookbook_section .cell_block.info_block:last-child > * {
    margin-left: 0;
  }
  .lookbook_section .cell_block.info_block:first-child:before {
    display: block;
    content: "";
    height: 40px;
  }
  .lookbook_section .lookbook_logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .lookbook_section .cell_block:nth-child(2), .lookbook_section .cell_block:nth-child(9) {
    width: 62.5%;
  }
  .lookbook_section .cell_block:nth-child(3), .lookbook_section .cell_block:nth-child(8) {
    width: 37.5%;
  }
}
.promo_section a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.primary_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.error_hint, .secondary_btn, .header .lg_block .drop_btn, .header .lg_block a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.promo_section a:active {
  opacity: 0.7;
}

@media (hover: hover) {
  .promo_section a:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=index.css.map */
