@font-face {
  font-family: 'MetronicPro';
  src: url(../fonts/MetronicProRegular.eot);
  src: url(../fonts/MetronicProRegular.woff2) format("woff2"), url(../fonts/MetronicProRegular.woff) format("woff"), url(../fonts/MetronicProRegular.ttf) format("truetype"), url(../fonts/MetronicProRegular.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MetronicPro';
  src: url(../fonts/MetronicProLight.eot);
  src: url(../fonts/MetronicProLight.woff2) format("woff2"), url(../fonts/MetronicProLight.woff) format("woff"), url(../fonts/MetronicProLight.ttf) format("truetype"), url(../fonts/MetronicProLight.eot?#iefix) format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MetronicPro';
  src: url(../fonts/MetronicProSemiBold.eot);
  src: url(../fonts/MetronicProSemiBold.woff2) format("woff2"), url(../fonts/MetronicProSemiBold.woff) format("woff"), url(../fonts/MetronicProSemiBold.ttf) format("truetype"), url(../fonts/MetronicProSemiBold.eot?#iefix) format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MetronicPro';
  src: url(../fonts/MetronicProBold.eot);
  src: url(../fonts/MetronicProBold.woff2) format("woff2"), url(../fonts/MetronicProBold.woff) format("woff"), url(../fonts/MetronicProBold.ttf) format("truetype"), url(../fonts/MetronicProBold.eot?#iefix) format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

/* reset ---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

HTML {
  height: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

BODY {
  font-family: 'MetronicPro', Helvetica, Tahoma, sans-serif;
  background: #fff;
  color: #000;
  font-weight: 400;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-size: 14px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

A {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

A:hover {
  text-decoration: none;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clr {
  clear: both;
}

B, STRONG {
  font-weight: 700;
}

I, EM {
  font-style: italic;
}

input, textarea, button {
  font-family: 'MetronicPro', Helvetica, Tahoma, sans-serif;
}

.tc {
  text-align: center;
}

.none {
  display: none;
}

input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0 !important;
  transition: opacity 0.2s ease;
}

input[type=text]:focus::-moz-placeholder {
  opacity: 0 !important;
  transition: opacity 0.2s ease;
}

input[type=text]:focus:-moz-placeholder {
  opacity: 0 !important;
  transition: opacity 0.2s ease;
}

input[type=text]:focus:-ms-input-placeholder {
  opacity: 0 !important;
  transition: opacity 0.2s ease;
}

input[type=text]::-webkit-input-placeholder {
  color: #919090;
  opacity: 1;
}

input[type=text]::-moz-placeholder {
  color: #919090;
  opacity: 1;
}

input[type=text]:-moz-placeholder {
  color: #919090;
  opacity: 1;
}

input[type=text]:-ms-input-placeholder {
  color: #919090;
  opacity: 1;
}

textarea {
  resize: none;
}

input[type=text]:focus, .inp:focus {
  outline: none;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.flex.start {
  -webkit-box-align: start;
  align-items: start;
}

.flex.center {
  -webkit-box-pack: center;
  justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

a.und {
  text-decoration: underline;
}

a.und:hover {
  text-decoration: none;
}

.smooth {
  transition: all 0.2s;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tbl-col {
  display: table-cell;
  vertical-align: top;
}

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

.fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #007dba;
  color: #fff;
}

::selection {
  background: #007dba;
  color: #fff;
}

::-moz-selection {
  background: #007dba;
  color: #fff;
}

:root {
  --color_blue: #007dba;
  --color_darkblue: #01426a;
  --color_darkblue30: #b3c6d2;
  --color_darkblue60: #678ea6;
  --color_darkblue80: #346888;
  --color_snow: #e5e3dd;
  --color_blue90: #e5f2f8;
  --color_blue80: #cce5f1;
  --color_blue30: #4ca4cf;
  --color_jetgrey: #474646;
  --color_jetgrey70: #c8c7c7;
  --color_jetgrey80: #dadada;
  --color_jetgrey90: #edecec;
  --color_jetgrey95: #f6f6f6;
  --color_jetgrey40: #919090;
  --font_noto: 'Noto sans', serif;
}

/* common ---------------------------------------------- */
.wrap {
  margin: 0;
  position: relative;
}

.main {
  margin: 0 auto;
  width: 880px;
}

.official {
  font-size: 12px;
  line-height: 1.2;
  color: var(--color_darkblue30);
  text-transform: uppercase;
}

/* buttons */
.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  border-radius: 20px;
  transition: all 0.2s;
}

.button.square {
  border-radius: 8px;
}

.button.blue {
  background: var(--color_darkblue);
  color: #fff;
}

.button.blue:hover {
  background: var(--color_blue);
}

button.button {
  padding: 0;
  border: 0;
  cursor: pointer;
}

/* input */
.inputbox {
  position: relative;
}

.input {
  border: 1px solid var(--color_darkblue);
  border-radius: 4px;
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 0 16px;
  color: var(--color_jetgrey);
}

.input:focus, .input:hover {
  border-color: var(--color_blue);
}

.input.error {
  border-color: red !important;
}

.inputbox .placeholder {
  background: #fff;
  position: absolute;
  left: 12px;
  top: -10px;
  font-size: 14px;
  padding: 4px;
  z-index: 2;
  color: var(--color_jetgrey40);
  transition: opacity 0.1s ease-out;
  opacity: 0;
}

.inputbox:has(.filled) .placeholder {
  opacity: 1;
}

/* select */
.select {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--color_darkblue);
  color: var(--color_jetgrey);
}

.select .select-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  cursor: pointer;
  gap: 8px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--color_jetgrey40);
}

.select .icon {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  color: var(--color_darkblue);
  border-left: 1px solid var(--color_darkblue);
}

.select .icon svg {
  width: 24px;
  height: 24px;
}

.select .placeholder {
  background: #fff;
  position: absolute;
  left: 12px;
  top: -12px;
  font-size: 14px;
  padding: 4px;
  z-index: 2;
  color: var(--color_jetgrey40);
  transition: opacity 0.1s ease-out;
  opacity: 0;
}

.select:has(.select-lay li.active) .select-title {
  color: var(--color_jetgrey);
}

.select.open {
  border-color: var(--color_blue);
}

.select.open .icon {
  border-color: var(--color_blue);
  color: var(--color_blue);
}

.select:not(.open) .select-lay {
  opacity: 0;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
}

.select:has(.select-lay li.active) .placeholder {
  opacity: 1;
}

.select-lay {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  border: 1px solid var(--color_blue);
  border-radius: 4px;
  max-height: 320px;
  overflow-y: auto;
  padding: 16px 0;
  background: #fff;
  scrollbar-width: thin;
  scrollbar-color: #eaecf0 #fff;
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.45s cubic-bezier(0.6, 0.6, 0, 1), -webkit-transform 0.45s cubic-bezier(0.6, 0.6, 0, 1);
  transition: transform 0.45s cubic-bezier(0.6, 0.6, 0, 1), opacity 0.45s cubic-bezier(0.6, 0.6, 0, 1);
  transition: transform 0.45s cubic-bezier(0.6, 0.6, 0, 1), opacity 0.45s cubic-bezier(0.6, 0.6, 0, 1), -webkit-transform 0.45s cubic-bezier(0.6, 0.6, 0, 1);
}

.select-lay li {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
  gap: 8px;
  color: var(--color_jetgrey);
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  padding: 0 16px;
}

.select-lay li span {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.select-lay li:not(:first-child) {
  margin-top: 8px;
}

.select-lay li:hover {
  color: var(--color_darkblue);
}

.select-lay li.label {
  cursor: default;
  color: var(--color_blue);
  height: auto;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-top: 1px solid var(--color_jetgrey90);
  padding-top: 12px;
}

.select-lay li.label:first-child {
  border-top: 0;
  padding-top: 0;
}

/* checkbox */
.checkbox label {
  color: #01426a;
  font-family: 'Noto sans', sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.checkbox label a {
  text-decoration: underline;
}

.checkbox label a:hover {
  text-decoration: none;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input + label {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: top;
  align-items: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input + label::before {
  content: '';
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  border: 1px solid var(--color_darkblue);
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1601px) {
  .checkbox input + label::before {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}

.checkbox input:hover + label::before {
  border-color: var(--color_blue);
}

.checkbox input:checked + label::before {
  background-color: var(--color_darkblue);
  border-color: var(--color_darkblue) !important;
  background-image: url("../images/tick.svg");
}

.checkbox label span {
  width: 100%;
  display: block;
}

/* svg */
svg.icon {
  width: 24px;
  height: 24px;
  transition: all 0.2s;
}

svg.icon.sm {
  width: 16px;
  height: 16px;
}

svg.icon.lg {
  width: 32px;
  height: 32px;
}

/* breadcrumbs */
.breadcrumbs ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.1;
  font-family: var(--font_noto);
  color: #80a0b4;
}

.breadcrumbs ul li:not(:first-child)::before {
  content: '/';
  padding: 0 4px;
}

.breadcrumbs ul a:hover {
  color: var(--color_blue);
}

.breadcrumbs ul span {
  color: var(--color_darkblue);
  display: inline-block;
}

.breadcrumbs ul span::first-letter {
  text-transform: uppercase;
}

/* slider ---------------------------------------------- */
.slick-list {
  outline: none !important;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.slick-dots {
  display: -webkit-box;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 8px;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  cursor: pointer;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #D9D9D9;
  transition: all 0.2s;
}

.slick-dots li:not(.slick-active):hover {
  background: var(--color_jetgrey40);
}

.slick-dots li.slick-active {
  width: 48px;
  background: var(--color_darkblue);
}

.slider {
  position: relative;
}

.slider .items {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.slider .slick-list, .slider .slick-track {
  height: 100%;
}

.slider.boxes .items {
  margin: 0 -20px;
}

.slider.boxes .items:before, .slider.boxes .items:after {
  position: absolute;
  top: 0;
  z-index: 2;
  content: '';
  width: 20px;
  height: 100%;
  background: #fff;
}

.slider.boxes .items:before {
  left: 0;
}

.slider.boxes .items:after {
  right: 0;
}

.slider.boxes .item {
  margin: 0 20px;
}

.slider .item {
  float: left;
  height: 100%;
}

.slider .arr, .lay .arr {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid var(--color_snow);
  background: #fff;
  color: var(--color_blue);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
}

.slider .arr:hover, .lay .arr:hover {
  background: var(--color_blue);
  color: #fff;
  border-color: var(--color_blue);
}

.slider .arr.prev, .lay .arr.prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider .arr.prev svg, .lay .arr.prev svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider .arr.next, .lay .arr.next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.slider .arr.next svg, .lay .arr.next svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slider .arr.hide, .lay .arr.hide {
  opacity: 0;
}

/* header ---------------------------------------------- */
.topline {
  background: #eeb361;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 10px 0;
}

.topline .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 12px;
}

.topline svg {
  flex-shrink: 0;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 144px;
  z-index: 1010;
}

.hint {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  z-index: 9000;
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-family: var(--font_noto);
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
  margin-top: 4px;
  box-shadow: 0 1px 4px 0 #dadada;
  transition: opacity .1s ease-out;
  pointer-events: none;
}

.hint:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #fff;
}

.top {
  background: var(--color_darkblue);
}

.top .wrap {
  height: 96px;
  margin: 0 72px;
}

.top .logo img {
  width: 78px;
  height: 44px;
}

.top .line {
  width: 1px;
  height: 40px;
  background: var(--color_darkblue80);
  margin: 0 25px;
}

.top .top-center {
  display: -webkit-box;
  display: flex;
  gap: 40px;
}

.top nav {
  height: 70px;
}

.top nav > ul {
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  gap: 40px;
  color: var(--color_blue90);
  height: 100%;
}

.top nav .menu-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.top nav .menu-item .parent {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  height: 100%;
}

.top nav .menu-item svg {
  color: var(--color_darkblue60);
  transition: all 0.2s;
}

.top nav .menu-item:hover {
  color: #fff;
}

.top nav .menu-item ul {
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  pointer-events: none;
  transition: all 0.2s;
  position: absolute;
  z-index: 1000;
  top: 100%;
  margin-top: -10px;
  background: #fff;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 400;
  padding: 24px;
  color: var(--color_blue);
  border: 1px solid #f6f6f6;
  box-shadow: 0 2px 4px -2px rgba(1, 66, 106, 0.12);
}

.top nav .menu-item ul li:not(:first-child) {
  margin-top: 16px;
}

.top nav .menu-item ul a:hover {
  color: var(--color_darkblue);
}

.top nav .menu-item.active svg {
  /*transform: rotate(-180deg);*/
  color: #fff;
}

.top nav .menu-item.active ul {
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.top .shop {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px 16px;
}

.top .shop:hover {
  background: var(--color_darkblue30);
  border-color: var(--color_darkblue30);
}

.top .shop img {
  width: 62px;
  height: 45px;
}

.top .icons {
  gap: 12px;
  position: relative;
}

.top .icons .phone {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 28px;
}

.top .icons .phone a:hover {
  color: var(--color_darkblue30);
}

.top .icons .bvi-open {
  cursor: pointer;
}

.top .icons button, .top .icons .to-compare, .top .icons .bvi-open {
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
  width: 32px;
  height: 32px;
  color: #fff;
}

.top .icons button:hover, .top .icons .to-compare:hover, .top .icons .bvi-open:hover {
  background: #2690c4;
}

.top .icons .circ {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-family: var(--font_noto);
  font-weight: 600;
  color: var(--color_blue);
  background: #fff;
  margin-left: -12px;
  position: relative;
}

.top .icons .hint {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
}

.top .icons .hint:after {
  left: auto;
  -webkit-transform: none;
  transform: none;
  right: 12px;
}

.top .icons button:hover + .hint {
  opacity: 1;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .top .wrap {
    margin: 0 40px;
    height: 64px;
  }
  .top .wrap .logo img {
    width: 57px;
    height: 32px;
  }
  .top .wrap nav {
    height: 48px;
  }
  .top .wrap nav > ul {
    font-size: 14px;
  }
  .top .wrap nav > ul .menu-item ul {
    margin-top: -8px;
  }
  .top .wrap .shop {
    padding: 8px 12px;
  }
  .top .wrap .shop img {
    width: 44px;
    height: 32px;
  }
  .top .wrap .phone {
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1460px) {
  .top .wrap {
    height: 56px;
  }
  .top .wrap nav .menu-item ul {
    padding: 16px;
    margin-top: -5px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1351px) {
  .top .wrap .top-center {
    gap: 32px;
  }
  .top .wrap nav > ul {
    gap: 32px;
  }
  .top .wrap .phone {
    margin-right: 8px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1220px) {
  .top .wrap .top-center {
    gap: 24px;
  }
  .top .wrap .line {
    margin: 0 16px;
  }
  .top .wrap nav > ul {
    gap: 24px;
  }
  .top .wrap .phone {
    margin-right: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1180px) {
  .top .official {
    font-size: 10px;
  }
  .top .wrap nav > ul, .top .wrap .phone {
    font-size: 12px;
  }
  .top .wrap nav > ul {
    gap: 20px;
  }
}

.menu-quick {
  height: 48px;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
  -webkit-box-pack: center;
  justify-content: center;
}

.menu-quick .toggler {
  width: 48px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 24px;
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
  color: var(--color_darkblue);
}

.menu-quick .toggler:hover {
  background: var(--color_blue90);
}

.menu-quick .toggler svg {
  width: 100%;
  height: 100%;
}

.menu-quick .toggler svg.close {
  display: none;
}

.menu-quick > ul {
  display: -webkit-box;
  display: flex;
  gap: 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color_darkblue);
}

.menu-quick > ul a:hover {
  color: var(--color_blue);
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-quick {
    height: 40px;
  }
  .menu-quick > ul {
    font-size: 14px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1460px) {
  .menu-quick > ul {
    gap: 18px;
  }
  .menu-quick .toggler {
    margin-right: 18px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1340px) {
  .menu-quick > ul {
    font-size: 12px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1180px) {
  .menu-quick > ul {
    gap: 24px;
    line-height: 1.2;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    max-width: calc(100% - 120px);
  }
  .menu-quick > ul li span {
    display: block;
  }
}

.search {
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: none;
  gap: 24px;
}

.search > div {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.search .input {
  border: 1px solid var(--color_blue);
}

.search .button {
  gap: 8px;
  font-size: 16px;
  width: 142px;
  height: 48px;
  border-radius: 24px;
  background: #fff;
  color: var(--color_jetgrey);
}

.search .button:hover {
  background: var(--color_blue90);
}

.search .close {
  cursor: pointer;
  color: #fff;
}

.search .result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 528px;
  z-index: 1000;
  background: #fff;
  border: 2px solid var(--color_jetgrey80);
  border-radius: 4px;
  padding: 16px 0;
  margin-top: -1px;
}

.search .search-dropdown {
  font-size: 16px;
}

.search .search-dropdown .search-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.search .search-dropdown .search-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  color: var(--color_jetgrey);
}

.search .search-dropdown .search-item:hover .search-thumb::after {
  opacity: .1;
}

.search .search-dropdown .search-thumb {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
}

.search .search-dropdown .search-thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.search .search-dropdown .search-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_jetgrey);
  opacity: 0;
  z-index: 1;
  transition: all .2s;
  pointer-events: none;
}

.search .search-dropdown .search-title {
  font-weight: 600;
  line-height: 1.2;
}

.search .search-dropdown .search-all {
  display: block;
  margin-top: 36px;
  text-align: center;
  color: var(--color_darkblue);
  font-weight: 600;
}

.search .search-dropdown .search-all:hover {
  color: var(--color_blue);
}

.search .search-dropdown .search-empty {
  padding: 12px;
  text-align: center;
  color: var(--color_jetgrey70);
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .search .input, .search .button {
    height: 40px;
  }
  .search .button {
    font-size: 14px;
  }
}

body.search-opened .header {
  position: fixed;
  z-index: 9092;
}

body.search-opened .search {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

body.search-opened .layout.overlay {
  opacity: 1;
  z-index: 9090;
  height: 100%;
}

body.search-opened .top .official, body.search-opened .top .top-center, body.search-opened .top .icons {
  display: none;
}

.menu {
  pointer-events: none;
  opacity: 0;
  z-index: 9091;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 150px;
}

.menu .wrap {
  position: relative;
  width: 1332px;
  margin: 0 auto;
  transition: all .2s ease-out;
  display: -webkit-box;
  display: flex;
  gap: 8px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.menu .wrap > div {
  flex-shrink: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px rgba(1, 66, 106, 0.12);
}

.menu .column {
  background: #fff;
  padding: 16px;
}

.menu .column.column-main {
  width: 376px;
}

.menu .column.column-main a {
  gap: 12px;
  padding: 0 8px;
  width: 100%;
  height: 44px;
  line-height: 1;
  font-weight: 400;
  color: var(--color_jetgrey);
  border-radius: 4px;
  overflow: hidden;
}

.menu .column.column-main a span {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.menu .column.column-main a svg:not(.lg) {
  color: var(--color_jetgrey80);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu .column.column-main li.active a, .menu .column.column-main li:hover a {
  background: var(--color_jetgrey95);
}

.menu .column.column-main li.active svg, .menu .column.column-main li:hover svg {
  color: var(--color_blue);
}

.menu .column.column-items {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.menu .column.column-items li {
  line-height: 1.2;
  padding: 0 8px;
  gap: 12px;
  height: 32px;
  color: var(--color_jetgrey);
}

.menu .column.column-items li span {
  color: var(--color_jetgrey80);
}

.menu .column.column-items li:hover a {
  color: var(--color_blue);
}

.menu .column.column-items ul {
  display: none;
  padding: 6px 0;
}

.menu .column.column-items ul.active {
  display: -webkit-box;
  display: flex;
}

.menu .column.column-compare {
  display: none;
}

.menu .column ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}

.menu .image {
  width: 340px;
  height: 340px;
  position: relative;
}

.menu .image .im::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  border-radius: 0 0 4px 4px;
}

.menu .image .im {
  overflow: hidden;
  border-radius: 4px;
}

.menu .image .fill {
  z-index: 3;
  color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 1024px) {
  body.menu-opened {
    overflow: hidden;
  }
}

body.menu-opened .header {
  position: fixed;
  z-index: 9092;
}

body.menu-opened .menu {
  pointer-events: auto;
  opacity: 1;
}

body.menu-opened .menu .layout {
  opacity: 1;
  height: 100%;
}

body.menu-opened .menu .wrap {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

body.menu-opened .toggler {
  background: var(--color_blue90);
}

body.menu-opened .toggler svg.open {
  display: none;
}

body.menu-opened .toggler svg.close {
  display: block;
}

.layout {
  background: rgba(71, 70, 70, 0.3);
  z-index: -1;
  transition: opacity .1s ease-out;
  opacity: 0;
  height: 0.1px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.layout.overlay {
  position: fixed;
}

.lay {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 9092;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.2s cubic-bezier(0.6, 0.6, 0, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0.6, 0, 1), opacity 0.2s cubic-bezier(0.6, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0.6, 0, 1), opacity 0.2s cubic-bezier(0.6, 0.6, 0, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0.6, 0, 1);
}

.lay .head {
  font-size: 32px;
  font-weight: 300;
  color: var(--color_darkblue);
  text-align: center;
}

.lay .block {
  position: relative;
  padding: 0 24px;
}

.lay .close {
  position: absolute;
  right: -8px;
  top: -32px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
}

.lay .close:hover {
  color: var(--color_blue30);
}

.lay.lay-inform .block, .lay.lay-where .block {
  width: 1000px;
  border-radius: 10px;
  background: #fff;
  padding: 0;
}

.lay.lay-inform .close, .lay.lay-where .close {
  right: -24px;
  top: -20px;
}

.lay.lay-inform {
  height: 516px;
}

.lay.lay-inform .block {
  width: 740px;
  padding: 8px 0;
}

.lay.lay-inform .block .head {
  padding: 24px 0;
}

.lay.lay-inform .block .inform-items {
  border-top: 1px solid var(--color_darkblue);
  padding: 0 40px;
}

.lay.lay-inform .block .inform-item {
  padding: 24px 0 40px;
  color: var(--color_darkblue);
  text-align: center;
}

.lay.lay-inform .block .inform-item:not(:first-child) {
  border-top: 1px solid var(--color_darkblue);
}

.lay.lay-inform .block .inform-item div {
  font-size: 22px;
  letter-spacing: .01em;
}

.lay.lay-inform .block .inform-item p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

.lay.lay-inform .block .inform-item .title, .lay.lay-inform .block .inform-item p {
  font-weight: 600;
  padding-top: 8px;
}

.lay.lay-inform .block .inform-item .date {
  font-weight: 300;
}

body.lay-opened .lay {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.2s cubic-bezier(0.6, 0.6, 0, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0.6, 0, 1), opacity 0.2s cubic-bezier(0.6, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0.6, 0, 1), opacity 0.2s cubic-bezier(0.6, 0.6, 0, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0.6, 0, 1);
}

body.lay-opened .layout.overlay {
  opacity: 1;
  z-index: 9090;
  height: 100%;
  background: rgba(1, 66, 106, 0.7);
}

body.lay-opened callibri-online-chat-outside-icon {
  display: none !important;
}

/* content */
.content .wrap {
  margin: 0 auto;
  width: 1520px;
}

.content .head {
  font-size: 32px;
  font-weight: 300;
  color: var(--color_darkblue);
  text-align: center;
  padding-bottom: 36px;
}

.content .screen {
  position: relative;
  padding-bottom: 100px;
}

.content .head-block {
  position: relative;
}

.content .head-block .head {
  align-content: center;
  min-height: 32px;
  padding-bottom: 48px;
}

.head-link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.head-link .button {
  background: var(--color_darkblue);
  padding: 0 28px;
  color: #fff;
  font-size: 14px;
}

.head-link .button:hover {
  background: var(--color_blue);
}

.head-link a:not(.button) {
  gap: 4px;
  height: 36px;
  padding: 0 12px;
  background: var(--color_jetgrey95);
  color: var(--color_darkblue);
  font-size: 14px;
  line-height: 1;
  font-family: var(--font_noto);
  border-radius: 4px;
}

.head-link a:not(.button):hover {
  background: var(--color_jetgrey90);
}

.head-link a:not(.button) svg {
  color: var(--color_blue);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* carousel */
.carousel {
  padding-top: 48px;
}

.carousel .items {
  height: 464px;
  overflow: hidden;
}

.carousel:has(.slick-list) .items {
  overflow: visible;
}

.carousel.compact .items {
  height: 270px;
}

.carousel .text {
  opacity: 0;
}

.carousel:has(.slick-list) .text {
  opacity: 1;
}

.carousel .slick-list {
  overflow: hidden;
  border-radius: 4px;
}

.carousel .arr {
  z-index: 1000;
}

.carousel .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity .2s ease-out;
}

.carousel .item .im {
  height: 100%;
}

.carousel .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  padding: 52px 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  -webkit-box-pack: center;
  justify-content: center;
}

.carousel .item .text.darkblue {
  color: var(--color_darkblue);
}

.carousel .item .text.darkblue .button {
  background: var(--color_darkblue);
  color: #fff;
}

.carousel .item .text.text-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.carousel .item .text .title {
  font-size: 40px;
  font-weight: 600;
}

.carousel .item .text p {
  padding-top: 12px;
  font-size: 20px;
  line-height: 1.2;
}

.carousel .item .disclaimer {
  position: absolute;
  left: auto;
  bottom: 52px;
  pointer-events: none;
  font-size: 12px;
  font-family: var(--font_noto);
  opacity: .8;
}

.carousel .item .button {
  margin-top: 32px;
  width: 138px;
  color: var(--color_jetgrey);
  font-size: 14px;
  border-radius: 8px;
  background: #fff;
  /*
		  &:hover {
			  background: var(--color_jetgrey);
			  color: #fff;
		  }*/
}

/* category */
.compare-lay {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  border: 1px solid var(--color_blue);
  border-radius: 4px;
  position: absolute;
  padding: 24px;
  z-index: 10;
  background: #fff;
  width: 300px;
  margin: 8px 0 0 -8px;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.compare-lay.show {
  opacity: 1;
  pointer-events: auto;
}

.compare-lay .arr {
  position: absolute;
  left: 20px;
  top: -5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color_blue);
  border-right: 1px solid var(--color_blue);
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.compare-lay.right {
  margin-left: 0;
  right: 16px;
}

.compare-lay.right .arr {
  left: calc(338px - 50vw);
}

.compare-lay .im {
  position: relative;
  width: 64px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 12px 10px;
  border-radius: 2px;
}

.compare-lay .im::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_jetgrey);
  opacity: .1;
  z-index: 1;
  pointer-events: none;
}

.compare-lay .im img {
  -o-object-fit: contain;
  object-fit: contain;
}

.compare-lay .title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
  color: var(--color_jetgrey);
}

.compare-lay .action {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  gap: 8px;
  height: 16px;
  color: var(--color_blue);
}

.compare-lay .action svg {
  width: 8px;
  height: 8px;
}

.compare-lay .action.remove {
  color: #DA1E28;
}

body:has(#product-page) .compare-lay.right .arr {
  left: auto;
  right: 64px;
}

.popular .columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.popular .columns > div {
  flex-shrink: 0;
  height: 100%;
}

.popular .columns .column.line {
  background: var(--color_snow);
  margin: 0 50px;
  width: 1px;
}

.popular .columns .column.thin {
  width: 435px;
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid var(--color_snow);
}

.popular .columns .column.wide {
  width: 792px;
}

.popular .items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 24px;
}

.popular .items .item {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 180px;
  border-radius: 4px;
  border: 1px solid var(--color_snow);
  padding: 4px 0 12px;
}

.popular .items .item .im {
  height: 120px;
}

.popular .items .item .im img {
  -o-object-fit: contain;
  object-fit: contain;
}

.popular .items .item .title {
  font-size: 14px;
  line-height: 1.1;
  font-family: var(--font_noto);
  color: var(--color_jetgrey);
  padding: 0 12px;
}

.popular .items .item .im::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_jetgrey);
  opacity: 0;
  z-index: 1;
  transition: all .2s;
  pointer-events: none;
}

.popular .items .item:hover .im::after {
  opacity: .1;
}

/* reviews */
.product_rating {
  display: -webkit-box;
  display: flex;
  gap: 12px;
  color: var(--color_jetgrey);
}

.product_rating div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 22px;
}

.product_rating .product_rating__value {
  gap: 8px;
}

.product_rating .product_rating__stars {
  color: #fff;
}

.product_rating .filled {
  color: var(--color_darkblue);
}

.product_rating svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.product_rating img {
  height: 16px;
}

.reviews__pagination:not(.active) {
  display: none;
}

.reviews__list {
  margin-bottom: 40px;
}

.reviews__list .reviews__item {
  color: var(--color_jetgrey);
  font-size: 16px;
}

.reviews__list .reviews__item:not(:first-child) {
  margin-top: 32px;
}

.reviews__list .reviews__item__block {
  display: -webkit-box;
  display: flex;
  gap: 12px;
}

.reviews__list .reviews__img {
  width: 40px;
  height: 40px;
  background: #80A0B4;
  border-radius: 50%;
  flex-shrink: 0;
}

.reviews__list .reviews__img svg {
  fill: none;
  width: 18px;
  height: 21px;
}

.reviews__list .reviews__name {
  font-weight: 600;
  color: var(--color_darkblue);
  margin-bottom: 8px;
}

.reviews__list .reviews__content {
  font-size: 14px;
}

.reviews__list .reviews__content .reviews__title {
  margin: 12px 0 8px;
  font-weight: 600;
  color: var(--color_darkblue);
}

.reviews__list .reviews__content .reviews__text {
  line-height: 1.2;
}

.reviews__list .reviews__content .reviews__date {
  margin-top: 12px;
}

.reviews__list .reviews__spoiler {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.reviews__list .reviews__toggle {
  margin-top: 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  height: 26px;
  font-size: 14px;
  color: var(--color_blue);
  cursor: pointer;
}

.reviews__list .reviews__toggle svg {
  width: 6px;
  height: 17px;
}

/* pagination */
.pages-block {
  display: -webkit-box;
  display: flex;
  height: 48px;
  gap: 8px;
  margin-bottom: 12px;
}

.pages-block span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--color_snow);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  color: var(--color_darkblue);
  transition: all .2s;
}

.pages-block .pages-prev svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pages-block .pages-next svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pages-block span:hover {
  background: var(--color_jetgrey90);
}

.btn_show_more {
  width: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  background: var(--color_darkblue);
  color: #fff;
  font-size: 16px;
  height: 48px;
  border-radius: 8px;
}

.btn_show_more:hover {
  background: #013555;
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 8px;
}

.pagination li > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.pagination li a {
  border: 1px solid var(--color_snow);
  font-size: 12px;
  font-family: var(--font_noto);
  color: var(--color_darkblue);
}

.pagination li a:hover {
  background: var(--color_jetgrey90);
}

.pagination li.active a, .pagination li.active span {
  border-color: var(--color_darkblue);
  background: var(--color_darkblue);
  color: #fff;
}

.pagination li.active a {
  cursor: default;
  pointer-events: none;
}

/* models */
.models .slider {
  height: 100%;
}

.models .slider .arr {
  opacity: 0;
  top: 144px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .models .slider .arr {
    top: 124px;
  }
}

.models .slider:has(.slick-initialized) .arr {
  opacity: 1;
}

.models .slick-list, .models .slick-track {
  display: -webkit-box;
  display: flex;
  height: 100%;
}

.models .item {
  float: left;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 16px;
}

.models .item .im {
  position: relative;
  border-radius: 4px;
  height: 288px;
  flex-shrink: 0;
  padding: 32px;
  overflow: hidden;
}

.models .item .im img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.models .item .im::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_jetgrey);
  opacity: .1;
  z-index: 1;
  pointer-events: none;
}

.models .item .compare {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.models .item .compare .hint {
  left: 0;
}

.models .item .compare.active {
  background: var(--color_darkblue);
  color: #fff;
}

.models .item .compare.show .hint {
  opacity: 1;
}

.models .item .title {
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_jetgrey);
  text-align: center;
}

.models .item .title a:hover {
  color: var(--color_darkblue);
}

.models .item .product_rating {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.models .item .product_rating .product_rating__value {
  gap: 6px;
}

.models .item .product_rating svg {
  width: 18px;
  height: 18px;
}

.models .item .button {
  width: 100%;
  height: 32px;
  border-radius: 8px;
  background: var(--color_darkblue);
  color: #fff;
  flex-shrink: 0;
}

@media (hover: hover) {
  .models .item .button:hover {
    background: var(--color_blue);
  }
}

.models .item .func {
  display: -webkit-box;
  display: flex;
  gap: 8px;
}

.models .item .func > div {
  flex-shrink: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: var(--color_darkblue);
  background: var(--color_jetgrey90);
  transition: all .2s;
  border-radius: 8px;
}

.models .item .func > div:not(.active):hover {
  background: var(--color_jetgrey80);
}

.models .item .func > div:not(.active):hover {
  background: var(--color_jetgrey80);
}

.models .item .func a {
  width: auto;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1280px) {
  .models .item .product_rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
  }
  .models .item .product_rating svg {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1440px) {
  .models .item .title {
    font-size: 14px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1280px) {
  .models .item .im {
    height: 248px;
    padding: 24px;
  }
}

.models .slider.boxes .items:not(.slick-initialized) {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0;
  -webkit-box-pack: center;
  justify-content: center;
}

.models .slider.boxes .items:not(.slick-initialized)::before, .models .slider.boxes .items:not(.slick-initialized)::after {
  display: none;
}

.models .slider.boxes .items:not(.slick-initialized) .item {
  float: none;
  flex-shrink: none;
  margin: 0;
  width: calc((100% - 200px)/6);
}

.models .slider.boxes .items:not(.slick-initialized) .item:nth-child(n+7) {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .models .slider.boxes .items:not(.slick-initialized) {
    gap: 32px;
  }
  .models .slider.boxes .items:not(.slick-initialized) .item {
    width: calc((100% - 128px)/5);
  }
  .models .slider.boxes .items:not(.slick-initialized) .item:nth-child(6) {
    display: none;
  }
}

@media (max-width: 1024px) {
  .models .slider.boxes .items:not(.slick-initialized) {
    gap: 20px;
  }
  .models .slider.boxes .items:not(.slick-initialized) .item {
    width: calc((100% - 20px)/2) !important;
  }
  .models .slider.boxes .items:not(.slick-initialized) .item:nth-child(n+3) {
    display: none;
  }
}

.recomend .head {
  font-weight: 300;
  text-align: left;
}

.recomend .head a:hover {
  color: var(--color_blue);
}

.recomend .tags {
  margin-top: -8px;
}

.recomend .all-goods {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 8px 0 12px;
  gap: 4px;
  margin-top: 40px;
  background: var(--color_jetgrey95);
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--font_noto);
  line-height: 1;
  color: var(--color_darkblue);
  height: 32px;
  text-transform: lowercase;
}

.recomend .all-goods svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: var(--color_blue);
}

.recomend .all-goods:hover {
  background: var(--color_jetgrey90);
}

.catalog .notfound {
  background: var(--color_jetgrey95);
  border-radius: 8px;
  gap: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color_darkblue);
  padding: 32px 0;
}

.catalog .notfound svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.catalog-tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.catalog-tags li > * {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--color_darkblue);
  border: 1px solid var(--color_darkblue);
  border-radius: 16px;
  height: 30px;
  font-size: 14px;
  transition: all .2s;
}

.catalog-tags li > * span {
  display: inline-block;
}

.catalog-tags li > * span::first-letter {
  text-transform: lowercase;
}

.catalog-tags li .count {
  color: #b3b3b3;
}

.catalog-tags li a:hover, .catalog-tags li > span.active {
  background: var(--color_darkblue);
  color: #fff;
}

.catalog-tags li a:hover .count, .catalog-tags li > span.active .count {
  color: var(--color_darkblue60);
}

section.additional-text {
  background: var(--color_jetgrey95);
  padding: 40px 0;
  margin-bottom: 72px;
}

section.additional-text .block {
  margin: 0 auto;
  max-width: 740px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

section.additional-text .block h2, section.additional-text .block h3 {
  font-size: 32px;
  color: var(--color_darkblue);
  text-align: center;
  padding: 16px 0;
}

section.additional-text .block h3 {
  font-size: 24px;
}

section.additional-text .block h4 {
  font-size: 20px;
}

section.additional-text .block .center {
  text-align: center;
}

section.additional-text .block ul {
  list-style: disc;
  padding-left: 20px;
}

section.additional-text .block ol {
  list-style: decimal;
  padding-left: 20px;
}

section.additional-text .block li:not(:first-child) {
  padding-top: 4px;
}

section.additional-text .block.text > *:first-child {
  padding-top: 0;
}

section.additional-text .block.text > *:not(:first-child) {
  margin-top: 8px;
}

section.additional-text .items {
  padding-top: 16px;
}

section.additional-text .items .item:not(:first-child) {
  margin-top: 48px;
}

section.additional-text .items .item {
  display: -webkit-box;
  display: flex;
  gap: 24px;
}

section.additional-text .items .item .icon img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

section.additional-text .items .item .title {
  font-weight: 600;
  color: var(--color_darkblue);
  line-height: 1.2;
  margin-bottom: 12px;
}

/* blog */
.blog .slider {
  height: 380px;
}

.blog .item {
  position: relative;
  width: calc((100% - 120px)/4);
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: var(--color_darkblue);
  transition: all 0.2s;
}

.blog .item:hover {
  background: #013555;
}

.blog .item .im {
  height: calc(100% - 136px);
}

.blog .item .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 136px;
  padding: 16px 24px;
}

.blog .item .title {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog .category {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  height: 22px;
  border-radius: 4px;
  position: absolute;
  top: 14px;
  left: 16px;
  padding: 0 12px;
  z-index: 2;
  background: var(--color_jetgrey);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.blog .category:hover {
  background: #393838;
}

.blog .info {
  font-size: 12px;
  line-height: 1.2;
  color: #80a0b4;
}

.blog .date {
  font-family: var(--font_noto);
}

.blog .prop {
  display: -webkit-box;
  display: flex;
  gap: 16px;
}

.blog .prop li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
  gap: 4px;
}

.blog .prop li.like {
  cursor: pointer;
}

/* tabs */
.tab-content .nav-tabs {
  color: var(--color_darkblue);
  border-bottom: 1px solid var(--color_darkblue);
}

.tab-content .nav-tabs ul {
  display: -webkit-box;
  display: flex;
  gap: 12px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.01em;
}

.tab-content .nav-tabs li {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  height: 44px;
  padding: 0 16px;
}

.tab-content .nav-tabs li.active span:after, .tab-content .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color_darkblue);
}

.tab-content .nav-tabs li:not(.active) a:hover {
  color: var(--color_blue);
}

.tab-content .tab-item:not(.active) {
  display: none;
}

/* product page ---------------------------------------------- */
.product-badge {
  position: absolute;
  left: 6px;
  top: 6px;
  font-family: var(--font_noto);
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  height: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid inherit;
  pointer-events: none;
  z-index: 2;
}

.product-badge.soon {
  border: 1px solid var(--color_darkblue);
  color: var(--color_darkblue);
}

.product-badge.new {
  background: var(--color_darkblue);
  color: #fff;
}

.product-badge.out-stock {
  border: 1px solid var(--color_snow);
  background: #fff;
  color: var(--color_jetgrey);
}

.product-badge.for_belarus {
  background: #42515A;
  color: #fff;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .product-badge {
    padding: 0 6px;
    letter-spacing: .02em;
    height: 24px;
  }
}

