@font-face {
    font-family: "BebasNeue";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BebasNeue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueRegular.woff") format("woff"), url("fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeue/BebasNeueRegular.svg#BebasNeue") format("svg"); }

@font-face {
    font-family: "BebasNeue";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/BebasNeue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueBold.woff") format("woff"), url("fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeue/BebasNeueBold.svg#BebasNeue") format("svg"); }

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OpenSans/hinted-OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans/hinted-OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans/hinted-OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans/hinted-OpenSans-Regular.svg#OpenSans") format("svg");
    font-display: swap;
}

.section-banner * {
    color: #ffffff;
}

.section-banner {
    background-image: url('../img/children/background-writer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.main-offer {
    background-color: #FC5E5E;
    padding: 4px 16px 8px;
    display: inline-block;
    margin: 64px 0;
}
.primary-title h1 {
    font-size: 4em;
}
.secondary-title {
    font-family: "OpenSans", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
    font-style: normal;
    font-weight: 400;
}

.btn--start-child {
    min-width: 240px;
    height: 48px;
    padding: 15px;
}

.happy-pupil {
    padding: 30px;
}

.section-parents {
    padding: 20px 0;
}

.st--success {
    color: #3CB758;
}
.p-header--small {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.custom-bullet {
    list-style-type: none; /* Убираем стандартный буллет */
    position: relative; /* Устанавливаем контекст для абсолютного позиционирования псевдоэлемента */
    padding-left: 24px; /* Создаем отступ слева для иконки */
}

.custom-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url('../img/children/bullet.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
}

.section-parents > p {
    padding: 0 0 0 15px;
}

.rounded-panel {
    background-color: rgba(241, 195, 61, 0.1);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.section-video-exp {
    padding: 20px 0;
}

.rounded-video {
    border-radius: 16px;
}

.video-container {
    max-width: 770px;
    margin: 0 auto;
}
.section-bottom-text {
    padding: 20px 0;
}
