@charset "UTF-8";
.menu-top:not(.mm-menu) ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-fancybox].img-container:before, [data-fancybox] .img-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
html {
  position: relative;
}
body {
  font-size: 14px;
  line-height: 1.4;
  min-width: 320px;
  font-family: "opensans", sans-serif;
  color: #010101;
  background-color: #080C23;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  /*background-image: url(/powercube/site_mirror/_static/assets/template/img/logo_fon2.png);*/
  background-repeat: repeat;
  background-size: 40px;
  background-position: top left;
}
body::before {
  content: none !important;
}
body input:focus:required:invalid {
  color: #666;
}
body input:required:valid {
  color: #666;
}
#overflow_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: inherit;
  margin-right: inherit;
}
.content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 17px;
}
.content-wrapper.content-wrapper-no-margin-top {
  padding-top: 0;
  margin-top: 0;
}
a {
  color: #0f73bd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover, a:focus {
  outline: none;
}
a, input[type="button"] {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
a:hover, input[type="button"]:hover {
  -webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
input[type="text"], input[type="file"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="number"], input[type="date"] {
  padding: 6px 12px;
  border: 1px solid #eaebec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}
input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus {
  border: 1px solid #869791;
}
input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
td {
  padding: 5px;
}
h1, h2, .h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
}
h1 {
  font-size: 18px;
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 16px;
  margin-bottom: 23px;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}
header .header-desktop {
  padding-top: 20px;
  padding-bottom: 16px;
}
header .header-desktop .logo {
  margin-right: 24px;
  display: inline-block;
  position: relative;
  top: -5px;
}
header .header-desktop .search-container {
  position: relative;
}
header .header-desktop .search-container ::-webkit-input-placeholder {
  color: #97c7e7;
}
header .header-desktop .search-container ::-moz-placeholder {
  color: #97c7e7;
}
header .header-desktop .search-container :-ms-input-placeholder {
  color: #97c7e7;
}
header .header-desktop .search-container ::placeholder {
  color: #97c7e7;
}
header .header-desktop .search-container input[type=search] {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  width: 219px;
  padding: 3px 37px 3px 11px;
}
header .header-desktop .search-container input[type=submit] {
  position: absolute;
  right: 0;
  width: 40px;
  height: 33px;
  background: transparent;
  border: none;
  font-family: "FontAwesome";
  font-size: 1.3333333333333333em;
  padding: 0;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  cursor: pointer;
}
header .header-desktop .search-container input[type=submit]:focus {
  outline: none;
}
.menu-top-container {
  background-color: #1b69b6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
.menu-top:not(.mm-menu) ul.level1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-top:not(.mm-menu) ul.level1 > li {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.menu-top:not(.mm-menu) ul.level2 {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 0;
  white-space: nowrap;
}
.menu-top:not(.mm-menu) ul.level1 > li:hover > ul.level2 {
  display: block;
}
.menu-top:not(.mm-menu) ul.level2 > li > ul.level2 {
  display: none;
  top: 0;
  left: 100%;
  position: absolute;
  min-height: 100%;
}
.menu-top:not(.mm-menu) ul.level2 > li:hover > ul.level2 {
  display: block;
}
.menu-top:not(.mm-menu) ul.level1 > li > a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  padding: 12px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.menu-top:not(.mm-menu) ul.level1 > li:hover > a {
  background-color: #629ed1;
}
.menu-top:not(.mm-menu) ul.level1 > li.selected > a, .menu-top:not(.mm-menu) ul.level1 > li.active > a {
  background-color: #e2000f;
}
.menu-top:not(.mm-menu) ul.level2 {
  padding-top: 14px;
  background-color: #629ed1;
}
.menu-top:not(.mm-menu) ul.level2 > li > a {
  color: #f2f5fc;
  font-size: 20px;
  padding: 1px 9px;
  text-decoration: none;
  display: block;
}
.menu-top:not(.mm-menu) ul.level2 > li.selected > a, .menu-top:not(.mm-menu) ul.level2 > li > a:hover, .menu-top:not(.mm-menu) ul.level2 > li.active > a {
  background-color: #e2000f;
}
.menu-top:not(.mm-menu) ul.level2 > li > ul.level2 {
  padding-top: 14px;
  background-color: rgba(98, 158, 209, 0.8);
}
.menu-top:not(.mm-menu) ul.level2 > li > ul.level2 > li {
  position: relative;
}
.menu-top:not(.mm-menu) ul.level2 > li > ul.level2 > li > a {
  color: #f2f5fc;
  font-size: 20px;
  padding: 1px 9px;
  text-decoration: none;
  display: block;
}
.menu-top:not(.mm-menu) ul.level2 > li > ul.level2 > li.selected > a, .menu-top:not(.mm-menu) ul.level2 > li > ul.level2 > li > a:hover {
  background-color: #e2000f;
}
@-webkit-keyframes widget-phone-circle-anim {
0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes widget-phone-circle-anim {
0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes widget-phone-circle-fill-anim {
0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes widget-phone-circle-fill-anim {
0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes widget-phone-img-anim {
0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes widget-phone-img-anim {
0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.text-block img {
  max-width: 100%;
  height: auto;
}
.text-block .img-container {
  text-align: center;
}
.text-block table {
  margin-bottom: 15px;
}
.text-block ul, .text-block ol {
  overflow: hidden;
}
.text-block ul li, .text-block ol li {
  margin-bottom: 5px;
}
.text-block .text-block-item {
  margin-bottom: 30px;
}
.text-block .text-block-item:last-child {
  margin-bottom: 0;
}
.text-block .text-container > div {
  margin-bottom: 15px;
}
.text-block .text-container > div:last-child {
  margin-bottom: 0;
}
table[class=""] {
  margin-bottom: 15px;
}
.block-margin-bottom {
  margin-bottom: 10px;
}
.block-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hidden {
  display: none !important;
}
body.fancybox-active > * {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: -webkit-filter 0.1s;
  transition: -webkit-filter 0.1s;
  transition: filter 0.1s;
  transition: filter 0.1s, -webkit-filter 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.fancybox-active .fancybox-container {
  -webkit-filter: none;
  filter: none;
}
[data-fancybox].img-container, [data-fancybox] .img-container {
  position: relative;
}
[data-fancybox].img-container:before, [data-fancybox] .img-container:before {
  width: 40px;
  height: 60px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  content: "";
  font-family: "FontAwesome";
  font-size: 42px;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
[data-fancybox].img-container:hover:before, [data-fancybox] .img-container:hover:before {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
}
#preloader .spinner {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: preloader-rotate .8s infinite linear;
  animation: preloader-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
#preloader.active {
  display: block;
}
@-webkit-keyframes preloader-rotate {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes preloader-rotate {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes smoothly-show-items {
0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes smoothly-show-items {
0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-banners {
  padding: 16px 0;
}
.main-banners .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-banners .row {
  margin: 0 -6px;
}
.main-banners .col {
  padding: 6px;
}








.interior-block {
  border-top: 5px solid #080C23;
  border-bottom: 5px solid #080C23;
  padding: 0;
}
.interior-block .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.interior-item {
  display: block;
}
.interior-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.interior-item.first img {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.interior-item.last img {
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.text-block-item {
  background-color: #535665;
  padding: 2rem;
  border-radius: 1.2rem;
  border: 5px solid #212539;
  margin-top: 2rem;
  color: #ffffff;
}
.text-container {
  text-align: center;
  margin: 0 auto;
}
.text-container p {
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer-simple {
  background-color: #0e1126;
  color: #fff;
  padding-top: 2rem;
  position: relative;
}
.footer-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.625rem 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.footer-phone, .footer-email {
  color: #0e1126;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  width: 33%;
}
.footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.footer-logo img {
  height: 100px;
}
.footer-bottom-overlay {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0.56rem 2rem;
  font-size: 1rem;
  margin: 3rem 0 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
.menu-top-container {
  background-color: transparent;
  padding: 10px 0;
}
.menu-inner {
  background-color: #fff;
  border-radius: 1rem;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.menu-top ul.level1 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-top ul.level1 > li > a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b0d2a;
  text-align: center;
  transition: background-color 0.3s ease;
  font-weight: bold;
}
.menu-top ul.level1 > li:hover > a {
  background-color: #f1f3f9;
  color: #0b0d2a;
}
.menu-top ul.level1 > li.selected > a, .menu-top ul.level1 > li.active > a {
  background-color: transparent;
  color: #0b0d2a;
  font-weight: bold;
}
.menu-top:not(.mm-menu) ul.level1 > li.selected > a, .menu-top:not(.mm-menu) ul.level1 > li.active > a {
  background-color: transparent;
  color: #0b0d2a;
  font-weight: bold;
}
.menu-top:not(.mm-menu) ul.level1 > li > a {
  color: #0b0d2a;
  background: transparent;
}
.header-desktop .search-container {
  position: relative;
  font-family: inherit;
}
.header-desktop .search-container form.sisea-search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.header-desktop .search-container fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  position: relative;
}
.header-desktop .search-container input[type="search"] {
  width: 250px;
  padding: 8px 40px 8px 16px;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 12px;
  outline: none;
}
.header-desktop .search-container input[type="search"]::placeholder {
  color: #ffffff;
  opacity: 1;
}
.header-desktop .search-container input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
.header-desktop .search-container input[type="submit"]:hover {
  color: #cccccc;
}
.header-desktop .search-container input[type="submit"]:focus {
  outline: none;
}
.header-desktop .rus {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}
.header-desktop .rus img {
  height: 24px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.page-banner-inner {
  padding: 16px 0;
}
.page-banner-inner .wide-banner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-banner-inner img {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #212539;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.product-grid {
  padding: 2.5rem 2rem;
  background-color: #535665;
  border-radius: 1.5rem;
  margin-top: 2rem;
}
.product-card {
  background-color: transparent;
  border-radius: 1rem;
  padding: 1rem 0rem;
  transition: box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}
.product-card:hover {
  text-decoration: none;
  box-shadow: none;
}
.product-card-img img {
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.product-card-title {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #ffffff;
  background: none;
}
.product-grid .row.mt-4 .product-card-title {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #ffffff;
  background: none;
}
.product-grid .row.mt-4 .product-card-img img {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.page-banner-certs {
  padding: 16px 0;
}
.page-banner-certs .container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.cert-banner-item img {
  display: block;
  height: 196px;
  width: auto;
  margin: 0 auto;
  border: 5px solid #212539;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease;
}
.cert-banner-item img:hover {
  transform: scale(1.02);
}
.main-banners .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #212539;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
/* OwlCarousel: до инициализации показываем только первый баннер,
   чтобы не было скачков (CLS) на десктопе и мобиле */
.main-banners {
  padding: 16px 0;
}

.main-banners .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-banners .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #212539;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Десктоп: до старта Owl показываем 4 карточки сеткой */
@media (min-width: 768px) {
  .main-banners-carousel:not(.owl-loaded) {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .main-banners-carousel:not(.owl-loaded) .item {
    display: block;
    min-width: 0;
  }

  .main-banners-track,
  .main-banners-mobile-dots {
    display: none !important;
  }
}

/* Мобильная версия: сначала только первый баннер */
@media (max-width: 767.98px) {
  .main-banners-carousel {
    position: relative;
    overflow: hidden;
  }

  .main-banners-carousel > .item {
    display: none;
  }

  .main-banners-carousel > .item:first-child {
    display: block;
  }

  /* После отложенной инициализации мобильного слайдера */
  .main-banners-carousel.is-mobile-enhanced > .item {
    display: none !important;
  }

  .main-banners-carousel.is-mobile-enhanced .main-banners-track {
    display: flex;
    will-change: transform;
    transition: transform 0.35s ease;
  }

  .main-banners-carousel.is-mobile-enhanced .main-banners-track .item {
    display: block !important;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .main-banners-carousel.is-mobile-enhanced .main-banners-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .main-banners-carousel.is-mobile-enhanced .main-banners-mobile-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    padding: 0;
    cursor: pointer;
  }

  .main-banners-carousel.is-mobile-enhanced .main-banners-mobile-dot.is-active {
    background: #ffffff;
  }
}






.product-wrapper {
  background-color: #535665;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.product-main-image .item img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  display: block;
}
.product-thumbs {
  margin-top: 1rem;
}
.product-thumbs .item {
  cursor: pointer;
  padding: 2px;
}
.product-thumbs .item img {
  border-radius: 0.5rem;
  transition: transform 0.2s ease;
  width: 100%;
  height: auto;
}
.product-thumbs .item:hover img {
  transform: scale(1.05);
}
.product-tabs {
  flex: 1 1 38%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.text-block {
  background-color: #535665;
  border-radius: 1.2rem;
  border: 5px solid #212539;
  margin-top: 2rem;
  color: #ffffff;
}
.text-block-item {
  padding: 2rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.text-block-item a {
  color: #ffffff;
  text-decoration: underline;
}
.product-tabs .view-source {
  border-radius: 1.5rem;
  overflow: hidden;
}
.product-tabs .view-source a.toggle {
  display: block;
  background-color: #ffffff;
  color: #0b0d2a;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 1.5rem;
  text-decoration: none;
  transition: background 0.3s ease;
  border: none;
}
.product-tabs .view-source a.toggle:hover {
  background-color: #f1f3f9;
  color: #0b0d2a;
}
.product-tabs .view-source .hide {
  display: none;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.product-tabs .view-source .hide ul {
  padding-left: 1.2rem;
  margin: 0;
  list-style-type: disc;
}
.product-tabs .view-source .hide li {
  margin-bottom: 0.5rem;
  color: #fff;
}
.product-main-image.owl-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-main-image.owl-carousel {
  max-width: 100%;
  margin: 0 auto;
}
.product-gallery {
  flex: 1 1 48%;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.product-main-image {
  overflow: hidden;
}
.thumbs-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0 40px;
}
.product-tabs p, .product-tabs a, .product-tabs li, .product-tabs ul, .product-tabs ol {
  text-align: left;
}
.page-header {
  margin-top: 0;
  padding-top: 0;
  background: none;
}
.page-header .container {
  padding-top: 0;
  padding-bottom: 1rem;
}
.breadcrumbs {
  font-size: 0.9rem;
  color: #bbb;
  margin-bottom: 1.5rem;
}
.breadcrumbs a {
  color: #ddd;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-title {
  font-size: 2rem;
  margin: 0;
  color: #ffffff;
}
.interior-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.interior-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 5px solid #212539;
}
.interior-link {
  display: block;
  position: relative;
}
.interior-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  transition: transform 0.3s ease;
}
.interior-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.15);
}
.interior-link:hover .interior-button {
  opacity: 1;
  pointer-events: auto;
}
.interior-link:hover img {
  transform: scale(1.03);
}
.product-tabs .view-source .hide table {
  width: 100%;
  border-collapse: collapse;
}
.product-tabs .view-source .hide th, .product-tabs .view-source .hide td {
  text-align: left;
  vertical-align: top;
}
.product-tabs .view-source .hide ul, .product-tabs .view-source .hide li {
  text-align: left;
}

/* =========================================================
   ГАМБУРГЕР (иконка "3 полоски")
   Библиотечный вариант: .hamburger / .hamburger-box / .hamburger-inner
========================================================= */
.hamburger {
  padding: 20px;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.15s linear, filter 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover { opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.15s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before { top: -10px; }
.hamburger-inner::after { bottom: -10px; }

/* Анимация "Squeeze" + состояние active (крестик) */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
              transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #76A5D3;
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  background-color: #76A5D3;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
              transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #76A5D3;
}

/* =========================================================
   FALLBACK для mh-hamburger
   Если в шаблоне кнопка меню идёт как <a class="mh-hamburger">
   без вложенных .hamburger-box/.hamburger-inner
========================================================= */
.mh-hamburger {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.mh-hamburger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -10px 0 #fff, 0 10px 0 #fff;
}

/* =========================================================
   ФОКУС (обводка) на кнопках
   Убираем жёлтую рамку после клика мышью,
   но оставляем видимый фокус при навигации с клавиатуры (Tab)
========================================================= */
.mh-hamburger:focus:not(:focus-visible),
.hamburger:focus:not(:focus-visible),
.header-mobile-button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.mh-hamburger:focus-visible,
.hamburger:focus-visible,
.header-mobile-button:focus-visible {
  outline: 2px solid rgba(118, 165, 211, 0.9);
  outline-offset: 2px;
}



