* {
    position: relative;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
}

.bg {
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 150px;
}

p {
    margin: 0;
}

.fw {
    width: 1360px;
}

.fw:after {
    content: '';
    clear: both;
    display: none;
}

header.header {
    position: sticky;
    background: #fff;
}

section.first-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.first-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.first-screen h1 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 70px;
    line-height: 110%;
    color: #222222;
    margin: 0;
}

section.first-screen p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.first-screen .call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    position: relative;
    width: fit-content;
    height: 50px;
    line-height: 50px;
    font-family: "Daxline Offc Pro Black";
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FC388C;
    box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

section.first-screen .call-btn:hover {
    box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
}

section.second-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.second-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.second-screen h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #222222;
    margin: 0;
}

section.second-screen p {
    width: 900px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.third-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.third-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.third-screen h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #222222;
    margin: 0;
}

section.third-screen p {
    width: 900px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.third-screen .blocks {
    display: flex;
    flex-direction: row;
}

section.third-screen .block_1,
section.third-screen .block_2,
section.third-screen .block_3,
section.third-screen .block_4,
section.third-screen .block_5,
section.third-screen .block_6 {
    display: flex;
    flex-direction: column;
    width: 268px;
    height: 311px;
    gap: 20px;
}

section.third-screen .block_2,
section.third-screen .block_3,
section.third-screen .block_4,
section.third-screen .block_5,
section.third-screen .block_6 {
    margin-left: -50px;
}

section.third-screen .block_1 .block_1__bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 60px 30px 30px;
    gap: 5px;
    width: 268.33px;
    height: 270px;
    min-height: 270px;
    background: url('/assets/img/bg-block-1.svg') top 30px left 30px no-repeat,
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        #EA4889;
    box-shadow: inset 0px -10px 30px rgba(252, 56, 140, 0.2);
    border-radius: 30px 0px 0px 30px;
}

section.third-screen .block_2 .block_2__bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 60px 30px 30px;
    gap: 5px;
    width: 268.33px;
    height: 270px;
    min-height: 270px;
    background: url('/assets/img/bg-block-2.svg') top 30px left 30px no-repeat,
        linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
        #EA4889;
    box-shadow: inset 0px -10px 30px rgba(252, 56, 140, 0.3);
    border-radius: 30px 0px 0px 30px;
}

section.third-screen .block_3 .block_3__bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 60px 30px 30px;
    gap: 5px;
    width: 268.33px;
    height: 270px;
    min-height: 270px;
    background: url('/assets/img/bg-block-3.svg') top 30px left 30px no-repeat,
        linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
        #EA4889;
    box-shadow: inset 0px -10px 30px rgba(252, 56, 140, 0.5);
    border-radius: 30px 0px 0px 30px;
}

section.third-screen .block_4 .block_4__bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 60px 30px 30px;
    gap: 5px;
    width: 268.33px;
    height: 270px;
    min-height: 270px;
    background: url('/assets/img/bg-block-4.svg') top 30px left 30px no-repeat,
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        #EA4889;
    box-shadow: inset 0px -10px 30px rgba(252, 56, 140, 0.7);
    border-radius: 30px 0px 0px 30px;
}

section.third-screen .block_5 .block_5__bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 60px 30px 30px;
    gap: 5px;
    width: 268.33px;
    height: 270px;
    min-height: 270px;
    background: url('/assets/img/bg-block-5.svg') top 30px left 30px no-repeat,
        linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
        #EA4889;
    box-shadow: inset 0px -10px 30px #FC388C;
    border-radius: 30px 0px 0px 30px;
}

section.third-screen .block_6 .block_6__bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 60px 30px 30px;
    gap: 5px;
    width: 268.33px;
    height: 270px;
    min-height: 270px;
    background: url('/assets/img/bg-block-6.svg') top 30px left 30px no-repeat,
        #EA4889;
    box-shadow: inset 0px -10px 30px #FC388C;
    border-radius: 30px 30px 30px 30px;
}

section.third-screen .block_1 .block_1__bg .block_1__title,
section.third-screen .block_2 .block_2__bg .block_2__title,
section.third-screen .block_3 .block_3__bg .block_3__title,
section.third-screen .block_4 .block_4__bg .block_4__title,
section.third-screen .block_5 .block_5__bg .block_5__title,
section.third-screen .block_6 .block_6__bg .block_6__title {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #222222;
}

section.third-screen .block_1 .block_1__bg .block_1__text,
section.third-screen .block_2 .block_2__bg .block_2__text,
section.third-screen .block_3 .block_3__bg .block_3__text,
section.third-screen .block_4 .block_4__bg .block_4__text,
section.third-screen .block_5 .block_5__bg .block_5__text,
section.third-screen .block_6 .block_6__bg .block_6__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #222222;
}