body.fullscreen {
  overflow: hidden;
}

body.fullscreen #product-page .product-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  min-height: 657px;
  background: #fff;
  z-index: 9020;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

body.fullscreen #product-page .product-top .wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}

body.fullscreen #product-page .product-info {
  display: none;
}

body.fullscreen #product-page .product-image .icons, body.fullscreen #product-page .product-image .slider::after {
  display: none;
}

body.fullscreen #product-page .product-image img {
  cursor: zoom-in;
}

body.fullscreen #product-page .product-image .close {
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 2;
  cursor: pointer;
}

body.fullscreen #product-page .product-image .close svg {
  width: 24px;
  height: 24px;
}

body.fullscreen #product-page .product-image .scale {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 64px;
  display: -webkit-inline-box;
  display: inline-flex;
  gap: 12px;
  z-index: 2;
}

body.fullscreen #product-page .product-image .scale div {
  cursor: pointer;
  border-radius: 50%;
  background: var(--color_jetgrey95);
  color: var(--color_darkblue);
  transition: all 0.2s;
}

body.fullscreen #product-page .product-image .scale div:not(.disabled):hover {
  background: var(--color_jetgrey80);
}

body.fullscreen #product-page .product-image .scale div.disabled {
  cursor: default;
  background: #f8f8f8;
  color: var(--color_snow);
}

