@import"https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap";
    html, body, h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}
:target {
    scroll-margin-top: 80px;
}
:root {
    --brand-primary:  #D3337F;
    --brand-secondary:  #483042;
    --text-primary:  #202020;
    --text-family:  "Nunito Sans";
    --button-hover:  #9CB2C2;
    color: var(--brand-secondary);
}
* {
    box-sizing: border-box;
}
html, body {
    background: linear-gradient(180deg, #fffbfd, #ffecf5) no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: var(--text-family);
    font-size: 16px;
    position: relative;
    scroll-behavior: smooth;
}
.text-primary {
    color: var(--brand-primary);
}
.modal__container {
    z-index: 12;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #d3317db3;
    display: none;
    justify-content: center;
    align-items: center;
}
.modal__container-active {
    display: flex;
}
.modal {
    --v-offset:  200px;
    display: inline-flex;
    padding: 60px 60px 56px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30px;
    border-radius: 54px;
    border: 1px solid #fff;
    background: #fffafd;
    box-shadow: -3px 12px 12px #7368680d;
    max-width: 900px;
    max-height: calc(100dvh - var(--v-offset));
}
.modal-content {
    overflow-y: scroll;
}
.modal .heading-1 {
    font-size: 40px;
    line-height: normal;
}
.modal-content .links__list {
    padding-left: 0!important;
}
.modal-content .links__button {
    margin-top: 8px;
    padding-left: 0!important;
}
.modal-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.modal-actions>div:last-child {
    display: flex;
    gap: 32px;
}
@media (max-width: 1024px) {
    .modal {
    max-width: 700px;
}
.modal .heading-1 {
    font-size: 32px;
    line-height: normal;
}
}@media (max-width: 768px) {
    .modal {
    max-width: 600px;
    padding: 24px;
    --v-offset:  100px;
}
.modal .heading-1 {
    font-size: 28px;
    line-height: normal;
}
}@media (max-width: 768px) {
    .modal {
    max-width: 300px;
}
}@font-face {
    font-family: LiteraturnayaC;
    src: url(../../fonts/literaturnaya_book.otf) format("otf"),
    url(../../fonts/literaturnaya_book.woff) format("woff");
}
@font-face {
    font-family: Bebas Neue;
    src: url(../../fonts/BebasNeue.woff) format("woff");
}
button {
    background: none;
    outline: none;
    border: none;
}
.button {
    font-family: var(--text-family);
    text-decoration: none;
    border-radius: 45%;
    color: var(--brand-primary);
    border: 1px solid currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    gap: 8px;
    font-size: 16px;
}
.button:hover {
    color: var(--button-hover);
    cursor: pointer;
}
.button__dark {
    color: var(--brand-secondary);
}
.button_icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 639px) {
    .button {
    padding: 16px;
}
}.heading-1 {
    font-family: LiteraturnayaC;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
}
.heading-2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.heading-3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.text-small {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heading-2, .heading-3, .text, .text-small {
    font-family: var(--text-family);
}
@media (max-width: 768) {
    .heading-1 {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heading-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.heading-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
}@media (max-width: 1024px) {
    .heading-1 {
    color: #333;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heading-2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.heading-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
}.container {
    max-width: 1444px;
    padding: 0 100px;
    margin: 0 auto;
}
.header__container {
    box-sizing: content-box;
}
.header {
    display: flex;
    gap: 42px;
    padding: 12px 0;
    margin-right: -14px;
    align-items: center;
    justify-content: space-between;
}
.header ul {
    flex: 1;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.header ul a {
    text-decoration: none;
    outline: none;
    color: currentColor;
}
.header ul a:hover {
    color: var(--brand-primary);
}
.header ul a:active {
    color: var(--text-primary);
    opacity: 50%}
.header #burger-menu {
    display: none;
}
.aware {
    pointer-events: none;
    color: #483042;
    opacity: .2;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 58px;
    font-style: normal;
    font-weight: 300;
    line-height: 71px;
    letter-spacing: -.58px;
    text-transform: uppercase;
    padding-bottom: 16px;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.bg_image {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    aspect-ratio: 2690 / 1017;
    transform: translate(-50%);
    border-radius: 50%;
    background-color: #ffffff7f;
}
.links__button_active>svg {
    transform: rotate(180deg);
}
.footer {
    padding-top: 95px;
    padding-bottom: 24px;
    display: flex;
    gap: 142px;
}
.footer__left {
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: flex-start;
}
.footer__left__numbers {
    margin-top: 10px;
    font-size: 14px;
    opacity: .5;
}
.footer__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%}
.footer__right>div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer__right>div>a {
    text-decoration: none;
    color: var(--brand-secondary);
}
.footer__right>div:last-child>a {
    text-decoration: underline;
}
.mobile-nav {
    padding: 92px 16px 42px;
    display: none;
    background-color: #ffeef6;
    height: 100%;
    list-style: none;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    transition: all .3s ease;
    font-size: 32px;
}
.mobile-nav__active {
    background-color: #ffeef6;
    transform: translateY(0)!important;
}
.mobile-nav a {
    text-decoration: none;
    color: var(--text-primary);
}
@media (max-width: 1439px) {
    .header img {
    display: none;
}
}@media (max-width: 1024px) {
    .container {
    max-width: none;
    padding: 0 16px;
}
.header {
    margin-right: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 8px 16px;
    background: #fff;
    z-index: 10;
}
.header>ul {
    display: none;
}
.header #instruction {
    display: none;
}
.header #burger-menu {
    display: block;
}
.mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translateY(-150%);
}
.footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}
.footer .no_for_mobile {
    display: none;
}
.footer .for_mobile {
    display: block;
}
.footer__left {
    align-items: center;
    gap: 24px;
}
.footer__right {
    flex-direction: column;
    align-items: center;
    gap: 11px;
}
.footer__right>div {
    gap: 11px;
}
}@media (max-width: 768px) {
    .aware {
    font-size: 24.135px;
    line-height: 25.342px;
    letter-spacing: -.483px;
}
}.card {
    border-radius: 54px;
    border: 2px solid #FFF;
    display: flex;
    width: 400px;
    padding: 32px 20px;
    flex-direction: column;
    align-items: center;
}
.card-active {
    background: #fff8fb1a;
    box-shadow: 3px -12px 10px #ffffff40, -3px 12px 12px #7368680d;
}
.card__image {
    width: 175px;
    height: 175px;
}
.card__title {
    margin-bottom: 12px;
}
.card__content {
    opacity: .7;
}
@media (min-width: 320px) {
    .card {
    width: auto;
}
}@media (min-width: 768px) {
    .card {
    width: 400px;
}
}.accardion {
    display: flex;
    padding: 31px 29px 30px 37px;
    border-radius: 42px;
    border: 2px solid rgba(72, 48, 66, .05);
    max-width: 820px;
    gap: 82px;
    align-items: flex-start;
}
.accardion_active {
    border-color: #fef4f9;
    background: #fef4f9;
    box-shadow: 3px -12px 10px #ffffff40, -3px 12px 12px #7368680d;
}
.accardion__content {
    padding-left: 34px;
    overflow-y: hidden;
}
.accardion__content__title {
    position: relative;
}
.accardion__content__title:before {
    content: attr(data-id)"";
    position: absolute;
    left: -34px;
    opacity: .3;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.accardion__content__text {
    font-size: 16px;
    overflow-y: hidden;
    transition: all .3s ease-out;
    line-height: 0px;
    height: 0px;
    opacity: 0;
}
.accardion_active .accardion__content__text {
    margin-top: 16px;
    transition: all .3s ease-out;
    line-height: 140%;
    height: 100%;
    opacity: 1;
}
.accardion__button {
    padding: 16px 20px;
}
.accardion_active .accardion__button {
    color: var(--brand-secondary);
    opacity: .3;
}
@media (max-width: 1024px) {
    .accardion {
    padding: 24px 16px;
    gap: unset;
    justify-content: space-between;
}
.accardion__content__title:before {
    position: initial;
    text-align: start;
    display: block;
}
.accardion__content {
    padding-left: 0;
}
}.uteka-widget {
    width: 100%;
    height: 768px;
    outline: 1px solid #e0e0e0;
}
.uteka-widget iframe {
    border: none;
    width: 100%;
    height: calc(100% - 57px);
}
.uteka-widget__container {
    margin: 0 auto;
    padding: 0 16px;
}
@media (min-width: 600px) {
    .uteka-widget__container {
    padding: 0 20px;
}
}@media (min-width: 768px) {
    .uteka-widget__container {
    padding: 0 40px;
}
}@media (min-width: 1024px) {
    .uteka-widget__container {
    padding: 0 44px;
}
}@media (min-width: 1440px) {
    .uteka-widget__container {
    padding: 0 60px;
    max-width: 1440px;
}
}.uteka-widget-header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.uteka-widget-header__inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 56px;
}
.uteka-widget-header__title {
    background: url(https://widget.uteka.ru/static/img/widgets/title_2@mobile.svg) no-repeat;
    background-position: center;
    width: 230px;
    height: 24px;
}
.uteka-widget-header__logo {
    height: 16px;
}
.uteka-widget-header__logo img {
    height: 100%}
.uteka-widget-header__close {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    z-index: 5;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url(https://widget.uteka.ru/static/img/widgets/close_2.svg) no-repeat center;
}
@media (min-width: 1024px) {
    .uteka-widget-header__inner {
    flex-direction: row;
}
.uteka-widget-header__title {
    background-image: url(https://widget.uteka.ru/static/img/widgets/title_2.svg);
    width: 264px;
    height: 24px;
}
.uteka-widget-header__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 32px;
}
}body {
    text-wrap: pretty;
}
.ball_2 {
    left: 300px;
}
.hero__container {
    overflow: hidden;
}
.ball {
    z-index: 0;
}
.composition__image {
    object-fit: contain;
}
.articles#articles {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (min-width: 1025px) {
    .suppocir__content>div>button {
    padding: 40px 60px;
}
.header__container {
    position: sticky;
    top: 0;
    background: #fffbfd;
    z-index: 100;
}
.hero.container {
    padding: 0;
}
.hero {
    min-height: 640px;
}
}.accardion__content__text ul {
    padding-left: 25px;
}
::marker {
    color: #e7c3cd;
}
@media (max-width: 1024px) {
    .hero_alt__bg_image {
    display: none;
}
.solution picture {
    width: 100%;
    margin-bottom: 20px;
}
.hero__content {
    padding-top: 20px;
    align-items: center;
    text-align: center;
}
.scheme__content .card {
    max-width: 100%}
.header #burger-menu {
    padding: 8px 16px;
}
.accardion__button {
    padding: 10px 15px;
}
.content {
    margin-top: 0;
}
.suppocir__content {
    gap: 20px;
}
.card, .article, .accardion {
    border-radius: 24px;
}
.hero_alt__container {
    max-width: 100%;
    margin: 0;
}
.articles {
    gap: 22px;
}
}

.questions__content:not(.opened) > .accardion:nth-child(n+4){
    display: none;
}
.footer__right a:hover{
    text-decoration: underline;
}