.block-wrapper--dark-blue {
    background-color: #001432;
    color: white;
}

.block-wrapper--dark-blue > * {
    position: relative;
    z-index: 3;
}

.block-wrapper--dark-blue::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: #001432;
    z-index: 2;
}

@media (min-width: 2540px) {
    .block-wrapper--dark-blue::after {
        max-width: 2540px;
    }
}

.block-wrapper--colored {
    padding: 1.2rem 0;
}

.block-point {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    padding: 0.7rem 0 4.2rem;
}

.block-point__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.block-point__card-img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 105px;
}


.block-point--big-cards {
    gap: 4.8rem 1.5rem;
}

@media screen and (min-width: 768px) {
    .block-point--big-cards {
        gap: 8rem 1.5rem;
    }
}

@media screen and (max-width: 767.9px) {
    .block-point--big-cards .block-point__card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .block-point__card-img--big {
        height: 250px;
    }
}

.block-point__card-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.block-point__card-img--big {
    height: 186px;
}

.block-point__card-img--big img {
    height: 100%;
    transition-duration: 0.5s;
}
.block-point__card-img--big:hover img {
    transform: scale(1.1);
}

.block-point__card-title {
    font-size: 2.2rem;
    margin-top: 1.2rem;
    font-family: "Franklin-Heavy";
    text-align: center;
}

.block-point__card-caption {
    margin-top: 1.2rem;
    margin-bottom: 0.9rem;
    text-align: center;
    font-size: 1.6rem;
}

/* Для 1-3 карточек - 33.333% */
.block-point:has(.block-point__card:nth-child(1):nth-last-child(1))
.block-point__card,
.block-point:has(.block-point__card:nth-child(2):nth-last-child(1))
.block-point__card,
.block-point:has(.block-point__card:nth-child(3):nth-last-child(1))
.block-point__card,
.block-point:has(.block-point__card:nth-child(1):nth-last-child(2))
.block-point__card,
.block-point:has(.block-point__card:nth-child(2):nth-last-child(2))
.block-point__card,
.block-point:has(.block-point__card:nth-child(1):nth-last-child(3))
.block-point__card,
.block-point:has(.block-point__card:nth-child(2):nth-last-child(3))
.block-point__card,
.block-point:has(.block-point__card:nth-child(3):nth-last-child(3))
.block-point__card {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
}

/* Для 4 карточек - 25% */
.block-point:has(.block-point__card:nth-child(4):nth-last-child(1))
.block-point__card,
.block-point:has(.block-point__card:nth-child(4):nth-last-child(2))
.block-point__card,
.block-point:has(.block-point__card:nth-child(4):nth-last-child(3))
.block-point__card,
.block-point:has(.block-point__card:nth-child(4):nth-last-child(4))
.block-point__card {
    flex: 0 0 calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
}

/* Для 5 карточек - 20% */
.block-point:has(.block-point__card:nth-child(5):nth-last-child(1))
.block-point__card,
.block-point:has(.block-point__card:nth-child(5):nth-last-child(2))
.block-point__card,
.block-point:has(.block-point__card:nth-child(5):nth-last-child(3))
.block-point__card,
.block-point:has(.block-point__card:nth-child(5):nth-last-child(4))
.block-point__card,
.block-point:has(.block-point__card:nth-child(5):nth-last-child(5))
.block-point__card {
    flex: 0 0 calc(20% - 1.2rem);
    max-width: calc(20% - 1.2rem);
}
.block-point:has(.block-point__card:nth-child(6):nth-last-child(1))
.block-point__card,
.block-point:has(.block-point__card:nth-child(6):nth-last-child(2))
.block-point__card,
.block-point:has(.block-point__card:nth-child(6):nth-last-child(3))
.block-point__card,
.block-point:has(.block-point__card:nth-child(6):nth-last-child(4))
.block-point__card,
.block-point:has(.block-point__card:nth-child(6):nth-last-child(5))
.block-point__card,
.block-point:has(.block-point__card:nth-child(6):nth-last-child(6))
.block-point__card {
    flex: 0 0 calc(16.47% - 1.2rem);
    max-width: calc(16.47% - 1.2rem);
}