body.fullscreen #product-page .product-image .scale svg {
  width: 48px;
  height: 48px;
}

@media (min-width: 1025px) and (max-height: 502px) {
  body.fullscreen #product-page:has(.link-thumbnail) .product-thumbnail .slider {
    height: 454px;
  }
}

@media (min-width: 1025px) and (min-height: 503px) and (max-height: 713px) {
  body.fullscreen #product-page:has(.link-thumbnail) .product-thumbnail .slider {
    height: 560px;
  }
}

@media (min-width: 1025px) and (min-height: 714px) and (max-height: 819px) {
  body.fullscreen #product-page:has(.link-thumbnail) .product-thumbnail .slider {
    height: 666px;
  }
}

@media (min-width: 1025px) and (min-height: 820px) and (max-height: 925px) {
  body.fullscreen #product-page:has(.link-thumbnail) .product-thumbnail .slider {
    height: 772px;
  }
}

@media (min-width: 1025px) and (min-height: 926px) {
  body.fullscreen #product-page:has(.link-thumbnail) .product-thumbnail .slider {
    height: 878px;
  }
}

@media (min-width: 1025px) {
  body.fullscreen #product-page .columns {
    height: 100%;
  }
  body.fullscreen #product-page .columns > div {
    height: 100%;
  }
  body.fullscreen #product-page .product-thumbnail {
    margin: 0 52px;
    padding: 24px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  body.fullscreen #product-page .product-image {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: auto;
    border-left: 1px solid var(--color_snow);
    margin: 0;
    padding: 96px 0;
  }
  body.fullscreen #product-page .product-image .item {
    padding: 0;
  }
  body.fullscreen #product-page .product-image .arr.next {
    right: 32px;
  }
  body.fullscreen #product-page .product-image .arr.prev {
    left: 32px;
  }
  body.fullscreen #product-page .product-image .slider {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  body.fullscreen #product-page .product-image .slider .items {
    max-width: 900px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1124px) {
  body.fullscreen #product-page .product-image .slider .items {
    max-width: 800px;
  }
}

