/* -== Colors system ==- */
/* bootstrap variables */
.collection .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1450px) {
  .collection .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.collection__header {
  background: linear-gradient(180deg, var(--bg-black) 0%, rgba(16, 17, 19, 0) 100%);
  position: fixed;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .collection__header {
    height: 40px;
  }
}
.collection__header .back__icon {
  fill: var(--white);
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .collection__header .back__icon {
    width: 16px;
    height: 16px;
  }
}
.collection__hero {
  background-image: url("../assets/img/landing-collection/store.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65vh;
  margin-bottom: 118px;
  height: 900px;
}
@media (max-width: 1024px) {
  .collection__hero {
    background-size: contain;
    height: 598px;
    margin-bottom: 136px;
    padding-top: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 500px) {
  .collection__hero {
    background-image: url("../assets/img/landing-collection/store.jpg");
    background-size: 160%;
  }
}
.collection__hero .hero__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collection__hero .hero__title {
  color: var(--white);
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 24px;
  font-family: var(--bs-body-font-family);
}
@media (max-width: 1024px) {
  .collection__hero .hero__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36.8px;
  }
}
.collection__hero .pin__icon {
  fill: var(--gray-300);
  width: 16px;
  height: 16px;
}
.collection__hero .hero__route {
  background-color: var(--mint);
  border-width: 0;
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2%;
  transition: all 0.2s ease;
  padding: 16px 12px 16px 24px;
  width: 218px;
  text-align: center;
  display: flex;
  gap: 12px;
  border-radius: 2px;
}
.collection__hero .hero__route-icon {
  width: 18px;
  height: 18px;
  fill: var(--white);
  transform: rotate(90deg);
}
.collection__hero .hero__route-list {
  background-color: #1c2325;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.collection__hero .hero__route-list.active {
  opacity: 1;
  visibility: visible;
}
.collection__hero .hero__route-item {
  display: flex;
  color: var(--white);
  transition: all 0.2s ease;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 0;
}
.collection__hero .hero__route-item:first-of-type {
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.collection__hero .hero__route-item:first-of-type:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.collection__hero .hero__route-item:hover {
  background-color: var(--mint-600);
}
.collection__hero .hero__route:hover {
  background-color: var(--mint-500);
}
.collection__hero .hero__route:active, .collection__hero .hero__route.active {
  background-color: var(--mint-600);
}
.collection__welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collection__welcome .welcome__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .collection__welcome .welcome__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .collection__welcome .welcome__title {
    padding: 0 22px;
  }
}
.collection__welcome .welcome__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 1024px) {
  .collection__welcome .welcome__text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 84px;
    padding: 0 22px;
  }
  .collection__welcome .welcome__text br {
    display: none;
  }
  .collection__welcome .welcome__text br:first-child {
    display: block;
  }
}
.collection__welcome .blink__list {
  position: relative;
  height: 132px;
  width: 625px;
  margin-bottom: 142px;
}
@media (max-width: 1024px) {
  .collection__welcome .blink__list {
    width: 312px;
    height: 50px;
    margin-bottom: 84px;
  }
}
.collection__welcome .blink__item {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  position: absolute;
  width: 100%;
  transition: all 1200ms ease-out;
  opacity: 0;
  visibility: hidden;
}
.collection__welcome .blink__item.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .collection__welcome .blink__item {
    font-size: 16px;
    line-height: 17.97px;
  }
}
.collection__about {
  margin-bottom: 124px;
}
.collection__about .about__wrap {
  display: flex;
  gap: 266px;
}
@media (max-width: 1440px) {
  .collection__about .about__wrap {
    gap: 150px;
  }
}
@media (max-width: 1280px) {
  .collection__about .about__wrap {
    flex-direction: column;
    gap: 140px;
  }
}
.collection__about .about__item {
  position: relative;
}
@media (max-width: 1024px) {
  .collection__about .about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.collection__about .about__item:first-child .about__img {
  bottom: -54px;
  right: -90px;
}
@media (max-width: 1280px) {
  .collection__about .about__item:first-child .about__img {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .collection__about .about__item:first-child .about__img {
    bottom: -95px;
    right: unset;
    width: 105px;
  }
}
.collection__about .about__item:last-child .about__img {
  bottom: -80px;
  right: -187px;
}
@media (max-width: 1280px) {
  .collection__about .about__item:last-child .about__img {
    display: none;
  }
}
.collection__about .about__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .collection__about .about__title {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
}
.collection__about .about__text {
  width: 464px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .collection__about .about__text {
    width: 100%;
  }
}
.collection__about .about__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .collection__about .about__text p {
    text-align: center;
  }
}
.collection__about .about__text p + p {
  margin-top: 36px;
}
.collection__about .about__img {
  position: absolute;
}
.collection__gallery {
  margin-bottom: 168px;
}
@media (max-width: 1024px) {
  .collection__gallery {
    background-image: url("../assets/img/landing-collection/gallery-bg-sm.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 88px;
  }
}
.collection__gallery .gallery__wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 117px;
}
@media (max-width: 1440px) {
  .collection__gallery .gallery__wrap {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .collection__gallery .gallery__wrap {
    gap: 16px;
  }
}
.collection__gallery .gallery__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
}
@media (max-width: 1440px) {
  .collection__gallery .gallery__col {
    padding: 0;
  }
}
.collection__gallery .gallery__row {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .collection__gallery .gallery__row {
    gap: 16px;
  }
}
.collection__gallery .gallery__slogan {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .collection__gallery .gallery__slogan {
    font-size: 18px;
    line-height: 20.7px;
  }
}
@media (max-width: 767px) {
  .collection__gallery .gallery__slogan {
    padding: 0 22px;
  }
  .collection__gallery .gallery__slogan br {
    display: none;
  }
}
.collection__gallery picture {
  flex: 1 0 0;
}
.collection__gallery .gallery__img {
  border-radius: 2px;
  width: 100%;
}
.collection__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 168px;
}
@media (max-width: 767px) {
  .collection__frame {
    margin-bottom: 84px;
  }
}
.collection__frame .frame__inner {
  border: 2px solid var(--white);
  position: relative;
  text-align: center;
  height: 155px;
  width: 708px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .collection__frame .frame__inner {
    width: 100%;
    margin: 0 22px;
    height: 217px;
    text-align: left;
    padding: 0 60px;
  }
  .collection__frame .frame__inner br {
    display: none;
  }
}
.collection__frame .frame__inner::before, .collection__frame .frame__inner::after {
  content: "";
  position: absolute;
  background-color: var(--bg-black);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M9.702 20.556c-2.934 0-5.229-.837-6.876-2.515-1.65-1.677-2.475-4.073-2.475-7.187v-.856c0-1.533.214-2.895.644-4.093.43-1.194 1.054-2.209 1.87-3.04A8.271 8.271 0 0 1 5.806.956C6.95.512 8.248.293 9.702.293c2.934 0 5.229.837 6.876 2.514 1.65 1.678 2.475 4.074 2.475 7.188v.856c0 1.532-.214 2.898-.643 4.092-.43 1.194-1.055 2.21-1.871 3.04-.817.831-1.805 1.467-2.962 1.91-1.155.444-2.448.663-3.877.663h.002Zm0-4.132c1.427 0 2.554-.447 3.37-1.345.817-.896 1.228-2.304 1.228-4.228v-.856c0-1.871-.417-3.267-1.248-4.189-.83-.922-1.95-1.381-3.352-1.381-1.401 0-2.553.447-3.37 1.345-.816.897-1.227 2.304-1.227 4.228v.856c0 1.87.414 3.266 1.248 4.188.83.922 1.95 1.382 3.351 1.382Z'/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 21px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.collection__frame .frame__inner::before {
  left: 0;
}
.collection__frame .frame__inner::after {
  right: -21px;
}
.collection__offer {
  margin-bottom: 168px;
}
@media (max-width: 767px) {
  .collection__offer {
    margin-bottom: 96px;
  }
}
.collection__offer .offer__inner {
  text-align: center;
}
.collection__offer .offer__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .collection__offer .offer__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.collection__offer .offer__subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .collection__offer .offer__subtitle {
    margin-bottom: 24px;
  }
}
.collection__offer .offer__video {
  position: relative;
}
.collection__open {
  margin-bottom: 120px;
}
@media (max-width: 500px) {
  .collection__open .open__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.collection__open .open__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .collection__open .open__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.collection__open .open__date {
  font-weight: 500;
  font-size: 18px;
  line-height: 20.7px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .collection__open .open__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.collection__open .open__time {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .collection__open .open__time {
    font-size: 14px;
    line-height: 18px;
  }
}
.collection__open .open__inner-wrap {
  display: flex;
  gap: 27px;
}
@media (max-width: 500px) {
  .collection__open .open__inner-wrap {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 500px) {
  .collection__open .open__list {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 88px;
  }
}
.collection__open .open__item {
  display: flex;
  gap: 24px;
  margin-bottom: 72px;
  margin-top: 48px;
}
@media (max-width: 500px) {
  .collection__open .open__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 48px;
    gap: 12px;
  }
}
.collection__open .open__item + .open__item {
  margin-top: 0;
  margin-bottom: 0;
}
.collection__open .open__item-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .collection__open .open__item-icon {
    width: 24px;
    height: 24px;
  }
}
.collection__open .open__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 20.7px;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .collection__open .open__item-title {
    font-size: 18px;
  }
}
.collection__open .open__item-text {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1400px) {
  .collection__open .open__item-text br {
    display: none;
  }
}
@media (max-width: 500px) {
  .collection__open .open__img img {
    width: 100%;
  }
}
.collection__logo {
  background-image: url("../assets/img/landing-collection/gradient-bg.png");
  background-repeat: no-repeat;
  background-position-y: center;
  margin-bottom: 140px;
}
@media (max-width: 500px) {
  .collection__logo {
    background-image: none;
    margin-bottom: 84px;
  }
}
.collection__logo .logo__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection__choose {
  margin-bottom: 168px;
}
@media (max-width: 500px) {
  .collection__choose {
    margin-bottom: 100px;
  }
}
.collection__choose .choose__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 500px) {
  .collection__choose .choose__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.collection__choose .choose__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .collection__choose .choose__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .collection__choose .choose__list {
    flex-direction: column;
  }
}
.collection__choose .choose__item {
  height: 384px;
  border: 1px solid var(--gulf-stream-950);
  background: linear-gradient(180deg, #101113 0%, #1c2325 23%, #324344 40%, #7aacac 75.5%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  flex: 1 0 0;
}
@media (max-width: 1024px) {
  .collection__choose .choose__item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 500px) {
  .collection__choose .choose__item {
    flex: 0 0 auto;
  }
}
.collection__choose .choose__item-num {
  font-family: var(--font-sans-loos);
  font-weight: 400;
  font-size: 44px;
  line-height: 50.6px;
  margin-bottom: 24px;
  text-align: center;
}
.collection__choose .choose__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20.7px;
  text-align: center;
  margin-bottom: 12px;
}
.collection__choose .choose__item-text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.collection__choose .choose__item-img {
  width: 102px;
  height: 101px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}
