@charset "UTF-8";
@font-face {
  font-family: "pk-icons";
  src: url("../fonts/pk.eot?s425a4");
  src: url("../fonts/pk.eot?s425a4#iefix") format("embedded-opentype"), url("../fonts/pk.ttf?s425a4") format("truetype"), url("../fonts/pk.woff?s425a4") format("woff"), url("../fonts/pk.svg?s425a4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "pk-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check .path1:before {
  content: "\e919";
  color: rgb(255, 255, 255);
}

.icon-check .path2:before {
  content: "\e91a";
  margin-left: -1.0625em;
  color: rgb(148, 161, 166);
}

.icon-check-set .path1:before {
  content: "\e91b";
  color: rgb(8, 39, 49);
}

.icon-check-set .path2:before {
  content: "\e91d";
  margin-left: -1.0625em;
  color: rgb(255, 255, 255);
}

.icon-trash:before {
  content: "\e91c";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-arr-down:before {
  content: "\e905";
}

.icon-arr-top:before {
  content: "\e906";
}

.icon-cart-plus:before {
  content: "\e907";
}

.icon-cart:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-edit:before {
  content: "\e90a";
}

.icon-favorite-fill:before {
  content: "\e90b";
}

.icon-favorite:before {
  content: "\e90c";
}

.icon-group:before {
  content: "\e90d";
}

.icon-help:before {
  content: "\e90e";
}

.icon-logout:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e910";
}

.icon-person:before {
  content: "\e911";
}

.icon-star-3:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.icon-star-0:before {
  content: "\e914";
}

.icon-star-1:before {
  content: "\e915";
}

.icon-star-2:before {
  content: "\e916";
}

.icon-star-4:before {
  content: "\e917";
}

.icon-star-5:before {
  content: "\e918";
}

.icon-logo:before {
  content: "\e900";
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

* {
  box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
dl,
dd {
  margin: 0;
}

hr {
  border: none;
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
}

a:active,
a:hover {
  outline-width: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

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

td,
th {
  padding: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

mark {
  background: none;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  border: none;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  background: none;
  border: none;
  appearance: button;
  padding: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  border: none;
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-ms-clear,
[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button:hover {
  background-color: #f4fbfe;
}
.button:active {
  background-color: #f4fbfe;
  text-decoration: underline;
}

.button--100 {
  width: 100%;
}

.button--50 {
  width: 50%;
}

.button {
  line-height: 28px;
  font-size: 14px;
}

.button {
  display: inline-block;
  border: solid 1px #8bd3ef;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
}
.button::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: -10px;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.button {
  border-left: none;
  border-right: none;
}
.button::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: -10px;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}

.button--black {
  display: inline-block;
  border: solid 1px #082731;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
}
.button--black::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: -10px;
  height: 30px;
  background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
}
.button--black {
  border-left: none;
  border-right: none;
}
.button--black::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: -10px;
  height: 30px;
  background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
}

.button--white {
  display: inline-block;
  border: solid 1px #ffffff;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
}
.button--white::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: -10px;
  height: 30px;
  background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
}
.button--white {
  border-left: none;
  border-right: none;
}
.button--white::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: -10px;
  height: 30px;
  background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
}

@media (min-width: 992px) {
  .button {
    line-height: 28px;
    font-size: 14px;
  }
  .button {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
  }
  .button::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -10px;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button {
    border-left: none;
    border-right: none;
  }
  .button::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -10px;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button--black {
    display: inline-block;
    border: solid 1px #082731;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
  }
  .button--black::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -10px;
    height: 30px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--black {
    border-left: none;
    border-right: none;
  }
  .button--black::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -10px;
    height: 30px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--white {
    display: inline-block;
    border: solid 1px #ffffff;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
  }
  .button--white::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -10px;
    height: 30px;
    background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
  }
  .button--white {
    border-left: none;
    border-right: none;
  }
  .button--white::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -10px;
    height: 30px;
    background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
  }
}
@media (min-width: 1201px) {
  .button {
    line-height: 31px;
    font-size: 15px;
  }
  .button {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .button::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 33px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button {
    border-left: none;
    border-right: none;
  }
  .button::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 33px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button--black {
    display: inline-block;
    border: solid 1px #082731;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .button--black::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 33px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--black {
    border-left: none;
    border-right: none;
  }
  .button--black::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 33px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--white {
    display: inline-block;
    border: solid 1px #ffffff;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .button--white::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 33px;
    background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
  }
  .button--white {
    border-left: none;
    border-right: none;
  }
  .button--white::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 33px;
    background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
  }
}
@media (min-width: 1400px) {
  .button {
    line-height: 34px;
    font-size: 16px;
  }
  .button {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .button::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 36px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button {
    border-left: none;
    border-right: none;
  }
  .button::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 36px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button--black {
    display: inline-block;
    border: solid 1px #082731;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .button--black::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 36px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--black {
    border-left: none;
    border-right: none;
  }
  .button--black::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 36px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--white {
    display: inline-block;
    border: solid 1px #ffffff;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .button--white::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 36px;
    background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
  }
  .button--white {
    border-left: none;
    border-right: none;
  }
  .button--white::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 36px;
    background-image: linear-gradient(#ffffff 33.5%, transparent 33.5%, transparent 66.5%, #ffffff 66.5%);
  }
}
.input {
  background-color: #f4fbfe;
  width: 100%;
}
.input::placeholder {
  color: #94a1a6;
}

.textarea {
  background-color: #f4fbfe;
  width: 100%;
}
.textarea::placeholder {
  color: #94a1a6;
}
.textarea {
  height: 100px;
}

.context-modal {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transform: translateY(100%);
  visibility: hidden;
}
.context-modal--open {
  display: block;
  transform: translateY(0);
  visibility: visible;
}
.context-modal__close {
  cursor: pointer;
  float: right;
}
.context-modal__context-header {
  display: none;
  text-align: center;
  white-space: nowrap;
}
.context-modal__header {
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .context-modal {
    position: absolute;
    top: 0;
    left: auto;
    transform: none;
    transition: none;
    visibility: hidden;
  }
  .context-modal--open {
    visibility: visible;
  }
  .context-modal__close--hide {
    display: none;
  }
  .context-modal__context-header {
    line-height: 1.15;
    background-color: #fff;
    display: block;
    box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
  }
  .context-modal__header {
    display: none;
  }
  .context-modal__body {
    background-color: #fff;
    box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
  }
  .context-modal__footer {
    background-color: #fff;
    box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
  }
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  transition-duration: 0.5s;
  transform: translateY(100%);
  visibility: hidden;
  z-index: 50;
}
.modal--open {
  display: block;
  transform: translateY(0);
  visibility: visible;
}
.modal__content {
  background-color: #fff;
  width: 500px;
}
.modal__close {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.modal__header {
  font-weight: 500;
}

@media (min-width: 992px) {
  .modal {
    transform: none;
    transition: none;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    transform: none;
    transition: none;
    visibility: hidden;
  }
  .modal--open {
    visibility: visible;
  }
}
.label {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  padding: 4.5px 15px;
  box-sizing: border-box;
}

.label-rate {
  padding: 4.5px;
  color: #fff;
  font-weight: 700;
}
.label-rate--5 {
  background-color: #16a6de;
}
.label-rate--4 {
  background-color: #52d07d;
}
.label-rate--3 {
  background-color: #9ede16;
}
.label-rate--2 {
  background-color: #eaed56;
}
.label-rate--1 {
  background-color: #ff4848;
}

.label-color {
  font-weight: 400;
}
.label-color--red {
  background-color: #ffd3d3;
}

.product__label.label-color--red,
.product-detail__price .product-detail__discount.label.label-color--red {
  font-size: 14px;
  padding: 6px 14px;
  font-weight: 600;
  line-height: 1;
}
.label-color--beige {
  background-color: #dee5d7;
}

.label-border {
  font-weight: 700;
  border: solid 1px;
}
.label-border--blue {
  color: #16a6de;
  border-color: #16a6de;
  background-color: #f4fbfe;
}

.cookie-banner {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  padding: 12px;
  transition: transform 0.38s ease, opacity 0.38s ease, visibility 0.38s;
  transform: translateY(105%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cookie-banner--visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner__panel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #8bd3ef;
  border-radius: 8px;
  box-shadow: 0 -6px 24px rgba(8, 39, 49, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .cookie-banner__panel {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 14px;
  }
}
.cookie-banner__text {
  flex: 1 1 220px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #082731;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .cookie-banner__text {
    flex: none;
    width: 100%;
  }
}
.cookie-banner__text a {
  color: #16a6de;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__text a:hover {
  opacity: 0.88;
}
.cookie-banner__btn {
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .cookie-banner__btn {
    width: 100%;
    align-self: stretch;
    box-sizing: border-box;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #082731;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
}

input {
  accent-color: #082731;
}

.container {
  margin: 0 auto;
  padding: 0 1.875em;
}

.container--pad {
  padding: 1.875em 1.875em;
}

.helf-pad-vert {
  padding: 0.9375em 0;
}

.hide {
  display: none !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.text a {
  text-decoration: underline;
}

.text-small {
  font-size: 0.875em;
}

.text-grey {
  color: #94a1a6;
}

.no-mobile {
  display: none;
}

.no-desktop {
  display: block;
}

[v-cloak] {
  display: none !important;
}

/** Контакты: /about/kontakty/ */
.kontakty-page {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
.kontakty-page__info {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #e2ded9;
  height: 100%;
}
.kontakty-page__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: #082731;
}
.kontakty-page__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.kontakty-page__list li {
  margin-bottom: 1rem;
}
.kontakty-page__list li:last-child {
  margin-bottom: 0;
}
.kontakty-page__list strong {
  font-weight: 600;
  color: #082731;
}
.kontakty-page__list a {
  color: #16a6de;
  text-decoration: none;
}
.kontakty-page__list a:hover {
  text-decoration: underline;
}
.kontakty-page__map {
  height: 100%;
  min-height: 400px;
  background-color: #eee;
}
.kontakty-page__map iframe {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 400px;
}
.kontakty-page > .col-md-8 {
  margin-right: -1.875em;
  padding-right: 0;
}

.error-404-page {
  padding: 0.5rem 0 2.5rem;
}
.error-404-page__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
}
.error-404-page__code {
  font-size: clamp(5rem, 14vw, 8rem);
  font-weight: 700;
  line-height: 1;
  color: #16a6de;
  opacity: 0.35;
  margin: 0 0 0.5rem;
  letter-spacing: -0.04em;
}
.error-404-page__title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}
.error-404-page__text {
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 28em;
}
.error-404-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.75rem;
}
.error-404-page__actions .button {
  min-width: 200px;
  font-size: 1.0625rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.error-404-page__help {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.5;
}
.error-404-page__help a {
  color: #16a6de;
  text-decoration: none;
}
.error-404-page__help a:hover {
  text-decoration: underline;
}

.error-404-page-wrap .catalog__breadcrumb.breadcrumbs {
  font-size: 1.0625rem;
}

.uslugi-page {
  width: 100%;
}
.uslugi-page__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.35rem 0 0.5rem;
}
.uslugi-page table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
}
.uslugi-page th,
.uslugi-page td {
  position: relative;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #8bd3ef;
  border-bottom: 1px solid #8bd3ef;
  border-left: none;
  border-right: none;
}
.uslugi-page th:first-child:last-child::before,
.uslugi-page td:first-child:last-child::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 1px;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to bottom, #8bd3ef 0, #8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%, #8bd3ef 100%);
  left: 0;
}
.uslugi-page th:first-child:last-child::after,
.uslugi-page td:first-child:last-child::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 1px;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to bottom, #8bd3ef 0, #8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%, #8bd3ef 100%);
  right: 0;
}
.uslugi-page th:first-child:not(:last-child)::before,
.uslugi-page td:first-child:not(:last-child)::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 1px;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to bottom, #8bd3ef 0, #8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%, #8bd3ef 100%);
  left: 0;
}
.uslugi-page th:first-child:not(:last-child)::after,
.uslugi-page td:first-child:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 1px;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to bottom, #8bd3ef 0, #8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%, #8bd3ef 100%);
  right: 0;
}
.uslugi-page th:last-child:not(:first-child)::after,
.uslugi-page td:last-child:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 1px;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to bottom, #8bd3ef 0, #8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%, #8bd3ef 100%);
  right: 0;
}
.uslugi-page thead th {
  font-weight: 600;
  background: rgba(139, 211, 239, 0.15);
}
.uslugi-page__note {
  font-size: 0.875em;
  color: #94a1a6;
  margin: 0 0 1.75rem;
  font-style: italic;
}

