/* Редизайн */
@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "MTS Sans";
    font-display: swap;
    src: url("../fonts/MTS-Sans-Regular.woff2") format("woff2"), url("../fonts/MTS-Sans-Regular.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "MTS Sans";
    font-display: swap;
    src: url("../fonts/MTS-Sans-Medium.woff2") format("woff2"), url("../fonts/MTS-Sans-Medium.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "MTS Sans";
    font-display: swap;
    src: url("../fonts/MTS-Sans-Bold.woff2") format("woff2"), url("../fonts/MTS-Sans-Bold.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 900;
    font-family: "MTS Sans";
    font-display: swap;
    src: url("../fonts/MTS-Sans-Black.woff2") format("woff2"), url("../fonts/MTS-Sans-Black.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: "MTS Wide";
    font-display: swap;
    src: url("../fonts/MTS-Wide-Light.woff2") format("woff2"), url("../fonts/MTS-Wide-Light.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "MTS Wide";
    font-display: swap;
    src: url("../fonts/MTS-Wide-Regular.woff2") format("woff2"), url("../fonts/MTS-Wide-Regular.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "MTS Wide";
    font-display: swap;
    src: url("../fonts/MTS-Wide-Medium.woff2") format("woff2"), url("../fonts/MTS-Wide-Medium.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "MTS Wide";
    font-display: swap;
    src: url("../fonts/MTS-Wide-Bold.woff2") format("woff2"), url("../fonts/MTS-Wide-Bold.woff") format("woff");
}

@font-face {
    font-style: normal;
    font-weight: 900;
    font-family: "MTS Wide";
    font-display: swap;
    src: url("../fonts/MTS-Wide-Black.woff2") format("woff2"), url("../fonts/MTS-Wide-Black.woff") format("woff");
}

:root {
    --darkgrey: #000;
    --brand: #E30611;
    --grey: #adafaf;
    --white: #fff;
    --commontextcolor: #000;
    --commonTextColor: #000;
    --dashimage: url("data:image/svg+xml,%3Csvg width='93' height='2' viewBox='0 0 93 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L92 1.00001' stroke='%23E30611' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    font-family: "MTS Sans", "Arial", sans-serif;
}

* {
    font-family: "MTS Sans", "Arial", sans-serif;
}

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

body.--no-scroll {
    overflow: hidden;
}

.title-h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

.slider-button {
    --size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid rgba(0, 0, 0, 0); /* TODO: привести кнопки к одному виду */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.slider-button svg {
    display: block;
    width: 25%;
    height: auto;
    stroke: var(--commonTextColor);
}
.slider-button.--next {
    transform: rotate(180deg);
}
.slider-button.--stroke-white {
    border-color: #fff;
}
.slider-button.--stroke-white svg {
    stroke: #fff;
}
.slider-button.--dimmed {
    background-color: rgb(234, 234, 234, 0.8);
    border-color: rgb(234, 234, 234, 0.8);
}
.slider-button.--dimmed:hover {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

header .header .header__nav .nav__item {
    --textColor: var(--commontextcolor);
}

header .header .header__nav .header__navList .menu-item-has-children .sub-menu__arrow {
    --color: var(--commontextcolor);
}

header .header .header__column .header__btn,
header .header .header__column .header__link,
.burger-popup__contactsBtn,
.globalSearch .globalSearch__resultsList .globalSearch__resultsItem--bold,
.startKitNew .startKitNew__priceBlock .startKitNew__priceButton,
.extension__cardTitle {
    font-weight: 500;
}

.burger-popup__nav {
    font-weight: 400;
}

.desktopMain__protectYourHouseSection .protectYourHouseSection__heading {
    position: relative;
    z-index: 1;

    font-weight: 700;
    font-family: "MTS Wide", "Arial", sans-serif;
}

.protectYourHouseSection__heading {
    font-size: 48px;
}
@media screen and (min-width: 1001px) and (max-width: 1399px) {
    .protectYourHouseSection__heading {
        font-size: 36px;
    }
}
@media screen and (max-width: 1499px) {
    .title-h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1279px) {
    .title-h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .title-h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .protectYourHouseSection__heading {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .title-h2 {
        font-size: 20px;
    }
    .slider-button,
    .ourClientsSection__slider-buttons .ourClientsSection__slider-button {
        --size: 32px;
    }
    .desktopMain__protectYourHouseSection .protectYourHouseSection__text {
        z-index: 1;
    }
    .protectYourHouseSection__actions {
        bottom: 38vw;
        left: 0;
    }
    .startKitNew .kitItemsWrapper-slider-buttons .slider-controll {
        filter: brightness(0.3);
    }
    .orderCallOrBookButton {
        margin-bottom: 25px;
    }
    .professionalSystemSection .slider-nav {
        bottom: 3%;
    }
    .professionalSystemSection__info {
        height: auto;
        min-height: 60vw;
    }
}

.protectYourHouseSection__subheading {
    position: relative;
    z-index: 1;
    font-size: 22px;
}

.sectionHeading {
    font-weight: 700;
    font-size: 40px;
}
.extension__cardText {
    height: 17.5rem !important;
}
.extension__cardInfo.--column {
    flex-direction: column;
}
/*.extension__cardInfo.--column .extension__cardPrice span {*/
/*    display: block;*/
/*}*/
.extension__cardInfo {
    font-size: 14px;
    line-height: 1.4;
}
.extension__card_current .extension__cardInfo {
    font-size: 15px;
    line-height: 1.4;
}
.extension__cardPrice {
    font-size: inherit !important;
    line-height: inherit !important;
}
@media screen and (max-width: 1920px) {
    .extension__card {
        height: 41.5rem !important;
    }
}
@media screen and (max-width: 768px) {
    .extension__card {
        height: 116.5vw !important;
    }
    .extension__card.extensions__card_detailed {
        height: 162.6vw !important;
    }
    .extension__cardInfo {
        font-size: 5.6vw;
        line-height: 1.4;
    }
}
@media screen and (max-width: 767px) {
    .slider-button {
        --size: 30px;
    }
    .sectionHeading {
        font-size: 4.074vw;
    }
    .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper .solution .price.small {
        font-size: 4vw;
    }
    .startKitNew .startKitNew__kit::before {
        height: 48vw;
    }
    .startKitNew .startKitNew__kitImage,
    .startKitNew .startKitNew__kitImageLines {
        margin-top: 0;
    }
    .startKitNew .kitItem__visualImage--mobile {
        width: auto;
    }
    .goToTopButton {
        right: 36px;
        bottom: calc(var(--size)*1.25);
    }
    .openExtensions {
        right: 36px;
    }
}
@media screen and (max-width: 580px) {
    .sectionHeading {
        font-size: 5.7vw;
    }
    .extension__cardInfo {
        font-size: 4vw;
    }
}

.image__header {
    font-weight: 700;
}

.professionalSystemSection__infoList,
.professionalSystemSection__list-icon,
.startKitNew .kitItem__descripton .kitItem__benefitsList .kitItem__benefit span,
.startKitNew .visualFootnote,
.startKitNew .startKitNew__kitItems .startKitNew__kitItemsExpandButton,
.popup-form__form-description {
    font-weight: 400;
}

.startKitNew__priceValue-old,
.startKitNew__priceValue-new,
.startKitNew .startKitNew__priceBlock .startKitNew__priceValue {
    font-weight: 500;
    font-family: "MTS Wide", "Arial", sans-serif;
}

.startKitNew .kitItem__descripton,
.startKitNew .visualFootnote,
.startKitNew .startKitNew__kitItems .startKitNew__kitItemsExpandButton,
.extensions__title,
.extensions__button_allCategories,
.extension__cardTitle,
.extension__cardInfo {
    color: var(--commonTextColor);
}

.startKitNew .startKitNew__kitListItem {
    --item-color: var(--commonTextColor);
}

.bestSolutions__card .card__name,
.mobileAppSection__leftBlock .mobileAppSection__feature-heading {
    font-weight: 700;
}

.desktopMain__ratePlanSection .ratePlanSection__Heading,
.desktopMain__ratePlanSection .ratePlanSection__price-text,
.desktopMain__ratePlanSection .ratePlanSection__button,
.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper .solution__heading,
.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper .solution .price.big,
.popup-form__form-heading {
    font-weight: 500;
}

.desktopMain__ratePlanSection .ratePlanSection__price-text_subtext {
    color: #adafaf;
    opacity: 1;
}

.desktopMain__textSection .textSection__text-block .textSection__text,
.breadcrumbs {
    color: #adafaf;
}

.startKitNew .visualFootnote .visualFootnote__line {
    background-color: #000;
}

.startKitNew .visualFootnote::after {
    border-color: #000;
}

.popup-form__field {
    border-color: var(--grey);
}

footer {
    background-color: #58595B;
}

footer .footer .footer__top .footer__column.footer__contacts .footer__phone {
    opacity: 0.5;
}

footer .footer .footer__bottom .footer__text {
    font-weight: 400;
    font-family: "MTS Sans", "Arial", sans-serif;
}
/* /Редизайн */

.socials {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.socials__link {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}

.videoPopupWrapper {
    left: 0;
}

/* Правка карточек в охране бизнеса */
.desktopMain__ratePlanSection.--business .ratePlanSection__tariffBlock {
    height: 430px;
}
.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper .solution__heading {
    padding-right: 1em;
    padding-left: 1em;
}
@media screen and (max-width: 1279px) {
    .additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper .solution__details-image {
        max-height: 220px;
        object-fit: contain;
    }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
    .desktopMain__ratePlanSection.--business.slider-blur::after,
    .desktopMain__ratePlanSection.--business.slider-blur::before {
        top: -10px;
    }
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
    .desktopMain__ratePlanSection.--business .ratePlanSection__tariffBlock {
        height: 390px;
    }
}
/* /Правка карточек в охране бизнеса */


#readMore {
	background-color: var(--brand);
    color: #fff;
    padding:5px 10px;
    /*display:block;*/
    display:none !important;
    width:max-content;
    margin:auto;
    border: 1px solid var(--brand);
    cursor:pointer;
    transition: 0.3s;
}
#readMore:hover {
	background-color: #fff;
    color: var(--brand);
}
.desktopMain__textSection div.textSection__text-block {
	/*height: max-content;*/
}
.desktopMain__textSection .textSection__text-block div.textSection__text{
    max-height: 290px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .desktopMain__textSection .textSection__text-block div.textSection__text{
        max-height: 210px;
        font-size: 10px;
    }
}
.hide_next {
display:none !important
}
/*.hide_next ~ * {*/
/*    display: none;*/
/*}*/
/*.hide_next.not_hide ~ * {*/
/*	display:block !important;*/
/*}*/

.startKitNew .startKitNew__priceBlock {
    align-items: center;
}
.startKitNew .startKitNew__priceBlock .startKitNew__priceButton {
    min-height: 58px;
}
.ratePlanSection__price-old {
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-decoration: line-through;
    transform: translateY(0.08em);
}
@media screen and (max-width: 767px) {
    div.startKit__slider-nav {
        justify-content: center;
    }
    .startKitNew .startKitNew__priceBlock .startKitNew__priceButton {
        width: 100%;
        min-height: auto;
    }
}

/* Скрываем кнопку Добавить в избранное */
.extension__cardTextButton,
.extension__card_current .extensionCurrent__cardTextButton {
    display: none;
}

/* Цена по акции в блоке Стартовый комплект */
body .startKitNew .startKitNew__priceBlock .startKitNew__priceValue.--promo {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: "Normalidad Text", "Arial", sans-serif;
    font-size: 1em;
}

.startKitNew__priceValue.--promo .startKitNew__priceValue-old {
    font-size: 1.6em;
    color: #000000;
    text-decoration: line-through;
    transform: translateY(0.08em);
}

.startKitNew__priceValue.--promo .startKitNew__priceValue-label {
    margin-right: 0.8em;
    margin-left: 0.8em;
    padding: 0.4em 1em 0.3em;
    font-size: 1em;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--brand);
    border-radius: 2em;
}

.startKitNew__priceValue.--promo .startKitNew__priceValue-new {
    font-size: 2.6em;
}

@media screen and (max-width: 767px) {
    .startKitNew .startKitNew__priceBlock .startKitNew__priceValue.--promo {
        justify-content: center;
    }
}


.btn {
    position: relative;
    display: inline-block;
    padding: 1.1em 2.8em;
    overflow: hidden;
    font-weight: 500;
    font-family: "MTS Sans", "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: #ea6267;
}

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

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

.btn.--invert:hover {
    color: #ffffff;
    background-color: var(--brand);
    border-color: var(--brand);
}

/* Блок Принцип работы системы */
.howto__inner-cols {
    display: flex;
    padding-top: 96px;
    padding-bottom: 96px;
}

.howto__plan-wrap,
.howto__info-wrap {
    flex: 0 1 50%;
}

.howto-plan__img-wrap,
.howto-info__img-wrap {
    position: relative;
}

.howto-plan__img-plan,
.howto-info__img-device {
    display: block;
    max-width: 100%;
    height: auto;
	width: 100%;
}

.howto-plan__img-icon {
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: transform ease 0.24s;
    cursor: pointer;
}

.howto-plan__img-icon:hover {
    transform: scale(1.4);
}

.howto-plan__img-icon.--is-active {
    box-shadow: 0 0 10px rgba(255, 120, 125, 0.5);
}

.howto.--home-security .howto-plan__img-icon[data-device-id="1"] {
    top: 6.7%;
    left: 58.6%;
}

.howto.--home-security .howto-plan__img-icon[data-device-id="2"] {
    top: 33.3%;
    left: 71.7%;
}

.howto.--home-security .howto-plan__img-icon[data-device-id="3"] {
    top: 41%;
    left: 24.7%;
}

.howto.--home-security .howto-plan__img-icon[data-device-id="4"] {
    top: 51.4%;
    left: 73.5%;
}

.howto.--home-security .howto-plan__img-icon[data-device-id="5"] {
    top: 73%;
    left: 62%;
}

.howto.--home-security .howto-plan__img-icon[data-device-id="6"] {
    top: 99.2%;
    left: 54.5%;
}

.howto-info {
    display: none;
    padding-top: 12%;
}

.howto-info.--is-active {
    display: block;
}

.howto-info__img-wrap {
    display: flex;
    justify-content: center;
}

.howto-info__img-device {
    width: 48.42%;
}

.howto-info__img-device.--has-labels {
    margin-left: 26.67%;
}

.howto-info__list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.howto-info__item {
    position: absolute;
    padding-right: 20px;
}

.howto-info__item::before {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--brand);
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 1px var(--commonTextColor);
}

.howto-info__item::after {
    content: "";
    position: absolute;
    top: calc(25% + 3px);
    left: 100%;
    display: block;
    width: 110px;
    height: 1px;
    background-color: var(--commonTextColor);
}

.howto.--home-security .howto-info__item.--1 {
    top: 19.5%;
    right: 55%;
}

.howto.--home-security .howto-info__item.--2 {
    top: 32.7%;
    right: 55%;
}

.howto.--home-security .howto-info__item.--3 {
    top: 69%;
    right: 55%;
}

.item-howto-info__text {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: right;
}

.howto-info__caption {
    max-width: 360px;
    margin-top: 27px;
    margin-left: 25.5%;
}

.howto-info__caption-name {
    margin: 0 0 1.125em;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
}

.howto-info__caption-text {
    margin: 0;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.72;
}

@media screen and (max-width: 1249px) {
    .howto-plan__img-plan {
        width: 100%;
    }

    .howto.--home-security .howto-plan__img-icon[data-device-id="1"] {
        top: 6.7%;
        left: 69%;
    }

    .howto.--home-security .howto-plan__img-icon[data-device-id="2"] {
        top: 33.3%;
        left: 83%;
    }

    .howto.--home-security .howto-plan__img-icon[data-device-id="3"] {
        top: 41%;
        left: 28.5%;
    }

    .howto.--home-security .howto-plan__img-icon[data-device-id="4"] {
        top: 51.4%;
        left: 88%;
    }

    .howto.--home-security .howto-plan__img-icon[data-device-id="5"] {
        top: 73%;
        left: 73%;
    }

    .howto.--home-security .howto-plan__img-icon[data-device-id="6"] {
        top: 99.2%;
        left: 65%;
    }

    .howto-info__item::after {
        width: 85px;
    }
}

@media screen and (max-width: 1023px) {
    .howto__inner-cols {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .item-howto-info__text,
    .howto-info__caption-text {
        font-size: 12px;
    }

    .howto-info__item::after {
        width: 60px;
    }

    .howto-info__caption-name {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .howto {
        padding-top: 20px;
    }

    .howto .container {
        padding: 0;
    }

    .howto__inner-cols {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .howto-plan__img-icon {
        width: 32px;
        height: 32px;
    }

    .howto-info {
        padding-top: 15%;
    }

    .howto-info__caption {
        max-width: none;
        margin-left: 0;
    }

    .howto-info__caption-text {
        padding-left: 0;
    }
}


/* Блок отзывов клиентов */
.page-popup-review .page-popup__content {
    width: 100%;
    max-width: 870px;
    padding: 32px 30px 35px;
    background-color: #ffffff;
    border-radius: 30px;
    opacity: 0.95;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.page-popup-review__author {
    margin-bottom: 17px;
}
.page-popup-review__text {
    font-size: 20px;
    line-height: 1.3;
}
.testimonials {
    padding-top: 100px;
    padding-bottom: 50px;
}
.testimonials__title {
    margin-top: 0;
}
.testimonials__link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.testimonials__link {
    padding: 0.75em 1.4em;
    text-transform: none;
}

.testimonials-slider .swiper {
    overflow: visible;
}

.testimonials-slider .testimonials-slider__slide {
    height: auto;
}

.card-testimonial {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 32px 30px 35px;
    color: var(--commonTextColor);
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(84, 97, 108, 0.15);
}

.card-testimonial__author {
    margin-bottom: 17px;
}

.card-testimonial__text {
    font-size: 20px;
    line-height: 1.3;
}

.card-testimonial__text p {
    margin: 0;
}

.card-testimonial__text-btn {
    padding: 0;
    font: inherit;
    color: var(--brand);
    background-color: rgba(0, 0, 0 ,0);
    border: 0;
    cursor: pointer;
}
.card-testimonial__text-btn:hover {
    color: #ea6267;
    user-select: none;
    touch-action: manipulation;
}

.author-info {
    display: flex;
    align-items: center;
}

.author-info__img-wrap {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}

.author-info__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info__name-wrap {
    display: flex;
    flex-direction: column;
}

.author-info__name {
    display: block;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}

.author-info__city {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 1279px) {
    .page-popup-review .page-popup__content {
        max-width: 610px;
    }

    .author-info__name {
        font-size: 20px;
    }

    .page-popup-review__text,
    .card-testimonial__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-popup-review .page-popup__content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .testimonials .container {
        padding: 0;
    }

    .card-testimonial {
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        box-shadow: 0 0 30px rgba(84, 97, 108, 0.15);
    }

    .author-info {
        align-items: flex-start;
    }

    .author-info__name {
        font-size: 16px;
    }

    .author-info__city {
        font-size: 12px;
    }
}


/* Блок кейсов клиентов */
.use-cases {
    padding-bottom: 100px;
}

.cases-slider .swiper {
    overflow: visible;
}

.cases-slider .cases-slider__slide {
    height: auto;
}

.cases-slider .swiper-slide {
    opacity: 0.5;
    transition: all 0.4s ease-out;
}

.cases-slider .cases-slider__slide.swiper-slide-active {
    opacity: 1;
}

.cases-slider .swiper-pagination {
    position: static;
    margin-top: 25px;
}

.cases-slider .swiper-pagination-bullet {
    position: relative;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    margin-left: 4px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid var(--commonTextColor);
    opacity: 1;
}

.cases-slider .swiper-pagination-bullet-active {
    background-color: var(--commonTextColor);
}

.card-case {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 473px;
    box-sizing: border-box;
    padding: 24px;
    color: var(--commonTextColor);
    line-height: 1.22;
    background: #ffffff;
    box-shadow: 0 0 60px rgba(84, 97, 108, 0.15);
    border-radius: 20px;
}

.card-case__inner-cols {
    display: flex;
}

.card-case__descr {
    position: relative;
    flex: 0 1 62%;
    padding-right: 10px;
    padding-bottom: 70px;
}

.card-case__descr::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--commonTextColor);
}

.card-case__systems {
    flex: 0 1 35%;
    padding-top: 15px;
    padding-right: 16px;
    padding-left: 28px;
}

.card-case__systems .card-case__title {
    margin-bottom: 1.75em;
    text-align: center;
}

.card-case__object-name {
    margin: 0 0 1em;
    font-weight: 700;
    font-size: 26px;
}

.card-case__title {
    margin: 0 0 0.8em;
    font-weight: 500;
    font-size: 20px;
}

.card-case__text {
    margin: 0 0 1.25em;
    font-size: 16px;
}

.card-case__systems-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-case__systems-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
    font-size: 16px;
}

.card-case__systems-item:last-child {
    margin-bottom: 0;
}

.card-case__systems-name {
    max-width: 170px;
}

.card-case__link-wrap {
    margin-top: auto;
}

.card-case__link {
    padding: 1.03em 2.3em;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}

@media screen and (max-width: 1279px) {
    .card-case {
        min-height: 420px;
    }

    .card-case__descr::after {
        top: 25px;
    }

    .card-case__systems {
        padding-top: 10px;
    }

    .card-case__object-name {
        font-size: 22px;
    }

    .card-case__title {
        font-size: 18px;
    }

    .card-case__text,
    .card-case__systems-item {
        font-size: 14px;
    }

    .card-case__link {
        padding-right: 1.5em;
        padding-left: 1.5em;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .use-cases {
        padding-bottom: 50px;
    }

    .use-cases .container {
        padding: 0;
    }

    .card-case__inner-cols {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .card-case__descr {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .card-case__descr::after {
        top: auto;
        width: 100%;
        height: 1px;
    }

    .card-case__object-name {
        font-size: 18px;
    }

    .card-case__title {
        font-size: 16px;
    }

    .card-case__systems {
        padding: 0;
    }

    .card-case__systems .card-case__title {
        margin-bottom: 1.2em;
    }

    .card-case__systems-item {
        margin-bottom: 18px;
    }

    .card-case__link {
        display: block;
        font-size: 12px;
    }
}


/*Обновленное меню второго уровня для Охрана бизнеса*/
header .header .header__nav .header__navList li.menu-item-2743 .sub-menu {
    /*top: calc(100% + var(--header-y-offset) + 1.2em);*/
    top: calc(100% + var(--header-y-offset) + 1.48em);
    left: -1.8em;
    padding-bottom: 1em;
    border-radius: 0 0 8px 8px;
    transform: translate(0, -1.5em);
}

header .header .header__nav .header__navList li.menu-item-2743.menu-item-has-children:hover .sub-menu,
header .header .header__nav .header__navList li.menu-item-2743.menu-item-has-children:active .sub-menu {
    /*transform: translate(0, -1.5em);*/
    transform: translate(0, 0);
}

header .header .header__nav .header__navList li.menu-item-2743 .sub-menu .menu-item {
    align-items: flex-start;
    margin: 0;
    width: 286px;
    background-color: #f8f8f8;
}

header .header .header__nav .header__navList li.menu-item-2743 .sub-menu .menu-item:hover {
    background-color: rgba(84, 97, 108, 0.6);
}

header .header .header__nav .header__navList li.menu-item-2743 .sub-menu .menu-item:hover .nav__item {
    color: #ffffff;
}

header .header .header__nav .header__navList li.menu-item-2743 .sub-menu li + li::before {
    content: none;
}

header .header .header__nav .header__navList li.menu-item-2743 .sub-menu .nav__item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.38em 1.08em 0.42em;
    font-weight: 400;
    line-height: 1.22;
    text-transform: none;
}

header .header .header__nav .header__navList li.menu-item-2743 .sub-menu .nav__item::before,
header .header .header__nav .header__navList li.menu-item-2743 .sub-menu .nav__item::after {
    content: none;
}


.burger-popup__nav li.burger-popup__business-protection-item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr max-content;
}

.burger-popup__item.--has-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.burger-popup__item.--has-toggle a {
    margin-left: 1em;
}

.burger-popup__nav .burger-popup__submenu {
    grid-column: 2 / 3;
    display: none;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.burger-popup__submenu.--is-opened {
    display: block;
}
@media screen and (min-width: 1200px) {
    .burger-popup__submenu.--is-opened {
        display: none;
    }
}

.burger-popup__submenu-item:not(:last-child) {
    margin-bottom: 0.4rem;
}

.burger-popup__submenu-link {
    font-size: 25px;
}

.burger-popup__toggle {
    display: none;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.8rem;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    outline: 0;
    user-select: none;
    touch-action: manipulation;
}

.burger-popup__toggle:hover .burger-popup__toggle-arrow {
    stroke: var(--brand);
}

.burger-popup__toggle.--is-opened .burger-popup__toggle-arrow {
    transform: rotate(180deg);
}

.burger-popup__toggle-arrow {
    width: 2.2rem;
    height: 1.3rem;
    stroke: var(--commonTextColor);
    transition: stroke 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/*.burger-popup__contacts {*/
/*    margin-top: 2.5rem;*/
/*}*/

/*@media screen and (max-width: 1439px) {*/
/*    .burger-popup__nav {*/
/*        margin-top: 10px;*/
/*        font-size: 30px;*/
/*    }*/

/*    .burger-popup__submenu-link {*/
/*        font-size: 18px;*/
/*    }*/

/*    .burger-popup__contacts {*/
/*        margin-top: 2rem;*/
/*    }*/
/*}*/

@media screen and (max-width: 767px) {
    .burger-popup__nav {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 18px;
        font-size: min(5.625vw, 18px);
    }

    .burger-popup__nav .burger-popup__submenu {
        margin-top: 2.5vw;
    }

    .burger-popup__area-close {
        gap: 3vw;
    }

    .burger-popup__item.--has-toggle {
        margin-left: 1em;
    }

    .burger-popup__item.--has-toggle a {
        margin: 0;
    }

    .burger-popup__toggle {
        display: flex;
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

    .burger-popup__toggle-arrow {
        width: 1.6rem;
    }

    .burger-popup__submenu-link {
        font-size: 15px;
    }

    .burger-popup__contacts {
        margin-top: 0;
    }

    .burger-popup__activeArea {
        padding-bottom: 10vw;
    }

    .burger-popup__contacts .burger-popup__contactsPhone {
        margin-top: 25px;
    }

    .burger-popup__contactsBtn {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        font-size: 14px;
    }

    .burger-popup__contactsPhone {
        font-size: 20px;
    }
}


/*Правки для карточек доп. решений*/
.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;
}


.favoritsItem__image {
    object-fit: contain;
}
/* TODO: temp */
/*.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper.--new .solution__heading a::before {*/
/*    content: none;*/
/*}*/



@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__main-content::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    background-color: #ffffff;*/
/*}*/

.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: var(--commonTextColor);
}

/*.details-additional__price-fee {*/
/*    margin: 60px 0 0;*/
/*    font-size: 12px;*/
/*    text-align: center;*/
/*}*/

/*.details-additional__price-fee span {*/
/*    font-size: 16px;*/
/*    color: var(--brand);*/
/*}*/

.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;
    }
}


/* Иконки whatsapp для хрусталева */
.orderConsultationSection__labeled-checkbox-group_popup.--add-social {
    position: relative;
}

.orderConsultationSection__labeled-checkbox-group_popup.--add-social .popup-form__social-link.--whatsapp {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-form__social-link.--whatsapp.--bottom {
    display: none;
}

.social-link.--whatsapp {
    display: none;
}

@media screen and (max-width: 767px) {
    .header__social-link {
        display: none;
    }

    .footer__social-link.--whatsapp img {
        display: block;
        width: 8vw;
    }

    .orderConsultationSection__labeled-checkbox-group_popup.--add-social {
        padding-right: 0;
    }

    .orderConsultationSection__labeled-checkbox-group_popup.--add-social .popup-form__social-link.--whatsapp {
        display: none;
    }

    .popup-form__social-link.--whatsapp.--bottom {
        position: absolute;
        display: inline-block;
        right: calc(50% - 13rem);
        bottom: 7.3rem;
    }

    .social-link.--whatsapp {
        position: fixed;
        right: calc(12vw * 0.5);
        bottom: calc(12vw * 1.55);
        z-index: 100;
        display: block;
    }
}


.page-popup {
    overflow-y: auto;
}
.popup-form {
    height: 575px;
}
@media screen and (max-width: 767px) {
    .popup-form {
        height: 500px;
    }
    .page-popup__tabs {
        border-radius: 16px 16px 0 0;
    }
}

.page-popup--favorits .orderConsultationSection__labeled-checkbox-group {
    margin: 0;
}

.popup-form .popup-form__promocode {
    margin-top: 20px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .popup-form .popup-form__promocode {
        margin-top: 7px;
        /*margin-bottom: 7px;*/
    }
    .page-popup--favorits .popup-form {
        padding-top: 15px;
    }
    .page-popup--favorits .orderConsultationSection__labeled-checkbox-group {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

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

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

.popup-form__promocode .popup-form__field {
    justify-self: right;
    max-width: 202px;
    height: 46px;
    opacity: 0;
    visibility: hidden;
}

.orderConsultationSection__labeled-checkbox-group_popup {
    margin: 0 !important;
}


/* Страница вакансий */
.header__page-caption {
    margin: 0 0 0 38px;
    font-size: 14px;
    text-transform: uppercase;
}

.vacancies-start {
    position: relative;
    display: grid;
    place-items: center;
    min-height: calc(300px + 13.3vw);
    color: #ffffff;
    text-align: center;
    background-color: #58595B;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.vacancies-start::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.vacancies-start__inner {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding-top: max(40px, 5vw);
    padding-bottom: 40px;
}

.vacancies-start__title {
    margin: 0 0 0.6em;
    font-weight: 700;
    font-family: "MTS Wide", "Arial", sans-serif;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}
.vacancies-start__title {
    font-size: clamp(32px, 2.5vw, 48px);
}

.vacancies-start__slogan {
    max-width: 800px;
    margin: 0 auto;
    /*font-size: 20px;*/
    font-size: clamp(24px, 1.5625vw, 30px);
    line-height: 1.5;
}

.vacancies-start__link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.vacancies-start__link-wrap {
    margin-top: max(3.125vw, 40px);
}

.vacancies-start__btn {
    padding: 0.7em 1.4em;
    font-size: 18px;
}

.vacancies-about .container {
    max-width: min(1110px, 100vw - 50px);
}

.vacancies-about a {
    color: var(--brand);
}

.vacancies-about a:hover {
    opacity: 0.8;
}

.vacancies-about__inner {
    padding-top: 88px;
    padding-bottom: 60px;
}

.vacancies-about__title {
    margin: 0 0 0.8em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.vacancies-about__inner-cols {
    display: flex;
}

.vacancies-about__img-wrap {
    flex-shrink: 0;
    width: 232px;
    height: 232px;
    margin-right: 75px;
    overflow: hidden;
    border-radius: 50%;
}

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

.vacancies-about__text-wrap {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.33;
}

.vacancies-about__text-wrap p {
    margin: 0 0 1em;
}

.vacancies-about__text-wrap a {
    font-weight: 500;
    text-decoration: underline;
}

.vacancies-about__btn-wrap {
    margin-top: 15px;
}

.vacancies-about__btn {
    min-height: 48px;
    padding: 0 0 0 64px;
    font-weight: 400;
    font-size: inherit;
    line-height: 1.25;
    color: var(--commonTextColor);
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='23' stroke='%23E30611' stroke-width='2'/%3E%3Cpath d='M32.5 22.759C33.1667 23.1439 33.1667 24.1061 32.5 24.491L19.9375 31.744C19.2708 32.1289 18.4375 31.6478 18.4375 30.878L18.4375 16.372C18.4375 15.6022 19.2708 15.1211 19.9375 15.506L32.5 22.759Z' stroke='%23E30611' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: 0 50%;
    background-size: 48px;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.vacancies-about__btn:hover {
    opacity: 0.8;
}

.vacancies-ecosystem {
    background-color: rgba(193, 195, 195, 0.2);
}

.vacancies-ecosystem .container {
    max-width: min(1020px, 100vw - 50px);
}

.vacancies-ecosystem__inner {
    padding-top: 46px;
    padding-bottom: 58px;
}

.vacancies-ecosystem__title {
    margin: 0 0 1.1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.vacancies-ecosystem__inner-cols {
    display: flex;
    align-items: center;
}

.vacancies-ecosystem__img-wrap {
    flex-shrink: 0;
    max-width: 180px;
    margin-right: 75px;
}

.vacancies-ecosystem__img-wrap img {
    width: 100%;
    height: auto;
}

.vacancies-ecosystem__text-wrap {
    font-size: 18px;
    line-height: 1.33;
}

.vacancies-ecosystem__text-wrap p {
    margin: 0 0 1em;
}

.vacancies-opened .container {
    max-width: min(670px, 100vw - 50px);
}

.vacancies-opened.--is-empty .vacancies-opened__more-btn {
    display: none;
}

.vacancies-opened.--is-empty .vacancies-opened__note {
    display: block;
    font-weight: 500;
    font-size: 20px;
}

.vacancies-opened__inner {
    padding-top: 50px;
    padding-bottom: 80px;
}

.vacancies-opened__title {
    margin: 0 0 0.7em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.vacancies-opened__intro {
    font-size: 18px;
    line-height: 1.33;
}
.vacancies-opened__intro p {
    margin: 0 0 1em;
}

.vacancies-opened__btn-wrap {
    margin-top: 40px;
    text-align: center;
}
.vacancies-opened__btn {
    padding: 0.8em 1.4em;
    font-size: 18px;
}

.filter-city__title {
    margin: 0 0 0.8em;
    font-weight: 500;
    font-size: 16px;
}

.filter-city__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-city__item {
    margin-right: 4px;
    margin-bottom: 4px;
}

.filter-city__input {
    position: relative;
    height: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #000000;
    text-align: center;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 22px;
    cursor: pointer;
}

.filter-city__input:hover {
    background-color: #adafaf;
}

.filter-city__input.--is-active {
    color: #ffffff;
    background-color: #000000;
}

.filter-city__input.--is-active:hover {
    opacity: 0.8;
}

.filter-city__input.--is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L6.5 6.75' stroke='white'/%3E%3Cpath d='M1 6.75L6.5 1.25' stroke='white'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.vacancies-opened__list {
    margin-top: 48px;
}

.vacancy-item {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--grey);
}

.vacancy-item.--is-opened .vacancy-item__descr {
    display: block;
}

.vacancy-item.--is-opened .vacancy-item__details-btn {
    background-color: #a2aaad;
}

.vacancy-item.--is-opened .vacancy-item__details-btn::after {
    transform: translateY(-50%) rotate(180deg);
}

.vacancy-item.--single {
    padding-bottom: 0;
    border: 0;
}
.vacancy-item.--single .vacancy-item__descr,
.vacancy-item.--single .vacancy-item__descr-text {
    margin-bottom: 0;
}

.vacancy-item__city {
    margin: 0 0 0.5em;
    font-size: 18px;
    color: var(--brand);
}

.vacancy-item__name {
    margin: 0 0 0.7em;
    font-weight: 700;
    font-size: 24px;
}

.vacancy-item__salary {
    margin: 0;
    font-size: 18px;
}

.vacancy-item__descr {
    display: none;
    margin-top: 25px;
    margin-bottom: 40px;
}

.vacancy-item__descr-text {
    margin-bottom: 32px;
    font-size: 16px;
}

.vacancy-item__descr-text a {
    color: var(--brand);
}

.vacancy-item__descr-text a:hover {
    opacity: 0.8;
}

.vacancy-item__descr-text p {
    margin: 0;
}

.vacancy-item__descr-text ul,
.vacancy-item__descr-text ol {
    margin: 0 0 1.25em;
    padding-left: 1.125em;
}

.vacancy-item__descr-text p b {
    font-weight: 500;
}

.vacancy-item__descr-form {
    max-width: 480px;
}

.form-vacancy {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-vacancy__title {
    margin: 0 0 0.8em;
    font-weight: 500;
    font-size: 24px;
}
.form-vacancy__title.page-popup__title {
    margin: 0 0 0.9em;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px dashed #333333;
}

.form-vacancy .form__field-wrap {
    width: 100%;
    margin-bottom: 16px;
}

.form-vacancy .form__field {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    margin-bottom: 16px;
    padding: 0.7em 0.9375em;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--commonTextColor);
    background-color: #ffffff;
    border: 1px solid #a2aaad;
    border-radius: 6px;
}

.form-vacancy .form__field:hover {
    border-color: var(--brand);
}

.form-vacancy .form__field::placeholder {
    color: #a2aaad;
}

.form__field-note {
    margin: 5px 0 0;
    font-size: 12px;
    color: #a2aaad;
}

.form-vacancy .form__field.--textarea {
    height: 138px;
    margin-bottom: 0;
    resize: none;
}

.form-vacancy .field-file {
    width: 100%;
}

.form-vacancy label.labeled-checkbox {
    margin-right: auto;
}

.form-vacancy__caption {
    width: 100%;
    margin: 0 0 0.5em;
    font-size: 16px;
}

.field-file {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.field-file__info {
    position: relative;
    display: none;
    max-width: 20em;
    margin-left: 20px;
    padding-right: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.field-file__info.--is-active {
    display: block;
}

.field-file__btn {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 6.2'%3E%3Cpath d='M0.4,0.4l5.5,5.5' stroke='%23E30611'/%3E%3Cpath d='M0.4,5.9l5.5-5.5' stroke='%23E30611'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    transform: translateY(-50%);
    outline: 0;
}

.field-file__label {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    padding: 0.7em 1.5em;
    font-size: 12px;
    line-height: 1;
    color: var(--brand);
    background-color: #ffffff;
    border: 1px solid var(--brand);
    border-radius: 6px;
    cursor: pointer;
}

.field-file__label:hover {
    color: #ffffff;
    background-color: var(--brand);
}

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

.form-vacancy label.labeled-checkbox .checkbox {
    margin-left: 0;
    font-size: 12px;
}

.form-vacancy__submit {
    margin-top: 12px;
    padding: 0.66em 1.77em;
    font-size: 18px;
}

.vacancy-item__details-btn-wrap {
    margin-top: 25px;
}

.vacancy-item__details-btn {
    position: relative;
    padding: 0.6em 2.9em 0.6em 1.83em;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border: 0;
    border-radius: 34px;
}

.vacancy-item__details-btn:hover {
    opacity: 0.8;
}

.vacancy-item__details-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    width: 11px;
    height: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M1.30273 0.830322L9.39299 8.92058L17.4832 0.830322' stroke='%23FFFFFF' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: 50% 0;
    background-size: 100% auto;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.vacancies-opened__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.vacancies-opened__more-wrap .vacancies-opened__note {
    display: none;
}

.vacancies-opened__more-btn {
    position: relative;
    padding: 0.5em 2.7em 0.5em 1.7em;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.vacancies-opened__more-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.27em;
    display: block;
    width: 16px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.761719 0.776123L8.85197 8.86638L16.9422 0.776123' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.vacancies-opened__more-btn:hover {
    opacity: 0.8;
}

.vacancies-opened__more-btn.--is-active::after {
    transform: translateY(-50%) rotate(180deg);
}

.vacancies-staff__title {
    margin: 0 0 0.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.departments-slider-item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 530px;
    /*padding-top: 188px;*/
    color: #ffffff;
    text-align: center;
    background-color: #58595B;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.departments-slider-item.--has-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.departments-slider-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.departments-slider-item__text-wrap {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.departments-slider-item__title {
    margin: 0 0 0.7em;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
}

.departments-slider-item__text {
    max-width: 650px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.56;
}

.departments-slider-item__action {
    position: absolute;
    left: 76.7%;
    bottom: 52px;
}

.departments-slider-item__btn {
    min-height: 48px;
    padding: 0 0 0 64px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='23' stroke='white' stroke-width='2'/%3E%3Cpath d='M32.5 22.759C33.1667 23.1439 33.1667 24.1061 32.5 24.491L19.9375 31.744C19.2708 32.1289 18.4375 31.6478 18.4375 30.878L18.4375 16.372C18.4375 15.6022 19.2708 15.1211 19.9375 15.506L32.5 22.759Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: 0 50%;
    background-size: 48px;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.quotes-slider-item {
    box-sizing: border-box;
    min-height: 530px;
    color: #000000;
    background-color: #ffffff;
}

.quotes-slider-item__inner {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 80px;
}

.quotes-slider-item__avatar-wrap {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 70px;
}

.quotes-slider-item__img-wrap {
    width: 243px;
    height: 243px;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 50%;
}

.quotes-slider-item__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.quotes-slider-item__name {
    margin: 0 0 0.3em;
    font-weight: 500;
    font-size: 26px;
}

.quotes-slider-item__position {
    margin: 0;
    font-size: 18px;
}

.quotes-slider-item__text-wrap {
    margin-top: -90px;
    font-size: 28px;
    line-height: 1.2;
}

.quotes-slider-item__text-wrap p {
    margin: 0;
}

.quotes-slider .slider__nav {
    top: 38%;
}

.slider__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: min(95vw, 1362px);
    transform: translate(-50%, -50%);
}

.slider__btn {
    --size: 53px;
    width: var(--size);
    height: var(--size);
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.slider__btn:hover {
    background-color: rgba(234, 234, 234, 0.4);
}

.slider__btn img {
    width: 100%;
    height: 100%;
}

.slider__btn.--next img {
    transform: scaleX(-1);
}

.departments-slider .swiper-pagination {
    bottom: 32px !important;
}

.slider .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--grey);
    opacity: 1;
}

.slider .swiper-pagination-bullet-active {
    background-color: var(--grey);
}

.footer-vacancies-wrap {
    margin-top: 80px;
}
.footer-vacancies-wrap .container {
    max-width: min(1340px, 100vw - 50px);
}

.footer-vacancies .footer__title {
    margin: 0 0 0.8em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.footer-vacancies .footer__top {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
}

.footer-vacancies .footer__btn {
    padding: 0.8em 1.4em;
    font-size: 18px;
}

footer .footer-vacancies .footer__bottom {
    justify-content: flex-end;
    margin-top: 12px;
}

.footer-vacancies .social__heading {
    max-width: 8em;
    margin: 0 0 0.9em;
    font-size: 16px;
    line-height: 1.1875;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

.footer-vacancies .footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-vacancies .social__item:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 1679px) {
    .departments-slider-item {
        min-height: 480px;
    }
    .vacancies-about__inner {
        padding-top: 60px;
    }
}

@media screen and (max-width: 1279px) {
    .departments-slider-item {
        min-height: 440px;
    }
    .departments-slider-item__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .header__page-caption {
        margin-left: 25px;
    }

    .vacancies-start {
        min-height: 460px;
    }

    .vacancies-start__inner {
        width: 100%;
        padding-top: 120px;
    }

    .vacancies-start__title {
        font-size: 38px;
    }

    .vacancies-about__inner {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .vacancies-about__title {
        font-size: 30px;
    }

    .vacancies-about__img-wrap {
        width: 180px;
        height: 180px;
        margin-right: 50px;
    }

    .vacancies-about__text-wrap {
        padding-top: 0;
        font-size: 16px;
    }

    .vacancies-ecosystem__title {
        font-size: 30px;
    }

    .vacancies-ecosystem__img-wrap {
        width: 30%;
        margin-right: 50px;
    }

    .vacancies-opened__title {
        font-size: 30px;
    }

    .vacancies-opened__list {
        margin-top: 20px;
    }

    .vacancies-opened__more-btn {
        font-size: 18px;
    }

    .vacancies-staff__title {
        font-size: 30px;
    }

    .departments-slider-item {
        min-height: 420px;
        /*padding-top: 110px;*/
    }

    .departments-slider-item__text-wrap {
        max-width: 600px;
    }

    .departments-slider-item__title {
        font-size: 28px;
    }

    .departments-slider-item__text {
        font-size: 20px;
    }

    .departments-slider-item__action {
        right: 20px;
        left: auto;
    }

    .quotes-slider-item {
        min-height: 420px;
    }

    .quotes-slider-item__inner {
        width: 75%;
    }

    .quotes-slider-item__avatar-wrap {
        margin-right: 30px;
    }

    .quotes-slider-item__img-wrap {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }

    .quotes-slider-item__name {
        font-size: 22px;
    }

    .quotes-slider-item__position {
        font-size: 16px;
    }

    .quotes-slider-item__text-wrap {
        font-size: 22px;
    }

    .footer-vacancies .footer__title {
        font-size: 30px;
    }

    footer .footer-vacancies .footer__top {
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    .popup-form__promocode .popup-form__field {
        height: 3.1em;
    }

    .page-template-page-vacancies .videoPopupWrapper video {
        width: 100%;
        height: auto;
    }

    :is(section[class^="vacancies"]) .container {
        max-width: none;
    }

    .header__page-caption {
        margin-left: 20px;
        font-size: 12px;
    }

    .vacancies-start {
        min-height: 420px;
    }

    .vacancies-start__inner {
        padding-top: 100px;
    }

    .vacancies-start__title {
        font-size: 26px;
    }

    .vacancies-start__slogan {
        font-size: 22px;
        line-height: 1.2;
    }

    .vacancies-start__btn,
    .vacancies-opened__btn {
        font-size: 16px;
    }

    .vacancies-about__title {
        font-size: 25px;
    }

    .vacancies-about__img-wrap {
        display: none;
    }

    .vacancies-about__btn-wrap {
        text-align: center;
    }

    .vacancies-ecosystem__title {
        font-size: 25px;
    }

    .vacancies-ecosystem__inner-cols {
        flex-direction: column;
    }

    .vacancies-ecosystem__img-wrap {
        order: 1;
        width: 35%;
        max-width: 120px;
        margin-top: 20px;
        margin-right: 0;
        padding-top: 0;
    }

    .vacancies-opened__inner {
        padding-bottom: 60px;
    }

    .vacancies-opened__title {
        font-size: 25px;
    }

    .filter-city__item {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .vacancy-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .vacancy-item__name {
        font-size: 20px;
    }

    .form-vacancy .form__field {
        padding: 0.7em;
        font-size: 1.2rem;
    }
    .form-vacancy__title {
        font-size: 18px;
    }
    .form-vacancy__title.page-popup__title {
        font-size: 20px;
    }

    .field-file__info {
        max-width: 10em;
    }

    .form-vacancy__submit {
        width: 100%;
        font-size: 16px;
    }

    .vacancies-opened__more-wrap {
        margin-top: 40px;
    }

    .vacancies-opened__more-btn {
        font-size: 16px;
    }

    .vacancies-staff__title {
        font-size: 25px;
    }

    .slider__btn {
        --size: 32px;
    }

    .departments-slider-item__text-wrap {
        width: 75%;
        margin-top: -70px;
    }

    .departments-slider-item__title {
        font-size: 25px;
    }

    .departments-slider-item__text {
        font-size: 16px;
        line-height: 1.2;
    }

    .departments-slider .swiper-pagination {
        bottom: 20px !important;
    }

    .departments-slider-item__action {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .departments-slider-item__btn {
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .departments-slider-item__btn span {
        display: none;
    }

    .quotes-slider-item__inner {
        flex-direction: column;
        padding-top: 50px;
    }

    .quotes-slider-item__avatar-wrap {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .quotes-slider-item__img-wrap {
        width: 100px;
        height: 100px;
    }

    .quotes-slider-item__name {
        font-size: 20px;
    }

    .quotes-slider-item__text-wrap {
        margin-top: 0;
        font-size: 18px;
        text-align: center;
    }

    .footer-vacancies .footer__title {
        font-size: 25px;
    }

    .footer-vacancies .footer__btn {
        font-size: 16px;
    }

    footer .footer-vacancies .footer__bottom {
        margin-top: 7.825vw;
    }
}


/* Страница камеры для дома */
.page-template-page-home-camera {
    background-color: #ffffff;
}

section[class^="camera"] img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*.title-h2,*/
.title-h2.start-promo__intro-text {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

.text-camera {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
}

.decor-arrow {
    position: absolute;
    box-sizing: border-box;
    width: 52px;
    height: 9px;
    padding-right: 11px;
    background-image: repeating-linear-gradient(to left, var(--brand) 0, var(--brand) 7px, transparent 7px, transparent 14px);
    background-position: right 11px center;
    background-size: auto 1px;
    background-repeat: no-repeat;
}

.decor-arrow__tip {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 11px;
    height: 8px;
    transform: translateY(-50%);
}

.camera-start {
    min-height: 552px;
    margin-bottom: 90px;
    color: #ffffff;
    background-color: #58595b;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.camera-start__inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
}

.camera-start__text-wrap {
    position: relative;
    z-index: 1;
    max-width: 53.75%;
}

.camera-start__title {
    margin: 0 0 0.27em;
    font-weight: 700;
    font-family: "MTS Wide", "Arial", sans-serif;
    font-size: 52px;
    line-height: 1.1;
    text-transform: uppercase;
}

.camera-start__slogan {
    margin: 0;
    font-size: 22px;
    line-height: 1.36;
}

.camera-start__btn-wrap {
    margin-top: 35px;
}

.camera-start__price {
    margin: 0 0 4px;
    font-weight: 500;
    font-family: "MTS Wide", "Arial", sans-serif;
    font-size: 44px;
}

.camera-start__price span{
    font-family: inherit;
}

.camera-start__btn {
    box-sizing: border-box;
    min-width: 197px;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
}

.camera-start__img-wrap {
    position: absolute;
    top: 60px;
    right: 12.3%;
    width: 407px;
}

.camera-start__img-wrap img {
    width: 100%;
}

.camera-notice {
    background-color: #ffffff;
}

.camera-notice.animate.--show .camera-notice__img-phone {
    opacity: 1;
    transform: translateX(0);
}

.camera-notice.animate.--show .camera-notice__decor-arrow {
    right: calc(457px + 40px);
    width: auto;
}
@media screen and (min-width: 1680px) {
    .camera-notice.animate.--show .camera-notice__decor-arrow {
        top: 47%;
        right: calc(457px + 140px);
    }
}

.camera-notice .container {
    max-width: 1920px;
}

.camera-notice__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 20px;*/
    padding-bottom: 43px;
}

.camera-notice__img-wrap.--1 {
    max-width: 428px;
    margin-right: 40px;
}

.camera-notice__img-wrap.--1 img {
    width: 100%;
}

.camera-notice__img-wrap.--2 {
    position: relative;
    max-width: 457px;
}
@media screen and (min-width: 1680px) {
    .camera-notice__img-wrap.--2 {
        transform: translateX(-100px);
    }
}

.camera-notice__img-wrap.--2 .camera-notice__img-camera {
    width: 100%;
    transform: translateY(50px);
}

.camera-notice__img-wrap.--2 .camera-notice__img-phone {
    position: absolute;
    /*top: 27px;*/
    top: 5.9%;
    /*left: -88px;*/
    left: -19.26%;
    display: block;
    width: 84.9%;
    opacity: 1;
    transform: translateX(150%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}

.camera-notice__text-wrap {
    position: relative;
    z-index: 2;
    max-width: 438px;
    padding-top: 34px;
}

.camera-notice__title {
    margin-bottom: 1.4em;
}

.camera-notice__decor-arrow {
    /*top: 49%;*/
    top: 45.4%;
    /*left: 31.3%;*/
    left: 450px;
    transition: width ease-out 0.3s;
}

.camera-protect {
    background-image: linear-gradient(90deg, #d9d9d9 7.99%, #ffffff 62.08%);
}

.camera-protect.animate.--show .camera-protect__img-car {
    opacity: 1;
    transform: translateX(0);
}

.camera-protect.animate.--show .camera-protect__img-phone-1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
}

.camera-protect.animate.--show .camera-protect__img-phone-2 {
    position: static;
    opacity: 1;
}

.camera-protect.animate.--show .camera-protect__decor-arrow {
    right: 410px;
    width: auto;
}

.camera-protect .container {
    max-width: 1920px;
}

.camera-protect__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 28px;
}

.camera-protect__img-wrap.--1 {
    position: relative;
    max-width: 536px;
    margin-right: -35px;
}
@media screen and (min-width: 1680px) {
    .camera-protect__img-wrap.--1 {
        margin-right: 5.5%;
    }
}
@media screen and (min-width: 1920px) {
    .camera-protect__img-wrap.--1 {
        margin-right: 11%;
    }
}

.camera-protect__img-wrap.--1 img {
    width: 100%;
    transition: opacity ease-out 0.3s;
}

.camera-protect__img-wrap.--1 .camera-protect__img-phone-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
}

.camera-protect__text-wrap {
    position: relative;
    z-index: 2;
    max-width: 410px;
    padding-top: 45px;
}

.camera-protect__title {
    margin-bottom: 1.4em;
}

.camera-protect__descr {
    margin-bottom: 3.1em;
}

.camera-protect__note {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #3d444d;
}

.camera-protect__img-wrap.--2 {
    position: absolute;
    top: 23%;
    right: -7.6%;
    max-width: 634px;
    display: block;
}

.camera-protect__img-car {
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}

.camera-protect__decor-arrow {
    top: 36.3%;
    /*left: 29%;*/
    left: 418px;
    width: 83px;
    transition: width ease-out 0.3s;
}

.camera-recognize {
    background-color: #ffffff;
}

.camera-recognize.animate.--show .camera-recognize__img-photo {
    filter: none;
}

.camera-recognize.animate.--show .camera-recognize__img-wrap.--1 .camera-recognize__img-marks {
    transform: scale(0.7);
}

.camera-recognize.animate.--show .camera-recognize__img-wrap.--2 .camera-recognize__img-marks {
    transform: scale(1.7);
}

.camera-recognize.animate.--show .camera-recognize__img-wrap.--2 .camera-recognize__img-phone {
    opacity: 1;
    transform: translateX(0);
}

.camera-recognize.animate.--show .camera-recognize__img-label {
    opacity: 1;
}

.camera-recognize.animate.--show .camera-recognize__decor-arrow {
    right: 460px;
    width: auto;
}

.camera-recognize .container {
    max-width: 1920px;
}

.camera-recognize__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.camera-recognize__img-wrap.--1 {
    position: relative;
    max-width: 468px;
    margin-right: 55px;
    overflow: hidden;
}

.camera-recognize__img-wrap.--1 .camera-recognize__img-photo {
    width: 100%;
}

.camera-recognize__img-wrap.--1 .camera-recognize__img-marks {
    position: absolute;
    /*top: 64px;*/
    /*left: 65px;*/
    top: 11%;
    left: 13.3%;
    width: 78.63%;
    transition: transform ease-out 0.3s;
}

.camera-recognize__img-wrap.--2 {
    position: relative;
    max-width: 454px;
}

.camera-recognize__img-wrap.--2 .camera-recognize__img-camera {
    width: 100%;
}

.camera-recognize__img-wrap.--2 .camera-recognize__img-marks {
    position: absolute;
    /*top: 110px;*/
    /*left: 90px;*/
    top: 24%;
    left: 20%;
    display: block;
    width: 14.55%;
    transition: transform ease-out 0.3s;
}

.camera-recognize__img-wrap.--2 .camera-recognize__img-phone {
    position: absolute;
    top: -5.5%;
    left: 24.7%;
    display: block;
    width: 81%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}

.camera-recognize__img-photo {
    transition: filter ease-out 0.3s;
    filter: blur(5px);
}

.camera-recognize__img-label {
    position: absolute;
    top: 26%;
    box-sizing: border-box;
    display: block;
    width: 4.85em;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity ease-out 0.3s;
}

.camera-recognize__img-label::after {
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    height: 2px;
    background-color: #ffffff;
    transform-origin: 0 0;
}

.camera-recognize__img-label.--1 {
    left: 3%;
}

.camera-recognize__img-label.--1::after {
    /*width: 97px;*/
    width: 100%;
    transform: rotate(67.65deg);
}

.camera-recognize__img-label.--2 {
    left: 43%;
}

.camera-recognize__img-label.--2::after {
    /*width: 58px;*/
    width: 60%;
    transform: rotate(36.67deg);
}

.camera-recognize__text-wrap {
    max-width: 455px;
    padding-top: 40px;
}

.camera-recognize__title {
    margin-bottom: 1.4em;
}

.camera-recognize__descr {
    margin-bottom: 3.55em;
}

.camera-recognize__note {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #3d444d;
}

.camera-recognize__img-camera {
    transform: translate(-22%, -5px);
}
@media screen and (min-width: 1440px) {
    .camera-recognize__img-camera {
        transform: translate(-100px, -5px);
    }
}

.camera-recognize__decor-arrow {
    top: 39.6%;
    /*left: 33%;*/
    left: 475px;
    transition: width ease-out 0.3s;
}

.camera-bidirectional {
    background-color: #ffffff;
}

.camera-bidirectional.animate.--show .camera-bidirectional__img-camera-1 {
    position: absolute;
    opacity: 0;
}

.camera-bidirectional.animate.--show .camera-bidirectional__img-camera-2 {
    position: static;
    opacity: 1;
}

.camera-bidirectional.animate.--show .camera-bidirectional__decor-arrow {
    right: 495px;
    width: auto;
}

.camera-bidirectional .container {
    max-width: 1920px;
}

.camera-bidirectional__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
}

.camera-bidirectional__img-wrap.--1 {
    position: relative;
    z-index: 2;
    max-width: 519px;
    margin-right: -14px;
}

.camera-bidirectional__img-wrap.--1 img {
    width: 100%;
    transition: opacity ease-out 0.3s;
}

.camera-bidirectional__img-wrap.--2 {
    max-width: 547px;
    padding-top: 60px;
}

.camera-bidirectional__img-wrap.--2 img {
    width: 100%;
}

.camera-bidirectional__img-camera-1 {
    transform: translateX(50px);
}

.camera-bidirectional__img-camera-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transform: translateX(50px);
}

.camera-bidirectional__text-wrap {
    max-width: 380px;
    padding-top: 98px;
}

.camera-bidirectional__title {
    margin-bottom: 1.6em;
    font-size: 36px;
}

.camera-bidirectional__decor-arrow {
    top: 34.3%;
    /*left: 30.4%;*/
    left: 415px;
    width: 70px;
    transition: width ease-out 0.3s;
}

.camera-vision {
    overflow: hidden;
    color: #ffffff;
    background-color: #58595b;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.camera-vision.animate.--show .camera-vision__text-wrap,
.camera-vision.animate.--show .camera-vision__img-angle-2 {
    opacity: 1;
}

.camera-vision.animate.--show .camera-vision__img-angle-1 {
    opacity: 0;
}

.camera-vision .container {
    max-width: 1920px;
}

.camera-vision__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 94px;
}
@media screen and (min-width: 1680px) {
    .camera-vision__inner {
        padding-bottom: 90px;
    }
}

.camera-vision__text-wrap {
    max-width: 405px;
    padding-top: 48px;
    opacity: 0;
    transition: opacity ease-out 0.3s;
}

.camera-vision__title {
    margin-bottom: 1.4em;
}

.camera-vision__img-wrap {
    position: relative;
    max-width: 519px;
    margin-left: -70px;
}

.camera-vision__img-camera {
    width: 100%;
    transform: translateX(40px);
}

.camera-vision__img-wrap .camera-vision__img-angle-1,
.camera-vision__img-wrap .camera-vision__img-angle-2 {
    max-width: none;
    transition: opacity ease-out 0.3s;
}

.camera-vision__img-angle-1 {
    position: absolute;
    top: 43px;
    right: 225px;
    max-width: none;
}

.camera-vision__img-angle-2 {
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-42%);
}

.camera-features__inner {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 74px;
    padding-bottom: 27px;
}

.camera-features__img-wrap {
    position: relative;
    max-width: 514px;
    margin-right: 90px;
}

.camera-features__img-camera {
    width: 100%;
}

.camera-features__img-lines {
    position: absolute;
    top: 84px;
    left: 49px;
    width: 293px;
}

.camera-features__img-lines.--mob {
    display: none;
}

.camera-features__label {
    position: absolute;
    margin: 0;
    padding-right: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    letter-spacing: 0.01em;
    background-color: #ffffff;
}

.camera-features__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ef4129;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    transform: translateY(-50%);
}

.camera-features__label.--indicator {
    top: 74px;
    left: -48px;
}

.camera-features__label.--camera {
    top: 188px;
    left: -24px;
}

.camera-features__label.--mic {
    top: 305px;
    left: -58px;
}

.camera-features__label.--speaker {
    right: 130px;
    bottom: 130px;
    padding-top: 28px;
    padding-right: 0;
    text-align: center;
}

.camera-features__label.--speaker::after {
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.camera-features__text-wrap {
    padding-top: 42px;
}

.camera-features__title {
    margin-bottom: 1.3em;
}

.camera-features__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.camera-features__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.28;
}

.camera-features__item:last-child {
    margin-bottom: 0;
}

.camera-features__item-text {
    margin: 0;
}

.camera-features__item-icon {
    flex-shrink: 0;
    width: 56px;
    margin-right: 18px;
}

.camera-specs__inner {
    padding-top: 41px;
    padding-bottom: 47px;
}

.camera-specs__title {
    margin-bottom: 1.97em;
    text-align: center;
}

.camera-specs__list-wrap {
    display: flex;
    justify-content: center;
}

.camera-specs__list {
    margin: 0 0 0 -40px;
    padding: 0;
    list-style: none;
}

.camera-specs__item {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.3;
}

.camera-specs__item:last-child {
    margin-bottom: 0;
}

.camera-specs__item-title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.camera-specs__item-icon {
    flex-shrink: 0;
    width: 56px;
    margin-right: 20px;
}

.camera-specs__item-text {
    min-width: 17.25em;
    font-weight: 500;
}

.camera-specs__descr {
    margin-left: 18px;
}

.camera-cloud__inner {
    padding-top: 47px;
    padding-bottom: 80px;
}

.camera-cloud__title {
    margin-bottom: 2em;
    text-align: center;
}

.camera-cloud__inner-cols {
    display: flex;
    justify-content: center;
    margin-left: -60px;
}

.camera-cloud__img-wrap {
    max-width: 35%;
    margin-right: 110px;
    padding-top: 30px;
}

.camera-cloud__text-wrap {
    max-width: 505px;
    font-size: 22px;
    line-height: 1.3;
}

.camera-cloud__text-wrap p {
    margin: 0;
    line-height: inherit;
}

.camera-cloud__text-item:not(:last-child) {
    margin-bottom: 1.4em;
}

.camera-tariffs .container {
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
}

.camera-tariffs__inner {
    padding-top: 27px;
}

.camera-tariffs__title {
    margin-bottom: 2.9em;
    text-align: center;
}

.tariffs-slider .swiper {
    overflow: visible;
}
@media screen and (min-width: 1024px) {
    .tariffs-slider .swiper-wrapper {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 92px;
        column-gap: 40px;
    }
}

.tariffs-slider .slider-controls,
.tariffs-slider .slider-pagination {
    display: none;
}

.tariffs-slider__tariff-addons {
    margin-top: -45px;
}

.card-tariff {
    position: relative;
    height: 385px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(82, 82, 82, 0.11);
}

.card-tariff * {
    box-sizing: border-box;
}

.card-tariff.--soon {
    background-image: linear-gradient(135deg, #9d9fa0 65px, transparent 65px);
}

.card-tariff.--soon::before {
    content: "Скоро!";
    position: absolute;
    top: 28px;
    left: -10px;
    display: block;
    width: 90px;
    height: 1em;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg);
}

.card-tariff__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 66px 20px 42px;
}

.card-tariff__icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 75px;
    height: 75px;
    transform: translate(-50%, -60%);
}

.card-tariff__icon-desc {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-tariff__icon .card-tariff__icon-mob {
    display: none;
}

.card-tariff__title {
    margin: 0 0 1.35em;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.4;
    border-bottom: 2px dashed var(--brand);
}

.card-tariff__descr {
    flex-grow: 1;
    width: 100%;
    margin: 0;
}

.card-tariff__descr-item {
    margin-bottom: 0.45em;
    font-size: 16px;
}

.card-tariff__descr-item::marker {
    color: var(--brand);
}

.card-tariff__descr-item span {
    color: var(--brand);
    text-transform: uppercase;
}

.card-tariff__price-caption {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.2;
    color: var(--grey);
    text-align: center;
}

.card-tariff__price {
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: var(--brand);
}

.tariff-addons__title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.tariff-addons__title-icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-right: 22px;
    background-color: #000000;
    border-radius: 50%;
}

.tariff-addons__title-icon img {
    width: 32px;
    height: 32px;
}

.tariff-addons__title {
    margin: 0;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
}

.tariff-addons__item:not(:last-child) {
    margin-bottom: 12px;
}

.addon-item {
    display: flex;
    align-items: center;
    height: 102px;
    padding: 13px 22px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(82, 82, 82, 0.11);
    box-sizing: border-box;
}

.addon-item__icon {
    flex-shrink: 0;
    width: 40px;
    margin-right: 16px;
}

.addon-item__icon img {
    width: 100%;
}

.addon-item__name {
    margin: 0 0 0.6em;
    font-size: 16px;
}

.addon-item__price {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: var(--brand);
}

.camera-tariffs__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.camera-tariffs__btn {
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 400;
    font-family: "MTS Sans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #58595b;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.camera-tariffs__btn:hover {
    opacity: 0.75;
}

.camera-tariffs__btn-icon {
    flex-shrink: 0;
    width: 41px;
    height: 41px;
    margin-right: 14px;
}

.camera-tariffs__btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.camera-tariffs__addons-wrap {
    display: none;
}

.section-form__inner,
.camera-order__inner {
    padding-top: 64px;
    padding-bottom: 65px;
}

.camera-app {
    margin-top: 65px;
}

.camera-app .camera-app__title {
    margin: 0 0 1.25em;
}

.camera-app.desktopMain__mobileAppSection img {
    max-width: none;
}

.camera-app .mobileAppSection__feature {
    min-height: 126px;
}

.camera-app.--new {
    overflow: visible;
}

.camera-app.--new .mobileAppSection {
    align-items: flex-start !important;
    gap: 20px;
}

.camera-app.--new .mobileAppSection__leftBlock-bottom {
    justify-content: flex-start;
}

.camera-app.--new .mobileAppSection__leftBlock-android {
    margin-right: 30px;
}

@media screen and (min-width: 1241px) and (max-width: 1500px) {
    .camera-app.--new .mobileAppSection .mobileAppSection__rightBlock {
        margin-top: -42px;
    }

    .camera-app.--new .mobileAppSection .mobileAppSection__rightBlock .mobileApp-image {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 1240px) {
    .camera-app.--new .mobileAppSection__rightBlock {
        margin-top: -50px;
    }
}

.camera-app.--new .mobileApp-image {
    object-fit: contain;
}
/*@media screen and (min-width: 1441px) and (max-width: 1500px) {*/
/*    .camera-app.--new .mobileAppSection {*/
/*        align-items: center !important;*/
/*    }*/
/*}*/

.camera-text-after {
    padding-top: 0;
}

.camera-text-after .textSection__text-block .textSection__text {
    font-weight: 400;
}

.order-form {
    box-sizing: border-box;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 56px 65px 35px;
    background-color: #ffffff;
    border-radius: 30px;
    opacity: 0.95;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.form-order {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-order .form__field {
    margin-bottom: 0;
}

.form-order .form__field:not(:first-of-type) {
    margin-top: 20px;
}

.form-order .form__field.--is-hidden {
    display: none;
}

.form-order__title {
    margin: 0 0 0.9em;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px dashed #333333;
}

.form-order__text {
    margin: 0 0 1.3em;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.form-order__comm-btns-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.form-order__comm-btn {
    min-width: 10.6em;
    padding: 0.7em 1.6em;
    border-radius: 1.43em;
}

.form-order__comm-btn:not(:last-child) {
    margin-right: 20px;
}

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

.form-order__fieldset.--checks {
    align-self: stretch;
    margin-top: 14px;
}

.form-order__btn {
    min-width: 278px;
    margin-top: 18px;
}

.camera-text-after.desktopMain__textSection .textSection__text-block {
    /*overflow-y: hidden;*/
}

.tariff-how-to {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 104px;
    overflow: hidden;
    background-color: #ffffff;
}

.tariff-how-to__title-wrap {
    position: relative;
}

.tariff-how-to__title {
    margin-bottom: 1.375em;
    text-align: center;
}

.how-to-slider .swiper {
    overflow: visible;
}

.how-to-slider .slider-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.how-to-slider .step {
    position: relative;
    box-sizing: border-box;
    min-height: 300px;
    padding: 30px 15px 15px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(62, 62, 62, 0.2);
}

.how-to-slider .step__num {
    position: absolute;
    top: 0.5em;
    left: 0.44em;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.01em;
}

.how-to-slider .step__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-to-slider .step__info-image {
    /*width: 195px;*/
    width: 76%;
    height: 165px;
    object-fit: contain;
}

.how-to-slider .step__info-paragraph {
    margin: 2.4em 0 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.page-popup.--order-camera,
.page-popup.--tariff-how-to,
.page-popup.--activate-system,
.page-popup.--apply-vacancy {
    cursor: auto;
}

.page-popup.--tariff-how-to .page-popup__close {
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

/*.page-popup.--order-camera .form-order__fieldset.--checks {*/
/*    align-self: flex-start;*/
/*}*/

.page-popup.--order-camera.--show,
.page-popup.--tariff-how-to.--show,
.page-popup.--activate-system.--show,
.page-popup.--apply-vacancy.--show {
    display: flex;
}

.page-popup.--order-camera.--show .popup__success,
.page-popup.--activate-system.--show .popup__success {
    position: static !important;
    min-width: auto;
    max-width: 100%;
    transform: none;
}

.page-popup.--order-camera .order-form,
.page-popup.--activate-system .order-form {
    position: relative;
}

.page-popup.--apply-vacancy .page-popup__content {
    max-width: 640px;
    padding: 56px 65px 35px;
}

.page-popup.--apply-vacancy .popup__success {
    position: static;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    transform: none;
}
.page-popup.--apply-vacancy .popupSuccess__heading {
    width: 100%;
}

.page-popup__close,
.expert-popup__close,
.citySelector__close {
    position: absolute;
    top: 20px;
    right: 24px;
    padding: 0;
    font-size: 0;
    color: #9d9fa0;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
}

.page-popup__close:hover,
.expert-popup__close:hover {
    color: #000;
}

.citySelector__close {
    right: 13px;
    display: none;
}

.page-popup__close::before,
.page-popup__close::after,
.expert-popup__close::before,
.expert-popup__close::after,
.citySelector__close::before,
.citySelector__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 26px;
    height: 1px;
    background-color: currentColor;
    transform-origin: 50% 50%;
}

.page-popup__close::before,
.expert-popup__close::before,
.citySelector__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-popup__close::after,
.expert-popup__close::after,
.citySelector__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1439px) {
    .camera-notice.animate.--show .camera-notice__decor-arrow {
        right: 35%;
    }

    .camera-notice__descr {
        width: 95%;
    }

    .camera-notice__decor-arrow {
        top: 44%;
        left: 31%;
    }

    .camera-protect__img-wrap.--2 {
        right: -19%;
    }

    .camera-protect.animate.--show .camera-protect__decor-arrow {
        right: 25%;
    }

    .camera-recognize__decor-arrow {
        left: 31%;
    }

    .camera-recognize.animate.--show .camera-recognize__decor-arrow {
        right: 31%;
    }

    .camera-recognize__img-label {
        font-size: 18px;
    }

    .camera-bidirectional.animate.--show .camera-bidirectional__decor-arrow {
        right: 33%;
    }

    .camera-bidirectional__decor-arrow {
        top: 40%;
        left: 28%;
    }

    .camera-app.--new .mobileAppSection {
        gap: 0;
    }
}

@media screen and (max-width: 1279px) {
    /*.title-h2,*/
    .title-h2.start-promo__intro-text {
        font-size: 30px;
    }

    .text-camera {
        font-size: 18px;
    }

    .camera-start {
        margin-bottom: 70px;
    }

    .camera-start__inner {
        padding-top: 120px;
    }

    .camera-start__title {
        font-size: 42px;
    }

    .camera-start__slogan {
        font-size: 20px;
    }

    .camera-start__price {
        font-size: 38px;
    }

    .camera-start__btn {
        min-width: 170px;
    }

    .camera-notice .container {
        padding-left: 0;
    }

    .camera-notice.animate.--show .camera-notice__decor-arrow {
        right: 34%;
    }

    .camera-notice__text-wrap {
        width: 51%;
    }

    .camera-notice__decor-arrow {
        left: 30%;
    }

    .camera-protect .container {
        padding: 0;
    }

    .camera-protect__img-wrap.--1 {
        width: 36.4%;
    }

    .camera-protect__img-wrap.--2 {
        width: 53%;
        right: -13%;
    }

    .camera-protect__text-wrap {
        width: 27%;
    }

    .camera-protect__decor-arrow {
        top: 34%;
        left: 29%;
    }

    .camera-recognize .container {
        padding: 0;
    }

    .camera-recognize__img-label {
        width: 4.5em;
        font-size: 14px;
    }

    .camera-recognize__text-wrap {
        width: 58%;
    }

    .camera-recognize__decor-arrow {
        top: 38%;
        left: 30%;
    }

    .camera-bidirectional .container {
        padding: 0;
    }

    .camera-bidirectional__img-wrap.--1 {
        margin-right: 0;
    }

    .camera-bidirectional__img-camera-1 {
        transform: translateX(35px);
    }

    .camera-bidirectional__text-wrap {
        width: 65%;
        padding-top: 40px;
    }

    .camera-bidirectional__decor-arrow {
        top: 34.3%;
        left: 26.5%;
    }

    .camera-vision .container {
        padding: 0;
    }

    .camera-vision__inner {
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .camera-vision__img-wrap {
        width: 36%;
        margin-left: 0;
    }

    .camera-vision__img-camera {
        transform: none;
    }

    .camera-vision__img-angle-1 {
        top: 8%;
        right: 51%;
        width: 200%;
    }

    .camera-vision__img-angle-2 {
        top: -130.7%;
        right: 15.3%;
        width: 200%;
        transform: none;
    }

    .camera-vision__text-wrap {
        width: 31%;
    }

    .camera-features__img-wrap {
        width: 43%;
    }

    .camera-features__img-lines {
        top: 13.7%;
        left: 9.76%;
        width: 56.8%;
    }

    .camera-features__label.--indicator {
        top: 11.7%;
        left: -9.3%;
    }

    .camera-features__label.--camera {
        top: 30.4%;
        left: -4.7%;
    }

    .camera-features__label.--mic {
        top: 48.5%;
        left: -11.3%;
    }

    .camera-features__label.--speaker {
        right: 23%;
        bottom: 21.6%;
    }

    .camera-cloud__inner-cols {
        margin-left: -20px;
    }

    .camera-cloud__img-wrap {
        width: 30%;
        margin-right: 60px;
        padding-top: 10px;
    }

    .camera-cloud__text-wrap {
        width: 50%;
        font-size: 20px;
    }

    .camera-tariffs__inner {
        padding-bottom: 40px;
    }

    .tariffs-slider .swiper-wrapper {
        column-gap: 25px;
    }

    .card-tariff.--soon {
        background-image: linear-gradient(135deg, #9d9fa0 55px, transparent 55px);
    }

    .card-tariff.--soon::before {
        top: 22px;
        left: -18px;
        font-size: 16px;
    }

    .card-tariff__inner {
        padding-top: 50px;
    }

    .card-tariff__title {
        font-size: 20px;
    }

    .card-tariff__descr {
        padding-left: 20px;
    }

    .tariff-addons__title {
        font-size: 20px;
    }

    .addon-item__name {
        margin-bottom: 0.3em;
    }

    /*.camera-app .camera-app__title {*/
    /*    margin-bottom: -50px;*/
    /*}*/
    .section-form__inner,
    .camera-order__inner {
        padding-top: 0;
    }

    .camera-text-after .container {
        padding: 0;
    }

    .tariff-how-to {
        padding-top: 50px;
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 1023px) {
    /*.title-h2,*/
    .title-h2.start-promo__intro-text {
        font-size: 25px;
    }

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

    .camera-start {
        min-height: 480px;
    }

    .camera-start__inner {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .camera-start__title {
        font-size: 40px;
    }

    .camera-start__img-wrap {
        right: 0;
        width: 340px;
    }

    .camera-notice.animate.--show .camera-notice__decor-arrow {
        right: 37%;
    }

    .camera-notice__img-wrap.--2 .camera-notice__img-camera {
        transform: none;
    }

    .camera-notice__img-wrap.--2 .camera-notice__img-phone {
        top: -4%;
    }

    .camera-notice__decor-arrow {
        top: 35%;
        left: 33%;
    }

    .camera-protect__text-wrap {
        width: 30%;
    }

    .camera-protect__descr {
        margin-bottom: 1.5em;
    }

    .camera-protect__img-wrap.--1 {
        margin-right: -15px;
    }

    .camera-protect__img-wrap.--2 {
        right: -19%;
    }

    .camera-recognize__img-wrap.--1 {
        margin-right: 30px;
    }

    .camera-recognize__img-wrap.--2 .camera-recognize__img-marks {
        top: 23%;
        left: 29%;
    }

    .camera-recognize__text-wrap {
        padding-top: 0;
    }

    .camera-recognize__descr {
        margin-bottom: 1.5em;
    }

    .camera-recognize__img-camera {
        transform: translate(-13%, -5px);
    }

    .camera-recognize__decor-arrow {
        top: 25%;
        left: 34%;
    }

    .camera-bidirectional__img-camera-1,
    .camera-bidirectional__img-camera-2 {
        transform: translateX(30px);
    }

    .camera-bidirectional__decor-arrow {
        top: 36%;
        left: 30%;
    }

    .camera-vision__text-wrap {
        width: 34%;
        padding-top: 20px;
    }

    .camera-features__img-wrap {
        margin-right: 20px;
    }

    .camera-features__img-lines {
        top: 10%;
        left: 9.7%;
    }

    .camera-features__text-wrap {
        width: 40%;
    }

    .camera-features__label {
        padding-right: 22px;
    }

    .camera-features__label.--indicator {
        top: 8%;
        left: -17%;
    }

    .camera-features__label.--camera {
        top: 22%;
        left: -8.8%;
    }

    .camera-features__label.--mic {
        top: 35%;
        left: -20%;
    }

    .camera-features__label.--speaker {
        right: 19.4%;
        bottom: 37%;
        padding-top: 18px;
    }

    .tariffs-slider .swiper-wrapper {
        column-gap: 0;
    }

    .camera-cloud__inner {
        padding-bottom: 50px;
    }

    .camera-tariffs__inner {
        padding-top: 50px;
    }

    /*.tariffs-slider .slider-controls,*/
    .tariffs-slider .slider-pagination {
        display: block;
    }

    .tariffs-slider .slider-pagination {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

    .tariffs-slider .swiper-slide.--tariff-addons {
        display: none;
    }

    .camera-tariffs__addons-wrap {
        display: block;
        margin-top: 40px;
    }

    .tariff-addons__title-wrap {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .tariff-addons__title-icon {
        order: 1;
        width: 44px;
        height: 44px;
    }

    .tariff-addons__title {
        margin-bottom: 0.5em;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
    }

    .card-tariff {
        background-image: linear-gradient(var(--brand) 84px, transparent 84px);
    }

    .card-tariff.--soon {
        background-image:
            linear-gradient(135deg, #9d9fa0 55px, transparent 55px),
            linear-gradient(var(--brand) 84px, transparent 84px);
    }

    .card-tariff__inner {
        padding-top: 8px;
    }

    .card-tariff__icon .card-tariff__icon-desc {
        display: none;
    }

    .card-tariff__icon {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 57px;
        height: 42px;
        transform: none;
    }

    .card-tariff__icon .card-tariff__icon-mob {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .card-tariff__title {
        font-size: 18px;
        color: #ffffff;
        border-bottom: 0;
    }

    .card-tariff__descr-item {
        line-height: 1.2;
    }

    .camera-app .camera-app__title {
        margin-bottom: 0;
    }

    .camera-app.--new .mobileAppSection__feature {
        min-height: 106px;
    }

    .camera-app.--new .mobileAppSection__rightBlock {
        margin-top: -24px;
    }
    .section-form__inner,
    .camera-order__inner {
        padding-top: 64px;
    }
}

@media screen and (max-width: 767px) {
    .page-popup.--apply-vacancy .page-popup__content {
        max-width: 640px;
        padding-right: 20px;
        padding-left: 20px;
    }

    /*.title-h2,*/
    .title-h2.start-promo__intro-text {
        font-size: 20px;
    }

    .text-camera {
        width: 100%;
    }

    .decor-arrow {
        display: none;
    }

    .camera-start {
        height: 472px;
        min-height: auto;
        margin-bottom: 50px;
        background-color: #ffffff;
        background-size: auto 376px;
    }

    .camera-start .container {
        max-width: none;
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .camera-start__inner {
        height: calc(100% - 10px);
        padding-top: 10px;
        padding-bottom: 0;
    }

    .camera-start__text-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: none;
        height: 100%;
        padding-left: 15px;
    }

    .camera-start__title {
        font-size: 22px;
        line-height: 1.4;
    }

    .camera-start__slogan {
        display: none;
    }

    .camera-start__btn-wrap {
        padding-right: 15px;
    }

    .camera-start__price {
        margin-bottom: 16px;
        font-size: 20px;
        color: var(--commonTextColor);
    }

    .camera-start__btn {
        width: 100%;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        font-size: 16px;
    }

    .camera-start__img-wrap {
        top: 80px;
        right: -33px;
        width: 250px;
    }

    .camera-notice .container {
        padding-right: 0;
    }

    .camera-notice__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
    }

    .camera-notice__img-wrap.--1 {
        width: 60%;
        margin-right: 0;
        margin-left: -30px;
    }

    .camera-notice__img-wrap.--2 {
        position: absolute;
        top: 70px;
    }

    .camera-notice__img-wrap.--2 .camera-notice__img-camera {
        width: 76%;
        transform: translate(40px, -75px);
    }

    .camera-notice__img-wrap.--2 .camera-notice__img-phone {
        /*top: -31%;*/
        top: -90px;
        left: 43%;
        width: 64%;
    }

    .camera-notice__text-wrap {
        box-sizing: border-box;
        order: 1;
        width: 100%;
        margin-top: 44px;
        padding-top: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    .camera-notice__title {
        margin-bottom: 1em;
    }

    .camera-protect {
        background-color: #ffffff;
        background-image: none;
    }

    .camera-protect__inner {
        flex-direction: column;
        padding-top: 0;
    }

    .camera-protect__img-wrap.--1 {
        width: 100%;
        max-width: none;
        margin-right: 0;
        background-image: linear-gradient(90deg, #d9d9d9 7.99%, #f6f6f6 62.08%);
    }

    .camera-protect__img-wrap.--1 img {
        width: 80%;
        margin-left: -48px;
    }

    .camera-protect__img-wrap.--2 {
        top: 18%;
        right: calc(-24% - 30px);
        width: 80%;
    }

    .camera-protect__text-wrap {
        box-sizing: border-box;
        order: 1;
        width: 100%;
        margin-top: 10px;
        padding-top: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    .camera-protect__title {
        margin-bottom: 1.1em;
    }

    .camera-recognize__inner {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .camera-recognize.animate.--show .camera-recognize__img-wrap.--1 .camera-recognize__img-marks,
    .camera-recognize.animate.--show .camera-recognize__img-wrap.--2 .camera-recognize__img-marks {
        transform: none;
    }

    .camera-recognize__img-wrap.--1 {
        width: 100%;
        max-width: none;
        height: 93.75vw;
        max-height: 400px;
        margin-right: 0;
    }

    .camera-recognize__img-wrap.--1 .camera-recognize__img-marks {
        top: 6%;
        left: 23%;
        width: 54%;
    }

    .camera-recognize__img-wrap.--2 {
        position: absolute;
        /*top: 125px;*/
        top: 39vw;
        right: -5px;
    }

    .camera-recognize__img-wrap.--2 .camera-recognize__img-camera {
        width: 214px;
    }

    .camera-recognize__img-wrap.--2 .camera-recognize__img-marks {
        width: 25%;
        top: 19.5%;
        left: 36.5%;
    }

    .camera-recognize__img-wrap.--2 .camera-recognize__img-phone {
        left: 46%;
    }

    .camera-recognize__img-label {
        top: 28.5%;
    }

    .camera-recognize__img-label.--1 {
        left: 4%;
    }

    .camera-recognize__img-label.--1::after {
        /*width: 75px;*/
        width: 23.4375vw;
    }

    .camera-recognize__img-label.--2 {
        left: 45%;
    }

    .camera-recognize__img-label.--2::after {
        /*width: 48px;*/
        width: 15vw;
    }

    .camera-recognize__text-wrap {
        box-sizing: border-box;
        order: 1;
        width: 100%;
        margin-top: 35px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .camera-recognize__title {
        margin-bottom: 1.1em;
    }

    .camera-recognize__img-camera {
        transform: none;
    }

    .camera-bidirectional__inner {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 28px;
    }

    .camera-bidirectional__img-wrap.--1 {
        position: absolute;
        top: 55px;
        right: 0;
        z-index: 1;
    }

    .camera-bidirectional__img-wrap.--1 img {
        transform: translateX(150px);
    }

    .camera-bidirectional__img-wrap.--2 {
        order: 1;
        padding-top: 0;
    }

    .camera-bidirectional__img-wrap.--2 img {
        width: 95%;
        transform: translateX(-80px);
    }

    .camera-bidirectional__text-wrap {
        box-sizing: border-box;
        order: 2;
        width: 100%;
        margin-top: 25px;
        padding-top: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    .camera-bidirectional__title {
        margin-bottom: 1.1em;
    }

    .camera-vision {
        overflow: hidden;
    }

    .camera-vision__inner {
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .camera-vision__text-wrap {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 35px;
        padding-top: 0;
        padding-right: 50px;
        padding-left: 30px;
    }

    .camera-vision__title {
        margin-bottom: 1.1em;
    }

    .camera-vision__img-wrap {
        width: 100%;
        max-width: 306px;
        transform: translateX(135px);
    }

    .camera-features .container {
        max-width: none;
        padding: 0;
    }

    .camera-features__inner {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 33px;
    }

    .camera-features__img-wrap {
        box-sizing: border-box;
        margin-right: 0;
        width: 100%;
        max-width: none;
        padding-top: 72px;
        height: 302px;
        background-color: var(--brand);
    }

    .camera-features__img-wrap .camera-features__img-lines {
        display: none;
    }

    .camera-features__img-lines.--mob {
        position: absolute;
        top: 110px;
        left: 81px;
        display: block;
        width: 130px;
    }

    .camera-features__img-camera {
        width: 205px;
        margin-left: -25px;
    }

    .camera-features__label {
        padding-right: 0;
        padding-left: 24px;
        font-size: 10px;
        line-height: 1.2;
        color: #ffffff;
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
    }

    .camera-features__label::after {
        top: -0.1em;
        right: auto;
        left: 0;
        background-color: var(--brand);
        border-color: #ffffff;
        transform: none;
    }

    .camera-features__label.--indicator {
        top: 34.2%;
        left: 211px;
    }

    .camera-features__label.--camera {
        top: 43.8%;
        left: 211px;
    }

    .camera-features__label.--mic {
        top: 53.4%;
        left: 211px;
    }

    .camera-features__label.--speaker {
        top: 74.5%;
        right: auto;
        bottom: auto;
        left: 211px;
        padding-top: 0;
        text-align: left;
    }

    .camera-features__label.--speaker::after {
        top: -0.1em;
        right: auto;
        left: 0;
        transform: none;
    }

    .camera-features__text-wrap {
        box-sizing: border-box;
        order: 1;
        width: 100%;
        padding-top: 28px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .camera-features__title {
        position: absolute;
        top: 12px;
        left: 50%;
        width: 100%;
        margin: 0;
        color: #ffffff;
        text-align: center;
        transform: translateX(-50%);
    }

    .camera-features__item {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
    }

    .camera-specs .container {
        max-width: 640px;
    }

    .camera-specs__inner {
        padding-top: 33px;
        padding-bottom: 40px;
    }

    .camera-specs__title {
        margin-bottom: 1.3em;
    }

    .camera-specs__list-wrap {
        display: block;
    }

    .camera-specs__list {
        margin-left: 0;
    }

    .camera-specs__item {
        flex-direction: column;
    }

    .camera-specs__item-title {
        flex-direction: column;
        margin-bottom: 4px;
    }

    .camera-specs__item-icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .camera-specs__item-text {
        min-width: auto;
        text-align: center;
    }

    .camera-specs__descr {
        margin: 0;
        text-align: center;
    }

    .camera-cloud .container {
        max-width: 640px;
        padding: 0;
    }

    .camera-cloud__inner {
        padding: 40px 30px 39px;
    }

    .camera-cloud__title {
        max-width: 12em;
        margin-right: auto;
        margin-bottom: 1.4em;
        margin-left: auto;
    }

    .camera-cloud__inner-cols {
        flex-direction: column;
        margin-left: 0;
    }

    .camera-cloud__img-wrap {
        margin-right: 0;
        margin-bottom: 40px;
        padding-top: 0;
        width: 100%;
    }

    .camera-cloud__img-wrap {
        width: 87%;
        max-width: 240px;
        margin-right: auto;
        margin-left: auto;
    }

    .camera-cloud__text-wrap {
        width: 100%;
        font-size: 16px;
    }

    .camera-cloud__text-wrap p {
        line-height: 1.3;
    }

    .camera-tariffs__inner {
        padding-top: 39px;
    }

    .camera-tariffs__title {
        margin-bottom: 1.5em;
    }

    .card-tariff {
        height: 398px;
    }

    .card-tariff__inner {
        padding-bottom: 30px;
    }

    .card-tariff__title {
        margin-bottom: 1.7em;
    }

    .card-tariff__price-caption {
        margin-bottom: 6px;
    }

    .addon-item {
        height: auto;
    }

    .addon-item__icon {
        width: 38px;
    }

    .tariff-addons__title-wrap {
        margin-bottom: 10px;
    }

    .tariff-addons__title {
        font-size: 20px;
    }

    .camera-app {
        margin-top: 52px;
    }

    .camera-app .mobileAppSection__feature,
    .camera-app.--new .mobileAppSection__feature {
        min-height: auto;
    }

    .camera-app.--new .mobileAppSection__image {
        transform: scale(1.2);
    }

    .section-form .container,
    .camera-order .container {
        max-width: 640px;
        padding: 0;
    }

    .camera-order .order-form {
        padding: 0;
        border-radius: 0;
        opacity: 1;
        box-shadow: none;
    }

    .camera-order .form-order__title {
        border-bottom: 0;
    }

    .camera-order .form__field {
        width: calc(100% - 30px);
        font-size: 14px;
    }

    .camera-order .form__field.--promocode {
        width: 100%;
    }

    .camera-order .form-order__fieldset.--checks {
        align-self: center;
        width: calc(100% - 30px);
        margin-top: 0;
    }

    .camera-order .label.labeled-checkbox .checkbox {
        margin-left: 0;
    }

    .camera-order .popup-form__promocode {
        margin-top: 20px;
    }

    .camera-order .form-order__btn {
        width: calc(100% - 30px);
        min-width: auto;
    }
    .section-form__inner,
    .camera-order__inner {
        padding: 25px 15px 40px;
    }

    .page-popup.--tariff-how-to .container {
        padding: 0;
    }

    .page-popup.--order-camera {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .page-popup.--tariff-how-to {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .page-popup.--tariff-how-to .page-popup__close {
        right: -20px;
    }

    .tariff-how-to {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .order-form {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-order__title {
        font-size: 20px;
    }

    .form-order__text {
        margin-bottom: 2.7em;
        font-size: 14px;
    }

    .form-order__btn {
        width: 100%;
        min-width: auto;
    }

    .form-order__comm-btns-wrap {
        margin-bottom: 15px;
    }

    .form-order__comm-btn {
        font-size: 11px;
    }

    .form-order__comm-btn:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (min-width: 375px) and (max-width: 479px) {
    .camera-recognize__img-wrap.--2 {
        top: 47vw;
    }
}


/*Веб-версия промо-письма*/
.mail-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
}

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

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

.mail-promo {
    min-height: 276px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 4px solid var(--brand);
}

.mail-promo .container {
    max-width: 600px;
    padding: 0;
}

.mail-promo__inner {
    padding-top: 70px;
    padding-bottom: 88px;
}

.mail-promo__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 1em;
    font-weight: 700;
    font-family: "MTS Wide", "Arial", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mail-promo__title-part {
    padding: 0.05em 0.5em;
    line-height: inherit;
    background-color: #ffffff;
}

.mail-promo__title-part.--colored {
    color: var(--brand);
}

.mail-intro .container {
    max-width: 460px;
    padding-right: 15px;
    padding-left: 15px;
}

.mail-intro__inner {
    padding-top: 58px;
    padding-bottom: 8px;
}

.mail-intro__greetings {
    margin: 0 0 1.3em;
    font-size: 24px;
    line-height: 1.15;
}

.mail-steps .container {
    max-width: 475px;
    padding: 0;
}

.mail-steps__inner {
    padding-bottom: 30px;
}

.mail-steps__text {
    margin: 0 0 1.7em;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.mail-steps__cards-wrap {
    display: grid;
    grid-template-rows: 200px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.mail-steps__card-item {
    overflow: hidden;
    background-image: linear-gradient(180deg, #ECECEC 0%, rgba(255, 255, 255, 0.507292) 49.27%, rgba(179, 179, 179, 0) 100%);
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}

.card-mail-step {
    height: 100%;
    box-sizing: border-box;
    padding: 13px 8px 13px 10px;
    background-size: auto;
    background-repeat: no-repeat;
}

.card-mail-step__count {
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    color: #383838;
}

.card-mail-step__descr {
    margin: 1em 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.card-mail-step__code {
    margin: 1em 0 0;
    padding-right: 0.8em;
    padding-left: 0.8em;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    background-color: rgba(234, 234, 234, 0.8);
    border-radius: 5px;
}

.card-mail-step__share {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

.card-mail-step__share-item:not(:last-child) {
    margin-right: 5px;
}

.card-mail-step__share-link {
    display: block;
    width: 35px;
    height: 35px;
}

.card-mail-step__share-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mail-descr .container {
    max-width: 460px;
    padding-right: 15px;
    padding-left: 15px;
}

.mail-descr__inner {
    padding-bottom: 50px;
}
.mail-descr__inner > .mail-descr__text {
    margin: 0;
    font-size: 16px;
}
.mail-descr__btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.mail-descr__btn-wrap .btn {
    font-size: 12px;
    letter-spacing: 0.05em;
    border-radius: 30px;
}

.mail-descr__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.mail-descr__socials-wrap {
    margin-left: 20px;
}

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

.mail-socials__item:not(:last-child) {
    margin-right: 5px;
}

.mail-socials__link {
    display: block;
    width: 35px;
    height: 35px;
}

.mail-socials__link img {
    width: 100%;
    height: 100%;
}

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

.mail-address .container {
    max-width: 600px;
    padding: 0;
}

.mail-address__inner {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 15px 26px;
}

.mail-address__item {
    margin: 0 0 0.35em;
    font-size: 14px;
    line-height: 1.2 !important;
}

.mail-address__item:last-child {
    margin-bottom: 0;
}

.mail-footer .container {
    max-width: 550px;
    padding-right: 15px;
    padding-left: 15px;
}

.mail-footer__inner {
    padding-top: 18px;
    padding-bottom: 28px;
}

.mail-footer__text {
    margin: 0;
    font-size: 11px;
    line-height: 1.3 !important;
}

@media screen and (max-width: 600px) {
    .mail-promo {
        min-height: 180px;
    }

    .mail-promo__inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .mail-promo__title {
        font-size: 23px;
    }

    .mail-intro__inner {
        padding-top: 40px;
    }

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

    .mail-steps__cards-wrap {
        grid-template-columns: 1fr;
        place-items: center;
        gap: 20px;
    }

    .mail-steps__card-item {
        width: 200px;
        height: 200px;
    }
}


/*Веб-версия письма для нового клиента*/
body.page-template-page-email-new-client,
body.page-template-page-email-new-client * {
    line-height: 1.7;
}

.mail-new-client {
    font-size: 16px;
    line-height: 1.7;
}

.mail-new-client a,
.mail-new-client a:hover {
    transition: all 0.3s;
}

.mail-new-client .center-wrap {
    margin: auto;
    width: 640px;
    max-width: 90%;
}

.mail-new-client .text2 {
    font-size: 15px;
}

.mail-new-client .logo {
    padding: 32px 0;
    text-align: center;
}

.mail-new-client .logo img {
    max-width: 270px;
    width: 100%;
}

.mail-new-client .banner .center-wrap {
    color: #fff;
    height: 352px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: FLEX;
    align-items: center;
}

.mail-new-client .banner__text {
    font-weight: 700;
    font-family: "MTS Sans", "Arial", sans-serif;
    font-size: 56px;
    line-height: 1;
    max-width: 272px;
    margin-left: calc(50% + 16px);
}

.mail-new-client .text {
    margin-bottom: 64px;
    padding: 80px 0 16px 0;
    color: #54616C;
}

.mail-new-client .text h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
}

.mail-new-client .promo__link a:hover {
    background: #b50f15;
}

.mail-new-client .promo__link a {
    display: block;
    background: #DA2128;
    border-radius: 30px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.mail-new-client .promo {
    background: #EDEDED;
    padding: 40px 0;
    margin-bottom: 64px;
}

.mail-new-client .promo__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mail-new-client .promo__wrap img {
    position: relative;
    width: 136%;
    margin-top: -104px;
    margin-bottom: -104px;
    margin-left: -18%;
    display: block;
}

.mail-new-client .promo__img {
    flex: 0 1 55%;
}

.mail-new-client .promo__info {
    flex: 0 1 40%;
    position: relative;
    z-index: 3;
}

.mail-new-client .promo__text {
    font-weight: 900;
    font-family: "MTS Sans", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.1;
}

.mail-new-client .promo__promo {
    background: #FFFFFF;
    border: 1px solid #54616C;
    border-radius: 11px;
    text-align: center;
    padding: 8px;
    margin: 15px 0 18px 0;
}

.mail-new-client .banner {
    background: #000;
    border-top: 4px solid #DA2128;
}

.mail-new-client .text2 {
    color: #54616C;
}

.mail-new-client .text2 ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.mail-new-client .text2 ul li {
    padding: 8px 0;
    padding-left: 48px;
    background-size: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

.mail-new-client .text2 p:first-child {
    max-width: 480px;
    margin-bottom: 48px;
    font-size: 18px;
}

.mail-new-client .icon5 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='32' viewBox='0 0 27 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.9955 8.0022H2.0045C1.44973 8.0022 1 8.45193 1 9.0067V22.8688C1 23.4236 1.44973 23.8733 2.0045 23.8733H24.9955C25.5503 23.8733 26 23.4236 26 22.8688V9.0067C26 8.45193 25.5503 8.0022 24.9955 8.0022Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.9884 18.2642H3.53906' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8.0553 20.4661H3.53906' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M26 10.9434H1V14.5596H26V10.9434Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21.4997 17.6694H17.1683C16.2318 17.6694 15.4727 18.4286 15.4727 19.365V19.6383C15.4727 20.5747 16.2318 21.3338 17.1683 21.3338H21.4997C22.4361 21.3338 23.1953 20.5747 23.1953 19.6383V19.365C23.1953 18.4286 22.4361 17.6694 21.4997 17.6694Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19.25 5.51917H22.2715V2.24048' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21.6443 4.90032C19.4424 2.77078 16.5495 1.35645 13.3029 1.35645C10.0564 1.35645 6.93038 2.89132 4.72852 5.1414' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M7.63732 26.3564H4.73633V29.6351' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.36328 27.0958C7.46068 29.2254 10.3777 30.6478 13.6404 30.6478C16.903 30.6478 20.1736 29.2254 22.271 26.8628' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.mail-new-client .icon4 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='31' viewBox='0 0 35 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5401 7.40576C11.3562 8.0036 9.72021 9.96231 9.55815 12.3301C9.02568 12.1963 8.46234 12.1098 7.89128 12.1098C4.07908 12.1098 1 15.2563 1 19.1266C1 22.0528 2.75176 24.5543 5.24435 25.6084' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20.084 26.1432H29.4987C32.1688 26.1432 34.3681 23.5788 34.3681 20.857C34.3681 18.1353 32.1997 15.9248 29.5296 15.9248C29.1052 15.9248 28.7039 15.9878 28.3103 16.09C27.6621 13.7931 25.5862 12.1097 23.1245 12.1097C22.0981 12.1097 21.1412 12.4086 20.3232 12.912C20.3232 12.8491 20.3309 12.7862 20.3309 12.7233C20.3309 12.2119 20.2615 11.7164 20.1303 11.2444' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20.7717 2.22174L15.3929 1.35645V20.0861C14.7216 19.74 13.9576 19.5433 13.155 19.5433C10.3923 19.5433 8.16211 21.8246 8.16211 24.6328C8.16211 27.4411 10.4 29.7223 13.155 29.7223C15.91 29.7223 18.1479 27.4411 18.1479 24.6328V6.83926L20.764 7.17751V2.22174H20.7717Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.mail-new-client .icon3 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='24' viewBox='0 0 36 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.7743 20.0297H29.806C32.5054 20.0297 34.7306 17.4552 34.7306 14.7178C34.7306 11.9804 32.5436 9.76264 29.8442 9.76264C29.416 9.76264 29.0107 9.82468 28.6131 9.92549C27.9554 7.61463 25.8602 5.92414 23.3673 5.92414C22.3273 5.92414 21.3638 6.22657 20.5379 6.73061C20.5379 6.66858 20.5456 6.60654 20.5456 6.53675C20.5456 3.4737 18.0985 1 15.0856 1C12.0728 1 9.8475 3.26433 9.64103 6.14127C9.0981 6.00169 8.53987 5.92414 7.95106 5.92414C4.1123 5.91639 1 9.08024 1 12.973C1 15.912 2.77409 18.4322 5.28993 19.4946' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21.7538 11.019H8.2111C7.71697 11.019 7.31641 11.4252 7.31641 11.9263V21.8134C7.31641 22.3145 7.71697 22.7207 8.2111 22.7207H21.7538C22.2479 22.7207 22.6485 22.3145 22.6485 21.8134V11.9263C22.6485 11.4252 22.2479 11.019 21.7538 11.019Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9.63281 18.9442L12.5845 15.9509L13.5022 16.8737L16.0562 14.2837L20.3385 18.6262' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-size: 32px !important;
}

.mail-new-client .icon2 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.8892 3.43927H3.00743C1.89876 3.43927 1 4.33803 1 5.4467V19.5067C1 20.6154 1.89876 21.5141 3.00743 21.5141H24.8892C25.9979 21.5141 26.8967 20.6154 26.8967 19.5067V5.4467C26.8967 4.33803 25.9979 3.43927 24.8892 3.43927Z' stroke='%23A1ABB2' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.95117 1.75179C4.31907 1.28792 4.88691 1 5.51873 1H27.3925C28.5042 1 29.4 1.89575 29.4 3.00743V17.0594C29.4 17.6993 29.104 18.2671 28.6322 18.635' stroke='%23A1ABB2' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9.72522 7.90204V17.0514L19.7944 12.4288L9.72522 7.90204Z' stroke='%23DE2D35' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.mail-new-client .icon1 {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='30' viewBox='0 0 27 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.5107 6.11463H24.2359V2.08154' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M23.4632 5.35604C20.7595 2.74241 17.1996 1 13.219 1C9.23853 1 5.3932 2.88511 2.68945 5.64894' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.24939 23.5237H2.68945V27.5568' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.46289 24.4324C6.03896 27.046 9.62142 28.7959 13.632 28.7959C17.6425 28.7959 21.6531 27.0535 24.2367 24.147' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.49762 16.7418V16.2011C5.49762 14.8267 4.73907 14.3009 3.52989 14.3009C2.82391 14.3009 2.11793 14.4962 1.64478 15.2322L0.345479 15.0144L0.886228 10.0651H6.19609V11.1766H1.93768L1.60723 14.1282C2.0203 13.6851 2.65868 13.2945 3.71014 13.2945C5.59525 13.2945 6.79692 14.2484 6.79692 16.4564C6.79692 18.6645 5.59525 19.7685 3.49985 19.7685C1.40445 19.7685 0.195271 18.9273 0 17.0047H1.2993C1.46453 18.319 2.2381 18.7621 3.49985 18.7621C4.7616 18.7621 5.49762 18.1838 5.49762 16.7418Z' fill='%23DE2D35'/%3e%3cpath d='M10.9955 19.761C8.37435 19.761 7.29285 17.8083 7.29285 14.8417C7.29285 11.8751 8.37435 9.92236 10.9955 9.92236C13.6166 9.92236 14.7056 11.845 14.7056 14.8417C14.7056 17.8383 13.6241 19.761 10.9955 19.761ZM13.4063 14.3835C13.4063 12.3332 12.783 10.9212 10.9955 10.9212C9.208 10.9212 8.59966 12.3482 8.59966 14.3835V15.2698C8.59966 17.3051 9.208 18.7621 10.9955 18.7621C12.783 18.7621 13.4063 17.3051 13.4063 15.2698V14.3835Z' fill='%23DE2D35'/%3e%3cpath d='M21.4873 12.3631V13.1216H18.3104V19.6257H17.3641V12.3631H21.4873Z' fill='%23DE2D35'/%3e%3cpath d='M25.1903 12.0101C26.084 11.9651 26.4821 11.9275 26.7149 11.8975V12.6861C26.4971 12.7161 26.1141 12.7461 25.2654 12.7912C23.6206 12.8888 22.9897 13.2644 22.832 15.6001C23.1775 14.8115 23.8234 14.3834 24.7772 14.3834C26.2793 14.3834 27.0003 15.3823 27.0003 17.0045C27.0003 18.6268 26.2192 19.7308 24.5519 19.7308C22.8846 19.7308 22.1035 18.7019 22.1035 16.8168C22.1035 13.1217 22.9672 12.1153 25.1978 12.0176L25.1903 12.0101ZM26.0765 17.3125V16.7642C26.0765 15.6677 25.5207 15.0819 24.5519 15.0819C23.5831 15.0819 23.0348 15.6677 23.0348 16.7642V17.3125C23.0348 18.4616 23.553 19.0173 24.5519 19.0173C25.5508 19.0173 26.0765 18.4616 26.0765 17.3125Z' fill='%23DE2D35'/%3e%3c/svg%3e ");
}

.mail-new-client .text3 {
    margin: 80px 0 48px 0;
    color: #54616C;
    font-size: 19px;
}

.mail-new-client .text3__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mail-new-client .text3__rigt {
    display: flex;
    align-items: center;
}

.mail-new-client .text3__rigt .social {
    height: 48px;
    width: 48px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.mail-new-client .social.--youtube {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.3201 20.7785L21.0124 17.5L15.3201 14.2214V20.7785Z' fill='%2354616C' fill-opacity='0.5'/%3e%3cpath d='M17.5 0C7.83672 0 0 7.83672 0 17.5C0 27.1633 7.83672 35 17.5 35C27.1633 35 35 27.1633 35 17.5C35 7.83672 27.1633 0 17.5 0ZM28.4348 17.5178C28.4348 17.5178 28.4348 21.067 27.9843 22.778C27.732 23.7146 26.9931 24.4535 26.0565 24.7058C24.3448 25.1562 17.4993 25.1562 17.4993 25.1562C17.4993 25.1562 10.6716 25.1562 8.94209 24.688C8.00557 24.4357 7.2666 23.6968 7.01436 22.7603C6.56387 21.067 6.56387 17.5 6.56387 17.5C6.56387 17.5 6.56387 13.9515 7.01436 12.2397C7.2666 11.3032 8.02334 10.5465 8.94209 10.2942C10.6538 9.84375 17.4993 9.84375 17.4993 9.84375C17.4993 9.84375 24.3448 9.84375 26.0565 10.312C26.9931 10.5643 27.732 11.3032 27.9843 12.2397C28.4532 13.9508 28.4348 17.5178 28.4348 17.5178Z' fill='%2354616C' fill-opacity='0.5'/%3e%3c/svg%3e ");
}

.mail-new-client .social.--youtube:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.3201 20.7785L21.0124 17.5L15.3201 14.2214V20.7785Z' fill='%23DA2128' fill-opacity='1'/%3e%3cpath d='M17.5 0C7.83672 0 0 7.83672 0 17.5C0 27.1633 7.83672 35 17.5 35C27.1633 35 35 27.1633 35 17.5C35 7.83672 27.1633 0 17.5 0ZM28.4348 17.5178C28.4348 17.5178 28.4348 21.067 27.9843 22.778C27.732 23.7146 26.9931 24.4535 26.0565 24.7058C24.3448 25.1562 17.4993 25.1562 17.4993 25.1562C17.4993 25.1562 10.6716 25.1562 8.94209 24.688C8.00557 24.4357 7.2666 23.6968 7.01436 22.7603C6.56387 21.067 6.56387 17.5 6.56387 17.5C6.56387 17.5 6.56387 13.9515 7.01436 12.2397C7.2666 11.3032 8.02334 10.5465 8.94209 10.2942C10.6538 9.84375 17.4993 9.84375 17.4993 9.84375C17.4993 9.84375 24.3448 9.84375 26.0565 10.312C26.9931 10.5643 27.732 11.3032 27.9843 12.2397C28.4532 13.9508 28.4348 17.5178 28.4348 17.5178Z' fill='%23DA2128' fill-opacity='1'/%3e%3c/svg%3e ");
}

.mail-new-client .social.--whatsapp {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5186 4.38609e-06C14.0557 -0.00244638 10.6698 1.02219 7.7893 2.94431C4.90879 4.86642 2.66305 7.59966 1.33615 10.7983C0.0092438 13.9969 -0.339205 17.5172 0.334875 20.9139C1.00896 24.3106 2.67528 27.431 5.12307 29.8806C7.57086 32.3301 10.6901 33.9986 14.0864 34.6751C17.4826 35.3516 21.0031 35.0056 24.2027 33.681C27.4022 32.3564 30.1371 30.1126 32.0612 27.2334C33.9854 24.3543 35.0124 20.9691 35.0124 17.5062C35.0124 12.8654 33.1697 8.41452 29.8893 5.13183C26.609 1.84914 22.1594 0.00328874 17.5186 4.38609e-06ZM20.5044 28.7681C17.5781 29.5317 14.4698 29.1321 11.8319 27.6531C11.6296 27.5299 11.4032 27.4517 11.168 27.4239C10.9328 27.3962 10.6944 27.4194 10.469 27.492C9.35399 27.8142 6.87611 28.5823 6.87611 28.5823C6.87611 28.5823 7.76815 26.5009 8.11505 25.708C8.24111 25.4677 8.29529 25.1962 8.27112 24.926C8.24695 24.6557 8.14546 24.3982 7.97877 24.1841C6.37324 22.0228 5.62312 19.3445 5.87257 16.6637C6.00854 14.4663 6.78493 12.3567 8.10592 10.5954C9.42692 8.83404 11.2347 7.49803 13.3062 6.75222C14.792 6.10506 16.3966 5.77547 18.0171 5.78455C19.6377 5.79364 21.2385 6.14121 22.7169 6.80499C24.1953 7.46877 25.5187 8.43411 26.6024 9.63914C27.686 10.8442 28.5059 12.2623 29.0095 13.8027C29.5131 15.343 29.6894 16.9716 29.5269 18.584C29.3645 20.1964 28.867 21.7572 28.0663 23.1661C27.2655 24.5751 26.1793 25.8012 24.8771 26.7659C23.5749 27.7306 22.0855 28.4126 20.5044 28.7681Z' fill='%2355626C' fill-opacity='0.5'/%3e%3cpath d='M22.1026 19.2035C21.804 19.0742 21.4705 19.049 21.1559 19.1322C20.8413 19.2153 20.5638 19.4019 20.3681 19.662C20.1822 19.8974 20.0336 20.1575 19.8725 20.4053C19.5256 20.9133 19.3769 20.9381 18.7575 20.6655C17.1043 19.9385 15.6848 18.7678 14.6566 17.2832C13.938 16.2549 14.1114 16.3912 14.8052 15.5611C15.0313 15.3149 15.1837 15.0102 15.2451 14.6816C15.3064 14.353 15.2742 14.0138 15.1521 13.7027C14.914 13.0887 14.6325 12.4925 14.3097 11.9186C14.2059 11.6939 14.0489 11.4979 13.8524 11.3475C13.6559 11.1971 13.4256 11.0968 13.1817 11.0554C12.9377 11.0139 12.6873 11.0325 12.4521 11.1095C12.2169 11.1865 12.004 11.3196 11.8318 11.4973C11.4199 11.8395 11.0935 12.2729 10.8784 12.7633C10.6634 13.2536 10.5656 13.7874 10.5928 14.3221C10.5786 15.0286 10.754 15.726 11.1008 16.3416C11.9637 18.1981 13.2319 19.8374 14.8121 21.1389C16.3924 22.4404 18.2444 23.3709 20.2318 23.862C20.8591 24.0106 21.5124 24.0106 22.1398 23.862C22.7085 23.7778 23.2422 23.5359 23.6802 23.1636C24.1182 22.7912 24.443 22.3035 24.6176 21.7558C24.7201 21.5179 24.7366 21.2518 24.6642 21.0031C24.5919 20.7544 24.4352 20.5387 24.2212 20.3929C23.5457 19.9441 22.8375 19.5465 22.1026 19.2035Z' fill='%2355626C' fill-opacity='0.5'/%3e%3c/svg%3e ");
}

.mail-new-client .social.--whatsapp:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5186 4.38609e-06C14.0557 -0.00244638 10.6698 1.02219 7.7893 2.94431C4.90879 4.86642 2.66305 7.59966 1.33615 10.7983C0.0092438 13.9969 -0.339205 17.5172 0.334875 20.9139C1.00896 24.3106 2.67528 27.431 5.12307 29.8806C7.57086 32.3301 10.6901 33.9986 14.0864 34.6751C17.4826 35.3516 21.0031 35.0056 24.2027 33.681C27.4022 32.3564 30.1371 30.1126 32.0612 27.2334C33.9854 24.3543 35.0124 20.9691 35.0124 17.5062C35.0124 12.8654 33.1697 8.41452 29.8893 5.13183C26.609 1.84914 22.1594 0.00328874 17.5186 4.38609e-06ZM20.5044 28.7681C17.5781 29.5317 14.4698 29.1321 11.8319 27.6531C11.6296 27.5299 11.4032 27.4517 11.168 27.4239C10.9328 27.3962 10.6944 27.4194 10.469 27.492C9.35399 27.8142 6.87611 28.5823 6.87611 28.5823C6.87611 28.5823 7.76815 26.5009 8.11505 25.708C8.24111 25.4677 8.29529 25.1962 8.27112 24.926C8.24695 24.6557 8.14546 24.3982 7.97877 24.1841C6.37324 22.0228 5.62312 19.3445 5.87257 16.6637C6.00854 14.4663 6.78493 12.3567 8.10592 10.5954C9.42692 8.83404 11.2347 7.49803 13.3062 6.75222C14.792 6.10506 16.3966 5.77547 18.0171 5.78455C19.6377 5.79364 21.2385 6.14121 22.7169 6.80499C24.1953 7.46877 25.5187 8.43411 26.6024 9.63914C27.686 10.8442 28.5059 12.2623 29.0095 13.8027C29.5131 15.343 29.6894 16.9716 29.5269 18.584C29.3645 20.1964 28.867 21.7572 28.0663 23.1661C27.2655 24.5751 26.1793 25.8012 24.8771 26.7659C23.5749 27.7306 22.0855 28.4126 20.5044 28.7681Z' fill='%23DA2128' fill-opacity='1'/%3e%3cpath d='M22.1026 19.2035C21.804 19.0742 21.4705 19.049 21.1559 19.1322C20.8413 19.2153 20.5638 19.4019 20.3681 19.662C20.1822 19.8974 20.0336 20.1575 19.8725 20.4053C19.5256 20.9133 19.3769 20.9381 18.7575 20.6655C17.1043 19.9385 15.6848 18.7678 14.6566 17.2832C13.938 16.2549 14.1114 16.3912 14.8052 15.5611C15.0313 15.3149 15.1837 15.0102 15.2451 14.6816C15.3064 14.353 15.2742 14.0138 15.1521 13.7027C14.914 13.0887 14.6325 12.4925 14.3097 11.9186C14.2059 11.6939 14.0489 11.4979 13.8524 11.3475C13.6559 11.1971 13.4256 11.0968 13.1817 11.0554C12.9377 11.0139 12.6873 11.0325 12.4521 11.1095C12.2169 11.1865 12.004 11.3196 11.8318 11.4973C11.4199 11.8395 11.0935 12.2729 10.8784 12.7633C10.6634 13.2536 10.5656 13.7874 10.5928 14.3221C10.5786 15.0286 10.754 15.726 11.1008 16.3416C11.9637 18.1981 13.2319 19.8374 14.8121 21.1389C16.3924 22.4404 18.2444 23.3709 20.2318 23.862C20.8591 24.0106 21.5124 24.0106 22.1398 23.862C22.7085 23.7778 23.2422 23.5359 23.6802 23.1636C24.1182 22.7912 24.443 22.3035 24.6176 21.7558C24.7201 21.5179 24.7366 21.2518 24.6642 21.0031C24.5919 20.7544 24.4352 20.5387 24.2212 20.3929C23.5457 19.9441 22.8375 19.5465 22.1026 19.2035Z' fill='%23DA2128' fill-opacity='1'/%3e%3c/svg%3e ");
}

.mail-new-client .text4 {
    background: #F5F5F5;
    padding: 64px 0 80px 0;
    color: #54616C;
}

.mail-new-client .text5 {
    padding: 64px 0 64px 0;
    color: #fff;
    background: #DA2128;
    font-size: 24px;
}

.mail-new-client .text6 a:hover {
    color: #DA2128
}

.mail-new-client .text6  a {
    color:  rgba(42, 75, 155, 1)
}

.mail-new-client .text6 {
    background: #F5F5F5;
    padding: 32px 0 32px 0;
    font-size: 12px;
    color: #54616C;
}

.mail-new-client .text .center-wrap {
    width: 530px;
}

.mail-new-client .text2 .center-wrap {
    width: 530px;
}

.mail-new-client .text3 .center-wrap {
    width: 530px;
}

.mail-new-client .text4 .center-wrap {
    width: 530px;
    font-size: 12px;
}

.mail-new-client .text5 .center-wrap {
    width: 530px;
}

.mail-new-client .text6 .center-wrap {
    line-height: 1.3;
    width: 530px;
}

@media screen and (max-width: 700px) {
    .mail-new-client {
        text-align: center;
    }
    .mail-new-client .banner .center-wrap {
        color: #fff;
        height: auto;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .mail-new-client .banner__text {
        font-family: "MTS Sans", "Arial", sans-serif;
        font-size: 40px;
        line-height: 1;
        max-width: 100%;
        margin-left: 0;
        margin-top: 176px;
        text-align: center;
        margin-bottom: 32px;
    }
    .mail-new-client .text2 ul {
        text-align: left;
    }
    .mail-new-client .text3__wrap {
        flex-direction: COLUMN;
    }
    .mail-new-client .promo__wrap img {
        position: relative;
        width: 100%;
        margin-top: -104px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 300px;
    }
    .mail-new-client .promo__wrap {
        flex-direction: column;
    }
}

/* Веб-версия письма о визите инженера для установки системы */
.mail-wrapper.--installment a {
    color: #3a63c7;
    text-decoration: underline;
    text-underline-offset: 0.1875em;
}
.mail-specialist .container {
    max-width: 460px;
    padding-right: 15px;
    padding-left: 15px;
}
.mail-wrapper.--installment .mail-specialist__inner {
    padding-top: 15px;
}
.mail-specialist-card {
    padding: 10px 17px;
    font-size: 16px;
    background-color: #f2f2f2;
}
.mail-specialist-card__title {
    margin: 0 0 0.7em;
    font-weight: 700;
}
.mail-specialist-card__inner-cols {
    display: flex;
}
.mail-specialist-card__img-wrap {
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    margin-right: 14px;
}
.mail-specialist-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mail-specialist-card__text {
    margin: 0;
}
@media screen and (max-width: 599px) {
    .mail-specialist-card__inner-cols {
        flex-direction: column;
    }
    .mail-specialist-card__img-wrap {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/* Модальное окно справки - зачем нужен эксперт */
.page-popup-card__help {
    position: absolute;
    top: 14px;
    left: 300px;
    display: block;
    width: 24px;
    height: 24px;
}

.page-popup-card__help img {
    display: block;
    width: 100%;
    height: 100%;
}

.expert-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5001;
    display: block;
    min-width: 320px;
    overflow-y: auto;
    font-size: inherit;
    line-height: inherit;
    color: var(--commonTextColor);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.expert-popup * {
    box-sizing: border-box;
}

.expert-popup.--is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.expert-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.expert-popup__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 30px 15px;
}

.expert-popup__content {
    position: relative;
    width: 100%;
    max-width: 980px;
    padding: 52px 75px 38px;
    background-color: #ffffff;
    border-radius: 30px;
    opacity: 0.95;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.expert-popup__title {
    margin-bottom: 0.5em;
    text-align: center;
}

.expert-popup__subtitle {
    max-width: 640px;
    margin: 0 auto 3em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875;
    text-align: center;
}

.expert-popup__list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 42px 25px;
}

.expert-popup__item {
    display: flex;
}

.expert-popup__item-icon {
    flex-shrink: 0;
    margin-right: 15px;
    display: block;
    width: 59px;
    height: 59px;
}

.expert-popup__item-descr {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

.expert-popup__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.expert-popup__btn {
    padding-right: 2em;
    padding-left: 2em;
}
@media screen and (max-width: 1023px) {
    .page-popup-card__help {
        left: 44.4%;
    }

    .expert-popup__content {
        padding-right: 60px;
        padding-left: 60px;
    }

    .expert-popup__item-icon {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .page-popup__tab {
        position: relative;
        min-height: 48px;
        padding-right: 2em;
        padding-left: 2em;
    }

    .page-popup-card__help {
        top: 10px;
        right: 10px;
        left: auto;
    }

    /*.expert-popup__inner {*/
    /*    padding-bottom: 100px;*/
    /*}*/

    .expert-popup__content {
        padding-top: 44px;
        padding-right: 23px;
        padding-left: 23px;
    }

    .expert-popup__subtitle {
        margin-bottom: 2em;
        font-size: 14px;
    }

    .expert-popup__list {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .expert-popup__item {
        flex-direction: column;
    }

    .expert-popup__item-icon {
        width: 60px;
        height: 60px;
        margin-right: auto;
        margin-bottom: 14px;
        margin-left: auto;
    }

    .expert-popup__btn-wrap {
        margin-top: 34px;
    }

    .expert-popup__btn {
        width: 100%;
    }

    .expert-popup__close {
        top: 10px;
        right: 10px;
    }
}


/* Правки для карточек расширений */
.extension__card_current {
    height: 41rem;
}
.extension__card_current .extension__cardText {
    grid-template-columns: 1fr max-content auto;
}
.extension__list {
    margin-bottom: 3.5rem;
}
.extension__listItem:not(:last-of-type) {
    margin-bottom: 1.2rem;
}
.extensions__listIcon {
    max-height: 3.7rem;
}

.extension__button-wrap {
    grid-area: sendRequest;
    justify-self: flex-end;
    align-self: flex-end;
    display: flex;
}

.btn.extension__link {
    margin-right: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.4rem;
    border-color: var(--brand);
}

.btn.extension__link.--mobile {
    display: none;
}

@media screen and (max-width: 1240px) {
    .extension__button-wrap {
        justify-self: flex-start;
    }

    .btn.extension__link {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .extension__card_current {
        height: 45rem;
    }
    .extension__list {
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
     .extensionsSection__cards {
        align-items: center;
    }
     .extension__card {
        height: auto !important;
    }
    .extension__card.extensions__card_detailed {
        height: 167vw !important;
    }
     .extension__card.extensions__card_detailed {
        height: auto !important;
    }
     .extensions__card_detailed .extension__cardTitleButton::before {
        top: 42%;
    }
    .extensions__card_detailed .extension__cardPreview {
        flex-basis: auto;
    }
    .extensions__card_detailed .sendRequest_mobile {
        margin: 0;
    }
    .extensions__card_detailed .extension__link.--mobile {
        display: block;
    }
    .extension__card_current .extension__cardText {
        grid-template-columns: 1fr;
    }
     .extension__cardPreview,
     .extension__cardText {
        flex-basis: auto;
    }
     .extension__cardPreview .extension__cardImg {
        height: 100%;
    }
     .extension__cardText {
        flex-grow: 1;
        justify-content: flex-start;
        height: auto !important;
        min-height: auto;
    }
     .extension__cardTextWithButton {
        margin-bottom: 10px;
    }
     .extension__cardTitle {
        min-height: auto;
        line-height: 1.088;
    }
    .extension__button-wrap-mobile {
        align-self: center;
    }
    .btn.extension__link.--mobile {
        min-width: 49.4vw;
        margin: 0 0 12px;
        padding: 2.5vw 5.6vw;
        font-size: 4.4vw;
        line-height: 5.3vw;
    }
    .extension__cardText {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .extension__list_mobile {
        margin-top: 1rem;
        margin-bottom: 2.5rem;
    }
    .extension__listItem:not(:last-of-type) {
        margin-bottom: 1rem;
    }
    .extensions__listIcon {
        max-height: 3.2rem;
    }
}
@media screen and (max-width: 479px) {
    .btn.extension__link.--mobile,
    .extensions__card_detailed .sendRequest_mobile {
        font-size: 14px;
        line-height: 1.2;
    }
    .extensions__card_detailed .sendRequest_mobile {
        justify-content: center;
        width: 100%;
        text-align: center;
        border: 1px solid var(--brand);
    }
}




@media screen and (max-width: 767px) {
    .page-template-page-bussines-security-new div.startKit__slider-nav {
        justify-content: center;
    }

    .page-template-page-bussines-security-new .startKit__slider-navBtn {
        padding-right: 1em;
        padding-left: 1em;
    }

    .page-template-page-bussines-security-new .startKit__slider-navBtn.tns-nav-active::after {
        left: 1em;
        right: 1em;
    }
}


/* Правка для карточек устройств без цены */
.additionalSolutionsSection__solutions .additionalSolutionsSection__solution-wrapper .solution__details-image.--centered {
    left: 50%;
    transform: translateX(-50%);
}


/* Ссылка Подробнее в главном слайдере */
.protectYourHouseSection__actionsDetails {
    padding: 0.45em 1.5em;
    border: 1px solid #ffffff;
    transition: background-color 0.3s ease-in-out;
}

.protectYourHouseSection__actionsDetails:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


/* Правки marquiz */
.marquiz-widget.--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

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

.marquiz-widget__container[style^="display: none"] + .marquiz-widget__close.--custom {
    display: none;
}

.marquiz-widget_open .marquiz-widget__container {
    height: 600px !important;
}

.marquiz-widget_open .marquiz-widget__close.--custom {
    display: none;
}

.marquiz-widget__close.--custom {
    position: fixed;
    right: 16px;
    /*bottom: 215px;*/
    bottom: 95px;
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    cursor: pointer;
    pointer-events: auto;
}

.marquiz-widget__close.--custom::before {
    content: "\2715";
    font-size: 12px;
    line-height: 1;
    color: hsla(0, 0%, 100%, 0.7);
}

.marquiz-widget__close.--custom.--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .marquiz-widget__close.--custom {
        bottom: 90px;
    }
}


/* Страница инструкции и документы (слайдер) */
.usefulInfo__wrapper.--slider {
    --x-offset: 100px;
}

.usefulInfo__wrapper.--slider .systemSelect__heading {
    display: block;
}

.usefulInfo__wrapper.--slider .usefulInfo__systems {
    display: grid;
    grid-template-areas:
        "backButton backButton"
        "currentCard namedSystems"
        ". commonSystemsHeading"
        ". commonSystems";
    gap: 20px 10px;
    margin-top: 20px;
}
.usefulInfo__wrapper.--slider .usefulInfo__systemsBackButton {
    display: none;
}

.usefulInfo__wrapper.--slider .docGroupItem__summaryIndicator {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.usefulInfo__wrapper.--slider .docGroup__item[open] .docGroupItem__summaryIndicator::after {
    transform: translateY(50%) rotate(-135deg);
}

.usefulInfo__wrapper.--slider .docGroupItem__summaryIndicator::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 60%;
    display: block;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
}

.usefulInfo__wrapper.--slider .usefulInfo__namedSystems {
    padding-bottom: 40px;
}

.usefulInfo__wrapper.--slider .usefulInfo__commonSystemsHeading {
    margin-top: -40px;
}

.usefulInfo__wrapper.--slider .usefulInfo__commonSystems {
    margin-top: -20px;
}

.instructions-slider {
    position: relative;
}

.instructions-slider .device-item {
    width: 145px;
}

.instructions-slider .usefulInfo__blockPicker.--is-active {
    background-color: #ebebeb;
}

.instructions-slider .swiper-pagination {
    display: none;
}

.instructions-slider__nav {
    position: absolute;
    top: 50%;
    right: -50px;
    left: -50px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.instructions-slider__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #ebebeb;
    border-radius: 50%;
    cursor: pointer;
}

.instructions-slider__btn[aria-disabled="true"] {
    opacity: 0.5;
    cursor: default;
}

.instructions-slider__btn.--prev {
    margin-left: 6px;
    transform: scaleX(-1);
}

@media screen and (max-width: 1023px) {
    .usefulInfo__wrapper.--slider {
        --x-offset: 70px;
    }
}

@media screen and (max-width: 767px) {
    .sectionHeading.--xs-small {
        font-size: 20px;
    }

    .usefulInfo__wrapper.--slider {
        --x-offset: 10px;
        padding-bottom: 100px;
    }

    .usefulInfo__wrapper.--slider .usefulInfo__systems {
        grid-template-areas: none;
        margin-top: 30px;
    }

    .usefulInfo__wrapper.--slider .usefulInfo__namedSystems {
        padding-bottom: 20px;
    }

    .usefulInfo__wrapper.--slider .systemSelect__heading {
        margin-bottom: 25px;
    }

    .usefulInfo__wrapper.--slider .docGroupItemSummary__heading {
        justify-content: space-between;
        font-size: 14px;
    }

    .instructions-slider .swiper-pagination {
        position: static;
        display: block;
        margin-top: 25px;
    }

    .instructions-slider__nav {
        display: none;
    }
}

@media screen and (max-width: 424px) {
    .instructions-slider .device-item {
        /*width: 100%;*/
    }
}


/* Письмо Дарим подарки */
.page-template-page-email-premium-gifts {
    background-color: #F5F5F5;
}
.page-template-page-email-premium-gifts .breadcrumbs {
    display: none;
}
.mail-wrapper.--gifts {
    font-size: 16px;
    line-height: 1.7;
}
.mail-wrapper.--gifts .center-wrap {
    margin: auto;
    width: 640px;
    max-width: 90%;
}
.mail-wrapper.--gifts .banner .center-wrap {
    background: url("https://gulfstream.ru/wp-content/themes/gulfstream/assets/public/images/email-banner-3-1.png");
    color: #fff;
    height: 22rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: FLEX;
    align-items: center;
}
.mail-wrapper.--gifts .banner__text {
    font-weight: 700;
    font-family: "MTS Wide", Arial, sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    max-width: 17rem;
    margin-left: calc(50% + 1rem);
}
.mail-wrapper.--gifts .text {
    margin-bottom: 4rem;
    padding: 5rem 0 1rem 0;
    color: #54616C;
}
.mail-wrapper.--gifts .text h3 {
    font-size: 1.65rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.mail-wrapper.--gifts .promo__link a:hover {
    background: #b50f15;
}
.mail-wrapper.--gifts .promo__link a {
    display: block;
    background: #DA2128;
    border-radius: 30px;
    width: 100%;
    padding: 0.75rem 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.mail-wrapper.--gifts .promo {
    background: #EDEDED;
    padding: 2.5rem 0;
    margin-bottom: 4rem;
}
.mail-wrapper.--gifts .promo__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mail-wrapper.--gifts .promo__wrap img {
    position: relative;
    width: 136%;
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
    margin-left: -18%;
    display: block;
}
.mail-wrapper.--gifts .promo__img {
    flex: 0 1 55%;
}
.mail-wrapper.--gifts .promo__info {
    flex: 0 1 40%;
    position: relative;
    z-index: 3;
}
.mail-wrapper.--gifts .promo__text {
    font-weight: 700;
    font-family: "MTS Wide", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.1;
}
.mail-wrapper.--gifts .promo__promo {
    background: #FFFFFF;
    border: 1px solid #54616C;
    border-radius: 11px;
    text-align: center;
    padding: 0.5rem;
    margin: 0.9rem 0 1.1rem 0;
}
.mail-wrapper.--gifts .text2 {
    font-size: 16px;
}
.mail-wrapper.--gifts .banner {
    background: #000;
    border-top: 4px solid #DA2128;
}
.mail-wrapper.--gifts .text2 p:nth-child(2) {
    margin-bottom: -.7rem;
}
.mail-wrapper.--gifts .text2 {
    color: #54616C;
}
.mail-wrapper.--gifts .text2 ul {
    list-style: none;
    padding: 0;
    margin:1.5rem 0
}
.mail-wrapper.--gifts .text2 ul  li {
    padding: 0.5rem 0;
    padding-left: 3rem;
    background-size: 1.75rem;
    background-position: left center;
    background-repeat: no-repeat;
}
.mail-wrapper.--gifts .text2 p:first-child{
    max-width: 480px;
    margin-bottom: 3rem;
    font-size: 16px;
}
.mail-wrapper.--gifts .icon5 {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='32' viewBox='0 0 27 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.9955 8.0022H2.0045C1.44973 8.0022 1 8.45193 1 9.0067V22.8688C1 23.4236 1.44973 23.8733 2.0045 23.8733H24.9955C25.5503 23.8733 26 23.4236 26 22.8688V9.0067C26 8.45193 25.5503 8.0022 24.9955 8.0022Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.9884 18.2642H3.53906' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8.0553 20.4661H3.53906' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M26 10.9434H1V14.5596H26V10.9434Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21.4997 17.6694H17.1683C16.2318 17.6694 15.4727 18.4286 15.4727 19.365V19.6383C15.4727 20.5747 16.2318 21.3338 17.1683 21.3338H21.4997C22.4361 21.3338 23.1953 20.5747 23.1953 19.6383V19.365C23.1953 18.4286 22.4361 17.6694 21.4997 17.6694Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19.25 5.51917H22.2715V2.24048' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21.6443 4.90032C19.4424 2.77078 16.5495 1.35645 13.3029 1.35645C10.0564 1.35645 6.93038 2.89132 4.72852 5.1414' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M7.63732 26.3564H4.73633V29.6351' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.36328 27.0958C7.46068 29.2254 10.3777 30.6478 13.6404 30.6478C16.903 30.6478 20.1736 29.2254 22.271 26.8628' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .icon4 {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='31' viewBox='0 0 35 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5401 7.40576C11.3562 8.0036 9.72021 9.96231 9.55815 12.3301C9.02568 12.1963 8.46234 12.1098 7.89128 12.1098C4.07908 12.1098 1 15.2563 1 19.1266C1 22.0528 2.75176 24.5543 5.24435 25.6084' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20.084 26.1432H29.4987C32.1688 26.1432 34.3681 23.5788 34.3681 20.857C34.3681 18.1353 32.1997 15.9248 29.5296 15.9248C29.1052 15.9248 28.7039 15.9878 28.3103 16.09C27.6621 13.7931 25.5862 12.1097 23.1245 12.1097C22.0981 12.1097 21.1412 12.4086 20.3232 12.912C20.3232 12.8491 20.3309 12.7862 20.3309 12.7233C20.3309 12.2119 20.2615 11.7164 20.1303 11.2444' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20.7717 2.22174L15.3929 1.35645V20.0861C14.7216 19.74 13.9576 19.5433 13.155 19.5433C10.3923 19.5433 8.16211 21.8246 8.16211 24.6328C8.16211 27.4411 10.4 29.7223 13.155 29.7223C15.91 29.7223 18.1479 27.4411 18.1479 24.6328V6.83926L20.764 7.17751V2.22174H20.7717Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .icon3 {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='24' viewBox='0 0 36 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.7743 20.0297H29.806C32.5054 20.0297 34.7306 17.4552 34.7306 14.7178C34.7306 11.9804 32.5436 9.76264 29.8442 9.76264C29.416 9.76264 29.0107 9.82468 28.6131 9.92549C27.9554 7.61463 25.8602 5.92414 23.3673 5.92414C22.3273 5.92414 21.3638 6.22657 20.5379 6.73061C20.5379 6.66858 20.5456 6.60654 20.5456 6.53675C20.5456 3.4737 18.0985 1 15.0856 1C12.0728 1 9.8475 3.26433 9.64103 6.14127C9.0981 6.00169 8.53987 5.92414 7.95106 5.92414C4.1123 5.91639 1 9.08024 1 12.973C1 15.912 2.77409 18.4322 5.28993 19.4946' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21.7538 11.019H8.2111C7.71697 11.019 7.31641 11.4252 7.31641 11.9263V21.8134C7.31641 22.3145 7.71697 22.7207 8.2111 22.7207H21.7538C22.2479 22.7207 22.6485 22.3145 22.6485 21.8134V11.9263C22.6485 11.4252 22.2479 11.019 21.7538 11.019Z' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9.63281 18.9442L12.5845 15.9509L13.5022 16.8737L16.0562 14.2837L20.3385 18.6262' stroke='%23DE2D35' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");    background-size: 2rem !important;}
.mail-wrapper.--gifts .icon2 {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.8892 3.43927H3.00743C1.89876 3.43927 1 4.33803 1 5.4467V19.5067C1 20.6154 1.89876 21.5141 3.00743 21.5141H24.8892C25.9979 21.5141 26.8967 20.6154 26.8967 19.5067V5.4467C26.8967 4.33803 25.9979 3.43927 24.8892 3.43927Z' stroke='%23A1ABB2' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.95117 1.75179C4.31907 1.28792 4.88691 1 5.51873 1H27.3925C28.5042 1 29.4 1.89575 29.4 3.00743V17.0594C29.4 17.6993 29.104 18.2671 28.6322 18.635' stroke='%23A1ABB2' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9.72522 7.90204V17.0514L19.7944 12.4288L9.72522 7.90204Z' stroke='%23DE2D35' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .icon1 {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='30' viewBox='0 0 27 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.5107 6.11463H24.2359V2.08154' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M23.4632 5.35604C20.7595 2.74241 17.1996 1 13.219 1C9.23853 1 5.3932 2.88511 2.68945 5.64894' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.24939 23.5237H2.68945V27.5568' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.46289 24.4324C6.03896 27.046 9.62142 28.7959 13.632 28.7959C17.6425 28.7959 21.6531 27.0535 24.2367 24.147' stroke='%23A1ABB2' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.49762 16.7418V16.2011C5.49762 14.8267 4.73907 14.3009 3.52989 14.3009C2.82391 14.3009 2.11793 14.4962 1.64478 15.2322L0.345479 15.0144L0.886228 10.0651H6.19609V11.1766H1.93768L1.60723 14.1282C2.0203 13.6851 2.65868 13.2945 3.71014 13.2945C5.59525 13.2945 6.79692 14.2484 6.79692 16.4564C6.79692 18.6645 5.59525 19.7685 3.49985 19.7685C1.40445 19.7685 0.195271 18.9273 0 17.0047H1.2993C1.46453 18.319 2.2381 18.7621 3.49985 18.7621C4.7616 18.7621 5.49762 18.1838 5.49762 16.7418Z' fill='%23DE2D35'/%3e%3cpath d='M10.9955 19.761C8.37435 19.761 7.29285 17.8083 7.29285 14.8417C7.29285 11.8751 8.37435 9.92236 10.9955 9.92236C13.6166 9.92236 14.7056 11.845 14.7056 14.8417C14.7056 17.8383 13.6241 19.761 10.9955 19.761ZM13.4063 14.3835C13.4063 12.3332 12.783 10.9212 10.9955 10.9212C9.208 10.9212 8.59966 12.3482 8.59966 14.3835V15.2698C8.59966 17.3051 9.208 18.7621 10.9955 18.7621C12.783 18.7621 13.4063 17.3051 13.4063 15.2698V14.3835Z' fill='%23DE2D35'/%3e%3cpath d='M21.4873 12.3631V13.1216H18.3104V19.6257H17.3641V12.3631H21.4873Z' fill='%23DE2D35'/%3e%3cpath d='M25.1903 12.0101C26.084 11.9651 26.4821 11.9275 26.7149 11.8975V12.6861C26.4971 12.7161 26.1141 12.7461 25.2654 12.7912C23.6206 12.8888 22.9897 13.2644 22.832 15.6001C23.1775 14.8115 23.8234 14.3834 24.7772 14.3834C26.2793 14.3834 27.0003 15.3823 27.0003 17.0045C27.0003 18.6268 26.2192 19.7308 24.5519 19.7308C22.8846 19.7308 22.1035 18.7019 22.1035 16.8168C22.1035 13.1217 22.9672 12.1153 25.1978 12.0176L25.1903 12.0101ZM26.0765 17.3125V16.7642C26.0765 15.6677 25.5207 15.0819 24.5519 15.0819C23.5831 15.0819 23.0348 15.6677 23.0348 16.7642V17.3125C23.0348 18.4616 23.553 19.0173 24.5519 19.0173C25.5508 19.0173 26.0765 18.4616 26.0765 17.3125Z' fill='%23DE2D35'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .text3 {
    margin: 5rem 0 3rem 0;
    color: #54616C;
    font-size: 16px;
}
.mail-wrapper.--gifts .text3__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mail-wrapper.--gifts .text3__rigt {
    display: flex;
    align-items: center;
}
.mail-wrapper.--gifts .text3__rigt .social {
    height: 35px;
    width: 35px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}
.mail-wrapper.--gifts .social.--youtube {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.3201 20.7785L21.0124 17.5L15.3201 14.2214V20.7785Z' fill='%2354616C' fill-opacity='0.5'/%3e%3cpath d='M17.5 0C7.83672 0 0 7.83672 0 17.5C0 27.1633 7.83672 35 17.5 35C27.1633 35 35 27.1633 35 17.5C35 7.83672 27.1633 0 17.5 0ZM28.4348 17.5178C28.4348 17.5178 28.4348 21.067 27.9843 22.778C27.732 23.7146 26.9931 24.4535 26.0565 24.7058C24.3448 25.1562 17.4993 25.1562 17.4993 25.1562C17.4993 25.1562 10.6716 25.1562 8.94209 24.688C8.00557 24.4357 7.2666 23.6968 7.01436 22.7603C6.56387 21.067 6.56387 17.5 6.56387 17.5C6.56387 17.5 6.56387 13.9515 7.01436 12.2397C7.2666 11.3032 8.02334 10.5465 8.94209 10.2942C10.6538 9.84375 17.4993 9.84375 17.4993 9.84375C17.4993 9.84375 24.3448 9.84375 26.0565 10.312C26.9931 10.5643 27.732 11.3032 27.9843 12.2397C28.4532 13.9508 28.4348 17.5178 28.4348 17.5178Z' fill='%2354616C' fill-opacity='0.5'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .social.--youtube:hover {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.3201 20.7785L21.0124 17.5L15.3201 14.2214V20.7785Z' fill='%23DA2128' fill-opacity='1'/%3e%3cpath d='M17.5 0C7.83672 0 0 7.83672 0 17.5C0 27.1633 7.83672 35 17.5 35C27.1633 35 35 27.1633 35 17.5C35 7.83672 27.1633 0 17.5 0ZM28.4348 17.5178C28.4348 17.5178 28.4348 21.067 27.9843 22.778C27.732 23.7146 26.9931 24.4535 26.0565 24.7058C24.3448 25.1562 17.4993 25.1562 17.4993 25.1562C17.4993 25.1562 10.6716 25.1562 8.94209 24.688C8.00557 24.4357 7.2666 23.6968 7.01436 22.7603C6.56387 21.067 6.56387 17.5 6.56387 17.5C6.56387 17.5 6.56387 13.9515 7.01436 12.2397C7.2666 11.3032 8.02334 10.5465 8.94209 10.2942C10.6538 9.84375 17.4993 9.84375 17.4993 9.84375C17.4993 9.84375 24.3448 9.84375 26.0565 10.312C26.9931 10.5643 27.732 11.3032 27.9843 12.2397C28.4532 13.9508 28.4348 17.5178 28.4348 17.5178Z' fill='%23DA2128' fill-opacity='1'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .social.--whatsapp  {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5186 4.38609e-06C14.0557 -0.00244638 10.6698 1.02219 7.7893 2.94431C4.90879 4.86642 2.66305 7.59966 1.33615 10.7983C0.0092438 13.9969 -0.339205 17.5172 0.334875 20.9139C1.00896 24.3106 2.67528 27.431 5.12307 29.8806C7.57086 32.3301 10.6901 33.9986 14.0864 34.6751C17.4826 35.3516 21.0031 35.0056 24.2027 33.681C27.4022 32.3564 30.1371 30.1126 32.0612 27.2334C33.9854 24.3543 35.0124 20.9691 35.0124 17.5062C35.0124 12.8654 33.1697 8.41452 29.8893 5.13183C26.609 1.84914 22.1594 0.00328874 17.5186 4.38609e-06ZM20.5044 28.7681C17.5781 29.5317 14.4698 29.1321 11.8319 27.6531C11.6296 27.5299 11.4032 27.4517 11.168 27.4239C10.9328 27.3962 10.6944 27.4194 10.469 27.492C9.35399 27.8142 6.87611 28.5823 6.87611 28.5823C6.87611 28.5823 7.76815 26.5009 8.11505 25.708C8.24111 25.4677 8.29529 25.1962 8.27112 24.926C8.24695 24.6557 8.14546 24.3982 7.97877 24.1841C6.37324 22.0228 5.62312 19.3445 5.87257 16.6637C6.00854 14.4663 6.78493 12.3567 8.10592 10.5954C9.42692 8.83404 11.2347 7.49803 13.3062 6.75222C14.792 6.10506 16.3966 5.77547 18.0171 5.78455C19.6377 5.79364 21.2385 6.14121 22.7169 6.80499C24.1953 7.46877 25.5187 8.43411 26.6024 9.63914C27.686 10.8442 28.5059 12.2623 29.0095 13.8027C29.5131 15.343 29.6894 16.9716 29.5269 18.584C29.3645 20.1964 28.867 21.7572 28.0663 23.1661C27.2655 24.5751 26.1793 25.8012 24.8771 26.7659C23.5749 27.7306 22.0855 28.4126 20.5044 28.7681Z' fill='%2355626C' fill-opacity='0.5'/%3e%3cpath d='M22.1026 19.2035C21.804 19.0742 21.4705 19.049 21.1559 19.1322C20.8413 19.2153 20.5638 19.4019 20.3681 19.662C20.1822 19.8974 20.0336 20.1575 19.8725 20.4053C19.5256 20.9133 19.3769 20.9381 18.7575 20.6655C17.1043 19.9385 15.6848 18.7678 14.6566 17.2832C13.938 16.2549 14.1114 16.3912 14.8052 15.5611C15.0313 15.3149 15.1837 15.0102 15.2451 14.6816C15.3064 14.353 15.2742 14.0138 15.1521 13.7027C14.914 13.0887 14.6325 12.4925 14.3097 11.9186C14.2059 11.6939 14.0489 11.4979 13.8524 11.3475C13.6559 11.1971 13.4256 11.0968 13.1817 11.0554C12.9377 11.0139 12.6873 11.0325 12.4521 11.1095C12.2169 11.1865 12.004 11.3196 11.8318 11.4973C11.4199 11.8395 11.0935 12.2729 10.8784 12.7633C10.6634 13.2536 10.5656 13.7874 10.5928 14.3221C10.5786 15.0286 10.754 15.726 11.1008 16.3416C11.9637 18.1981 13.2319 19.8374 14.8121 21.1389C16.3924 22.4404 18.2444 23.3709 20.2318 23.862C20.8591 24.0106 21.5124 24.0106 22.1398 23.862C22.7085 23.7778 23.2422 23.5359 23.6802 23.1636C24.1182 22.7912 24.443 22.3035 24.6176 21.7558C24.7201 21.5179 24.7366 21.2518 24.6642 21.0031C24.5919 20.7544 24.4352 20.5387 24.2212 20.3929C23.5457 19.9441 22.8375 19.5465 22.1026 19.2035Z' fill='%2355626C' fill-opacity='0.5'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .social.--whatsapp:hover {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5186 4.38609e-06C14.0557 -0.00244638 10.6698 1.02219 7.7893 2.94431C4.90879 4.86642 2.66305 7.59966 1.33615 10.7983C0.0092438 13.9969 -0.339205 17.5172 0.334875 20.9139C1.00896 24.3106 2.67528 27.431 5.12307 29.8806C7.57086 32.3301 10.6901 33.9986 14.0864 34.6751C17.4826 35.3516 21.0031 35.0056 24.2027 33.681C27.4022 32.3564 30.1371 30.1126 32.0612 27.2334C33.9854 24.3543 35.0124 20.9691 35.0124 17.5062C35.0124 12.8654 33.1697 8.41452 29.8893 5.13183C26.609 1.84914 22.1594 0.00328874 17.5186 4.38609e-06ZM20.5044 28.7681C17.5781 29.5317 14.4698 29.1321 11.8319 27.6531C11.6296 27.5299 11.4032 27.4517 11.168 27.4239C10.9328 27.3962 10.6944 27.4194 10.469 27.492C9.35399 27.8142 6.87611 28.5823 6.87611 28.5823C6.87611 28.5823 7.76815 26.5009 8.11505 25.708C8.24111 25.4677 8.29529 25.1962 8.27112 24.926C8.24695 24.6557 8.14546 24.3982 7.97877 24.1841C6.37324 22.0228 5.62312 19.3445 5.87257 16.6637C6.00854 14.4663 6.78493 12.3567 8.10592 10.5954C9.42692 8.83404 11.2347 7.49803 13.3062 6.75222C14.792 6.10506 16.3966 5.77547 18.0171 5.78455C19.6377 5.79364 21.2385 6.14121 22.7169 6.80499C24.1953 7.46877 25.5187 8.43411 26.6024 9.63914C27.686 10.8442 28.5059 12.2623 29.0095 13.8027C29.5131 15.343 29.6894 16.9716 29.5269 18.584C29.3645 20.1964 28.867 21.7572 28.0663 23.1661C27.2655 24.5751 26.1793 25.8012 24.8771 26.7659C23.5749 27.7306 22.0855 28.4126 20.5044 28.7681Z' fill='%23DA2128' fill-opacity='1'/%3e%3cpath d='M22.1026 19.2035C21.804 19.0742 21.4705 19.049 21.1559 19.1322C20.8413 19.2153 20.5638 19.4019 20.3681 19.662C20.1822 19.8974 20.0336 20.1575 19.8725 20.4053C19.5256 20.9133 19.3769 20.9381 18.7575 20.6655C17.1043 19.9385 15.6848 18.7678 14.6566 17.2832C13.938 16.2549 14.1114 16.3912 14.8052 15.5611C15.0313 15.3149 15.1837 15.0102 15.2451 14.6816C15.3064 14.353 15.2742 14.0138 15.1521 13.7027C14.914 13.0887 14.6325 12.4925 14.3097 11.9186C14.2059 11.6939 14.0489 11.4979 13.8524 11.3475C13.6559 11.1971 13.4256 11.0968 13.1817 11.0554C12.9377 11.0139 12.6873 11.0325 12.4521 11.1095C12.2169 11.1865 12.004 11.3196 11.8318 11.4973C11.4199 11.8395 11.0935 12.2729 10.8784 12.7633C10.6634 13.2536 10.5656 13.7874 10.5928 14.3221C10.5786 15.0286 10.754 15.726 11.1008 16.3416C11.9637 18.1981 13.2319 19.8374 14.8121 21.1389C16.3924 22.4404 18.2444 23.3709 20.2318 23.862C20.8591 24.0106 21.5124 24.0106 22.1398 23.862C22.7085 23.7778 23.2422 23.5359 23.6802 23.1636C24.1182 22.7912 24.443 22.3035 24.6176 21.7558C24.7201 21.5179 24.7366 21.2518 24.6642 21.0031C24.5919 20.7544 24.4352 20.5387 24.2212 20.3929C23.5457 19.9441 22.8375 19.5465 22.1026 19.2035Z' fill='%23DA2128' fill-opacity='1'/%3e%3c/svg%3e ");}
.mail-wrapper.--gifts .text4 {
    background: #F5F5F5;
    padding: 4rem 0 5rem 0;
    color: #54616C;
}
.mail-wrapper.--gifts .text5 {
    padding: 4rem 0 4rem 0;
    color: #fff;
    background: #DA2128;
    font-size: 16px;
}
.mail-wrapper.--gifts .text6 a:hover {
    color: #DA2128;
}
.mail-wrapper.--gifts .text6 a {
    color:  rgba(42, 75, 155, 1)
}
.mail-wrapper.--gifts .text6 {
    background: #F5F5F5;
    padding: 2rem 0 2rem 0;
    font-size: 10px;
    color: #54616C;
}
.mail-wrapper.--gifts .text .center-wrap {
    width: 530px;
}
.mail-wrapper.--gifts .text2 .center-wrap {
    width: 530px;
}
.mail-wrapper.--gifts .text3 .center-wrap {
    width: 530px;
}
.mail-wrapper.--gifts .text4 .center-wrap {
    width: 530px;
    font-size: 10px;
}
.mail-wrapper.--gifts .text5 .center-wrap {
    width: 530px;
}
.mail-wrapper.--gifts .text6 .center-wrap {
    line-height: 1.3;
    width: 530px;
}

@media screen and (max-width: 700px) {
    .mail-wrapper.--gifts {
        text-align: center;
    }
    .mail-wrapper.--gifts .banner .center-wrap {
        color: #fff;
        height: auto;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .mail-wrapper.--gifts .banner__text {
        /*font-size: 2.5rem;*/
        line-height: 1;
        max-width: 100%;
        margin-left: 0;
        margin-top: 176px;
        text-align: center;
        margin-bottom: 2rem;
    }
    .mail-wrapper.--gifts .text2 ul {
        text-align: left;
    }
    .mail-wrapper.--gifts .text3__wrap {
        flex-direction: COLUMN;
    }
    .mail-wrapper.--gifts .promo__wrap img {
        position: relative;
        width: 100%;
        margin-top: -6.5rem;
        margin-bottom: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        object-fit: contain;
        /*max-width: 300px;*/
    }
    .mail-wrapper.--gifts .promo__wrap {
        flex-direction: column;
    }
}

/* Письмо Активация контракта */
.mail-wrapper.--contract-start * {
    line-height: 1.5;
}
.mail-wrapper.--contract-start a {
    color: #3A63C7;
}
.mail-wrapper.--contract-start .mail-instructions__item-text a {
    color: var(--commonTextColor);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.mail-wrapper.--contract-start .mail-intro__inner {
    padding-top: 28px;
}
.mail-wrapper.--contract-start .mail-intro__greetings {
    margin-bottom: 1.9em;
}
.mail-wrapper.--contract-start .mail-descr__footer {
    margin-top: 25px;
}
.mail-wrapper.--contract-start .mail-descr__inner {
    padding-top: 40px;
    padding-bottom: 60px;
}
.mail-instructions .container {
    max-width: 460px;
    padding-right: 15px;
    padding-left: 15px;
}
.mail-instructions__item {
    display: flex;
    margin-bottom: 20px;
}
.mail-instructions__item:last-child {
    margin-bottom: 0;
}
.mail-instructions__item-img {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    min-width: 44px;
    margin-right: 14px;
}
.mail-instructions__item-img img {
    display: block;
    max-width: 44px;
    height: auto;
}
.mail-instructions__item-text p {
    margin: 0;
    font-size: 14px;
}
@media screen and (max-width: 479px) {
    .mail-wrapper.--contract-start .mail-intro__greetings {
        margin-bottom: 1em;
    }
    .mail-wrapper.--contract-start .mail-descr__inner {
        padding-bottom: 20px;
    }
}


/* Страница Стать агентом продаж */
.sales-start {
    height: 1px;
    min-height: 664px;
    color: #ffffff;
    background-color: #58595b;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.sales-start * {
    box-sizing: border-box;
}

.sales-start .container {
    max-width: min(1364px, 100vw - 50px);
    height: 100%;
}

.sales-start__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sales-start__title {
    margin: 0 0 0.8em;
    font-weight: 700;
    font-family: "MTS Wide", "Arial", sans-serif;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
}

.sales-start__slogan {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 22px;
    line-height: 1.36;
}

.sales-start__slogan-part.--num {
    font-size: 52px;
}

.sales-start__btn-wrap {
    margin-top: 42px;
}

.sales-start__btn {
    padding: 1.1em 2.1em;
    font-size: 20px;
}

.sales-solutions .container {
    max-width: min(1364px, 100vw - 50px);
}

.sales-solutions__inner {
    padding-top: 80px;
    padding-bottom: 64px;
}

.sales-solutions__btn-wrap {
    display: none;
}

.sales-solutions__title {
    margin: 0 0 1.375em;
    text-align: center;
}

.sales-solutions__cards-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px;
}

.solution-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(84, 97, 108, 0.3);
}

.solution-card__title {
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.solution-card__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1.6;
    background-color: #58595b;
}

.solution-card__img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-card__img-system {
    position: absolute;
    bottom: -33px;
    left: 15px;
    width: 59.76%;
}

.solution-card__text {
    flex-grow: 1;
    padding: 52px 30px 26px 36px;
    font-size: 16px;
    line-height: 1.25;
}

.solution-card__text ul,
.solution-card__text ol,
.solution-card__text p {
    margin: 0;
}

.solution-card__text ul,
.solution-card__text ol {
    padding-left: 1.7em;
}

.sales-benefits .container {
    max-width: min(1364px, 100vw - 50px);
}

.sales-benefits__inner {
    padding-top: 64px;
    padding-bottom: 64px;
}

.sales-benefits__title {
    margin-bottom: 1.8em;
    text-align: center;
}

.sales-benefits__cards-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 84px;
    max-width: 860px;
    margin: 0 auto;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.benefit-card__title {
    margin: 0 0 0.5em;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.14;
}

.benefit-card__img-wrap {
    max-width: 127px;
    min-height: 111px;
    max-height: 111px;
    margin-bottom: 30px;
}

.benefit-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 0;
}

.benefit-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
}

.sales-howto .container {
    max-width: min(1264px, 100vw - 50px);
}

.sales-howto .how-to-slider .swiper-slide {
    height: auto;
}

.sales-howto .how-to-slider .step {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
}

.sales-howto .how-to-slider .step__info-title {
    margin: 0 0 0.5em;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.sales-howto .how-to-slider .step__info-paragraph {
    margin-top: 0.8em;
    font-size: 16px;
    line-height: 1.25;
}

.sales-howto__inner {
    padding-top: 64px;
    padding-bottom: 94px;
}

.sales-howto__title {
    margin: 0 0 1.35em;
    text-align: center;
}

.sales-howto__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 142px;
}

.sales-howto__btn {
    padding: 1.1em 2.1em;
    font-size: 20px;
}

.page-popup.--sales-apply {
    cursor: auto;
}

.page-popup.--sales-apply .order-form {
    position: relative;
}

.page-popup.--sales-apply .form-order__title {
    border: 0;
}

.page-popup.--sales-apply .popup__success {
    position: relative;
}

.page-popup.--sales-apply.--show {
    display: flex;
}
@media screen and (max-width: 1499px) {
    .sales-start {
        min-height: 600px;
    }
    .sales-start .container,
    .sales-solutions .container {
        max-width: min(1200px, 100vw - 50px);
    }
    .sales-solutions__cards-wrap {
        gap: 40px;
    }
}
@media screen and (max-width: 1279px) {
    .sales-start__title {
        font-size: 42px;
    }
    .sales-start__slogan-part.--num {
        font-size: 45px;
    }
    .sales-start__btn,
    .sales-howto__btn {
        font-size: 16px;
    }
    .sales-solutions__cards-wrap {
        gap: 30px;
    }
    .solution-card__text {
        padding: 48px 20px 26px;
    }
    .sales-benefits__cards-wrap {
        max-width: 800px;
    }
    .benefit-card__img-wrap {
        max-width: 80px;
        min-height: 90px;
        max-height: 90px;
        margin-bottom: 15px;
    }
    .benefit-card__title {
        font-size: 25px;
    }
    .sales-howto__inner {
        padding-bottom: 70px;
    }
    .sales-howto__btn-wrap {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1023px) {
    .sales-start {
        min-height: 500px;
    }
    .sales-start__title {
        font-size: 38px;
    }
    .sales-start__slogan {
        font-size: 20px;
    }
    .sales-start__slogan-part.--num {
        font-size: 42px;
    }
    .sales-start__btn,
    .sales-howto__btn {
        font-size: 14px;
    }
    .sales-solutions__inner {
        padding-bottom: 40px;
    }
    .sales-solutions__cards-wrap {
        gap: 20px;
    }
    .solution-card__title {
        font-size: 18px;
    }
    .solution-card__text {
        padding: 42px 15px 20px;
        font-size: 15px;
    }
    .solution-card__text ul,
    .solution-card__text ol {
        padding-left: 1.2em;
    }
    .sales-benefits__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sales-benefits__cards-wrap {
        gap: 50px;
    }
    .benefit-card__title {
        font-size: 22px;
    }
    .sales-howto__inner {
        padding-top: 40px;
    }
    .sales-howto__btn-wrap {
        margin-top: 70px;
    }
}
@media screen and (max-width: 767px) {
    .sales-start .container,
    .sales-solutions .container,
    .sales-benefits .container,
    .sales-howto .container {
        max-width: none;
    }
    .sales-start {
        background-position: right top;
    }
    .sales-start__inner {
        justify-content: flex-start;
        padding-top: 46px;
    }
    .sales-start__title {
        font-size: 5.4vw;
    }
    .sales-start__slogan {
        font-size: 4.8vw;
    }
    .sales-start__slogan-part:first-child {
        max-width: 13.86em;
    }
    .sales-start__slogan-part.--num {
        font-size: 10.13vw;
    }
    .sales-start__btn-wrap {
        display: none;
    }
    .sales-solutions__inner {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .sales-solutions__btn-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 55px;
    }
    .sales-solutions__title {
        margin-bottom: 0.9em;
    }
    .sales-solutions__cards-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 320px;
        margin: 0 auto;
    }
    .solution-card__title {
        font-size: 22px;
    }
    .solution-card__img-wrap {
        height: 180px;
    }
    .solution-card__text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sales-benefits__inner {
        padding-top: 25px;
        padding-bottom: 32px;
    }
    .sales-benefits__cards-wrap {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
    .benefit-card__img-wrap {
        max-width: 110px;
        min-height: auto;
        max-height: 96px;
    }
    .benefit-card__title {
        margin-bottom: 0.7em;
        font-size: 20px;
        line-height: 1.2;
    }
    .sales-howto__inner {
        padding-top: 32px;
    }
    .sales-howto__btn,
    .sales-solutions__btn {
        box-sizing: border-box;
        width: 100%;
        max-width: 260px;
        padding: 0.7em 1em;
        font-size: 20px;
    }
    .page-popup.--sales-apply {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .page-popup.--sales-apply.--show .popup__success {
        position: static !important;
        min-width: auto;
        max-width: 100%;
        transform: none;
    }
}
@media screen and (max-width: 479px) {
    .sales-start {
        min-height: 375px;
    }
}


/* Страница охрана квартиры (новострой) */
.start-kit-wrap.--hide-price .startKitNew__priceBlock {
    display: none;
}
.ratePlanSection__tariffBlock.--trial {

}
.ratePlanSection__tariffBlock.--trial .ratePlanSection__price-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .desktopMain__inner.--novostroy .protectYourHouseSection__slide {
        background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    }
    .desktopMain__inner.--novostroy .desktopMain__protectYourHouseSection .container {
        position: relative;
        z-index: 2;
    }
    .desktopMain__inner.--novostroy .protectYourHouseSection__actions {
        left: 0;
        width: 40vw;
    }
    .desktopMain__inner.--novostroy .protectYourHouseSection__actions .btn {
        padding: 0.7em 1em;
    }
}
@media screen and (max-width: 479px) {
    .desktopMain__inner .sectionHeading {
        font-size: 28px;
    }
    .desktopMain__inner.--novostroy .protectYourHouseSection__actions .btn {
        font-size: 3.73vw;
    }
    .ratePlanSection__tariffBlock.--trial .ratePlanSection__price-text_subtext {
        max-width: 16em;
    }
}


/* Страница ретаргетинга */
.page-template-page-retargeting .breadcrumbs {
    display: none;
}
.desktopMain__inner.--retargeting .desktopMain__textSection div.textSection__text-block {
    height: 100%;
}
.desktopMain__inner.--retargeting .startKitNew__priceValue.--promo .startKitNew__priceValue-label {
    display: none;
}
.desktopMain__inner.--retargeting .startKitNew__priceValue.--promo .startKitNew__priceValue-new {
    margin-left: 0.3em;
}
.desktopMain__inner.--retargeting.--set-only .sectionHeading {
    font-size: 24px;
}
.start-promo__inner {
    margin-bottom: 86px;
    padding-top: 80px;
}
.start-promo__intro-wrap {
    max-width: 740px;
    margin: 0 auto 60px;
    text-align: center;
}
.start-promo__intro-wrap.--size-1 {
    max-width: none;
}
.start-promo__intro-caption {
    margin: 0 0 1.2em;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.01em;
    outline: 1px solid var(--commonTextColor) !important;
    outline-offset: 0.167em;
}
.start-promo__intro-text {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.167;
    letter-spacing: 0.01em;
}
.start-promo__intro-text.--promo {
    font-size: 18px;
}
.start-promo__intro-text + .start-promo__intro-text {
    margin-top: 1em;
}
.start-promo__intro-text span {
    color: var(--brand);
}
.device-description {
    display: flex;
    justify-content: center;
    align-items: center;
}
.device-description__img-wrap {
    position: relative;
    flex: 1 1 calc(50% - 33px);
    padding-top: 30px;
}
.device-description__img-wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
.device-description__img.--mob {
    display: none;
}
.device-description__price {
    position: absolute;
    top: 0;
    right: 15%;
    display: flex;
    flex-direction: column;
    margin: 0;
    letter-spacing: 0.01em;
}
.device-description__price-old {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    text-decoration-line: line-through;
}
.device-description__price-new {
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: var(--brand);
}
.device-description__text-wrap {
    flex: 1 1 calc(50% - 33px);
}
.device-description__name {
    margin: 0 0 1.5em;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
.features-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-list__item {
    display: flex;
    align-items: center;
}
.features-list__img {
    flex-shrink: 0;
    margin-right: 36px;
}
.features-list__text {
    margin: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 1279px) {
    .desktopMain__inner.--retargeting:not(.--set-only) .sectionHeading {
        font-size: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .desktopMain__inner.--retargeting.--set-only .sectionHeading {
        font-size: 22px;
    }
    .desktopMain__inner.--retargeting:not(.--set-only) .sectionHeading {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .desktopMain__inner.--retargeting .container {
        max-width: none;
    }
    .desktopMain__inner.--retargeting.--set-only .sectionHeading {
        font-size: 22px;
        line-height: 1.18;
    }
    .desktopMain__inner.--retargeting:not(.--set-only) .sectionHeading {
        font-size: 20px;
    }
    .desktopMain__inner.--retargeting .startKitNew .startKitNew__kitListItem:not(:last-child) {
        margin-bottom: 4px;
    }
    .desktopMain__inner.--retargeting .startKitNew__priceBlock .startKitNew__priceBlockDetails {
        text-align: left;
    }
    .desktopMain__inner.--retargeting .startKitNew__priceBlock .startKitNew__priceValue.--promo {
        justify-content: flex-start;
    }
    .desktopMain__inner.--retargeting .startKitNew__priceBlock .startKitNew__priceButton {
        margin-top: 30px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 20px;
        color: #fff;
    }
    .desktopMain__inner.--retargeting .startKitNew__priceBlock {
        margin-top: 0;
        margin-bottom: 40px;
        padding-right: 35px;
        padding-left: 35px;
    }
    .desktopMain__inner.--retargeting .startKitNew__priceBlock .startKitNew__priceHeading {
        font-size: 5vw;
    }
    .desktopMain__inner.--retargeting .desktopMain__textSection .textSection__text-block div.textSection__text {
        font-size: 14px;
    }
    .desktopMain__inner.--retargeting .desktopMain__textSection {
        padding-top: 0;
    }
    .desktopMain__inner.--retargeting.--set-only .sectionHeading {
        font-size: 18px;
    }
    .start-promo__inner {
        margin-bottom: 32px;
        padding-top: 10px;
    }
    .start-promo__intro-wrap {
        margin-bottom: 14px;
    }
    .start-promo__intro-caption {
        margin-bottom: 2.7em;
        font-size: 14px;
    }
    .start-promo__intro-text {
        font-size: 18px;
    }
    .start-promo__intro-text.--promo {
        margin-bottom: 2.4em;
        font-size: 15px;
    }
    .device-description {
        flex-direction: column;
        align-items: center;
    }
    .device-description__img-wrap {
        margin-bottom: 12px;
        padding-top: 0;
    }
    .device-description__img.--desk {
        display: none;
    }
    .device-description__img.--mob {
        display: block;
    }
    .device-description__price {
        top: -5px;
        right: 13%;
    }
    .device-description__price-old {
        font-size: 14px;
    }
    .device-description__price-new {
        font-size: 30px;
    }
    .device-description__name {
        margin-bottom: 1.4em;
        font-size: 18px;
        text-align: center;
    }
    .features-list__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .features-list__img {
        margin-right: 14px;
    }
    .features-list__text {
        padding: 0;
    }
    .device-description__features-list {
        max-width: 82%;
        margin: 0 auto;
    }
}


/* Правки текстового блока для новостроя и ретаргетинга */
.desktopMain__inner.--novostroy .desktopMain__textSection .textSection__text-block,
.desktopMain__inner.--retargeting .desktopMain__textSection .textSection__text-block {
    height: auto;
}
.desktopMain__inner.--novostroy .desktopMain__textSection .textSection__text-block .textSection__text,
.desktopMain__inner.--retargeting .desktopMain__textSection .textSection__text-block .textSection__text {
    max-height: 7.5em;
}
@media screen and (max-width: 767px) {
    .desktopMain__inner.--novostroy .desktopMain__textSection .container {
        padding: 0;
    }
    .desktopMain__inner.--novostroy .desktopMain__textSection .textSection__text-block .textSection__text,
    .desktopMain__inner.--retargeting .desktopMain__textSection .textSection__text-block .textSection__text {
        font-size: 14px;
        white-space: pre-line;
    }
}


/* Страница блога (статья) */
/* какая-то хрень с яндексом */
.article .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:not(:last-child) {
    margin-right: 8px;
}
.article .ya-share2__container_mobile .ya-share2__badge {
    border-radius: 4px;
}
.article .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
}

.article__title {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.article__firstImage {
    /*height: 655px;*/
    height: 34vw;
    min-height: 200px;
}
.article__body {
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 290px 1fr;
    column-gap: 90px;
    width: 100%;
    max-width: 1365px;
    margin: 0 auto 68px;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
}
.article__content-wrap {
    order: 1;
}
.article__content {
    margin-top: -1em;
    font-size: 16px;
    line-height: 1.5;
}
.article__content * {
    line-height: inherit;
}
.article__content a {
    color: var(--brand);
}
.article__content a:hover {
    opacity: 0.8;
}
.article__content ul,
.article__content ol {
    padding-left: 2em;
}
.article__content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.article__article-meta {
    margin-bottom: 25px;
}
.article-meta__date {
    margin: 0 0 1.1em;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.45;
    color: #9D9FA0;
}
.article-meta__author-title {
    margin: 0 0 0.67em;
    font-size: 12px;
    text-transform: uppercase;
}
.article-meta__author-photo {
    width: 112px;
    height: 112px;
    margin-bottom: 6px;
}
.article-meta__author-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-meta__author-name {
    margin: 0 0 0.5em;
    font-weight: 500;
    font-size: 12px;
}
.article-meta__author-position {
    margin: 0;
    font-size: 11px;
    color: #9D9FA0;
}
.popular-articles.--mob {
    display: none;
}
.popular-articles__title {
    margin: 0 0 1em;
    font-weight: 500;
    font-size: 18px;
}
.popular-articles__item:not(:last-child) {
    margin-bottom: 20px;
}
.popular-article-card {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #adafaf;
}
.popular-article-card__img-wrap {
    flex-shrink: 0;
    width: 118px;
    height: 92px;
    margin-right: 10px;
}
.popular-article-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular-article-card__text-wrap {
    display: flex;
    flex-direction: column;
}
.popular-article-card__date {
    margin: 0 0 0.5em;
    font-size: 11px;
    line-height: 1.27;
    color: #9D9FA0;
}
.popular-article-card__title {
    margin: 0 0 0.5em;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.17;
    color: var(--commonTextColor);
    text-transform: uppercase;
}
.popular-article-card__title:hover {
    color: var(--brand);
    opacity: 0.8;
}
.popular-article-card__link-wrap {
    margin-top: auto;
}
.popular-article-card__link {
    padding-right: 1.8em;
    font-size: 11px;
    color: #DA2128;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H10' stroke='%23DA2128'/%3E%3Cpath d='M6.5 1L10.5 5L6.5 9' stroke='%23DA2128'/%3E%3C/svg%3E%0A");
    background-position: 100% 100%;
    background-size: 12px auto;
    background-repeat: no-repeat;
    transition: padding-right 0.3s ease;
}
.popular-article-card__link:hover {
    padding-right: 2.4em;
    opacity: 0.8;
}
.article__socials-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.star-rating__title {
    margin: 0 0 0.7em;
    font-size: 16px;
    line-height: 1.2;
}
.star-rating__btns {
    display: flex;
    align-items: center;
}
.star-rating__btn {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0L14.2328 6.55041L21.4616 7.60081L16.2308 12.6996L17.4656 19.8992L11 16.5L4.53436 19.8992L5.76919 12.6996L0.538379 7.60081L7.76718 6.55041L11 0Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    outline: 0;

}
.star-rating__btn:last-child {
    margin-right: 0;
}
.star-rating__btn.--is-active {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0L14.2328 6.55041L21.4616 7.60081L16.2308 12.6996L17.4656 19.8992L11 16.5L4.53436 19.8992L5.76919 12.6996L0.538379 7.60081L7.76718 6.55041L11 0Z' fill='%23E30611'/%3E%3C/svg%3E%0A");
}
.star-rating__vote {
    margin: 0.5em 0 0;
    font-size: 12px;
    color: #9B9B9B;
}
.star-rating__vote-average {
    font-size: 16px;
    color: #000000;
}
.star-rating__vote-count {
    font-size: 11px;
}
.article__share-btns {
    padding-top: 5px;
}
.article__feedback-form-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 76px;
}
.article__feedback-title {
    width: 100%;
    margin: 0 0 1.1em;
    font-size: 30px;
    line-height: 1.2;
}
.article__feedback-form {
    width: 100%;
    max-width: 526px;
}
.feedback-form__fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
    margin-bottom: 16px;
}
.field-text__input,
.field-textarea__textarea {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0.7em 0.9375em;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--commonTextColor);
    background-color: #ffffff;
    border: 1px solid #a2aaad;
    border-radius: 6px;
}
.field-textarea__textarea {
    resize: none;
}
.feedback-form__fieldset .field-text {
    flex: 0 1 calc(50% - 8px);
}
.feedback-form__fieldset .field-textarea {
    width: 100%;
}
.feedback-form__fieldset .field-textarea__textarea {
    height: 100px;
}
.feedback-form__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.feedback-form__submit {
    min-width: 278px;
    letter-spacing: 0.05em;
}
.article__feedback-contacts {
    margin-left: 112px;
}
.article__contacts:not(:last-child) {
    margin-bottom: 18px;
}
.article__contacts-title {
    margin: 0 0 4px;
    font-size: 20px;
}
.article__contacts-link {
    font-weight: 500;
    font-size: 26px;
    color: #DA2128;
}
.article__contacts-link:hover {
    opacity: 0.8;
}
.article__socials-list {
    display: flex;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
.article__socials-item:not(:last-child) {
    margin-right: 10px;
}
.article__socials-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}
.article__socials-link:hover {
    opacity: 0.8;
}
.article__socials-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.article__others {
    box-sizing: border-box;
    width: 100%;
    max-width: 1365px;
    margin: 0 auto 45px;
    padding-right: 25px;
    padding-left: 25px;
}
.article__others-title {
    margin: 0 0 1.2em;
    font-size: 30px;
    line-height: 1.2;
}
.articles-slider {
    position: relative;
}
.articles-slider .slider__nav {
    top: -80px;
    right: 0;
    left: auto;
    width: auto;
    transform: none;
}
.articles-slider .slider__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}
.articles-slider .slider__btn svg {
    width: 15px;
    height: 27px;
}
.articles-slider .slider__btn.--prev {
    order: -1;
    margin-right: 13px;
    transform: scaleX(-1);
}
.articles-slider .swiper-button-disabled svg {
    stroke-opacity: 0.5;
}
.articles-slider .slider-pagination {
    position: static;
    display: none;
}
.articles-slider .swiper-slide {
    height: auto;
}
.article-card {
    position: relative;
    height: 100%;
}
.article-card__img-wrap {
    aspect-ratio: 1.5;
    background-color: #d9d9d9;
}
.article-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-card__body {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    line-height: 1.2;
}
.article-card__title {
    margin: 0 0 0.36em;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}
.article-card__link {
    color: var(--commonTextColor);
}
.article-card__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.article-card__link:hover {
    color: var(--brand);
}
.article-card__lead,
.article-card__date {
    color: #9D9FA0;
}
.article-card__lead {
    margin: 0;
}
.article-card__date {
    margin: 1.2em 0 0;
}
@media screen and (max-width: 1439px) {
    .article__feedback-contacts {
        margin-left: 60px;
    }
}
@media screen and (max-width: 1279px) {
    .article__body {
        column-gap: 70px;
    }
    .article__feedback-form-wrap {
        flex-direction: column;
        margin-top: 50px;
    }
    .article__feedback-contacts {
        margin-top: 35px;
        margin-left: 0;
    }
    .article__contacts-link {
        font-size: 24px;
    }
    .article-card__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .article__body {
        grid-template-columns: 1fr;
    }
    .article__info-wrap .popular-articles {
        display: none;
    }
    .article__feedback-title {
        max-width: 526px;
        font-size: 28px;
    }
    .popular-articles.--mob {
        order: 1;
        display: block;
        margin-top: 50px;
    }
    .popular-articles__list {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .popular-articles__item:not(:last-child) {
        margin-bottom: 0;
    }
    .article__others-title {
        font-size: 28px;
    }
    .articles-slider .slider__nav {
        top: -72px;
    }
    .articles-slider .slider__btn {
        --size: 48px;
    }
    .articles-slider .slider-pagination {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .article-card__body {
        font-size: 16px;
    }
    .article-card__title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .article-meta__date,
    .article-meta__author-position {
        font-size: 12px;
    }
    .article-meta__author-title,
    .article-meta__author-name {
        font-size: 14px;
    }
    .popular-articles__list {
        grid-template-columns: 1fr;
    }
    .article__feedback-title,
    .article__others-title {
        font-size: 22px;
    }
    .feedback-form__fieldset {
        flex-direction: column;
        width: 100%;
    }
    .feedback-form__submit {
        width: 100%;
        min-width: auto;
    }
    .article__contacts-title {
        font-size: 18px;
    }
    .article__contacts-link {
        font-size: 22px;
    }
    .article__socials-item:not(:last-child) {
        margin-right: 15px;
    }
    .article__socials-link {
        width: 42px;
        height: 42px;
    }
    .articles-slider .slider__nav {
        top: -58px;
    }
    .articles-slider .slider__btn {
        --size: 40px;
    }
    .articles-slider .slider__btn svg {
        width: 10px;
    }
    .articles-slider .slider__btn.--prev {
        margin-right: 8px;
    }
}


#page-popup__success .popup__success {
    height: 320px;
}
@media screen and (max-width: 767px) {
    #page-popup__success .popup__success {
        top: auto;
        left: auto;
        transform: none;
    }
}


/* Альтернативная главная (ЛП) */
.desktopMain.--lp-main {
    overflow: visible;
}
.desktopMain.--lp-main .startKitNew__heading {
    display: none;
}
.desktopMain.--lp-main .desktopMain__bestEquipmentSectionHeading {
    margin-top: 50px;
}
.desktopMain.--lp-main .blog__news {
    margin-top: 0;
    margin-bottom: 0;
}
.desktopMain.--lp-main .blog__newsLink {
    margin-top: 20px;
}
.desktopMain.--lp-main .desktopMain__protectYourHouseSection {
    margin-bottom: 0;
}
.startKitNew.--lp-main.--lp-promo .startKitNew__kit {
    padding-top: 30px;
}
.startKitNew.--lp-main.--lp-promo .startKitNew__kit::before {
    height: 450px;
}
.startKitNew.--lp-main.--lp-promo .startKitNew__promo {
    display: block;
}
.startKitNew.--lp-main.--lp-promo .startKitNew__priceBlockFee {
    display: block;
}
.startKitNew.--lp-main .startKitNew__promo {
    position: relative;
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.167;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}
.startKitNew.--lp-main .startKitNew__priceBlock {
    flex-wrap: wrap;
    align-items: center;
    width: 640px;
}
.startKitNew.--lp-main .startKitNew__priceBlock .startKitNew__priceBlockDetails {
    margin-left: 0;
}
.startKitNew.--lp-main .startKitNew__priceHeading {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}
.startKitNew.--lp-main .startKitNew__priceValue-old {
    /*margin-right: 0.57em;*/
    font-weight: 400;
    font-size: 14px;
}
.startKitNew.--lp-main .startKitNew__priceBlockFee {
    display: none;
    margin: -3px 0 0;
    font-size: 11px;
    line-height: 1.2;
    color: #a6a6a6;
}
.startKitNew.--lp-main .startKitNew__priceBlock .startKitNew__priceButton {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    font-family: "MTS Wide", "Arial", sans-serif;
}
@media screen and (max-width: 1279px) {
    .desktopMain.--lp-main {
        overflow-x: hidden;
    }
    .desktopMain.--lp-main .desktopMain__protectYourHouseSection + .desktop-hidden {
        margin-bottom: 50px;
    }
    .startKitNew.--lp-main .startKitNew__promo {
        max-width: 800px;
    }
}
@media screen and (max-width: 767px) {
    .startKitNew.--lp-main.--lp-promo .startKitNew__kit {
        padding-top: 20px;
    }
    .startKitNew.--lp-main.--lp-promo .startKitNew__kit::before {
        height: 72vw;
        min-height: 300px;
    }
    .startKitNew.--lp-main .startKitNew__promo {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 18px;
    }
    .startKitNew.--lp-main .startKitNew__priceBlock {
        width: 100%;
    }
    .startKitNew.--lp-main .startKitNew__priceBlock .startKitNew__priceBlockDetails {
        margin-left: auto;
    }
    .startKitNew.--lp-main .startKitNew__priceHeading {
        font-size: 5.625vw;
    }
    .startKitNew.--lp-main .startKitNew__priceValue-old {
        font-size: 16px;
    }
    .startKitNew.--lp-main .startKitNew__priceBlockFee {
        margin-top: 0;
        font-size: 15px;
    }
    .startKitNew.--lp-main .startKitNew__priceBlock .startKitNew__priceButton {
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}
/* /Альтернативная главная (ЛП) */

.blog__newsLink {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .blog__news {
        margin-bottom: 20px;
    }
}


/* Селект выбора городов */
header {
    z-index: 110;
}
.citySelector.--is-disabled {
    pointer-events: none;
}
.citySelector .citySelector__listItemButton.--is-active, .citySelector .--is-active .citySelector__listItemButton  {
    color: #ffffff;
    background-color: var(--brand);
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .citySelector.--is-disabled {
        opacity: 0.6;
    }
    .citySelector .citySelector__content {
        position: fixed;
        top: 0;
        bottom: -1px;
        padding-top: 60px;
    }
    .citySelector .citySelector__contentInner {
        box-sizing: border-box;
        height: 100%;
    }
    .citySelector .citySelector__search {
        font-size: 16px;
    }
    .citySelector .citySelector__list {
        box-sizing: border-box;
        height: 90%;
        max-height: none;
        margin-top: 12px;
    }
    .citySelector .citySelector__listItemButton {
        padding-block: 8px;
        font-size: 16px;
    }
    .citySelector__close {
        display: block;
    }
}

/* Альтернативная главная (ЛП) */
.desktopMain.--lp-main {
    overflow: visible;
}
.desktopMain.--lp-main .startKitNew__heading {
    display: none;
}
.desktopMain.--lp-main .desktopMain__bestEquipmentSectionHeading {
    margin-top: 50px;
}
.desktopMain.--lp-main .blog__news {
    margin-top: 0;
    margin-bottom: 0;
}
.desktopMain.--lp-main .blog__newsLink {
    margin-top: 20px;
}
.desktopMain.--lp-main .desktopMain__protectYourHouseSection {
    margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
    .desktopMain.--lp-main {
        overflow-x: hidden;
    }
    .desktopMain.--lp-main .desktopMain__protectYourHouseSection + .desktop-hidden {
        margin-bottom: 50px;
    }
}
/* /Альтернативная главная (ЛП) */

/* Способ оплаты */
.payments_buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.payPageForm__button {
    height: 55px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
}
.payPageForm__button:not(:last-child) {
    margin-bottom: 16px;
}
.payPageForm__button.sberPay_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #21a038;
}
.payPageForm__button.sberPay_btn img {
    margin-left: 11px;
}
.page-popup.--pay {
    cursor: auto;
}
.page-popup.--pay.--show {
    display: flex;
}
.form-pay-wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 30px;
    opacity: 0.95;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.form-pay.--pay.--sber .form-pay__logo {
    width: 90px;
    height: 44px;
}
.form-pay__logo {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
.form-pay__logo img {
    width: 100%;
    max-width: 120px;
    height: auto;
}
.form-pay__text {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.form__field-wrap + .form__field-wrap {
    margin-top: 16px;
}
.form__btn-wrap {
    margin-top: 30px;
}
.form-pay__btn {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .form-pay-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
    .form-pay__text {
        font-size: 14px;
    }
}
/* /Способ оплаты */

/* Карта сайта */
.sitemap {
    padding-bottom: 46px;
}
.sitemap-block {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.sitemap-block__inner {
    display: flex;
    align-items: center;
    gap: 25px;
}
.sitemap-block__col {
    flex: 1 1 auto;
}
.sitemap-block__col img {
    display: block;
    max-width: 100%;
    height: auto;
}
.sitemap-block__col.--left {
    flex-shrink: 0;
    width: 212px;
}
.sitemap-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap-links.--lvl2 {
    margin: 5px 0;
    padding-left: 22px;
    list-style: disc;
}
.sitemap-links.--lvl2 .sitemap-links__link {
    font-weight: 500;
}
.sitemap-links__item:not(:last-child) {
    margin-bottom: 5px;
}
.sitemap-links__link {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    transition: opacity 0.3s ease-in-out
}
.sitemap-links__link:hover {
    opacity: 0.5;
}
@media screen and (max-width: 580px) {
    .sitemap-block__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Карта сайта */


/* Страница камеры (версия 2) */
.block-description__feature,
.functions-item__feature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 26px 0;
}
.block-description__feature-icon,
.functions-item__feature-icon {
    width: 50px;
    aspect-ratio: 1;
    object-fit: contain;
}
.block-description__feature-text,
.functions-item__feature-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #c4c4c4;
}
.block-description__title {
    margin: 0 0 0.9em 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.12;
}
.block-description__text {
    font-size: 20px;
    line-height: 1.3;
    color: #262A30;
}
.block-description__text p {
    margin: 0;
}
.functions-item {
    position: relative;
    display: flex;
    height: 490px;
    color: #fff;
    background-color: #606162;
}
.functions-item__text-wrap {
    box-sizing: border-box;
    flex: 1 1 60.21%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px 18% 120px 15%;
}
.functions-item__feature {
    margin-bottom: 20px;
}
.functions-item__title {
    margin: 0 0 0.9em 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.12;
}
.functions-item__text {
    max-width: 560px;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}
.functions-item__img-wrap.--1 {
    position: absolute;
    top: -100px;
    /*left: 42.6%;*/
    right: 500px;
    width: 426px;
    aspect-ratio: 0.6;
}
.functions-item__img-wrap.--1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.functions-item__img-wrap.--2 {
    /*flex: 1 1 39.79%;*/
    flex: 0 0 573px;
    height: 100%;
}
.functions-item__img-wrap.--2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 50%;
}
.camera-addon {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 336px;
}
.camera-addon__img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1.47;
    margin-bottom: 14px;
    overflow: hidden;
    background-color: #f4f2f2;
    border-radius: 28px;
}
.camera-addon__img-label {
    position: absolute;
    top: 18px;
    left: 17px;
    padding: 0.58em 0.67em;
    font-size: 12px;
    line-height: 1;
    color: #ff0000;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 6px;
}
.camera-addon__text-wrap {
    flex-grow: 1;
    text-align: center;
}
.camera-addon__title {
    margin: 0 0 4px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
}
.camera-addon__descr {
    margin: 0 0 18px 0;
    font-size: 16px;
    line-height: 1.25;
}
.camera-addon__wrap {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.slider-camera-functions {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.slider-camera-functions .swiper {
    overflow: visible;
}
.slider-camera-functions .swiper-slide {
    /*height: auto;*/
    opacity: 0;
    transition: opacity ease-out 0.3s;
}
.slider-camera-functions .swiper-slide-active {
    opacity: 1;
}
.slider-camera-functions .swiper-pagination {
    bottom: 85px !important;
    left: 15% !important;
    display: flex;
    gap: 28px;
    width: auto !important;
}
.slider-camera-functions .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    margin: 0 !important;
    background-color: #d9d9d9;
    opacity: 0.5;
}
.slider-camera-functions .swiper-pagination-bullet-active {
    opacity: 1;
}
.wrapper.--camera {
    background-color: #fff;
}
.wrapper.--camera .btn {
    padding: 0.78em 1.11em;
    font-weight: 700;
    font-family: "MTS Wide", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    background-color: #ff0000;
    border-radius: 0.78em;
    transition: background-color ease-out 0.3s;
}
.wrapper.--camera .btn:hover {
    background-color: #ef0000;
}
.wrapper.--camera .btn:active {
    color: #fff;
}
.wrapper.--camera .title-h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    text-transform: none;
}
.camera-head .btn {
    box-sizing: border-box;
    min-width: 255px;
    letter-spacing: 0.05em;
}
.camera-head .container {
    max-width: 1920px;
}
.camera-head.--children .camera-head__title {
    max-width: 610px;
}
.camera-head__inner {
    box-sizing: border-box;
    display: flex;
    gap: 100px;
    min-height: clamp(400px, 41.11vw, 600px);
    padding: 32px 58px 66px;
}
.camera-head__col.--left {
    flex: 1 1 42.5%;
}
.camera-head__col.--right {
    flex: 1 1 42%;
    display: flex;
    align-items: center;
}
.camera-head__col.--right .camera-head__col-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.camera-head__col.--right .camera-head__col-right .btn {
    display: none;
}
.camera-head__title {
    max-width: 550px;
    margin: 0;
    font-weight: 500;
    font-family: "MTS Wide", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.06;
    color: #fff;
    text-transform: uppercase;
}
.camera-head__features {
    margin: 0;
    padding: 0;
    list-style: none;
}
.camera-head__features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 200px;
    margin-bottom: 26px;
}
.camera-head__features-item:last-child {
    margin-bottom: 0;
}
.camera-head__feature-icon {
    display: block;
    width: 50px;
    aspect-ratio: 1;
    object-fit: contain;
}
.camera-head__feature-text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
}
.camera-recognition-wrap {
    position: relative;
}
.camera-recognition .container {
    max-width: 1920px;
}
.camera-recognition.--1 {
    background-color: #f4f2f2;
    opacity: 1;
    transition: opacity ease-out 0.3s;
}
.camera-recognition.--1.animate.--hide {
    opacity: 0;
}
.camera-recognition.--1 .camera-recognition__img-camera,
.camera-recognition.--2 .camera-recognition__img-camera {
    opacity: 0;
    transform: translateX(22%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-recognition.--1.animate.--show .camera-recognition__faces-wrap,
.camera-recognition.--1.animate.--show .camera-recognition__img-camera,
.camera-recognition.--2.animate.--show .camera-recognition__img-camera {
    opacity: 1;
    transform: translateX(0);
}
.camera-recognition.--1.animate.--show .camera-recognition__img-marks,
.camera-recognition.--2.animate.--show .camera-recognition__img-marks {
    opacity: 1;
    transform: scale(1) translate(0, 0);
}
.camera-recognition.--2 .camera-recognition__text-wrap {
    flex: 0 0 34%;
}
.camera-recognition.--2 .camera-recognition__img-shadow {
    position: absolute;
    top: 5%;
    left: -62%;
    width: 474px;
    aspect-ratio: 1;
    max-width: none;
    opacity: 0;
    transition: opacity ease-out 0.3s 0.3s;
}
.camera-recognition.--2.animate.--show .camera-recognition__img-shadow {
    opacity: 1;
}
.camera-recognition.--1.--parents .camera-recognition__inner {
    padding-bottom: 0;
}
.camera-recognition.--2.--parents .camera-recognition__inner {
    padding-bottom: 33px;
}
.camera-recognition.--1.--parents .camera-recognition__img-wrap {
    max-width: 600px;
}
.camera-recognition.--parents .camera-recognition__text-wrap {
    flex-basis: 38%;
}
.camera-recognition__inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 11.53% 40px 15%;
}
.camera-recognition__text-wrap {
    flex: 0 0 39%;
    /*margin-right: 54px;*/
    padding-top: 12.7%;
}
.camera-recognition__text-wrap .camera-recognition__faces-wrap {
    display: none;
}
.camera-recognition__faces-wrap {
    position: absolute;
    top: 18%;
    left: -61%;
    z-index: 1;
    /*flex-shrink: 0;*/
    width: 134px;
    /*flex: 0 0 134px;*/
    /*margin-right: -134px;*/
    /*padding-top: 6%;*/
    opacity: 0;
    transform: translateX(125%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-recognition__img-wrap {
    position: relative;
    max-width: 426px;
    /*width: 82%;*/
    /*flex: 0 0 82%;*/
}
.camera-recognition__img-phone {
    position: relative;
    z-index: 3;
    width: 100%;
}
.camera-recognition__img-camera {
    position: absolute;
    top: 18%;
    left: -38%;
    z-index: 2;
    width: 84.74%;
}
.camera-recognition__img-marks {
    position: absolute;
    top: 31%;
    left: -17%;
    z-index: 2;
    width: 21.83%;
    opacity: 0;
    transform: scale(0.49) translate(171%, 11%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-recognition__faces-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.camera-recognition__faces-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.camera-recognition__faces-item:last-child {
    margin-bottom: 0;
}
.camera-recognition__faces-item img {
    width: 84px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
}
.camera-recognition__faces-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
.camera-security .container {
    max-width: 1920px;
}
.camera-security.animate.--show .camera-security__img-response {
    opacity: 1;
    transform: scale(1);
}
.camera-security.--children .camera-security__inner {
    justify-content: flex-start;
    gap: 100px;
}
.camera-security__inner {
    display: flex;
    justify-content: space-between;
    gap: 180px;
    padding: 80px 12.15% 8px 21%;
}
.camera-security__text-wrap {
    order: 1;
    flex: 0 0 40%;
    padding-top: 8.2%;
}
.camera-security__img-wrap {
    position: relative;
    /*flex: 0 1 48%;*/
    max-width: 426px;
}
.camera-security__img-phone {
    position: relative;
    width: 100%;
    /*margin-left: auto;*/
}
.camera-security__img-camera {
    position: absolute;
    top: 18%;
    left: -35%;
    width: 84.74%;
}
.camera-security__img-marks {
    position: absolute;
    top: 34%;
    left: -10%;
    width: 13.85%;
}
.camera-security__img-response {
    position: absolute;
    top: 17%;
    right: -24%;
    width: 57.04%;
    max-width: 243px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-functions .container {
    --x-offset: 0;
    max-width: 1920px;
}
.camera-functions.--children .functions-item__img-wrap.--1,
.camera-functions.--parents .functions-item__img-wrap.--1 {
    right: 400px;
}
.camera-functions.--parents .camera-functions__inner {
    padding-top: 38px;
}
.camera-functions__inner {
    margin-bottom: -100px;
}
.camera-voice {
    overflow: hidden;
}
.camera-voice .container {
    --x-offset: 0;
    max-width: 1920px;
}
.camera-voice.animate.--show .camera-voice__inner::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.83);
}
.camera-voice.animate.--show .camera-voice__img-person {
    opacity: 1;
    transform: scale(1);
}
.camera-voice.animate.--show .block-description__feature-icon {
    filter: brightness(0.9);
}
.camera-voice.animate.--show .block-description__feature-text {
    color: #a0a1a1;
}
.camera-voice .block-description__feature-icon {
    filter: brightness(1);
    transition: filter ease-out 0.3s 0.3s;
}
.camera-voice .block-description__feature-text {
    transition: color ease-out 0.3s 0.3s;
}
.camera-voice__inner {
    position: relative;
    display: flex;
    padding: 262px 2.92% 60px 15%;
    overflow: hidden;
}
.camera-voice__inner::before {
    content: "";
    position: absolute;
    /*top: 44%;*/
    /*left: 75%;*/
    top: 50%;
    left: 50%;
    display: block;
    width: 73.958vw;
    aspect-ratio: 0.88;
    background-image: url("data:image/svg+xml,%3Csvg width='1065' height='1207' viewBox='0 0 1065 1207' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='532.5' cy='603.5' rx='532.5' ry='603.5' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translate(31%, -2%);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-voice__text-wrap {
    position: relative;
    /*flex: 1 0 24%;*/
    flex: 0 0 30.8%;
}
.camera-voice__img-wrap {
    position: relative;
    /*flex: 0 1 69%;*/
    max-width: 872px;
    padding-top: 36px;
}
.camera-voice__img-phone {
    width: 100%;
}
.camera-voice__img-person {
    position: absolute;
    top: -24%;
    /*left: 505px;*/
    left: 57.9%;
    /*width: 245px;*/
    width: 28.09%;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-optics .container {
    max-width: 1920px;
}
.camera-optics.animate.--show .camera-optics__img-person {
    opacity: 1;
    transform: scale(1);
}
.camera-optics__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 100px 7.92% 45px 11.5%;
}
.camera-optics__text-wrap {
    order: 1;
    flex: 0 0 34%;
}
.camera-optics__text-wrap .block-description__btn-wrap {
    margin-top: 50px;
}
.camera-optics__img-wrap {
    position: relative;
    /*flex: 0 1 68.5%;*/
    max-width: 872px;
}
.camera-optics__img-phone {
    width: 100%;
    /*margin: 0 auto;*/
}
.camera-optics__img-person {
    position: absolute;
    top: -19%;
    /*right: 4%;*/
    left: 68.3%;
    /*width: 243px;*/
    width: 28.09%;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity ease-out 0.3s, transform ease-out 0.3s;
}
.camera-features.--1 {
    background-color: #f4f2f2;
}
.camera-features.--1 .container {
    max-width: 1920px;
}
.camera-features.--1 .camera-features__inner {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
.camera-features.--1 .camera-features__img-wrap {
    flex: 0 0 52.36%;
    max-width: none;
    margin-right: 46px;
}
.camera-features.--1 .camera-features__text-wrap {
    padding-top: 0;
}
.camera-features.--1 .camera-features__item {
    gap: 18px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.camera-features.--1 .camera-features__item:last-child {
    margin-bottom: 0;
}
.camera-features.--1 .camera-features__icon {
    flex-shrink: 0;
    width: 43px;
    aspect-ratio: 1;
    object-fit: contain;
}
.camera-features.--1 .camera-features__label {
    padding-top: 0;
    padding-right: 0;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: right;
    letter-spacing: 0;
    background-color: transparent;
}
.camera-features.--1 .camera-features__label.--indicator {
    /*top: 105px;*/
    /*right: 395px;*/
    top: 20.8%;
    right: 41.4%;
    left: auto;
    opacity: 0;
    transition: right ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--camera {
    /*top: 182px;*/
    /*right: 395px;*/
    top: 36.4%;
    right: 41.4%;
    left: auto;
    opacity: 0;
    transition: right ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--mic {
    /*top: 235px;*/
    /*right: 395px;*/
    top: 46.6%;
    right: 41.4%;
    left: auto;
    opacity: 0;
    transition: right ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--speaker {
    /*right: 280px;*/
    /*bottom: 168px;*/
    right: 32.3%;
    bottom: 40.5%;
    opacity: 0;
    transition: right ease-out 0.3s, bottom ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--mount {
    /*right: 280px;*/
    /*bottom: 118px;*/
    right: 32.3%;
    bottom: 23.3%;
    opacity: 0;
    transition: right ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--indicator::after,
.camera-features.--1 .camera-features__label.--camera::after,
.camera-features.--1 .camera-features__label.--mic::after {
    content: "";
    /*top: 50%;*/
    left: calc(100% + 7px);
    display: block;
    /*width: 109px;*/
    /*width: 7.57vw;*/
    width: 1.7vw;
    height: 4px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='109' height='4' viewBox='0 0 109 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M105.133 2.00001C105.133 3.03094 105.969 3.86668 107 3.86668C108.031 3.86668 108.867 3.03094 108.867 2.00001C108.867 0.969078 108.031 0.133343 107 0.133343C105.969 0.133343 105.133 0.969078 105.133 2.00001ZM107 1.65001L3.0598e-08 1.65L-3.0598e-08 2.35L107 2.35001L107 1.65001Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: 0 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    /*transform: translateY(-50%);*/
    opacity: 0;
    transition: width ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--speaker::after {
    content: "";
    top: auto;
    right: auto;
    bottom: 15px;
    left: calc(100% + 7px);
    display: block;
    /*width: 50px;*/
    width: 0.9vw;
    /*height: 67px;*/
    height: auto;
    aspect-ratio: 0.75;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='67' viewBox='0 0 50 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 66V66.35H48.35V66H48ZM46.1333 2C46.1333 3.03093 46.9691 3.86667 48 3.86667C49.0309 3.86667 49.8667 3.03093 49.8667 2C49.8667 0.969069 49.0309 0.133333 48 0.133333C46.9691 0.133333 46.1333 0.969069 46.1333 2ZM0 66.35H48V65.65H0V66.35ZM48.35 66V2H47.65V66H48.35Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 0;
    transform: none;
    transition: width ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1 .camera-features__label.--mount::after {
    content: "";
    left: calc(100% + 7px);
    display: block;
    /*width: 159px;*/
    width: 8.5vw;
    height: 4px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='4' viewBox='0 0 159 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M154.633 2C154.633 3.03093 155.469 3.86667 156.5 3.86667C157.531 3.86667 158.367 3.03093 158.367 2C158.367 0.969068 157.531 0.133333 156.5 0.133333C155.469 0.133333 154.633 0.969069 154.633 2ZM156.5 1.65L0 1.65L0 2.35L156.5 2.35L156.5 1.65Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: 0 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 0;
    transition: width ease-out 0.3s, opacity ease-out 0.3s;
}
.camera-features.--1.animate.--show .camera-features__label.--indicator,
.camera-features.--1.animate.--show .camera-features__label.--camera,
.camera-features.--1.animate.--show .camera-features__label.--mic {
    right: 52.3%;
    opacity: 1;
}
.camera-features.--1.animate.--show .camera-features__label.--indicator::after,
.camera-features.--1.animate.--show .camera-features__label.--camera::after,
.camera-features.--1.animate.--show .camera-features__label.--mic::after {
    width: 7.57vw;
    opacity: 1;
}
.camera-features.--1.animate.--show .camera-features__label.--speaker {
    right: 37%;
    bottom: 33%;
    opacity: 1;
}
.camera-features.--1.animate.--show .camera-features__label.--speaker::after {
    width: 3.47vw;
    opacity: 1;
}
.camera-features.--1.animate.--show .camera-features__label.--mount {
    right: 37%;
    opacity: 1;
}
.camera-features.--1.animate.--show .camera-features__label.--mount::after {
    width: 11vw;
    opacity: 1;
}
.camera-features__text {
    margin: 0;
}
.camera-pricing .container {
    max-width: 1920px;
}
.camera-pricing__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 88px;
}
.camera-pricing__title {
    margin-bottom: 2em;
    text-align: center;
}
.camera-pricing__about {
    display: flex;
    gap: 50px;
    margin-bottom: 90px;
    padding-left: 60px;
}
.camera-pricing__about-logo {
    flex-shrink: 0;
}
.camera-pricing__about-logo img {
    width: 115px;
    height: 115px;
    margin-bottom: 16px;
    object-fit: contain;
}
.camera-pricing__about-logo p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
}
.camera-pricing__about-text .block-description__text {
    font-size: 22px;
}
.camera-pricing-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.camera-pricing-table .show-info-tooltip {
    width: 466px;
}
.camera-pricing-table__title {
    width: 48%;
}
.camera-pricing-table__option {
    width: 26%;
}
.camera-pricing-table__head .camera-pricing-table__cell {
    padding-bottom: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}
.camera-pricing-table__head .camera-pricing-table__cell span {
    font-weight: 700;
    font-size: 1.33em;
}
.camera-pricing-table__body tr {
    border-bottom: 1px solid #d9d9d9;
}
.camera-pricing-table__body .camera-pricing-table__cell {
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.1;
}
.camera-pricing-table__cell .show-info {
    margin-left: 5px;
}
.camera-pricing-table__cell.--center {
    text-align: center;
}
.camera-pricing-table__cell.--yes,
.camera-pricing-table__cell.--no {
    position: relative;
}
.camera-pricing-table__cell.--yes::before,
.camera-pricing-table__cell.--no::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}
.camera-pricing-table__cell.--yes::before {
    width: 27px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='17' viewBox='0 0 27 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.88372L11.0694 16L26 1' stroke='black'/%3E%3C/svg%3E%0A");
}
.camera-pricing-table__cell.--no::before {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L18 18' stroke='%23FF0000'/%3E%3Cpath d='M18 1L1 18' stroke='%23FF0000'/%3E%3C/svg%3E%0A");
}
.camera-pricing__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}
.camera-app.--1 {
    margin-top: 0;
}
.camera-app .camera-app__title {
    margin-bottom: 105px;
}
.camera-app.--1 .mobileAppSection {
    gap: 45px;
    /*width: 1048px;*/
    width: min(1048px, 100vw - 40px);
    margin-left: -60px;
    padding-bottom: 40px;
}
.camera-app.--1 .mobileAppSection__leftBlock .mobileAppSection__feature {
    border-radius: 20px;
}
.camera-app.--1 .mobileAppSection__leftBlock .mobileAppSection__feature.active-feature {
    background-color: #000;
}
.camera-app.--1 .mobileAppSection__leftBlock .mobileAppSection__feature-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}
.camera-app.--1 .mobileAppSection__leftBlock .mobileAppSection__feature-description {
    letter-spacing: 0;
}
.camera-app.--1 .mobileAppSection__leftBlock-bottom {
    justify-content: flex-end;
}
.camera-app.--1 .mobileAppSection__leftBlock-android {
    margin-right: 10px;
}
.camera-app.--1 .mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-android img,
.camera-app.--1 .mobileAppSection__leftBlock-bottom .mobileAppSection__leftBlock-ios img {
    height: 40px;
}
.camera-app.--1 .mobileAppSection .mobileAppSection__rightBlock .mobileApp-image {
    width: 392px;
    height: auto;
    aspect-ratio: 0.593;
}
.camera-order.--1 {
    background-color: #e0e0e0;
}
.camera-order.--1 .btn {
    padding: 0.78em 1.11em;
    font-weight: 700;
    font-family: "MTS Wide", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    background-color: #ff0000;
    border-radius: 0.78em;
    transition: background-color ease-out 0.3s;
}
.camera-order.--1 .btn:hover {
    background-color: #ef0000;
}
.camera-order.--1 .btn:active {
    color: #fff;
}
.camera-order.--1 .camera-order__inner {
    padding-top: 40px;
    padding-bottom: 70px;
}
.camera-order.--1 .form-camera-order__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    text-transform: none;
}
.form-camera-order {
    text-align: center;
}
.form-camera-order .form__field {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    margin-bottom: 16px;
    padding: 0.7em 0.9375em;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--commonTextColor);
    background-color: #fff;
    border: 0;
    border-radius: 6px;
}
.form-camera-order__inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.form-camera-order__title {
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.01em;
}
.form-camera-order__text {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.2;
}
.form-camera-order__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.agreement {
    position: relative;
    padding-left: 1.75em;
    font-size: 12px;
    line-height: 1.1;
    color: var(--commonTextColor);
}
.agreement a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.167em;
}
.agreement__input:checked + .agreement__text::after {
    opacity: 1;
}
.agreement__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 1.167em;
    aspect-ratio: 1;
    border: 1px solid var(--commonTextColor);
    border-radius: 2px;
}
.agreement__text::after {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    display: block;
    width: 0.7em;
    height: 0.35em;
    background-color: transparent;
    border-bottom: 1px solid var(--commonTextColor);
    border-left: 1px solid var(--commonTextColor);
    border-radius: 2px;
    opacity: 0;
    transform: rotate(-45deg);
}
.footer-camera-wrap {
    padding: 0;
    overflow-x: hidden;
}
@media screen and (max-width: 1679px) {
    .camera-recognition__inner {
        padding-left: 9.5%;
    }
    .camera-recognition__text-wrap {
        flex-basis: 32.5%;
    }
    .camera-security__inner {
        padding-left: 15%;
    }
    .camera-security__text-wrap {
        flex-basis: 42.2%;
    }
    .functions-item__text-wrap {
        padding-left: 9.44%;
    }
    .functions-item__text {
        max-width: 490px;
    }
    .functions-item__img-wrap.--1 {
        right: 400px;
    }
    .slider-camera-functions .swiper-pagination {
        left: 9.44% !important;
    }
    .camera-voice__inner {
        padding-left: 9.44%;
    }
    .camera-optics__inner {
        padding-left: 3.6%;
    }
    .camera-optics__text-wrap {
        flex-basis: 30%;
    }
    .camera-app.--1 .mobileAppSection {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1439px) {
    .wrapper.--camera .title-h2,
    .block-description__title,
    .camera-order.--1 .form-camera-order__title {
        font-size: 30px;
    }
    .block-description__text,
    .functions-item__text {
        font-size: 18px;
    }
    .camera-recognition.--1.--parents .camera-recognition__img-wrap {
        width: 43%;
    }
    .camera-recognition.--2 .camera-recognition__img-shadow {
        width: 111.267%;
    }
    .camera-recognition__img-wrap {
        width: 30.2%;
    }
    .camera-recognition__faces-wrap {
        left: -73%;
    }
    .camera-security__inner {
        padding-top: 40px;
    }
    .camera-security__img-wrap {
        width: 32.8%;
    }
    .camera-functions.--parents .camera-functions__inner {
        padding-top: 0;
    }
    .camera-functions.--children .slider-camera-functions .swiper-pagination,
    .camera-functions.--parents .slider-camera-functions .swiper-pagination {
        bottom: 65px !important;
    }
    .camera-functions.--children .functions-item__img-wrap.--1,
    .camera-functions.--parents .functions-item__img-wrap.--1 {
        transform: translateX(19%);
    }
    .camera-functions.--children .functions-item__text-wrap,
    .camera-functions.--parents .functions-item__text-wrap {
        padding-right: 11%;
    }
    .functions-item {
        height: 400px;
    }
    .functions-item__img-wrap.--1 {
        top: -40px;
        width: 23.85%;
    }
    .camera-voice__inner {
        justify-content: space-between;
        padding-top: 220px;
    }
    .camera-voice__img-wrap {
        width: 60%;
    }
    .camera-optics__text-wrap {
        flex-basis: 35%;
    }
    .camera-optics__text-wrap .block-description__btn-wrap {
        margin-top: 25px;
    }
    .camera-optics__img-wrap {
        width: 59.45%;
    }
    .camera-pricing__about-text .block-description__text {
        font-size: 20px;
    }
    .camera-features.--1 .container {
        --x-offset: 0;
    }
    .camera-pricing__inner {
        max-width: 760px;
    }
    .camera-pricing-table__title {
        width: 40%;
    }
    .camera-pricing__about-text .block-description__text {
        font-size: 18px;
    }
}
@media screen and (max-width: 1279px) {
    .wrapper.--camera .title-h2,
    .block-description__title,
    .camera-order.--1 .form-camera-order__title {
        font-size: 28px;
    }
    .block-description__feature-text,
    .block-description__text,
    .functions-item__feature-text,
    .functions-item__text {
        font-size: 16px;
    }
    .block-description__feature,
    .functions-item__feature {
        margin-bottom: 15px;
    }
    .camera-head__inner {
        padding-right: 30px;
        padding-left: 30px;
    }
    .camera-head__col.--right {
        gap: 20px;
    }
    .camera-head__col.--right .camera-head__col-left img {
        max-width: 220px;
    }
    .camera-recognition.--2 .camera-recognition__text-wrap {
        flex-basis: 40%;
    }
    .camera-recognition__inner {
        align-items: center;
        padding-right: 5%;
        padding-left: 5%;
    }
    .camera-recognition__text-wrap {
        flex-basis: 33%;
        padding-top: 0;
    }
    .camera-recognition__img-wrap {
        width: 35%;
    }
    .camera-recognition__faces-wrap {
        top: 10%;
    }
    .camera-security__inner {
        gap: 80px;
        padding-right: 5%;
        padding-left: 12%;
    }
    .camera-security__img-wrap {
        width: 38%;
    }
    .camera-functions.--children .functions-item__text-wrap,
    .camera-functions.--parents .functions-item__text-wrap {
        padding-right: 5%;
    }
    .camera-functions__inner {
        margin-bottom: -80px;
    }
    .functions-item__text-wrap {
        padding-right: 5%;
        padding-left: 5%;
    }
    .functions-item__img-wrap.--1 {
        right: 330px;
        width: 31%;
    }
    .slider-camera-functions {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .slider-camera-functions .swiper-pagination {
        left: 5% !important;
    }
    .camera-voice__inner {
        padding-left: 5%;
    }
    .camera-voice__text-wrap {
        flex-basis: 33%;
    }
    .camera-optics__inner {
        padding-right: 5%;
        padding-left: 0;
    }
    .camera-optics__text-wrap {
        flex-basis: 33%;
    }
    .camera-optics__img-wrap {
        width: 61.9%;
    }
    .camera-app.--1 .mobileAppSection {
        gap: 0;
        margin-left: 0;
        padding-bottom: 40px;
    }
    .camera-app.--1 .mobileAppSection .mobileAppSection__leftBlock .mobileAppSection__feature {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1023px) {
    .wrapper.--camera {
        --x-offset: 25px;
    }
    .slider-camera-functions {
        padding-bottom: 0;
    }
    .camera-head {
        position: relative;
        overflow: hidden;
    }
    .camera-head::before {
        content: "";
        position: absolute;
        top: 45%;
        left: -40%;
        display: block;
        width: 258.44%;
        aspect-ratio: 1;
        background-image: url("data:image/svg+xml,%3Csvg width='1395' height='1395' viewBox='0 0 1395 1395' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='697.5' cy='697.5' r='697.5' fill='%23E9E9EA'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .camera-head__inner {
        flex-direction: column;
        gap: 0;
        padding-right: 10px;
        padding-bottom: 40px;
        padding-left: 10px;
    }
    .camera-head__title {
        max-width: 390px;
        font-size: 28px;
    }
    .camera-head__col.--right {
        z-index: 1;
        flex-direction: column;
        gap: 0;
    }
    .camera-head__col.--right .camera-head__col-left {
        align-self: flex-end;
    }
    .camera-head__col.--right .camera-head__col-left .btn {
        display: none;
    }
    .camera-head__col.--right .camera-head__col-right .btn {
        display: block;
    }
    .camera-head__col-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .camera-head__features {
        display: flex;
        justify-content: center;
    }
    .camera-head__features-item {
        gap: 10px;
        max-width: 150px;
        margin-bottom: 0;
    }
    .camera-recognition.--1 {
        background-color: #fff;
    }
    .camera-recognition.--1.animate.--hide {
        opacity: 1;
    }
    .camera-recognition.--1 .camera-recognition__inner {
        padding-bottom: 38px;
    }
    .camera-recognition.--1.--parents .camera-recognition__img-wrap {
        width: 380px;
        transform: translateX(0);
    }
    .camera-recognition.--2 {
        position: static;
        opacity: 1;
        transform: none;
    }
    .camera-recognition__inner {
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }
    .camera-recognition__text-wrap {
        order: 1;
    }
    .camera-recognition__text-wrap .camera-recognition__faces-wrap {
        position: static;
        display: block;
        width: auto;
        margin-bottom: 40px;
        opacity: 1;
        transform: none;
    }
    .camera-recognition__faces-list {
        display: flex;
        justify-content: center;
        gap: 35px;
    }
    .camera-recognition__faces-item {
        margin-bottom: 0;
    }
    .camera-recognition__img-wrap {
        width: 280px;
        transform: translateX(25%);
    }
    .camera-recognition__img-wrap .camera-recognition__faces-wrap {
        display: none;
    }
    .camera-security__inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .camera-security__text-wrap {
        padding-top: 0;
    }
    .camera-security__img-wrap {
        width: 280px;
        transform: translateX(25%);
    }
    .camera-security__img-wrap .camera-security__img-response {
        display: none;
    }
    .camera-functions .container {
        --x-offset: 25px;
        padding-right: 0;
        padding-left: 0;
    }
    .camera-functions.--children .functions-item__text-wrap,
    .camera-functions.--parents .functions-item__text-wrap {
        padding-right: 17%;
    }
    .camera-functions.--children .functions-item__img-wrap.--1,
    .camera-functions.--parents .functions-item__img-wrap.--1 {
        right: 190px;
        transform: none;
    }
    .camera-functions__inner {
        margin-bottom: 0;
    }
    .functions-item__text-wrap {
        padding-right: 15%;
        padding-left: var(--x-offset);
    }
    .functions-item__img-wrap.--1 {
        top: 2%;
        right: 190px;
        width: 240px;
    }
    .functions-item__img-wrap.--2 {
        flex-basis: 280px;
    }
    .slider-camera-functions .swiper-pagination {
        left: var(--x-offset) !important;
    }
    .camera-voice__inner {
        flex-direction: column;
        align-items: center;
        padding-top: 120px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .camera-voice__text-wrap {
        order: 1;
    }
    .camera-voice__img-wrap,
    .camera-optics__img-wrap {
        width: 550px;
    }
    .camera-optics__inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .camera-optics__text-wrap .block-description__btn-wrap {
        text-align: center;
    }
    .camera-features.--1 .camera-features__inner {
        flex-direction: column;
    }
    .camera-features.--1 .camera-features__img-wrap {
        flex-basis: auto;
        width: 100%;
        margin-right: 0;
    }
    .camera-features.--1.animate.--show .camera-features__label.--indicator::after,
    .camera-features.--1.animate.--show .camera-features__label.--camera::after,
    .camera-features.--1.animate.--show .camera-features__label.--mic::after {
        width: 14vw;
    }
    .camera-features.--1.animate.--show .camera-features__label.--speaker::after {
        width: 6.3vw;
    }
    .camera-features.--1.animate.--show .camera-features__label.--mount::after {
        width: 20vw;
    }
    .camera-features.--1 .camera-features__text-wrap {
        width: 100%;
        max-width: 310px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .camera-pricing-table__head .camera-pricing-table__cell {
        font-size: 16px;
    }
    .camera-app.--1 .camera-app__title {
        margin-bottom: 60px;
    }
    .camera-app.--1 .mobileAppSection {
        margin: 0 auto;
        overflow: visible;
    }
    .camera-app.--1 .mobileAppSection__leftBlock .mobileAppSection__feature-heading {
        font-size: 16px;
    }
    .camera-app.--1 .mobileAppSection .mobileAppSection__rightBlock .mobileApp-image {
        width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper.--camera {
        --x-offset: 16px;
    }
    .wrapper.--camera .title-h2,
    .block-description__title,
    .camera-order.--1 .form-camera-order__title {
        font-size: 26px;
    }
    .block-description__feature,
    .functions-item__feature {
        gap: 12px;
    }
    .block-description__feature-icon,
    .functions-item__feature-icon {
        width: 40px;
    }
    .camera-head.--parents .camera-head__title {
        max-width: 300px;
    }
    .camera-head.--parents .camera-head__col.--right {
        margin-top: -20px;
    }
    .camera-recognition.--1 .camera-recognition__img-camera {
        transform: translateX(-100%);
    }
    .camera-recognition.--1 .camera-recognition__img-phone {
        opacity: 0;
        transform: translateX(100%);
        transition: opacity ease-out 0.3s, transform ease-out 0.3s;
    }
    .camera-recognition.--1.animate.--show .camera-recognition__img-phone {
        opacity: 1;
        transform: translateX(0);
    }
    .camera-recognition.--2 .camera-recognition__img-wrap {
        align-self: flex-start;
        transform: translateX(-10%);
    }
    .camera-recognition.--2 .camera-recognition__img-camera {
        left: 72%;
        opacity: 0;
        transform: translateX(100%);
        transition: opacity ease-out 0.3s, transform ease-out 0.3s;
    }
    .camera-recognition.--2 .camera-recognition__img-shadow {
        left: 48%;
        opacity: 0;
        /*transform: translateX(100%);*/
        /*transition: opacity ease-out 0.3s, transform ease-out 0.3s;*/
    }
    .camera-recognition.--2 .camera-recognition__img-marks {
        left: 93%;
    }
    .camera-recognition.--2 .camera-recognition__img-phone {
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity ease-out 0.3s, transform ease-out 0.3s;
    }
    .camera-recognition.--2.animate.--show .camera-recognition__img-camera,
    /*.camera-recognition.--2.animate.--show .camera-recognition__img-shadow,*/
    .camera-recognition.--2.animate.--show .camera-recognition__img-phone {
        opacity: 1;
        transform: translateX(0);
    }
    .camera-security__img-camera {
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity ease-out 0.3s, transform ease-out 0.3s;
    }
    .camera-security__img-marks {
        top: 31%;
        left: -13.8%;
        width: 21.83%;
    }
    .camera-security__img-phone {
        opacity: 0;
        transform: translateX(100%);
        transition: opacity ease-out 0.3s, transform ease-out 0.3s;
    }
    .camera-security.animate.--show .camera-security__img-camera,
    .camera-security.animate.--show .camera-security__img-phone {
        opacity: 1;
        transform: translateX(0);
    }
    .camera-voice__img-phone,
    .camera-optics__img-phone {
        opacity: 0;
        transform: translateX(-100%);
        transition: opacity ease-out 0.3s, transform ease-out 0.3s;
    }
    .camera-voice__img-person,
    .camera-optics__img-person {
        transition-delay: 0.3s;
    }
    .camera-voice.animate.--show .camera-voice__img-phone,
    .camera-optics.animate.--show .camera-optics__img-phone {
        opacity: 1;
        transform: translateX(0);
    }
    .camera-head__inner {
        padding: 8px 0 24px;
    }
    .camera-head__title {
        max-width: 272px;
        font-family: "MTS Sans", "Arial", sans-serif;
        font-size: 26px;
        line-height: 1.15;
    }
    .camera-head__col.--right {
        margin-top: -40px;
    }
    .camera-head__col.--right .camera-head__col-left img {
        max-width: 172px;
    }
    .camera-head__features-item {
        max-width: 120px;
    }
    .camera-head__feature-icon {
        width: 40px;
    }
    .camera-head__feature-text {
        font-size: 12px;
    }
    .camera-recognition__faces-list {
        gap: 30px;
    }
    .camera-recognition__faces-item img {
        width: 70px;
    }
    .camera-recognition__faces-item p {
        font-size: 16px;
    }
    .camera-recognition__text-wrap .camera-recognition__faces-wrap {
        margin-bottom: 20px;
    }
    .camera-recognition__img-wrap {
        width: 260px;
    }
    .camera-recognition__inner {
        padding-bottom: 70px;
    }
    .camera-functions .container {
        --x-offset: 16px;
    }
    .slider-camera-functions {
        padding-top: 30px;
    }
    .slider-camera-functions .swiper-pagination {
        bottom: 280px !important;
        gap: 18px;
    }
    .slider-camera-functions .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .functions-item {
        flex-direction: column;
        height: 100%;
    }
    .camera-functions.--children .slider-camera-functions .swiper-slide,
    .camera-functions.--parents .slider-camera-functions .swiper-slide {
        height: auto;
    }
    .camera-functions.--children .slider-camera-functions .swiper-pagination,
    .camera-functions.--parents .slider-camera-functions .swiper-pagination {
        bottom: 300px !important;
    }
    .camera-functions.--children .functions-item__text-wrap,
    .camera-functions.--parents .functions-item__text-wrap {
        padding-top: 100px;
    }
    .camera-functions.--children .functions-item__img-wrap.--1 {
        right: -10px;
    }
    .camera-functions.--children .functions-item__img-wrap.--2 {
        aspect-ratio: 1.167;
        overflow: hidden;
    }
    .camera-functions.--children .functions-item__img-wrap.--2 img {
        object-fit: cover;
        object-position: 0 0;
    }
    .functions-item__text-wrap {
        order: 1;
        padding-top: 140px;
        padding-right: var(--x-offset);
        padding-bottom: 40px;
    }
    .camera-functions.--parents .functions-item__img-wrap.--1,
    .functions-item__img-wrap.--1 {
        top: 90px;
        right: 0;
        width: 50%;
    }
    .functions-item__img-wrap.--2 {
        position: static;
        flex-basis: auto;
        width: 100%;
        height: auto;
    }
    .camera-voice.animate.--show .camera-voice__inner::before {
        transform: translate(-50%, -50%) scale(3);
    }
    .camera-voice__inner {
        padding: 50px 16px 40px;
    }
    .camera-voice__img-wrap,
    .camera-optics__img-wrap {
        width: 100%;
    }
    .camera-voice__img-person {
        top: -16%;
    }
    .camera-optics__inner {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .camera-features.--1 {
        background-color: #fff;
    }
    .camera-features.--1 .camera-features__img-wrap {
        padding-top: 0;
        height: auto;
        background-color: #d9d9d9;
    }
    .camera-features.--1 .camera-features__img-camera {
        width: 100%;
        margin-left: 0;
    }
    .camera-features.--1.animate.--show .camera-features__label.--indicator,
    .camera-features.--1.animate.--show .camera-features__label.--camera,
    .camera-features.--1.animate.--show .camera-features__label.--mic {
        right: 72%;
    }
    .camera-features.--1.animate.--show .camera-features__label.--speaker,
    .camera-features.--1.animate.--show .camera-features__label.--mount {
        right: 47%;
    }
    .camera-features.--1 .camera-features__label.--indicator {
        top: 18%;
    }
    .camera-features.--1 .camera-features__label.--camera {
        top: 35%;
    }
    .camera-features.--1 .camera-features__label.--mic {
        top: 45%;
    }
    .camera-features.--1.animate.--show .camera-features__label.--indicator::after,
    .camera-features.--1.animate.--show .camera-features__label.--camera::after,
    .camera-features.--1.animate.--show .camera-features__label.--mic::after {
        width: 23vw;
    }
    .camera-features.--1.animate.--show .camera-features__label.--speaker::after {
        width: 11.8vw;
    }
    .camera-features.--1.animate.--show .camera-features__label.--mount::after {
        width: 35vw;
    }
    .camera-features.--1 .camera-features__label {
        padding-left: 0;
    }
    .camera-features.--1 .camera-features__label::after {
        top: 50%;
    }
    .camera-features.--1 .camera-features__label.--speaker {
        top: auto;
        left: auto;
    }
    .camera-features.--1 .camera-features__text-wrap {
        max-width: none;
        padding: 25px 16px;
    }
    .camera-features.--1 .camera-features__text {
        font-size: 16px;
    }
    .camera-features.--1 .camera-features__icon {
        width: 38px;
    }
    .camera-pricing__inner {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .camera-pricing__about {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 45px;
        padding-left: 0;
    }
    .camera-pricing__about-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .camera-pricing__title {
        margin-bottom: 1.2em;
        text-align: left;
    }
    .camera-pricing-table__title {
        width: 32%;
    }
    .camera-pricing-table__head .camera-pricing-table__cell {
        font-size: 12px;
    }
    .camera-pricing-table__body .camera-pricing-table__cell {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
    }
    .camera-pricing-table__body .camera-pricing-table__cell.--center b {
        display: block;
        font-size: 16px;
    }
    .camera-pricing__btn-wrap {
        margin-top: 30px;
    }
    .camera-app.--1 .camera-app__title {
        margin-bottom: 32px;
        text-align: left;
    }
    .camera-app.--1 .mobileAppSection__slider-nav {
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .camera-app.--1 .slider__info.mobileAppSection__sliderInfo .slider-nav__item {
        width: 12px;
        height: 12px;
        background-color: #cccaca;
        border: 0;
        opacity: 0.4;
    }
    .camera-app.--1 .slider__info.mobileAppSection__sliderInfo .slider-nav__item.tns-nav-active {
        opacity: 1;
    }
    .camera-app.--1 .slider-wrapper {
        margin-top: 0;
    }
    .camera-app.--1 .card-wrapper {
        margin-bottom: 0;
    }
    .camera-app.--1 .mobileAppSection__image {
        transform: none;
    }
    .camera-app.--1 .mobileAppSection__image {
        max-width: 260px;
        margin: 0 auto;
    }
    .camera-app.--1 .mobileAppSection__sliderInfo {
        position: relative;
    }
    .camera-app.--1 .main__mobileAppSection .slider__info .sliderInfo__items {
        background: transparent;
    }
    .camera-app.--1 .slider__info .sliderInfo__items::before {
        content: none;
    }
    .camera-app.--1 .main__mobileAppSection .slider__info .sliderInfo__item {
        padding-right: 16px;
        padding-left: 16px;
    }
    .camera-app.--1 .main__mobileAppSection .slider__info .sliderInfo__heading,
    .camera-app.--1 .main__mobileAppSection .slider__info .sliderInfo__text {
        color: var(--commonTextColor);
        text-align: center;
    }
    .camera-app.--1 .main__mobileAppSection .slider__info .sliderInfo__heading {
        margin-bottom: 0.33em;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.1;
    }
    .camera-app.--1 .main__mobileAppSection .slider__info .sliderInfo__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
    }
    .camera-app.--1 .main__mobileAppSection .mobileAppSection__download {
        justify-content: center;
        gap: 8px;
        padding-inline: 16px;
        background-color: #fff;
    }
    .camera-app.--1 .main__mobileAppSection .mobileAppSectionDownload__item {
        width: auto;
        height: 40px;
    }
    .camera-app.--1 .mobileAppSection__downloadApp {
        background-color: #fff;
    }
    .camera-order.--1 .camera-order__inner {
        padding-top: 32px;
        padding-bottom: 100px;
    }
    .camera-order.--1 .form-camera-order__title,
    .camera-order.--1 .form-camera-order {
        text-align: left;
    }
    .agreement,
    .agreement__input,
    .agreement__text {
        display: block;
    }
}
/*@media screen and (max-width: 359px) {*/
/*    .block-description__feature-text,*/
/*    .block-description__text,*/
/*    .functions-item__text {*/
/*        font-size: 14px;*/
/*    }*/
/*    .block-description__feature {*/
/*        gap: 8px;*/
/*    }*/
/*    .block-description__feature-icon {*/
/*        width: 34px;*/
/*    }*/
/*    .camera-head__features-item {*/
/*        max-width: 100px;*/
/*    }*/
/*    .camera-head__feature-text {*/
/*        font-size: 10px;*/
/*    }*/
/*    .camera-recognition__faces-list {*/
/*        gap: 25px;*/
/*    }*/
/*    .camera-recognition__faces-item img {*/
/*        width: 52px;*/
/*    }*/
/*    .camera-recognition__faces-item p {*/
/*        font-size: 14px;*/
/*    }*/
/*    .camera-recognition__img-wrap {*/
/*        width: 193px;*/
/*    }*/
/*}*/
/* /Страница камеры (версия 2) */

.container.header-container {
    max-width: min(1280px, 100vw - 50px);
}
.docGroupItem__listItem .listItem__btn-like::before {
    content: none;
}
footer .footer .footer__top .footer__column .footer__logo {
    max-width: 182px;
    max-height: 47px;
}
.page-template-page-lp-retargeting-kits .startKit__slider-navBtn.tns-nav-active::after {
    top: calc(100% - .2em);
}

/* Тарифы - группа слайдеров */
.pricing-slider {
    display: none;
}
.pricing-slider.--is-active {
    display: block;
}
.pricing-slider .swiper {
    overflow: visible;
}
.pricing-slider .swiper-wrapper {
    justify-content: center;
}
.pricing-slider .swiper-slide {
    width: 400px;
    margin: 0 2rem;
}
.pricing-slider .swiper-pagination {
    display: none;
}
.pricing-slider .ratePlanSection__tariffBlock.--height-fix .ratePlanSection__Heading {
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .slider-blur::before {
        z-index: 2;
    }
    .pricing-slider {
        padding-top: 40px;
    }
    .pricing-slider .swiper-wrapper {
        justify-content: flex-start;
    }
    .pricing-slider .swiper-slide {
        margin: 0;
    }
    .pricing-slider .swiper-pagination {
        position: static;
        display: block;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pricing-slider {
        padding-top: 0;
    }
    .pricing-slider .swiper-slide {
        width: 84.375vw;
    }
    .pricing-slider .ratePlanSection__tariffBlock {
        width: 100%;
    }
    .pricing-slider .ratePlanSection__tariffBlock.--height-fix .ratePlanSection__Heading {
        margin-top: 0;
    }
    .pricing-slider .ratePlanSection__tariffBlock.--height-fix .ratePlanSection__Heading br {
        display: none;
    }
}
/* /Тарифы - группа слайдеров */

.show-info {
    position: relative;
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='black'/%3E%3Cpath d='M9.20621 5.302C9.20621 5.792 9.48621 6.044 9.99021 6.044C10.5082 6.044 10.7882 5.792 10.7882 5.302C10.7882 4.812 10.5082 4.56 9.99021 4.56C9.48621 4.56 9.20621 4.812 9.20621 5.302ZM9.38821 7.556V14.5H10.6062V7.556H9.38821Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.show-info-tooltip {
    position: absolute;
    top: -14px;
    left: 50%;
    box-sizing: border-box;
    padding: 24px 34px 32px 24px;
    background-color: #fff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
    transform: translate(-50%, -100%);
    cursor: auto;
    pointer-events: none;
    transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
}
.show-info-tooltip::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 18px;
    aspect-ratio: 1;
    background-color: inherit;
    transform: translate(-50%, 30%) rotate(45deg);
}
.show-info-tooltip.--show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.show-info-tooltip__content {
    font-size: 16px;
    line-height: 1.3;
}
.show-info-tooltip__content ul,
.show-info-tooltip__content ol {
    margin: 0;
    padding-left: 25px;
}
.show-info-tooltip__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 25px;
    aspect-ratio: 1;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='black'/%3E%3Cpath d='M8.33301 8.33301L17.3608 17.3608' stroke='black'/%3E%3Cpath d='M8.33301 17.3613L17.3608 8.33355' stroke='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}
@media screen and (max-width: 767px) {
    .show-info-tooltip {
        transition: none;
    }
    .show-info-tooltip::after {
        content: none;
    }
    .show-info-tooltip.--show {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5001;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-inline: 16px;
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 0;
        filter: none;
        transform: none;
    }
    .show-info-tooltip__content {
        position: relative;
        max-width: 400px;
        padding: 24px 10px 32px;
        background-color: #fff;
        border-radius: 12px;
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
    }
}

@media screen and (max-width: 767px) {
    .brand__img.--offset-left {
        margin-left: -8px;
    }
}

.header__telCity {
    position: relative;
}
.city-confirm-popup {
    position: absolute;
    top: calc(100% + 20px);
    left: 20%;
    width: fit-content;
    max-width: 360px;
    padding: 24px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 60px rgba(82, 82, 82, 0.11);
    transform: translateX(-50%);
    pointer-events: none;
}
.city-confirm-popup::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    width: 20px;
    aspect-ratio: 1;
    background-color: #fff;
    transform: translateX(-50%) rotate(45deg);
}
.city-confirm-popup .btn.--invert:hover {
    color: var(--brand);
    background-color: #fff;
    border-color: var(--brand);
}
.city-confirm-popup.--is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.city-confirm-popup__text {
    margin: 0 0 24px;
    font-weight: 500;
    font-size: 16px;
}
.city-confirm-popup__btn-wrap {
    display: flex;
    gap: 15px;
}
.city-confirm-popup__btn {
    min-width: 90px;
}
.city-select-popup {
    cursor: auto;
}
.city-select-popup.--is-show {
    display: flex;
}
.city-select-popup .page-popup__title {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.city-select-popup .page-popup__content {
    padding: 40px 35px 40px;
}
.page-popup__content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 675px;
    padding: 25px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.city-select-popup__form {
    margin-bottom: 50px;
}
.city-select-popup__list {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 20px;
}
.city-select-popup__list-item:not(:last-child) {
    margin-bottom: 20px;
}
.city-select-popup__btn {
    padding: 0;
    font-family: "MTS Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--commonTextColor);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.city-select-popup__btn:hover {
    color: var(--brand);
}
@media screen and (max-width: 1279px) {
    .page-popup__content {
        max-width: 620px;
    }
}
@media screen and (max-width: 767px) {
    .city-confirm-popup {
        position: fixed;
        top: 100px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        border-top: 1px solid var(--brand);
        border-radius: 0;
        transform: none;
    }
    .city-confirm-popup::after {
        content: none;
    }
    .city-confirm-popup__btn-wrap {
        flex-direction: column;
    }
    .city-select-popup .page-popup__content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .city-select-popup .page-popup__title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .city-select-popup__form {
        margin-bottom: 40px;
    }
    .city-select-popup__list {
        column-gap: 15px;
    }
    .city-select-popup__btn {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    .city-confirm-popup {
        top: 90px;
    }
    .city-select-popup__list {
        columns: 1;
    }
}

/***************************************************************************
 * Extensions
 */

.page-template-page-smart-extensions .extension__card:not(.tns-slide-active) {
	opacity: 1 !important;
}
.page-template-page-smart-extensions .extensionsSection .tns-outer{
	overflow:hidden;
}

/*
 * Extensions
 ***************************************************************************/


/***************************************************************************
 * startKit
 */

.startKit__sliderItem {
	margin-top: 50px;
}
.startKitNew .kitItem__descripton .kitItem__benefitsList .kitItem__benefitImg {
	height: auto;
}
.startKitNew .startKitNew__kitImage {
	height: auto;
}
.startKitNew .startKitNew__kitImageLines {
	bottom: 0;
}

/*
 * startKit
 ***************************************************************************/

/* Cities in url */

.citySelector .citySelector__listItemButton {
	display: block;
	width: auto;
}

/* Оптимизация слайдера на первом экране */
/*.protectYourHouseSection__slide--has-phone .backgroundImageWrap::after {*/
/*    height: 100%;*/
/*}*/
.backgroundImageWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 117.5vw;
    background: #00000075;
    opacity: 0;
}
.backgroundImageWrap--mobile::after,
.backgroundImageWrap--yes::after {
    opacity: 1;
}
.sliderTransport {
	display: none;
}
.sliderContainer {
	position:relative;
}
.sliderContainer__front {
	position:relative;
	transition: all .3s linear 0s;
	opacity: 1;
}
.sliderContainer__back {
	position:absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}
.sliderContainer__back.--unvisible, .sliderContainer__front.--unvisible {
	opacity: 0;
}

.desktopMain__protectYourHouseSection .protectYourHouseSection__slide {
	width: 100%;
}

@media screen and (min-width: 768px) {
    .protectYourHouseSection__slide--has-phone .backgroundImageWrap::after,
    .backgroundImageWrap::after {
        height: 43.2291666667vw;
    }
    .backgroundImageWrap::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20.6%, rgba(0, 0, 0, 0) 100%);
    }
    .backgroundImageWrap--desktop::after {
        opacity: 1;
    }
    .backgroundImageWrap--mobile::after {
        opacity: 0;
    }
}

@media screen and (min-width: 1240px) {
    .protectYourHouseSection__slide--has-phone .backgroundImageWrap::after,
    .backgroundImageWrap::after {
        height: 465px;
    }
}

@media screen and (min-width: 1440px) {
    .protectYourHouseSection__slide--has-phone .backgroundImageWrap::after,
    .backgroundImageWrap::after {
        height: 560px;
    }
}

@media screen and (min-width: 1441px) {
    .protectYourHouseSection__slide--has-phone .backgroundImageWrap::after,
    .backgroundImageWrap::after {
        height: 663px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .mobileAppSection__rightBlock img, .mobileAppSection__leftBlock img {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    /*.protectYourHouseSection__slide.slider__item.tns-item {*/
    /*    background-color: #00000075;*/
    /*}*/

    .slider-controlls.howItWorksSection__slider-controlls {
        z-index: unset;
    }

    .slider-controlls.howItWorksSection__slider-controlls .slider-controll.slider-controll--prev,    .slider-controlls.howItWorksSection__slider-controlls .slider-controll.slider-controll--next {
        position: absolute;
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-controlls.howItWorksSection__slider-controlls .slider-controll.slider-controll--prev {
        left: 0;
    }

    .slider-controlls.howItWorksSection__slider-controlls .slider-controll.slider-controll--next  {
        right: 0;
        left: auto;
    }
}


/* Правка кнопки "Смотреть ещё" в Дополнительных решениях */

.additionalSolutionsSection__loadMore.items-3, .additionalSolutionsSection__loadMore.items-2, .additionalSolutionsSection__loadMore.items-1 {
	display: none;
}
@media screen and (min-width: 1240px) and (max-width: 1365px) {
	.additionalSolutionsSection__loadMore.items-3 {
		display: block;
	}
}

 /* new main menu */

.searchOpenerButton img[data-variant="open"] {
    width: 16px;
    height: 16px;
}

.header__new {
    height: auto;
}

.header__socials {
    margin-left: 6px;
}

.header__new .socials__link {
    width: 33px;
    background-color: var(--grey);
    border-radius: 6px;
}

.header__new .socials__link.--wa {
    background-color: #418d53;
}

.header__new .socials__link img {
    width: 21px;
    height: auto;
}

.header__upper-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__upper {
    padding-bottom: 30px;
}

.header__upper-content .header__citySelector span {
    color: #ADAFAF;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
}

.header__upper-content-link {
    color: #ADAFAF;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    position: relative;
    padding-left: 16px;
}

.header__upper-content-link.--enter {
    margin-left: 32px;
}

.header__upper-content-link.--enter:before {
    position: absolute;
    left: 0;
    top: -.25rem;
    width: 12px;
    height: 12px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><mask id="mask0_1123_3813" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="12" height="12"><rect width="12" height="12" transform="matrix(1 0 0 -1 0 12)" fill="white"/></mask><g mask="url(%23mask0_1123_3813)"><path d="M12 11.957C12 10.2573 11.911 8.98577 11.7557 8.12996C11.6287 7.43019 11.2679 6.96552 10.7815 6.65688C10.2913 6.34617 9.66997 6.19233 9.02415 6.12524C8.06504 6.02681 7.21696 6.00151 6.07922 6H5.9212C4.78359 6.00192 3.93551 6.02681 2.9764 6.12524C2.33058 6.19165 1.70867 6.34617 1.21867 6.65688C0.732249 6.96552 0.371414 7.43019 0.244449 8.12996C0.0891777 8.98577 0.000137408 10.2573 0 11.957V12.043C0 13.7427 0.0891777 15.0142 0.244449 15.8699C0.371414 16.5697 0.732249 17.0345 1.21867 17.343C1.70867 17.6538 2.33017 17.8084 2.9764 17.8746C3.93551 17.9731 4.78359 17.9984 5.9212 18H6.07894C7.21654 17.9981 8.06463 17.9725 9.02374 17.8746C9.66956 17.8084 10.2913 17.6538 10.7815 17.343C11.2679 17.0345 11.6287 16.5697 11.7557 15.8699C11.911 15.0142 12 13.7427 12 12.043V11.957Z" fill="%23ADAFAF"/><path d="M3.38456 2.75757C3.38456 3.23678 3.59861 3.48879 4.02671 3.99283C4.12533 4.10893 4.22962 4.22482 4.33823 4.33629C4.44684 4.44776 4.55977 4.5548 4.67289 4.65601C5.164 5.09538 5.40955 5.31506 5.87648 5.31506C6.3434 5.31506 6.58895 5.09538 7.08006 4.65601C7.19319 4.5548 7.30611 4.44776 7.41472 4.33629C7.52333 4.22482 7.62763 4.10893 7.72624 3.99283C8.15434 3.48879 8.3684 3.23678 8.3684 2.75757C8.3684 2.27836 8.15434 2.02634 7.72624 1.52231C7.62763 1.40621 7.52333 1.29031 7.41472 1.17884C7.30611 1.06737 7.19319 0.960333 7.08006 0.859125C6.58895 0.419758 6.3434 0.200074 5.87648 0.200074C5.40955 0.200074 5.164 0.419758 4.67289 0.859126C4.55977 0.960333 4.44684 1.06737 4.33823 1.17884C4.22962 1.29031 4.12533 1.40621 4.02671 1.52231C3.59861 2.02634 3.38456 2.27836 3.38456 2.75757Z" fill="%23ADAFAF"/></g></svg>');
}


.header__upper-content-link.--payment {
    margin-left: 12px;
}

.header__upper-content-link.--payment:before {
    position: absolute;
    left: 0;
    top: -.25rem;
    width: 12px;
    height: 12px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><circle cx="6" cy="6" r="5.5" stroke="%23ADAFAF"/><path d="M4.8001 9.81823V3.6001H7.5001C8.32852 3.6001 9.0001 4.27167 9.0001 5.1001V5.1001C9.0001 5.92852 8.32852 6.6001 7.5001 6.6001H3.6001M3.6001 8.18186H6.6001" stroke="%23ADAFAF"/></svg>');
}

.header__upper-content-phone {
    color: #E30611;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-left: 27px;
}

header .header .header__nav.--new .nav__item {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.167;
    text-transform: unset;
    display: flex;
    align-items: center;
}
header .header .header__nav.--new .sub-menu .nav__item {
	font-weight: 400;
}
header .header .header__nav .header__navList .sub-menu li+li::before {
	display: none;
}

header .header .header__nav.--new .nav__item img, header .header .header__nav.--new .nav__item svg {
    margin-right: .25rem;
}

header .header .header__nav.--new .nav__item:hover {
    color: #E30611;
}

header .header .header__nav.--new .nav__item:hover svg path {
    fill: #E30611;
}

header .header .header__nav.--new .nav__item:hover::before, header .header .header__nav.--new .nav__item:hover::after {
    display: none;
}

header .header .header__nav.--new .header__navList .menu-item-has-children .sub-menu__arrow {
    display: none;
}

.header__nav.--new {
    width: 100%;
    margin: 0 40px;
}

header .header .header__nav.--new .header__navList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header .header__nav.--new .header__navList .sub-menu {
    padding: 25px 25px 30px 25px;
    border-radius: 22px;
    background: #FFF;
}

header .header .header__nav.--new .header__navList li.menu-item-2743 .sub-menu .menu-item {
    background-color: transparent;
}

.searchOpenerButton.header__new-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #F2F3F7;
    width: 33px;
    height: 33px;
}

header .header .header__column .header__btn.header__new-btn,
.page-test.--button-1 .header__btn.header__new-btn {
    border-radius: 6px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 6px;
    padding: 0.75em 1.33em;
}
.page-test.--button-1 .header__btn.header__new-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--brand);
    border: 0;
}

.header__new-burger {
    display: none;
}

header .header .header__nav.--new .header__navList .sub-menu:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 27.5px;
    display: block;
    width: 20px;
    aspect-ratio: 1;
    background-color: #fff;
    transform: translateX(-50%) rotate(45deg);
}

header .header .header__nav.--new .header__navList li.menu-item-2743 .sub-menu {
    top: calc(100% + var(--header-y-offset) + 2.75em);
    border-radius: 22px;
}

header .header .header__nav.--new .header__navList .sub-menu {
    top: calc(100% + var(--header-y-offset) + 2.75em);
}

/* Новое мобильное меню */

.header__new-mob-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
    padding: 25px 12px;
    background: #FFF;
    overflow-y: auto;
    box-sizing: border-box;
}

.header__new-mob-menu-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header__new-mob-menu-link  {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.167;
    position: relative;
    color: #000;
    padding-left: 16px;
}

.header__new-mob-menu-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    background-size: 100% auto;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}

.header__new-mob-menu-link:hover {
    color: #E30611;
}

.header__new-mob-menu-link.--enter:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><mask id="mask0_1258_2893" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="12" height="12"><rect width="12" height="12" transform="matrix(1 0 0 -1 0 12)" fill="white"/></mask><g mask="url(%23mask0_1258_2893)"><path d="M12 11.957C12 10.2573 11.911 8.98577 11.7557 8.12996C11.6287 7.43019 11.2679 6.96552 10.7815 6.65688C10.2913 6.34617 9.66997 6.19233 9.02415 6.12524C8.06504 6.02681 7.21696 6.00151 6.07922 6H5.9212C4.78359 6.00192 3.93551 6.02681 2.9764 6.12524C2.33058 6.19165 1.70867 6.34617 1.21867 6.65688C0.732249 6.96552 0.371414 7.43019 0.244449 8.12996C0.0891777 8.98577 0.000137408 10.2573 0 11.957V12.043C0 13.7427 0.0891777 15.0142 0.244449 15.8699C0.371414 16.5697 0.732249 17.0345 1.21867 17.343C1.70867 17.6538 2.33017 17.8084 2.9764 17.8746C3.93551 17.9731 4.78359 17.9984 5.9212 18H6.07894C7.21654 17.9981 8.06463 17.9725 9.02374 17.8746C9.66956 17.8084 10.2913 17.6538 10.7815 17.343C11.2679 17.0345 11.6287 16.5697 11.7557 15.8699C11.911 15.0142 12 13.7427 12 12.043V11.957Z" fill="black"/><path d="M3.38438 2.75757C3.38438 3.23678 3.59843 3.48879 4.02653 3.99283C4.12514 4.10893 4.22944 4.22482 4.33805 4.33629C4.44666 4.44776 4.55958 4.5548 4.67271 4.65601C5.16382 5.09538 5.40937 5.31506 5.87629 5.31506C6.34322 5.31506 6.58877 5.09538 7.07988 4.65601C7.193 4.5548 7.30593 4.44776 7.41454 4.33629C7.52315 4.22482 7.62745 4.10893 7.72606 3.99283C8.15416 3.48879 8.36821 3.23678 8.36821 2.75757C8.36821 2.27836 8.15416 2.02634 7.72606 1.52231C7.62745 1.40621 7.52315 1.29031 7.41454 1.17884C7.30593 1.06737 7.193 0.960333 7.07988 0.859125C6.58877 0.419758 6.34322 0.200074 5.87629 0.200074C5.40937 0.200074 5.16382 0.419758 4.67271 0.859126C4.55958 0.960333 4.44666 1.06737 4.33805 1.17884C4.22944 1.29031 4.12514 1.40621 4.02653 1.52231C3.59843 2.02634 3.38438 2.27836 3.38438 2.75757Z" fill="black"/></g></svg>');
}

.header__new-mob-menu-link.--payment {
    margin-left: 12px;
}

.header__new-mob-menu-link.--payment:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><circle cx="6" cy="6" r="5.5" stroke="black"/><path d="M4.79961 9.81823V3.6001H7.49961C8.32803 3.6001 8.99961 4.27167 8.99961 5.1001V5.1001C8.99961 5.92852 8.32804 6.6001 7.49961 6.6001H3.59961M3.59961 8.18186H6.59961" stroke="black"/></svg>');
}


.header__new-mob-menu-btns {
    display: flex;
    align-items: center;
}

.header__new-mob-menu-btn {
    width: 29px;
    height: 29px;
    border-radius: 6px;
    background: #F2F3F7;
    border: none;
    outline: none;
    background-size: 15.75px;
    background-repeat: no-repeat;
    background-position: center center;
}

.header__new-mob-menu-btn.--search {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.58333 11.7917C3.91396 11.7917 1.75 9.62771 1.75 6.95833C1.75 4.28896 3.91396 2.125 6.58333 2.125C9.25271 2.125 11.4167 4.28896 11.4167 6.95833C11.4167 9.62771 9.25271 11.7917 6.58333 11.7917ZM0.25 6.95833C0.25 3.46053 3.08553 0.625 6.58333 0.625C10.0811 0.625 12.9167 3.46053 12.9167 6.95833C12.9167 8.43697 12.4099 9.79726 11.5607 10.875L13.7803 13.0947L15.7803 15.0947C16.0732 15.3876 16.0732 15.8624 15.7803 16.1553C15.4874 16.4482 15.0126 16.4482 14.7197 16.1553L12.7197 14.1553L10.5 11.9357C9.42226 12.7849 8.06197 13.2917 6.58333 13.2917C3.08553 13.2917 0.25 10.4561 0.25 6.95833Z" fill="%23ADAFAF"/></svg>');
}

.header__new-mob-menu-btn.--close {
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="11.3137" width="16" height="1" transform="rotate(-45 0 11.3137)" fill="black"/><rect x="0.707031" width="16" height="1" transform="rotate(45 0.707031 0)" fill="black"/></svg>');
    margin-left: 6px;
}

.header__new-mob-menu-content {
    margin-top: 20px;
}

.header__new-mob-menu-phone {
    color: #E30611;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
    display: block;
}

.header__new-mob-menu-list {
    margin-top: 27px;
}

.header__new-mob-menu-item.--has-children .header__new-mob-menu-toggler{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M1 1.5L8 8.5L15 1.5" stroke="black" stroke-width="2"/></svg>');
}

.header__new-mob-menu-content-top {
    display: flex;
    align-items: center;
}

.header__new-mob-menu-toggler {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    background-position: center center;
    margin-right: 7px;
}

.header__new-mob-menu-top-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.header__new-mob-menu-top:hover .header__new-mob-menu-top-link{
    color: #E30611;
}

.header__new-mob-menu-item-top {
    display: flex;
    align-items: center;
}

.header__new-mob-menu-item-top:hover .header__new-mob-menu-top-link {
    color: #E30611;
}

.header__new-mob-menu-item.--has-children  .header__new-mob-menu-item-top:hover .header__new-mob-menu-toggler {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M1 1.5L8 8.5L15 1.5" stroke="%23E30611" stroke-width="2"/></svg>');
}

.header__new-mob-menu-item.--has-children .header__new-mob-menu-toggler.active {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M1 1.5L8 8.5L15 1.5" stroke="%23E30611" stroke-width="2"/></svg>');
    transform: rotate(180deg);
}

.header__new-mob-menu-item-top.active .header__new-mob-menu-top-link {
    color: #E30611;
}

.header__new-mob-menu-body-link {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.header__new-mob-menu-body-link:last-child {
    margin-bottom: 0;
}

.header__new-mob-menu--icon svg {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    display: block;
}

.header__new-mob-menu-body-link {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.header__new-mob-menu-body-link:hover {
    color: #E30611;
}

.header__new-mob-menu-item-body {
    margin-top: 12px;
}

.header__new-mob-menu-body-link:hover svg path {
    fill: #E30611;
}

.header__new-mob-item-body {
    margin-top: 12px;
}

.header__new-mob-menu-list-item {
    margin-bottom: 12px;
}

.header__new-mob-menu-item {
    margin-bottom: 12px;
}

.header__new-mob-menu-list-item:last-child {
    margin-bottom: 0;
}

.header__new-mob-menu-item-body {
    display: none;
}

.header__new-mob-menu {
    display: none;
}

header .header .header__nav.--new .header__navList li.menu-item-2743 .sub-menu .menu-item:hover .nav__item {
    color: #E30611;
}

.header__new .citySelector .citySelector__content {
    right: -120px;
}

.header__new .citySelector .citySelector__content, .header__new-mob-menu .citySelector__content {
    z-index: 10;
}

header .header .header__nav .header__navList li.menu-item-2743.menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 26px;
}

header .header .header__nav.--new .header__navList .sub-menu::before {
    height: 6em;
}

header .header .header__nav.--new .header__navList li.menu-item-2743 .sub-menu .nav__item {
    display: flex;
    align-items: center;
}

/*
header .header .header__nav .header__navList li.menu-item-2743.menu-item-has-children:hover .sub-menu, header .header .header__nav .header__navList li.menu-item-2743.menu-item-has-children:active .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
} */


.header__new .city-confirm-popup {
    top: calc(100%);
    transform: unset;
    right: 12rem;
    z-index: 12;
    left: unset;
}

.header__upper {
    position: relative;
}

.header__new-mob-menu-item-top {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1280px)  {

    .header__nav.--new {
        margin: 0 20px;
    }

    header .header .header__nav .header__navList {
        gap: .75rem;
    }

    header .header .header__column .header__brand {
        width: 12.03vw;
    }

    header .header .header__nav.--new .nav__item {
        font-size: 12px;
    }

    .header.--new-header {
        overflow: hidden;
    }

}

@media screen and (max-width: 991px) {
    header .header .header__nav.--new .nav__item {
        font-size: 11px;
    }

    header.header__new .header .header__column .header__brand {
        width: 11.03vw;
    }

    .header__nav.--new {
        margin: 0 20px;
    }
}

@media screen and (max-width: 860px) {
    .header__nav.--new {
        display: none;
    }

    .header__upper-content-link.--enter, .header__upper-content-link.--payment, .header__upper-content-phone {
        display: none;
    }

    .header__upper {
        padding-bottom: 0;
    }

    .header__upper-content {
        justify-content: flex-start;
    }

    header.header__new .header .header__column .header__brand {
        width: 130px;
    }

    .header__new-burger {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 29px;
        width: 29px;
        padding: 8px 6px;
        box-sizing: border-box;
        margin-left: 6px;
    }

    .header__new-burger-line {
        width: 100%;
        height: 1px;
        background-color: #000;
    }

    .header__new .header__citySelector {
        margin-bottom: 10px;
    }

    .header__new .citySelector .citySelector__content {
        right: 0;
    }

    .citySelector .citySelector__summary .citySelector__summaryMarker {
        width: 14px;
        height: auto;
        aspect-ratio: 1.6;
        object-fit: contain;
    }

    .header__new-mob-menu .citySelector .citySelector__summary .citySelector__summaryMarker, .header__new-mob-menu .citySelector .citySelector__summary span {
        display: inline-block;
    }

    .header__new-mob-menu .citySelector .citySelector__summary span {
        margin-left: 3px;
    }

    .header__new-mob-menu .citySelector .citySelector__summary .citySelector__summaryGeoPin {
        display: none;
    }

    .header__new-mob-menu .citySelector .citySelector__summary {
        margin-bottom: 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
    }

    .header__new .container.header-container {
        max-width: 100%;
    }

    .header__new {
        padding: 12px 0;
    }

    .header__new .citySelector .citySelector__summary .citySelector__summaryGeoPin {
        display: none;
    }

    .header__new .citySelector .citySelector__summary .citySelector__summaryMarker,   .header__new .citySelector .citySelector__summary span {
        display: inline-block;
    }

    .header__new .container.header-container {
        padding: 0 12px;
    }

    .header__new .globalSearch[hidden] + .header-container .searchOpenerButton {
        display: none;
    }

    .globalSearch .globalSearch__input {
        box-sizing: border-box;
        padding-right: 50px;
        padding-left: 10px;
    }

    .header__new .searchOpenerButton {
        position: absolute;
        top: calc(100% + 7px);
        right: 15px;
    }

    .header__new .searchOpenerButton img {
        height: 24px;
        width: 24px;
    }

    header .header.--new-header .header__column.header__column_s{
        margin-right: 0;
    }

    header .header .header__column .header__btn.header__new-btn,
    .header__socials {
        order: 2;
    }

    .header__new-burger {
        order: 3;
    }

    header .header.--new-header .header__column_s {
        gap: 0;
    }

    /* .header__new .citySelector__content:before, .header__new-mob-menu .citySelector__content:before{
        content: '';
        width: 18px;
        height: 18px;
        top: 20px;
        right: 12px;
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="11.3137" width="16" height="1" transform="rotate(-45 0 11.3137)" fill="black"/><rect x="0.707031" width="16" height="1" transform="rotate(45 0.707031 0)" fill="black"/></svg>');
    } */

    .globalSearch#js-search-mob {
        position: relative;
    }

    #js-search-mob {
        display: none;
        margin-top: 16px;
    }

    #js-search-mob.globalSearch {
        min-height: 30px;
    }

    #js-search-mob .container.header-container {
        max-width: 100%;
        padding: 0;
    }

    .header__new-mob-menu-btn.--search.active {
        background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="11.3137" width="16" height="1" transform="rotate(-45 0 11.3137)" fill="%23A6A6A6"/><rect x="0.707031" width="16" height="1" transform="rotate(45 0.707031 0)" fill="%23A6A6A6"/></svg>');
    }

    #js-search-mob.globalSearch .globalSearch__input {
        height: 32px;
    }

    .videoPopupWrapper video {
        width: 100%;
        object-fit: contain;
    }
}

.cookie-popup {
    display: none !important;
}

.captcha {
	display: flex;
	margin-right: auto;
}
.captcha__input-wrap {
	max-width: 200px;
}
.captcha__label {
	margin: 0 0 0.5em;
    font-size: 14px;
}
.captcha__input {
	box-sizing: border-box;
    height: 34px;
    padding: 0.7em 0.9375em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--commonTextColor);
    background-color: #ffffff;
    border: 1px solid #a2aaad;
    border-radius: 4px;
    max-width: 200px;
}

.page-test.--button-1 .header__btn[href] {
    display: none;
}
.page-test.--button-1 .header__btn[href] .header__btn-text-mobile {
    display: inline;
}
@media screen and (max-width: 860px) {
    .page-test.--button-1 .header__btn[href] {
        display: inline-block;
    }
    .page-test.--button-1 .header__btn:not([href]) {
        display: none;
    }
}
.header__btn.hidden {
	display: none !important;
}
.header__btn.visible, .header__btn .visible {
	display: block !important;
}