body{
  color: rgb(0, 26, 50);
}
/********************************/
.item{
  max-height: 110vw;
  min-height: 110vw;
}
.item img{
  max-height: 110vw;
  min-height: 110vw;
  background-size:cover;
  width:100vw;
}
#baner1{
  background-image:url(banner1-small.jpg);
}#baner2{
  background-image:url(banner2-small.jpg);
}#baner3{
  background-image:url(banner3-small.jpg);
}
#myCarousel{
  font-weight: 300; max-height: 110vw;
  min-height: 110vw;
  z-index:-1;
  margin-top:90px;
}
.carousel-caption{
  margin-bottom:2.88vh;
  z-index:5001 !important;
}
.carousel-caption>p{
border-radius: 1vw;
  border:1px solid white;
  background:rgba(0,0,0,0.5);
  font-size: min(5.7vw,4.2vh);
padding:2.5vw;
box-shadow:0 0 min(4vh,4vw) rgb(0,0,5);
  width:fit-content;
  display:inline-block;
  position:relative;
  z-index:5002 !important;
}
.carousel-caption>p:hover{
  color:rgb(0,26,50);
  background:white;
cursor:pointer;
}
/********************************/
.section{
  cursor: grab;
  scroll-behavior: smooth;
  user-select: none;
  width: 99.8vw;
  height: 67vw;
  overflow-x: auto;
  white-space:nowrap;
  scrollbar-width: thin; /* Firefox */
  text-align: center;
  padding-right: 1.7vw;background-color: white;
}
.section:active {
  cursor: grabbing;
}
.zaglavieSekciq{
  margin-top:2vh;
  height: 7vh;
  font-weight: 600;
}
.lenta{
  margin-top: 1vh;margin-bottom: 1vh;
  width: 100vw;
  height: 9vh;
  background-image:linear-gradient(60deg, #002d37, #003850, #00436c, #004b87, #0050a0);
  background-size: cover;
  font-style: italic;
  color: white;
  font-weight: 750;
  font-size: 7vw;
  text-align: center;
  padding-top: 1.7vh;
}
.section2{
  margin-left: 1.3vw;
  margin-top: 0.2vh;
  scrollbar-width: thin; /* Firefox */
}
.section2>.artikul{
  margin-left: 3.3vw;
  width: 43.5vw;
  margin-bottom: 4vw;
  /*height: 29.7vh;*/
}

.otbor{
  margin-left: 1.5vw;
  background-color:white;
  border-radius: 2vw;
  width: 60vw;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  box-shadow: 0 0 1vh rgba(0, 26, 50,0.38);
  padding-bottom: 0.8vh;
  font-size:7.6vw;
  color: rgba(255, 255, 255, 0.84);
  height: 72vw;
  font-weight: 840;
  background-size: cover;
  padding-top: 55vw;
  line-height: 4.5vh;;
  text-wrap: balance;
  margin-top: 0;
  vertical-align: top;
}
.otbor p{
  display: inline-block;;
  max-width: 56.9vw;
}
#otboriSlide{
  width:96.4vw;;
  height: 74vw;
  max-height: 41.5vh;
  margin-left: 3.3vw;
  font-weight: 400;
}
  #bestsell{
    font-size: 6vw;margin-bottom:0.8vh;  margin-top:1vh;height: 5vh;
}

/***********************************************************/

@media only screen and (min-width:800px) {
  
.item{
  max-height: 44vw;
  min-height:44vw;
}
.item img{
  max-height: 44vw;
  min-height: 44vw;
}
  #baner1{
  background-image:url(banner1-big.jpg);
}#baner2{
  background-image:url(banner2-big.jpg);
}#baner3{
  background-image:url(banner3-big.jpg);
}
#myCarousel{
  font-weight: 300; max-height: 44vw;
  min-height: 44vw;
  margin-top:calc(6vw + 50px)
}
  .carousel-caption{
    margin-bottom:5vh;
  }
.carousel-caption>p{
  padding: 2vh;
}
  .section{
   width: 97vw;
   height: 29.5vw;
   overflow-x: auto;
   white-space:nowrap;
   text-align: center;
   margin-left: 1.7vw;
   padding-right: 2vw;background-color: white;
  }
  .section>.artikul{
    margin-left:1vw;
  }
  .lenta{
  margin-top: 1.2vh;margin-bottom: 1vw;
  height: 8vw;
  font-size: 6.6vh;
  padding-top: 1.3vw;
}

.section2{
  margin-left: 10vw;
  margin-top: 0.2vw;
}

.section2>.artikul{
  margin-left: 6.1vw;
  width: 31vw;
  margin-bottom: 4vh;
}
  .section2>.artikul>img{
    height:32vw;
  }
.otbor{
  margin-left: 1.5vh;
  border-radius: 2vh;
  width: 55vh;
  padding-bottom: 0.8vw;
  font-size:7.6vh;
  height: 58vh;
  padding-top: 35vh;
  line-height: 4.5vw;;
}

.otbor p{
  max-width: 56.9vh;
}

#otboriSlide{
  width:96.4vw;;
  height: 60vh;
  max-height: 60vh;
  margin-left: 3.3vh;
}
  #bestsell{
    font-size: 5vh;margin-bottom:0.8vw;  margin-top:1vw;height: 5vw;
}
}