.neo-page, .neo-page p, .neo-page li, .neo-page div {
    font-family: Verdana, Arial, sans-serif;
}
.neo-order-modal {
    font-family: "Open Sans", Arial, sans-serif;
}

.neo-product-hero * {
    box-sizing: border-box;
}

.neo-advantages * {
    box-sizing: border-box;
}

.neo-label-price * {
    box-sizing: border-box;
}

.neo-order-terms * {
    box-sizing: border-box;
}

.neo-work-steps * {
    box-sizing: border-box;
}

.neo-order-modal * {
    box-sizing: border-box;
}

.neo-product-hero {
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    margin: 0;
    background: #F2F1F6;
    color: #333;
}

.neo-product-hero__layout {
    min-height: 455px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 43px 0 41px;
}

.neo-product-hero__content {
    position: relative;
    z-index: 2;
    width: 58.2%;
}

.container .neo-product-hero__title {
    margin: 0 0 45px;
    padding: 0;
    color: #B10707;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.neo-product-hero__lead {
    max-width: 650px;
    margin: 0 0 19px;
    padding: 0;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 400;
}

.neo-product-hero__benefits {
    max-width: 650px;
    margin: 0 0 68px !important;
    padding-left: 14px !important;
}

.neo-product-hero__benefits li {
    margin: 0 0 18px !important;
    padding: 0 !important;
    list-style-image: url(/tpl/img/disc.png) !important;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.neo-product-hero__benefits li:last-child {
    margin-bottom: 0 !important;
}

.neo-product-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #B10707;
    color: #FFFFFFD9;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
    min-width: 196px;
    height: 49px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1;
}

.neo-product-hero__button:hover {
    background: #980606;
    color: #fff;
    text-decoration: none;
}

.neo-product-hero__button:focus {
    background: #980606;
    color: #fff;
    text-decoration: none;
}

.neo-label-price__button:hover {
    background: #980606;
    color: #fff;
    text-decoration: none;
}

.neo-label-price__button:focus {
    background: #980606;
    color: #fff;
    text-decoration: none;
}

.neo-product-hero__image--desktop {
    width: 41.8%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.neo-product-hero__image--desktop img {
    display: block;
    width: 491px;
    max-width: 100%;
    height: auto;
    margin-top: -4px;
}

.neo-product-hero__image--mobile {
    display: none;
}

.neo-advantages {
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    padding: 16px 0 78px;
    background: #fff;
}

.neo-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, 273px);
    gap: 16px;
}

.neo-advantages__item {
    position: relative;
    width: 273px;
    height: 260px;
    overflow: hidden;
    color: #fff;
}

.neo-advantages__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.neo-advantages__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neo-advantages__title {
    font-family: Verdana, Arial, sans-serif;
    position: absolute;
    z-index: 2;
    margin: 0;
    line-height: 1.18;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFFD9;
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 15px;
}

.neo-label-price {
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    padding: 0 0 67px;
    background: #fff;
    color: #333;
}

.neo-label-price__head {
    display: grid;
    grid-template-columns: 35.3% 40.8% 23.9%;
    height: 53px;
    align-items: center;
    background: #F2F1F6;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.neo-label-price__head > div {
    padding: 0 16px;
}

.neo-label-price__row > div {
    padding: 0 16px;
}

.neo-label-price__row {
    display: grid;
    grid-template-columns: 35.3% 40.8% 23.9%;
    min-height: 70px;
    align-items: center;
    border-bottom: 1px solid #E0DFE4;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.neo-label-price__name {
    font-weight: 700;
    text-transform: uppercase;
}
.neo-label-price__desc {
    font-family: Verdana, Arial, sans-serif;
}
.neo-label-price__price {
    font-family: Verdana, Arial, sans-serif;
}
.neo-label-price__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #B10707;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
    min-width: 196px;
    height: 49px;
    margin-top: 35px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFFD9;
}