/** Отступы контентных страниц: после h1 и перед футером */
.container > h1 + .page-sidebar-layout,
.container > h1 + .dokumenty-hub,
.container > h1 + .bx_page,
.container > h1 + .kontakty-page {
  margin-top: 1.5rem;
}
.container > .page-sidebar-layout,
.container > .dokumenty-hub,
.container > .bx_page,
.container > .kontakty-page {
  margin-bottom: 2rem;
}

/** Сайдбар + текст: те же пропорции колонок, что у .catalog-page на md (фильтр | контент) */
.page-sidebar-layout {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.35rem;
}

.page-sidebar-layout__aside {
  background-color: #fff;
  padding: 1.5rem;
  border: 1px solid #e2ded9;
}

.page-sidebar-layout__toc-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0 0 1em;
  line-height: 1.4;
  color: #082731;
}

.page-sidebar-layout__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-sidebar-layout__toc-item {
  margin: 0 0 0.75em;
}
.page-sidebar-layout__toc-item:last-child {
  margin-bottom: 0;
}

.page-sidebar-layout__toc-link {
  color: #94a1a6;
  text-decoration: none;
  line-height: 1.4;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}
.page-sidebar-layout__toc-link:hover {
  color: #16a6de;
}

.page-sidebar-layout__main {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #fff;
  padding: 2rem 2.5rem;
  border: 1px solid #e2ded9;
}
.page-sidebar-layout__main p {
  margin: 0 0 1.05em;
}
.page-sidebar-layout__main ul,
.page-sidebar-layout__main ol {
  margin: 0 0 1.15em;
  padding-left: 1.4em;
  line-height: 1.6;
}
.page-sidebar-layout__main li {
  margin: 0 0 0.5em;
}
.page-sidebar-layout__main li:last-child {
  margin-bottom: 0;
}
.page-sidebar-layout__main li ul,
.page-sidebar-layout__main li ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page-sidebar-layout__main h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.32;
  margin: 2rem 0 1rem;
  letter-spacing: -0.015em;
  color: #082731;
}
.page-sidebar-layout__main > h2:first-child {
  margin-top: 0;
}
.page-sidebar-layout__main h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.42;
  margin: 1.5rem 0 0.75rem;
  color: #082731;
}

.page-sidebar-layout__main [id] {
  scroll-margin-top: 1rem;
}

@media (min-width: 992px) {
  .kontakty-page {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    column-gap: 0;
  }
  .kontakty-page > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .kontakty-page > .col-md-4 {
    flex: 0 0 33.333333%;
    display: flex;
    flex-direction: column;
  }
  .kontakty-page > .col-md-8 {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .kontakty-page__info {
    padding-right: 0;
  }
  .kontakty-page__info, .kontakty-page__map {
    flex: 1;
  }
  .page-sidebar-layout {
    column-gap: 2rem;
    grid-template-columns: 1fr 3fr;
    row-gap: 0;
    align-items: start;
  }
  .page-sidebar-layout__aside {
    position: sticky;
    top: calc(50px + 1rem);
  }
  .page-sidebar-layout__main [id] {
    scroll-margin-top: calc(50px + 1rem);
  }
}
@media (min-width: 1201px) {
  .page-sidebar-layout__aside {
    top: calc(59px + 1rem);
  }
  .page-sidebar-layout__main [id] {
    scroll-margin-top: calc(59px + 1rem);
  }
}
@media (min-width: 1400px) {
  .page-sidebar-layout__aside {
    top: calc(74px + 1rem);
  }
  .page-sidebar-layout__main [id] {
    scroll-margin-top: calc(74px + 1rem);
  }
}
.page-sidebar-layout--document .page-sidebar-layout__main {
  background-color: transparent;
  padding: 0;
  border: none;
}

/** Раздел «Документы»: список ссылок */
.dokumenty-hub {
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
}

.dokumenty-hub__lead {
  margin: 0 0 2em;
  font-size: 1.125rem;
  color: #94a1a6;
}

.dokumenty-hub__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5em;
  display: grid;
  gap: 1rem;
}

