@charset "UTF-8";
@font-face {
  font-family: "Code Pro";
  src: local("Code Pro Bold"), local("Code-Pro-Bold"),
    url("../../fonts/Code-Pro-Bold.woff2") format("woff2"),
    url("../../fonts/Code-Pro-Bold.woff") format("woff"),
    url("../../fonts/Code-Pro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Code Pro";
  src: local("Code Pro Regular"), local("Code-Pro-Regular"),
    url("../../fonts/Code-Pro.woff2") format("woff2"),
    url("../../fonts/Code-Pro.woff") format("woff"),
    url("../../fonts/Code-Pro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  color: white;
  font-family: Open Sans;
}

html {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}

html::-webkit-scrollbar-thumb {
  background-color: black;
}

body {
  width: 80%;
}

/* Стили Menu */

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  padding-top: 0;
  margin-bottom: 240px;
}

.top_title {
  display: none;
}

.top_img {
  margin-right: 82px;
}

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

.top_right_title {
  margin-bottom: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Code Pro;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
}

.top_right_info {
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.slider {
  width: 100%;
  /* height: 45vh; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_item {
  /* position: absolute; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: 45vh; */
  width: 65%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  scroll-snap-align: center;
}

.slider_item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 30vh; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider_item_block_container_line {
  width: inherit;
  height: 7vh;
  background-color: black;
  bottom: 0;
  position: relative;
  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;
}

.slider_item_block_container_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_item_block_container_line_right_text {
  padding-right: 2vw;
}

.slider_item_block_container_line_right_arrow:hover {
  opacity: 0.5;
}

.slider .c {
  left: 100%;
}

.slider .d {
  left: 200%;
}

.slider_item_block_container_line_left {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  text-transform: uppercase;
}

.map {
  width: 100%;
  height: 50vh;
}

@media (max-width: 701px) {
  body {
    width: 90%;
  }

  .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    height: auto;
    margin-bottom: 77px;
  }
  .top_img {
    margin-right: 81px;
    margin-bottom: 60px;
  }
  .top_right_info {
    line-height: 200%;
    margin-top: 0;
    height: auto;
  }
  .top_right_title {
    display: none;
  }
  .top_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Code Pro;
    height: auto;
    padding-top: 0;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 62px;
  }
  .slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .slider_item {
    position: relative;
    width: 100%;
  }
  .slider_item_block_container_img {
    width: 100%;
  }
  .slider .b {
    left: 0;
  }
  .slider .c {
    left: 0;
  }
  .slider .d {
    display: none;
  }

  .slider_item_block_container {
    margin-bottom: 48px;
  }

  .slider_item_block_container:last-child {
    margin-bottom: 79px;
  }

  .footer_hr {
    display: none;
  }
}

/* .slider,
.slider_item {
  height: 70vh;
}
.slider_item {
  width: auto;
}

.slider_item_block .slider_item_block_container img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.slider_item_block {
  height: 100%;
}
.slider {
  display: flex;
  justify-content: space-between;
  gap: 200px;
}
.scrollmagic-pin-spacer {
  margin-bottom: 200px !important;
} */

@media (max-width: 701px) {
  .slider {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  .slider_item_block,
  .slider_item_block_container {
    max-width: 100%;
  }
  .scrollmagic-pin-spacer {
    margin-bottom: 50px !important;
  }
}

.slider_item_block .slider_item_block_container,
.slider_item_block .slider_item_block_container img {
  max-width: 100%;
}
.swiper.look .swiper-slide {
  position: unset;
}

.slider .swiper-button-next:focus {
  background: #0000007a;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  width: 40px;
  height: 100%;
  background: #0000007a;
  top: 0;
  bottom: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  transition: 0.3s;
}

.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover {
  background: #000000e0;
}

.slider .swiper-button-prev {
  left: 0;
  z-index: 1;
}

.slider .swiper-button-next {
  right: 0;
}

section.slider .swiper-button-next::before,
.blog_item_slider_slick .swiper-button-next::before {
  content: "❯";
}

section.slider .swiper-button-prev::before,
.blog_item_slider_slick .swiper-button-prev::before {
  content: "❮";
}

.swiper-button-prev:before,
.swiper-button-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.top {
  margin-bottom: 140px;
}
.swiper.look {
  margin-bottom: 80px;
}
@media (max-width: 1250px) {
  .slider_item_block_container_line_left,
  .slider_item_block_container_line {
    width: 100%;
    text-align: center;
  }
}
/* стили для нового слайдера */

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