/* Для 6 и более карточек - 25% */
@media screen and (min-width: 768px) {
    .block-point:has(.block-point__card:nth-child(7)) .block-point__card {
        flex: 0 0 calc(25% - 1.125rem) !important;
        max-width: calc(25% - 1.125rem) !important;
    }
}
/* Мобильная версия */
@media (max-width: 1047.9px) {
    .block-point {
        justify-content: center;
    }

    .block-point__card {
        flex: 0 0 calc(50% - 0.75rem) !important;
        max-width: calc(50% - 0.75rem) !important;
    }
}
@media (max-width: 599.9px) {
    .block-point__card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Стили вакансии */
.job-details__top {
    padding: 3.2rem 4rem;
    position: relative;
    /* border-bottom: 1px solid rgb(206, 211, 217); */
}

.job-details__top::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: rgb(206, 211, 217);
    transform: translateX(-50%);
}

.job-details__header {
    color: rgb(51, 51, 51);
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 700;
    font-family: "Roboto";
    margin-bottom: 2rem;
}

.job-details__apply {
    width: fit-content;
    font-weight: 700;
    font-family: "Roboto";
    font-size: 1.4rem !important;
}

.job-details__info {
    padding: 3.2rem 2.4rem 2.1rem;
    gap: 1.6rem;
}

.job-details__location {
    width: 27.33%;
    max-width: 16.4rem;
}

.job-details__icon {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    margin-right: 8px;
}

.job-details__icon svg {
    width: 100%;
    height: 100%;
}

.job-details__icon path {
    fill: rgb(123, 133, 143);
}

.no-fill {
    fill: transparent !important;
}

.job-details__text {
    font-weight: 400;
    font-family: "Roboto";
    color: rgb(73, 73, 73);
}

.job-details__time {
    flex-direction: column;
    gap: 0.8rem;
}

.job-details__icon-with-text {
    align-items: flex-end;
}

.job-details__description {
    padding: 0 2.4rem;
    font-family: "Roboto";
    color: rgb(73, 73, 73);
}

/* Стили для списков */
.job-details__description ul,
.job-details__description ol {
    padding-left: 2.8rem;
}

.job-details__description a {
    color: #0000ee;
    text-decoration: underline;
}

@media (max-width: 991.9px) {
    .job-details__top {
        padding: 2.4rem 0.4rem;
    }

    .job-details__top::after {
        width: calc(100% + 40px);
    }
    .job-details__info {
        padding: 2.4rem 0.4rem;
    }

    .job-details__info {
        flex-direction: column;
        gap: 8px;
    }

    .job-details__icon-with-text {
        align-items: flex-start;
    }
}

/*  */

