* {
  /*  border: 1px solid; */
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  background: #edf3f7;
}

a:hover {
  color: #3498db;
}

img {
  max-width: 100%;
}

h3 {
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #5e5e5e !important;
  text-decoration: none !important;
}

h3,
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:focus {
  text-decoration: none;
  /* color: inherit; */
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1170px;
}

.top-block {
  min-height: 99px;
}

.top-block div {
  padding: 0.5rem;
}
.top-adress,
.top-phone {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #5e5e5e;
  font-style: italic;
}

.top-adress i,
.top-phone i {
  font-size: 36px;
}

.top-adress p {
  margin-bottom: 0;
}

.city {
  font-weight: 600;
}
.street {
  font-size: 14px;
}

.phones-item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.phones-item a {
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
  font-weight: 600;
}

.phones-item a:hover {
  border-bottom: 1px dotted;
}
.social-pic {
  max-height: 30px;
  margin-right: 10px;
}

.top-cart {
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.item-count {
  display: block;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: #ff4216;
  top: 30%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.top-cart img {
  max-height: 50px;
  width: 50px;
}

.navbar {
  background-color: #3498db;
  padding: 0;
}
.nav-link {
  padding: 1.45rem !important;
  transition: none;
  cursor: pointer;
}

.is-hover1 {
  background-color: #ff6b01;
}

.nav-item {
  transition: none;
}

.nav-link.show,
.nav-link:hover,
.navbar-nav .nav-link.active {
  background: #ff6b01;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.dropdown-orange {
  background: #ff6b01;
  border-radius: 0;
  margin-top: 0 !important;
  border: none;
  padding: 0;
}

.dropdown-blue {
  padding: 0;
  background: #3498db;
  border-radius: 0;
  margin-top: 0 !important;
  border: none;
}

.dropdown-item {
  padding: 1.25rem !important;
}

.dropdown-item {
  color: #fff;
}

.form-control {
  border-radius: 0;
}

.form-control:focus,
.form-control:active {
  border: 0px;
  border-color: transparent;
  box-shadow: none;
}

.btn-orange {
  background: #ff6b01;
  border-radius: 0;
  color: #fff;
}

.callback-but {
  background: rgb(255 107 1);
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #ff6b01;
}

.callback-but:active,
.callback-but:focus,
.callback-but:hover {
  background: rgb(255 107 1);
}

video {
  cursor: pointer;
  /* max-width: 100%; */
  width: 100%;
  margin: auto;
  display: block;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.callback-but:hover,
.callback-but:focus {
  border: 1px solid #ff6b01;
}

.nav-link {
  color: #fff;
}

.dropdown-toggle-orange {
  background-color: #ff6b01;
}

.header.bg-grad {
  position: sticky;
  top: 0;
  z-index: 5;
}

.mob-header-fixed {
  display: none;
}

/* Фиксированная мобильная шапка - не сдвигает контент */
.mob-header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.bg-grad {
  background: rgb(220, 242, 255);
  background: -moz-linear-gradient(
    137deg,
    rgba(220, 242, 255, 1) 0%,
    rgba(250, 231, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    137deg,
    rgba(220, 242, 255, 1) 0%,
    rgba(250, 231, 217, 1) 100%
  );
  background: linear-gradient(
    137deg,
    rgba(220, 242, 255, 1) 0%,
    rgba(250, 231, 217, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcf2ff",endColorstr="#fae7d9",GradientType=1);
}

.sec-gray {
  background: #f9fdff;
}

.pew-card {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  box-shadow: 0px 42px 42px -28px rgba(61, 79, 89, 0.32);
}

.pew-card:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow:
    0 125px 80px rgba(23, 58, 105, 0.07),
    0 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0 25px 13px rgba(23, 58, 105, 0.035),
    0 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0 125px 80px rgba(23, 58, 105, 0.07),
    0 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0 25px 13px rgba(23, 58, 105, 0.035),
    0 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
}

.cat-item {
  margin-bottom: 2.5rem;
}

.benefit-item {
  min-height: auto;
  padding: 1.5rem;
}

.benefit-pic {
  max-height: 64px;
  width: auto;
  margin-top: 1.5rem;
}

.benefit-title {
  padding-left: 2.5rem;
}

.benefit-title-2,
.benefit-title span,
.benefit-left-text {
  font-weight: 700;
  font-size: 1.1em;
  color: #5e5e5e;
}

.benefit-title span {
  font-size: 21px;
}

.benefit-text {
  color: #5e5e5e;
  padding-bottom: 1.5rem;
}

.benefit-left-num {
  font-size: 44px;
  font-weight: 700;
  color: #3498db;
}

.benefit-left-num span {
  font-size: 24px;
}

.cat-item {
  position: relative;
}

.cat-item-title {
  position: absolute;
  min-height: 74px;
  background: rgba(0, 72, 128, 0.75);
  color: #fff;
  width: 100%;
  padding: 15px;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
}

.cat-item img {
  width: 100%;
  border-radius: 8px;
}

.q-sect {
  background: #eef9ff;
}

.q-row {
  background: #fff;
  border-radius: 8px;
}

.arr-bg {
  background: url('https://www.akystik-service.ru/new/assets//img/arr.svg')
    no-repeat;
  background-position: 10% 50%;
}

.sec-grad {
  background: rgb(56, 182, 255);
  background: -moz-linear-gradient(
    231deg,
    rgba(56, 182, 255, 1) 0%,
    rgba(255, 255, 255, 1) 53%,
    rgba(255, 107, 1, 1) 100%
  );
  background: -webkit-linear-gradient(
    231deg,
    rgba(56, 182, 255, 1) 0%,
    rgba(255, 255, 255, 1) 53%,
    rgba(255, 107, 1, 1) 100%
  );
  background: linear-gradient(
    231deg,
    rgba(56, 182, 255, 1) 0%,
    rgba(255, 255, 255, 1) 53%,
    rgba(255, 107, 1, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38b6ff",endColorstr="#ff6b01",GradientType=1);
}

.flexprod {
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.flexprod form {
  display: block;
  margin-top: auto;
}

.main-product {
  position: relative;
  display: block;
  color: unset;
  text-decoration: none;
  cursor: pointer;
}

.main-product a {
  color: #5e5e5e;
  text-decoration: none;
}
.main-product:hover {
  color: inherit;
}

.main-product-image img {
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

.main-product-cartbut img {
  max-width: 38px;
}

.bshadow {
  -webkit-box-shadow: 0px 0px 43px -21px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 43px -21px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 43px -21px rgba(34, 60, 80, 0.2);
}

.main-product-bage {
  background: #3498db;
  width: 50%;
  padding: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.main-product-prices {
  font-size: 12px;
  font-weight: 600;
}

.main-product-price span,
.main-product-price-m span {
  color: #bd4f4f;
  font-weight: 700;
  font-size: 18px;
}

.main-product-text,
.news-title {
  font-weight: 600;
}

.number {
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 140px;
  border: 1px solid #ddd;
  display: inline-block;
}
.number-minus,
.number-plus {
  position: absolute;
  top: 0;
  width: 40px;
  height: 32px;
  line-height: 32px;
  display: block;
  background: #e5e5e5;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: arial;
  color: #3e1e02;
  text-decoration: none;
}
.number-minus {
  left: 0;
}
.number-plus {
  right: 0;
}

.number-text {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 32px;
  height: 32px;
  padding: 0;
  margin: 0 0 0 42px;
  outline: none;
  border: none;
  width: 57px;
  text-align: center;
}

.yt {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative;
}
.yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* .owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.owl-item.active {
  opacity: 1;
} */

.news-item {
  display: block;
  color: unset;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
}

.news-title {
  padding: 20px 20px 0 20px;
}

.news-descr {
  padding: 0px 60px 0px 20px;
}

.news-more {
  display: block;
  padding: 20px 60px 40px 0;
  text-align: right;
}

.news-more a {
  color: #ff6b01;
  text-decoration: none;
}
.partner-img {
  margin: 15px;
  -webkit-box-shadow: 0px 19px 54px 11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 19px 54px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 19px 54px 11px rgba(0, 0, 0, 0.09);
}

.footer-logo p {
  font-size: 14px;
}

ul {
  list-style-image: url(/assets/img/list-arrow.png);
}

ul li,
ul li a,
.footer-contact p {
  text-decoration: none;
  color: #5e5e5e;
  font-weight: 600;
  font-size: 14px;
}

.footer-title {
  font-weight: 700;
}

.footer-menu {
  padding-left: 4rem;
}
.onair {
  padding-left: 10px;
  position: relative;
}
.onair::before {
  position: absolute;
  content: '';
  background: url(/assets/img/onair.png);
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  left: 0;
  transform: translate(-50%, 0);
}

.footer-phone {
  font-style: italic;
  color: #f6a009;
  font-size: 20px;
  font-weight: 700;
}
.footer-phone.fst-normal {
  font-size: 14px;
}

.mob-cartblock {
  position: relative;
}

.mob-cart img {
  max-width: 40px;
}

.mob-cart span {
  display: block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: #ff4216;
  top: 0;
  left: 23px;
  transform: translate(-50%, -50%);
}

.mob.footer-phone {
  font-size: 16px;
}

.mob.callback-but {
  background: rgb(255, 132, 43);
  font-size: 14px !important;
  border-radius: 0;
  border: 1px solid #f6a009;
}

.mob.social-pic {
  max-height: 35px !important;
}

.social.d-grid {
  grid-template-columns: 50px 50px;
  gap: 10px;
}

.social.d-grid a {
  margin-top: 5px;
}
.mob-cartblock span {
  display: block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: #ff4216;
  top: 0;
  left: 23px;
  transform: translate(-50%, -50%);
}

.navbar-nav,
.mob-menu {
  background-color: #3498db !important;
  color: #fff !important;

  z-index: 3;
}

.nav-link {
  color: #fff !important;
}

.navbar-toggler {
  position: absolute;
  right: 16px;
  font-size: 40px;
  display: flex;
  align-items: center;
  /* border: 1px solid #3498db; */
  padding: 5px 7px;
  border-radius: 3px;
}

.main-product-cartbut button {
  background-color: transparent;
  border: none;
}

.modal-footer,
.modal-body {
  border: none;
  padding: 0;
}

.modal-footer {
  justify-content: center;
}

.modal-footer button {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 110, 0, 1) 5%,
    rgba(255, 151, 2, 1) 100%
  );
  -webkit-box-shadow: 0px 4px 15px 0px rgba(247, 115, 1, 0.2);
  -moz-box-shadow: 0px 4px 15px 0px rgba(247, 115, 1, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(247, 115, 1, 0.2);
}

.modal-footer button:hover,
.modal-footer button:active,
.modal-footer button:focus {
  border: 1px solid #fff;
}

.modal-title {
  font-size: 30px;
  color: #0080cc;
  text-transform: uppercase;
  font-weight: 300;
}

.modal-body p {
  font-size: 24px;
  color: #5e5e5e;
  font-weight: 400;
}

.callback-wrap {
  margin: 15px;
  padding: 15px;
  border-radius: 0.5rem;
  border: 1px solid #f7f7f0;
}

.input-group-text {
  background-color: unset;
  border: none;
  padding: 0;
}

.input-group-text i {
  color: #9d9d9d;
  font-size: 18px;
  min-width: 38px;
}

.input-group input {
  border: none;
  border-radius: 0.375rem;
  background: none;
}

.input-group {
  border: 1px solid #5e5e5e5c;
  -webkit-box-shadow: 0px 0px 10px 8px rgba(94, 94, 94, 0.1) inset;
  -moz-box-shadow: 0px 0px 10px 8px rgba(94, 94, 94, 0.1) inset;
  box-shadow: 0px 0px 10px 8px rgba(94, 94, 94, 0.1) inset;
  border-radius: 0.375rem;
}

.modal-disclaimer {
  display: flex;
}

.disc-icons {
  display: flex;
  flex-direction: column;
}

.disc-icons img {
  display: block;
  max-width: fit-content;
}

.disc-icons img:last-child {
  max-width: 21px;
  margin-left: 5px;
}

.disc-text {
  padding-left: 0.5rem;
  font-size: 14px;
}

.personal-data-agree {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  width: 100%;
  margin: 1rem 0 0.9rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(0, 128, 204, 0.18);
  border-radius: 0.375rem;
  background: rgba(0, 171, 234, 0.05);
  color: #333;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.personal-data-agree input {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0.05rem 0 0;
  border: 2px solid #00abea;
  border-radius: 0.25rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.personal-data-agree input::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.personal-data-agree input:checked {
  border-color: #ff6b01;
  background: #ff6b01;
  box-shadow: 0 0 0 3px rgba(255, 107, 1, 0.16);
}

.personal-data-agree input:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.personal-data-agree input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 171, 234, 0.22);
}

.personal-data-agree:hover {
  border-color: rgba(255, 107, 1, 0.35);
  background: rgba(255, 107, 1, 0.06);
}

.personal-data-agree span {
  display: block;
  flex: 1 1 auto;
}

.personal-data-agree a {
  color: #00abea;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.personal-data-agree a:hover {
  color: #ff6b01;
}

#feedback .personal-data-agree {
  margin-top: 1.25rem;
}

#fastBuyForm .personal-data-agree {
  max-width: 100%;
  margin-top: 1.1rem;
}

.form__error {
  display: none;
  width: 100%;
  margin: 0 0 0.75rem;
  color: #dc3545;
  font-size: 14px;
  text-align: left;
}

.flexform {
  display: flex;
}

nav.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

@media screen and (max-width: 996px) {
  .pc-vid {
    display: none;
  }
  .mob-vid {
    display: block;
  }
}
