*,
ul,
ol {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(8, 13, 31, 0.6980392157);
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  color: #080D1F;
}

.container {
  margin: 0 auto;
  max-width: 1270px;
}

@media (max-width: 1260px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.row {
  display: flex;
  /* flex-wrap: wrap; */
}

.frame {
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
}

.btn {
  border-radius: 30px;
  padding: 14px 28px;
  color: #fff;
  background: linear-gradient(95.24deg, #0050C9 3.78%, #0A87E0 103.37%);
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  display: block;
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s all ease;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.blue__second {
  border-radius: 30px;
  padding: 14px 28px;
  color: #080D1FB2;
  display: block;
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s all ease;
  border: none;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 16px;
  }
}

.btn--section {
  margin: 0 auto;
  margin-top: 14px;
}

.btn--white {
  background: #fff;
  color: #080D1F;
  font-weight: 600;
  transition: 0.3s all ease;
}

.btn--white:hover {
  color: #fff;
}

.btn:hover {
  background: linear-gradient(91.66deg, #1181D8 2.57%, #3DA4F4 89.31%);
}

.section__title {
  font-size: 46px;
  text-align: center;
  color: #080D1F;
}

@media (max-width: 767px) {
  .section__title {
    font-size: 26px;
  }
}

.section__title span {
  color: #0360D0;
}

.section__desc {
  margin-top: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .section__desc {
    margin-top: 10px;
  }
}

.header {
  padding: 20px 0;
  position: fixed;
  /* Header joyida qotishi uchun */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Boshqa elementlardan ustun turishi uchun */
  background-color: #fff;
  /* Skroll bo'lganda orqa fon ko'rinmasligi uchun */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Ajralib turishi uchun yengil soya */
  transition: all 0.3s ease;
  /* Silliq o'zgarish uchun */
}

@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
}

.header .row {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1260px) {
  .header .row {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .header .row {
    align-items: center;
  }
}

.header__right {
  display: flex;
  gap: 40px;
  align-items: center;
}

@media (max-width: 1260px) {
  .header__right {
    flex-wrap: wrap;
    gap: 20px;
  }
}



.header__right ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

@media (max-width: 1260px) {
  .header__right ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header__right ul {
    display: none;
  }
}

.header__right ul a {
  text-decoration: none;
  color: rgba(8, 13, 31, 0.6980392157);
}

.header__socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 767px) {
  .header__socials {
    display: none;
  }
}

.header__language {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 767px) {
  .header__language {
    display: none;
  }
}

.header__language .select-language {
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #080D1F;
  padding: 8px;
  border: 1px solid #0360D0;
  border-radius: 30px;
}

.header__language .select-language .caret_down {
  transition: 0.3s all ease;
  transform: rotate(0deg);
}

.header__language .other-languages {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  margin-top: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #0360D0;
  border-radius: 30px;
}

.header__language .other-languages.active {
  opacity: 1;
}

.header__language .other-languages a {
  text-decoration: none;
  color: #080D1F;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header__language .gtranslate_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.header__language .gtranslate_wrapper .gt_switcher {
  width: auto !important;
  min-width: 96px;
  line-height: 1 !important;
  overflow: visible !important;
  text-align: left;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_selected {
  background: transparent !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_selected a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  padding: 8px 30px 8px 10px !important;
  border: 1px solid #0360D0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.45) !important;
  color: #080D1F !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
  background: #FFFFFF !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_selected a:after {
  right: 10px !important;
  width: 12px !important;
  background-size: 10px !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_selected img,
.header__language .gtranslate_wrapper .gt_switcher .gt_option img {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50%;
  object-fit: cover;
  opacity: 1 !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_option {
  position: absolute !important;
  top: calc(100% + 8px);
  left: 0;
  width: max-content !important;
  min-width: 170px;
  border: 1px solid rgba(3, 96, 208, 0.28) !important;
  border-radius: 16px !important;
  background: #FFFFFF !important;
  box-shadow: 0 12px 28px rgba(3, 96, 208, 0.14);
  padding: 6px !important;
  box-sizing: border-box !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_option a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 8px 10px !important;
  color: #080D1F !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.header__language .gtranslate_wrapper .gt_switcher .gt_option a:hover {
  background: #EDF5FF !important;
}

.header__language .gtranslate_wrapper .gt_selector {
  -webkit-appearance: none;
  appearance: none;
  min-width: 96px;
  border: 1px solid #0360D0;
  border-radius: 999px;
  padding: 8px 30px 8px 10px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #080D1F;
  background-color: rgba(255, 255, 255, 0.45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2370799C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}

.header__language .gtranslate_wrapper .gt_selector:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 96, 208, 0.16);
}

/* Savat va Tugma konteyneri (agar ular bitta div ichida bo'lsa) */
.header__right {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Savat va tugma orasidagi masofa */
}

@media (max-width: 767px) {
  .header__right {
    flex-wrap: wrap;
    gap: 0px;
  }
}

/* Savat belgisi stili */
.header__cart-link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.header__cart-link:hover {
  transform: scale(1.1);
}

.header__cart-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.header__cart-icon img {
  width: 31px;
  /* Savat hajmi */
  height: auto;
}

/* Savatdagi mahsulotlar soni (Qizil doira) */
.header__cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #EE3939;
  /* Yorqin qizil rang */
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 2px solid #ffffff;
  /* Shapkada ajralib turishi uchun oq chiziq */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Sizning mavjud tugmangiz uchun tuzatishlar */
.header__btn {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #080D1F;
  text-decoration: none;
  padding: 8px 20px;
  border: 1px solid #0360D0;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.header__btn:hover {
  background-color: #0360D0;
  color: #ffffff;
}

/* Mobil versiya uchun moslashtirish */
@media (max-width: 767px) {
  .header__btn {
    padding: 0;
    border: none;
  }

  .header__btn span {
    display: none;
    /* Faqat ikonka qoladi */
  }

  .header__cart-link {
    margin-right: 10px;
  }

  .header__cart-icon img {
    width: 31px;
  }
}

.header__menu {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  padding: 12px 0;
  transition: 0.3s all ease;
}

.header__menu.active {
  left: 0;
}

.header__menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.header__menu ul a {
  color: #080D1F;
  text-decoration: none;
}

.header__menu .header__socials {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.header__menu .header__language {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  width: fit-content;
}

.header__menu .header__language .gtranslate_wrapper .gt_switcher .gt_selected a,
.header__menu .header__language .gtranslate_wrapper .gt_selector {
  background-color: #FFFFFF !important;
}

.header__hamburger {
  display: none;
}

@media (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}

.page-content {
  padding-top: 45px;
}

@media (max-width: 1260px) {
  .hero {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-bottom: 0px;
  }
}

.hero .row {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 767px) {
  .hero .row {
    gap: 10px;
  }
}

.hero__infos {
  max-width: 610px;
}

.hero__img {
  max-width: fit-content;
  width: 100%;
}

@media (max-width: 1260px) {
  .hero__img {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero__img {
    display: block;
  }

  .hero__img img {
    width: 100%;
  }
}

.hero__title {
  font-weight: 700;
  font-size: 48px;
  color: #080D1F;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 28px;
  }
}

.hero__title span {
  color: #0360D0;
}

.hero__desc {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .hero__desc {
    margin-top: 10px;
  }
}

.hero .btn {
  margin-top: 20px;
}

.hero__timer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .hero__timer {
    justify-content: center;
  }
}

.standard {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .standard {
    margin-top: 40px;
  }
}

.standard__visual {
  margin-top: 20px;
}

.standard__visual img {
  max-width: fit-content;
  width: 100%;
}

.standard__visual iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.problem {
  margin-top: 60px;
  padding: 60px 0;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
}

@media (max-width: 767px) {
  .problem {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.problem__cards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.problem__card {
  width: calc(50% - 10px);
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  border-radius: 20px;
  transition: 0.3s all ease;
}

@media (max-width: 767px) {
  .problem__card {
    width: 100%;
    padding: 16px;
  }
}

.problem__card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px 0px rgba(91, 120, 173, 0.2);
}

.problem__card-img img {
  max-width: fit-content;
  width: 100%;
  height: 244px;
  border-radius: 18px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .problem__card-img img {
    height: 160px;
    border-radius: 10px;
  }
}

.problem__card-infos {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .problem__card-infos {
    margin-top: 14px;
  }
}

.problem__card-infos h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 700;
  font-size: 22px;
}

@media (max-width: 1260px) {
  .problem__card-infos h4 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .problem__card-infos h4 {
    flex-direction: row;
    font-size: 18px;
    align-items: center;
  }
}

.problem__card-infos h4 .icon {
  background: #DAF4FF;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.installation {
  padding: 60px 0;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
}

@media (max-width: 767px) {
  .installation {
    padding: 40px 0;
  }
}

.installation__cards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.installation__card {
  width: calc(50% - 10px);
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  border-radius: 20px;
  transition: 0.3s all ease;
}

@media (max-width: 767px) {
  .installation__card {
    width: 100%;
    padding: 16px;
  }
}

.installation__card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px 0px rgba(91, 120, 173, 0.2);
}

.installation__card-img {
  width: 100%;
}

.installation__card-img img,
.installation__card-img iframe {
  width: 100%;
  height: 293px;
  border-radius: 18px;
  object-fit: cover;
}

@media (max-width: 767px) {

  .installation__card-img img,
  .installation__card-img iframe {
    height: 190px;
    border-radius: 10px;
  }
}

.installation__card-infos {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .installation__card-infos {
    margin-top: 10px;
  }
}

.installation__card-infos h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 767px) {
  .installation__card-infos h4 {
    font-size: 18px;
  }
}

.installation__card-infos h4 .icon {
  background: #DAF4FF;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.installation__bottom {
  margin-top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .installation__bottom {
    padding: 16px;
    padding-bottom: 0;
    overflow: hidden;
  }
}

.installation__bottom-infos {
  max-width: 680px;
}

.installation__bottom-infos p {
  margin-top: 10px;
}

.installation__bottom-infos .btn {
  margin-top: 20px;
}

.installation__bottom h3 {
  font-family: 700;
  font-size: 32px;
}

.installation__bottom img {
  position: absolute;
  bottom: 0;
  right: 34px;
}

@media (max-width: 1260px) {
  .installation__bottom img {
    position: relative;
    right: 0;
  }
}

@media (max-width: 767px) {
  .installation__bottom img {
    margin-top: 24px;
    width: 100%;
    display: block;
    bottom: -3px;
  }
}

.delivery {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .delivery {
    margin-top: 40px;
  }
}

.delivery__map {
  margin-top: 20px;
  position: relative;
}

.delivery__map img {
  max-width: fit-content;
  width: 100%;
}

.delivery__companies {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 40px;
}

@media (max-width: 1260px) {
  .delivery__companies {
    top: 10px;
    left: 10px;
    gap: 0;
  }

  .delivery__companies img {
    width: 36px;
  }
}

.delivery__free {
  margin-top: 80px;
  padding: 24px;
  background: linear-gradient(245.11deg, #DAF4FF 15.57%, #DAEEFF 83.87%);
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  border-radius: 20px;
  position: relative;
}

@media (max-width: 1260px) {
  .delivery__free {
    margin-top: 40px;
  }
}

.delivery__free-img {
  position: absolute;
  bottom: 0;
  right: 24px;
}

@media (max-width: 1260px) {
  .delivery__free-img {
    width: 200px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .delivery__free-img {
    width: 100%;
    position: relative;
    margin-top: 20px;
    bottom: 0;
    max-width: 100%;
    right: 0;
  }
}

.delivery__free-img img {
  max-width: fit-content;
  width: 100%;
}

.delivery__free-infos {
  max-width: 680px;
}

.delivery__free h3 {
  font-size: 32px;
}

.delivery__free p {
  margin-top: 10px;
}

.delivery__free .btn {
  margin-top: 20px;
}

.calc {
  margin-top: 60px;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
  padding: 60px 0;
}

@media (max-width: 767px) {
  .calc {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.calc__questions {
  margin-top: 20px;
}

.calc__questions-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  gap: 20px;
  border-radius: 20px;
}

@media (max-width: 1260px) {
  .calc__questions-item {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .calc__questions-item {
    border-radius: 10px;
    padding: 16px;
  }



  .calc__questions-item.active #calcResultTitle,
  .calc__questions-item--result.active .calc__questions-item-img,
  .calc__questions-item.active .calc__questions-result {
    /* display: none !important; */
  }
}

.calc__questions-item.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.calc__questions-item-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.calc__questions-item-infos h4 {
  font-size: 22px;
  color: #080D1F;
  font-weight: 700;
}

@media (max-width: 767px) {
  .calc__questions-item-infos h4 {
    font-size: 18px;
  }
}

.calc__questions-item-img {
  max-width: 586px;
  width: 100%;
  height: 383px;
}

@media (max-width: 767px) {
  .calc__questions-item-img {
    height: 100%;
    max-width: 100%;
    /* display: block !important; */
  }
}

.calc__questions-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

@media (max-width: 767px) {
  .calc__questions-item-img img {
    border-radius: 10px;
  }
}

.calc__questions-item--result .btn {
  display: block;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .calc__questions-item--result .btn span {
    display: none;
  }

  .btn--white span {
    display: block !important;
  }
}

.calc__questions-progress {
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 14px;
}

.calc__questions-progress span {
  width: calc(25% - 9px);
  height: 4px;
  background: rgba(112, 121, 156, 0.3019607843);
  border-radius: 2px;
}

.calc__questions-progress span.active {
  background: #0360D0;
}

.calc__questions-text {
  margin-top: 14px;
  line-height: 130%;
}

.calc__questions-inputs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.calc__questions-inputs label {
  display: flex;
  gap: 10px;
}

.calc__questions-inputs label input {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  cursor: pointer;
}

.calc__questions-result {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.calc__questions-result:first-child {
  margin-top: 20px;
}

.calc__questions-result h5 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .calc__questions-result h5 {
    font-size: 14px;
  }
}

.calc__questions-result ul {
  font-size: 14px;
  list-style: none;
  padding-left: 0px;
  color: rgba(8, 13, 31, 0.6980392157);
}

.calc__recommendation {
  margin-top: 20px;
  gap: 20px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  border-radius: 20px;
  display: none;
}

@media (max-width: 767px) {
  .calc__recommendation {
    flex-direction: column;
    border-radius: 10px;
    padding: 16px;
  }

  .calc__recommendation .icon img {
    width: 43px;
  }
}

.calc__recommendation.active {
  display: flex;
}

.calc__recommendation-infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calc__recommendation-infos h4 {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .calc__recommendation-infos h4 {
    font-size: 18px;
  }
}

.calc__form {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  gap: 20px;
  border-radius: 20px;
  margin-top: 20px;
}

@media (max-width: 1260px) {
  .calc__form {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .calc__form {
    border-radius: 10px;
    padding: 16px;
  }
}

.calc__form-image {
  width: calc(50% - 10px);
  height: auto;
}

@media (max-width: 1260px) {
  .calc__form-image {
    width: 100%;
  }
}

.calc__form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px !important;
}

@media (max-width: 767px) {
  .calc__form-image img {
    border-radius: 10px;
  }
}

.calc__form form {
  width: calc(50% - 10px);
}

@media (max-width: 1260px) {
  .calc__form form {
    width: 100%;
  }
}

.calc__form-title {
  font-size: 32px;
  font-weight: 700;
  color: #080D1F;
}

@media (max-width: 767px) {
  .calc__form-title {
    font-size: 22px;
  }
}

.calc__form-desc {
  margin-top: 14px;
  font-size: 16px;
  color: rgba(8, 13, 31, 0.6980392157);
}

@media (max-width: 767px) {
  .calc__form-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

.calc__form-model {
  margin-top: 20px;
}

.calc__form-model h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
}

@media (max-width: 767px) {
  .calc__form-model h4 {
    font-size: 14px;
  }
}

.calc__form-models {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .calc__form-models {
    gap: 10px;
    margin-top: 10px;
  }
}

.calc__form-models label {
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .calc__form-models label {
    width: calc(50% - 5px);
  }
}

.calc__form-models label input {
  width: 24px;
  height: 24px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.calc__form-models label span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(8, 13, 31, 0.6980392157);
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(112, 121, 156, 0.5019607843);
}

.calc__form-models label input:checked+span {
  border: 1px solid #0360D0;
  font-weight: bold;
  color: #0360D0;
}

.calc__form-color {
  margin-top: 20px;
}

.calc__form-color h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
}

.calc__form-color h4 span {
  color: rgba(8, 13, 31, 0.6980392157);
  font-weight: 400;
}

.calc__form-color-extra.is-hidden,
.eco-only.is-hidden {
  display: none;
}

.calc__form-color-note {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(8, 13, 31, 0.6980392157);
}

.calc__form-color-note.is-visible {
  display: block;
}

.calc__form-color .color-dropdown {
  position: relative;
  margin-top: 15px;
  display: none;
}

@media (max-width: 767px) {
  .calc__form-color .color-dropdown {
    display: block;
  }
}

.calc__form-color .color-dropdown .icon {
  display: flex;
}

.calc__form-color .color-dropdown__selected {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
}

.calc__form-color .color-dropdown__selected .arrow {
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}

.calc__form-color .color-dropdown__list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.calc__form-color .color-dropdown__list label {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(112, 121, 156, 0.2);
}

.calc__form-color .color-dropdown__list label:last-child {
  border-bottom: none;
}

.calc__form-color .color-dropdown__list label input {
  width: 100%;
  height: 24px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.calc__form-color .color-dropdown__list label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc__form-color .color-dropdown.active .color-dropdown__list {
  display: flex;
}

.calc__form-color .color-dropdown.active .arrow {
  transform: rotate(-135deg);
}

.calc__form-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Yashirilgan ranglar joy egallamasligi uchun */
.eco-only[style*="display: none"] {
  display: none !important;
}

@media (max-width: 767px) {
  .calc__form-colors {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
}

.calc__form-colors label {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  transition: 0.3s all ease;
  border: 1px solid transparent;
}

.calc__form-colors label:hover {
  background: rgba(3, 96, 208, 0.05);
}

.calc__form-colors label input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.calc__form-colors label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(112, 121, 156, 0.5019607843);
  transition: 0.3s all ease;
  background: #fff;
}

.calc__form-colors label input:checked+.icon {
  border: 2px solid #0360D0;
  box-shadow: 0 0 0 2px rgba(3, 96, 208, 0.2);
}

.calc__form-colors label.active-color,
.color-dropdown__list label.active-color,
.calc__form-colors label:has(input:checked),
.color-dropdown__list label:has(input:checked) {
  background: rgba(3, 96, 208, 0.08) !important;
  border-color: rgba(3, 96, 208, 0.3) !important;
}

.calc__form-colors label input:checked+.icon+span,
.color-dropdown__list label input:checked+.icon+span {
  font-weight: 700 !important;
  color: #0360D0 !important;
}

.calc__form-colors label input:checked+.icon,
.color-dropdown__list label input:checked+.icon {
  border: 2px solid #0360D0 !important;
  box-shadow: 0 0 0 2px rgba(3, 96, 208, 0.2) !important;
}

/* Hide standard radio buttons more aggressively */
.calc__form-colors label input[type="radio"],
.color-dropdown__list label input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none;
}

.calc__form-count {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .calc__form-count {
    flex-direction: column;
  }
}

.calc__form-count-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 160px;
}

@media (max-width: 767px) {
  .calc__form-count-item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(112, 121, 156, 0.2);
    padding-bottom: 6px;
  }
}

.calc__form-count h4 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
}

.calc__form-count-inputs {
  display: flex;
  gap: 8px;
}

@media (max-width: 767px) {
  .calc__form-count-inputs {
    gap: 0;
  }
}

.calc__form-count-inputs button {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.calc__form-count-inputs input {
  width: 48px;
  height: 22px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
}

@media (max-width: 767px) {
  .calc__form-count-inputs input {
    font-size: 14px;
    width: 20px;
  }
}

.calc__form-count-inputs input::-webkit-inner-spin-button,
.calc__form-count-inputs input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

.calc__form-total {
  color: #0360D0;
}

.calc__form-bottom {
  margin-top: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}

@media (max-width: 767px) {
  .calc__form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.calc__form-delivery {
  font-weight: 400;
  font-size: 14px;
  color: #D06213;
}

@media (max-width: 767px) {
  .calc__form-delivery {
    font-size: 12px;
    text-align: center;
  }
}

.calc__form-delivery.discount {
  color: #0360D0;
}

.calc__discount {
  margin-top: 40px;
  display: flex;
  padding: 24px;
  background: linear-gradient(95.24deg, #0050C9 3.78%, #0A87E0 103.37%);
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .calc__discount {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }
}

.calc__discount-infos {
  max-width: 865px;
}

.calc__discount-infos h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

@media(max-width: 767px) {
  .calc__discount-infos h3 {
    flex-direction: column;
    align-items: start;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.calc__discount-infos p {
  color: rgba(255, 255, 255, 0.8980392157);
  margin-top: 10px;
}

@media(max-width: 767px) {
  .calc__discount-infos p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.calc__discount-infos .btn {
  margin-top: 20px;
}

.calc__discount-image span {
  text-align: end;
  display: block;
  color: rgba(255, 255, 255, 0.8980392157);
  margin: 8px 0 auto auto;
}

@media(max-width: 767px) {
  .calc__discount-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .calc__discount-image span {
    text-align: center;
    margin: 0;
  }
}

.calc__form-colors label .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Hide redundant WooCommerce/Plugin buttons in calc */
#calc .single_add_to_cart_button,
#calc .add_to_cart_button,
#calc .button.product_type_simple,
#calc .woocommerce-add-to-cart {
  display: none !important;
}

/* Calculator Action Containers */
.calc__result-actions,
.calc__form-actions {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.calc__form-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

@media (max-width: 767px) {

  .calc__result-actions,
  .calc__form-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

.calc__form-delivery {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ff6b00;
  font-weight: 600;
  padding: 12px 16px;
  background: rgba(255, 107, 0, 0.05);
  border-left: 4px solid #ff6b00;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease;
}

.calc__form-delivery.is-promo {
  background: rgba(46, 204, 113, 0.05);
  border-left-color: #2ecc71;
  color: #27ae60;
}

.calc__form-delivery.is-promo::before {
  content: '🎉';
}

.calc__buy-now,
.buy-now-btn {
  border: 1.5px solid #0360D0 !important;
  color: #0360D0 !important;
  background: #fff !important;
  font-weight: 700 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 25px;
  border-radius: 40px;
}

.calc__buy-now:hover,
.buy-now-btn:hover {
  background: #0360D0 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(3, 96, 208, 0.25);
}

.calc__add-to-cart-ajax,
.buy-btn {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border-radius: 40px;
  font-weight: 700 !important;
  background: #0360D0;
  color: #fff;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}



.calc__add-to-cart-ajax.success {
  background: #2ecc71 !important;
}

.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__dev {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.2) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__dev:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}


@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .calc__form-models label span {
    font-size: 14px;
  }

}



.advantages {
  padding: 60px 0;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
}

@media(max-width: 767px) {
  .advantages {
    padding: 40px 0;
  }
}

.advantages__cards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.advantages__card {
  width: calc(33.33% - 13.333px);
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  transition: 0.3s all ease;
  transform: translateY(0);
}

@media (max-width: 1260px) {
  .advantages__card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .advantages__card {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
}

.advantages__card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px 0px rgba(91, 120, 173, 0.2);
}

.advantages__card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DAF4FF;
  border-radius: 8px;
}

@media(max-width: 767px) {
  .advantages__card-icon {
    width: 40px;
    height: 40px;
  }
}

@media(max-width: 767px) {
  .advantages__card-icon img {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }
}

.advantages__card h4 {
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .advantages__card h4 {
    color: #080D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@media(max-width: 767px) {
  .advantages__card p {
    color: rgba(8, 13, 31, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.gallery {
  margin-top: 60px;
}

@media(max-width: 767px) {
  .gallery {
    margin-top: 40px;
  }
}

.gallery__images {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1260px) {
  .gallery__images {
    grid-template-columns: repeat(2, 400px);
  }
}

@media (max-width: 767px) {
  .gallery__images {
    display: flex;
    grid-template-columns: auto;
    height: 240px;
  }
}

.gallery__images .swiper-pagination {
  bottom: 0 !important;
  top: auto !important;
}

.gallery__images .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(112, 121, 156, 0.2);
}

.gallery__images .swiper-pagination-bullet-active {
  background: rgba(112, 121, 156, 0.5);
}

.gallery__images a {
  width: 400px;
  height: 300px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 1260px) {
  .gallery__images a {
    max-width: 400px;
    width: 100%;
  }
}

@media(max-width: 767px) {
  .gallery__images a {
    height: 210px;
  }
}

.gallery__images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__images a:nth-child(3) {
  grid-row: span 2;
  height: 620px;
}

@media (max-width: 1260px) {
  .gallery__images a:nth-child(3) {
    grid-row: span 1;
    height: 300px;
  }
}

.gallery__images a:nth-child(4) {
  grid-row: span 2;
  height: 620px;
}

@media (max-width: 1260px) {
  .gallery__images a:nth-child(4) {
    grid-row: span 1;
    height: 300px;
  }
}

.trust {
  margin-top: 60px;
}

@media(max-width: 767px) {
  .trust {
    margin-top: 40px;
  }
}

.trust__block {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 1260px) {
  .trust__block {
    flex-direction: column;
  }
}

@media(max-width: 767px) {
  .trust .section__title br {
    display: none;
  }
}

.trust__reasons {
  display: flex;
  max-width: 610px;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1260px) {
  .trust__reasons {
    max-width: 100%;
  }
}

.trust__reasons-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .trust__reasons-item {
    width: 100%;
    position: relative;
  }
}

.trust__reasons-item .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #DAF4FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 767px) {
  .trust__reasons-item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
  }

  .trust__reasons-item .icon img {
    width: 20px;
    height: 20px;
  }
}

.trust__reasons-item h4 {
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .trust__reasons-item h4 {
    padding-left: 42px;
    color: #080D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 4px;
  }
}

@media(max-width: 767px) {
  .trust__reasons-item p {
    color: rgba(8, 13, 31, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.trust__image {
  width: 100%;
  max-width: 610px;
}

.trust__image img {
  width: 100%;
}

.trust__cards {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

@media(max-width: 767px) {
  .trust__cards {
    gap: 10px 0;
    justify-content: space-between;
  }
}

.trust__card {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border-radius: 20px;
  background-color: #EBF8FF;
}

@media (max-width: 1260px) {
  .trust__card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .trust__card {
    width: calc(50% - 5px);
    padding: 16px;
  }
}

.trust__card h2 {
  background: linear-gradient(95.24deg, #0050C9 3.78%, #0A87E0 103.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 50px;
}

@media(max-width: 767px) {
  .trust__card h2 {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
}

@media(max-width: 767px) {
  .trust__card p {
    color: rgba(8, 13, 31, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.trust__card:first-child {
  background: linear-gradient(95.24deg, #0050C9 3.78%, #0A87E0 103.37%);
}

.trust__card:first-child h2 {
  background: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
}

.trust__card:first-child p {
  color: rgba(255, 255, 255, 0.8980392157);
}

.feedback {
  margin-top: 60px;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
  padding: 60px 0;
}

@media(max-width: 767px) {
  .feedback {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.feedback__wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 1260px) {
  .feedback__wrapper {
    flex-wrap: wrap;
  }
}

.feedback__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  transform: translateY(0);
  transition: 0.3s all ease;
}

@media (max-width: 1260px) {
  .feedback__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .feedback__item {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
  }
}

.feedback__item:hover {
  transform: translateY(-5px);
}

.feedback__item p {
  color: rgba(8, 13, 31, 0.6980392157);
}

.feedback__item h5 {
  font-size: 16px;
  font-weight: 600;
}

@media(max-width: 767px) {
  .feedback__item h5 {
    font-size: 14px;
  }
}

.feedback__stars {
  display: flex;
  gap: 4px;
}

.feedback__btn {
  border: 1px solid #0360D0;
  padding: 8px 8px 8px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #080D1F;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 20px;
  width: fit-content;
}

.feedback__btn img {
  transition: 0.3s all ease;
}

.feedback__btn:hover img {
  transform: rotate(45deg);
  transition: 0.3s all ease;
}

.faq {
  margin-top: 60px;
}

@media(max-width: 767px) {
  .faq {
    margin-top: 40px;
  }
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.faq__item {
  border: 1px solid #0360D0;
  box-shadow: 0px 4px 12px 0px rgba(1, 1, 11, 0.1490196078);
  border-radius: 14px;
  padding: 20px;
}

@media (max-width: 767px) {
  .faq__item {
    padding: 12px;
  }
}

.faq__item-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}

.faq__item-head h4 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .faq__item-head h4 {
    font-size: 18px;
  }
}

.faq__item.active {
  background: linear-gradient(95.24deg, #0050C9 3.78%, #0A87E0 103.37%);
  border: 1px solid #0360D0;
}

.faq__item.active .faq__item-head h4 {
  color: #FFFFFF;
}

.faq__item.active .faq__item-head img {
  content: url(../images/faq-minus.svg);
}

.faq__item.active .faq__item-body {
  max-height: 8000px;
  padding-top: 10px;
  transition: max-height 0.3s ease;
}

.faq__item-body {
  color: rgba(8, 13, 31, 0.6980392157);
  color: rgba(255, 255, 255, 0.8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.blog {
  margin-top: 60px;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
  padding: 60px 0;
}

@media(max-width: 767px) {
  .blog {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.blog__cards {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.blog__item {
  width: calc(33.33% - 13.333px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(91, 120, 173, 0.1019607843);
  border-radius: 20px;
  transition: 0.3s all ease;
}

@media (max-width: 1260px) {
  .blog__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .blog__item {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
  }
}

.blog__item:hover {
  transform: translateY(-5px);
}

.blog__item-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

@media(max-width: 767px) {
  .blog__item-image {
    border-radius: 10px;
  }
}

.blog__item-infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog__item-infos h4 {
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .blog__item-infos h4 {
    color: #080D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.blog__item-link {
  border: 1px solid #0360D0;
  padding: 8px 8px 8px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #080D1F;
  text-decoration: none;
  margin-top: 20px;
  width: fit-content;
}

@media(max-width: 767px) {
  .blog__item-link {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}

.blog__item-link img {
  transition: 0.3s all ease;
}

.blog__item-link:hover img {
  transform: rotate(45deg);
  transition: 0.3s all ease;
}

.contacts {
  margin-top: 60px;
}

@media(max-width: 767px) {
  .contacts {
    margin-top: 40px;
  }
}

.contacts__block {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contacts__block {
    flex-direction: column;
  }
}

.contacts__form {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .contacts__form {
    width: 100%;
  }
}

.contacts__form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contacts__form form input {
  padding: 14px 16px;
  font-size: 16px;
  color: #080D1F;
  border-radius: 10px;
  outline: none;
  border: 1px solid #B8BDCE;
}

.contacts__form form input {
  display: block;
}

.contacts__form form input:invalid:not(:placeholder-shown) {
  border: 1px solid #EB3431;
}

.contacts__form form .required {
  display: none;
}

.contacts__form form button {
  background: linear-gradient(95.24deg, #0050C9 3.78%, #0A87E0 103.37%);
  padding: 14px;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.contacts__form .required {
  margin-top: -8px;
  color: #EB3431;
  font-size: 12px;
  display: none;
}

.contacts__form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: rgba(8, 13, 31, 0.5019607843);
}

.contacts__form-checkbox input {
  opacity: 0;
  position: absolute;
}

.contacts__form-checkbox span {
  width: 25px;
  height: 25px;
  border: 1.5px solid #B8BDCE;
  border-radius: 5px;
  flex: 0 0 auto;
  cursor: pointer;
}

.contacts__form-checkbox input:checked+span {
  background: url(../images/chech-input.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #0050C9;
}

.contacts__form-checkbox label {
  font-size: 14px;
  color: #080D1F;
}

.contacts__info {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .contacts__info {
    width: 100%;
  }
}

.contacts__info h4 {
  font-size: 22px;
  font-weight: 700;
}

.contacts__info p {
  margin-top: 10px;
}

.contacts__connect {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-direction: column;
}

.contacts__connect a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #080D1F;
  font-weight: 600;
  align-items: center;
}

.contacts__connect a .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #DAF4FF;
}

.contacts__messenger {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.contacts__cooperation {
  margin-top: 40px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(245.11deg, #DAF4FF 15.57%, #DAEEFF 83.87%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1260px) {
  .contacts__cooperation {
    flex-direction: column;
  }
}

.contacts__cooperation-infos {
  max-width: 872px;
}

.contacts__cooperation-infos h3 {
  font-size: 22px;
  font-weight: 700;
}

.contacts__cooperation-infos p {
  margin-top: 10px;
}

.footer {
  margin-top: 60px;
  padding: 60px 0;
  background: linear-gradient(245.11deg, #E6F9FF 49.72%, #DAF4FF 83.87%);
}

@media(max-width: 767px) {
  .footer {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
  }
}

.footer .row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__left {
  max-width: 505px;
}

.footer__left p {
  margin-top: 10px;
}

.copyright {
  display: none;
}

@media(max-width: 767px) {
  .footer__left p {
    color: rgba(8, 13, 31, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .copyright {
    display: block;
    font-weight: 700 !important;
    margin-top: 20px !important;
  }
}

.footer__delivery {
  max-width: 202px;
}

@media(max-width: 767px) {

  .footer .row {
    flex-wrap: wrap;
  }

  .footer__delivery {
    max-width: 100%;
    margin-top: 0px;
  }
}

.footer__delivery h4 {
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .footer__delivery h4 {
    color: #080D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.footer__delivery p {
  margin-top: 10px;
}

.footer__delivery-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 10px;
}

.footer__delivery-types a img {
  width: 49px;
}

.footer__pay {
  max-width: 202px;
}

@media(max-width: 767px) {
  .footer__pay {
    max-width: 100%;
  }
}

.footer__pay h4 {
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .footer__pay h4 {
    color: #080D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.footer__pay p {
  margin-top: 10px;
}

.footer__pay-cards {
  margin-top: 10px;
}

.footer__bank {
  max-width: 271px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media(max-width: 767px) {
  .footer__bank {
    max-width: 100%;
  }
}

.footer__bank h4 {
  font-size: 22px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .footer__bank h4 {
    color: #080D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.footer__bank a {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(8, 13, 31, 0.8);
}

@media(max-width: 767px) {
  .footer__bank a {
    color: rgba(8, 13, 31, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}

.footer__bottom {
  margin-top: 15px;
}

@media(max-width: 767px) {
  .footer__bottom {
    margin-top: 0;
    /* position: absolute; */
    top: 205px;
  }
}

.footer__bottom p {
  font-weight: 600;
  color: #080D1F;
}

@media(max-width: 767px) {
  .footer__bottom p {
    color: #080D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: none;
  }
}



/* My Account sahifasi uchun umumiy konteyner */
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: inherit;
}

/* Navigatsiya menyusini yonma-yon qilish (Desktop uchun) */
@media (min-width: 769px) {
  .woocommerce-account .woocommerce {
    flex-direction: row;
    align-items: flex-start;
  }

  .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
  }
}

/* Ro'yxatdagi nuqtalarni olib tashlash */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menyudagi har bir element */
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* Sichqoncha ustiga kelganda va aktiv holatda */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #0073aa;
  /* Saytingiz ko'k rangiga moslang */
  color: #fff;
  border-color: #0073aa;
  transform: translateX(5px);
}

/* O'ng tarafdagi kontent qismi */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

/* "Выйти" (Logout) havolasini ajratib ko'rsatish */
.woocommerce-MyAccount-content a[href*="customer-logout"] {
  color: #e74c3c;
  font-weight: bold;
}



/* Tugmalar (Manzillarni tahrirlash va h.k.) */
.woocommerce-MyAccount-content .button {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: background 0.3s;
}

.woocommerce-MyAccount-content .button:hover {
  background-color: #555;
}

/* Konteynerni markazga olish */
.woocommerce-order {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

/* Jadval ustunlarini tekislash */
.woocommerce-table--order-details {
  width: 100% !important;
  border-collapse: collapse;
}

.woocommerce-order-details__title {
  margin-bottom: 20px;
}

/* TOVAR NOMINI CHAPGA SURISH (Siz so'ragan qism) */
.woocommerce-table--order-details .product-name {
  text-align: left !important;
  padding-left: 0 !important;
}

/* NARXLARNI O'NGGA SURISH */
.woocommerce-table--order-details .product-total,
.woocommerce-table--order-details tfoot td {
  text-align: right !important;
}

/* Sarlavhalar (Товар va Итоговая сумма) */
.woocommerce-table--order-details thead th:first-child {
  text-align: left;
}

.woocommerce-table--order-details thead th:last-child {
  text-align: right;
}

/* Qatorlar orasidagi chiziqlar */
.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

/* Manzillar bloki (Kvadratlar) */
.woocommerce-customer-details address {
  padding: 25px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px;
  background: #fafafa;
  margin-top: 15px;
  text-align: left;
  /* Manzil ham chapda tursin */
}

/* Yuqoridagi ma'lumotlar bloki */
.woocommerce-thankyou-order-details {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 20px 0;
  border-bottom: 2px dashed #eee;
  margin-bottom: 30px;
}


.ytSpecIconShapeHost,
.action-menu-engagement-buttons-wrapper.delhi-player,
.quick-actions-wrapper,
.ytmCuedOverlayPlayButtonIcon {
  display: none !important;
}





.color-dropdown-trigger {
  display: none;
  /* Desktopda yashirin */
}

@media (max-width: 768px) {
  .calc__form-color h4 {
    margin-bottom: 10px;
  }

  .color-dropdown-wrapper {
    position: relative;
    width: 100%;
  }

  .color-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
  }

  .selected-color-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .selected-color-info .icon img {
    width: 24px;
    height: 24px;
  }

  .arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #64748B;
    border-bottom: 2px solid #64748B;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .color-dropdown-trigger.is-active .arrow {
    transform: rotate(-135deg);
  }

  .calc__form-colors {
    display: none;
    /* Mobilda yopiq turadi */
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    z-index: 50;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    overflow-y: auto;
  }

  .calc__form-colors.is-open {
    display: flex;
    flex-direction: column;
  }

  .calc__form-colors label {
    width: 100% !important;
    padding: 12px 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid #F1F5F9;
    justify-content: flex-start !important;
  }

  .calc__form-colors label:last-child {
    border-bottom: none;
  }

  /* Tanlangan rangga checkbox belgisi qo'shish */
  .calc__form-colors label.active-color::after {
    content: '✓';
    margin-left: auto;
    color: #3B82F6;
    font-weight: bold;
  }
}

/* ═══════════════════════════════════════════════════
   AIRBOX NOTICE — промо-сообщения
═══════════════════════════════════════════════════ */
.airbox-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: transform 0.15s ease;
}

.airbox-notice:hover {
  transform: translateY(-1px);
}

.airbox-notice__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.airbox-notice__text {
  flex: 1;
}

.airbox-notice__badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Warning — оранжевый */
.airbox-notice--warning {
      background: #fff8eb;
    border: 1px solid #ffd596;
    color: #b35a00;
}

/* Success — зелёный */
.airbox-notice--success {
      background: #f0faf4;
    border: 1px solid #6fcf97;
    color: #1a7a40;
    box-shadow: 0 2px 8px rgba(111, 207, 151, 0.2);
}

.airbox-notice:empty {
  display: none;
}

/* Checkout: Elementor mobile styles squeeze Montonio card logos to 55px. */
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li.payment_method_wc_montonio_card label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: normal !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li.payment_method_wc_montonio_card label img.montonio-card-icon,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_wc_montonio_card label img.montonio-card-icon {
  width: min(180px, 45vw) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 24px !important;
  margin: 0 !important;
  object-fit: contain !important;
  vertical-align: middle !important;
  box-shadow: none !important;
}

/* Empty cart page */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
.woocommerce-cart .wc-empty-cart-message {
  max-width: 860px;
  margin: 30px auto 56px;
  padding: 34px 24px 38px;
  border: 1px solid rgba(0, 102, 204, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(76, 190, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 18px 50px rgba(15, 68, 111, 0.08);
  text-align: center;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block.airbox-empty-cart {
  display: block;
}

.woocommerce-cart .wc-block-cart__empty-cart__title,
.woocommerce-cart .cart-empty.woocommerce-info {
  margin: 0 auto 6px !important;
  color: #071027;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  width: 2.6em;
  height: 2.6em;
  margin: 0 auto 0.75em;
  mask-size: 2.6em;
  display: none !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title::after,
.woocommerce-cart .cart-empty.woocommerce-info::after {
  content: "Выберите клапан AirBox и оформите заказ за пару минут.";
  display: block;
  max-width: 520px;
  margin: 8px auto 0;
  color: #657184;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block>.wp-block-heading:not(.wc-block-cart__empty-cart__title),
.woocommerce-cart .wp-block-woocommerce-empty-cart-block>.wp-block-separator,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block>.wp-block-woocommerce-product-new,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  display: none !important;
}

.woocommerce-cart .return-to-shop .button,
.woocommerce-cart .wp-block-button__link {
  border-radius: 999px !important;
  background: #0066d8 !important;
  color: #fff !important;
  padding: 14px 26px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(0, 102, 216, 0.22);
}

@media (max-width: 768px) {

  .woocommerce-cart .wp-block-woocommerce-empty-cart-block,
  .woocommerce-cart .wc-empty-cart-message {
    margin: 18px 12px 34px;
    padding: 26px 14px 28px;
    border-radius: 22px;
  }

  .woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    width: 2.2em;
    height: 2.2em;
    margin-bottom: 0.6em;
    mask-size: 2.2em;
  }
}


.page-id-518 body,
.woocommerce-cart {
  /* display: none !important; */
}

.gt_option{
    height: 130px !important;
}


.calc__questions-item-img img{
    /* display: block; */
}


.calc__recommendation {
    display: flex;
}
.calc__recommendation-mobile{
    display: none !important;
}


 @media (max-width: 768px) {
        .e-checkout__container {
            display: flex !important;
            flex-direction: column !important;
            padding-bottom: 890px;
        }

        .calc__questions-item--result {
            position: relative;
        }

        .e-checkout__column-start {
            order: 2 !important;
        }

        .e-checkout__column-end {
            order: 1 !important;
            margin-bottom: 0px;
        }

        .e-checkout__order_review-2 {
            position: absolute;
            bottom: 0;
        }

        .e-sticky-right-column {
            position: static !important;
        }

        .airbox-notice--success {
            width: 100%;
        }

        .calc__recommendation {
            width: 100%;
            flex-direction: row;
            padding: 14px 8px !important;
            gap: 5px !important;
            margin-top: 15px
        }
        
        
        .calc__recommendation-mobile{
            display: flex !important;
            margin-top: 15px;
        }

        .calc__questions-item-img img {
            display: none;
        }

        .calc__recommendation-infos h4 {
            font-size: 16px;
        }

        .calc__recommendation p {
            font-size: 12px;
        }

        .calc__recommendation .icon {
            flex: 0 0 30px;
        }

        .calc__result-actions {
            /* padding-top: 200px; */
        }

        .calc__recommendation .icon img {
            width: 21px;
        }
    }
/*# sourceMappingURL=main.css.map */