section.third-screen .block_1 .block_1__content,
section.third-screen .block_2 .block_2__content,
section.third-screen .block_3 .block_3__content,
section.third-screen .block_4 .block_4__content,
section.third-screen .block_5 .block_5__content,
section.third-screen .block_6 .block_6__content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #222222;
}

section.fourth-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.fourth-screen .col2 {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

section.fourth-screen .col2__left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.fourth-screen .col2__left h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #222222;
    margin: 0;
}

section.fourth-screen .col2__left p {
    width: 900px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.fourth-screen .col2__right {
    display: flex;
    flex-direction: column;
    min-width: 420px;
    height: 240px;
    margin-top: -15px;
    padding: 30px 0 30px 30px;
    background: url(/assets/img/bg-video.png) center no-repeat;
    background-size: cover;
    border-radius: 30px;
}

section.fourth-screen .col2__right .str {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
}

section.fourth-screen .col2__right .str img {
    width: 50px;
    height: 58px;
}

section.fourth-screen .col2__right .str p {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0;
}

section.fourth-screen .col2__right a {
    font-family: 'Daxline Offc Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-top: auto;
}

section.fifth-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.fifth-screen .fw.dark {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #222222;
    border-radius: 50px;
    padding: 70px;
}

section.fifth-screen .fw.dark h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0;
}

section.fifth-screen .fw.dark p {
    width: 900px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}

section.fifth-screen .fw.dark .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

section.fifth-screen .fw.dark .blocks .w30 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    min-width: 30%;
}

section.fifth-screen .fw.dark .blocks .w30 .ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #EB498B;
    margin: 0;
}

section.fifth-screen .fw.dark .blocks .w30 .text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

section.fifth-screen .fw.dark .blocks .w70 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(70% - 50px);
    min-width: calc(70% - 50px);
    flex: 1;
}

section.fifth-screen .fw.dark .blocks .w70 .ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #EB498B;
    margin: 0;
}

section.fifth-screen .fw.dark .blocks .w70 .text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

section.fifth-screen .fw.dark .blocks .w70.bg {
    display: flex;
    flex-direction: column;
    background: url(/assets/img/bg-fw-dark.png) center no-repeat;
    background-size: cover;
    padding: 30px;
}

section.fifth-screen .fw.dark .blocks .w70.bg .ttl {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

section.fifth-screen .fw.dark .blocks .w70.bg .text {
    font-size: 12px;
    color: #fff;
    margin: 0;
    display: flex;
    gap: 20px;
    margin-top: auto;
}

section.sixth-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.sixth-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.sixth-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #222222;
    margin: 0;
}

section.sixth-screen .fw .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

section.sixth-screen .fw .blocks.col2 .w70 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: calc(100% - 470px);
    min-width: calc(100% - 470px);
}

section.sixth-screen .fw .blocks.col2 .w70 .w100 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    min-width: 100%;
}

section.sixth-screen .fw .blocks.col2 .w70 .w100 .ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #EB498B;
    margin: 0;
}

section.sixth-screen .fw .blocks.col2 .w70 .w100 .text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.sixth-screen .fw .blocks.col2 .w70 .w50 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
}

section.sixth-screen .fw .blocks.col2 .w70 .w50 .ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #EB498B;
    margin: 0;
}

section.sixth-screen .fw .blocks.col2 .w70 .w50 .text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.sixth-screen .fw .blocks.col2 .w30 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(30% - 25px);
    min-width: 420px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px -20px rgba(234, 72, 137, 0.2);
    border-radius: 30px;
    max-height: 560px;
}

section.sixth-screen .fw .blocks.col2 .w30 form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    gap: 30px;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.9) 100%), #EB498B;
    box-shadow: inset 0px -10px 30px rgba(252, 56, 140, 0.2);
    border-radius: 30px;
}

section.sixth-screen .fw .blocks.col2 .w30 form .ttl {
    font-family: "Daxline Offc Pro Black";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #222222;
    margin: 0;
}

section.sixth-screen .fw .blocks.col2 .w30 form input[type="text"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 50px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: none;
    text-align: center;
}

section.sixth-screen .fw .blocks.col2 .w30 form input[type="submit"] {
    margin-top: -10px;
    padding: 0 25px;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: "Daxline Offc Pro Black";
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FC388C;
    box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: none;
    cursor: pointer;
}

