* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

address {
    font-style: normal
}

strong {
    display: block
}

@font-face {
    font-family: Opensans;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/csodasors-fonts/csodasors-opensans-extrabold.woff2) format("woff2")
}

@font-face {
    font-family: Opensans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/csodasors-fonts/csodasors-opensans-bold.woff2) format("woff2")
}

@font-face {
    font-family: Opensans;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/csodasors-fonts/csodasors-opensans-semibold.woff2) format("woff2")
}

:root {
    --font-main: "Opensans", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #ffffff;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --hover: #7B68EE;
    --active: #4169E1
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.logo {
    display: block;
    width: 100px;
    height: 75px
}

@media (max-width:991px) {
    .logo {
        width: 70px;
        height: 60px
    }
}

.tx-38-24 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.3
}

@media (max-width:1220px) {
    .tx-38-24 {
        font-size: 34px
    }
}

@media (max-width:991px) {
    .tx-38-24 {
        font-size: 28px
    }
}

@media (max-width:600px) {
    .tx-38-24 {
        font-size: 24px
    }
}

.tx-main {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3
}

.tx-28 {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%
}

.tx-24 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    color: var(--black);
    background-color: #f99a27;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    min-width: 112px;
    min-height: 51px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-align: center
}

@media (any-hover:hover) {
    .but:hover {
        background-color: var(--hover)
    }
}

.but:focus-visible {
    background-color: var(--hover)
}