.neo-label-price__note {
    font-family: Verdana, Arial, sans-serif;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.neo-order-terms {
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    padding: 0 0 66px;
    background: #fff;
    color: #333;
}

.container .neo-order-terms__title {
    margin: 0 0 35px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    color: #B10707;
    text-transform: uppercase;
}

.container .neo-work-steps__title-main {
    margin: 0 0 35px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    color: #B10707;
    text-transform: uppercase;
}

.neo-order-terms__grid {
    display: grid;
    grid-template-columns: 1.18fr 1fr;
    gap: 12px;
}

.neo-order-terms__card {
    min-height: 288px;
    padding: 18px 16px 17px;
    background: #F2F1F6;
}

.neo-order-terms__head {
    display: flex;
    align-items: flex-start;
}

.neo-order-terms__icon {
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
    margin-right: 16px;
}

.neo-order-terms__icon--gear {
    width: 48px;
    height: 51px;
}

.neo-order-terms__icon--wallet {
    width: 43px;
    height: 41px;
    margin-top: 4px;
}

.neo-order-terms__heading {
    font-family: Verdana, Arial, sans-serif;
    padding-top: 4px;
    color: #B10707;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: uppercase;
}

.neo-order-terms__list {
    margin: 15px 0 11px !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.neo-order-terms__list li {
    margin: 0 0 5px !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    position: relative;
    padding-left: 13px !important;
    list-style: none !important;
    list-style-image: none !important;
}

.neo-order-terms__bottom {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.neo-work-steps {
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    padding: 0 0 78px;
    background: #fff;
}

.neo-work-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 273px);
    gap: 16px;
    grid-auto-rows: auto;
    align-items: start;
}

.neo-work-steps__item {
    position: relative;
    width: 273px;
    outline: 0;
    height: auto;
    min-height: 203px;
    overflow: visible;
}

.neo-work-steps__front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 16px 17px;
    background: #B10707;
    color: #fff;
    position: relative;
    inset: auto;
    min-height: 203px;
}

.neo-work-steps__num {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
}

.neo-work-steps__name {
    font-family: Verdana, Arial, sans-serif;
    max-width: 245px;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 400;
    text-transform: uppercase;
}

.neo-work-steps__hover {
    display: none;
    padding: 18px 16px;
    background: #F2F1F6;
    color: #333;
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
    width: 100%;
    min-height: 203px;
}

.neo-work-steps__hover-name {
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 600;
    text-transform: uppercase;
}

.neo-work-steps__hover-text {
    font-family: Verdana, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.38;
    font-size: 16px;
}

.neo-order-modal .modal-title {
    color: #B10707;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

.neo-order-modal__placeholder {
    padding: 15px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.5;
}

.container .neo-section-heading {
    margin: 0 0 32px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    color: #B10707;
    text-transform: uppercase;
}

.neo-works {
    position: relative;
    width: 100%;
    padding: 72px 0 79px;
    background: #F2F1F6;
    font-family: "Open Sans", Arial, sans-serif;
}

.neo-works * {
    box-sizing: border-box;
}

.neo-works__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-works__slide {
    padding-right: 16px;
}

.neo-works__slide img {
    display: block;
    width: 100%;
    height: auto;
}

.neo-works__desktop-nav .neo-works__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-5px);
}

.neo-works__desktop-nav .neo-works__nav--prev {
    left: 15px;
}

.neo-works__desktop-nav .neo-works__nav--next {
    right: 15px;
}

.neo-works__nav {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    outline: none;
    position: relative;
}

.neo-works__nav::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 15px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #B10707;
    border-left: 2px solid #B10707;
}

.neo-works__nav--prev::before {
    transform: rotate(-45deg);
    left: 20px;
}

.neo-works__nav--next::before {
    transform: rotate(135deg);
    left: 15px;
}

.neo-works__mobile-nav {
    display: none;
}

.neo-design {
    width: 100%;
    padding: 74px 0 70px;
    background: #fff;
    color: #333;
    font-family: "Open Sans", Arial, sans-serif;
}

.neo-design * {
    box-sizing: border-box;
}

.neo-design__columns {
    font-family: Verdana, Arial, sans-serif;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
}