section.sixth-screen .fw .blocks.col2 .w30 form input[type="submit"]:hover {
    box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    padding-left: 20px;
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks label:has(input[type="checkbox"]:checked)::before {
    background: url(/assets/img/str_check2.svg) center no-repeat;
    background-size: cover;
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/assets/img/str_check.svg) center no-repeat;
    background-size: cover;
    z-index: 5;
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks label .text {
    height: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #222222;
}

section.sixth-screen .fw .blocks.col2 .w30 form .checks label .text a {
    color: #328CFF;
}

section.sixth-screen .fw .blocks.col2 .w30 .form_after {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

section.sixth-screen .fw .blocks.col2 .w30 .form_after a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #328CFF;
    text-decoration: underline;
    text-align: center;
}

section.seventh-screen {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 0;
}

section.seventh-screen:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 78px);
    width: calc(1360px / 2);
    height: 100%;
    background: url(/assets/img/bg-price.png) center right no-repeat;
    background-size: 584px 417px;
    background-position: 50% 0;
    z-index: 1;
}

section.seventh-screen .fw.dark {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #222222;
    border-radius: 50px;
    padding: 50px;
    height: 358px;
}

section.seventh-screen .fw.dark h3 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0;
}

section.seventh-screen .fw.dark .price_old {
    width: 175px;
    height: 57px;
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    transform: rotate(-6deg);
    color: #fff;
    z-index: 1;
    text-decoration: line-through
}

section.seventh-screen .fw.dark .price_new {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    width: 175px;
    height: 57px;
    border: 2px solid #EB498B;
    border-radius: 10px;
    margin: -75px 0 0 110px;
    color: #EB498B;
    background: #222;
    z-index: 2;
}

section.seventh-screen .fw.dark .call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    position: relative;
    width: fit-content;
    height: 50px;
    line-height: 50px;
    font-family: "Daxline Offc Pro Black";
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FC388C;
    box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

section.seventh-screen .fw.dark .call-btn:hover {
    box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
}

section.eighth-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.eighth-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.eighth-screen .fw .block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.eighth-screen .fw .block .block__ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #EB498B;
    margin: 0;
}

section.eighth-screen .fw .block .block__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
    margin: 0;
}

section.ninth-screen {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.ninth-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.ninth-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.ninth-screen .fw .blocks.col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section.ninth-screen .fw .blocks.col-2 .block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
}

section.ninth-screen .fw .block .block__ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #EB498B;
    margin: 0;
}

section.ninth-screen .fw .block .block__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
    margin: 0;
}

section.ninth-screen .fw .block a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #328CFF;
    font-size: 20px;
    line-height: 110%;
}

section.ninth-screen .fw .block a span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

section.ninth-screen .fw .block a span span {
    font-size: 16px;
    color: #222;
}

section.tenth-screen {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.tenth-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.tenth-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.tenth-screen .fw .blocks {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

section.tenth-screen .fw .blocks .block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
    height: 450px;
    padding: 30px;
    background: #222222;
    border-radius: 20px;
}

section.tenth-screen .fw .blocks .block:nth-child(1):before {
    content: '';
    position: absolute;
    top: -15px;
    right: -30px;
    width: 100%;
    height: 100%;
    background: url(/assets/img/10-bg-1.png) top right no-repeat;
}

section.tenth-screen .fw .blocks .block:nth-child(3):before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -25px;
    width: 100%;
    height: 100%;
    background: url(/assets/img/10-bg-3.png) bottom right no-repeat;
}

section.tenth-screen .fw .blocks .block .block__ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin: 0;
}

section.tenth-screen .fw .blocks .block .block__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin: 0;
}

section.eleventh-screen {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.eleventh-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.eleventh-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.eleventh-screen .fw .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}

section.eleventh-screen .fw .blocks .block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(33% - 15px);
    min-width: calc(33% - 15px);
    height: 450px;
    padding: 30px;
    background: #fff;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 110px -20px rgba(234, 72, 137, 0.2), inset 10px 10px 30px rgba(252, 56, 140, 0.02);
    border-radius: 20px;
}

section.eleventh-screen .fw .blocks .block .ttl {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.eleventh-screen .fw .blocks .block a.link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(34, 34, 34, 0.5);
    text-decoration: none;
}

section.eleventh-screen .fw .blocks .block a.link span {
    color: rgba(34, 34, 34, 1);
}

section.eleventh-screen .fw .blocks .block .counts {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

section.eleventh-screen .fw .blocks .block .counts .count {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.eleventh-screen .fw .blocks .block .counts .count .count__ttl {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #222222;
    margin: 0;
}

section.eleventh-screen .fw .blocks .block .counts .count .count__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #EB498B;
}

section.eleventh-screen .fw .blocks .block .counts .link_read {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #328CFF;
    text-decoration: none;
    margin: auto 0 0 auto;
}

section.eleventh-screen .fw .blocks .block .counts .link_read a {
    color: #328CFF;
    text-decoration: none;
}

section.eleventh-screen .fw .blocks .block .grafik {
    width: 380px;
    height: 200px;
    position: relative;
    margin-left: -10px;
}

section.eleventh-screen .fw .blocks .block canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}