.block-people {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.block-people-card {
    width: calc(50% - 0.7rem);
}
.block-people-card__img {
    width: 100%;
    aspect-ratio: 538/361;
}

.block-people-card__img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.block-people-card__content {
    padding: 1.7rem 1rem 2.3rem;
    text-align: center;
}
.block-people-card__content .tag {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #b4b4b4;
    text-transform: uppercase;
    font-family: "Franklin-Heavy";
    text-align: center;
}

.block-people-card__title {
    margin-bottom: 0.4rem;
    padding-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.8rem;
    text-align: center;
    font-family: "Franklin-Heavy";
}

@media screen and (max-width: 767.9px) {
    .block-people-card {
        width: 100%;
    }
}

.block-people-slider-wrap {
    display: flex;
}

.block-people-slider {
    width: 64.25%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible !important;
    padding-bottom: 10rem !important;
}

@media screen and (max-width: 767.9px) {
    .block-people-slider {
        width: 86.7857%;
        padding-bottom: 5rem !important;
    }
}

.block-people-slider__slide {
    display: flex !important;
    align-items: center;
}

.block-people-slider__slide-img {
    width: 50%;
    aspect-ratio: 408/547;
}

.block-people-slider__slide-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.block-people-slider__slide-text {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: calc(20 / 1440 * 100vw);
    width: 50%;
}
.block-people-slider__slide-title {
    font-size: calc(22.5 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    text-align: center;
    font-family: "Franklin-Heavy";
}
.block-people-slider__slide-caption {
    font-size: calc(22.5 / 1440 * 100vw);
}

.block-people-slider__pagination {
    bottom: 5rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 767.9px) {
    .block-people-slider__pagination {
        bottom: 0.5rem !important;
    }

    .block-people-slider__slide-title {
        font-size: calc(25 / 1440 * 100vw);
        line-height: calc(30 / 1440 * 100vw);
    }
    .block-people-slider__slide-caption {
        font-size: calc(25 / 1440 * 100vw);
    }

    .block-people-slider__slide-img {
        aspect-ratio: 121.5/162.7;
        height: inherit;
    }
}

@media screen and (min-width: 1440px) {
    .block-people-slider__slide-title {
        font-size: 22.5px;
        line-height: calc(28 / 22.5);
    }
    .block-people-slider__slide-caption {
        font-size: 22.5px;
    }

    .block-people-slider__slide-text {
        gap: 20px;
    }
}

.block-people-slider__pagination .swiper-pagination-bullet {
    border: 1px solid #ffffff;
}
.block-people-slider__pagination .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.block-people-slider__navigation {
    width: 4.2rem;
    height: 4.2rem;
    cursor: pointer;
    background-color: #00467d;
    border-radius: 50%;
    transition-duration: 0.2s;
    position: absolute;
    top: 30%;
    z-index: 12 !important;
}

.block-people-slider__navigation.swiper-button-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.block-people-slider__navigation svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
}

.block-people-slider__navigation--prev {
    right: calc(100% + 2rem);
}
.block-people-slider__navigation--prev svg {
    transform: translate(-50%, -50%) scaleX(-1);
}
.block-people-slider__navigation--next {
    left: calc(100% + 2rem);
}

.block-people-slider__navigation:hover {
    background-color: #0ab4dc;
}

.block-button {
    padding-top: 4rem;
    padding-bottom: 2.7rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.block-button--grey {
    background-color: #f5f5f5;
}

.block-button--dark {
    background-color: #001432;
    color: #ffffff;
}

.block-button--dark .block-button__title {
    color: #ffffff;
}

.block-button__title {
    font-size: 2.4rem;
    line-height: 3rem;
    text-transform: uppercase;
}

.block-button__btn {
    font-size: 16px;
    align-self: unset;
    margin: 0;
}
/* CNPK-64 */
.block-button__text {
    font-size: 16px;
    line-height: 22px;
}
/* CNPK-64 */
.block-button__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Правки CNPK-92 */
.block-button__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .block-button--row {
        flex-direction: row;
        justify-content: center;
        gap: 6rem;
    }
    /* Правки CNPK-92 */
    .block-button__title {
        font-size: 3.2rem;
        line-height: 4rem;
        max-width: calc(55% - 6rem);
    }
    .block-button__content {
        max-width: 90%;
    }
    .block-button__text {
        max-width: 90rem;
        min-width: 80rem;
        font-size: 22px;
        line-height: 28px;
    }
    .block-button__btn {
        width: auto;
    }
}

.white-btn {
    background-color: #ffffff;
    color: #001432;
}

.text-block p,
.headline-text p,
.headline-text h2,
.headline-text h3,
.headline-text h4,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block ol,
.text-block ul {
    margin-bottom: 1.6rem;
}

.text-block ol,
.text-block ul {
    padding-left: 8.1rem;
}

.news-content-styles ol,
.news-content-styles ul {
    padding-left: 4rem;
}

.text-block img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 6.4rem;
}

.text-block a {
    text-decoration: underline;
}

