.protect__container {
  position: relative;
  display: grid;
}
.protect__container::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: -webkit-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
  background: -o-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
  background: linear-gradient(179deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
  opacity: 0.2;
  z-index: -1;
}
.protect__title::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("/assets/img/icons/arrow_title.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.protect__description {
  line-height: 140%;
}
.protect__accent {
  display: block;
  line-height: 120%;
}
.spheres__container {
  display: grid;
}
.complex__container {
  display: grid;
}
.complex__description {
  line-height: 160%;
  font-weight: 600;
}
.complex__media {
  pointer-events: none;
}
.complex__media-text {
  position: absolute;
  font-weight: 600;
  z-index: 1;
}
.complex__media-text::before {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
}
.complex__media-text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.complex__compound {
  position: relative;
}
.complex__compound-reader::before {
  bottom: 0;
  left: 55px;
  width: 2px;
  height: 70px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.complex__compound-reader::after {
  bottom: -75px;
  left: 51px;
}
.complex__compound-picture {
  display: block;
}
.complex__compound-image {
  display: block;
  max-width: 100%;
}
.complex__towel {
  position: relative;
}
.complex__towel-picture {
  display: block;
}
.complex__towel-image {
  display: block;
  width: 100%;
}
.complex__mark {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complex__mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38,201,255,0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 2px solid var(--color-primary);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.complex__mark-picture {
  position: relative;
  max-width: 90%;
  z-index: 1;
}
.complex__mark-image {
  display: block;
  max-width: 100%;
}
.complex__mark-text {
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.complex__mark-text::after {
  display: none;
}
.complex__mark-line {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.complex__mark-line::before {
  content: "";
  position: relative;
  display: block;
  background-color: var(--color-primary);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.complex__mark-line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.action__container {
  position: relative;
  display: grid;
}
.action__container::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
.action__title {
  grid-area: title;
}
.action__description {
  display: grid;
  grid-area: description;
  line-height: 150%;
  font-weight: 600;
}
.action__accent {
  font-weight: 900;
  border-left: 3px solid var(--color-white);
}
.action__media {
  grid-area: media;
  position: relative;
  pointer-events: none;
}
.action__pulse-reader,
.action__pulse-siren {
  position: absolute;
  width: var(--pulse-width);
  height: var(--pulse-width);
  border: calc(var(--pulse-width) / 5) solid var(--pulse-color);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
  -webkit-animation: pulsate-min 3s ease-out;
          animation: pulsate-min 3s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: -1;
}
.action__pulse-reader::before,
.action__pulse-siren::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: calc(var(--pulse-width) / 10) solid var(--pulse-color);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2.2);
      -ms-transform: translate(-50%, -50%) scale(2.2);
          transform: translate(-50%, -50%) scale(2.2);
}
.action__pulse-reader::after,
.action__pulse-siren::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: calc(var(--pulse-width) / 20) solid var(--pulse-color);
  -webkit-transform: translate(-50%, -50%) scale(3.5);
      -ms-transform: translate(-50%, -50%) scale(3.5);
          transform: translate(-50%, -50%) scale(3.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.action__pulse-siren {
  --pulse-color: rgba(255,50,50,0.7);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.action__pulse-reader {
  --pulse-color: rgba(255,255,255,0.2);
}
.action__image {
  display: block;
  max-height: 100%;
}
.promo {
  color: var(--color-white);
}
.promo__content {
  position: relative;
  display: grid;
}
.promo__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(293deg, #28cce1 0%, #51dff3 64.06%, #26c9ff 100%);
  background: -o-linear-gradient(293deg, #28cce1 0%, #51dff3 64.06%, #26c9ff 100%);
  background: linear-gradient(157deg, #28cce1 0%, #51dff3 64.06%, #26c9ff 100%);
  opacity: 0.2;
}
.promo__content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-white);
  opacity: 0.4;
  mix-blend-mode: soft-light;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.promo__media {
  position: relative;
}
.promo__form {
  position: relative;
  z-index: 1;
}
.promo__title {
  line-height: 1;
}
.promo__title-accent {
  display: block;
}
.promo__image {
  display: block;
  max-width: 100%;
}
.promo__button {
  width: 100%;
}
.form {
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form[disabled] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.form__title {
  font-weight: 600;
}
.form__description {
  line-height: 140%;
}
.form__button {
  margin-top: 10px;
  width: 100%;
}
.equipment__container {
  display: grid;
}
.equipment__list {
  display: grid;
}
.equipment-item {
  position: relative;
  display: grid;
}
.equipment-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
  background: -o-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
  background: linear-gradient(179deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
  opacity: 0.2;
  z-index: -1;
}
.equipment-item__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.equipment-item__image {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.equipment-item__title {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.additional__container {
  display: grid;
}
.additional__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.additional__list {
  display: grid;
}
.additional-item {
  display: grid;
}
.additional-item__icon {
  font-weight: 600;
}
.additional-item__title {
  line-height: 120%;
  font-weight: 900;
  text-transform: uppercase;
}
.additional-item__description {
  line-height: 150%;
  font-weight: 600;
}
.footer {
  position: relative;
  margin-top: auto;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafb), color-stop(0%, #4fcdee), to(rgba(79,205,238,0)));
  background: -webkit-linear-gradient(top, #fafafb, #4fcdee 0%, rgba(79,205,238,0) 100%);
  background: -o-linear-gradient(top, #fafafb, #4fcdee 0%, rgba(79,205,238,0) 100%);
  background: linear-gradient(to bottom, #fafafb, #4fcdee 0%, rgba(79,205,238,0) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.footer__top {
  display: grid;
}
.footer__accent {
  line-height: 110%;
  font-weight: 600;
}
.footer__phone {
  line-height: 1;
  font-weight: 600;
}
.footer__callback {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__bottom {
  display: grid;
}
.footer__info {
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__logo {
  width: 156px;
  height: 25px;
}
.footer__protect {
  line-height: 140%;
  opacity: 0.6;
}
.footer__navigation {
  display: grid;
  grid-row-gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__navigation-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.footer__navigation-item::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--color-white);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.footer__navigation-item:hover::before {
  width: 100%;
}
.footer__contacts {
  display: grid;
  font-weight: 100;
}
.footer__contacts-title {
  text-transform: uppercase;
  cursor: default;
}
.footer__contacts-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__socials {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal.shown {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.modal__wrapper {
  position: absolute;
  background-color: var(--color-white);
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  font-size: 18px;
  color: #4b5054;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close:hover {
  opacity: 1;
}
.modal__title,
.modal__subtitle {
  text-align: center;
}
.modal__title {
  line-height: 120%;
  font-weight: 900;
  color: #2d3c49;
}
.modal__subtitle {
  line-height: 140%;
  color: #4b5054;
}
.modal__form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  z-index: 1;
}
.modal__privacy {
  color: #424242;
  text-align: center;
}
#modal-success .form__button {
  margin-top: 30px;
}
@media screen and (max-width: 1180px) {
  .protect {
    overflow: hidden;
  }
  .protect__image {
    width: 100%;
  }
  .spheres {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .spheres__list {
    display: grid;
    grid-gap: 35px 40px;
  }
  .spheres__item .preview-tile__icon {
    height: 28px;
    font-size: 28px;
  }
  .complex {
    padding-top: 55px;
  }
  .complex__container {
    grid-row-gap: 16px;
  }
  .complex__description {
    font-size: 12px;
  }
  .complex__mark-text {
    bottom: -10px;
  }
  .action__description {
    grid-row-gap: 16px;
    font-size: 12px;
  }
  .action__accent {
    padding-left: 23px;
  }
  .promo {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .promo__content::after {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    -webkit-border-radius: 45px;
            border-radius: 45px;
  }
  .promo__media {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 25px;
  }
  .promo__picture {
    display: block;
  }
  .equipment {
    padding-top: 60px;
  }
  .equipment__container {
    grid-row-gap: 20px;
  }
  .equipment__list {
    grid-column-gap: 12px;
  }
  .equipment-item::before {
    height: 100%;
  }
  .additional__list {
    grid-gap: 30px 15px;
  }
  .additional-item {
    grid-template-rows: 31px auto 1fr;
    grid-row-gap: 4px;
  }
  .additional-item__icon {
    font-size: 28px;
  }
  .additional-item__title {
    font-size: 9px;
  }
  .additional-item__description {
    font-size: 7px;
  }
  .footer__accent {
    font-size: 18px;
  }
  .footer__phone {
    letter-spacing: -1.5px;
  }
  .footer__info {
    grid-row-gap: 45px;
  }
  .footer__contacts {
    grid-row-gap: 16px;
  }
}
@media screen and (max-width: 680px) {
  .protect__container {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .protect__container::before {
    left: 7px;
    width: calc(100% - 14px);
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
  .protect__image {
    max-width: 350px;
  }
  .protect__description {
    margin-top: 11px;
    font-size: 9px;
  }
  .protect__accent {
    margin-top: 10px;
    font-size: 12px;
  }
  .protect__button {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .spheres__container {
    grid-row-gap: 20px;
  }
  .spheres__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .complex {
    padding-bottom: 50px;
  }
  .complex__media {
    width: calc(100% + var(--container-padding) * 2);
    margin-top: -30px;
    padding-bottom: 80px;
    -webkit-transform: translateX(calc(-1 * var(--container-padding)));
        -ms-transform: translateX(calc(-1 * var(--container-padding)));
            transform: translateX(calc(-1 * var(--container-padding)));
    overflow: hidden;
  }
  .complex__media-text {
    font-size: 12px;
  }
  .complex__compound-reader {
    top: 30px;
    left: var(--container-padding);
  }
  .complex__compound-siren {
    top: 55px;
    left: 225px;
  }
  .complex__compound-siren::before {
    bottom: 0;
    left: 2ch;
    width: 2px;
    height: 48px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .complex__compound-siren::after {
    top: 66px;
    left: 13px;
  }
  .complex__compound-picture {
    width: 380px;
    -webkit-transform: translateX(-75px);
        -ms-transform: translateX(-75px);
            transform: translateX(-75px);
  }
  .complex__towel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -60px;
    margin-left: 160px;
  }
  .complex__towel-picture {
    width: 186px;
  }
  .complex__mark {
    top: 130px;
    left: -75px;
    width: 113px;
    height: 113px;
  }
  .complex__mark-line {
    top: 108px;
    right: 53px;
  }
  .complex__mark-line::before {
    top: 44px;
    width: 110px;
    height: 2px;
  }
  .complex__mark-line::after {
    right: 10px;
  }
  .action__container {
    grid-template-areas: "title" "media" "description";
    grid-template-rows: auto auto 1fr;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .action__container::before {
    left: 7px;
    width: calc(100% - 14px);
    background: -webkit-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 360px);
    background: -o-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 360px);
    background: linear-gradient(179deg, #4fcdee 0%, rgba(79,205,238,0) 360px);
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
  .action__title {
    text-align: center;
  }
  .action__media {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  .action__pulse-siren {
    --pulse-width: 40px;
    top: 63px;
    right: 90px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  .action__pulse-reader {
    --pulse-width: 40px;
    top: 172px;
    right: 92px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  .action__picture {
    display: block;
    height: 373px;
  }
  .promo__content {
    grid-row-gap: 30px;
    padding: 30px 15px 40px;
  }
  .promo__content::before {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
  .promo__media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo__title {
    font-size: 14px;
  }
  .promo__title-accent {
    margin-top: 7px;
    font-size: 19px;
  }
  .promo__picture {
    max-width: 105px;
  }
  .form {
    grid-row-gap: 16px;
    margin-top: 10px;
  }
  .form__title {
    font-size: 32px;
  }
  .form__description {
    font-size: 15px;
  }
  .form .privacy {
    font-size: 10px;
    text-align: center;
  }
  .equipment {
    padding-bottom: 30px;
  }
  .equipment__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .equipment-item {
    grid-template-rows: 115px 1fr;
    grid-row-gap: 4px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .equipment-item::before {
    -webkit-border-radius: 17px;
            border-radius: 17px;
  }
  .equipment-item__picture {
    height: 115px;
  }
  .equipment-item__title {
    font-size: 9px;
  }
  .additional__container {
    grid-row-gap: 30px;
    padding-top: 35px;
    padding-bottom: 90px;
  }
  .additional__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .additional-item__description {
    max-width: 130px;
  }
  .footer {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .footer::before {
    -webkit-border-radius: 30px 30px 0 0;
            border-radius: 30px 30px 0 0;
  }
  .footer__top {
    grid-row-gap: 30px;
  }
  .footer__phone {
    font-size: 28px;
  }
  .footer__bottom {
    grid-row-gap: 50px;
    padding-top: 40px;
  }
  .footer__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__protect {
    font-size: 10px;
  }
  .footer__contacts {
    font-size: 16px;
  }
  .footer__contacts-title {
    font-size: 20px;
    line-height: 24px;
  }
  .footer__contacts-icon {
    font-size: 16px;
  }
  .modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal__block {
    padding: 50px var(--container-padding);
  }
  .modal__title {
    font-size: 22px;
  }
  .modal__subtitle {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 681px) {
  .protect__container {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 53px;
    padding-bottom: 60px;
    grid-template-columns: 1fr 320px;
    grid-row-gap: 16px;
    padding-right: calc(var(--container-padding) + 30px);
  }
  .protect__title::before {
    left: -24px;
    width: 77px;
    height: 38px;
  }
  .protect__image {
    min-width: 350px;
    max-width: 500px;
    -webkit-transform: translate(-10%, -50%);
        -ms-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
  }
  .protect__description {
    font-size: 12px;
  }
  .protect__accent {
    font-size: 12px;
  }
  .spheres__container {
    grid-row-gap: 30px;
  }
  .spheres__list {
    grid-template-columns: repeat(auto-fit, 105px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .complex__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .complex__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .complex__title::before {
    right: -40px;
    width: 83px;
    height: 40px;
  }
  .complex__description {
    max-width: 475px;
  }
  .complex__media {
    margin-top: -60px;
  }
  .complex__media-text {
    font-size: 14px;
  }
  .complex__compound-reader {
    top: 60px;
  }
  .complex__compound-siren {
    top: 70px;
    left: 310px;
  }
  .complex__compound-siren::before {
    left: 0;
    width: 68px;
    height: 2px;
    -webkit-transform: translate(-100%, calc(68px / 2)) rotate(-45deg);
        -ms-transform: translate(-100%, calc(68px / 2)) rotate(-45deg);
            transform: translate(-100%, calc(68px / 2)) rotate(-45deg);
  }
  .complex__compound-siren::after {
    top: 53px;
    left: -62px;
  }
  .complex__compound-picture {
    width: 450px;
    -webkit-transform: translateX(-110px);
        -ms-transform: translateX(-110px);
            transform: translateX(-110px);
  }
  .complex__towel {
    -webkit-transform: translateY(65px);
        -ms-transform: translateY(65px);
            transform: translateY(65px);
  }
  .complex__towel-picture {
    width: 210px;
  }
  .complex__mark {
    top: 145px;
    left: -67px;
    width: 146px;
    height: 146px;
  }
  .complex__mark-line {
    top: 124px;
    right: 60px;
  }
  .complex__mark-line::before {
    top: 55px;
    width: 140px;
    height: 2px;
  }
  .complex__mark-line::after {
    right: 14px;
  }
  .action {
    padding-top: 50px;
  }
  .action__container {
    grid-template-columns: 1fr 320px;
    grid-row-gap: 16px;
    grid-column-gap: 60px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 53px;
    padding-right: calc(var(--container-padding) + 30px);
    padding-bottom: 53px;
  }
  .action__description {
    max-width: 320px;
  }
  .action__pulse-siren {
    top: 0;
    left: calc(50% + 100px);
  }
  .action__pulse-reader {
    --pulse-width: 80px;
    top: 140px;
    left: calc(50% + 90px);
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .action__picture {
    top: -70px;
    left: calc(50% - 130px);
    height: 463px;
  }
  .promo__content {
    grid-template-columns: 1fr 220px;
    grid-column-gap: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 56px 23px 18px;
  }
  .promo__content::before {
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
  .promo__title {
    max-width: 240px;
    font-size: 20px;
  }
  .promo__title-accent {
    margin-top: 15px;
    font-size: 23px;
  }
  .promo__picture {
    max-width: 150px;
  }
  .form__title {
    font-size: 35px;
  }
  .form__description {
    font-size: 15px;
  }
  .equipment {
    padding-bottom: 90px;
  }
  .equipment__container {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .equipment-item {
    grid-template-rows: 125px 1fr;
    grid-row-gap: 7px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .equipment-item::before {
    -webkit-border-radius: 25px;
            border-radius: 25px;
  }
  .equipment-item__picture {
    height: 125px;
  }
  .equipment-item__title {
    font-size: 12px;
  }
  .additional__container {
    grid-row-gap: 60px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 53px;
    padding-left: calc(var(--container-padding) + 30px);
    padding-right: calc(var(--container-padding) + 30px);
    padding-bottom: 60px;
  }
  .additional__title::before {
    right: 0;
    width: 83px;
    height: 40px;
  }
  .additional__list {
    grid-template-columns: repeat(4, 115px);
  }
  .footer__phone {
    font-size: 24px;
  }
  .footer__bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .footer__info {
    grid-row-gap: 15px;
  }
  .footer__protect {
    max-width: 375px;
  }
  .footer__contacts {
    font-size: 12px;
  }
  .footer__contacts-title {
    font-size: 11px;
    line-height: 18px;
  }
  .footer__contacts-icon {
    font-size: 13px;
  }
  .footer__contacts-phone {
    font-size: 18px;
  }
}
@media screen and (min-width: 1181px) {
  .protect__container {
    padding-top: 90px;
    padding-bottom: 190px;
  }
  .protect__title::before {
    left: -40px;
    width: 125px;
    height: 76px;
  }
  .protect__description {
    margin-top: 45px;
    font-size: 20px;
  }
  .protect__accent {
    margin-top: 27px;
    font-size: 32px;
  }
  .spheres {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .spheres__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spheres__item:not(:first-child) {
    margin-left: 50px;
  }
  .spheres__item .preview-tile__icon {
    height: 64px;
    font-size: 64px;
  }
  .complex {
    padding-top: 100px;
  }
  .complex__container {
    grid-row-gap: 45px;
  }
  .complex__title {
    max-width: 775px;
  }
  .complex__title::before {
    right: -30px;
    width: 176px;
    height: 85px;
  }
  .complex__media-text {
    font-size: 20px;
  }
  .complex__compound-siren::before {
    left: -16px;
    width: 95px;
    height: 2px;
    -webkit-transform: translate(-100%, 0.5em);
        -ms-transform: translate(-100%, 0.5em);
            transform: translate(-100%, 0.5em);
  }
  .complex__compound-siren::after {
    top: calc(0.5em - 2.5px);
    left: -120px;
  }
  .complex__compound-picture {
    width: 693px;
    -webkit-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  .complex__towel-picture {
    width: 369px;
  }
  .complex__mark {
    top: 190px;
    left: -150px;
    width: 280px;
    height: 280px;
  }
  .complex__mark-text {
    bottom: -20px;
  }
  .complex__mark-line {
    top: 216px;
    right: 116px;
  }
  .complex__mark-line::before {
    top: 65px;
    width: 165px;
    height: 2px;
  }
  .complex__mark-line::after {
    right: 17px;
  }
  .js-animate .complex__mark-line {
    height: 0%;
  }
  .js-animate .complex__mark {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .js-animate.animate .complex__mark-line {
    height: 100%;
    -webkit-transition: height 5s;
    -o-transition: height 5s;
    transition: height 5s;
  }
  .js-animate.animate .complex__mark {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
  .action {
    padding-top: 120px;
  }
  .action__container {
    grid-row-gap: 45px;
    padding-bottom: 150px;
  }
  .action__description {
    grid-row-gap: 30px;
    font-size: 20px;
  }
  .action__accent {
    padding-left: 46px;
  }
  .action__picture {
    height: 948px;
    left: calc(50% - 250px);
  }
  .promo {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .promo__content {
    grid-template-columns: 1fr 450px;
  }
  .promo__content::before {
    -webkit-border-radius: 85px;
            border-radius: 85px;
  }
  .promo__content::after {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    -webkit-border-radius: 85px;
            border-radius: 85px;
  }
  .promo__title {
    font-size: 40px;
  }
  .promo__title-accent {
    margin-top: 12px;
    font-size: 60px;
  }
  .promo__picture {
    position: absolute;
    top: -80px;
  }
  .form__title {
    font-size: 46px;
  }
  .form__description {
    max-width: 75%;
    font-size: 18px;
  }
  .equipment {
    padding-top: 110px;
    padding-bottom: 105px;
  }
  .equipment__container {
    grid-row-gap: 67px;
  }
  .equipment__list {
    grid-column-gap: 26px;
  }
  .equipment-item {
    grid-template-rows: 246px 1fr;
    grid-row-gap: 30px;
    padding-top: 48px;
    padding-bottom: 30px;
  }
  .equipment-item::before {
    height: 110%;
    -webkit-border-radius: 60px;
            border-radius: 60px;
  }
  .equipment-item__picture {
    height: 246px;
  }
  .equipment-item__title {
    font-size: 20px;
  }
  .additional__container {
    padding-top: 95px;
    padding-bottom: 250px;
  }
  .additional__title::before {
    right: -30px;
    width: 176px;
    height: 85px;
  }
  .additional__list {
    grid-template-columns: repeat(auto-fit, 295px);
    grid-gap: 90px 50px;
  }
  .additional-item {
    grid-template-rows: 72px auto 1fr;
    grid-row-gap: 8px;
  }
  .additional-item__icon {
    font-size: 64px;
  }
  .additional-item__title {
    max-width: 70%;
    font-size: 20px;
  }
  .additional-item__description {
    font-size: 16px;
  }
  .footer__accent {
    font-size: 38px;
  }
  .footer__phone {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 53px;
    letter-spacing: -3px;
  }
  .footer__bottom {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__info {
    grid-row-gap: 35px;
  }
  .footer__protect {
    max-width: 395px;
  }
  .footer__contacts {
    grid-row-gap: 23px;
    font-size: 16px;
  }
  .footer__contacts-title {
    font-size: 16px;
    line-height: 35px;
  }
  .footer__contacts-icon {
    font-size: 18px;
  }
  .footer__contacts-phone {
    font-size: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1181px) {
  .protect__container {
    grid-template-columns: 1fr 560px;
    padding-right: calc(var(--container-padding) + 60px);
  }
  .protect__image {
    -webkit-transform: translate(-16%, -50%);
        -ms-transform: translate(-16%, -50%);
            transform: translate(-16%, -50%);
  }
  .protect__button {
    margin-top: 20px;
  }
  .spheres__container {
    grid-row-gap: 50px;
  }
  .complex {
    padding-bottom: 145px;
  }
  .complex__description {
    max-width: 715px;
    font-size: 16px;
  }
  .complex__media {
    margin-top: -120px;
  }
  .complex__compound-reader {
    top: 125px;
  }
  .complex__compound-siren {
    top: 183px;
    right: -20px;
  }
  .complex__towel {
    -webkit-transform: translate(-100px, 260px);
        -ms-transform: translate(-100px, 260px);
            transform: translate(-100px, 260px);
  }
  .action__container {
    grid-template-columns: 1fr 585px;
    grid-column-gap: 100px;
    padding-top: 80px;
    padding-right: calc(var(--container-padding) + 60px);
  }
  .action__accent {
    margin-top: 40px;
  }
  .action__pulse-siren {
    top: 65px;
    left: calc(50% + 240px);
  }
  .action__pulse-reader {
    --pulse-width: 120px;
    top: 320px;
    left: calc(50% + 210px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  .action__picture {
    top: -110px;
  }
  .promo__content {
    padding: 80px 30px 30px 0;
  }
  .promo__media {
    padding-left: 400px;
  }
  .promo__picture {
    left: -20px;
  }
  .additional__container {
    grid-row-gap: 100px;
    padding-left: calc(var(--container-padding) + 60px);
    padding-right: calc(var(--container-padding) + 60px);
  }
}
@media screen and (min-width: 1601px) {
  .protect__container {
    grid-template-columns: 1fr 720px;
    padding-right: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
  }
  .protect__image {
    -webkit-transform: translate(-7%, -50%);
        -ms-transform: translate(-7%, -50%);
            transform: translate(-7%, -50%);
  }
  .protect__description {
    width: 80%;
  }
  .protect__button {
    margin-top: 60px;
  }
  .spheres__container {
    grid-row-gap: 90px;
    padding-left: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
    padding-right: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
  }
  .complex__container {
    grid-template: "title title" auto "description media" 1fr/370px 1fr;
    grid-column-gap: 70px;
    padding-left: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
    padding-right: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
  }
  .complex__title {
    grid-area: title;
  }
  .complex__description {
    grid-area: description;
    font-size: 20px;
  }
  .complex__media {
    grid-area: media;
    margin-top: -85px;
  }
  .complex__compound-reader {
    top: 123px;
  }
  .complex__compound-siren {
    top: 180px;
    right: 0;
  }
  .complex__towel {
    -webkit-transform: translateY(90px);
        -ms-transform: translateY(90px);
            transform: translateY(90px);
  }
  .action__container {
    grid-template-columns: 1fr 640px;
    grid-column-gap: 100px;
    padding-top: 150px;
    padding-right: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
  }
  .action__title {
    position: relative;
  }
  .action__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 107px;
    height: 107px;
    background-image: url("/assets/img/icons/arrow_title_2.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .action__accent {
    margin-top: 30px;
  }
  .action__pulse-siren {
    top: 0;
    left: calc(50% + 245px);
  }
  .action__pulse-reader {
    --pulse-width: 150px;
    top: 240px;
    left: calc(50% + 200px);
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .action__picture {
    top: -180px;
  }
  .promo__content {
    padding: 80px 100px 30px;
  }
  .promo__media {
    padding-left: 450px;
  }
  .promo__picture {
    left: 0;
  }
  .equipment__container {
    padding-left: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
    padding-right: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
  }
  .additional__container {
    grid-row-gap: 150px;
    padding-left: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
    padding-right: calc(calc((var(--grid-width) - var(--container-padding) * 2) / var(--grid-columns)) + var(--container-padding));
  }
  .footer__top {
    grid-template-columns: 1fr auto auto;
    grid-column-gap: 30px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 681px) {
  .protect__container::before {
    left: var(--container-padding);
    width: calc(100% - var(--container-padding) * 2);
    -webkit-border-radius: 60px;
            border-radius: 60px;
  }
  .protect__title {
    position: relative;
  }
  .protect__picture {
    position: relative;
    grid-column: 1/span 1;
    grid-row: 1/span 4;
  }
  .protect__image {
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }
  .spheres__title {
    text-align: center;
  }
  .complex {
    overflow: hidden;
  }
  .complex__title {
    position: relative;
  }
  .complex__title::before {
    content: "";
    position: absolute;
    top: 0;
    background-image: url("/assets/img/icons/arrow_title.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transform: translate(100%, 20%) scaleX(-1);
        -ms-transform: translate(100%, 20%) scaleX(-1);
            transform: translate(100%, 20%) scaleX(-1);
  }
  .complex__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .complex__compound-reader {
    left: 0;
  }
  .complex__compound-siren::before {
    top: 0;
  }
  .action__container {
    grid-template-areas: "media title" "media description";
    grid-template-rows: auto 1fr;
  }
  .action__container::before {
    left: var(--container-padding);
    width: calc(100% - var(--container-padding) * 2);
    background: -webkit-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 50%);
    background: -o-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 50%);
    background: linear-gradient(179deg, #4fcdee 0%, rgba(79,205,238,0) 50%);
    -webkit-border-radius: 60px;
            border-radius: 60px;
  }
  .action__pulse-siren {
    --pulse-width: 60px;
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .action__picture {
    position: absolute;
    z-index: -1;
  }
  .form {
    grid-row-gap: 18px;
  }
  .form .privacy {
    font-size: 12px;
  }
  .equipment__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .additional__container {
    position: relative;
  }
  .additional__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: var(--container-padding);
    width: calc(100% - var(--container-padding) * 2);
    height: 100%;
    background: -webkit-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
    background: -o-linear-gradient(271deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
    background: linear-gradient(179deg, #4fcdee 0%, rgba(79,205,238,0) 100%);
    opacity: 0.2;
    z-index: -1;
    -webkit-border-radius: 60px;
            border-radius: 60px;
  }
  .additional__title::before {
    content: "";
    position: absolute;
    top: 0;
    background-image: url("/assets/img/icons/arrow_title.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transform: translate(100%, 20%) scaleX(-1);
        -ms-transform: translate(100%, 20%) scaleX(-1);
            transform: translate(100%, 20%) scaleX(-1);
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .footer::before {
    -webkit-border-radius: 60px 60px 0 0;
            border-radius: 60px 60px 0 0;
  }
  .footer__top {
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .footer__bottom {
    padding-top: 55px;
  }
  .footer__protect {
    font-size: 14px;
  }
  .footer__contacts {
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
  }
  .footer__contacts-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__contacts-phone {
    font-weight: 600;
  }
  .footer__contacts-title,
  .footer__contacts-address,
  .footer__contacts-phone,
  .footer__socials {
    grid-column: 1/span 2;
  }
  .modal__wrapper {
    min-width: 580px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
  .modal__close {
    top: 25px;
    right: 25px;
  }
  .modal__block {
    max-width: 650px;
    padding: 70px;
  }
  .modal__title {
    font-size: 40px;
  }
  .modal__subtitle {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 681px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    padding-bottom: 40px;
  }
  .footer__accent {
    grid-row: 1/span 2;
  }
  .footer__phone {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .footer__callback {
    margin-left: auto;
  }
}