.neo-design__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.neo-design__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.neo-design__card {
    min-height: 200px;
    padding: 24px 26px;
    background: #F2F1F6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.neo-design__icon {
    display: block;
    width: 82px;
    height: 82px;
    object-fit: contain;
    object-position: left center;
}

.neo-design__text {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.neo-design__download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: #B10707;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: underline;
}

.neo-design__download:hover {
    color: #8f0505;
}

.neo-design__download:focus {
    color: #8f0505;
}

.neo-design__pdf {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 22px;
    height: 26px;
    padding-bottom: 2px;
    background: #e34b43;
    color: #fff;
    font-size: 7px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.neo-label-info {
    width: 100%;
    padding: 0 0 65px;
    background: #fff;
    color: #333;
    font-family: "Open Sans", Arial, sans-serif;
}

.neo-label-info * {
    box-sizing: border-box;
}

.neo-label-info__content {
    font-size: 16px;
    line-height: 1.43;
    font-weight: 400;
}

.neo-label-info__content p {
    margin: 0 0 22px;
}

.neo-label-info__content ul {
    margin: 0 0 22px !important;
    padding-left: 18px !important;
}

.neo-label-info__content li {
    margin: 0 0 12px !important;
    padding: 0 !important;
    list-style-image: url(/tpl/img/disc.png) !important;
}

.neo-contact-box {
    margin-top: 28px;
    padding: 29px 28px 28px;
    background: #F2F1F6;
    font-size: 16px;
    line-height: 1.45;
}

.neo-contact-box__lead {
    margin-bottom: 15px;
    font-weight: 700;
}

.neo-contact-box__line {
    margin-bottom: 10px;
}

.neo-contact-box a {
    color: #B10707;
}

.neo-contact-box__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    height: 46px;
    margin-top: 8px;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    background: #B10707;
    color: #fff;
    font: 400 14px/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.neo-contact-box__button:hover {
    background: #980606;
    color: #fff;
    outline: none;
}

.neo-contact-box__button:focus {
    background: #980606;
    color: #fff;
    outline: none;
}

.neo-order-terms__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #B10707;
}

.neo-map {
    margin-top: 44px;
    width: 100%;
}

.neo-map iframe {
    display: block;
    max-width: 100%;
}

@media (min-width: 768px) {
    .neo-work-steps__item:hover .neo-work-steps__hover {
        display: block;
        position: relative;
    }

    .neo-work-steps__item:focus .neo-work-steps__hover {
        display: block;
        position: relative;
    }

    .neo-works {
        padding: 82px 0 80px;
    }

    .neo-works__head .neo-section-heading {
        margin-bottom: 37px;
    }

    .neo-works__desktop-nav .neo-works__nav {
        top: 277px;
        transform: translateY(-50%);
    }

    .neo-works__desktop-nav .neo-works__nav--prev {
        left: calc(50% - 650px);
    }

    .neo-works__desktop-nav .neo-works__nav--next {
        right: calc(50% - 650px);
    }

    .neo-design {
        padding: 82px 0 87px;
    }

    .neo-design__subtitle {
        margin-bottom: 31px;
    }

    .neo-design__card {
        min-height: 210px;
    }

    .neo-contact-box {
        min-height: 261px;
    }

    .neo-contact-box__button {
        width: 196px;
        min-width: 196px;
        height: 48px;
        font-size: 16px;
    }

    .neo-work-steps__item:hover .neo-work-steps__front {
        display: none;
    }

    .neo-work-steps__item:focus .neo-work-steps__front {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container .neo-product-hero__title {
        font-size: 32px;
    }

    .neo-product-hero__content {
        width: 56%;
    }

    .neo-product-hero__image--desktop {
        width: 44%;
    }

    .neo-advantages__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .neo-advantages__item {
        width: 100%;
        /* height: auto; */
        aspect-ratio: 273 / 260;
    }

    .neo-work-steps__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        /* grid-auto-rows: 180px; */
    }

    .neo-work-steps__item {
        width: 100%;
        height: 180px;
    }

    .neo-work-steps__hover {
        width: 100%;
        min-height: 180px;
    }

    .neo-work-steps__num {
        font-size: 36px;
    }

    .neo-work-steps__name {
        font-size: 13px;
    }

    .neo-work-steps__hover-name {
        font-size: 13px;
    }

    .neo-work-steps__hover-text {
        font-size: 12px;
    }
}