.headline-text {
    background-color: #f5f5f5;
    padding: 4rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline-text > * {
    max-width: 80rem;
}
.headline-text p {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

.block-quote {
    padding: 4.8rem 1.2rem;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.block-quote--dark {
    background-color: #001432;
    color: #ffffff;
}

.block-quote__caption {
    font-size: 16px;
    line-height: calc(22 / 16);
    text-align: center;
}

@media screen and (min-width: 768px) {
    .block-quote {
        padding: 4.8rem;
    }
    .block-quote__caption {
        font-size: 22px;
    }
}

.block-quote__author-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.block-quote__author {
    font-weight: 700;
    text-transform: uppercase;
}

.block-quote__author::after {
    content: "|";
    margin-left: 10px;
    font-weight: 400;
}

.block-video-iframe {
    width: 100%;
    aspect-ratio: 1270/714;
    position: relative;
}
.block-video-iframe > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-accordion {
}

.block-accordion-title {
    font-family: "Franklin-Heavy";
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.collapse-accordion:not(.collapse-accordion_show) {
    display: none !important;
}

.accordion-item {
    --accordion-color: #001432;
    transition-duration: 0.2s;
}
.accordion-item.active {
    --accordion-color: #04b4dd;
}

.accordion-item:first-child {
    border-top: 1px solid var(--accordion-color);
}

.accordion-item__header {
    transition-duration: 0.2s;
    border-bottom: 1px solid var(--accordion-color);
    padding: 2rem 5rem 2rem 0;
    font-size: 32px;
    line-height: calc(36 / 32);
    color: var(--accordion-color);
    cursor: pointer;
    position: relative;
}

.accordion-item__header::after {
    content: "+";
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: var(--accordion-color);
    color: #ffffff;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    transition-duration: 0.5s;
    transform: rotate(-360deg);
}

.accordion-item.active .accordion-item__header::after {
    content: "—";
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    transform: rotate(360deg);
}

.accordion-item__body {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item__body ul {
    padding-left: 32px;
}

.accordion-item__body img {
    max-width: 70rem;
    width: 100%;
    align-self: center;
}

.accordion-item__body a {
    text-decoration: underline;
}

.accordion-item__body ol,
.accordion-item__body ul {
    padding-left: 4rem;
}

.product-table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 5px 10px;
    text-align: left;
}

.product-table th {
    width: 150px;
    background-color: #f5f5f5;
    padding: 5px 20px;
    color: #000;
    font-weight: 400;
}
.product-table th,
.product-table td {
    height: 60px;
}

.product-table__link {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #eee;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    height: 100%;
}

.product-table__link:hover {
    color: #ffffff;
    background-color: #00457c;
}

.block-form {
    display: flex;
    flex-direction: column;
}

.block-form__form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.block-form__label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.block-form__label-title {
    font-size: 14px;
    line-height: 1.4;
}
.block-form__label-required {
    margin-left: 2px;
}

.block-form__item {
    border: 1px solid #4e4e4e;
    min-height: 38px;
    width: 100%;
}

.block-form__item--error {
    border-color: #f00f00 !important;
}

.block-form__select {
    padding: 8px 10px;
    font-size: 14px;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
}

.block-form__textarea {
    resize: vertical;
    padding: 8px 10px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

.block-form__input {
    padding: 8px 10px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

.block-form__error {
    color: #f00f00;
    font-size: 10px;
    line-height: 1.4;
    display: none;
}

.block-form__error--active {
    display: block;
}

@media screen and (min-width: 768px) {
    .block-form__form {
        max-width: 500px;
        gap: 20px;
    }
    .block-form__btn {
        width: auto;
    }
}

.block-form__checkbox {
    width: 100%;
}

.block-form__btn {
    align-self: unset;
}

.block-form__counter {
    color: #767676;
    font-size: 12px;
    line-height: 1.4;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.block-form a{
    text-decoration: underline;
}
.checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-control {
    position: relative;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #4e4e4e;
    border-radius: 0;
    margin-right: 8px;
    transition: all 0.2s ease;
    background-color: white;
}
.custom-checkbox--error .checkbox-control {
    border-color: #f00f00 !important;
}

.checkbox-input:checked + .checkbox-control {
    background-color: #205493;
    border-color: #205493;
}

.checkbox-input:focus + .checkbox-control {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
    border-color: #205493;
}

.checkbox-input:checked + .checkbox-control::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-input:hover + .checkbox-control {
    border-color: #205493;
}

.checkbox-label {
    font-size: 14px;
}

.checkbox-input:disabled + .checkbox-control {
    background-color: #f3f4f6;
    border-color: #d1d5db;
    cursor: not-allowed;
}

.checkbox-input:disabled:checked + .checkbox-control {
    background-color: #9ca3af;
    border-color: #9ca3af;
}

.checkbox-input:disabled:checked + .checkbox-control::after {
    border-color: #e5e7eb;
}

.news-block {
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-block__btn {
    margin-top: 24px;
    align-self: unset;
}

.news-block__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.news-block__item {
    width: 100%;
}

.news-block__item-img {
    width: 100%;
    aspect-ratio: 400/268;
}

.news-block__item-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.news-block__item-content {
    padding: 20px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.news-block__item-content .tag {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #b4b4b4;
    text-transform: uppercase;
    font-family: "Franklin-Heavy";
    text-align: center;
}

.news-block__item-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-family: "Franklin-Heavy";
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .news-block {
        padding-bottom: 64px;
    }
    .news-block__btn {
        width: auto;
        margin-top: 48px;
    }
    .news-block__wrap {
        gap: 24px;
    }
    .news-block__item {
        width: calc(33.333333% - 16px);
    }
    .news-block__item-title {
        max-width: 300px;
    }
}

.product-features-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-features-block__image-wrap {
    width: 100%;
    aspect-ratio: 650/620;
    border: 1px solid #cccccc;
}
.product-features-block__image-wrap img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.product-features-block__data-wrap {
    width: 100%;
    padding: 16px 0;
}

.product-features-block__title {
    font-size: 38px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 2px;
    margin-bottom: 15px;
    font-family: "Franklin-Heavy";
    line-height: 1.2;
}
.product-features-block__caption {
    margin-bottom: 24px;
    margin-top: 16px;
}

.product-features-block__info {
    margin-bottom: 24px;
}
.product-features-block__info:last-child {
    margin-bottom: 0 !important;
}

.product-features-block__info-title {
    color: #001432;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: "Franklin-Heavy";
}
.product-features-block__dimensions-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.product-features-block__dimension {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-features-block__dimension svg,
.product-features-block__dimension img {
    max-width: 64px;
    max-height: 64px;
    min-width: 32px;
    min-height: 32px;
}
.product-features-block__dimension span {
    font-size: 16px;
}

.product-features-block__capacities {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px;
}

.product-features-block__capacity {
    width: 50px;
}

.product-features-block__capacity img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .product-features-block {
        flex-direction: row;
        gap: 48px;
    }
    .product-features-block__image-wrap {
        width: calc(50% - 36px);
    }
    .product-features-block__data-wrap {
        width: calc(50% - 12px);
        padding: 32px 0;
    }
    .product-features-block__caption {
        margin-bottom: 32px;
    }
    .product-features-block__info {
        margin-bottom: 40px;
    }
}

.product-features-block-caption {
    background-color: #f5f5f5;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .product-features-block-caption {
        padding: 63px 43px 43px;
    }
}

.block-divider {
    height: 0;
    margin-bottom: 2rem;
}

.block-hero {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
}

.block-hero__block {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.block-hero h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.block-hero__caption {
    font-family: "Franklin-Heavy";
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .block-hero {
        padding: 4rem 0;
    }
    .block-hero__block {
        max-width: 800px;
    }
    .block-hero h1 {
        font-size: 3.4rem;
        line-height: 4rem;
    }
}

@media screen and (min-width: 1024px) {
    .block-hero h1 {
        font-size: 4.2rem !important;
        line-height: 4.8rem !important;
    }
}

.block-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.block-social__title {
    font-family: "Franklin-Heavy";
    font-size: 16px;
    text-transform: uppercase;
}

.block-social__item {
    width: 38px;
    height: 38px;
}

.block-social__item > * {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-entity-image {
    width: 100%;
}

.block-entity-image img,
.block-entity-image svg {
    width: 100%;
    max-width: 100%;
}

.block-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 1.4rem;
}

.block-cards-row__col-large,
.block-cards-row__col-medium,
.block-cards-row__col-small {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .block-cards-row__col-large,
    .block-cards-row__col-small {
        width: calc(50% - 0.7rem);
    }
    .block-cards-row__col-medium {
        width: calc(33.333333333333% - 2.8rem / 3);
    }

    .block-cards-row-card__btn {
        min-width: 21.7rem;
        max-width: 33.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .block-cards-row__col-small {
        width: calc(25% - 1.05rem) !important;
    }
}

.block-cards-row-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.block-cards-row-card__img {
    width: 100%;
    aspect-ratio: 622/417;
    overflow: hidden;
}

.block-cards-row-card__img > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition-duration: 0.8s;
}

.block-cards-row-card__img:hover > * {
    transform: scale(1.2);
}

.block-cards-row-card__content {
    padding: 1.7rem 1rem 2.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.block-cards-row-card__title {
    padding-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.8rem;
    font-family: "Franklin-Heavy";
    text-align: center;
}

.block-cards-row-card .tag {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #b4b4b4;
    text-transform: uppercase;
    font-family: "Franklin-Heavy";
    text-align: center;
    margin-top: 4px;
    margin-bottom: auto;
}

.block-cards-row-card__btn {
    width: 83.75%;
    align-self: unset;
    margin-top: 2rem;
}

.block-cards-row-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-cards-row-pagination__item {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.7rem;
    border-right: 1px solid #001432;
    padding: 0 0.5rem;
    text-decoration: underline;
}

.block-cards-row-pagination__item--current {
    pointer-events: none;
    color: #a5acb6;
}

.block-cards-row-pagination__item:last-child {
    border-color: transparent;
}

@media screen and (max-width: 1023.9px) {
    .text-block ol,
    .text-block ul {
        padding-left: 7rem;
    }
    .news-content-styles ol,
    .news-content-styles ul {
        padding-left: 4rem;
    }

}

@media screen and (max-width: 767.9px) {
    .block-people-slider__navigation {
        top: auto;
        bottom: 0;
    }
    .block-people-slider__navigation--prev {
        right: auto;
        left: 0;
    }
    .block-people-slider__navigation--next {
        left: auto;
        right: 0;
    }
    .text-block ol,
    .text-block ul {
        padding-left: 6rem;
    }
    .news-content-styles ol,
    .news-content-styles ul {
        padding-left: 4rem;
    }
    .block-cards-row-card__btn {
        font-size: 1.45rem;
        line-height: 1.45rem;
        height: fit-content;
    }
}
