html, body {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.main {
  background-color: #00ace9;
}
.magazine-p {
    margin-top: 2rem;
    margin-bottom: 2rem;

}
/* .categories__packing {
    flex-wrap: wrap;
} */
.magazine-p p {
    font-size: 2rem;
    color: #F9EC13;
}

.packet-items.icon-20 {
    width: 1.7324rem;
    height: 2.2375rem;
   
}
.packet-items.icon-20 svg {
    width: 100%;
    height: 100%;
    margin-top: .6rem;
}

.packet-items-inactive.icon-20 {
    width: 1.324rem;
    height: 1.8rem;
}
.pathMark {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.pathMark.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.pathMark.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.pathMark.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.info__content {
  padding: 2.5rem 2.5rem 4.375rem 2.5rem;
}
.info__video-inner {
  width: 100%;
  height: 100%;
}
.cards__btn {
  margin: 0 auto;
}

.header__language {
  padding: 0.5rem;
}
.header__language-link {
  color: black;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 50%;
  transition: all .4s ease;
}
.header__language-link.active {
  border: 1px solid #e52529;
}
.header__language-link:hover {
  background-color:  #e52529;
  color: #fff;
}
.header__logotype a {
  height: 4.875rem;
}
@media  (max-width: 769px) {
  .magazine-p p {
    font-size: 1.1rem;
  }
  .footer__bottom-mobile {
    text-align: center;
  }
  .header__language {
    display: block;
    position: relative;
    z-index: 100;
    right: 50%;
    transform: translate(50%);
  }
  .header__logotype a {
    height: 3.5rem;
  }
  .info__video {
    width: 20.575rem;
    height: 14.3725rem;
  }
}
.footer__social-list {
  display: flex;
  align-items: center;
}
.history__list-item {
  min-height:12.68rem;
}

.philosophiya__content ol li{
    margin-bottom: 10px;
}

.philosophiya__content p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 10px;
}

.philosophiya__content ul {
 	margin-bottom: 10px;   
}

.philosophiya__content ul li {
 	list-style: disc;
    margin-bottom: 10px;
}

.sale__image{
  flex-shrink: 0;
}

@media (hover) {
  * {
    cursor: none !important;
  }
}

@media (hover) {
  .cursor {
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s transform ease, 0.3s background ease, 0.5s opacity ease;
    font-size: 7px;
    color: #fff;
    background-image: url("http://lays.lifestyle.uz/uploads/cursor.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: none;
  }
  .cursor * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .cursor.active {
    opacity: 1;
  }
}

.gallery__video {
	position: absolute;
    top: 0;
    left: 0;
	
	width: 100%;
	height: 100%;
	object-fit: cover;
}