/*! 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 */
  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;
}


:root {
  --ff-brandon: "Brandon Text", "Arial", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.btn {
  position: relative;
  display: inline-block;
  padding: 1.1em 2.8em;
  overflow: hidden;
  font-weight: 500;
  font-family: "Brandon Text", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: normal;
  background-color: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 0;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

.btn:hover {
  background-color: var(--buttonHoverColor);
  border-color: var(--buttonHoverColor);
}

.btn:active {
  color: var(--brand);
  background-color: #ffffff;
}

.field-text__input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 0.55em 0.583em;
  font-weight: 400;
  font-family: var(--ff-brandon);
  font-size: 18px;
  line-height: 1.25;
  color: #00263e;
  background-color: #fff;
  border: 1px solid #dbdad5;
  border-radius: 8px;
}
.field-text__input::placeholder {
  color: #c4c4c4;
}
.field-checkbox__name-text {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.field-checkbox__input:checked + .field-checkbox__name-text::after {
  opacity: 1;
}
.field-checkbox__name-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border: 1px solid var(--grey);
  border-radius: 50%;
}
.field-checkbox__name-text::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 10px;
  aspect-ratio: 1;
  background-color: var(--grey);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.field-checkbox__name-text a {
  color: var(--brand);
  text-decoration: none;
}

.title-h1 {
  margin: 0;
  font-weight: 400;
  font-family: var(--ff-brandon);
  font-size: 46px;
  line-height: 1.1;
  text-transform: uppercase;
}
.title-h2 {
  margin: 0;
  font-weight: 400;
  font-family: var(--ff-brandon);
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.slider .swiper-pagination-bullet {
  box-sizing: border-box;
  position: relative;
  width: 10px;
  height: 10px;
  margin: calc(var(--circleWidth) / 2);
  background: 0 0;
  border-radius: 50%;
  border: 1px solid #dbdad5;
  opacity: 1;
}
.slider .swiper-pagination-bullet[aria-current="true"] {
  background-color: #dbdad5;
}
.slider.--overflow-visible .swiper {
  overflow: visible;
}
.slider.--equal-height .swiper-slide {
  height: auto;
}
.slider.--equal-height .swiper-slide > * {
  height: 100%;
}
.slider.--dark .slider__btn {
  color: #fff;
}
.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  margin-top: -15px;
  color: #425563;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slider__btn.--next {
  right: 110px;
}
.slider__btn.--prev {
  left: 110px;
}
.slider__btn.--prev .slider__btn-icon {
  transform: scaleX(-1) translateX(2px);
}
.slider__btn-icon {
  width: 15px;
  height: auto;
  aspect-ratio: 0.577;
  transform: translateX(2px);
}

.accordion {
  color: var(--grey);
}
.accordion__item.--is-open .accordion__title svg {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__head {
  border-bottom: 1px solid currentColor;
}
.accordion__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.65em 30px 0.65em 0;
  font-weight: 500;
  font-family: var(--ff-brandon);
  font-size: 22px;
  line-height: 1.25;
  color: currentColor;
  text-align: left;
  background-color: transparent;
  border: 0;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  touch-action: manipulation;
}
.accordion__title:hover {
  color: var(--brand);
}
.accordion__title svg {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 22px;
  aspect-ratio: 1.69;
  object-fit: contain;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.accordion__body {
  display: none;
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.56;
}
.accordion__body * {
  margin: 0;
  font: inherit;
}
.accordion__body :is(ol, ul) {
  margin: 0;
  padding-left: 1.2em;
}
.accordion__body :is(ol, ul) li + li {
  margin-top: 4px;
}

.goToTopButton {
  --size: 51px;
  position: fixed;
  right: calc(var(--size) * 1.65);
  bottom: calc(var(--size) * 1.65);
  z-index: 100;
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  background-color: var(--brand);
  border: 0;
  border-radius: 50%;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

.goToTopButton:hover {
  will-change: transform;
  transform: scale(1.1);
}

.goToTopButton--hidden {
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}

.goToTopButton__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53%;
  height: auto;
  transform: translate(-50%, -50%);
}

.protectYourHouseSection__btn-wrap .button-base {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1.5em;
  font-size: 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.button-base.--transparent {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
}

.button-base.--transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1279px) {
  .protectYourHouseSection__btn-wrap .button-base {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .goToTopButton {
    --size: 12vw;
    right: calc(var(--size) * 0.35);
    bottom: calc(var(--size) * 0.35);
    border: 1px solid #ffffff;
  }

  .protectYourHouseSection__btn-wrap {
    position: absolute;
    bottom: 50vw;
    left: 4vw;
    width: 24vw;
    transform: translateY(50%);
  }

  .protectYourHouseSection__btn-wrap .button-base {
    font-size: 3.75vw;
  }
}


/*Правки для карточек доп. решений*/
.additionalSolutionsSection__solutions {
  position: relative;
  z-index: 1;
}

.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new {
  z-index: 1;
}

.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution {
  display: block;
  background-color: #ffffff;
}

.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution__additional-sum {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new:hover {
    z-index: 2;
    transform: none;
  }
}

@media screen and (min-width: 1025px) {
  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new:hover .solution {
    overflow: visible;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media screen and (min-width: 1025px) {
  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new:hover .solution__details-additional {
    transform: scaleY(1);
  }
}

.solution__main-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 373px;
}

.solution__show-wrap {
  display: none;
}

.solution__details-additional {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 50px 15px 36px;
  background-color: #ffffff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform 0.5s linear;
  box-shadow: 0 0 60px rgba(44, 85, 162, 0.15);
}

.solution__details-additional::before {
  content: "";
  position: absolute;
  top: -59px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  transition: none;
}

.details-additional__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.details-additional__item {
  display: flex;
  align-items: center;
}

.details-additional__item:not(:last-child) {
  margin-bottom: 40px;
}

.details-additional__item img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 24px;
}

.details-additional__item p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #425563;
}

.details-additional__btn-wrap {
  /*display: flex;*/
  /*align-items: flex-end;*/
  margin-top: 44px;
}

.details-additional__btn {
  width: 100%;
}

.solution__more-wrap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution {
    display: block;
    height: 350px;
    padding-bottom: 65px;
  }

  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution.--show-details {
    /*overflow: visible;*/
    /*border-bottom-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
    height: auto;
    padding-bottom: 0;
  }

  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution.--show-details .solution__show-more {
    display: none;
  }

  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution.--show-details .solution__details-additional,
  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution.--show-details .solution__show-less {
    /*transform: scaleY(1);*/
    display: block;
  }

  .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution__details-description {
    bottom: 33%;
  }

  .solution__main-content {
    height: 350px;
  }

  .details-additional__btn-wrap {
    margin-top: 30px;
  }

  .solution__show-wrap {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .solution__show-more,
  .solution__show-less {
    width: 100%;
  }

  .solution__show-less {
    display: none;
    color: var(--brand);
    background-color: #ffffff;
  }

  .solution__show-less:hover,
  .solution__show-less:active {
    color: var(--brand);
    background-color: #ffffff;
  }

  .solution__details-additional {
    position: static;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: none;
    box-shadow: none;
  }

  .details-additional__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .details-additional__item p {
    font-size: 12px;
  }

  .details-additional__item img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}


/* Правки для поля с промокодом */
@media screen and (min-width: 768px) {
  .page-popup-card {
    height: 495px;
  }

  .popup-form {
    height: 495px;
  }
}

.popup-form__promocode {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14px;
  width: 100%;
}

.popup-form__promocode.--show .popup-form__field {
  opacity: 1;
  visibility: visible;
}

.popup-form__promocode .popup-form__field {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1239px) {
  .popup-form__promocode .popup-form__field {
    height: 35px;
    font-size: 12px;
    padding: 10px;
  }
}


/* Правки для модалки карточки товаров */
.page-popup--favorits .page-popup-card,
.page-popup--favorits .popup-form {
  height: auto;
}

.openFavorits__favorits {
  display: grid;
  gap: 14px;
  width: 80%;
  max-height: 250px;
  padding: 10px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.openFavorits__favoritsItem {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 18px;
}

.favoritsItem__image {
  width: 111px;
  height: 111px;
  object-fit: contain;
  border-radius: 12px;
}

.favoritsItem__button {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width: 767px) {
  .page-popup--favorits .page-popup-card {
    width: 100%;
  }

  .page-popup--favorits .popup-form {
    min-width: auto;
  }
}


/* Правки для страницы с полезной информацией */
.page-template-page-info-v2,
.page-id-2415 {
  font-family: "BrandonText";
  font-style: normal;
  font-size: 10px;
  --headerHeight: 90px;
  --brand: #ff8200;
  --buttonHoverColor: #fe5000;
  --buttonClickColor: #ef4129;
}

.page-template-page-info-v2 header .header .header__nav,
.page-id-2415 header .header .header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .page-template-page-info-v2 header .header .header__nav,
  .page-id-2415 header .header .header__nav {
    display: none;
  }
}
.page-template-page-info-v2 header .header .header__nav .nav__item,
.page-id-2415 header .header .header__nav .nav__item {
  font-size: 12px;
  font-weight: 500;
  --textColor: var(--grey);
  color: var(--textColor);
  text-transform: uppercase;
  margin-left: 30px;
  white-space: nowrap;
  position: relative;
}
.page-template-page-info-v2 header .header .header__nav .nav__item[aria-current=page],
.page-id-2415 header .header .header__nav .nav__item[aria-current=page] {
  --textColor: var(--brand);
}

.page-template-page-info-v2 header .header .header__nav .nav__item::before,
.page-template-page-info-v2 header .header .header__nav .nav__item::after,
.page-id-2415 header .header .header__nav .nav__item::before,
.page-id-2415 header .header .header__nav .nav__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.1em);
  height: 1px;
  background: var(--textColor);
  -webkit-transition: left 0.3s ease-in, right 0.3s ease-in;
  -o-transition: left 0.3s ease-in, right 0.3s ease-in;
  transition: left 0.3s ease-in, right 0.3s ease-in;
}

