

/* Start:/local/templates/main/components/bitrix/menu/top/style.css?1777990111433*/
.menu {
  display: flex;
  gap: clamp(10px, 1.5vw, 26px);
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__link {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  transition: all 0.3s;
}
.menu__link:hover {
  color: #0364ED;
}
.menu__link.selected {
  pointer-events: none;
  cursor: default;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1777990111985*/
.bx-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 30px;
}

.bx-breadcrumb .fa-angle-right:before {
  content: "/";
}

.bx-breadcrumb-item {
  white-space: nowrap;
}

.bx-breadcrumb-item-angle {
  margin: 0 10px;
  color: #b5bdc2;
  vertical-align: top;
  font-size: 12px;
}

.bx-breadcrumb-item-link {
  border-bottom: none;
  vertical-align: top;
  text-decoration: none;
}

.bx-breadcrumb-item-link:hover {
  text-decoration: none;
}

.bx-breadcrumb-item-text {
  font-size: 14px;
  color: #484F55;
  transition: 250ms linear all;
}

@media print {
  .bx-breadcrumb {
    display: none;
  }
}
@media (max-width: 768px) {
  .bx-breadcrumb {
    overflow: hidden;
    margin-top: 8px;
  }
  .bx-breadcrumb-item-text {
    white-space: wrap;
  }
  .bx-breadcrumb-item-angle.fa {
    font-size: 12px;
  }
  .bx-breadcrumb-item-text {
    font-size: 12px;
  }
  .bx-breadcrumb-item-angle {
    margin: 0 3px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/standart/style.css?1777990111625*/
.standart-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: clamp(13px, 3vw, 23px);
  font-weight: 500;
  font-size: clamp(16px, 3vw, 18px);
  color: #1C2126;
  text-wrap: balance;
}
.standart-menu__link {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  transition: all 0.3s;
}
.standart-menu__link:hover {
  color: #0364ED;
}
.standart-menu__link--selected {
  pointer-events: none;
  cursor: default;
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/consent/user_consent.css?17774697064688*/
.main-user-consent-request a {
  cursor: pointer;
}

.main-user-consent-request input[type=checkbox] {
  margin: 5px 10px 0 0;
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  min-height: 290px;
  /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 30px 0;
  font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
  -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  color: black;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .main-user-consent-request-popup-cont {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    width: 65%;
  }

  .main-user-consent-request-popup-header {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .main-user-consent-request-announce {
    font-size: 10px;
  }

  .main-user-consent-request-popup-header {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .main-user-consent-request-popup-text {
    font-size: 10px;
  }

  .main-user-consent-request-popup-text {
    height: 330px;
  }
}
/* End */


/* Start:/local/templates/main/template_styles.css?178238730221207*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

div[id^=wait_] {
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal;
  padding: 0 !important;
  position: absolute;
  text-align: center !important;
  text-indent: 0 !important;
  width: 0px !important;
  height: 0px !important;
  word-spacing: normal !important;
  z-index: 0;
  content: "";
}

@font-face {
  font-family: "Open Sans";
  src: local("OpenSans-Regular"), url("/local/templates/main/fonts/OpenSans-Regular.woff2") format("woff2"), url("/local/templates/main/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("OpenSans-Bold"), url("/local/templates/main/fonts/OpenSans-Bold.woff2") format("woff2"), url("/local/templates/main/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-content: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal--active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 25px) clamp(15px, 3vw, 25px);
  border-radius: 8px;
  max-width: 540px;
  width: 90%;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
}
.modal--active .modal__content {
  opacity: 1;
  transform: translateY(0);
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close:hover {
  color: #333;
}

.button-up {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  width: 68px;
  height: 68px;
  border: none;
  background: #FFFFFF;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Состояние при наведении */
.button-up:hover {
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  transform: scale(1.03);
}

/* Класс для показа кнопки */
.button-up.show {
  opacity: 1;
  visibility: visible;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .button-up {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
.header {
  position: sticky;
  top: 0;
  padding: 16px 10px 19px;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
  z-index: 100;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.1);
}
.header__top {
  display: flex;
  gap: clamp(10px, 1.5vw, 20px);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__top .menu {
  font-size: clamp(13px, 1.3vw, 19px);
}
.header__inner {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  max-width: 338px;
  width: 100%;
}
.header__btn {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.header__btn rect {
  fill: #000712;
}

@media (max-width: 1200px) {
  .header__logo {
    max-width: 250px;
  }
  .header__top {
    justify-content: flex-end;
  }
  .header .email {
    order: 3;
  }
  .header .phone-btn__tel {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__sticky {
    align-items: center;
  }
  .header__logo {
    max-width: 163px;
  }
  .header__inner {
    align-items: center;
  }
  .header__search {
    width: 100%;
  }
  .header__btn {
    display: block;
  }
  .header__menu {
    display: block;
    width: 100%;
  }
  .header__top {
    display: none;
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 110;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .header__top .menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    font-size: 16px;
  }
  .header.menu-open .header__top {
    display: flex;
  }
  .header .phone-btn {
    background-color: #0F7EDA;
    margin-bottom: 0;
  }
  .header .phone-btn__tel {
    display: none;
  }
  .header .phone-btn:after {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 576px) {
  .header.sticky-active .header__inner {
    gap: 12px;
  }
}
.footer {
  background-color: #F9FAFE;
  padding: 47px 0 55px;
  margin-top: 50px;
}
.footer__top {
  display: grid;
  gap: clamp(10px, 2vw, 23px);
  margin-bottom: clamp(30px, 4vw, 80px);
}
.footer__logo {
  position: relative;
}
.footer__body {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 191px;
}
.footer__contact {
  grid-column: 3;
  grid-row: 2;
  margin-left: auto;
  margin-bottom: auto;
}
.footer__contact .phone-btn {
  width: 100%;
  max-width: 283px;
  transition: all 0.3s ease;
  padding: 12px 21px;
}
.footer__contact .phone-btn__tel {
  font-size: 21px;
}
.footer__contact .phone-btn:after {
  width: 28px;
  height: 28px;
}
.footer__menu {
  grid-column: 1/4;
  grid-row: 2;
  max-width: 712px;
  margin-top: 44px;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer__messengers {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer__text, .footer__link {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  margin: 0;
}
.footer__consent {
  display: inline;
  cursor: pointer;
  margin: 0;
}
.footer__consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__developer {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #6E7688;
  text-decoration: none;
  justify-content: center;
  padding-top: 30px;
  transition: 0.3s ease;
}
.footer__developer:hover {
  color: #3A4254;
}
.footer__developer:hover .footer__developer-name {
  color: #1A1F2B;
}
.footer__developer-name {
  font-weight: 600;
  color: #2E3545;
  transition: 0.2s ease;
}

@media (max-width: 992px) {
  .footer__contact {
    grid-column: 1/4;
    grid-row: 3;
  }
}
@media (max-width: 576px) {
  .footer .standart-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__logo {
    grid-column: 1/4;
    grid-row: 1;
  }
  .footer__messengers {
    grid-column: 1/4;
    grid-row: 3;
  }
  .footer__contact {
    grid-row: 4;
  }
  .footer__bottom {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 390px) {
  .footer .standart-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans";
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
}
body.d-hidden {
  overflow: hidden;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  height: inherit;
}

.logo {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.title {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 56px);
  margin-top: 0;
  margin-bottom: clamp(18px, 4vw, 36px);
  text-transform: uppercase;
}

.strong {
  font-weight: 700;
}

.btn {
  display: inline-block;
  align-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
  font-weight: 700;
  font-size: clamp(13px, 3vw, 26px);
  line-height: 1;
  border-radius: clamp(10px, 2vw, 20px);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.btn:hover {
  transform: scale(0.98);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.104);
}
.btn:active {
  transform: scale(0.98);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.104);
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: clamp(36px, 8vw, 72px);
  height: clamp(36px, 8vw, 72px);
  background: #E8E8E8;
  border-radius: 50%;
  border: none;
  outline: 3px solid rgba(232, 232, 232, 0.07);
  padding: 0;
  transition: all 0.3s ease;
}
.btn-arrow::before {
  content: "";
  width: clamp(7px, 3vw, 20px);
  height: clamp(7px, 3vw, 20px);
  background-color: currentColor;
  -webkit-mask-image: url("/local/templates/main/./images/svg/arrow.svg");
  mask-image: url("/local/templates/main/./images/svg/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.btn-arrow:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-arrow:hover:not(:disabled) {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}

.btn-default {
  padding: clamp(14px, 3vw, 25px) clamp(16px, 3vw, 32px);
  background-color: #0F7EDA;
  color: #fff;
  text-transform: uppercase;
}

.btn-second {
  padding: clamp(14px, 3vw, 25px) clamp(16px, 3vw, 32px);
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid #FFFFFF;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.07);
  background-color: transparent;
}

.email {
  align-content: center;
}
.email__link {
  font-size: 14px;
  color: #0F7EDA;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.email__link:hover {
  color: #0a5ca8;
  border-bottom-color: #0F7EDA;
}

.phone-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border: 1px solid #0F7EDA;
  border-radius: 10px;
  padding: 8px 14px;
  transition: all 0.3s ease;
}
.phone-btn__tel {
  white-space: nowrap;
  color: #0F7EDA;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  transition: color 0.3s ease;
}
.phone-btn__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.phone-btn:hover {
  background-color: #0F7EDA;
  box-shadow: 0 4px 12px rgba(15, 126, 218, 0.3);
}
.phone-btn:hover .phone-btn__tel {
  color: white;
}
.phone-btn:hover::after {
  filter: brightness(0) invert(1);
}
.phone-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("/local/templates/main/images/svg/phone.svg") no-repeat center;
  background-size: contain;
}

.d-none {
  display: none;
}

.error-msg {
  color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f8d7da;
  display: none;
  font-size: 14px;
  padding-right: 30px;
}

.success-message {
  text-align: center;
  color: inherit;
  font-weight: 500;
}
.success-message h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}
.success-message p {
  font-size: 18px;
}

@media print {
  .header,
  .footer,
  .header__top,
  .header-box,
  .basket-items-slider,
  .box-auth,
  .btn,
  .clear-cart,
  .btn-print,
  .basket-header__back {
    display: none;
  }
}
.product-notification {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  transform: translateY(25px);
  opacity: 0;
  color: #fff;
  background: #0364ED;
  border-radius: 4px;
  padding: 6px 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-notification.visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1700px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .form-group__input {
    padding: 10px;
  }
}
.contacts {
  margin-bottom: 80px;
}
.contacts__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
.contacts__info {
  max-width: 486px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contacts__icon {
  width: 20px;
  height: 24px;
  flex-shrink: 0;
}
.contacts__icon svg {
  width: 20px;
  height: 24px;
}
.contacts__label {
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
}
.contacts__value {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: clamp(18px, 4vw, 24px);
  color: #0364ED;
}
.contacts__value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contacts__value a:hover {
  color: #0066cc;
  text-decoration: underline;
}
.contacts__map {
  width: 100%;
  max-width: 870px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.not-found {
  margin-bottom: 60px;
}
.not-found__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.not-found__404 {
  color: #0364ED;
  font-weight: 500;
  font-size: 240px;
  text-align: center;
}
.not-found__title {
  font-size: 28px;
  margin-bottom: 16px;
  margin-top: 0;
}
.not-found__btn {
  color: #fff;
  font-weight: 500;
  background: #0364ED;
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10000;
  max-width: 520px;
  width: calc(100% - 40px);
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cookie-banner--hidden {
  display: none;
}
.cookie-banner__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.cookie-banner__consent {
  display: inline;
  cursor: pointer;
}
.cookie-banner__consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cookie-banner__link {
  color: #0F7EDA;
  text-decoration: none;
}
.cookie-banner__link:hover {
  text-decoration: underline;
}
.cookie-banner__btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #0F7EDA;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.cookie-banner__btn:hover {
  background-color: #0a5ca8;
  transform: scale(0.98);
}

@media (max-width: 576px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: none;
    padding: 16px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/menu/top/style.css?1777990111433 */
/* /local/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1777990111985 */
/* /local/templates/main/components/bitrix/menu/standart/style.css?1777990111625 */
/* /local/templates/main/components/bitrix/main.userconsent.request/consent/user_consent.css?17774697064688 */
/* /local/templates/main/template_styles.css?178238730221207 */