@media (max-width: 1300px) {
    .neo-works__desktop-nav .neo-works__nav--prev {
        left: calc(50% - 593px);
    }
    .neo-works__desktop-nav .neo-works__nav--next {
        right: calc(50% - 583px);
    }
}

@media (max-width: 1200px) {
    .neo-works__desktop-nav .neo-works__nav--prev {
        left: 0;
    }
    .neo-works__desktop-nav .neo-works__nav--next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .neo-design__subtitle {
        font-size: 14px;
    }
    .neo-design__text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .neo-product-hero__layout {
        display: block;
        min-height: 0;
        padding: 35px 0 37px;
    }

    .neo-product-hero__content {
        width: 100%;
    }

    .container .neo-product-hero__title {
        margin: 0 0 24px;
        font-size: 30px;
        line-height: 1.02;
        font-weight: 600;
        letter-spacing: -0.2px;
    }

    .neo-product-hero__image--desktop {
        display: none;
    }

    .neo-product-hero__image--mobile {
        display: block;
        margin: 0 0 29px;
        text-align: center;
    }

    .neo-product-hero__image--mobile img {
        display: block;
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 auto;
    }

    .neo-product-hero__lead {
        max-width: none;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.43;
    }

    .neo-product-hero__desktop-br {
        display: none;
    }

    .neo-product-hero__benefits {
        max-width: none;
        margin-bottom: 31px !important;
        padding-left: 12px !important;
    }

    .neo-product-hero__benefits li {
        margin-bottom: 15px !important;
        font-size: 16px;
        line-height: 1.35;
    }

    .neo-product-hero__button {
        width: 196px;
        min-width: 196px;
        height: 48px;
        padding: 0 14px;
        font-size: 16px;
        line-height: 1;
    }

    .neo-advantages {
        padding: 39px 0 48px;
        padding-top: 50px;
        padding-bottom: 0;
    }

    .neo-advantages__grid {
        display: block;
    }

    .neo-advantages__item {
        width: 100%;
        height: 112px;
        margin-bottom: 10px;
    }

    .neo-advantages__item:last-child {
        margin-bottom: 0;
    }

    .neo-advantages__picture {
        width: 100%;
        height: 112px;
        background: #B10707;
    }

    .neo-advantages__picture img {
        width: 100%;
        height: 112px;
        /* object-fit: fill; */
        object-fit: contain;
        object-position: left;
    }

    .neo-advantages__title {
        display: flex;
        align-items: center;
        line-height: 1.24;
        font-weight: 400;
        padding: 0;
        left: 168px;
        right: 12px;
        top: 0;
        bottom: 0;
        color: #FFFFFFD9;
        font-size: 15px;
    }

    .neo-label-price {
        padding: 33px 0 44px;
    }

    .neo-label-price__head {
        display: none;
    }

    .neo-label-price__row {
        display: block;
        min-height: 0;
        padding: 25px 0 24px;
        font-size: 16px;
        line-height: 1.45;
    }

    .neo-label-price__row > div {
        padding: 0;
    }

    .neo-label-price__name {
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 1.28;
        font-weight: 600;
    }

    .neo-label-price__desc {
        margin-bottom: 13px;
    }

    .neo-label-price__button {
        min-width: 196px;
        height: 48px;
        margin-top: 34px;
        padding: 0 14px;
        font-size: 16px;
    }

    .neo-label-price__note {
        max-width: 340px;
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.45;
    }

    .neo-order-terms {
        padding-bottom: 50px;
    }

    .container .neo-order-terms__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.15;
    }

    .container .neo-work-steps__title-main {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.15;
    }

    .neo-order-terms__grid {
        display: block;
    }

    .neo-order-terms__card {
        min-height: 0;
        margin-bottom: 10px;
        padding: 20px 15px 18px;
    }

    .neo-order-terms__card:last-child {
        margin-bottom: 0;
    }

    .neo-order-terms__head {
        display: block;
    }

    .neo-order-terms__icon {
        margin: 0 0 20px;
    }

    .neo-order-terms__heading {
        padding: 0;
        font-size: 16px;
        line-height: 1.42;
        font-weight: 400;
    }

    .neo-order-terms__list {
        margin: 15px 0 12px !important;
        padding-left: 0 !important;
    }

    .neo-order-terms__list li {
        font-size: 16px;
        line-height: 1.42;
        font-weight: 400;
        padding-left: 13px !important;
    }

    .neo-order-terms__bottom {
        font-size: 16px;
        line-height: 1.42;
        font-weight: 400;
    }

    .neo-order-terms__card--payment {
        min-height: 123px;
    }

    .neo-work-steps {
        padding-bottom: 49px;
    }

    .neo-work-steps__grid {
        display: block;
    }

    .neo-work-steps__item {
        width: 100%;
        height: auto;
        min-height: 123px;
        margin-bottom: 10px;
    }

    .neo-work-steps__item:last-child {
        margin-bottom: 0;
    }

    .neo-work-steps__front {
        position: relative;
        inset: auto;
        min-height: 123px;
        padding: 18px 16px 17px;
    }

    .neo-work-steps__num {
        font-size: 42px;
        line-height: 1;
        font-weight: 600;
    }

    .neo-work-steps__name {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 400;
    }

    .neo-work-steps__hover {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: 0;
        padding: 18px 16px 20px;
    }

    .neo-work-steps__hover-name {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 600;
    }

    .neo-work-steps__hover-text {
        font-size: 16px;
        line-height: 1.42;
    }

    .neo-work-steps__item.is-open .neo-work-steps__front {
        display: none;
    }

    .neo-work-steps__item.is-open .neo-work-steps__hover {
        display: block;
    }

    .container .neo-section-heading {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 1.15;
    }

    .neo-works {
        padding: 37px 0 50px;
    }

    .neo-works__head {
        margin-bottom: 28px;
    }

    .neo-works__head .neo-section-heading {
        margin: 0;
        margin-bottom: 0;
    }

    .neo-works__mobile-nav {
        display: flex;
        gap: 10px;
    }

    .neo-works__desktop-nav {
        display: none;
    }

    .neo-works__slide {
        padding-right: 0;
    }

    .neo-works__nav {
        width: 46px;
        height: 46px;
    }

    .neo-design {
        padding: 50px 0 52px;
    }

    .neo-design__columns {
        display: block;
    }

    .neo-design__column--raster {
        margin-top: 28px;
    }

    .neo-design__subtitle {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .neo-design__grid {
        display: block;
    }

    .neo-design__card {
        min-height: 112px;
        margin-bottom: 10px;
        padding: 16px 18px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .neo-design__icon {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
        margin-right: 32px;
    }

    .neo-design__text {
        font-size: 18px;
        line-height: 1.45;
    }

    .neo-design__download {
        margin-top: 31px;
        font-size: 16px;
    }

    .neo-label-info {
        padding-bottom: 45px;
    }

    .neo-label-info__content {
        font-size: 16px;
        line-height: 1.43;
    }

    .neo-label-info__content p {
        margin-bottom: 24px;
    }

    .neo-label-info__content li {
        margin-bottom: 12px !important;
    }

    .neo-contact-box {
        margin-top: 31px;
        padding: 24px 17px 25px;
        font-size: 16px;
        line-height: 1.45;
        min-height: 282px;
    }

    .neo-contact-box__lead {
        margin-bottom: 16px;
    }

    .neo-contact-box__button {
        margin-top: 8px;
        width: 196px;
        min-width: 196px;
        height: 48px;
        font-size: 16px;
    }

    .neo-map {
        margin-top: 20px;
    }
}

@media (max-width: 390px) {
    .neo-advantages__title {
        left: 140px;
    }
}


/* =========================================================
   =========================================================
   НИЖЕ — CSS ТОЛЬКО ВТОРОЙ СТРАНИЦЫ
   CSS ПЕРВОЙ СТРАНИЦЫ ВЫШЕ НЕ ИЗМЕНЯТЬ
   =========================================================
   ========================================================= */
/* =========================================================
   SECOND PAGE: PLASTIC CARDS, RFID/NFC
   Стили только для второй страницы.
   Весь CSS первой страницы выше оставлен без изменений.
========================================================= */

.neo-page--plastic-cards .neo-product-hero__content {
    width: 64%;
}

.neo-page--plastic-cards .neo-product-hero__image--desktop {
    width: 36%;
    justify-content: center;
}

.neo-page--plastic-cards .neo-product-hero__image--desktop img {
    width: 315px;
    max-width: 100%;
    height: auto;
    margin-top: -20px;
}

.neo-page--plastic-cards .neo-product-hero__lead {
    max-width: none;
    margin-bottom: 17px;
    font-weight: 700;
}

.neo-page--plastic-cards .neo-product-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 790px;
    margin: 0 0 47px !important;
    padding: 0 !important;
    column-gap: 27px;
    row-gap: 15px;
    list-style: none !important;
}