.dokumenty-hub__item {
  margin: 0;
}

.dokumenty-hub__link {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e2ded9;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.dokumenty-hub__link:hover {
  border-color: #16a6de;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.dokumenty-hub__link:hover .dokumenty-hub__title {
  color: #16a6de;
}

.dokumenty-hub__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #082731;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.dokumenty-hub__hint {
  color: #94a1a6;
  font-weight: 400;
  font-size: 0.9375rem;
}

.dokumenty-hub__footnote {
  margin: 0;
  font-size: 0.9375rem;
  color: #94a1a6;
  padding: 1.5rem;
  background-color: #f4fbfe;
  border-radius: 0;
}
.dokumenty-hub__footnote a {
  color: #082731;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(8, 39, 49, 0.3);
  transition: all 0.3s ease;
}
.dokumenty-hub__footnote a:hover {
  color: #16a6de;
  border-color: #16a6de;
}

@media (min-width: 992px) {
  .no-mobile {
    display: block;
  }
  .no-desktop {
    display: none;
  }
}
/** До breakpoint «md»: не показываем верхнюю админ-панель Bitrix (перекрывает шапку/контент). */
@media (max-width: 991.98px) {
  #bx-panel {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  /* Панель часто задаёт отступ сверху у body через JS — убираем зазор. */
  html.bx-core body {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.header__top {
  background-color: #f4fbfe;
  vertical-align: middle;
}
.header__top-fixed {
  display: mone;
}
.header__top-phone {
  font-weight: 400;
  float: left;
  color: #082731;
}
.header__top-button {
  float: right;
  margin-left: 4%;
}
.header__top-menu {
  display: none;
  position: relative;
  float: right;
}
.header__top-menu-link {
  display: inline-block;
  color: #082731;
}
.header__top-menu-extra {
  background-color: #f4fbfe;
  position: absolute;
  padding: 5px;
  right: 0;
  z-index: 300;
  display: none;
  text-align: right;
  box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
}
.header__top-menu-extra--open {
  display: block;
}
.header__top-menu-extra-link {
  display: block;
  padding: 5px;
}

@media (min-width: 992px) {
  .header__top-menu {
    display: block;
  }
  .header__top-button {
    float: left;
  }
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
}
.header__main {
  position: relative;
  border-bottom: solid 1px #8bd3ef;
  background-color: #fff;
}
.header__main--fixed {
  left: 0;
  right: 0;
  top: 0;
  height: 47px;
  position: fixed;
}
.header__main-container {
  display: table;
  width: 100%;
}

@media (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__pk-nav-slot--mobile {
  display: block;
}

.header__pk-nav-slot--desktop {
  display: none !important;
}

@media (min-width: 992px) {
  .header__pk-nav-slot--mobile {
    display: none !important;
  }
  .header__pk-nav-slot--desktop {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
  }
}
.header__logo {
  position: relative;
  display: table-cell;
  z-index: 200;
}
.header__logo-mini--fixed {
  display: none;
}
.header__logo-main {
  display: none;
  position: relative;
  z-index: 100;
}

.header__logo-mini-icon {
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 992px) {
  .header__logo-mini {
    display: none;
  }
  .header__logo-mini--fixed {
    display: block;
  }
  .header__logo-main {
    display: block;
  }
}
.header__main-menu {
  display: none;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  z-index: 200;
}
.header__main-menu-item {
  display: inline-block;
}
.header__main-menu-link {
  position: relative;
  z-index: 200;
  display: inline-block;
  font-weight: 500;
  color: #082731;
}
.header__main-menu-link :last-child {
  padding-right: 0px;
}
.header__main-menu-link :hover {
  color: #16a6de;
}
.header__main-menu-sub {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  box-shadow: 0 3px 3px #eee;
}
.header__main-menu-sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #8bd3ef;
  height: 1px;
}
.header__main-menu-sub {
  z-index: 100;
}
.header__main-menu-sub-img {
  width: 38%;
  overflow: hidden;
  text-align: center;
  float: right;
}
.header__main-menu-sub-img img {
  width: 100%;
  display: block;
}
.header__main-menu-sub-body {
  width: 54%;
  float: left;
}
.header__main-menu-sub-col {
  width: 25%;
  float: left;
}
.header__main-menu-sub-title {
  font-weight: 500;
}
.header__main-menu-sub-link {
  line-height: 2;
  display: block;
}
.header__main-menu-sub-link:hover {
  color: #16a6de;
}

@media (min-width: 992px) {
  .header__main-menu {
    display: table-cell;
  }
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.header__mobile-menu-icon {
  font-size: 18px;
  line-height: 26px;
}

.mobile-menu {
  position: fixed;
  background-color: #fff;
  width: 320px;
  max-width: 92vw;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 300;
  box-shadow: 4px 0 24px rgba(8, 39, 49, 0.12);
  transition-duration: 0.5s;
  transform: translateX(-100%);
}
.mobile-menu--open {
  transform: translateX(0);
}
.mobile-menu__body {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition-duration: 0.5s;
  transform: translateX(-100%);
  visibility: hidden;
}
.mobile-menu__body--open {
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__body-second {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  transform: translateX(200%);
}
.mobile-menu__body-third {
  padding: 8px;
}
.mobile-menu__body-second--open {
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__close {
  z-index: 100;
  position: relative;
  margin: 19px;
  font-size: 16px;
  float: right;
  cursor: pointer;
}
.mobile-menu__title {
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
}
.mobile-menu__title-second {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  float: left;
}
.mobile-menu__title-icon {
  display: block;
  float: left;
  padding-right: 5px;
  font-size: 14px;
  line-height: 22px;
}
.mobile-menu__link {
  display: block;
}
.mobile-menu__link--open {
  font-weight: 500;
  color: #16a6de;
}
.mobile-menu__link-wrapper {
  cursor: pointer;
  padding: 15px;
  border-top: solid 1px #eee;
}
.mobile-menu__link-wrapper--href {
  clear: both;
  display: block;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.mobile-menu__link-wrapper--leaf {
  cursor: default;
}
.mobile-menu__link-icon {
  display: block;
  float: right;
  margin-top: 2px;
}
.mobile-menu__link-icon--open {
  transform: rotate(180deg);
}
.mobile-menu__link-third {
  display: block;
  padding-top: 12px;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.header-services {
  position: relative;
  z-index: 200;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header-services__item {
  position: relative;
  display: inline-block;
}
.header-services__link {
  color: #94a1a6;
  margin-left: 5px;
  position: relative;
}
.header-services__link :hover {
  color: #16a6de;
}
.header-services__link :first-child {
  margin-left: 0;
}
.header-services__link-icon {
  position: relative;
}
.header-services__link-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #16a6de;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.header-services__link-label:hover {
  color: #fff;
}
.header-services__modal-close {
  cursor: pointer;
  float: right;
  color: #16a6de;
}
.header-services__modal-title {
  font-weight: 500;
}

@media (min-width: 992px) {
  .header__form-close {
    display: block;
  }
}
.header__search-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 200;
  visibility: hidden;
}
.header__search-form--open {
  visibility: visible;
  transform: scaleX(1);
  display: block;
}
.header__search-form-border {
  width: 100%;
  display: block;
  position: relative;
}
.header__search-form-input {
  position: absolute;
  width: 99%;
  height: 100%;
}
.header__search-form-icon {
  position: absolute;
  color: #16a6de;
}
.header__search-form-close {
  position: absolute;
  cursor: pointer;
  color: #94a1a6;
}

.header__search-form-panel {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 180;
  background-color: #fff;
  border-bottom: 1px solid #d7e8ee;
  box-shadow: 0 10px 28px rgba(8, 39, 49, 0.08);
  overflow: hidden;
  padding: 1rem 0 1.25rem;
}
.header__search-form-panel--open {
  display: block;
}
.header__search-form-panel__content {
  min-height: 0;
  overflow: hidden;
}
.header-search-preview__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.header-search-preview__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.25;
  flex: 1 1 auto;
  min-width: 0;
}
.header-search-preview__empty {
  margin: 0;
}
.header-search-preview__grid {
  margin: 0;
  overflow: hidden;
  grid-template-rows: auto;
  align-items: start;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .header-search-preview__grid.catalog-products--search .catalog-products__item:nth-child(n + 5) {
    display: none;
  }
}
.header-search-preview__all {
  display: inline-block;
  flex-shrink: 0;
  color: #16a6de;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.header-search-preview__all:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .header__search-form-panel {
    display: none !important;
  }
}

.header__search-form-border {
  display: inline-block;
  border: solid 1px #8bd3ef;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}
.header__search-form-border::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: 0;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.header__search-form-border {
  border-left: none;
  border-right: none;
}
.header__search-form-border::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: 0;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}

@media (min-width: 992px) {
  .header__search-form-border {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: 0;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .header__search-form-border {
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: 0;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
}
@media (min-width: 1201px) {
  .header__search-form-border {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: 0;
    height: 35px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .header__search-form-border {
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: 0;
    height: 35px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
}
@media (min-width: 1400px) {
  .header__search-form-border {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: 0;
    height: 40px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .header__search-form-border {
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: 0;
    height: 40px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
}
.breadcrumbs__logo {
  position: relative;
  top: 2px;
}
.breadcrumbs__sep {
  flex-shrink: 0;
  user-select: none;
  white-space: nowrap;
}

.footer {
  background-color: #f4fbfe;
}
.footer__phone {
  line-height: 1;
  font-size: 28px;
}
.footer__contacts {
  width: 100%;
  float: left;
}
.footer__nav {
  width: 100%;
  float: left;
}
.footer__menu {
  width: 50%;
  float: left;
}
.footer__menu-title {
  line-height: 1;
  font-weight: 500;
}
.footer__menu-link {
  display: block;
}
.footer__copyright {
  color: #94a1a6;
}

@media (min-width: 992px) {
  .footer__contacts {
    width: 30%;
  }
  .footer__nav {
    width: 70%;
  }
  .footer__menu-col {
    float: left;
    width: 50%;
  }
}
.main-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875em;
}
.main-slider img {
  width: 100%;
  height: auto;
  z-index: 0;
}
.main-slider img.no-mobile {
  display: none;
}
.main-slider img.no-desktop {
  display: block;
}
.main-slider .swiper-slide {
  position: relative;
}
.main-slider .swiper-slide.main-slider__slide--theme-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 41, 46, 0.85) 0%, rgba(31, 41, 46, 0.6) 40%, rgba(31, 41, 46, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.main-slider .swiper-slide.main-slider__slide--theme-dark.main-slider__slide--caption-right::after {
  background: linear-gradient(270deg, rgba(31, 41, 46, 0.85) 0%, rgba(31, 41, 46, 0.6) 40%, rgba(31, 41, 46, 0) 100%);
}
.main-slider .swiper-slide.main-slider__slide--theme-light::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.main-slider .swiper-slide.main-slider__slide--theme-light.main-slider__slide--caption-right::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
}
.main-slider .swiper-slide.main-slider__slide--theme-light .main-slider__description-undertitle,
.main-slider .swiper-slide.main-slider__slide--theme-light .main-slider__description-title,
.main-slider .swiper-slide.main-slider__slide--theme-light .main-slider__text {
  color: #082731;
  text-shadow: none;
}
.main-slider .swiper-slide.main-slider__slide--theme-light .main-slider__btn {
  color: #082731;
}
.main-slider .swiper-slide.main-slider__slide--theme-light .main-slider__btn:hover {
  background-color: #082731;
  color: #fff;
}
.main-slider__caption {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}
.main-slider__caption.container--pad {
  padding-top: 0;
  padding-bottom: 0;
}
.main-slider__caption--right {
  justify-content: flex-end;
}
.main-slider__caption--right .main-slider__title {
  margin-left: auto;
  text-align: right;
}
.main-slider__caption--right .main-slider__logo {
  margin-left: auto;
  object-position: right center;
}
.main-slider__caption--right .main-slider__btn-block {
  text-align: right;
}
.main-slider__title {
  max-width: 28em;
  pointer-events: none;
}
.main-slider__logo {
  display: block;
  width: auto;
  max-width: 212px;
  height: 30px;
  margin: 0 0 0.75em;
  object-fit: contain;
  object-position: left center;
}
.main-slider__logo--almaz {
  max-width: 64px;
  height: 64px;
}
.main-slider__description {
  margin: 0 0 1em;
}
.main-slider__description-undertitle {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  text-transform: lowercase;
  color: #fff;
}
.main-slider__description-title {
  margin: 0;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  color: #fff;
}
.main-slider__text {
  margin: 0 0 1.35em;
  max-width: 22em;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
}
.main-slider__btn-block {
  pointer-events: auto;
}
.main-slider__btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: transparent;
}
.main-slider__btn:hover {
  background-color: #fff;
  color: #082731;
}
.main-slider__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.375em;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  pointer-events: none;
}
.main-slider__controls.container--pad {
  padding-left: 1.875em;
  padding-right: 1.875em;
}
.main-slider__controls--dots .main-slider__nav {
  pointer-events: auto;
}
.main-slider__button-prev, .main-slider__button-next {
  display: none;
}
.main-slider__nav {
  position: relative;
  margin-top: 0;
  width: auto;
  flex: 0 0 auto;
}
.main-slider__wrapper {
  transition: 0.3s;
}
.main-slider__wrapper--active {
  transition: none;
}
.main-slider__nav-item {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3137254902);
  float: left;
  margin-right: 10px;
  height: 5px;
  width: 20px;
  z-index: 100;
}
.main-slider__nav-item--active {
  width: 40px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .main-slider {
    width: 100%;
  }
  .main-slider img.no-mobile {
    display: block;
  }
  .main-slider img.no-desktop {
    display: none;
  }
  .main-slider__description-title {
    font-size: 3.25em;
  }
}
@media (max-width: 991.98px) {
  .main-slider img.no-desktop {
    min-height: 320px;
    object-fit: cover;
    object-position: right center;
  }
  .main-slider__caption {
    align-items: center;
    padding-bottom: 0;
  }
  .main-slider__caption--right {
    align-items: center;
  }
  .main-slider__caption--right .main-slider__title {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
  .main-slider__caption--right .main-slider__logo {
    margin-left: auto;
  }
  .main-slider__title {
    max-width: 85%;
  }
  .main-slider__slide--caption-right img.no-desktop {
    object-position: right center;
  }
  .main-slider .swiper-slide:not(.main-slider__slide--caption-right) img.no-desktop {
    object-position: left center;
  }
  .main-slider__logo {
    max-width: 170px;
    height: 24px;
    margin-bottom: 0.5em;
  }
  .main-slider__logo--almaz {
    max-width: 48px;
    height: 48px;
  }
  .main-slider__description-title {
    font-size: 1.75em;
  }
  .main-slider__text {
    font-size: 0.875em;
    margin-bottom: 1em;
  }
  .main-slider .swiper-slide.main-slider__slide--theme-dark::after {
    background: linear-gradient(0deg, rgba(31, 41, 46, 0.85) 0%, rgba(31, 41, 46, 0.6) 40%, rgba(31, 41, 46, 0) 100%);
  }
  .main-slider .swiper-slide.main-slider__slide--theme-light::after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
  }
}
.razdels {
  overflow: hidden;
}
.razdels__item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 3.125%;
  text-decoration: none;
  color: inherit;
  container-type: inline-size;
}
.razdels__img {
  width: 100%;
  display: block;
}
.razdels__description {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 6%;
  width: 51%;
  line-height: 1.5;
}
.razdels__title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 6%;
  font-size: clamp(17px, 5.5cqi, 19px);
}
.razdels__text {
  display: block;
  line-height: 1.5;
  font-size: clamp(14px, 4cqi, 16px);
}
.razdels__icon {
  display: none;
}

@media (min-width: 992px) {
  .razdels__item {
    float: left;
    width: 32.2917%;
    margin: 0 1.5625% 1.5625% 0;
  }
  .razdels__item:nth-child(3n) {
    margin-right: 0;
  }
  .razdels__description--dark {
    color: #082731;
  }
}
.main-articles__item {
  float: left;
  margin-right: 3.125%;
}
.main-articles__item:nth-child(2n) {
  margin-right: 0;
}
.main-articles__item {
  width: 48.4375%;
}
.main-articles__img {
  filter: brightness(60%);
  width: 100%;
  display: block;
}
.main-articles__title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 8px 0 16px 0;
}
.main-articles__description {
  margin-top: 3.125%;
  display: none;
}
.main-articles__icon {
  float: right;
}
.main-articles__head {
  font-weight: 600;
  font-size: 2.25em;
}

@media (min-width: 992px) {
  .main-articles__item {
    position: relative;
    margin: 0 1.5625% 0 0;
    width: 32.2917%;
  }
  .main-articles__item:nth-child(2n) {
    margin-right: 1.5625%;
  }
  .main-articles__item:nth-child(3n) {
    margin-right: 0;
  }
  .main-articles__description {
    display: block;
    line-height: 1.5;
  }
  .main-articles__title {
    color: #fff;
    position: absolute;
    top: 20%;
    left: 6%;
    width: 88%;
    margin-bottom: 6%;
    font-weight: 500;
    line-height: 1.5;
  }
  .main-articles__icon {
    display: none;
  }
}
.product {
  width: 100%;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product__visual {
  position: relative;
}
.product__sticks {
  z-index: 1;
  position: relative;
}
.product__hover-pictures {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.product__img {
  width: 100%;
  aspect-ratio: 1;
  padding-top: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.product__img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product.product--interior-doors-list .product__img {
  aspect-ratio: auto;
  max-height: none;
}
.product.product--interior-doors-list .product__img img {
  max-height: 400px;
  max-width: 100%;
}
.product__hover-pictures-item {
  position: relative;
  z-index: 30;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid transparent;
}
.product__hover-pictures-item img {
  display: none;
}
.product__labels {
  z-index: 50;
  position: absolute;
  top: 8px;
}
.product__actions {
  z-index: 50;
  position: absolute;
  top: 38px;
}
.product__label {
  margin-right: 4px;
}
.product__favorite {
  z-index: 50;
  font-weight: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  color: #94a1a6;
}
.product__name {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 19px;
  padding: 8px;
  flex-grow: 1;
}
.product__title-link {
  color: inherit;
  text-decoration: none;
}
.product__title-link:hover {
  text-decoration: underline;
}
.product__notice {
  color: #94a1a6;
}
.product__info {
  padding-bottom: 12px;
}
.product__prices {
  padding: 8px 8px 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.product__price {
  font-size: 19px;
  font-weight: 500;
  float: none;
}
.product__old-price {
  font-size: 16px;
  font-weight: 400;
  float: none;
  text-decoration: line-through;
  color: #94a1a6;
}
@media (max-width: 991px) {
  .product {
    min-width: 0;
  }
  .product__hover-pictures {
    display: none !important;
    pointer-events: none !important;
  }
  .product__hero-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .product__visual {
    touch-action: pan-y;
  }
  .product__sticks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
  }
  .product__labels {
    left: 8px;
  }
  .product__img {
    aspect-ratio: 1;
    min-height: 0;
    padding-top: 4px;
    align-items: flex-start;
  }
  .product.product--interior-doors-list .product__img {
    aspect-ratio: 3 / 5;
  }
  .product.product--interior-doors-list .product__img img {
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .product__name {
    font-size: 13px;
    line-height: 1.35;
    padding: 6px 4px 4px;
    flex-grow: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .product__info {
    padding-bottom: 8px;
  }
  .product__title-link {
    display: block;
    max-width: 100%;
  }
  .product__prices {
    padding: 0 4px 8px;
    gap: 6px;
  }
  .product__price {
    font-size: 15px;
  }
  .product__old-price {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product.product--interior-doors-list .product__img {
    aspect-ratio: auto;
  }
  .product.product--interior-doors-list .product__img img {
    max-height: 340px;
    width: 100%;
    height: auto;
  }
  .product__name {
    font-size: 16px;
  }
  .product__price {
    font-size: 17px;
  }
  .product__old-price {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .product:hover .product__hover-pictures.product__hover {
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }
  .product:hover .product__hover-pictures-item {
    border-top-color: #d7e2e5;
  }
  .product:hover .product__hover-pictures-item:hover {
    border-top-color: #94a1a6;
  }
}
@media (min-width: 992px) {
  .catalog-products .product:hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: -3px 3px 3px #eee, 3px 3px 3px #eee;
  }
  .catalog-products .product__hover {
    display: none;
  }
  .catalog-products .product:hover .catalog-products .product__hover {
    display: inline-block;
  }
  .main-products .product:hover {
    position: relative;
    z-index: 50;
    background-color: #fff;
    box-shadow: -3px 3px 3px #eee, 3px 3px 3px #eee;
  }
}
.catalog-filter {
  display: none;
  position: relative;
}
.catalog-filter__name {
  font-weight: 500;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0.5em 0;
}
.catalog-filter__arrow {
  font-weight: 400;
  float: right;
  font-size: 0.75em;
  line-height: 1.5em;
  padding-left: 2em;
}
.catalog-filter__clear {
  font-weight: 400;
  float: right;
  text-decoration: underline;
  font-size: 0.75em;
  line-height: 1.5em;
}
.catalog-filter__search {
  width: 100%;
  margin-bottom: 0.5em;
  display: inline-block;
  border: solid 1px #8bd3ef;
  height: 2.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-left: none;
  border-right: none;
}
.catalog-filter__search::before {
  content: "";
  margin-top: -9px;
  width: 1px;
  float: left;
  margin-left: -16px;
  height: 2.5em;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.catalog-filter__search {
  border-left: none;
  border-right: none;
}
.catalog-filter__search::after {
  content: "";
  margin-top: -9px;
  width: 1px;
  float: right;
  margin-right: -16px;
  height: 2.5em;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.catalog-filter__search input {
  width: 85%;
}
.catalog-filter__search-icon {
  color: #16a6de;
  font-size: 1.2em;
  right: 9px;
  position: absolute;
}
.catalog-filter__label {
  line-height: 1.5em;
  cursor: pointer;
}
.catalog-filter__label--disabled {
  color: #94a1a6;
  cursor: default !important;
}
.catalog-filter__selected {
  border-top: solid 1px #8bd3ef;
  margin-top: 0.25em;
}
.catalog-filter__scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 15em;
}
.catalog-filter__scrollbar::-webkit-scrollbar {
  width: 4px; /* width of the entire scrollbar */
}
.catalog-filter__scrollbar::-webkit-scrollbar-track {
  background: #ecf4fa; /* color of the tracking area */
}
.catalog-filter__scrollbar::-webkit-scrollbar-thumb {
  background-color: #c4e3f1; /* color of the scroll thumb */
  border-radius: 4px; /* roundness of the scroll thumb */
  border: 0; /* creates padding around scroll thumb */
}

@media (min-width: 992px) {
  .catalog-filter {
    display: block;
  }
}
.catalog-filter__range-panel {
  margin-bottom: 1em;
}

.catalog-filter__range-inputs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.catalog-filter__range-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 8px);
  padding: 4px 8px;
  border: 1px solid #8bd3ef;
  border-radius: 0;
  box-sizing: border-box;
  background: transparent;
}

.catalog-filter__range-box-lbl {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #849398;
}

.catalog-filter__range-box-val {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #082731;
  text-align: right;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}

.catalog-filter__range-box-val::-webkit-outer-spin-button,
.catalog-filter__range-box-val::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.catalog-filter__range-slider-wrap {
  position: relative;
  height: 12px;
  width: 100%;
  margin: 16px 0 8px;
}

.catalog-filter__range-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: calc(100% - 12px);
  height: 2px;
  background: #ecf4fa;
}

.catalog-filter__range-slider-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ecf4fa;
}

.catalog-filter__range-slider-active {
  position: absolute;
  top: 0;
  height: 100%;
  background: #8bd3ef;
}

.catalog-filter__range-input-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.catalog-filter__range-input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #8bd3ef;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: 0; /* Reset default margin */
}

.catalog-filter__range-input-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #8bd3ef;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transform: none; /* Reset default transform */
}

.catalog-filter__range-input-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: transparent;
  border: none;
}

.catalog-filter__range-input-range::-moz-range-track {
  width: 100%;
  height: 12px;
  background: transparent;
  border: none;
}

.catalog-toolbar {
  padding: 5px;
  line-height: 2em;
}
.catalog-toolbar__filters-btn {
  background: #fff;
  color: #16a6de;
  vertical-align: middle;
}
.catalog-toolbar__filters-btn-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.catalog-toolbar__filters-btn-icon {
  flex-shrink: 0;
  display: block;
}
.catalog-toolbar__filters-btn-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #16a6de;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

#sectionPage {
  padding-bottom: 2rem;
}
#sectionPage #catalog-title {
  margin-bottom: 0.35rem;
}

