html,
body {
    font-family: "Inter";
    font-weight: 400;
}

body {
    background-color: #FFF;
    overflow-x: hidden;
}

html.is-overflow,
body.is-overflow {
    overflow: hidden;
}

body,
p,
a,
ul,
li,
ol {
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    color: #F63F95;
    text-decoration: none;
}

.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none;
}


h1 {
    font-size: 35px;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
}

p {
    font-size: clamp(16px, 4vw, 20px);
}

li {
    line-height: 40px;
}

li::marker {
    color: #F63F95;
}

.about p {
    letter-spacing: 0.025em;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    width: max-content;
    border: none;
    position: relative;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #FFD7E1;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.btn:before {
    content: '';
    position: absolute;
    width: 3em;
    height: 2.2em;
    left: -2px;
    top: -1.4em;
    background: url(/local/templates/malina/images/btn-leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.btn:hover {
    color: #fff;
    background-color: #F63F95;
}


.btn-primary {
    padding: 10px 20px;
}

.sdek_pvzLair .btn::before,
.sdek_pvzLair .btn::after {
    content: none;
}

.sdek_pvzLair .btn-primary:hover {
    color: #fff;
    background-color: #E34D72;
}



/* button:focus,
.btn:focus,
.btn:active,
.btn:visited,
.btn:hover {
    box-shadow: none !important;
    border: none !important;
    color: #000 !important;
    background-color: transparent !important;
} */

.background-pink {
    background-color: #e24d72;
}

.background-green {
    background-color: #6ECB00;
}

.color-pink {
    color: #e24d72;
}

.clipPath-for-svg {
    display: none;
}

.header {
    position: relative;
}

.header_top-block {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.header__address {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    row-gap: 0;

}



.header_top-block .header__address {
    margin-left: auto;
}

.header_top-block .header__address address {
    margin-bottom: 0;
}

.header_top-block .__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 0 auto;
}

.header_top-block .__logo img {
    margin-right: 8px;
}

.header_top-block .__logo .logo-title {
    display: none;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}
.header .logo__svg {
    color: black;
    max-width: 271px;
}
.header .logo__svg-text {
    display: block;
}
.header .logo__svg svg {
    width: 100%;
    height: 100%;
    /* height: 60px; */
    transition: all 0.3s ease;
}
.header a.__logo:hover .logo__svg {
    color: #F63F95;
}
.header_top-block .__logo .logo-title > p {
    font-size: inherit;
    margin: 0;
}

.header_top-block .__logo .logo-title span {
    font-size: 40px;
    line-height: 1;
}
.header_top-block .__logo .logo-title span:nth-child(1) {
    display: flex;
    align-items: baseline;
}

.header_top-block .__logo .logo-title p {
    font-size: 16px;
}

/* Для первой буквы (другой подход) */
.header .logo__m {
	opacity: 0;
	display: inline-block;
	pointer-events: none;
	width: 0;
	height: 0;
}
/* .header .logo__svg {
    width: 98px;
}  */

.header_top-block .__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    /* height: 100%; */
}

.header_top-block .__contact * {
    font-size: 25px;
    line-height: 1;
}

.header_top-block .__contact p {
    margin-top: 10px;
    margin-bottom: 0;
}

.header_top-block .__contact a .icon-phone {
    display: none;
}

.header_menu-block {
    padding: 10px 0;
}

.header_menu-block__wrapp {
    display: flex;
    align-items: center;
}

.header-burger {
    display: none;
    background: #FFD7E1;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 10px;
    color: black;
}

.header-burger svg {
    width: 20px;
    height: 18px;
    margin-inline: auto;
    stroke-width: 2;
}

.header-burger .header-burger-close-icon,
.header-burger.is-active .header-burger-icon {
    display: none;
}

.header-burger.is-active .header-burger-close-icon {
    display: block;
}

.header_menu-block form {
    margin-bottom: 0;
}

.header__search-btn {
    appearance: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: none;
    color: #6ecb00;
    margin-left: auto;
}

.header__search-btn svg {
    display: block;
}

.header__search-btn .icon-search-close {
    display: none;
}

.header__search-btn.is-show .icon-search {
    display: none;
}

.header__search-btn.is-show .icon-search-close {
    display: block;
}

.header__search-input {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border-radius: 10px;
    z-index: 16;
}

.header__login {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 999;
    background-color: #FFD7E1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    border: 2px solid #FFD7E1;
    border-right: none;
    width: 60px;
    height: 83px;
    overflow: hidden;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.header__login svg {
    flex: 0 0 auto;
}
.header__login .text {
    display: none;
    margin: 0;
}
.header__login:hover {
    padding-inline: 15px 20px;
    /* width: unset; */
    width: 160px;
}
.header__login:hover .header__photo--empty {
    color: #fff;
}

.header__login:hover .text {
    display: inline;
    margin-left: 10px;
}

.header__login .header__sign {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}

.header__login .header__sign p {
    margin: 0;
}
.header__login:hover {
    background-color: #F63F95;
    border-color: #F63F95;
}
.header__login:hover .header__sign {
    color: white;
}

.header__login .header__sign svg {
    width: 40px;
    height: 40px;
}

.header__login .header__photo {
    display: block;
    width: 100%;
    height: 100%;
}

.header__login .header__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header__login .header__photo--empty {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__login .header__photo--empty:hover {
    color: #fff;
}

.header__login .header__photo--empty img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

@media (max-width: 992px) {

    .header__login .header__sign svg {
        height: 30px;
        width: 30px;
    }

    .header__login .header__sign span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .header__login {
        position: static;
        border-right: 1px solid #FFD7E1;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
        box-shadow: none;
    }
    .header .logo__svg {
        max-width: 180px;
    }
    .header__login .header__sign svg {
        height: 30px;
        width: 30px;
    }

    .header__login .header__sign span {
        font-size: 14px;
    }
    .header_top-block .__logo .logo-title span:nth-child(1) {
        align-items: center;
    }
    .header_top-block .__logo .logo-title span:nth-child(1) svg {
        width: 62px;
    }

    .header__login:hover .text {
        display: none;
    }

    .header__login:hover {
        padding-inline: 0;
        width: 40px;
    }
}

main {
    overflow-x: hidden;
}

.main-banner-block img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.main-banner-block .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.main-banner-block .owl-dots .owl-dot {
    background: #6ECB00;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin: 0 7px;
    opacity: 0.2;
}

.main-banner-block .owl-dots .owl-dot.active {
    background: #D60035;
    opacity: 1;
}

.background-dots-line {
    background-image: url(/local/templates/malina/images/pink-lines.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.background-dots-line h2 {
    display: flex;
    align-items: baseline;
}

/* .background-dots-line--small {
    min-height: auto;
    position: relative;
    background-image: none;
} */

/* .background-dots-line--small::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 750px;
    background-image: url(/local/templates/malina/images/green-dots-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */

.title-hidden {
    opacity: 0;
    display: inline-block;
    width: 0;
}

.courses-block {
    margin-top: 50px;
    position: relative;
}
.courses-block_wrapper {
    margin-bottom: 30px;
}

.courses-block h2 {
    margin-bottom: 50px;
}

.title-block_line {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    z-index: 1;
}

.title-block_line h2 {
    /* text-wrap: nowrap; */
    display: flex;
    align-items: baseline;
}



.title-block_line--pink {
    align-items: flex-end;
    padding: 0 10px;
}
.title-block_line--pink h2,
.title-block_line--pink-dark h2 {
    position: relative;
}

.title-block_line--pink h2:after {
    height: 20px;
    max-height: 25px;
    border-radius: 10px 0 0 10px;
    display: inline-block;    
    z-index: -1;
    margin-bottom: 0;
    content: '';
    position: absolute;
    left: 120%;
    right: 0;
    top: 50%;
    border-radius: 10px 0 0 10px;
    width: 100vw;
    transform: translateY(-50%);
}
.title-block_line--pink-dark h2:after {
    height: 20px;
    max-height: 25px;
    border-radius: 10px 0 0 10px;
    display: inline-block;    
    z-index: -1;
    margin-bottom: 0;
    content: '';
    position: absolute;
    left: 120%;
    right: 0;
    top: 50%;
    border-radius: 10px 0 0 10px;
    width: 100vw;
    transform: translateY(-50%);
}
.title-block_line--pink h2:after {
    background: #FFD7E1;
}
.title-block_line--pink-dark h2:after {
    background: #F63F95;
}

/* @media (min-width: 576px) {
    .title-block_line {
        margin-left: calc((100% - 740px) / 2);
    }
}

@media (min-width: 768px) {
    .title-block_line {
        margin-left: calc((100% - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .title-block_line {
        margin-left: calc((100% - 960px) / 2);
    }
}

@media (min-width: 1200px) {
    .title-block_line {
        margin-left: calc((100% - 1180px) / 2);
    }
}

@media (min-width: 1400px) {
    .title-block_line {
        margin-left: calc((100% - 1540px) / 2);
    }
} */

/* .title-block_line {
    padding: 0;
} */


.title-block_line h1,
.title-block_line h2,
.title-block_line h3 {
    margin-bottom: 0;
    max-width: 800px;
    display: inline-flex;
    align-items: flex-end;
}
.title-block_line h1,
.title-block_line h2 {
    display: block;
}
.title-block_line h1::first-letter,
.title-block_line h2::first-letter {
    font-family: 'GVP';
    font-size: 1.5em;
    margin-right: 0.2em;
}


.title-block_line span.background-green {
    display: none;
}

.title-block_line span {
    /* width: 100%; */
    height: 25px;
    position: absolute;
    /* margin-left: 40px; */
    margin-top: 14px;
}

/* Дл раздела Контакты */
.contacts-requisites {
    color: #686868;
    font-weight: 300;
}


.footer {
    position: relative;
}

.background-malina {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 346px;
    height: fit-content;
    background-size: contain;
}
.background-malina svg {
    width: 100%;
    height: fit-content;
}

.course-comment {
    position: relative;
    max-width: 1046px;
    width: 100%;
    padding: 10px 70px;
    margin-left: auto;
    margin-right: auto;
}
.course-comment::after, .course-comment::before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 95px;
    scale: 150%;
    content: ',,';
    display: flex;
    align-items: flex-end;
    color: #FFD7E1;
}
.course-comment::before {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.course-comment::after {
    right: 0;
    bottom: 0;
}



.background-network-form__line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    z-index: -1;
}

.background-network-form__line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65%;
    height: 100%;
    background-color: #FFD7E1;
    border-radius: 0 20px 0 0;
}

.background-network-form__line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31%;
    height: 100%;
    background-color: #F63F95;
    border-radius: 20px 0 0 0 ;
}
.background-line-leaf.background-line-leaf--big:after {
    content: none;
}
.background-line-leaf {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 124px;
    margin-top: 100px;
    background-position: center bottom;
}

.background-line-leaf:before {
    content: '';
    position: absolute;
    bottom: 0;
    /* right: calc((100% - 1540px) / 2); */
    right: 0;
    bottom: 34px;
    width: 413px;
    max-height: 213px;
    height: 100%;
    background-image: url(/local/templates/malina/images/listy.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: contain;
    z-index: -1;
}

.background-line-leaf:after {
    content: '';
    position: absolute;
    bottom: 38px;
    left: calc((100% - 1540px) / 0.5);
    height: 100%;
    width: 269px;
    background-image: url(/local/templates/malina/images/two_malina.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}

.background-line-leaf--big {
    position: relative;
    width: 100%;
    height: 688px;
    overflow: hidden;
    background-image: url(/local/templates/malina/images/footer_vk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 55% 20px;
    margin-top: 20px;
}

.background-line-leaf .background-network-form__line {
    height: 40px;
}

.background-line-leaf--big:after {
    display: block;
    bottom: 170px;
}

.background-line-leaf--big:before {
    bottom: 120px;
}

.background-line-leaf--big .background-network-form__line {
    height: 170px;
}

.background-malina {
    width: 351px;
}

.footer_bottom-block .footer-column {
    padding: 0;
}

@media(max-width: 1700px) {
    .background-malina {
        width: 260px;
    }
}

@media(max-width: 1400px) {
    .background-line-leaf:before {
        margin-bottom: 0;
    }
    .background-malina {
        width: 200px;
    }
}

@media (max-width: 1200px) {
    .background-line-leaf .background-network-form__line {
        height: 30px;
    }

    .background-line-leaf:after {
        bottom: 30px;
    }

    .background-line-leaf:before {
        background-position-y: 10px;
    }
}

@media(max-width: 1100px) {
    .background-malina {
        width: 180px;
    }
}

@media (max-width: 992px) {
    
    .background-malina {
        left: -8px;
    }

    

    .background-line-leaf:before {
        background-position-y: 15px;
    }

    .background-line-leaf .network-form-block {
        text-align: center;
    }

    .background-line-leaf .network-form-block .btn {
        margin: 20px 0 0 0 !important;
    }

    .about__img-two {
        display: flex;
        transform: scale(-1, 1);
    }
    .about__img-two img {
        border-radius: 0 80% 0 0;
        width: 60%;
        margin-top: -60px;
    }
}


@media (min-width: 576px) {
    .background-line-leaf:after {
        left: calc((100% - 740px) / 2);
    }

    .background-line-leaf:before {
        right: calc((100% - 740px) / 2);
    }
}

@media (min-width: 768px) {
    .background-line-leaf:after {
        left: calc((100% - 720px) / 2);
    }

    .background-line-leaf:before {
        right: calc((100% - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .background-line-leaf:after {
        left: calc((100% - 960px) / 2);
    }

    .background-line-leaf:before {
        right: calc((100% - 960px) / 2);
    }
}

@media (min-width: 1200px) {

    .background-network-form:after,
    .background-line-leaf:after {
        left: calc((100% - 1140px) / 2);
    }

    .background-network-form:before,
    .background-line-leaf:before {
        right: calc((100% - 1140px) / 2);
        width: 230px;
        height: 148px;
        bottom: 0;
    }
}

@media (min-width: 1400px) {

    .background-network-form:after {
        left: calc((100% - 1540px) / 2);
    }

    .background-network-form:before,
    .background-line-leaf:before {
        right: calc((100% - 1540px) / 2);
        
        bottom: 0;
    }
}



@media (max-width: 1200px) {
    /* .background-network-form:after,
    .background-network-form:before {
        display: none;
    } */

    /* .background-network-form .background-network-form__line {
        display: none;
    } */
}

.network-form-block p {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.network-form-block .btn {
    margin: 30px 0 30px 200px;
    padding: 19px 55px 19px 60px;
}

.footer_bottom-block {
    margin-top: 50px;
}

.footer * {
    font-size: 20px;
}

.footer .footer_logo-block {
    position: relative;
    height: 100%;
}

.footer .footer_logo-block h4 {
    margin-left: 200px;
    width: max-content;
}

.footer .footer_logo-block h4 span {
    font-size: 45px;
}

.footer .footer__time {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    width: 60%;
    margin-top: 10px;
    margin-left: auto;
}

.footer__time--mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.footer .footer__time svg, .footer__time--mobile svg {
    display: none;
}

.footer .footer__time p, .footer__time--mobile p, .footer__time--mobile p span {
    text-transform: none;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: fit-content;
    margin: 0;
}
.footer .footer__time span {
    text-transform: lowercase;
}
.footer_menu {
    display: flex;
    justify-content: end;
    text-transform: uppercase;
}

.footer .logo-text {
    display: none;
}
.footer .logo-img {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
}

.footer_menu .nav {
    display: flex;
    flex-direction: column;
}

.footer_menu .nav .nav-item {
    min-width: 180px;
}

.footer_menu .nav .nav-item .nav-link {
    color: #212529;
    padding: 0.2rem 1rem;
}

.footer_menu .nav .nav-item .nav-link:hover {
    color: #F63F95;
}

.footer_menu, .footer_contact { 
    text-transform: uppercase;
    padding-bottom: 48px;
}


.footer_contact {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer_contact h4 {
    margin: 0;
}

.footer_contact a:first-of-type {
    margin: 5px 0;
}

.footer_contact img {
    width: 68px;
    height: 68px;
}

.error-container {
    background: url('/local/templates/malina/images/404_bg.png');
    min-height: 900px;
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-position-y: 107%;
}

.bx-auth a.btn-link {
    color: #F63F95;
}

.courses-items_wrapper .swiper.gallery {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.courses-items_wrapper .swiper.gallery .swiper-wrapper {
    height: max-content;
    max-height: 400px;
}

.courses-items_wrapper .swiper.gallery .swiper-wrapper .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.courses-items_wrapper .swiper.gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 7px;
    background-color: unset;
    border: 2px solid #F63F95;
    opacity: 1;
}

.courses-items_wrapper .swiper.gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F63F95;
    /* opacity: 1; */
}


.social-icon {
    width: 56px;
    height: 56px;
    border-radius: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: transform 0.3s;
}

.social-icon:hover {
    color: white;
    transform: scale(1.1);
}

.social-icon svg {
    width: 75%;
    height: 75%;
}

.social-icon--vk {
    background: #1976d2;
}

.social-icon--tg svg {
    width: 100%;
    height: 100%;
}


/* Форма обратной связи для курсов */
.course-feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.course-feedback .col-12.col-lg-8.col-xxl-6 {
    width: 100%;
    max-width: 1010px;
}

.course-feedback .club {
    font-size: clamp(26px, 4vw, 32px);
    line-height: 144.52%;
    letter-spacing: 0.015em;
    color: rgb(246, 63, 149, 0.702);
}

.course-feedback .element-form {
    margin-bottom: 60px;
}

.course-feedback .element-form .form {
    min-height: 320px;
}

.course-feedback .element-form .heading {
    font-size: clamp(22px, 4vw, 32px);
    line-height: 144.52%;
    letter-spacing: 0.015em;
    color: black;
}

.course-feedback .element-form .list {
    background-image: url(./images/feedback-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 514px;
    height: 547px;
    border: none;
    border-radius: 170px 0px;
    height: calc(100% + 30px) !important;
    margin-top: -30px;
}

.course-feedback .course-feedback__malina-img {
    opacity: 1;
    position: absolute;
    right: -226px;
    bottom: -45px;
    mix-blend-mode: multiply;
}
.course-feedback .course-feedback__malina-img svg {
    width: 440px;
    height: 360px;
}

.course-feedback .element-form .list > svg:nth-child(1) {
    opacity: 1;
    mix-blend-mode: difference;
    position: relative;
    top: 20px;
    left: -30px;
}

/* .course-feedback .element-form .list::after {
    content: url(/local/templates/malina/images/bx_leaf.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    top: -29px;
    right: -24px;
    position: absolute;
} */

@media(max-width: 768px) {
    .footer_bottom-block .footer-column {
        flex-direction: column;
    }
}



.course-feedback .element-form .form input {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 0 0 0 20px;
    font-size: clamp(18px, 4vw, 24px);
}
.course-feedback .d-inline {
    font-size: 24px;
}
.course-feedback .element-form .form-btn {
    height: 64px;
}

.course-feedback .element-form .form .input_border {
    border-bottom: 2px solid #F63F95;
    border-left: 2px solid #F63F95;
    border-bottom-left-radius: 20px;
    margin-bottom: 55px;
}
.course-feedback .element-form .form .input_border:last-of-type {
    margin-bottom: 28px;
}

.course-feedback .element-form .form input::placeholder {
    font-size: clamp(18px, 4vw, 24px);
    line-height: 144.52%;
    letter-spacing: 0.015em;
    color: #686868;
}

.course-feedback .element-form .form input:focus-visible {
    outline: none;
}

.course-feedback .element-form .checkbox {
    color: #686868;
    font-size: 24px;
    line-height: 14px;
}
.course-feedback .element-form .politic__checkbox span {
    color: #FFD7E1;
    text-decoration: underline;
}
.course-feedback .politic {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
}
.course-feedback .checked {
    flex-shrink: 0;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #F63F95;
    border-radius: 10px;
    margin-right: 10px;
}
.course-feedback .politic input {
    opacity: 0;
    width: 0;
    height: 0;
}
.checked::after {
    color: #F63F95;
    font-size: 30px;    
    display: inline;
}

.course-feedback .politic input:checked + .checked::after {
    content: '✓';
}

.course-feedback .element-form .form-btn {
    border: none;
    border-radius: 0px 33px;
    font-size: clamp(18px, 4vw, 26px);
    line-height: 200.02%;
    letter-spacing: 0.015em;
    color: white;
    background-color: #F63F95;
    transition: all 0.3s ease;
}
.course-feedback .element-form .form-btn:hover {
    color: black;
    background-color: #FFD7E1;
}

.course-feedback .success-form {
    display: none;
}

.course-feedback .element-form .error-block {
    color: red;
    font-size: 14px;
    display: none;
}

.confindentality {
    margin-top: 60px;
}

.privacy {
    margin: 10px 0;
    display: block;
    color: inherit;
    font-size: 14px;
    line-height: 1.25;
    text-decoration-line: underline;
    text-transform: full-width;
}

/* Стрелка "вверх" */
.up {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    font-size: 16px;
}

.snow-toggle {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    gap: 40px;
    border: 0;
}

.snow-toggle__label {
    padding-bottom: 10px;
}

.snow-toggle__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.snow-toggle__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.snow-toggle__control {
    width: 25px;
    height: 25px;
    opacity: 0;
    margin-right: 15px;
}

.snow-toggle__control:focus+.snow-toggle__text::before {
    border-color: #C56FFF;
}

.snow-toggle__control:checked+.snow-toggle__text::before {
    background-color: #FFFFFF;
    background: radial-gradient(circle,
            #FFFFFF 0%,
            #FFFFFF 40%,
            transparent 50%,
            transparent 100%);
}

.snow {
    --animation-name: snowfall;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.snow__flake {
    position: relative;
    top: -1.5em;
    color: #c1dcec;
    animation-name: var(--animation-name);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
}

.popap__cookie {
    background-color: white;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    padding: 10px 30px 20px;
    width: 50%;
    max-width: 420px;
    width: 100%;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 4px 4px 8px -4px rgba(34, 60, 80, 0.2);    
}
.popap__cookie h4 {
    font-size: 24;
}
.popap__cookie p {
    font-size: 16px;
    margin: 0;
}
.popap__cookie li {
    font-size: 16px;
    line-height: normal;
}
.popap__cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popap__cookie-button {
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
    border: none;

}
.popap__cookie-button.accept {
    color: black;
    background-color: #FFD7E1;
}
.popap__cookie-button.accept:hover {
    color: white;
    background-color: #F63F95;
}
.popap__cookie-button.reject:hover {
    background-color: gray;
    color: white;
}
.popup-cookie__button {
    color: inherit;
    background: none;
    text-decoration: underline;
    border: none;
}



@keyframes snowfall {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(100vh + 1.5em));
    }
}

@media(max-width: 1200px) {
    .header__time {
        display: none;
    }

    .background-line-leaf:before {
        width: 200px;
        height: 104px;
        bottom: 30px;
    }
    .course-comment {
        max-width: 600px;
        text-align: center;
        padding: 10px 54px;
    }
    .course-comment::after, .course-comment::before {
        font-size: 80px;
    }
}

@media(max-width: 1024px) {
    .background-line-leaf:before {
        width: 180px;
        height: 95px;
    }
}

@media(max-width: 992px) {
    .background-line-leaf:before {
        height: 130px;
        width: 180px;
        bottom: 0;
    }
}

@media(max-width: 991px) {
    .course-feedback .element-form .list-block {
        display: none;
    }
}

@media(max-width: 768px) {
    .header-burger {
        width: 40px;
        height: 40px;
    }
    .header-burger svg {
        stroke-width: 1;
    }
    .footer {
        padding-bottom: 83px;
    }
    .background-line-leaf:after {
        left: 133px;
    }
    .background-malina {
        display: none;
    }
    .footer .footer_logo-block {
        position: static;
        margin-bottom: 0;
    }
    .footer .footer__time {
        display: none;
        bottom: 17px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer__time--mobile {
        display: flex;
    }

    .footer_bottom-block {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .background-line-leaf:before {
        height: 98px;
        width: 101px;
        right: 0;
        background-position-y: 20px;
    }
    
    .social-icon {
        width: 44px;
        height: 44px;
    }

    .course-comment {
        padding: 10px 40px;
    }
    .course-comment::after, .course-comment::before {
        font-size: 64px;
    }

    .footer .footer_menu, .footer .footer_contact {
        padding: 0;
        margin: 0;
    }
    .footer_menu {
        margin-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .course-feedback .element-form .list::after {
        display: none;
    }
    .background-line-leaf:after {
        width: 150px;
        left: 5px;
    }

    .course-feedback .checked {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }
    .course-feedback .politic input:checked + .checked::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #F63F95;
    }
    .course-feedback .d-inline {
        font-size: 15px;
    }

    .course-comment {
        padding: 36px 0;
    }
    
    /* .header .logo__svg {
        width: 41px;
    }  */
    
    .popap__cookie {
        right: 50%;
        bottom: 0;
        box-shadow: 1px 1px 11px -1px black;
        transform: translateX(50%);
    }

    .popap__cookie h4 {
        font-size: 18px;
    }

    .popap__cookie p, .popap__cookie li {
        font-size: 14px;
    }

    .popap__cookie-button {
        font-size: 16px;
        padding:  7px 6px;
    }
}

@media(max-width: 500px) {
    .about__img-two img {
        border-radius: 0 80% 0 0;
        width: 70%;
        margin-top: -40px;
    }
    .social-icon {
        width: 36px;
        height: 36px;
    }
}

@media(max-width: 460px) {
    .header .logo__svg-text {
        display: none;
    }

    .header_top-block .__logo {
        align-items: end;
    }

    .header .logo__svg {
        max-width: 105px;
    }
    .header .logo__svg .logo-svg-bottom {
        display: none;
        height: 0;
    }

    .footer .social-icon {
        width: 32px;
        height: 32px;
    }
    .footer_contact .social-icon {
        margin: 0;
    }

    .background-line-leaf:before {
        width: 100px;
        height: 96px;
    }    
}

.background-line-leaf:before {
    right: 0;
}


.cookie-block-main {
  width: 100%;
  position: fixed;
  background: white;
  bottom: 0;
  padding: 24px;
  border-top: 2px solid #f63f95;
  display: flex;
  gap: 20px;
  z-index: 100;
}

.cookie-block-main .buttons {
  display: flex;
  gap: 20px;
}
.cookie-block-main .buttons .btn {
  font-size: 16px;
}

.cookie-block-main .buttons .btn::before {
   background: none;
}
.rutego-badge {
    padding-top: 20px;
    width: 100%;
    text-align: right;
}