@media (min-width: 1025px) and (max-width: 1240px) {
  body.fullscreen #product-page .product-thumbnail {
    margin: 0 32px;
  }
  body.fullscreen #product-page .product-image {
    padding: 72px 0;
  }
}

body.fullscreen.zoom-mode #product-page .product-image {
  overflow: hidden;
  position: relative;
}

body.fullscreen.zoom-mode #product-page .draggable-item {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.fullscreen.zoom-mode #product-page .draggable-item img {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  max-width: 100%;
  max-height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

body.fullscreen.zoom-mode #product-page .product-image .slider {
  opacity: 0;
  pointer-events: none;
}

#product-page .columns {
  display: -webkit-box;
  display: flex;
}

#product-page .columns > div:has(.slider) {
  height: 657px;
}

#product-page:has(.link-thumbnail) .product-thumbnail .slider {
  height: 100%;
  padding: 13px 0 17px;
}

#product-page .product-badge {
  left: 16px;
  top: 16px;
}

#product-page .product-thumbnail {
  position: relative;
  width: 98px;
  flex-shrink: 0;
  overflow: hidden;
}

#product-page .product-thumbnail .items {
  height: 100%;
  overflow: hidden;
}

#product-page .product-thumbnail .item {
  position: relative;
  width: 100%;
  height: 98px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  margin: 4px 0;
  padding: 6px;
  text-align: center;
}

#product-page .product-thumbnail .item img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#product-page .product-thumbnail .item.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_jetgrey);
  opacity: .05;
  z-index: 1;
  pointer-events: none;
}

#product-page .product-thumbnail .item:has(svg) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#product-page .product-thumbnail .item.video svg {
  width: 40px;
  height: 33px;
}

#product-page .product-thumbnail .item.image3d svg {
  width: 82px;
  height: 41px;
}

#product-page .product-thumbnail .arr {
  display: none;
  border: 0;
  background: none;
  color: var(--color_darkblue);
  width: 16px;
  height: 16px;
}

#product-page .product-thumbnail .arr.slick-disabled {
  pointer-events: none;
  cursor: default;
  color: var(--color_jetgrey40);
}

#product-page .product-thumbnail:has(.slick-list) .arr {
  display: -webkit-box;
  display: flex;
}

#product-page .product-thumbnail .arr.prev {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-page .product-thumbnail .arr.prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#product-page .product-thumbnail .arr.next {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-page .product-thumbnail .arr.next svg {
  -webkit-transform: none;
  transform: none;
}

#product-page .product-image {
  position: relative;
  width: 610px;
  flex-shrink: 0;
  border-radius: 4px;
  margin: 0 40px 0 32px;
}

#product-page .product-image .close, #product-page .product-image .scale, #product-page .product-image .draggable-item {
  display: none;
}