.neo-page--plastic-cards .neo-product-hero__benefits li {
    position: relative;
    flex: 0 1 auto;
    margin: 0 !important;
    padding: 0 0 0 11px !important;
    list-style: none !important;
    list-style-image: none !important;
    font-size: 16px;
    line-height: 1.28;
}

.neo-page--plastic-cards .neo-product-hero__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.64em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #B10707;
}

.neo-page--plastic-cards .neo-advantages {
    padding-top: 16px;
    padding-bottom: 78px;
}

.neo-page--plastic-cards .neo-advantages__title {
    color: #FFFFFFD9;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 400;
}

.neo-page--plastic-cards .neo-label-price {
    padding-top: 0;
}

.neo-page--plastic-cards .neo-label-price__head,
.neo-page--plastic-cards .neo-label-price__row {
    grid-template-columns: 43% 33% 24%;
}

.neo-page--plastic-cards .neo-label-price__head {
    height: 53px;
}

.neo-page--plastic-cards .neo-label-price__row {
    min-height: 61px;
}

.neo-page--plastic-cards .neo-label-price__note {
    margin-top: 19px;
}

.neo-page--plastic-cards .neo-order-terms {
    padding-bottom: 71px;
}

.neo-page--plastic-cards .neo-order-terms__grid {
    grid-template-columns: repeat(4, 273px);
    gap: 16px;
}