.collection__choose .choose__item-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mint);
  mix-blend-mode: hue;
}
.collection__choose .choose__item-img img {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.collection__range {
  margin-bottom: 168px;
}
@media (max-width: 500px) {
  .collection__range {
    margin-bottom: 84px;
  }
}
.collection__range .range__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 500px) {
  .collection__range .range__title {
    margin-bottom: 48px;
  }
}
.collection__range .range__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 500px) {
  .collection__range .range__subtitle {
    display: none;
  }
}
.collection__range .range__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 98px;
}
@media (max-width: 1280px) {
  .collection__range .range__row {
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .collection__range .range__row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.collection__range .range__row + .range__row {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .collection__range .range__list {
    padding: 0 16px;
  }
}
.collection__range .range__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
}
@media (max-width: 500px) {
  .collection__range .range__item {
    flex: 0 0 calc(40% - 8px);
    margin-bottom: 48px;
  }
  .collection__range .range__item .range__logo {
    max-height: 32px;
  }
}
.collection__goods {
  margin-bottom: 144px;
}
@media (max-width: 500px) {
  .collection__goods {
    margin-bottom: 84px;
  }
}
.collection__goods .goods__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  text-align: center;
  margin-bottom: 24px;
}
.collection__goods .goods__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
}
.collection__goods .swiper-pagination {
  margin: 0;
}
.collection__goods .goods__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px 24px;
  text-align: center;
  background: linear-gradient(180deg, #101113 0%, #1c2325 23%, #324344 40%, #7aacac 75.5%, #ffffff 100%);
  border: 1px solid var(--gulf-stream-950);
}
@media (max-width: 1374px) {
  .collection__goods .goods__item {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .collection__goods .goods__item {
    padding: 24px 12px 12px;
    height: 300px;
    width: 160px;
  }
}
.collection__goods .goods__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20.7px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .collection__goods .goods__item-title {
    font-size: 16px;
  }
}
.collection__goods .goods__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  height: 54px;
}
.collection__goods .goods__item-img {
  width: 200px;
  height: 200px;
}
@media (max-width: 1374px) {
  .collection__goods .goods__item-img {
    width: 136px;
    height: 136px;
  }
}
.collection__goods .goods__link {
  display: block;
  margin: 0 auto;
  background-color: var(--mint);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.2s ease;
  padding: 12px 24px;
  width: 200px;
  text-align: center;
  border-radius: 2px;
}
.collection__goods .goods__link:hover {
  background-color: var(--mint-500);
}
.collection__goods .goods__link:active {
  background-color: var(--mint-600);
}
.collection__philosophy {
  margin-bottom: 120px;
}
@media (max-width: 500px) {
  .collection__philosophy {
    margin-bottom: 62px;
  }
}
@media (max-width: 500px) {
  .collection__philosophy .philosophy__wrap {
    padding: 0;
  }
}
.collection__philosophy .philosophy__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36.8px;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 500px) {
  .collection__philosophy .philosophy__title {
    margin-bottom: 24px;
    padding: 0 22px;
  }
}
.collection__philosophy .philosophy__subtitle {
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 500px) {
  .collection__philosophy .philosophy__subtitle {
    display: block;
    margin-bottom: 48px;
    padding: 0 22px;
  }
}
@media (max-width: 500px) {
  .collection__philosophy .swiper {
    overflow: hidden;
    padding: 24px;
  }
}
.collection__philosophy .philosophy__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .collection__philosophy .philosophy__item {
    gap: 32px;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 24px 0 var(--mint);
  }
}
@media (max-width: 500px) {
  .collection__philosophy .philosophy__item {
    gap: 16px;
  }
}
.collection__philosophy .philosophy__item-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .collection__philosophy .philosophy__item-text {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .collection__philosophy .philosophy__item-text {
    font-size: 18px;
    line-height: 20.7px;
    padding-bottom: 16px;
  }
}
.collection__benefit {
  position: relative;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .collection__benefit {
    margin-bottom: 84px;
  }
}
.collection__bottom-logo {
  padding: 87px 0 183px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .collection__bottom-logo {
    padding: 48px 0 104px;
  }
  .collection__bottom-logo .bottom-logo__img {
    max-width: 200px;
  }
}
.collection .swiper-button-prev,
.collection .swiper-button-next {
  height: 24px;
  top: 242px;
}
@media (max-width: 1024px) {
  .collection .swiper-button-prev,
  .collection .swiper-button-next {
    display: none;
  }
}
.collection .swiper-button-prev::after,
.collection .swiper-button-next::after {
  font-size: 20px;
  color: var(--mint);
  font-weight: 700;
}
.collection .swiper-pagination {
  position: static;
  margin: 0;
}
.collection .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid var(--mint-600);
  opacity: 1;
  margin: 24px 12px !important;
}
.collection .swiper-pagination-bullet-active {
  border-color: var(--mint);
  background-color: var(--mint);
}

