.general-button {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    background: #ee2250;
    color: #fff;
}
.general-button.border {
    border: 2px solid #ee2250;
    background: #fff;
    color: #ee2250;
}
.general-button.small {
    padding: 5px 15px;
    font-size: 16px;
}
.general-button.white {
    color: #ee2250;
    background: #fff;
}
.acytp {
    line-height: normal;
}
.acytp img {
    object-fit: contain;
}
.acytp__block {
    margin-bottom: 60px;
}
.acytp__title {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.acytp__title img {
    margin-right: 11px;
}
.acytp__promo {
    position: relative;
    border-radius: 10px; 
    color: #fff;
    font-weight: 700;
    padding: 30px 60px 40px;
    background: linear-gradient(128deg, #e81e4a 0%, #ff6385 62.33%, #ffa2c9 100%);
}
.acytp__promo-text {
    max-width: 575px;
    position: relative;
    z-index: 1;
}
.acytp__promo-text p {
    font-size: 18px;
    padding: 0 !important;
    margin: 20px 0px 0px !important;
}
.acytp__promo-text .general-button {
    margin-top: 30px;
}
.acytp__promo-text h2 {
    font-size: 30px;
    text-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}
.acytp__promo-image {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    max-width: 43% !important;
}
.acytp__respons-list {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 70px;
    max-width: 1050px;
    margin: 30px auto 0;
}
.acytp__respons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
}
.acytp__respons-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.acytp__scheme > span {
    font-size: 18px;
    font-weight: 600;
}
.acytp__scheme-image {
    display: block;
    width: 735px;
    max-width: 100%;
    margin: 0 auto 40px;
}
.acytp__scheme-image img {
    width: 100%;
    max-width: 100% !important;
}
.acytp__scheme-banner {
    padding: 30px 20px;
    background: #f0f0f0;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 20px;
}
.acytp__scheme-banner img {
    width: 400px;
}
.acytp__fill-list {
    font-size: 18px;
    display: grid;
    grid-template: auto / 1fr 1fr;
    gap: 50px;
}
.acytp__fill-list span {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.acytp__fill-list ul li {
    margin-top: 10px !important;
}
.acytp__cost {
    font-size: 18px;
}
.acytp__cost-list {
    display: grid;
    grid-template: auto / 1fr 1fr;
    gap: 50px;
}
.acytp__cost-col table {
    margin-top: 20px;
}
.acytp__cost-col table tr td {
    padding: 10px 20px;
    border: 1px solid #919191;
}
.acytp__cost-col table tr:first-child td {
    border-top: none !important;
    padding-top: 0 !important;
}
.acytp__cost-col table tr:last-child td {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.acytp__cost-col table tr td:last-child {
    border-right: none !important;
    padding-right: 0 !important;
}
.acytp__cost-col table tr td:first-child {
    border-left: none !important;
    padding-left: 0 !important;
}
@media (min-width: 1500px) {
    .acytp .sun-form__image {
        bottom: -50px;
    }
}
@media (max-width: 1400px) {
    .acytp__promo-image {
        display: none;
    }
}
@media (max-width: 700px) {
    .general-button {
        font-size: 16px;
        padding: 5px 15px;
    }
    .acytp .sun-form__image {
        height: 68vw;
        transform: scale(1.5) translateX(-9%);
    }
    .acytp__title {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .acytp__promo {
        padding: 20px 10px;
        text-align: center;
        margin-bottom: 20px;
    }
    .acytp__promo .general-button {
        width: 100%;
    }
    .acytp__promo-image {
        display: block;
        position: static;
        transform: none;
        max-width: 100% !important;
        width: 100%;
        max-height: 300px;
    }
    .acytp__promo-text h2 {
        font-size: 20px;
    }
    .acytp__promo-text p {
        margin: 10px 0px 0px !important;
        font-size: 16px;
    }
    .acytp__respons-list {
        grid-template: auto / 1fr;
        gap: 30px;
    }
    .acytp__respons-item {
        font-size: 16px;
    }
    .acytp__respons-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .acytp__scheme-image {
        margin-bottom: 20px;
    }
    .acytp__scheme > span {
        font-size: 16px;
    }
    .acytp__scheme-banner {
        margin-top: 10px;
        padding: 20px 10px;
        font-size: 16px;
    }
    .acytp__fill-list {
        grid-template: auto / 1fr;
        gap: 20px;
        font-size: 16px;
    }
    .acytp__fill-list span {
        margin-bottom: 10px;
    }
    .acytp__cost {
        font-size: 16px;
    }
    .acytp__cost-list {
        grid-template: auto / 1fr;
        gap: 20px;
    }
    .acytp__cost-col table tr td {
        font-size: 16px;
        padding: 10px;
    }
}
.scaner-status__title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: normal;
}
.scaner-status__image {
    width: 964px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.scaner-status__image img,
.scaner-status__image a {
    max-width: 100% !important;
    height: auto;
    object-fit: contain;
    display: block;
}
.scaner-status__list {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 70px;
    margin-bottom: 60px;
}
.scaner-status__list-item {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #000;
    font-size: 18px;
    line-height: normal;
}
.scaner-status__list-item:hover {
    text-decoration: underline !important;
}
.scaner-status__list-item img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
@media (max-width: 1300px) {
    .scaner-status__list {
        grid-template: auto / 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .scaner-status__title {
        font-size: 16px;
    }
    .scaner-status__list {
        grid-template: auto / 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    .scaner-status__list-item {
        font-size: 16px;
        flex-direction: column;
        text-align: center;
    }
    .scaner-status__list-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
}


.archive__banner {
    margin: 70px 0px 40px;
    padding: 50px;
    position: relative;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 240px;
    overflow: hidden;
}
.archive__banner:first-child {
    margin-top: 0 !important;
}
.archive__banner img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.archive__banner .dark {
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.4);
    transform: translate3d(0, 0, 0);
}
.archive__banner h2 {
    font-size: 42px;
    font-weight: 600;
    position: relative;
}
.archive__date {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    border-radius: 2px;
    padding: 5px 15px;
    background: #ea1f4d;
    margin-bottom: 20px;
}
.archive__block {
    margin-bottom: 30px;
}
.archive__block:last-child {
    margin-bottom: 0 !important;
}
.archive__block-list {
    display: grid;
    grid-template: auto / 1fr 1fr;
    gap: 20px;
}
.archive__block-list.triple {
    grid-template: auto / 1fr 0.5fr 0.5fr;
}
.archive__block-item {
    height: 27vw;
    max-height: 440px;
    position: relative;
}
.archive__block-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.archive__more {
    border: none;
    background: #ee2250;
    padding: 10px 30px;
    border-radius: 5px; 
    width: fit-content;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 40px auto 0px;
    text-decoration: none;
}
@media (max-width: 1400px) {
    .archive__banner {
        padding: 25px;
        min-height: 170px;
    }
    .archive__block-list {
        gap: 10px;
    }
}
@media (max-width: 1023px) {
    .archive__block-item {
        height: 35vw;
    }
}
@media (max-width: 600px) {
    .archive__banner {
        justify-content: center;
        min-height: 100px;
        margin-bottom: 30px;
    }
    .archive__banner .dark {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .archive__banner,
    .archive__banner .dark,
    .archive__banner img {
        border-radius: 5px;
    }
    .archive__banner h2 {
        font-size: 20px;
        text-align: center;
    }
    .archive__date {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }
    .archive__block {
        margin-bottom: 20px;
    }
    .archive__block h2 {
        text-align: center;
    }
    .archive__block-item {
        height: 68vw;
    }
    .archive__block-list {
        grid-template: auto / 1fr;
    }
    .archive__block-list.triple {
        grid-template: auto / 1fr 1fr;
    }
    .archive__block-list.triple .archive__block-item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .archive__more {
        margin-top: 30px;
        font-size: 16px;
        width: 100%;
    }
}