.neo-page--plastic-cards .neo-order-terms__card {
    min-height: 223px;
    padding: 18px 16px 18px;
}

.neo-page--plastic-cards .neo-order-terms__head {
    display: block;
}

.neo-page--plastic-cards .neo-order-terms__icon {
    display: block;
    width: 48px;
    height: 51px;
    margin: 0 0 27px;
    object-fit: contain;
    object-position: left center;
}

.neo-page--plastic-cards .neo-order-terms__heading {
    padding: 0;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
}

.neo-page--plastic-cards .neo-order-terms__bottom {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
}

.neo-page--plastic-cards .neo-work-steps {
    padding-bottom: 81px;
}

.neo-page--plastic-cards .neo-work-steps__grid {
    grid-template-columns: repeat(4, 273px);
    gap: 16px;
}

.neo-page--plastic-cards .neo-work-steps__item,
.neo-page--plastic-cards .neo-work-steps__front,
.neo-page--plastic-cards .neo-work-steps__hover {
    min-height: 203px;
}

.neo-page--plastic-cards .neo-work-steps__front,
.neo-page--plastic-cards .neo-work-steps__hover {
    position: relative;
}

.neo-page--plastic-cards .neo-works {
    padding-top: 78px;
    padding-bottom: 79px;
}

.neo-page--plastic-cards .neo-works__slide {
    padding-right: 16px;
}

.neo-page--plastic-cards .neo-design {
    padding-top: 79px;
    padding-bottom: 71px;
}