.collection-body {
  background-color: var(--bg-black);
  color: var(--white);
}
.collection-body .collection__video-container {
  width: 952px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .collection-body .collection__video-container {
    width: 100%;
  }
}
.collection-body .collection__video-container .collection__video {
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .collection-body .collection__video-container .collection__video {
    margin: 0 auto;
  }
}
.collection-body .collection__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  cursor: pointer;
  opacity: 1;
}
.collection-body video[playing] + .collection__play {
  opacity: 0;
}
.collection-body .nav-end {
  display: none;
}
.collection-body .footer {
  background-color: var(--gulf-stream-950);
  text-align: left;
}
.collection-body .footer__contacts {
  position: relative;
}
@media (min-width: 576px) {
  .collection-body .footer__contacts {
    margin-bottom: 25px;
    max-width: 386px;
  }
}
@media (max-width: 575px) {
  .collection-body .footer__contacts {
    margin-bottom: 15px;
  }
}
.collection-body .footer__contacts-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  color: var(--bg-light);
}
.collection-body .footer__contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 16px;
  font-size: 16px;
  line-height: 22px;
}
.collection-body .footer__contacts-item + .footer__contacts-item {
  margin-bottom: 32px;
}
.collection-body .footer__contacts-icon {
  width: 18px;
  height: 18px;
  fill: var(--white);
}
.collection-body .footer__contacts-store {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 16px;
  font-size: 16px;
  line-height: 22px;
}
.collection-body .footer__contacts-store .footer__contacts-icon {
  width: 24px;
  height: 24px;
}
.collection-body .footer__nav-box-title {
  color: var(--greyscale1);
}
.collection-body .footer__nav-column-link {
  color: var(--grey-light);
}
.collection-body .go-top {
  cursor: pointer;
  background: linear-gradient(180deg, var(--mint) 0%, var(--bg-black) 100%);
}
@media (max-width: 1199px) {
  .collection-body .footer__nav-box-arrow {
    fill: var(--mint);
  }
}