#sectionPage .catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.35rem;
  line-height: 1.35;
}

#sectionPage .catalog-toolbar__actions {
  float: none;
}

#sectionPage .catalog-toolbar__filters-btn {
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  #sectionPage .catalog-toolbar {
    color: #082731;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e8eef0;
    margin-bottom: 0.5rem;
  }
  #sectionPage .catalog-toolbar-sort__title {
    font-size: 14px;
    line-height: 14px;
    color: #16a6de;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  #sectionPage .catalog-toolbar-sort__title .catalog-toolbar-sort__icon path {
    stroke: #16a6de;
  }
  #sectionPage .catalog-toolbar-sort__reset svg path {
    stroke: #94a1a6;
  }
}

@media (min-width: 992px) {
  #sectionPage .catalog-toolbar__filters-btn.no-desktop {
    display: none;
  }
  #sectionPage .catalog-toolbar-sort__title {
    font-size: 14px;
    line-height: 14px;
    color: #16a6de;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  #sectionPage .catalog-toolbar-sort__title .catalog-toolbar-sort__icon path {
    stroke: #16a6de;
  }
  #sectionPage .catalog-toolbar-sort__reset svg path {
    stroke: #94a1a6;
  }
}

#sectionPage .catalog-selected-wrapper {
  margin-bottom: 0.5rem;
}