.page-template-page-info-v2 header .header .header__nav .nav__item::before,
.page-id-2415 header .header .header__nav .nav__item::before {
  left: 0;
  right: 100%;
}

.page-template-page-info-v2 header .header .header__nav .nav__item::after,
.page-id-2415 header .header .header__nav .nav__item::after {
  right: 0;
  left: 100%;
}

.page-template-page-info-v2 header .header .header__nav .nav__item:hover::before,
.page-template-page-info-v2 header .header .header__nav .nav__item:hover::after,
.page-id-2415 header .header .header__nav .nav__item:hover::before,
.page-id-2415 header .header .header__nav .nav__item:hover::after {
  left: 0;
  right: 0;
}
@media (max-width: 1239px) {
  .page-template-page-info-v2 header .header .header__nav .nav__item,
  .page-id-2415 header .header .header__nav .nav__item {
    font-size: 10px;
    margin-left: 10px;
  }
}

.page-template-page-info-v2 header .header .header__nav .nav__item:first-of-type,
.page-id-2415 header .header .header__nav .nav__item:first-of-type {
  margin-left: 0;
}


@media screen and (max-width: 767px) {
  .page-template-page-info-v2 .videoPopupWrapper video,
  .page-id-2415 .videoPopupWrapper video {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .page-template-page-info-v2 .usefulInfo__mainImage,
  .page-id-2415 .usefulInfo__mainImage {
    height: 600px;
    object-position: center top;
  }
}

.listItem__btn-like::before {
  content: none;
}

.marquiz-widget__container {
  z-index: 9998 !important;
}

.usefulInfo__wrapper.--video-only {
  width: 100%;
}

.usefulInfo__wrapper.--video-only .systemsCurrentCard__image {
  width: 100%;
}

.usefulInfo__video-wrap video {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .usefulInfo__wrapper.--video-only .usefulInfo__systems {
    grid-template-columns: 250px 1fr;
  }
}

@media screen and (min-width: 768px) {
  .usefulInfo__wrapper.--video-only .usefulInfo__systems {
    grid-template-rows: auto;
    grid-template-columns: 200px 1fr;
    grid-template-areas:
      "backButton backButton"
      "currentCard namedSystems"
  ;
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
}


/*Веб-версия писем*/
.page-template-page-email-appointment .breadcrumbs,
.page-template-page-email-offer .breadcrumbs,
.page-template-page-email-start-contract .breadcrumbs,
.page-template-page-email-return-client .breadcrumbs,
.page-template-page-email-false-alarm .breadcrumbs,
.page-template-page-email-false-alarm-recorded .breadcrumbs {
  display: none !important;
}

.mail-wrapper {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  color: var(--grey);
  background-color: #ffffff;
}

.mail-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mail-wrapper a {
  color: var(--grey);
  text-decoration: underline;
}

.mail-wrapper a:hover {
  text-decoration: none;
}

.mail-wrapper .btn {
  color: #ffffff;
  text-decoration: none;
}

.mail-text-content {
  font-size: 16px;
  line-height: 1.2;
}

.mail-text-content p {
  margin: 0 0 1em;
}

.mail-banner img {
  width: 100%;
}

.mail-block.--1 .mail-block__inner {
  padding: 28px 15px 18px;
}

.mail-video {
  color: #ffffff;
  background-color: var(--brand);
}

.mail-video__inner {
  padding-right: 15px;
  padding-left: 15px;
}

.mail-video__inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 520px;
  margin: 0 auto;
}

.mail-video__text-wrap {
  max-width: 8.25em;
}

.mail-appointment .mail-video__text-wrap p {
  margin: 0;
}

.mail-video__video-wrap {
  flex: 0 0 51.6%;
}

.mail-video__video-wrap iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.mail-block__text-wrap,
.mail-contacts__text-wrap,
.mail-note__text-wrap,
.mail-block__person-card-wrap,
.mail-block__guide-wrap,
.mail-block__attention-wrap,
.mail-cards__inner {
  max-width: 520px;
  margin: 0 auto;
}

.mail-contacts__inner {
  padding: 30px 15px 28px;
}

.mail-links__inner {
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.mail-links__inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 520px;
  margin: 0 auto;
}

.mail-links .socials,
.mail-links .apps {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials__item:not(:last-child),
.apps__item:not(:last-child) {
  margin-right: 6px;
}

.socials__link {
  display: block;
  width: 36px;
  height: 36px;
}

.socials__link:hover,
.apps__link:hover {
  opacity: 0.75;
}

.socials__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.apps__link {
  display: block;
}

.apps__link.--appstore {
  width: 77px;
}

.apps__link.--google {
  width: 87px;
}

.mail-note__inner {
  padding: 40px 15px 20px;
}

.mail-note__text-wrap p {
  margin: 0;
}

.mail-person-card {
  max-width: 223px;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.mail-person-card__inner {
  padding: 6px 15px 10px 10px;
}

.mail-person-card__item {
  position: relative;
  padding-left: 37px;
}

.mail-person-card__item:not(:first-child) {
  padding-top: 10px;
}

.mail-person-card__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 37px;
  right: 0;
  display: block;
  height: 1px;
  background-color: var(--brand);
}

.mail-person-card__item.--has-icon img {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.mail-person-card__caption {
  margin: 0;
  font-weight: 500;
  color: var(--brand);
}

.mail-person-card__text {
  margin: 0;
  text-transform: uppercase;
}

.mail-block__guide-caption {
  margin: 0 0 1em;
  color: var(--brand);
}

.mail-block__guide-item:not(:last-of-type) {
  margin-bottom: 10px;
}

.guide-item {
  display: flex;
  align-items: center;
}

.guide-item__img-wrap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.guide-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide-item__text-wrap p {
  margin: 0;
}

.mail-block__img-wrap {
  display: flex;
  justify-content: center;
}

.mail-return-client .mail-block__img-wrap {
  margin-bottom: 1rem;
}

.mail-return-client .mail-block__link-wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.mail-return-client .mail-text-content a:hover {
  opacity: 0.75;
}

.mail-block__attention-wrap {
  margin-bottom: 24px;
}

.mail-block-attention.--dark {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 600px;
    padding-bottom: 20px;
    color: #ffffff;
    background-color: #00263e;
    border: 0;
    border-radius: 0;
    transform: translateX(-50%);
}

.mail-block-attention.--dark .mail-block-attention__img-wrap {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

.mail-block-attention.--dark .mail-block-attention__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mail-block-attention.--dark .mail-block-attention__title {
    display: block;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
}

.mail-block-attention.--dark .mail-block-attention__text {
    max-width: 470px;
}

.mail-block-attention {
  padding: 15px 20px 10px 25px;
  border: 4px solid #fe5000;
  border-radius: 10px;
}

.mail-block-attention__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.375;
  color: #fe5000;
  text-transform: uppercase;
}

.mail-block-attention__title img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.mail-block-attention__text {
  margin: 0;
}

.mail-false-alarm .guide-item {
  align-items: flex-start;
}

.mail-false-alarm .mail-block__guide-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.mail-false-alarm .guide-item__img-wrap {
  width: 111px;
  height: 111px;
}

.mail-false-alarm .guide-item__text-wrap {
  padding-top: 5px;
}

.mail-false-alarm .guide-item__step {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.17;
  color: var(--brand);
}

.mail-false-alarm .mail-block.--1 .mail-block__inner {
  padding-bottom: 30px;
}

.mail-bring-friend .mail-block-attention {
    padding: 20px 20px 22px;
    border: 1px solid var(--brand);
}
.mail-bring-friend .mail-block__link-wrap {
    display: flex;
    justify-content: center;
}
.mail-cards__inner {
    padding-right: 15px;
    padding-left: 15px;
}
.mail-cards__list {
    display: flex;
    gap: 25px;
    margin-bottom: 28px;
}
.mail-card {
    box-sizing: border-box;
    position: relative;
    width: 33%;
    min-height: 14.5em;
    padding: 23px 14px 14px;
    overflow: hidden;
    aspect-ratio: 0.8;
    font-size: 12px;
    line-height: 1.17;
    border-radius: 14px;
}
.mail-card__text,
.mail-card__promo,
.mail-card__socials {
    position: relative;
    z-index: 1;
}
.mail-card__text {
    margin: 0;
    font-weight: 500;
}
.mail-card__promo {
    display: inline-block;
    margin: 0.71em 0 0;
    padding: 0.29em 0.57em;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
}
.mail-card__promo span {
    line-height: inherit;
}
.mail-card__socials {
    display: flex;
    justify-content: center;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.mail-card__socials-item:not(:last-child) {
    margin-right: 5px;
}
.mail-card__socials-link {
    display: block;
    width: 34px;
    height: 34px;
}
.mail-card__socials-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mail-card__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .mail-block-attention.--dark {
        flex-direction: column;
        width: 100vw;
        padding-right: 15px;
        padding-left: 15px;
    }
    .mail-block-attention.--dark .mail-block-attention__img-wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mail-block-attention.--dark .mail-block-attention__title {
        margin-bottom: 5px;
    }
    .mail-cards__list {
        flex-direction: column;
        align-items: center;
    }
    .mail-card {
        width: 150px;
        font-size: 13px;
    }
}
@media screen and (max-width: 520px) {
  .mail-video__inner {
    padding-top: 15px;
  }

  .mail-video__inner-content {
    flex-direction: column;
  }

  .mail-video__text-wrap {
    max-width: none;
    margin-bottom: 1.5em;
  }

  .mail-video__video-wrap {
    flex: 1 1 auto;
    width: 100%;
  }

  .mail-block__guide-item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .guide-item {
    flex-direction: column;
  }

  .guide-item__img-wrap {
    align-self: center;
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mail-false-alarm .mail-block__guide-item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}


/* Правки для страницы с инструкциями */
.useful-info__link-wrap {
  display: flex;
}

.useful-info__link {
  display: flex;
  align-items: center;
  color: #00263e;
}

.useful-info__link:hover {
  color: var(--brand);
}

.useful-info__link span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.useful-info__link-wrap img {
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  margin-right: 20px;
  background-color: currentColor;
  border-radius: 50%;
}

.text-content {
  font-size: 16px;
}

.intro-banner {
  position: relative;
  display: grid;
  grid-template-rows: 656px;
  grid-template-columns: auto;
  color: #fff;
  background-color: var(--grey);
}
.intro-banner .container {
  max-width: min(1480px, 100vw - 50px);
}
.intro-banner__text-wrap,
.intro-banner__bg {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.intro-banner__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-banner__bg.--mobile {
  display: none;
}
.intro-banner__text-wrap {
  order: 1;
  padding-top: 5.8%;
  padding-bottom: 40px;
}
.intro-banner__text-inner {
  max-width: 50%;
}
.intro-banner__title {
  margin: 0 0 0.85em;
  font-size: 52px;
  line-height: 1.1;
}
.intro-banner__text {
  margin: 0;
  max-width: 600px;
  font-size: 20px;
  line-height: 1.5;
}
.intro-banner__btn-wrap {
  margin-top: 20px;
}
.intro-banner__btn {
  border-radius: 10px;
}

@media screen and (max-width: 1679px) {
  .field-text__input {
    height: 44px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .slider__btn.--next {
    right: 40px;
  }
  .slider__btn.--prev {
    left: 40px;
  }
  .intro-banner .container {
    max-width: min(1156px, 100vw - 50px);
  }
  .intro-banner__text-wrap {
    padding-top: 110px;
  }
  .intro-banner__text-inner {
    max-width: 41%;
  }
  .intro-banner__title {
    margin-bottom: 38px;
  }
  .intro-banner__btn-wrap {
    font-size: 28px;
  }
}
@media screen and (max-width: 1439px) {
  .title-h1 {
    font-size: 36px;
  }
  .slider__btn {
    width: 42px;
  }
  .intro-banner {
    grid-template-rows: 465px;
  }
  .intro-banner .container {
    max-width: min(1020px, 100vw - 50px);
  }
  .intro-banner__text-wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .intro-banner .container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (max-width: 1023px) {
  .intro-banner__text-inner {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 25px;
  }
  .accordion__title {
    font-size: 20px;
  }
  .accordion__title svg {
    width: 20px;
  }
  :is(.slider-intro, .slider-services) .swiper .swiper-pagination {
    bottom: 20px;
  }
  .intro-banner .container {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .intro-banner {
      grid-template-rows: 350px;
  }
  .intro-banner__bg.--desktop {
    display: none;
  }
  .intro-banner__bg.--mobile {
    display: block;
  }
  .intro-banner__text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 34px;
  }
  .intro-banner__text-inner {
    max-width: 80%;
  }
  .intro-banner__title {
    margin-bottom: 0;
  }
  .intro-banner__text {
    display: none;
  }
}