.but:active {
    background-color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.cp-ball {
    border-radius: 34px;
    padding: 10px;
    min-width: 48px;
    min-height: 48px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: #303030;
    background-color: var(--white)
}

.cp-ball_orange {
    background-color: #ffb152
}

.cp-plus {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.cp-age {
    display: block;
    width: 54px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.cp-age_circle {
    width: 37px;
    height: 37px
}

@media (max-width:991px) {
    .cp-age_circle {
        width: 30px;
        height: 30px
    }
}

@media (max-width:600px) {
    .cp-age_circle {
        width: 22px;
        height: 22px
    }
}

.mb-section:not(:last-child) {
    margin-bottom: 40px
}

.mb-8:not(:last-child) {
    margin-bottom: 8px
}

.mb-40:not(:last-child) {
    margin-bottom: 40px
}

.mb-12:not(:last-child) {
    margin-bottom: 12px
}

.mb-16:not(:last-child) {
    margin-bottom: 16px
}

.mb-24:not(:last-child) {
    margin-bottom: 24px
}

.mb-32:not(:last-child) {
    margin-bottom: 32px
}

.color-orange {
    color: #f99a27
}

.border {
    border: 1px solid #a3cae0
}

.brr-24 {
    border-radius: 24px
}

.p-16 {
    padding: 16px
}

.bg-gr-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#9fdeff), to(#83c6eb));
    background: linear-gradient(180deg, #9fdeff 0, #83c6eb 100%)
}

.pt-section {
    padding-top: 70px
}

@media (max-width:600px) {
    .pt-section {
        padding-top: 40px
    }
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.bg-d-blue {
    background-color: #255671
}

.color-white {
    color: var(--white)
}

.input {
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 16px;
    padding: 0 24px;
    background-color: #e4e4e4;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    color: #363636;
    border: 2px solid transparent
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.cp-popup {
    border-radius: 35px;
    padding: 64px;
    width: 600px;
    background-color: var(--white)
}

@media (max-width:991px) {
    .cp-popup {
        padding: 32px 24px
    }
}

@media (max-width:768px) {
    .cp-popup {
        width: 95%;
        padding: 24px 16px
    }
}

.hover-opacity {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .hover-opacity:hover {
        opacity: .5
    }
}

.hover-opacity:focus-visible {
    opacity: .5
}

.hover-opacity:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hover-color {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .hover-color:hover {
        color: var(--hover)
    }
}

.hover-color:focus-visible {
    color: var(--hover)
}

.hover-color:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.d-block {
    display: block
}

.w100 {
    min-width: 0;
    width: 100%
}

.relative-z2 {
    position: relative;
    z-index: 2
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.csodasors-hero {
    background-image: url(/csodasors-img/csodasors-hero.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width:991px) {
    .csodasors-hero {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media (max-width:600px) {
    .csodasors-hero {
        padding-bottom: 24px;
        padding-top: 24px;
        background-image: url(/csodasors-img/csodasors-hero-mob.webp)
    }
}

.csodasors-hero__descr {
    width: 49%
}

@media (max-width:991px) {
    .csodasors-hero__descr {
        width: 60%
    }
}

@media (max-width:600px) {
    .csodasors-hero__descr {
        width: 100%
    }
}

.csodasors-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media (max-width:1220px) {
    .csodasors-about {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:991px) {
    .csodasors-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.csodasors-about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 100%;
    padding-bottom: 35%;
    position: relative
}

@media (max-width:991px) {
    .csodasors-about__image {
        padding-bottom: 72%
    }
}

@media (max-width:600px) {
    .csodasors-about__image {
        padding-bottom: 67%
    }
}

.csodasors-about__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.csodasors-about__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 100%
}

.csodasors-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 24px
}

@media (max-width:991px) {
    .csodasors-cards {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.csodasors-cards__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

@media (max-width:600px) {
    .csodasors-cards__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.csodasors-cards__balls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px
}

.csodasors-faq {
    position: relative
}

.csodasors-faq.active .csodasors-faq__button span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.csodasors-faq__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.csodasors-faq__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 10px
}

.csodasors-faq__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.csodasors-faq__button span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.csodasors-faq__bottom {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.csodasors-faq__bottom a,
.csodasors-faq__bottom button {
    position: relative;
    z-index: 2
}

.csodasors-faq__texts {
    padding-top: 16px
}

.csodasors-footer__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 24px
}

@media (max-width:991px) {
    .csodasors-footer__columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.csodasors-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .csodasors-footer__links {
        gap: 16px
    }
}

.csodasors-footer__links li a {
    display: block;
    width: 100%;
    height: 100%
}

.csodasors-footer__links li:nth-child(2) {
    height: 25px
}

@media (max-width:991px) {
    .csodasors-footer__links li:nth-child(2) {
        height: 20px
    }
}

@media (max-width:600px) {
    .csodasors-footer__links li:nth-child(2) {
        height: 15px
    }
}

.csodasors-footer__links li:nth-child(3) {
    height: 45px
}

@media (max-width:991px) {
    .csodasors-footer__links li:nth-child(3) {
        height: 34px
    }
}

@media (max-width:600px) {
    .csodasors-footer__links li:nth-child(3) {
        height: 27px
    }
}

.csodasors-footer__links li:nth-child(4) {
    height: 21px
}

@media (max-width:991px) {
    .csodasors-footer__links li:nth-child(4) {
        height: 16px
    }
}

@media (max-width:600px) {
    .csodasors-footer__links li:nth-child(4) {
        height: 13px
    }
}

.csodasors-footer__links li:nth-child(5) {
    height: 37px
}

@media (max-width:991px) {
    .csodasors-footer__links li:nth-child(5) {
        height: 28px
    }
}

@media (max-width:600px) {
    .csodasors-footer__links li:nth-child(5) {
        height: 22px
    }
}

.csodasors-footer__links li:nth-child(6) {
    height: 82px
}

@media (max-width:991px) {
    .csodasors-footer__links li:nth-child(6) {
        height: 68px
    }
}

@media (max-width:600px) {
    .csodasors-footer__links li:nth-child(6) {
        height: 48px
    }
}

.csodasors-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 37px
}

.csodasors-popupauth {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.csodasors-popupauth.active {
    opacity: 1;
    visibility: visible
}

.csodasors-popupauth__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.csodasors-popupauth__content {
    padding: 30px;
    width: 500px;
    overflow: auto;
    position: relative;
    z-index: 2;
    margin: auto;
    background-color: var(--white);
    border-radius: 30px;
    padding: 30px 20px
}

@media (max-width:600px) {
    .csodasors-popupauth__content {
        padding: 24px 10px;
        width: 95%
    }
}

.csodasors-popupauth__item {
    display: none
}

.csodasors-popupauth__item.active {
    display: block
}

.status {
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.additional__info {
    display: block;
    margin: 40px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    gap: 20px;
    border: 1px solid black;
    border-radius: 20px;
}

.additional__text {
    max-width: 800px;
    line-height: 1.5;
}

.cite {
    font-size: 12px;
    font-weight: 100;
    margin-top: 20px;
    width: 100%;
    color: #fff;
    display: block;
}