body {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "SF Pro Display", sans-serif;
}


body, img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: auto;
}


html {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

a,
button {
  transition: 0.3s;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  background-color: unset;
  padding: 0;
}

a:hover,
button:hover {
  transition: 0.3s;
  opacity: 0.7;
}

p,
h1,
input,
button,
a,
h2,
h3,
h4,
li,
div,
ul,
span,
input {
  white-space: nowrap;
  margin: 0;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222222;
  font-family: "SF Pro Display";
}

header {
  width: 100%;
}

.header-nav a {
  font-weight: 500;
  color: #666666;
  font-size: 16px;
}

.header-nav a:hover {
  color: #c200bc;
}

.client-nav {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.client-nav img {
  margin-left: 8px;
  margin-top: 2px;
}

.acsii-nav {
  padding-right: 40px;
}

.header-nav {
  padding: 0 278px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}

.header-nav-left-side {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;

}

.header-nav-right-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-value-nav {
  position: relative;
  margin-left: 15px;
  margin-right: 20px;
  font-weight: 700;
  font-size: 16px;
  color: white !important;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border-radius: 20px;
  padding: 5px 10px;
  overflow: hidden;
}


.phone-value-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shineEffect 2.5s infinite;
}

@keyframes shineEffect {
  0% {
    left: -60%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}


.a-phone-nav {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.tg-a-phone {
  margin-right: 10px;
}

.header-main {
  background: url(../img/header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0px;
  width: 100%;
}

.header-main-body {
  padding: 15px 278px;
  border: 1px solid;
  border-image: linear-gradient(to top, #ff09f5, #ff4747) 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: none;
}

.logo-pretext {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pretext-header {
  margin-left: 10px;
}

.line {
  border-radius: 20px;
  width: 170px;
  height: 2px;
  margin: 2px 0px;
  background: linear-gradient(270deg, #f6e461, #ff5066, #15daf1, #f6e461);
  background-size: 300% 300%;
  animation: gradientShift 4s ease-in-out infinite;
  box-shadow: 0 0 8px #ff5066, 0 0 16px #15daf1, 0 0 6px #f6e461;
  position: relative;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
    box-shadow: 0 0 8px #f6e461, 0 0 16px #15daf1, 0 0 6px #ff5066;
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 12px #ff5066, 0 0 20px #f6e461, 0 0 8px #15daf1;
  }
  100% {
    background-position: 0% 50%;
    box-shadow: 0 0 8px #15daf1, 0 0 16px #ff5066, 0 0 6px #f6e461;
  }
}


.pretext-header p {
  color: #666666;
  font-weight: 500;
  font-size: 16px;
}

.shalash {
  margin-left: 5px;
  margin-top: 3px;
}

.catalog-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  color: white;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #ffba57;
  border-radius: 20px;
  padding: 6px 18px;
  margin-left: 32px;
  overflow: hidden;
}


.catalog-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 35%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shineCatalog 1.8s linear infinite;
}

@keyframes shineCatalog {
  0% {
    left: -80%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}


.catalog-button img {
  margin-right: 5px;
}

.header-main-body-left {
  display: flex;
  align-items: center;
}

.header-main-body-right {
  display: flex;
}

.search-input {
  height: 42px;
  width: 461px;
  outline: none;
  background-color: white;
  border-radius: 20px;
  box-sizing: border-box;
  padding-left: 17px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid#ff09f5;
  padding-right: 40px;
}

.search-input::placeholder {
  font-size: 16px;
  color: rgba(102, 102, 102, 0.4);
  font-weight: 500;
}

.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.img-search {
  position: absolute;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 286px;
  top: 83px;
}

.block1 {
  margin-top: 15px;
}

.block1-container {
  padding: 0 278px;
}

.block1-body {
  background: url(../img/bgbgbg.png);
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}




h1 {
  font-size: 60px;
  font-weight: 800;
  color: white;
  line-height: 64px;
}

.best-price-block {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.best-percent {
  border-radius: 100%;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #ffba57;
}

.best-price-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 20px;
  border: 1px solid #ffba57;
}

.best-price-text p {
  color: white;
  font-weight: 400;
}

.pluses-block {
  margin: 10px 0px;
}

ul {
  margin-left: 0;
  padding-left: 20px;
}

ul > li {
  color: white;
  font-weight: 600;
}

.block-catalog-button {
  display: flex;
  align-items: center;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 20px;
  padding: 12px 14px;
  width: 228px;
  justify-content: space-between;
  color: white;
  font-weight: 500;
  animation: pulseBreath 3s ease-in-out infinite;
  box-shadow: 0 0 0 rgba(255, 186, 87, 0.6);
  transition: transform 0.3s ease;
}


.block-catalog-button:hover {
  transform: scale(1.04);
}

@keyframes pulseBreath {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 186, 87, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 12px 4px rgba(255, 186, 87, 0.4);
    transform: scale(1.015);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 186, 87, 0.5);
    transform: scale(1);
  }
}


.block-description {
  color: #222222;
  font-weight: 600;
  font-size: 24px;
}
.block-small-description {
  color: #666666;
}

.hit-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hit-cards {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hit-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid #ff09f5;
  padding: 20px;
  width: 100%;
  max-width: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}


.hit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}


.hit-card:hover::before {
  animation: shineCard 1.6s ease forwards;
}

@keyframes shineCard {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


.hit-card:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.hit-card-img {
  width: 270px;
  height: 185px;
}

.stars {
  width: 120px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.percent-circle {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 270px;
  margin-right: 215px;
}

.percent-circle p {
  font-size: 10px;
  color: white;
  font-weight: 500;
}

.hit-circle {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 270px;
  margin-left: 215px;
  overflow: hidden;
}


.hit-circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shineHit 1.5s ease-in-out infinite;
  pointer-events: none;
  border-radius: 50%;
}
  
@keyframes shineHit {
  0% {
    left: -70%;
  }
  100% {
    left: 120%;
  }
}


.hit-circle p {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.fire-circle {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 190px;
  margin-left: 215px;
}

.card-title {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 6px;
}
.card-description {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.buy-card-block {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.buy-button {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  font-weight: 500;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 48px;
  font-size: 22px;
  box-shadow: 0 0 0 rgba(255, 186, 87, 0.7);
  animation: pulseGlow 2.5s ease-in-out infinite;
  transition: transform 0.3s ease;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 186, 87, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 16px 6px rgba(255, 186, 87, 0.4);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 186, 87, 0.6);
    transform: scale(1);
  }
}


.buy-button:hover {
  opacity: unset;
}
.card-price {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.price-card-block {
  display: flex;
  flex-direction: column;
}

.card-oldprice {
  font-size: 20px;
  color: #e32020;
  font-weight: 600;
  text-decoration: line-through;
}

.why-us-block {
  margin-bottom: 20px;
}

.why-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.why-us-card {
  width: 268px;
  height: 58px;
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border: 1px solid #ffba57;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(255, 186, 87, 0.5), 0 0 20px rgba(255, 9, 245, 0.3);
}


.about-us-block-right {
  position: relative;
  overflow: hidden;
}


.about-us-block-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shineAboutBlock 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shineAboutBlock {
  0% {
    left: -70%;
  }
  100% {
    left: 120%;
  }
}


.why-us-card-title {
  font-size: 21px;
  font-weight: 600;
  color: white;
}
.why-us-card-description {
  max-width: 158px;
  white-space: normal;
  font-size: 15px;
  color: white;
  font-weight: 300;
  margin-top: 3px;
}

.about-us-small {
  max-width: 680px;
  white-space: normal;
  margin-top: 13px;
}

.about-us-small2 {
  margin-top: 13px;
}

.about-us-block-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-us-block {
  margin-bottom: 30px;
}

.hit-card-img {
  border-radius: 20px;
}

.price-card-block {
  text-align: right;
}

footer {
  background: url(../img/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  border: 1px solid #ff09f5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding-bottom: 10px;
}

.foot-desc {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-column-block a {
  color: #666666;
  margin: 1px 0px;
}

.footer-column-block {
  display: flex;
  flex-direction: column;
}

footer .block1-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.allproduct-foot img {
  margin-right: 5px;
}

.allproduct-foot {
  display: flex;
  align-items: center;
}

.footer-contact-block a {
  color: #666666;
  margin: 5px 0px;
}

footer img {
  max-width: 20px;
  max-height: 20px;
}

.pfot {
  display: flex;
  align-items: center;
}

.pfot img {
  margin-right: 5px;
}

.pfot p {
  color: #666666;
}

.line-block-footer {
  height: 1px;
  width: 100%;
  background: #ff09f5;
  margin-top: 20px;
}

.botom-p-block {
  margin: 0 278px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.botom-p-block p,
a {
  font-size: 14px;
  color: #666666;
}

.why-us-card1 {
  background: url(../img/whyus5.png);
}

.why-us-card2 {
  background: url(../img/whyus2.png);
}

.why-us-card3 {
  background: url(../img/whyus6.png);
}

.why-us-card4 {
  background: url(../img/whyus3.png);
}

.why-us-card5 {
  background: url(../img/whyus4.png);
}

.why-us-card6 {
  background: url(../img/whyus7.png);
}

.why-us-card7 {
  background: url(../img/whyus8.png);
}

.why-us-card8 {
  background: url(../img/whyus9.png);
}

.img-client {
  transition: transform 0.3s ease;
}


.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 110px;
  flex-direction: column;
  background-color: #f9f9f9;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  min-width: 120px;
}
.dropdown-content a {
  display: block;
  padding: 8px 16px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}


.client-nav.open + .dropdown-content {
  display: flex;
}

.client-nav.open .img-client {
  transform: rotate(180deg);
}



.dropdown-content a:not(:last-child) {
  margin-bottom: 5px;
}

.dropdown-content a:hover {
  color: #c200bc;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}


.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 308px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1001;
  border-radius: 20px;
  border: 1px solid #c200bc;
}


.modal-content {
}


.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  transition: 0.3s;
}

.close-button:hover {
  opacity: 0.8;
}

.close-button img {
  width: 25px;
  height: 25px;
}


.modal.show,
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.order-call-text {
  font-size: 22px;
  color: #222222;
  font-weight: 600;
}

.modal-content input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  border: 1px solid #ff09f5;
  padding: 10px;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  appearance: none; /* Убирает стили iOS */
  -webkit-appearance: none; /* Убирает стили Safari */
}


.modal-content input::placeholder {
  font-size: 16px;
  font-weight: 500;
}

.modal-content input:not(:last-child) {
  margin-bottom: 8px;
}

.vash-num,
.vash-name {
  margin-bottom: 4px;
}

.vash-num {
  color: #666666;
}

.vash-name {
  color: #666666;
}

.input-modal-block {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.plus7 {
  position: absolute;
  top: 160.4px;
  left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.your-phone {
  padding-left: 30px !important;
}

.button-call-order {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background: #666666;
  color: white !important;
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border: 1px solid #666666;
}

.button-call-order.enabled {
  background: linear-gradient(to top, #ff09f5, #ff4747);
  border-color: #ffba57;
  cursor: pointer;
}

.button-call-order.disabled {
  background: #666666;
  border-color: #666666;
  cursor: not-allowed;
}


.modal-contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}


.modal-contact {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 308px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1001;
  border-radius: 20px;
  border: 1px solid #c200bc;
}


.modal-contact-content {
}


.close-button-contact {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  transition: 0.3s;
}

.close-button-contact:hover {
  opacity: 0.8;
}

.close-button-contact img {
  width: 25px;
  height: 25px;
}


.modal-contact.show,
.modal-contact-overlay.show {
  opacity: 1;
  visibility: visible;
}

.contact-contact-value {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 17px !important;
  padding: 8px 10px;
  color: white !important;
  border-radius: 10px;
  border: 1px solid #ff09f5;
}

.contact-contact-value img {
  margin-right: 10px;
}

@media screen and (max-width: 1835px) {
  .block1-container {
    padding: 0 50px;
  }
  .botom-p-block {
    margin: 0 50px;
    margin-top: 10px;
  }
  .header-nav {
    padding: 15px 50px;
    padding-bottom: 0;
  }
  .header-main-body {
    padding: 15px 50px;
  }
  .img-search {
    top: 82px;
    right: 57px;
  }

}

@media screen and (max-width: 1400px) {
  .block1-container {
    padding: 0 25px;
  }
  .botom-p-block {
    margin: 0 25px;
    margin-top: 10px;
  }
  .header-nav {
    padding: 15px 25px;
    padding-bottom: 0;
  }
  .header-main-body {
    padding: 15px 25px;
  }
  .img-search {
    top: 82px;
    right: 32px;
  }

}

@media screen and (max-width: 1340px) {
  .block1-container {
    padding: 0 15px;
  }
  .botom-p-block {
    margin: 0px 15px;
    margin-top: 10px;
  }
  .header-nav {
    padding: 15px 15px;
    padding-bottom: 0;
  }
  .header-main-body {
    padding: 15px 15px;
  }
  .img-search {
    top: 82px;
    right: 22px;
  }

}

.top-hit-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-hitcards {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.middle-hit-card-last {
  margin-left: 0px;
}

.middle-hit-card-first {
  margin-right: 0px;
}

.hit-cards {
  justify-content: space-between;
}

.why-us-top-left {
  display: flex;
  align-items: center;
}

.why-us-top-right {
  display: flex;
  align-items: center;
}

.why-us-bottom-left {
  display: flex;
  align-items: center;
}

.why-us-bottom-right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1319px) {
  .about-us-small {
    max-width: 500px;
  }
  .hit-cards {
    justify-content: space-around;
  }
  .bottom-hitcards {
    margin-top: 20px;
  }
  .bottom-hitcards .hit-card:not(:last-child) {
    margin-right: 20px;
  }
  .top-hit-cards .hit-card:not(:last-child) {
    margin-right: 20px;
  }
  .why-us {
    flex-direction: column;
  }
  .why-us .why-us-top-left .why-us-card:not(:last-child) {
    margin-right: 20px;
  }
  .why-us .why-us-top-right .why-us-card:not(:last-child) {
    margin-right: 20px;
  }
  .why-us .why-us-bottom-left .why-us-card:not(:last-child) {
    margin-right: 20px;
  }
  .why-us .why-us-bottom-right .why-us-card:not(:last-child) {
    margin-right: 20px;
  }
  .why-us-top-left {
    margin-bottom: 20px;
  }
  .why-us-bottom-left {
    margin-bottom: 20px;
  }
  .block-description {
    text-align: center;
  }
  .block-small-description {
    text-align: center;
  }
  .about-us-block-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-us-block-right img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .a-phone-nav {
    display: none;
  }
  .phone-value-nav {
    margin-right: 0;
    margin-left: 10px;
  }
  .client-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .acsii-nav {
    padding-right: 20px;
  }

  .search-input {
    width: 260px;
  }
  .pretext-header {
    display: none;
  }
  .catalog-button {
    margin-left: 10px;
  }
  h1 {
    font-size: 40px;
    line-height: 39px;
  }
  ul > li {
    white-space: normal;
    max-width: 330px;
  }
}

@media screen and (max-width: 800px) {
  .botom-p-block {
    flex-direction: column;
  }
  .botom-p-block p {
    margin-bottom: 3px;
  }
  .about-us-block-right img {
    width: 400px;
  }
  .footer-contact-block {
    display: none;
  }
  footer .block1-container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 680px) {
  h1 {
    white-space: normal;
    max-width: 330px;
    font-size: 24px;
    line-height: 27px;
  }
  .block-small-description {
    white-space: normal;
  }
  .top-hit-cards {
    flex-direction: column;
  }
  .top-hit-cards .hit-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bottom-hitcards {
    flex-direction: column;
  }
  .bottom-hitcards .hit-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-us-top-left,
  .why-us-top-right,
  .why-us-bottom-left,
  .why-us-bottom-right {
    flex-direction: column;
  }
  .why-us .why-us-top-left .why-us-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-us .why-us-top-right .why-us-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-us .why-us-bottom-left .why-us-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-us .why-us-bottom-right .why-us-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.menu-toggle {
  display: none;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

.menu-togle:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 705px) {
  .header-nav-right-side img {
    display: none;
  }
  .header-main-body {
    flex-direction: column;
  }
  .search-input {
    margin-top: 10px;
    width: 230px;
    padding-right: 17px;
  }
  .img-search {
    display: none;
  }
  .block1-body {
    padding: 15px;
  }
  .header-nav-left-side a {
    display: none;
  }
  .modal-contact-content a {
    display: flex;
  }
  .menu-toggle {
    display: flex;
  }
  .header-nav {
    flex-direction: row-reverse;
  }
  .phone-value-nav {
    margin-left: 0;
  }
}

.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 200px;
  background-color: #ffff;
  color: #222222;
  border-left: 1px solid #ff09f5;
  border-bottom: 1px solid #ff09f5;
  border: 1px solid #ff09f5;
  transition: right 0.3s ease;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 20px 0px 0px 20px;
}

.burger-menu.open {
  right: 0;
}

.burger-menu p {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}

.burger-menu a:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 450px) {
  .about-us-block-right img {
    width: 330px;
  }
  footer .block1-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .allproduct-foot {
    justify-content: center;
  }
  .footer-column-block:not(:last-child) {
    margin-bottom: 15px;
  }
  .foot-desc {
    margin-bottom: 5px;
  }

  .best-percent {
    width: 33px;
    height: 33px;
  }
  .best-price-text {
    padding: 9px 14px;
  }

  .best-percent img {
    width: 20px;
    height: 20px;
  }
  ul > li {
    font-size: 14px;
  }
}

.block-description a {
  color: #222222;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1319px) {
  .hit-cards {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .hit-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .hit-cards {
    flex-direction: column;
    align-items: center;
  }

  .hit-card {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .top-hit-cards, .bottom-hitcards {
    flex-direction: column;
    align-items: center;
  }

  .top-hit-cards .hit-card:not(:last-child),
  .bottom-hitcards .hit-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1319px) {
  .why-us {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .why-us-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .why-us {
    flex-direction: column;
    align-items: center;
  }

  .why-us-card {
    width: 100%;
    max-width: 268px;
    margin-bottom: 20px;
  }

  .why-us-top-left,
  .why-us-top-right,
  .why-us-bottom-left,
  .why-us-bottom-right {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .why-us .why-us-card:not(:last-child) {
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 680px) {
  .why-us .why-us-top-left .why-us-card:not(:last-child),
  .why-us .why-us-top-right .why-us-card:not(:last-child),
  .why-us .why-us-bottom-left .why-us-card:not(:last-child),
  .why-us .why-us-bottom-right .why-us-card:not(:last-child) {
    margin-right: 0;
  }
}

.stats{
  padding-left: 40px;
  display: flex;
}

.stats img{
  margin-left: 5px;
  width: 14px;
  height: 16px;;
}

.aboutcompanybig{
  white-space: normal;
}

.burger-menu{
  top: 60px;
}

.article{
  background-repeat: no-repeat !important;
}

/* Для Chrome, Safari и новых Edge */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ff09f5;
  border-radius: 4px;
  border: 2px solid rgba(255, 9, 245, 0.4); /* полупрозрачная обводка */
  background-clip: padding-box;             /* оставляем рамку снаружи */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e000e0;
  border-color: rgba(224, 0, 224, 0.6);
}

/* Для Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #ff09f5 transparent;
}

/* Если нужно для конкретного контейнера */
.my-scrollable {
  overflow: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ff09f5 transparent;
}

