@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("./fonts/HelveticaNeueCyr-Bold.woff");
}

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("./fonts/HelveticaNeueCyr-Roman.woff");
}

a:hover {
  text-decoration: none;
}

.copyright a {
  color: #6d98ca;
}

* {
  margin: 0;
  padding: 0;
}

label {
  margin-bottom: 0;
}

.popup-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  padding: 0 20px;
  box-sizing: border-box;
  max-height: 0;
  animation-name: show-popup-line;
  animation-duration: 5s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  overflow: hidden;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.popup-line.visible {
  animation-name: show-popup-line;
  animation-duration: 1s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes show-popup-line {
  to {
    max-height: 100vh;
    
  }
}

.popup-text {
  display: block;
  margin: 25px 0 17px 12px;
  font-family: HelveticaNeueCyr-Bold;
  color: black;
  font-size: 14px;
}

.popup-link {
  color: #AB0010;
  text-decoration: none;
  cursor: pointer;
}

.popup-link:hover {
  color: black;
}

.main-header-block {
  display: flex;
  flex-direction: column;
}

.nav-line {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 2;
}

.controls {
  display: flex;
}

.home-button {
  width: 44px;
  height: 43px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-button:hover {
  cursor: pointer;
  background-color: #AB0010;
}

.account-block {
  display: flex;
  align-items: center;
  padding: 10px 18px;
}

.account-title, .cart-title {
  font-family: HelveticaNeueCyr-Bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 12px;
  color: white;
  position: relative;
  top: 2px;
}

.account-block:hover {
  cursor: pointer;
  background-color: #AB0010;
}

.cart-block {
  display: flex;
  align-items: center;
  padding: 10px 18px;
}

.cart-block:hover {
  cursor: pointer;
  background-color: #AB0010;
}

.cart-block:hover .counter {
  background-color: white;
}

.cart-block:hover .counter-value {
  color: black;
}

.counter {
  height: 23px;
  width: 23px;
  background-color: #000000;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.counter-value {
  font-family: HelveticaNeueCyr-Bold;
  color: white;
  font-size: 12px;
  position: relative;
  top: 1px;
}

.nav-check {
  display: none;
}

.nav-showmenu {
  display: none;
}

.navigation-list {
  display: flex;
  height: 100%;
  list-style: none;
  align-items: center;
  margin: 0 8px;
} 

.navigation-item {
  padding: 0 18px;
  font-family: HelveticaNeueCyr-Bold;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 2px;
}

.navigation-list a:hover {
  background-color: #AB0010;
  cursor: pointer;
}

.navigation-list a {
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.header {
  overflow: hidden;
  position: relative;

}

.overlay {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 360px;
  max-height: 650px;
}

.carousel-item:nth-child(1) .overlay {
  background-image: url("./img/background3.svg");
}

.carousel-item:nth-child(2) .overlay {
  background-image: url("./img/background_triangle2.svg");
}

.carousel-item:nth-child(3) .overlay {
  background-image: url("./img/background_triangle3.svg");
}

.main-header-block {
  /* background-color: black;
  background-image: url("./img/background1.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover; */
  width: 100vw;
  height: 51vw;
  min-height: 360px;
  max-height: 650px;
  position: relative;
}

.main-info-block {
  margin-left: 2.7vw;
  display: flex;
  flex-direction: column;
  padding-top: 43px;
  box-sizing: border-box;
}

.logo {
  margin: 3.1vw 0 7.03vw;
  height: 4.5vw;
  width: 13.4vw;
}

.main-title {
  font-family: HelveticaNeueCyr-Bold;
  color: white;
  text-transform: uppercase;
}

.main-title.t1 {
  /* font-size: 31px; */
  /* font-size: 2.4vw; */
  width: 46.13vw;
}

.main-title.t2 {
  /* margin: 2px 0 66px; */
  margin: 0.16vw 0 5.16vw;
  /* font-size: 62px; */
  /* font-size: 4.84vw; */
  max-width: 27.03vw;
  line-height: 4.68vw;
}

.main-title.t3 {

  margin-top: 0.78vw;
  /* font-size: 3.90vw; */
}

.main-title.t4 {
  margin-top: 2.34vw;
  max-width: 34.53vw;
  line-height: 2.73vw;
  /* font-size: 2.5vw; */
}

.main-title.t5 {
  text-transform: none;
  max-width: 33.75vw;
  line-height: 2.73vw;
  /* font-size: 2.18vw; */
  margin-top: -2.34vw;
}

.main-title.t6 {
  text-transform: none;
  font-family: HelveticaNeueCyr-Roman;
  margin-top: 2.34vw;
  line-height: 2.34vw;
  max-width: 33.98vw;
  /* font-size: 2.18vw; */
}

.shop-info {
  font-family: HelveticaNeueCyr-Roman;
  /* font-size: 28px; */
  /* font-size: 2.19vw; */
  color: white;
  /* margin-bottom: 12px; */
  margin-bottom: 0.94vw;
}

.shop-info.i2 {

  margin-top: 2.34vw;
}

.shop-now-button.b2 {
  margin-top: 0.78vw;
  position: static;
}

.shop-now-button.b3 {
  position: static;
  margin-top: 2.34vw;
  max-width: 22.73vw;
}

.shop-now-box {
  display: flex;
  /* margin-bottom: 169px; */
  margin-bottom: 8.2vw;
}

.coupon-block {
  /* height: 65px; */
  height: 5.08vw;
  background-color: #84000C;
  /* border-top-left-radius: 33px; */
  border-top-left-radius: 2.59vw;
  /* border-bottom-left-radius: 33px; */
  border-bottom-left-radius: 2.59vw;
  /* padding: 19px 45px 17px 26px; */
  padding: 0 3.52vw 0 2.03vw;
  box-sizing: border-box;
  /* max-width: 146px; */
  max-width: 11.4vw;
  display: flex;
  align-items: center;
}

.coupon-span {
  font-family: HelveticaNeueCyr-Bold;
  text-align: left;
  /* font-size: 16px; */
  /* font-size: 1.25vw; */

  line-height: 1.3vw;
  text-transform: uppercase;
  color: white;
}

.sale-block {
  /* height: 65px; */
  height: 5.08vw;
  background-color: #620009;
  /* border-top-left-radius: 33px; */
  border-top-left-radius: 2.59vw;
  /* border-bottom-left-radius: 33px; */
  border-bottom-left-radius: 2.59vw;
  box-sizing: border-box;
  /* max-width: 182px; */
  max-width: 14.22vw;
  /* padding: 23px 53px 23px 38px; */
  padding: 0 4.14vw 0 2.97vw;
  position: relative;
  /* left: -38px; */
  left: -2.97vw;
  display: flex;
  align-items: center;
}

.sale-span {
  /* font-size: 24px; */
  /* font-size: 1.88vw; */
  font-family: HelveticaNeueCyr-Bold;
  color: white;
  text-transform: uppercase;
}

.shop-now-button {
  /* height: 65px; */
  height: 5.08vw;
  background-color: white;
  /* border-radius: 33px; */
  border-radius: 2.59vw;
  box-sizing: border-box;
  /* max-width: 220px; */
  max-width: 17.18vw;
  /* padding: 23px 31px 20px 32px; */
  padding: 0 2.42vw 0 2.5vw;
  position: relative;
  /* left: -72px; */
  left: -5.63vw;
  display: flex;
  align-items: center;
}

.shop-now-span {
  font-family: HelveticaNeueCyr-Bold;
  color: #AB0010;
  /* font-size: 28px; */
  /* font-size: 2.19vw; */
  text-transform: uppercase;
  align-items: center;
}

.shop-now-button:hover {
  background-color: black;
  cursor: pointer;
}

.shop-now-button:hover .shop-now-span {
  color: white;
}







.carousel {
  height: 100%;
  background-color: black;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  background-color: black;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  height: 100%;
}

.carousel-item:nth-child(1) {
  background-image: url("./img/background_slide1.png");
}

.carousel-item:nth-child(2) {
  background-image: url("./img/background_slide2.png");
}

.carousel-item:nth-child(3) {
  background-image: url("./img/background_slide3.png");
}










@media (max-width: 1045px) {

  /* menu settings */

  .nav {
    display: block;
  }

  .nav-info-block {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .nav .nav-check {
    display: none;
  }

  .nav-showmenu, .nav-back {
    cursor: pointer;
    visibility: visible;
  }

  .nav-showmenu:hover {
    background-color: #AB0010 !important;
  }

  .nav {
    justify-content: end;
    user-select: none;
    position: relative;
  }

  .nav .nav-showmenu {
    padding: 7px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    width: 43px;
    top: 0px;
    font-size: 23px;
    background-color: black;
    box-sizing: border-box;
  }

  .nav .nav-back {
    position: fixed;
    top: 0;
    right: 0;  
    bottom: 0;
    left: 0;
    transition: background-color .3s;
    border-radius: 5px;

  }

  .nav .navigation-list {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s;
    will-change: transform;
    backface-visibility: hidden;
    right: -100vw;
    z-index: 2;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
    top: 43px;
    margin: 0;
    height: inherit;
    width: 50vw;
  }

  .navigation-list a {
    width: 100%;
  }

  .navigation-item {
    text-align: left;
    border-bottom: none;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 43px;
    width: 100%;
    line-height: 43px;
  }


  .navigation-item:hover {
    border-bottom: none;
  }

  .nav .navigation-list::-webkit-scrollbar {
    display: none;
  }

  .nav .nav-check:checked~.nav-back {
    bottom: 0;
  }

  .nav .nav-check:not(:checked) ~ .nav-back {
    display: none;
  }

  .nav .nav-check:checked~.navigation-list {
    right: 0%;
    transition: all 0.25s linear;
  }

  /* end of menu settings */

}

@media (max-width: 750px) {

  .carousel-item:nth-child(1) {
    background-position-x: -47vw;
  }

  .carousel-item:nth-child(2) {
    background-position-x: -63vw;
  }

  .carousel-item:nth-child(3) {
    background-position-x: -63vw;
  }

  .main-header-block {
    min-height: initial;
    /* height: auto; */

    height: 91vw;
  }

  .carousel-item:nth-child(1) .overlay {
    background-image: url("./img/background2.svg");
  }

  .carousel-item:nth-child(2) .overlay {
    background-image: url("./img/background_triangle2_2.svg");
  }

  .carousel-item:nth-child(3) .overlay {
    background-image: url("./img/background_triangle3_2.svg");
  }

  .logo {
    height: auto;
    width: 21.22vw;
    margin: 8.1vw 0 8.5vw;
  }

  /* .main-title.t1 {
    font-size: 3.8vw;
  } */

  .main-title.t2 {
    /* font-size: 7.7vw; */

    width: 46.13vw;
    line-height: 6.68vw;
  }

  .main-title.t3 {
    /* font-size: 5.9vw; */
  }

  .main-title.t4 {
    max-width: 49.53vw;
    line-height: 4.73vw;
    font-size: 4.5vw;
  }

  .main-title.t5 {
    max-width: 38.75vw;
    line-height: 3.73vw;
    /* font-size: 4.18vw; */
  }

  .main-title.t6 {
    line-height: 4.34vw;
    max-width: 47.98vw;
    /* font-size: 4.18vw; */
  }

  .shop-now-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-info {
    /* font-size: 3.19vw; */
    margin-bottom: 10px;
  }

  .shop-info.i2 {
    /* font-size: 4.19vw; */
  }

  .coupon-block {
    /* height: 40px; */
    width: 50%;
    max-width: initial;
    border-radius: 20px;
    margin-bottom: 5px;
    justify-content: center;

    height: 5.33vw;
  }

  .coupon-span {
    /* font-size: 14px; */

    line-height: 15px;

    /* font-size: 1.86vw; */
  }

  .sale-block {
    /* height: 40px; */
    width: 50%;
    max-width: initial;
    position: static;
    border-radius: 20px;
    margin-bottom: 5px;
    justify-content: center;

    height: 5.33vw;
  }

  .sale-span {
    /* font-size: 14px; */

    /* font-size: 1.86vw; */
  }

  .shop-now-button {
    height: 40px;
    width: 50%;
    max-width: initial;
    position: static;
    border-radius: 20px;
    justify-content: center;

    height: 5.33vw;
  }

  .shop-now-button.b2 {
    max-width: 29.33vw;
    justify-content: center;
  }

  .shop-now-span {
    /* font-size: 14px; */

    /* font-size: 1.86vw; */
  }

  .nav .navigation-list {
    width: 100vw;
  }
}

@media (max-width: 430px) {

  .coupon-span {
    width: 100%;
    text-align: center;
    /* font-size: 12px; */
  }

  .sale-span {
    width: 100%;
    text-align: center;
    /* font-size: 12px; */
  }

  .shop-now-span {
    width: 100%;
    text-align: center;
    /* font-size: 12px; */
  }

  .account-block {
    padding: 5px;
    margin-left: 0px;
  }

  .shop-info {
    /* font-size: 12px; */
  }

  .cart-block {
    padding: 5px;
  }

}

@media (min-width: 1280px) {

  .main-header-block {
    background-size: contain;
  }

  .main-info-block {
    margin-left: 35px;
    padding-top: 43px;
  }

  .logo {
    width: 172px;
    height: 58px;

    margin: 40px 0 90px;
  }
  

  /* .main-title.t1 {
    font-size: 31px;
  } */
  
  .main-title.t2 {
    margin: 2px 0 66px;

    /* font-size: 62px; */
    max-width: 346px;
    line-height: 60px;
  }

  .main-title.t3 {

    margin-top: 10px;
    /* font-size: 50px; */
  }

  .main-title.t4 {

    margin-top: 30px;
    max-width: 442px;
    line-height: 35px;
    /* font-size: 32px; */
  }

  .main-title.t5 {

    max-width: 432px;
    /* font-size: 32px; */
    line-height: 35px;
    margin-top: -30px;
  }

  .main-title.t6 {
    margin-top: 30px;
    line-height: 30px;
    max-width: 435px;
    /* font-size: 28px; */
  }
  
  .shop-info {
    /* font-size: 28px; */
    margin-bottom: 12px;
  }

  .shop-info.i2 {
    
    margin-top: 30px;
  }

  .shop-now-button.b2 {

    margin-top: 10px;
    position: static;
  }

  .shop-now-button.b3 {
    position: static;
    margin-top: 30px;
    max-width: 291px;
  }
  
  .shop-now-box {
    margin-bottom: 169px;
  }
  
  .coupon-block {
    height: 65px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    padding: 19px 45px 17px 26px;
    max-width: 146px;
  }
  
  .coupon-span {
    /* font-size: 16px; */

    line-height: 15px;
  }
  
  .sale-block {
    height: 65px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    max-width: 182px;
    padding: 23px 53px 23px 38px;
    left: -38px;
  }
  
  .sale-span {
    /* font-size: 24px; */
  }
  
  .shop-now-button {
    height: 65px;
    border-radius: 33px;
    max-width: 220px;
    padding: 23px 31px 20px 32px;
    left: -72px;
  }
  
  .shop-now-span {
    /* font-size: 28px; */
  }

}

.popup {
  padding-bottom: 0;
}