#product-page .product-image .icons {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

#product-page .product-image .icons .ya-share2 {
  margin-right: 8px;
  opacity: 1;
  transition: opacity 0.2s;
}

#product-page .product-image .icons .ya-share2:not(.show) {
  pointer-events: none;
  opacity: 0;
}

#product-page .product-image .icons ul {
  display: -webkit-box;
  display: flex;
  gap: 8px;
  margin: 0;
}

#product-page .product-image .icons li {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #fff;
  color: var(--color_darkblue);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
}

#product-page .product-image .icons li svg {
  width: 24px;
  height: 24px;
}

#product-page .product-image .icons li.active {
  background: var(--color_darkblue);
  color: #fff;
}

#product-page .product-image .icons li.show .hint {
  opacity: 1;
}

#product-page .product-image .icons li:not(.active):hover {
  background: var(--color_jetgrey90);
}

#product-page .product-image .slider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_jetgrey);
  opacity: .05;
  z-index: 1;
  pointer-events: none;
}

#product-page .product-image .slick-list {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #product-page .product-image .arr {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: none;
  }
  #product-page .product-image .arr svg {
    color: var(--color_darkblue);
  }
  #product-page .product-image .arr:hover {
    border-color: var(--color_darkblue);
  }
  #product-page .product-image .arr.prev {
    left: 12px;
  }
  #product-page .product-image .arr.next {
    right: 12px;
  }
}

#product-page .product-image .slider, #product-page .product-image .item {
  height: 100%;
}

#product-page .product-image .item {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 24px 0;
}

#product-page .product-image .item img {
  max-width: 90%;
  max-height: 100%;
}

#product-page .product-image .item video, #product-page .product-image .item iframe {
  max-width: 100%;
  max-height: 100%;
}

#product-page .product-image .item iframe {
  height: auto;
  aspect-ratio: 1.78 / 1;
}

#product-page .product-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 32px;
}

#product-page .product-info h1 {
  font-size: 36px;
  font-weight: 300;
  color: #000;
}

#product-page .product-info .tech-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}

#product-page .product-info .tech-items .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 12px;
  width: calc((100% - 40px)/2);
}

#product-page .product-info .tech-items .im {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
}

#product-page .product-info .tech-items .text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_darkblue);
}

#product-page .product-info .gd {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

#product-page .product-info .gd.spoiler .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

#product-page .product-info .gd .view-more {
  color: var(--color_darkblue);
}

#product-page .product-info .gd .view-more:hover {
  color: var(--color_blue);
}

#product-page .product-info .where-btn div {
  width: 220px;
  height: 40px;
  background: var(--color_snow);
  opacity: .5;
  border-radius: 8px;
  -webkit-animation: pulse-btn 5s ease infinite;
  animation: pulse-btn 5s ease infinite;
}

#product-page .product-info .where-btn .button {
  width: 220px;
  background: none;
  border-radius: 8px;
  border: 1px solid var(--color_darkblue);
  color: var(--color_darkblue);
}

#product-page .product-info .where-btn .button:hover {
  background: var(--color_darkblue);
  color: #fff;
}

#product-page .product-info .where-btn.active div, #product-page .product-info .where-btn:not(.active) .button {
  display: none;
}

#product-page .product-info .where-btn.hidden div {
  opacity: 0 !important;
  background: none;
}

#product-page .product-info .garantee {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

#product-page .product-info .garantee .icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background: var(--color_darkblue);
  border-radius: 4px;
  overflow: hidden;
}

#product-page .product-info .garantee .icon svg {
  width: 100%;
  height: 100%;
}

#product-page .product-info .garantee .text p:not(:first-child) {
  margin-top: 8px;
}

#product-page .product-info .garantee .text a {
  text-decoration: underline;
}

#product-page .product-info .garantee .text a:hover {
  text-decoration: none;
}

#product-page .tab-content .tab-item {
  padding: 40px 0 0;
}

#product-page .tab-content .tab-tech .items {
  display: -webkit-box;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

#product-page .tab-content .tab-tech .item {
  width: calc((100% - 80px)/3);
}

#product-page .tab-content .tab-tech .item .im {
  height: 400px;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  background: #f6f6f6;
}

#product-page .tab-content .tab-tech .item .text {
  color: var(--color_jetgrey);
  font-size: 14px;
  line-height: 1.4;
}

#product-page .tab-content .tab-tech .item .text h3 {
  font-size: 24px;
  padding-bottom: 16px;
}

#product-page .tab-content .tab-rich img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#product-page .tab-content .tab-rich picture, #product-page .tab-content .tab-rich iframe, #product-page .tab-content .tab-rich video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#product-page .tab-content .tab-rich .video-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

#product-page .tab-content .tab-rich .item {
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--color_darkblue);
}

#product-page .tab-content .tab-rich .item.crop picture {
  top: -2px;
  height: calc(100% + 4px);
}

#product-page .tab-content .tab-rich .item.crop video {
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
}

#product-page .tab-content .tab-rich .item.crop .item__image {
  overflow: hidden;
}

#product-page .tab-content .tab-rich .item .item__col {
  display: -webkit-box;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 396px;
  position: relative;
}

#product-page .tab-content .tab-rich .item .item__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 36px 80px;
  height: 100%;
}

#product-page .tab-content .tab-rich .item .item__text a:hover {
  text-decoration: underline;
}

#product-page .tab-content .tab-rich .item .item__text p:not(:first-child) {
  padding-top: 16px;
}

#product-page .tab-content .tab-rich .item .item__text .title {
  font-size: 28px;
  letter-spacing: -.02em;
  font-weight: 700;
  padding-bottom: 20px;
}

#product-page .tab-content .tab-rich .item .item__text sup {
  vertical-align: super;
  font-size: .7em;
  padding-left: .2rem;
}

#product-page .tab-content .tab-rich .item .item__text .disclaimer {
  padding-top: 20px;
  font-size: .8em;
}

#product-page .tab-content .tab-rich .item .item__text .disclaimer sup {
  padding-right: 4px;
}

#product-page .tab-content .tab-rich .item .item__text .test-disclaimer {
  padding-top: 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  opacity: .5;
  max-width: 480px;
}

@media (min-width: 1025px) {
  #product-page .tab-content .tab-rich .item.first-text .item__col:has(.item__text), #product-page .tab-content .tab-rich .item.first-text .wide-text {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #product-page .tab-content .tab-rich .item.wide {
    -webkit-box-align: center;
    align-items: center;
    height: 515px;
  }
  #product-page .tab-content .tab-rich .item.wide .item__text {
    min-height: auto;
    height: auto;
    z-index: 2;
    background: #fff;
    color: var(--color_darkblue);
  }
  #product-page .tab-content .tab-rich .item.wide .item__text.bg_opacity {
    background: rgba(255, 255, 255, 0.83);
  }
  #product-page .tab-content .tab-rich .item.wide .item__text.bg_none {
    background: none;
    color: #fff;
  }
  #product-page .tab-content .tab-rich .item.wide.first-image {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #product-page .tab-content .tab-rich .item.wide.first-image .item__col {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  #product-page .tab-content .tab-rich .item .item__col {
    min-height: 344px;
  }
  #product-page .tab-content .tab-rich .item .item__text {
    font-size: 16px;
    padding: 24px 60px;
  }
  #product-page .tab-content .tab-rich .item .item__text .title {
    font-size: 24px;
    padding-bottom: 16px;
  }
  #product-page .tab-content .tab-rich .item .item__text .disclaimer {
    padding-top: 16px;
  }
  #product-page .tab-content .tab-rich .item .item__text .test-disclaimer {
    padding-top: 20px;
  }
  #product-page .tab-content .tab-rich .item.wide {
    height: 446px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1460px) {
  #product-page .tab-content .tab-rich .item .item__col {
    min-height: 330px;
  }
  #product-page .tab-content .tab-rich .item.wide {
    height: 446px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1240px) {
  #product-page .tab-content .tab-rich .item .item__col {
    height: auto;
    aspect-ratio: 2 / 1;
    min-height: 300px;
  }
  #product-page .tab-content .tab-rich .item .item__text {
    padding: 24px 40px;
    font-size: 1.2vw;
  }
  #product-page .tab-content .tab-rich .item .item__text .title {
    font-size: 2vw;
  }
  #product-page .tab-content .tab-rich .item.wide {
    aspect-ratio: 2.5 / 1;
    width: 100%;
  }
}

#product-page .tab-content .tab-reviews .reviews-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1252px;
}

#product-page .tab-content .tab-reviews .reviews-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 342px;
}

@media (min-width: 1025px) and (max-width: 1351px) {
  #product-page .tab-content .tab-reviews .reviews-item {
    height: auto;
    aspect-ratio: 1.77 / 1;
  }
}

#product-page .tab-content .tab-reviews .reviews-item .im {
  width: 100%;
  height: 100%;
  position: relative;
}

#product-page .tab-content .tab-reviews .reviews-item .im::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #01426A;
  transition: all 0.4s;
  opacity: .3;
  z-index: 2;
  pointer-events: none;
}

#product-page .tab-content .tab-reviews .reviews-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  width: 100%;
  gap: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: var(--color_darkblue);
  z-index: 3;
}

#product-page .tab-content .tab-reviews .reviews-item .title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
}

#product-page .tab-content .tab-reviews .reviews-item .button {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  width: 220px;
}

#product-page .tab-content .tab-reviews .reviews-item .button:hover {
  background: #fff;
  color: var(--color_darkblue);
}

@media (hover: hover) {
  #product-page .tab-content .tab-reviews .reviews-item:hover .im::before {
    opacity: 0;
  }
}

#product-page .tab-content .tab-reviews iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#product-page .tab-content .tab-spec .spec-heading {
  height: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: var(--color_jetgrey);
  font-size: 20px;
  gap: 16px;
}

#product-page .tab-content .tab-spec .spec-heading:not(:first-child) {
  margin-top: 32px;
}

#product-page .tab-content .tab-spec .spec-heading:not(.default) {
  cursor: pointer;
}

#product-page .tab-content .tab-spec .spec-heading:not(.default):hover {
  color: var(--color_darkblue);
}

#product-page .tab-content .tab-spec .spec-heading.active {
  color: var(--color_darkblue);
}

#product-page .tab-content .tab-spec .spec-heading.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#product-page .tab-content .tab-spec .spec-items {
  max-width: 740px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

#product-page .tab-content .tab-spec .spec-items:not(.active) {
  display: none;
}

#product-page .tab-content .tab-spec .spec-items .spec-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
  border-bottom: 1px solid #CFCFCF;
  padding: 4px 0;
}

#product-page .tab-content .tab-spec .spec-items .spec-value {
  flex-shrink: 0;
  color: #000;
  white-space: nowrap;
}

#product-page .tab-content .tab-spec .spec-items .spec-value.yes svg {
  width: 19px;
  height: 14px;
}

#product-page .tab-content .tab-spec .spec-items .spec-value.nope svg {
  width: 17px;
  height: 16px;
}

#product-page .tab-content .tab-spec table {
  font-size: 18px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

#product-page .tab-content .tab-spec table td {
  width: 50%;
  padding: 16px 20px;
  background: #f3f3f3;
}

#product-page .tab-content .tab-spec table tr:nth-child(even) td {
  background: #fafafa;
}

#product-page .tab-content .tab-spec table tr td:nth-child(even) {
  padding-left: 0;
}

#product-page .tab-content .tab-spec table th {
  text-align: left;
  padding: 16px 20px;
  font-weight: 700;
}