.catalog-search-page {
  padding-bottom: 2.5rem;
}

.catalog-search-page > h1 {
  margin-bottom: 1rem;
}

.catalog-sections-page > h1 {
  margin-bottom: 1rem;
}

.catalog-toolbar-sort__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 14px;
}
.catalog-toolbar-sort__title-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.catalog-toolbar-sort__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  color: #94a1a6;
}
.catalog-toolbar-sort__reset svg {
  display: block;
  width: 14px;
  height: 14px;
}
.catalog-toolbar-sort__reset svg path {
  stroke: #94a1a6;
}
.catalog-toolbar-sort__reset:hover {
  opacity: 0.7;
}
.catalog-toolbar-sort__label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 14px;
  transform: translateY(-1px);
}
.catalog-toolbar-sort__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 14px;
  line-height: 0;
}
.catalog-toolbar-sort__title--active .catalog-toolbar-sort__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed currentColor;
}

.catalog-toolbar-sort__item--active {
  background-color: #f4fbfe;
  font-weight: 600;
  color: #082731;
}

.catalog-toolbar__selected {
  cursor: pointer;
  padding: 0 10px;
  margin: 0 10px;
  color: #082731;
  background-color: #f4fbfe;
  display: inline-block;
}
.catalog-toolbar__icon {
  font-size: 0.7em;
}
.catalog-toolbar__actions {
  display: inline-block;
  float: right;
}
.catalog-toolbar__actions-item {
  display: inline-block;
}