section.twelfth-screen {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.twelfth-screen .fw {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.twelfth-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.twelfth-screen .fw .spoilers {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.twelfth-screen .fw .spoilers .spoiler {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 37px 40px;
    gap: 30px;
    width: 100%;
    height: 106px;
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 20px;
    overflow: hidden;
}

section.twelfth-screen .fw .spoilers .spoiler.active:nth-child(1) {
    background: url(/assets/img/spoiler.png) bottom right 60px no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.9) 100%), #EB498B;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl .spoiler__ttl__text {
    font-family: "Daxline Offc Pro Black";
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    color: #222222;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl .spoiler__ttl__text span.price_new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 7px 5px 7px;
    gap: 10px;
    height: 23px;
    background: #328CFF;
    border-radius: 5px;
    font-family: 'Daxline Offc Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl .spoiler__ttl__text span.price_old {
    display: none;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl .spoiler__ttl__text span.price_new.ok {
    background: #EB498B;
    z-index: 2;
    margin-top: 12px;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl .spoiler__ttl__text span.price_old.ok {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 7px 5px 7px;
    gap: 10px;
    height: 23px;
    background: #328CFF;
    border-radius: 5px;
    font-family: 'Daxline Offc Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: line-through;
    z-index: 1;
    transform: translateX(calc(-100% - 20px)) rotate(4deg);
    margin-top: -3px;

}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__ttl .spoiler__ttl__icon {
    width: 26px;
    height: 31px;
    background: url(/assets/img/block-arrow.svg) top center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

section.twelfth-screen .fw .spoilers .spoiler.active {
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.9) 100%), #EB498B;
}

section.twelfth-screen .fw .spoilers .spoiler.active .spoiler__ttl .spoiler__ttl__icon {
    transform: rotate(0deg);
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__text {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.twelfth-screen .fw .spoilers .spoiler.active .spoiler__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 1100px;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__text .spoiler__text__footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__text .spoiler__text__footer .call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    position: relative;
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-family: "Daxline Offc Pro Black";
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FC388C;
    box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__text .spoiler__text__footer .call-btn:hover {
    box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__text .spoiler__text__footer .tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #222222;
    text-transform: uppercase;
}

section.twelfth-screen .fw .spoilers .spoiler .spoiler__text .spoiler__text__footer .tags .tag {
    font-weight: 700;
}


section.thirteenth-screen {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 100px;
}

section.thirteenth-screen .fw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

section.thirteenth-screen .fw h2 {
    font-family: "Daxline Offc Pro Black";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

section.thirteenth-screen .fw .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 600px;
}

section.thirteenth-screen .fw .form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.thirteenth-screen .fw .form form input,
section.thirteenth-screen .fw .form form textarea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    gap: 10px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
}

section.thirteenth-screen .fw .form form input {
    line-height: 40px;
}

section.thirteenth-screen .fw .form form textarea {
    resize: none;
    height: 100px;
}

section.thirteenth-screen .fw .form form input:focus,
section.thirteenth-screen .fw .form form textarea:focus {
    outline: none;
}

section.thirteenth-screen .fw .form form input:focus-visible,
section.thirteenth-screen .fw .form form textarea:focus-visible {
    outline: none;
}

section.thirteenth-screen .fw .form form input:focus-visible,
section.thirteenth-screen .fw .form form textarea:focus-visible {
    outline: none;
}

section.thirteenth-screen .fw .form form input::placeholder,
section.thirteenth-screen .fw .form form textarea::placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
}

section.thirteenth-screen .fw .form form label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #222222;
    min-width: 100%;
}

section.thirteenth-screen .fw .form form label:before {
    content: '';
    display: block;
    min-width: 20px;
    min-height: 20px;
    background: url(/assets/img/str_check.svg) top center no-repeat;
    background-size: cover;
}

section.thirteenth-screen .fw .form form label:has(input[type="checkbox"]:checked)::before {
    background: url(/assets/img/str_check2.svg) center no-repeat;
    background-size: cover;
}

section.thirteenth-screen .fw .form form label input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    pointer-events: none;
    margin: 0;
}

section.thirteenth-screen .fw .form form input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    position: relative;
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-family: "Daxline Offc Pro Black";
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FC388C;
    box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 3px 10px rgba(252, 28, 128, 0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin: 0 auto;
    cursor: pointer;
}

section.thirteenth-screen .fw .form form input[type="submit"]:hover {
    box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -moz-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -webkit-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
    -khtml-box-shadow: 0px 0 0 rgba(252, 28, 128, 0.5);
}

.footer {
    background-color: #fff;
    margin-top: 0;
}