#product-page .tab-content .tab-instruction ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 24px;
}

#product-page .tab-content .tab-instruction ul a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

#product-page .tab-content .tab-instruction ul a:hover {
  color: var(--color_blue);
}

#product-page .tab-content .tab-instruction ul svg {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  color: var(--color_darkblue);
}

@media (min-width: 1025px) {
  #product-page .slider.noslider .items {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #product-page .slider.noslider .arr {
    display: none;
  }
}

#product-page .same-products .head {
  padding-bottom: 24px;
}

#product-page .same-products .item {
  position: relative;
}

#product-page .same-products .item .product-badge {
  left: 6px;
  top: 6px;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  #product-page .columns > div:has(.slider) {
    height: 550px;
  }
  #product-page .product-thumbnail {
    width: 82px;
  }
  #product-page .product-thumbnail .item {
    height: 82px;
  }
  #product-page .product-image {
    width: 508px;
    margin: 0 32px;
  }
  #product-page .product-image .item {
    padding: 32px 48px;
  }
  #product-page .product-info h1 {
    font-size: 32px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) and (max-width: 1240px) {
  #product-page .product-image {
    width: 45%;
  }
  #product-page .product-info h1 {
    font-size: 28px;
  }
  #product-page .product-info .tech-items .im {
    width: 40px;
    height: 40px;
  }
  #product-page .product-info .tech-items .text {
    font-size: 14px;
  }
}

@-webkit-keyframes pulse-btn {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

@keyframes pulse-btn {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

/* footer ---------------------------------------------- */
footer .wrap {
  margin: 0 auto;
  width: 1520px;
}

/* subscribe */
.subscribe {
  position: relative;
  height: 400px;
}

.subscribe .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.subscribe.success .column, .subscribe:not(.success) .block-success, .subscribe:not(.has-error) .message {
  display: none;
}

.subscribe.has-error .form-item {
  padding-bottom: 16px;
}

.subscribe.has-error .message {
  position: absolute;
  left: auto;
  top: auto;
  margin-top: 52px;
  font-size: 12px;
  font-family: var(--font_noto);
  color: #da1e28;
}

.subscribe.success .block-success {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 190px;
  color: var(--color_jetgrey);
  font-size: 16px;
  gap: 16px;
  width: 100%;
}

.subscribe.success .block-success .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.subscribe.success .block-success .title {
  padding-top: 24px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color_blue);
}

.subscribe .g-recaptcha {
  display: none;
}

.subscribe .g-recaptcha:has(iframe) {
  display: block;
}

.subscribe .fill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.subscribe .block {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 1255px;
  padding: 40px;
  border-radius: 4px;
  gap: 40px;
}

.subscribe .head {
  color: #01426a;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  padding-top: 24px;
}

.subscribe .column:has(.head) {
  width: 415px;
}

.subscribe .form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 16px;
}

.subscribe .form-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  gap: 24px;
}

.subscribe .form-item div {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.subscribe .form-item .icon.sm {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe img {
  display: block;
  height: 60px;
}

.subscribe .button {
  width: 200px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 24px;
  color: #fff;
  background: var(--color_blue);
}

.subscribe .button[disabled] {
  cursor: not-allowed;
  color: var(--color_jetgrey40);
  background: var(--color_jetgrey95);
}

.subscribe .button:not([disabled]):hover {
  background: #006495;
}

.subscribe .inputbox svg {
  opacity: 0;
  pointer-events: none;
}

.subscribe .inputbox .input.ok + svg {
  opacity: 1;
}

/* foot */
#cookie-agree {
  position: fixed;
  z-index: 9010;
  left: 50%;
  bottom: 28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 999px;
  background: var(--color_darkblue);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--font_noto);
  padding: 30px 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 48px;
  color: #fff;
}

#cookie-agree button {
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid var(--color_blue);
  width: 200px;
  height: 40px;
  border-radius: 24px;
  color: #fff;
  background: var(--color_blue);
  transition: all 0.2s;
}

#cookie-agree button:hover {
  background: var(--color_blue30);
}

#cookie-agree a {
  text-decoration: underline;
}

#cookie-agree a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  #cookie-agree {
    bottom: 20px;
    width: calc(100vw - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  #cookie-agree button {
    width: 100%;
  }
}

.foot {
  background: var(--color_darkblue);
  padding: 60px 0;
  color: #fff;
}

.foot .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.foot .chatbot {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
  font-family: var(--font_noto);
  color: var(--color_blue90);
}

.foot .chatbot:hover {
  color: #fff;
}

.foot .copy {
  font-size: 12px;
  line-height: 1.4;
  font-family: var(--font_noto);
}

.foot .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 16px;
}

.foot .column {
  margin-left: 48px;
}