.neo-page--plastic-cards .neo-design__intro {
    margin: 0 0 31px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.neo-page--plastic-cards .neo-design__columns {
    display: block;
}

.neo-page--plastic-cards .neo-design__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.neo-page--plastic-cards .neo-design__card {
    min-height: 200px;
    padding: 26px 26px 23px;
}

.neo-page--plastic-cards .neo-design__requirements {
    margin-top: 31px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}

.neo-page--plastic-cards .neo-design__requirements ul {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.neo-page--plastic-cards .neo-design__requirements li {
    position: relative;
    margin: 0 0 14px !important;
    padding: 0 0 0 12px !important;
    list-style: none !important;
    list-style-image: none !important;
}

.neo-page--plastic-cards .neo-design__requirements li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #B10707;
}

.neo-page--plastic-cards .neo-design__download {
    margin-top: 21px;
}

.neo-page--plastic-cards .neo-label-info {
    padding-bottom: 44px;
}

.neo-page--plastic-cards .neo-label-info__content {
    font-size: 16px;
    line-height: 1.42;
}

.neo-page--plastic-cards .neo-label-info__content p {
    margin-bottom: 21px;
}

.neo-page--plastic-cards .neo-contact-box {
    min-height: 0;
    margin-top: 28px;
}

.neo-page--plastic-cards .neo-map {
    margin-top: 44px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .neo-page--plastic-cards .neo-product-hero__benefits {
        max-width: 100%;
        column-gap: 18px;
    }

    .neo-page--plastic-cards .neo-work-steps__grid,
    .neo-page--plastic-cards .neo-order-terms__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .neo-page--plastic-cards .neo-product-hero__layout {
        padding-top: 31px;
        padding-bottom: 37px;
    }

    .neo-page--plastic-cards .neo-product-hero__title {
        margin-bottom: 22px;
    }

    .neo-page--plastic-cards .neo-product-hero__image--mobile {
        margin-bottom: 26px;
    }

    .neo-page--plastic-cards .neo-product-hero__image--mobile img {
        width: 210px;
        max-width: 70%;
    }

    .neo-page--plastic-cards .neo-product-hero__lead {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.15;
        font-weight: 700;
    }

    .neo-page--plastic-cards .neo-product-hero__benefits {
        display: flex;
        max-width: none;
        margin-bottom: 28px !important;
        column-gap: 19px;
        row-gap: 9px;
    }

    .neo-page--plastic-cards .neo-product-hero__benefits li {
        font-size: 15px;
        line-height: 1.28;
    }

    .neo-page--plastic-cards .neo-advantages {
        padding-top: 50px;
        padding-bottom: 33px;
    }

    .neo-page--plastic-cards .neo-advantages__item {
        display: block;
        width: 100%;
        height: 112px;
        min-height: 112px;
        margin-bottom: 10px;
        background: #B10707;
    }

    .neo-page--plastic-cards .neo-advantages__picture {
        display: block;
        width: 153px;
        height: 112px;
        overflow: hidden;
    }

    .neo-page--plastic-cards .neo-advantages__picture img {
        width: 153px;
        height: auto;
        min-height: 145px;
        object-fit: cover;
        object-position: top center;
    }

    .neo-page--plastic-cards .neo-advantages__title {
        display: flex;
        align-items: center;
        left: 168px;
        right: 12px;
        top: 0;
        bottom: 0;
        padding: 0;
        color: #FFFFFFD9;
        font-size: 15px;
        line-height: 1.24;
    }

    /* На второй странице mobile-таблица остаётся трёхколоночной, как в макете. */
    .neo-page--plastic-cards .neo-label-price {
        padding-top: 0;
    }

    .neo-page--plastic-cards .neo-label-price__head {
        display: grid;
        grid-template-columns: 44% 32% 24%;
        height: 53px;
        font-size: 16px;
    }

    .neo-page--plastic-cards .neo-label-price__row {
        display: grid;
        grid-template-columns: 44% 32% 24%;
        min-height: 78px;
        padding: 0;
        font-size: 16px;
        line-height: 1.35;
        align-items: center;
    }

    .neo-page--plastic-cards .neo-label-price__row > div {
        padding: 0 15px;
    }

    .neo-page--plastic-cards .neo-label-price__name,
    .neo-page--plastic-cards .neo-label-price__desc {
        margin: 0;
    }

    .neo-page--plastic-cards .neo-label-price__button {
        margin-top: 34px;
    }
    .neo-label-price__button-2 {
        position: relative;
        left: 15px;
    }

    .neo-page--plastic-cards .neo-label-price__note {
        max-width: 360px;
        margin-top: 18px;
        padding-left: 15px;
    }

    .neo-page--plastic-cards .neo-order-terms {
        padding-bottom: 50px;
    }

    .neo-page--plastic-cards .neo-order-terms__grid {
        display: block;
    }

    .neo-page--plastic-cards .neo-order-terms__card {
        display: grid;
        grid-template-columns: 64px 1fr;
        grid-template-rows: auto auto;
        column-gap: 16px;
        min-height: 0;
        margin-bottom: 10px;
        padding: 18px 16px 17px;
    }

    .neo-page--plastic-cards .neo-order-terms__head {
        display: contents;
    }

    .neo-page--plastic-cards .neo-order-terms__icon {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: start;
        width: 48px;
        height: 51px;
        margin: 0;
    }

    .neo-page--plastic-cards .neo-order-terms__heading {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin: 0 0 8px;
        font-size: 15px;
        line-height: 1.25;
    }

    .neo-page--plastic-cards .neo-order-terms__bottom {
        grid-column: 2;
        grid-row: 2;
        font-size: 15px;
        line-height: 1.4;
    }

    .neo-page--plastic-cards .neo-work-steps {
        padding-bottom: 49px;
    }

    .neo-page--plastic-cards .neo-work-steps__item,
    .neo-page--plastic-cards .neo-work-steps__front {
        min-height: 123px;
    }

    .neo-page--plastic-cards .neo-work-steps__front {
        position: relative;
        padding-right: 44px;
    }

    .neo-page--plastic-cards .neo-work-steps__front::after {
        content: "";
        position: absolute;
        top: 24px;
        right: 18px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }

    .neo-page--plastic-cards .neo-work-steps__hover {
        position: relative;
        padding-right: 44px;
    }

    .neo-page--plastic-cards .neo-work-steps__hover::after {
        content: "";
        position: absolute;
        top: 24px;
        right: 18px;
        width: 12px;
        height: 12px;
        border-left: 2px solid #B10707;
        border-top: 2px solid #B10707;
        transform: rotate(45deg);
    }

    .neo-page--plastic-cards .neo-works {
        padding-top: 37px;
        padding-bottom: 50px;
    }

    .neo-page--plastic-cards .neo-design {
        padding-top: 49px;
        padding-bottom: 50px;
    }

    .neo-page--plastic-cards .neo-design__intro {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.42;
    }

    .neo-page--plastic-cards .neo-design__grid {
        display: block;
    }

    .neo-page--plastic-cards .neo-design__card {
        min-height: 112px;
        margin-bottom: 10px;
        padding: 16px 18px;
    }

    .neo-page--plastic-cards .neo-design__requirements {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.42;
    }

    .neo-page--plastic-cards .neo-design__download {
        margin-top: 20px;
        font-size: 16px;
    }

    .neo-page--plastic-cards .neo-label-info {
        padding-bottom: 41px;
    }

    .neo-page--plastic-cards .neo-label-info__content {
        font-size: 16px;
        line-height: 1.42;
    }

    .neo-page--plastic-cards .neo-label-info__content p {
        margin-bottom: 20px;
    }

    .neo-page--plastic-cards .neo-contact-box {
        min-height: 0;
        margin-top: 28px;
        padding: 23px 16px 24px;
        font-size: 16px;
        line-height: 1.45;
    }

    .neo-page--plastic-cards .neo-map {
        margin-top: 20px;
    }

    .neo-page--plastic-cards .neo-product-hero__content {
        width: 100%;
    }
    .neo-label-price .container {
        padding: 0;
    }
}

@media (max-width: 389px) {
    .neo-page--plastic-cards .neo-advantages__title {
        left: 130px;
    }
}