.catalog-page {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
}

#catalog {
  min-width: 0;
  overflow: hidden;
}

.catalog-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
  row-gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.catalog-products__item {
  position: relative;
  align-self: start;
  min-width: 0;
  width: 100%;
}
.catalog-products__slot {
  position: relative;
  min-height: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-products {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
  }
}

@media (min-width: 992px) {
  .catalog-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    isolation: isolate;
  }
  .catalog-products--search {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog-products__item {
    align-self: stretch;
  }
  .catalog-products__slot {
    height: 100%;
  }
  .catalog-products__item:hover {
    z-index: 2;
  }
  .catalog-page {
    display: grid;
    column-gap: 0.5rem;
    grid-template-columns: 1fr 4fr;
  }
  .catalog-page > .catalog-filter {
    grid-column: 1;
    min-width: 0;
  }
  .catalog-page > #catalog {
    grid-column: 2;
    min-width: 0;
  }
}
@media (min-width: 1400px) {
  .catalog-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .catalog-products--search {
    grid-template-columns: repeat(5, 1fr);
  }
}
.detail-visual__img {
  width: 100%;
  padding-top: -50%;
  position: relative;
  display: flex; /* Используем Flexbox для центрирования содержимого */
  align-items: center; /* Центрирование по вертикали */
  justify-content: center; /* Центрирование по горизонтали */
  overflow: hidden;
}
.detail-visual__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.detail-visual__img img {
  max-width: 100%;
  min-width: 75%;
  max-height: 100%;
  object-fit: contain;
}
.detail-visual__img--more {
  float: left;
  width: 100%;
}
.detail-visual__img-content {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-visual__more-photo {
  display: none;
  width: 25%;
  float: left;
  text-align: center;
}
.detail-visual__more-photo img {
  max-width: 90%;
  cursor: pointer;
}
.detail-visual__sticks {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.detail-visual__lables {
  float: left;
}
.detail-visual__favorite {
  float: right;
}

@media (min-width: 992px) {
  .detail-visual__img--more {
    width: 75%;
  }
  .detail-visual__more-photo {
    display: block;
  }
}
.catalog-element .switch,
.catalog-element .switch_name {
  width: 100%;
}

.switch a {
  display: inline-block;
  padding: 3px;
  border: solid 1px white;
}

.switch img {
  max-height: 50px;
  max-width: 50px;
}

.switch .prev img {
  max-height: 100px;
  max-width: 100px;
}

.switch a.active {
  border: solid 1px deepskyblue;
}

.catalog-element {
  grid-template-columns: 1fr;
  margin-top: 0;
}

@media (min-width: 992px) {
  .catalog-element {
    display: grid;
    column-gap: 3%;
    grid-template-columns: 3fr 2fr;
  }
}
.catalog-element div.colors,
.catalog-element div.glasses {
  width: 100%;
}

.catalog-element .error-404-page,
.catalog-element .error-404-page div {
  float: none;
  width: auto;
  max-width: none;
}

.product-detail__title {
  font-family: "Open Sans", sans-serif;
}

.main-products {
  overflow: visible;
}
.main-products > .container--pad {
  overflow: visible;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
}
.main-products--after-banner > .container--pad {
  padding-top: 0;
}
.main-products__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875em;
}
.main-products__nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-products__nav-btn {
  position: static;
  margin-top: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}
.main-products__stage {
  width: 100%;
  overflow: visible;
}
.main-products__track {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
}
.main-products .swiper-container,
.main-products .swiper {
  margin-top: 0;
  overflow: visible;
  width: 100%;
}
.main-products .swiper-slide.main-products__item {
  float: none;
  width: var(--main-products-slide-width, 48.4375%);
  height: auto;
  box-sizing: border-box;
}
.main-products__item:not(.swiper-slide) {
  border: solid 1px rgba(255, 255, 255, 0);
  float: left;
  margin-right: 0;
}
.main-products__item:not(.swiper-slide):nth-child(2n) {
  margin-right: 0;
}
.main-products__item:not(.swiper-slide) {
  text-align: center;
  width: 48.4375%;
}
.main-products__head {
  font-weight: 600;
  font-size: 2.25em;
}
.main-products .product__img {
  aspect-ratio: auto;
  padding-top: 0;
  max-height: 300px;
}
.main-products .product__img img {
  max-height: 300px;
}
.main-products .product.product--interior-doors-list .product__img {
  aspect-ratio: auto;
  max-height: 300px;
}
.main-products .product.product--interior-doors-list .product__img img {
  max-height: 300px;
}

@media (min-width: 992px) {
  .main-products__item:not(.swiper-slide) {
    position: relative;
    margin: 0;
    width: 18.75%;
  }
  .main-products__item:not(.swiper-slide):nth-child(2n) {
    margin-right: 1.5625%;
  }
  .main-products__item:not(.swiper-slide):nth-child(5n) {
    margin-right: 0;
  }
  .main-products .swiper-slide.main-products__item {
    float: none;
    width: var(--main-products-slide-width, 23.4375%);
    margin: 0;
  }
}
.main {
  min-height: calc(100vh - 433px);
  z-index: 0;
  position: relative;
  overflow-x: clip;
}

.bx-composite-btn {
  display: none;
}

@media (min-width: 992px) {
  .main {
    min-height: calc(100vh - 225px);
  }
}
@media (min-width: 1201px) {
  .main {
    min-height: calc(100vh - 247px);
  }
}
@media (min-width: 1400px) {
  .main {
    min-height: calc(100vh - 305px);
  }
}
.input {
  height: 30px;
  padding: 0 10px;
  margin: 7.5px 0;
  margin-top: 3.75px;
}

.textarea {
  padding: 0 10px;
  margin: 7.5px 0;
  margin-top: 3.75px;
}

.context-modal {
  width: 100%;
}

.context-modal__body {
  padding: 15px;
}

.context-modal__footer {
  padding: 15px;
  padding-top: 0;
}

.context-modal__header {
  padding: 15px;
  padding-bottom: 0;
  font-size: 15px;
}

.modal__content {
  width: 100%;
}

.modal__body {
  padding: 15px;
}

.modal__footer {
  padding: 15px;
  padding-top: 0;
}

.modal__header {
  padding: 15px;
  padding-bottom: 0;
  font-size: 15px;
}

body {
  font-size: 14px;
}

.container {
  max-width: 550px;
}

.header__top {
  height: 38px;
}

.header__top-button {
  margin-top: 4px;
}

.header__top-phone {
  line-height: 38px;
}

.header__top-menu-link {
  line-height: 38px;
  padding-left: 10px;
}

.header__top-menu-extra {
  top: 38px;
}

.header__main {
  padding: 10px 0px;
}

.header__main--fixed {
  height: 46px;
}

.header__logo-main {
  height: 26px;
}

.header__logo-mini--fixed {
  font-size: 20px;
  line-height: 26px;
}

.header__main-menu-link {
  font-size: 15px;
  padding-right: 25px;
}

.header__main-menu-sub {
  padding-top: 23px;
  margin-top: -23px;
}

.header__main-menu-sub--fixed {
  padding-top: 23px;
  margin-top: -23px;
}

.header__main-menu-sub-body {
  padding: 7.5px 0;
}

.header__main-menu-sub-title {
  font-size: 15px;
  padding: 7.5px 0;
}

.header__search-form-border {
  margin-top: 8px;
}

.header__search-form-border--fixed {
  margin-top: 8px;
}

.header__search-form-close {
  line-height: 30px;
  font-size: 11px;
  right: 9.5px;
}

.header__search-form-icon {
  line-height: 30px;
  font-size: 16px;
  left: 7px;
}

.header__search-form-input {
  padding: 10px 30px;
}

.for-header {
  height: 85px;
}

.header-services__link-icon {
  font-size: 16px;
}

.header-services__link {
  margin-left: 5px;
}

.header-services__link-label {
  font-size: 9px;
  height: 13.5px;
  width: 13.5px;
  top: -4.5px;
  right: -4.5px;
}

.header-services__modal {
  margin-right: -2.5px;
}

.header-services__modal-close {
  margin-right: 2.5px;
}

.header-services__modal-title {
  font-size: 15px;
  line-height: 16px;
}

.footer__logo {
  font-size: 24px;
}

.footer__nav {
  padding-top: 15px;
}

.footer__contacts {
  padding-top: 15px;
}

.footer__phone {
  padding-bottom: 15px;
}

.footer__menu-title {
  font-size: 15px;
}

.footer__menu-link {
  padding-top: 14px;
}

.footer__copyright {
  padding-top: 15px;
  font-size: 11px;
}

.main-articles__title {
  font-size: 15px;
}

@media (min-width: 550px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .input {
    height: 30px;
    padding: 0 10px;
    margin: 7.5px 0;
    margin-top: 3.75px;
  }
  .textarea {
    padding: 0 10px;
    margin: 7.5px 0;
    margin-top: 3.75px;
  }
  .context-modal {
    width: 300px;
  }
  .context-modal__body {
    padding: 15px;
  }
  .context-modal__footer {
    padding: 15px;
    padding-top: 0;
  }
  .context-modal__header {
    padding: 15px;
    padding-bottom: 0;
    font-size: 15px;
  }
  .modal__content {
    width: 400px;
  }
  .modal__body {
    padding: 15px;
  }
  .modal__footer {
    padding: 15px;
    padding-top: 0;
  }
  .modal__header {
    padding: 15px;
    padding-bottom: 0;
    font-size: 15px;
  }
  body {
    font-size: 14px;
  }
  .container {
    max-width: 992px;
  }
  .header__top {
    height: 38px;
  }
  .header__top-button {
    margin-top: 4px;
  }
  .header__top-phone {
    line-height: 38px;
  }
  .header__top-menu-link {
    line-height: 38px;
    padding-left: 10px;
  }
  .header__top-menu-extra {
    top: 38px;
  }
  .header__main {
    padding: 10px 0px;
  }
  .header__main--fixed {
    height: 50px;
  }
  .header__logo-main {
    height: 50px;
  }
  .header__logo-mini--fixed {
    font-size: 20px;
    line-height: 30px;
  }
  .header__main-menu-link {
    font-size: 15px;
    padding-right: 25px;
  }
  .header__main-menu-sub {
    padding-top: 35px;
    margin-top: -35px;
  }
  .header__main-menu-sub--fixed {
    padding-top: 25px;
    margin-top: -25px;
  }
  .header__main-menu-sub-body {
    padding: 7.5px 0;
  }
  .header__main-menu-sub-title {
    font-size: 15px;
    padding: 7.5px 0;
  }
  .header__search-form-border {
    margin-top: 20px;
  }
  .header__search-form-border--fixed {
    margin-top: 10px;
  }
  .header__search-form-close {
    line-height: 30px;
    font-size: 11px;
    right: 9.5px;
  }
  .header__search-form-icon {
    line-height: 30px;
    font-size: 16px;
    left: 7px;
  }
  .header__search-form-input {
    padding: 10px 30px;
  }
  .for-header {
    height: 109px;
  }
  .header-services__link-icon {
    font-size: 16px;
  }
  .header-services__link {
    margin-left: 12px;
  }
  .header-services__link-label {
    font-size: 10px;
    height: 15px;
    width: 15px;
    top: -5px;
    right: -5px;
  }
  .header-services__modal {
    margin-right: -6px;
  }
  .header-services__modal-close {
    margin-right: 6px;
  }
  .header-services__modal-title {
    font-size: 15px;
    line-height: 16px;
  }
  .footer__logo {
    font-size: 24px;
  }
  .footer__nav {
    padding-top: 15px;
  }
  .footer__contacts {
    padding-top: 15px;
  }
  .footer__phone {
    padding-bottom: 15px;
  }
  .footer__menu-title {
    font-size: 15px;
  }
  .footer__menu-link {
    padding-top: 14px;
  }
  .footer__copyright {
    padding-top: 15px;
    font-size: 11px;
  }
  .main-articles__title {
    font-size: 15px;
  }
}
@media (min-width: 1201px) {
  .input {
    height: 33px;
    padding: 0 15px;
    margin: 10px 0;
    margin-top: 5px;
  }
  .textarea {
    padding: 0 15px;
    margin: 10px 0;
    margin-top: 5px;
  }
  .context-modal {
    width: 350px;
  }
  .context-modal__body {
    padding: 20px;
  }
  .context-modal__footer {
    padding: 20px;
    padding-top: 0;
  }
  .context-modal__header {
    padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
  }
  .modal__content {
    width: 500px;
  }
  .modal__body {
    padding: 20px;
  }
  .modal__footer {
    padding: 20px;
    padding-top: 0;
  }
  .modal__header {
    padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
  }
  body {
    font-size: 15px;
  }
  .container {
    max-width: 1201px;
  }
  .header__top {
    height: 40px;
  }
  .header__top-button {
    margin-top: 3.5px;
  }
  .header__top-phone {
    line-height: 40px;
  }
  .header__top-menu-link {
    line-height: 40px;
    padding-left: 12px;
  }
  .header__top-menu-extra {
    top: 40px;
  }
  .header__main {
    padding: 12px 0px;
  }
  .header__main--fixed {
    height: 59px;
  }
  .header__logo-main {
    height: 60px;
  }
  .header__logo-mini--fixed {
    font-size: 26px;
    line-height: 35px;
  }
  .header__main-menu-link {
    font-size: 17px;
    padding-right: 30px;
  }
  .header__main-menu-sub {
    padding-top: 42px;
    margin-top: -42px;
  }
  .header__main-menu-sub--fixed {
    padding-top: 29.5px;
    margin-top: -29.5px;
  }
  .header__main-menu-sub-body {
    padding: 10px 0;
  }
  .header__main-menu-sub-title {
    font-size: 17px;
    padding: 10px 0;
  }
  .header__search-form-border {
    margin-top: 24.5px;
  }
  .header__search-form-border--fixed {
    margin-top: 12px;
  }
  .header__search-form-close {
    line-height: 35px;
    font-size: 17px;
    right: 9px;
  }
  .header__search-form-icon {
    line-height: 35px;
    font-size: 22px;
    left: 6.5px;
  }
  .header__search-form-input {
    padding: 10px 35px;
  }
  .for-header {
    height: 125px;
  }
  .header-services__link-icon {
    font-size: 22px;
  }
  .header-services__link {
    margin-left: 12px;
  }
  .header-services__link-label {
    font-size: 11px;
    height: 16.5px;
    width: 16.5px;
    top: -5.5px;
    right: -5.5px;
  }
  .header-services__modal {
    margin-right: -6px;
  }
  .header-services__modal-close {
    margin-right: 6px;
  }
  .header-services__modal-title {
    font-size: 17px;
    line-height: 22px;
  }
  .footer__logo {
    font-size: 28px;
  }
  .footer__nav {
    padding-top: 20px;
  }
  .footer__contacts {
    padding-top: 20px;
  }
  .footer__phone {
    padding-bottom: 20px;
  }
  .footer__menu-title {
    font-size: 17px;
  }
  .footer__menu-link {
    padding-top: 15px;
  }
  .footer__copyright {
    padding-top: 20px;
    font-size: 13px;
  }
  .main-articles__title {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .input {
    height: 36px;
    padding: 0 15px;
    margin: 15px 0;
    margin-top: 7.5px;
  }
  .textarea {
    padding: 0 15px;
    margin: 15px 0;
    margin-top: 7.5px;
  }
  .context-modal {
    width: 400px;
  }
  .context-modal__body {
    padding: 30px;
  }
  .context-modal__footer {
    padding: 30px;
    padding-top: 0;
  }
  .context-modal__header {
    padding: 30px;
    padding-bottom: 0;
    font-size: 19px;
  }
  .modal__content {
    width: 600px;
  }
  .modal__body {
    padding: 30px;
  }
  .modal__footer {
    padding: 30px;
    padding-top: 0;
  }
  .modal__header {
    padding: 30px;
    padding-bottom: 0;
    font-size: 19px;
  }
  body {
    font-size: 16px;
  }
  .container {
    max-width: 1400px;
  }
  .header__top {
    height: 43px;
  }
  .header__top-button {
    margin-top: 3.5px;
  }
  .header__top-phone {
    line-height: 43px;
  }
  .header__top-menu-link {
    line-height: 43px;
    padding-left: 16px;
  }
  .header__top-menu-extra {
    top: 43px;
  }
  .header__main {
    padding: 16px 0px;
  }
  .header__main--fixed {
    height: 74px;
  }
  .header__logo-main {
    height: 73px;
  }
  .header__logo-mini--fixed {
    font-size: 30px;
    line-height: 42px;
  }
  .header__main-menu-link {
    font-size: 19px;
    padding-right: 40px;
  }
  .header__main-menu-sub {
    padding-top: 52.5px;
    margin-top: -52.5px;
  }
  .header__main-menu-sub--fixed {
    padding-top: 37px;
    margin-top: -37px;
  }
  .header__main-menu-sub-body {
    padding: 15px 0;
  }
  .header__main-menu-sub-title {
    font-size: 19px;
    padding: 15px 0;
  }
  .header__search-form-border {
    margin-top: 32.5px;
  }
  .header__search-form-border--fixed {
    margin-top: 17px;
  }
  .header__search-form-close {
    line-height: 40px;
    font-size: 19px;
    right: 10.5px;
  }
  .header__search-form-icon {
    line-height: 40px;
    font-size: 24px;
    left: 8px;
  }
  .header__search-form-input {
    padding: 10px 40px;
  }
  .for-header {
    height: 149px;
  }
  .header-services__link-icon {
    font-size: 24px;
  }
  .header-services__link {
    margin-left: 12px;
  }
  .header-services__link-label {
    font-size: 12px;
    height: 18px;
    width: 18px;
    top: -6px;
    right: -6px;
  }
  .header-services__modal {
    margin-right: -6px;
  }
  .header-services__modal-close {
    margin-right: 6px;
  }
  .header-services__modal-title {
    font-size: 19px;
    line-height: 24px;
  }
  .footer__logo {
    font-size: 30px;
  }
  .footer__nav {
    padding-top: 30px;
  }
  .footer__contacts {
    padding-top: 30px;
  }
  .footer__phone {
    padding-bottom: 30px;
  }
  .footer__menu-title {
    font-size: 19px;
  }
  .footer__menu-link {
    padding-top: 16px;
  }
  .footer__copyright {
    padding-top: 30px;
    font-size: 14px;
  }
  .main-articles__title {
    font-size: 19px;
  }
}

/* Форма авторизации Bitrix (страницы с ограниченным доступом, напр. /stats/) */
.bx-auth {
  max-width: 420px;
  margin: 0 0 24px;
}
.bx-auth-note {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.45;
  color: #526066;
}
.bx-auth-table {
  width: 100%;
  border-collapse: collapse;
}
.bx-auth-table td {
  padding: 8px 0;
  vertical-align: middle;
}
.bx-auth-label {
  padding-right: 16px;
  font-size: 15px;
  line-height: 1.35;
  color: #082731;
  white-space: nowrap;
}
.bx-auth-input,
.bx-auth-table input[type="text"],
.bx-auth-table input[type="password"] {
  display: block;
  width: 100%;
  min-width: 220px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #E2DED9;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 38px;
  color: #082731;
}
.bx-auth-table input[type="checkbox"] {
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
}
.bx-auth-table .btn.btn-primary,
.bx-auth-table input.btn.btn-primary {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 4px;
  background: #16A6DE;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

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