.foot .column ul {
  font-family: var(--font_noto);
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.foot .column.noindent {
  margin-left: 0;
}

.foot .footer-list ul {
  color: var(--color_blue90);
}

.foot .footer-list ul li:not(:first-child) {
  margin-top: 14px;
}

.foot .footer-list ul a:hover {
  color: #fff;
}

.foot .column.first {
  width: 220px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-shrink: 0;
}

.foot .column.footer-list.noindent ul {
  white-space: normal;
}

.foot .column.footer-catalog {
  width: 306px;
  flex-shrink: 0;
  color: var(--color_blue90);
}

.foot .column.footer-catalog li:not(:first-child) {
  margin-top: 16px;
}

.foot .column.footer-catalog .parent > * {
  transition: all 0.2s;
  cursor: pointer;
}

.foot .column.footer-catalog .parent svg {
  color: var(--color_darkblue60);
}

.foot .column.footer-catalog .parent ul {
  padding: 8px 0;
  margin-top: 8px;
  display: none;
}

.foot .column.footer-catalog .parent ul li {
  border-bottom: 1px solid var(--color_darkblue80);
  padding-bottom: 12px;
}

.foot .column.footer-catalog .parent ul li:not(:first-child) {
  margin-top: 12px;
}

.foot .column.footer-catalog .parent.active span a {
  color: #fff;
}

.foot .column.footer-catalog .parent.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.foot .column.footer-catalog a:hover {
  color: #fff;
}

.foot .social {
  display: -webkit-box;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.foot .social li {
  transition: all 0.2s;
}

.foot .social li:hover {
  opacity: .9;
}

.foot .footer-contacts {
  display: -webkit-box;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 50px;
}

.foot .footer-contacts .footer-phone a {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  .foot .footer-contacts .footer-phone a {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .foot .footer-contacts .footer-phone a {
    font-size: 18px;
  }
}

.foot .footer-contacts .social {
  margin-bottom: 0;
}

.foot .footer-contacts .social li {
  margin-top: 0 !important;
}

.foot .chatbot a {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  background: #1A5579;
  padding: 8px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 200px;
}

.foot .chatbot a:hover {
  background: #006495;
}

.footer-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 10px;
  width: 88px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.right-icons {
  display: -webkit-box;
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 1001;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 16px;
}

.right-icons .item {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  transition: all 0.2s;
}

.right-icons .item img {
  width: 100%;
  height: 100%;
}

.right-icons .item:not(.active) {
  display: none;
}

.right-icons .item:hover {
  opacity: .9;
}

.right-icons .to-top {
  background: #fff;
  border: 1px solid var(--color_blue);
  border-radius: 50%;
  cursor: pointer;
}

.right-icons .to-top:hover {
  background: var(--color_blue90);
}

.right-icons .to-top svg {
  width: 32px;
  height: 32px;
}

.right-icons .to-top:not(.active) {
  display: none;
}

body:has(callibri-online-chat-outside-icon) .right-icons {
  bottom: 100px;
}

#cookie-bar {
  display: none !important;
}

/* other pages ---------------------------------------------- */
.block-head {
  padding: 48px 0;
}

.block-head .head {
  text-align: center;
}

.block-head .breadcrumbs + .head {
  padding: 10px 0 0;
}

.block-head + .carousel {
  padding-top: 0;
}

.warning {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: #ff9500;
  padding: 12px 24px;
  gap: 24px;
}

.warning svg {
  width: 32px;
  height: 32px;
}

.warning .warning__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}

.warning .button {
  width: 138px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid #fff;
  color: #fff;
}

.warning .button:hover {
  background: #fff;
  color: #ff9500;
}

.warning.inform {
  background: var(--color_darkblue);
}

.warning.inform p {
  margin-bottom: 0;
}

.warning.inform .button {
  background: none;
}

.warning.inform .button:hover {
  background: #fff;
  color: var(--color_darkblue);
}

.text-block .anons {
  color: var(--color_darkblue);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 60px;
}

.text-block .anons p:not(:first-child) {
  margin-top: 24px;
}

.text-block .images img {
  max-width: 100%;
}

.text-block .images div {
  margin-bottom: 40px;
}

.text-block .text {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
}

.text-block .text > *:not(:first-child) {
  margin-top: 20px;
}

.text-block .text figure {
  padding: 20px 0;
}

.text-block .text figure figcaption {
  padding-bottom: 10px;
}

.text-block .text figure img {
  max-width: 100%;
}

.text-block .text .upper {
  margin-top: 40px;
  color: var(--color_darkblue);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.text-block .text .upper span {
  font-weight: 600;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .header {
    height: 104px;
  }
  .content .wrap {
    width: 1328px;
  }
  .content .screen {
    padding-bottom: 72px;
  }
  .content .head {
    font-size: 28px;
    padding-bottom: 32px;
  }
  .content .head-block .head {
    min-height: auto;
    padding-bottom: 32px;
  }
  .slider.boxes .items {
    margin: 0 -16px;
  }
  .slider.boxes .items:before, .slider.boxes .items:after {
    width: 16px;
  }
  .slider.boxes .item {
    margin: 0 16px;
  }
  .menu {
    padding-top: 110px;
  }
  .carousel {
    padding-top: 32px;
  }
  .carousel .items {
    height: 400px;
  }
  .carousel.compact .items {
    height: 234px;
  }
  .carousel .item .text .title {
    font-size: 32px;
  }
  .carousel .item .text p {
    font-size: 16px;
  }
  .blog .slider, .blog .grid {
    height: 338px;
  }
  .blog .item .im {
    height: calc(100% - 124px);
  }
  .blog .item .text {
    padding: 16px;
    height: 124px;
  }
  .blog .item .title {
    font-size: 16px;
  }
  .subscribe {
    height: 332px;
  }
  .subscribe .block {
    width: 984px;
    padding: 32px;
    gap: 32px;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .subscribe .icon img {
    height: 50px;
  }
  .subscribe .head {
    font-size: 24px;
  }
  .subscribe .column:has(.head) {
    width: 370px;
    flex-shrink: 0;
  }
  .subscribe .form-item {
    gap: 16px;
  }
  .subscribe .button {
    height: 40px;
  }
  .subscribe .checkbox label br {
    display: none;
  }
  .form .input {
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
  footer .wrap {
    width: 1320px;
  }
  .foot .column {
    margin-left: 0;
  }
  .foot .column.first {
    width: 260px;
  }
  .foot .column.last {
    width: 240px;
  }
  .foot .column.last li {
    white-space: wrap;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1460px) {
  .header {
    height: 56px;
  }
  .content .wrap {
    width: 1268px;
  }
  .content .head {
    font-size: 24px;
  }
  .menu {
    padding-top: 102px;
  }
  .menu .wrap {
    width: 1180px;
  }
  .menu .column ul {
    font-size: 14px;
  }
  .menu .image {
    width: 280px;
    height: 280px;
  }
  .menu .image .fill {
    font-size: 18px;
  }
  .menu .image .fill br {
    display: none;
  }
  .carousel {
    padding-top: 24px;
  }
  .carousel .items {
    height: 384px;
  }
  .carousel.compact .items {
    height: 225px;
  }
  .carousel .item .text .title {
    font-size: 30px;
  }
  .head-link a:not(.button) {
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }
  .blog .item .category {
    padding: 0 8px;
    font-size: 11px;
    height: 20px;
  }
  .subscribe {
    height: 292px;
  }
  .subscribe .block {
    width: 946px;
    padding: 32px;
  }
  .subscribe .column:has(.head) {
    width: 370px;
    flex-shrink: 0;
  }
  footer .wrap {
    width: 1272px;
  }
  .foot .wrap {
    gap: 32px;
  }
  .foot .column.first {
    width: 180px;
  }
  .foot .column.footer-catalog {
    width: 298px;
  }
  .foot .column.last {
    width: 180px;
  }
  .foot .column.last li {
    white-space: wrap;
  }
  .foot .copy {
    font-size: 11px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1351px) {
  .content .wrap {
    width: auto;
    margin: 0 40px;
  }
  .content .head {
    font-size: 20px;
    padding-bottom: 24px;
  }
  .content .screen {
    padding-bottom: 60px;
  }
  .slider.boxes .items {
    margin: 0 -10px;
  }
  .slider.boxes .items:before, .slider.boxes .items:after {
    width: 10px;
  }
  .slider.boxes .item {
    margin: 0 10px;
  }
  .slider .arr {
    width: 24px;
    height: 24px;
  }
  .slider .arr svg {
    width: 12px;
    height: 12px;
  }
  .menu .wrap {
    width: auto;
    margin: 0 40px;
  }
  .menu .column ul {
    font-size: 12px;
  }
  .menu .column.column-main {
    width: 320px;
  }
  .menu .column.column-main svg.icon.lg {
    width: 24px;
    height: 24px;
  }
  .menu .column.column-main a {
    height: 36px;
  }
  .menu .column.column-items li {
    height: 24px;
  }
  .carousel .items {
    aspect-ratio: 3.3 / 1;
    height: auto;
  }
  .carousel.compact .items {
    aspect-ratio: 5.65 / 1;
    height: auto;
  }
  .blog .grid {
    height: auto;
  }
  .blog .item {
    aspect-ratio: 1 / 1.1;
  }
  .blog .item .im {
    height: 65%;
  }
  .blog .item .text {
    height: 35%;
  }
  .blog .item .title {
    font-size: 14px;
  }
  footer .wrap {
    width: auto;
    margin: 0 40px;
  }
  .subscribe {
    height: 292px;
    -webkit-box-pack: end !important;
    justify-content: end !important;
  }
  .subscribe .block {
    width: 930px;
    padding: 24px;
  }
  .subscribe .column:has(.head) {
    width: 370px;
    flex-shrink: 0;
  }
  .subscribe .head {
    font-size: 20px;
  }
  .foot .footer-logo .official {
    font-size: 10px;
  }
  .foot .social {
    gap: 10px;
    margin-bottom: 20px;
  }
  .foot .social svg {
    width: 20px;
    height: 20px;
  }
  .foot .title {
    font-size: 14px;
  }
  .foot .column.first {
    width: auto;
    min-width: 200px;
    max-width: 24%;
  }
  .foot .column.footer-catalog {
    width: auto;
    max-width: 24%;
  }
  .foot .column.footer-catalog li.parent span {
    gap: 16px;
  }
  .foot .column.footer-catalog li.parent span a {
    min-width: 180px;
  }
  .foot .column.footer-catalog li.parent span svg {
    flex-shrink: 0;
  }
  .foot .column ul {
    font-size: 13px;
  }
  .foot .column li {
    white-space: wrap;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) and (max-width: 1180px) {
  .content .wrap {
    margin: 0 20px;
  }
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
  .mb-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .top .wrap {
    margin: 0 16px;
    height: 80px;
    position: static;
  }
  .top .logo img {
    width: 64px;
    height: 36px;
  }
  .top .line {
    margin: 0 16px;
  }
  .top nav, .top .icons {
    display: none;
  }
  .top .shop {
    padding: 10px 12px;
    border-radius: 4px;
  }
  .top .shop img {
    width: 50px;
    height: 36px;
  }
  .top .bvi-open {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .topline {
    padding: 20px 0;
    margin-bottom: 16px;
  }
  .topline .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .topline .wrap svg {
    width: 32px;
    height: 32px;
  }
  .search {
    display: block;
    position: absolute;
    right: 16px;
    bottom: 12px;
    width: calc(100vw - 100px);
    height: 40px;
  }
  .search .input {
    border-color: var(--color_jetgrey80);
    height: 40px;
  }
  .search .button {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
    color: var(--color_blue);
  }
  .search .button span {
    display: none;
  }
  .search .close {
    display: none;
  }
  .search .result {
    width: 100%;
    border-width: 1px;
    padding: 24px 0;
  }
  .search .search-dropdown {
    font-size: 12px;
  }
  .search .search-dropdown .search-item {
    padding: 8px 20px;
  }
  .search .search-dropdown .search-thumb {
    width: 60px;
    height: 60px;
  }
  .search .search-dropdown .search-all {
    margin-top: 18px;
  }
  .menu-quick {
    height: 64px;
    border-bottom: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 0 16px;
  }
  .menu-quick ul {
    display: none;
  }
  .menu {
    padding-top: 152px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .menu .wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 8px;
  }
  .menu .column.column-main {
    width: 100%;
  }
  .menu .column.column-main:has(li.active) {
    border-radius: 4px 4px 0 0;
  }
  .menu .column.column-main:has(li.active) li:not(.active) {
    display: none;
  }
  .menu .column.column-main li {
    height: 44px;
  }
  .menu .column.column-main li svg {
    transition: none;
  }
  .menu .column.column-main li.active {
    position: relative;
    background: none;
    padding-left: 20px;
  }
  .menu .column.column-main li.active a {
    background: none;
  }
  .menu .column.column-main li.active .icon.sm {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    color: var(--color_jetgrey80);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu .column.column-items:not(.active) {
    display: none;
  }
  .menu .column.column-items.active {
    border-top: 1px solid var(--color_jetgrey95);
    margin-top: -8px;
    border-radius: 0 0 4px 4px;
  }
  .menu .column.column-items ul {
    padding: 0;
  }
  .menu .column.column-items li {
    height: 40px;
  }
  .menu .image {
    width: calc(100vw - 16px);
    height: calc(100vw - 16px);
  }
  .menu .column-nav {
    background: var(--color_blue);
    color: var(--color_blue90);
  }
  .menu .column-nav ul li {
    padding: 6px 0;
  }
  .menu .column-nav ul .parent {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .menu .column-nav ul li:not(.active) svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #99cbe3;
  }
  .menu .column-nav ul li.active {
    color: #fff;
  }
  .menu .column-nav ul ul {
    display: block;
    padding: 22px 0 2px;
    color: #99cbe3;
  }
  .menu .column-nav ul ul li {
    padding: 8px 0;
  }
  .menu .column-compare.active {
    background: var(--color_blue);
    color: var(--color_blue90);
    display: block;
  }
  .menu .column-compare.active a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 32px;
  }
  .menu .column-compare.active a .circ {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: var(--font_noto);
    font-weight: 600;
    color: var(--color_blue);
    background: #fff;
  }
  .slick-dots {
    bottom: 0;
    height: 4px;
  }
  .slick-dots li {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  .slick-dots li.slick-active {
    width: 32px;
  }
  .slider .arr.prev {
    margin-left: 4px;
  }
  .slider .arr.next {
    margin-right: 4px;
  }
  .slider.boxes .items {
    margin: 0;
    overflow: visible;
  }
  .slider.boxes.boxes .items, .slider.boxes.boxes .item {
    margin: 0;
  }
  .slider.boxes .slick-list {
    overflow: hidden;
  }
  .slider.boxes .items:before, .slider.boxes .items:after {
    width: 10px;
    display: none;
  }
  .slider .slick-dots {
    bottom: -24px;
  }
  .content .head-block .head {
    padding-bottom: 24px;
  }
  .content .wrap {
    padding: 0 16px;
    width: auto;
  }
  .content .screen {
    padding-bottom: 64px;
  }
  .content .screen.mobile-dots {
    margin-bottom: 24px;
  }
  .content .screen:has(.head-link) {
    padding-bottom: 144px;
  }
  .content .head {
    font-size: 24px;
    padding-bottom: 24px;
  }
  .content .head-block {
    position: static;
  }
  .content .head-link {
    top: auto;
    bottom: 64px;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  .warning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .warning .warning__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .carousel {
    padding-top: 0;
  }
  .carousel .head {
    padding-top: 12px;
  }
  .carousel .items {
    height: calc((100vw - 32px)*1.35);
    max-height: 600px;
  }
  .carousel .item .text {
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
    padding: 32px 16px;
    width: 100%;
    text-align: center;
  }
  .carousel .item .text .title {
    font-size: 24px;
  }
  .carousel .item .text p {
    font-size: 18px;
  }
  .carousel .item .text .button {
    margin-top: 24px;
  }
  .carousel .item .text.mobile-bottom {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .carousel .item .text.tg-ozon {
    padding: 0 0 20px;
  }
  .carousel .item .text.tg-ozon .title {
    font-size: 20px;
  }
  .carousel .item .text.tg-ozon p {
    font-size: 16px;
  }
  .carousel .item .text.tg-ozon .button {
    margin-top: 20px;
  }
  .reviews__list .reviews__item {
    font-size: 12px;
  }
  .reviews__list .reviews__img {
    width: 28px;
    height: 28px;
    background: #80A0B4;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .reviews__list .reviews__img svg {
    width: 12px;
    height: 14px;
  }
  .reviews__list .reviews__name {
    font-size: 14px;
  }
  .reviews__list .reviews__spoiler {
    -webkit-line-clamp: 10;
    line-clamp: 10;
  }
  .reviews__list .reviews__toggle {
    color: #B6B6B6;
  }
  .reviews__list .reviews__toggle:hover {
    color: var(--color_blue);
  }
  .product_rating:not(.product_rating_info) {
    gap: 8px;
  }
  .product_rating:not(.product_rating_info) div {
    height: 20px;
  }
  .product_rating:not(.product_rating_info) .product_rating__value {
    gap: 8px;
  }
  .product_rating:not(.product_rating_info) svg {
    width: 16px;
    height: 16px;
  }
  .product_rating:not(.product_rating_info) img {
    height: 12px;
  }
  .popular .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .popular .columns > div {
    width: auto !important;
    height: auto;
  }
  .popular .columns .column.thin {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid var(--color_snow);
  }
  .popular .items {
    flex-wrap: wrap;
    gap: 20px;
  }
  .popular .items .item {
    width: calc((100% - 20px)/2);
    padding: 4px 0;
  }
  .popular .items .item .im {
    width: 100%;
    height: 98px;
  }
  .popular .items .item .im img {
    width: auto;
    margin: 0 auto;
  }
  .popular .items .item .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 8px 12px;
  }
  .popular.screen {
    padding-bottom: 44px;
  }
  .catalog .notfound {
    gap: 16px;
    font-size: 14px;
    padding: 16px;
  }
  .catalog .notfound svg {
    width: 24px;
    height: 24px;
  }
  .catalog-tags {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .catalog-tags li {
    flex-shrink: 0;
  }
  .catalog-tags::-webkit-scrollbar {
    display: none;
  }
  .recomend .head {
    text-align: center;
  }
  .recomend .all-goods {
    position: absolute;
    left: 50%;
    bottom: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .recomend.models .column-image {
    position: static;
    margin-bottom: 16px;
  }
  .recomend .slick-dots {
    display: none !important;
  }
  .recomend.screen {
    margin-bottom: 32px;
  }
  section.additional-text {
    margin: 0 -16px;
    padding: 40px 16px;
  }
  section.additional-text .block h2, section.additional-text .block h3 {
    font-size: 24px;
    font-weight: 400;
  }
  .models .slider {
    height: 360px;
  }
  .models .slider.boxes .items {
    margin: 0 -10px;
  }
  .models .slider.boxes .items:before, .models .slider.boxes .items:after {
    display: block;
  }
  .models .slider.boxes .item {
    margin: 0 10px;
  }
  .models .slider .arr {
    top: 100px;
  }
  .models .item {
    width: calc(50vw - 26px);
    margin: 0 10px;
  }
  .models .item .title {
    height: 88px;
    overflow: hidden;
  }
  .models .item .im {
    height: 200px;
    padding: 16px;
  }
  .models .item .button {
    width: calc(100% - 2px);
  }
  .models .item .product_rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
  }
  .models.grid .items {
    gap: 24px;
    flex-wrap: wrap;
  }
  .models.grid .item {
    float: none;
    margin: 0;
    width: calc(50vw - 28px);
  }
  .models.grid .item .title {
    height: auto;
  }
  .blog .slider, .blog .grid {
    height: 364px;
  }
  .blog .item {
    width: 100%;
    margin: 0;
  }
  .blog .item .im {
    height: calc(100% - 122px);
  }
  .blog .item .text {
    height: 122px;
    padding: 16px;
  }
  .blog .item .title {
    font-size: 16px;
  }
  .subscribe {
    height: 750px;
    padding: 16px;
    -webkit-box-align: end;
    align-items: end;
  }
  .subscribe .wrap {
    width: auto;
  }
  .subscribe .block {
    width: auto;
    padding: 32px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 32px;
  }
  .subscribe:not(.success) .column:has(.head) {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
  }
  .subscribe:not(.success) .column:has(.head) img {
    width: 50px;
    height: auto;
  }
  .subscribe:not(.success) .column:has(.head) .head {
    font-size: 20px;
    padding-top: 0;
  }
  .subscribe .form-item {
    gap: 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .subscribe .button {
    width: 100%;
  }
  .subscribe .checkbox input + label {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .subscribe.success .block-success {
    height: auto;
    text-align: center;
  }
  .subscribe.success .block-success .title {
    padding-top: 16px;
    font-size: 28px;
  }
  .subscribe.success .block-success .text {
    line-height: 1.4;
  }
  .right-icons {
    right: 8px;
    bottom: 24px;
    gap: 12px;
  }
  .right-icons .item {
    /*width: 36px;
		  height: 36px;*/
    transition: none;
  }
  body:has(callibri-online-chat-outside-icon) .right-icons {
    bottom: 84px;
  }
  .foot {
    padding: 16px;
  }
  .foot .wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 56px;
  }
  .foot .column {
    width: auto !important;
    margin-left: 0;
  }
  .foot .footer-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: auto;
    -webkit-box-align: center;
    align-items: center;
  }
  .foot .footer-logo img {
    width: 64px;
    height: 36px;
  }
  .foot .footer-logo .line {
    display: block;
    width: 1px;
    height: 40px;
    background: var(--color_blue30);
    margin: 0 16px;
  }
  .foot .footer-logo .official {
    text-align: left;
  }
  .foot .footer-info {
    margin-top: 40px;
  }
  .foot .social {
    margin-bottom: 0;
  }
  .foot .copy {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .block-head {
    padding: 12px 0;
  }
  .block-head .head {
    padding-top: 12px;
  }
  .block-head .breadcrumbs ul {
    flex-wrap: wrap;
  }
  .text-block .anons {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .text-block .anons p:not(:first-child) {
    margin-top: 16px;
  }
  .text-block .images div {
    margin-bottom: 24px;
  }
  .text-block .text {
    font-size: 14px;
  }
  .text-block .text > *:not(:first-child) {
    margin-top: 16px;
  }
  .text-block .text figure {
    padding: 16px 0;
  }
  .text-block .text .upper {
    margin-top: 24px;
    font-size: 16px;
  }
  body.fullscreen #product-page .product-info, body.fullscreen #product-page .mobile-head {
    display: none;
  }
  body.fullscreen #product-page .columns {
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  body.fullscreen #product-page .columns > div {
    padding: 0;
  }
  body.fullscreen #product-page .product-thumbnail {
    margin: 0;
  }
  body.fullscreen #product-page .product-image {
    overflow: hidden;
  }
  body.fullscreen #product-page .product-image .close {
    position: fixed;
    right: 16px;
    top: 16px;
  }
  body.fullscreen #product-page .product-image .close svg {
    width: 20px;
    height: 20px;
  }
  body.fullscreen #product-page .product-image .scale {
    position: fixed;
    bottom: 32px;
  }
  body.fullscreen #product-page .product-image .scale svg {
    width: 32px;
    height: 32px;
  }
  body.fullscreen #product-page .product-image .product-badge {
    display: none;
  }
  .tab-content .nav-tabs {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .tab-content .nav-tabs ul {
    gap: 8px;
    font-size: 16px;
  }
  .tab-content .nav-tabs li {
    height: 40px;
    padding: 0 8px;
  }
  .tab-content .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .tab-content .tab-item {
    padding: 24px 0;
  }
  #product-page .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #product-page .columns div.product-image {
    height: calc((100vw - 32px)*1.05);
  }
  #product-page .columns div.product-thumbnail {
    height: 98px;
  }
  #product-page .mobile-head {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    padding-bottom: 24px;
    color: var(--color_jetgrey);
  }
  #product-page .product-thumbnail {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    margin-top: 8px;
  }
  #product-page .product-thumbnail .slider {
    height: 100%;
    padding: 0 !important;
  }
  #product-page .product-thumbnail .item {
    float: left;
    width: 98px;
    margin: 0 4px;
  }
  #product-page .product-thumbnail:has(.slick-list) .arr {
    display: none;
  }
  #product-page .product-image {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin: 0;
    width: 100%;
  }
  #product-page .product-info {
    -webkit-box-ordinal-group: 4;
    order: 3;
    padding-top: 40px;
    gap: 24px;
  }
  #product-page .product-info h1 {
    display: none;
  }
  #product-page .product-info .tech-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 12px;
  }
  #product-page .product-info .tech-items .item {
    width: auto;
  }
  #product-page .product-info .button.where, #product-page .product-info div.where-preloader {
    width: 100%;
  }
  #product-page .product-info .garantee {
    font-size: 14px;
  }
  #product-page .product-info .garantee br {
    display: none;
  }
  #product-page .tab-content .grad-arr {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 64px;
    height: 100%;
    color: var(--color_darkblue);
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #product-page .tab-content .grad-arr:not(.active) {
    display: none;
  }
  #product-page .tab-content .grad-arr.grad-left {
    left: 0;
    padding-left: 6px;
    background-image: linear-gradient(to right, white, white 28px, rgba(255, 255, 255, 0));
  }
  #product-page .tab-content .grad-arr.grad-left svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #product-page .tab-content .grad-arr.grad-right {
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-right: 6px;
    right: 0;
    background-image: linear-gradient(to left, white, white 28px, rgba(255, 255, 255, 0));
  }
  #product-page .tab-content .grad-arr.grad-right svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #product-page .tab-content .tab-tech .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 24px;
  }
  #product-page .tab-content .tab-tech .item {
    width: 100%;
  }
  #product-page .tab-content .tab-tech .item .im {
    height: calc(100vw - 32px);
    margin-bottom: 16px;
  }
  #product-page .tab-content .tab-spec {
    margin: 0;
  }
  #product-page .tab-content .tab-spec .spec-heading {
    height: 48px;
    font-size: 18px;
  }
  #product-page .tab-content .tab-spec .spec-heading:not(:first-child) {
    margin-top: 8px;
  }
  #product-page .tab-content .tab-spec .spec-items {
    margin-top: 12px;
  }
  #product-page .tab-content .tab-spec .spec-items .spec-item {
    font-size: 14px;
  }
  #product-page .tab-content .tab-spec table {
    font-size: 14px;
  }
  #product-page .tab-content .tab-spec table td {
    width: 50%;
    padding: 12px;
  }
  #product-page .tab-content .tab-spec table th {
    padding: 12px;
  }
  #product-page .tab-content .tab-rich .wrap {
    padding: 0;
  }
  #product-page .tab-content .tab-rich .item {
    width: 100vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #product-page .tab-content .tab-rich .item picture {
    position: static;
  }
  #product-page .tab-content .tab-rich .item .item__col {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  #product-page .tab-content .tab-rich .item .item__image {
    height: 100vw;
  }
  #product-page .tab-content .tab-rich .item .item__image.mob_auto {
    height: auto;
  }
  #product-page .tab-content .tab-rich .item .item__text {
    padding: 24px 32px;
    font-size: 16px;
  }
  #product-page .tab-content .tab-rich .item .item__text .title {
    font-size: 20px;
    padding-bottom: 12px;
  }
  #product-page .tab-content .tab-rich .item.first-text:not(.mb-reverse) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  #product-page .tab-content .tab-rich .item.wide {
    height: auto;
    /* .item__text {
							background: #fff;
							color: var(--color_darkblue);
						} */
  }
  #product-page .tab-content .tab-instruction ul a {
    gap: 4px;
  }
  #product-page .tab-content .tab-reviews .reviews-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 24px;
  }
  #product-page .tab-content .tab-reviews .reviews-item {
    border-radius: 4px;
    height: auto;
  }
  #product-page .tab-content .tab-reviews .reviews-item .im {
    height: calc((100vw - 32px) * .56);
  }
  #product-page .tab-content .tab-reviews .reviews-item .im::before {
    display: none;
  }
  #product-page .tab-content .tab-reviews .reviews-item .text {
    position: static;
    gap: 16px;
    padding: 12px;
  }
  #product-page .tab-content .tab-reviews .reviews-item .title {
    font-size: 16px;
  }
  #product-page .tab-content .tab-reviews .reviews-item .button {
    border-radius: 4px;
    height: 30px;
    width: 140px;
    font-size: 12px;
  }
  .lay .head {
    font-size: 24px;
  }
  .lay.lay-where, .lay.lay-inform {
    width: calc(100vw - 16px);
    height: calc(100vh - 48px) !important;
    top: 40px;
    -webkit-transform: translate(-50%, 0) scale(1) !important;
    transform: translate(-50%, 0) scale(1) !important;
  }
  .lay.lay-where .block, .lay.lay-inform .block {
    width: auto;
    height: 100%;
  }
  .lay.lay-where .close, .lay.lay-inform .close {
    top: -32px;
    right: 0;
  }
  .lay.lay-inform {
    height: auto !important;
  }
  .lay.lay-inform .block .head {
    padding-bottom: 32px;
  }
  .lay.lay-inform .block .inform-items {
    padding: 0 24px;
  }
  .lay.lay-inform .block .inform-item {
    padding: 32px 0;
  }
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
  .popular.tab-content .tab-item {
    display: -webkit-box;
    display: flex;
  }
  .footer-logo .official {
    font-size: 11px;
    line-height: 1.36;
    color: #fff;
    text-align: center;
  }
  callibri-online-chat-outside-icon {
    right: 20px !important;
    bottom: 20px !important;
  }
}

/*# sourceMappingURL=beko.css.map */
