body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;

}

span {
    font-family: 'Roboto', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
span,
p {
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #185569;
}

header h1 {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.container {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.s1 {
    margin-bottom: 60px;
}

.s1 .container {
    display: flex;
    margin-top: 25px;
    gap: 30px;
    justify-content: space-between;
}

.s1__wrap {
    max-width: 537px;
    margin-top: 30px;
}

.s1__wrap h2 {
    font-weight: 800;
    font-size: 36px;
    color: #185569;
    line-height: 42px;
    margin-bottom: 25px;
}

.s1__wrap p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 106%;
}

.s1__wrap p img {
    margin-left: 0px;
    height: 25px;
    width: auto;
}

.s1__self {
    border: 4px dashed #dc477e;
    padding: 13px 15px;
    margin-bottom: 25px;
}

.s1__self p {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin: 0;


}

.s1__new {
    font-weight: 800;
    font-size: 32px;
}

.s1__old {
    text-decoration: line-through;
    color: #f40400;
}

.s1__button {
    margin: 0 auto;
    display: flex;
    width: fit-content;
    padding: 13px 35px;
    gap: 15px;
    border: 3px solid #000;
    border-radius: 51px;
    background: #fffc00;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.s1__button:hover {
    background: #cecb10;
}

.s1__button img {
    height: 30px;
    width: auto;
    margin: 0;
}

.s1__wrap2 {
    gap: 15px;
    max-width: 383px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s1__wrap2 img {
    height: 529px;
    width: auto;

}

.s1__wrap2 span {
    padding: 6px 24px;
    font-weight: 800;
    background: #fa0606;
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 33px;
}

.s1__wrap2 p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.s1__wrap2 p img {
    height: 26px;
    width: auto;
}

.s2 {
    padding: 55px 0;
    background: #185569;
}

.s2 .container {
    max-width: 1300px;
}

.s2 h2 {
    margin: 0 auto;
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #fff;
    max-width: 840px;
    margin-bottom: 20px;
}

.s2 p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    max-width: 735px;
    margin-bottom: 40px;
}

.s2__items {
    display: flex;
    gap: 53px;


}

.s2__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s2__item img {
    height: 268px;
    object-fit: cover;
}

.s2__item h3 {
    margin: 0 auto;
    max-width: 300px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.s3 {
    padding: 65px 0;
}

.s3 .container {
    max-width: 1260px;
}

.s3__wrap h2 {
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    max-width: 840px;
    line-height: 42px;
    margin-bottom: 20px;
}

.s3__wrap p {
    margin: 0 auto;
    max-width: 735px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.s3__items {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
}

.s3__item {
    flex: 1;

}

.s3__item p {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #000;
    margin-bottom: 15px;
}

.s3__item ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;

}

.s3__item img {
    height: 529px;
}

.s3__item ul img {
    height: 25px;
    margin-right: 5px;
    width: auto;
}

.s3__item ul li {
    display: inline-flex;
}

.s3__item ul p {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #000;
}

.daytimer_k9__grid {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 8px;
}

/* .daytimer_k9__unit {
    min-width: 140px
} */

.daytimer_k9__val {
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
    font-size: clamp(36px, 6vw, 50px);
}

.daytimer_k9__lbl {
    margin-top: 4px;
    font-weight: 700;
    text-align: center;
    opacity: .75;
    font-size: clamp(12px, 2.4vw, 16px)
}

.daytimer_k9__sep {
    font-weight: 900;
    font-size: clamp(32px, 8vw, 60px);
    line-height: 1;
    padding: 0 6px;
    opacity: .9;
}

/* responsive */
@media (max-width:520px) {
    .daytimer_k9__unit {
        min-width: auto
    }
}

.s4 {
    padding: 50px 0;
    background: #deedf4;
}

.s4 .container {
    max-width: 1630px;
}

.s4__item-v {
    border: 2px solid #dc477e;
    border-radius: 25px;
    max-width: 508px;
    padding: 30px;

}

.s4__item-v h3 img {
    height: 25px;
    width: auto;
}

.s4__item-v h3 {
    font-weight: 800;
    font-size: 24px;
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #000;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dc477e;
}

.s4__item-v h3 p {
    margin-top: -10px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.s4__item-v ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.s4__item-v ul li {
    display: inline-flex;
    gap: 10px;
    text-align: start;
    margin-bottom: 20px;
}

.s4__item-v ul li:last-child {
    display: inline-flex;
    gap: 10px;
    text-align: start;
    margin-bottom: 0px;
}

.s4__item-v ul li img {
    height: 25px;
    width: auto;
}

.s4__item-v ul li p {
    font-weight: 400;
    font-size: 18px;
    text-align: start;
    color: #000;
}

.s4__span {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;

}

.s4__span span {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 14px 25px;
    background: #dc477e;
    border-radius: 12px;
}

.s4__items {
    display: flex;

}

.s4__col {
    flex: 1;
    max-width: 540px;
}

.s4__item.f {
    display: flex;
    align-items: center;
}

.s4__plus {
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
}

.s4__wraps {
    display: flex;
    gap: 30px;
    align-items: center;


}

.s4__item-t {
    margin: 0 0 0 auto;
    max-width: 400px;
    margin-top: 45px;
}

.s4__price {
    border: 3px dashed #dc477e;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.s4__price-old {
    display: flex;
    align-items: center;

    flex-direction: column;
    gap: 5px;

}

.s4__price-new {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    gap: 5px;

}

.s4__price-old span:first-child {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;

}

.s4__price-old span:last-child {
    font-size: 24px;
    text-decoration: line-through;
}

.s4__price-new span:first-child {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;

}

.s4__price-new span:last-child {
    font-size: 32px;
}

.s4 .s1__button {
    margin: 0 auto;
    display: flex;
    width: fit-content;
    padding: 13px 35px;
    gap: 15px;
    border: 3px solid #000;
    border-radius: 51px;
    background: #fffc00;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.s4 .container>h2 {
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #000;
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.s4 h2+p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.s5 {
    padding: 70px 0;
    background: #185569;
}

.s5 .container {
    max-width: 1110px;
}

.s5 h2 {
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 55px;
}

.s5__items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.s5__item {
    width: 44%;
    flex: 1;
    border: 2px solid #dc477e;
    border-radius: 22px;
    background: #fff;
    padding: 40px;
}

.s5__item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dc477e;
}

.s5__item-header img:first-child {
    width: 65px;
    border-radius: 100%;
    min-width: 65px;
    height: 65px;
}

.s5__item-header img:last-child {
    width: auto;
    height: 21px;
}

.s5__item-header h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.s5__item-header span {
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.s6 {
    margin-top: -30px;
}

.faqstrip_r4 {
    padding: 70px 0;
    background: #fff;

    color: #15151a;
}

.faqstrip_r4__wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 10px 16px 18px;
}

.faqstrip_r4__item {
    position: relative
}

.faqstrip_r4__head {
    width: 100%;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 14px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.faqstrip_r4__q {
    text-align: left;
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 800;
    color: #0f1720;
}

.faqstrip_r4__chev {
    color: #e24b6b;
    display: flex;
    align-items: center
}

.faqstrip_r4__chev i {
    font-size: 24px;
    transition: transform .2s ease
}

.faqstrip_r4__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s ease;
    padding: 0 6px;
}

.faqstrip_r4__a {
    margin: 0 0 10px;
    font-size: clamp(14px, 2vw, 16px);
    color: #212733;
    font-weight: 500;
}

/* pink separators */
.faqstrip_r4__line {
    display: block;
    height: 3px;
    background: #e24b6b;
    opacity: .7;
    border-radius: 2px;
    margin: 2px 0 4px;
}

/* open state */
.faqstrip_r4__item--open .faqstrip_r4__body {
    max-height: 240px
}

.faqstrip_r4__item--open .faqstrip_r4__chev i {
    transform: rotate(180deg)
}

/* hover */
.faqstrip_r4__head:hover {
    background: #fff5f6
}

/* small screens */
@media (max-width:520px) {
    .faqstrip_r4__wrap {
        padding: 8px 12px 14px
    }
}

.faqstrip_r4__wrap h2 {
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-bottom: 45px;
}

.s8 {
    margin: 50px 0;
    background: #deedf4;
}

.s8 .container {
    max-width: 1110px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.s8 .container>img {
    max-width: 560px;
    height: 530px;
    margin: -55px 0px;
}

.s8 .container a img {
    margin: 0;
}

.s8 .s1__button {
    font-weight: 800;
    font-size: 29px;
    margin: 0;
    text-align: center;
    color: #000;
}

.legalstrip_f2 {
    background: #ffffff;
    color: #0e0e16;


}

.legalstrip_f2__wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 12px 28px;
    text-align: center;
}

/* links row */
.legalstrip_f2__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 13px;
}

.legalstrip_f2__link {
    color: #1c1c21;
    text-decoration: none;
    opacity: .92;
    font-weight: 500;
    position: relative;
    padding: 2px 0;
}

.legalstrip_f2__link:hover {
    opacity: 1;
    text-decoration: underline
}

/* separators “ / ” */
.legalstrip_f2__link:not(:last-child)::after {
    content: " /";
    margin-left: 16px;
    color: #8a8fa3;
    font-weight: 400;
}

/* disclaimer + copyright */
.legalstrip_f2__disc {
    margin: 6px auto 4px;
    max-width: 750px;
    color: #2a2f3a;
    font-weight: 500;
    line-height: 1.45;
    font-size: 12px;

}

.legalstrip_f2__copy {
    margin: 0;
    color: #3a3f4c;
    font-weight: 700;
    font-size: 12px;
}

/* responsive */
@media (max-width:520px) {
    .legalstrip_f2__links {
        gap: 6px 10px
    }

    .legalstrip_f2__link:not(:last-child)::after {
        margin-left: 10px
    }
}

@media screen and (max-width:768px) {
    .s1 .container {
        display: flex
;
        margin-top: 25px;
        gap: 30px;
        justify-content: space-between;
        flex-direction: column;
    }



    .s2__items {
        display: flex;
        gap: 53px;
        flex-direction: column;
    }

    .s3__items {
        display: flex;
        gap: 25px;
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .s3__item img {
        height: auto;
        width: 100%;
    }

    .s1__button {
        margin: 0 auto;
        display: flex;
        width: fit-content;
        padding: 13px 35px;
        gap: 15px;
        border: 3px solid #000;
        border-radius: 51px;
        background: #fffc00;
        font-weight: 800;
        font-size: 16px;
        text-align: center;
        color: #000;
        margin-bottom: 12px;
    }

    .s4__wraps {
        display: flex;
        gap: 30px;
        align-items: center;
        flex-direction: column;
    }

    .s4__wrap>img {
        width: 100%;
        height: auto;
    }

    .s4__items {
        display: flex;
        flex-direction: column;
    }

    .s4__item.f {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .s4 .s1__button {
        margin: 0 auto;
        display: flex;
        width: fit-content;
        padding: 13px 35px;
        gap: 15px;
        border: 3px solid #000;
        border-radius: 51px;
        background: #fffc00;
        font-weight: 800;
        font-size: 16px;
        text-align: center;
        color: #000;
        margin-bottom: 12px;
    }

    .s5__item-header {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid #dc477e;
        flex-wrap: wrap;
    }

    .s8 .container {
        max-width: 1110px;
        display: flex;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }

    .s8 .container>img {
        max-width: 560px;
        height: auto;
        width: 100%;
        margin: 0;
    }

    .s8 .s1__button {
        font-weight: 800;
        font-size: 16px;
        margin: 0;
        text-align: center;
        color: #000;
    }

    .s8 {
        margin: 0;
        background: #deedf4;
        padding: 40px 0;
    }
}

/* .mob {
    display: none;
    width: 100%;
}

.pc {
    display: block;
} */
/* по умолчанию мобильная копия скрыта (для десктопа) */
.s1__wrap2--mob { display: none; }

@media screen and (max-width: 768px) {
    /* .mob {
        display: block;
        width: 100%;
    }
/* верните обычный порядок контейнера */
  .s1 .container{
    display:flex;
    flex-direction: column;   /* НЕ column-reverse */
    gap: 30px;
    margin-top: 25px;
    justify-content: space-between;
  }

  /* показываем мобильную копию под заголовком */
  .s1__wrap2--mob{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 540px;
    margin: 12px auto 12px;   /* отступы вокруг блока */
    text-align: center;
  }
  .s1__wrap2--mob img{ width:100%; height:auto; }

  /* скрываем исходный правый блок на мобиле */
  .s1__wrap2:not(.s1__wrap2--mob){ display: none; }
}
    .pc {
        display: block;
    } */

    .s1__wrap {
        max-width: 537px;
        margin-top: 0px;
    }

    .s1__wrap h2 {
        font-weight: 800;
        font-size: 28px;
        color: #185569;
        line-height: 42px;
        margin-bottom: 25px;
    }

    header h1 {
        font-weight: 800;
        font-size: 22px;
        text-align: center;
        color: #fff;
    }

    .s2 h2 {
        margin: 0 auto;
        font-weight: 800;
        font-size: 32px;
        text-align: center;
        color: #fff;
        max-width: 840px;
        margin-bottom: 20px;
    }

    .s1__wrap2 span {
        padding: 6px 24px;
        font-weight: 800;
        background: #fa0606;
        display: block;
        font-size: 19px;
        color: #fff;
        line-height: 33px;
    }
}