/* root */
:root {
    --color1: rgba(0, 0, 0, 1);
    --color2: rgba(245, 245, 245, 1);
    --color3: rgba(0, 159, 227, 1);
    --color4: rgba(0, 70, 131, 1);
    --color5: rgba(61, 61, 61, 1);
    --color6: rgba(255, 255, 255, 1);
    --color7: rgba(219, 219, 219, 1);
}

body {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #3D3D3D;
    overflow-x: hidden;
}

.app{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main{
    flex: 1;
}

.img-obtain {
    width: 100%;
    object-fit: cover;
}

.img-full {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-contain {
    object-fit: contain;
}

ul {
    padding: 0 0 0 20px;
}

h1 {
    font-size: 52px;
    line-height: 56px;
}

h2 {
    font-size: 40px;
    line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

.header {
    background-color: rgba(245, 245, 245, 1);
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.header_inner {
    padding: 21px 0;
    gap: 30px;
}

.header_first {
    gap: 32px;
}

.header_inner {
    justify-content: space-between;
}

.header_logo {
    width: max-content;
}

.header_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 36px;
}

.header_slogan {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: max-content;
}

.heart_icon:before {
    content: "";
    background: url(../assets/icons/heart-blue.svg) no-repeat center center;
    background-size: contain;
    width: 45px;
    height: 29px;
}

.header_menu li a {
    font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
    color: var(--color1);
}

.header_menu li {
    padding: 0 8px;
}

.header_menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.header_buttons,
.header_inner,
.header_first {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.header_buttons,
.header_auth {
    text-align: center;
}

.btn {
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    display: block;
    width: max-content;
    text-align: center;
}

.btn-center {
    margin: 0 auto;
}

.btn-blue {
    background-color: var(--color3);
    color: var(--color2);
    gap: 10px;
    border: 1px solid var(--color3);
}

.event-status a.btn-blue {
    color: #fff;
    text-decoration: none;
}

.event-status a.btn-transparent {
    text-decoration: none;
}

.btn-transparent {
    border: 1px solid var(--color3);
    background-color: transparent;
    color: var(--color3);
}

.header_auth {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: var(--color3);
    border-radius: 8px;
    border: 1px solid var(--color3);
    align-items: center;
    padding: 10px 16px;
    margin: 0 0 0 auto;
}

.header_auth:before {
    content: url("../assets/icons/auth-before.svg");
    width: 16px;
    height: 16px;
}

.icon-header-before,
.header_slogan {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.icon-header-before:before {
    content: url("../assets/icons/heart-white.svg");
    width: 24px;
    height: 24px;
}

.banner {
    padding: 70px 0;
    background-color: var(--color2);
}

.banner_inner {
    display: flex;
    flex-direction: row;
    position: relative;
}

.banner_left {
    flex: 0 0 590px;
    z-index: 2;
}

.banner_title {
    padding: 0 0 60px;
}

.banner_title h1 {
    font-size: 64px;
    line-height: 120%;
    font-weight: 700;
    font-family: Montserrat Alternates, sans-serif;
    color: var(--color4);
    text-transform: uppercase;
}

.banner_txt {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 24px;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    width: 370px;
    margin: 0 65px 0 auto;
}

.banner_txt:after {
    position: absolute;
    left: -28px;
    bottom: -31px;
    content: url("../assets/icons/dialog-tail-white.svg");
}

.banner_bottom {
    margin: 50px 0 0;
}

.banner_right {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: auto;
    flex: 1 0 800px;
    width: 800px;
}

.banner_images-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 44px;
    align-items: flex-end;
    justify-content: end;
    padding: 40px 0;
}

.banner_images-grid img {
    border-radius: 24px;
    object-fit: cover;
    width: auto;
}

/* teasers */

.teasers {
    padding: 85px 0;
    background-color: var(--color6);
    position: relative;
}

.teasers_inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.teasers_content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.teasers_content {
    gap: 40px;
}

.teaser-item {
    color: var(--color4);
}

.teaser-item span {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}

.teaser-item h3 {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 16px;
}

.teaser-item p {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--color5);
}

.teasers_image,
.about-adds_img {
    margin: -150px -200px -150px 0;
}

.about-adds_img {
    flex: 0 0 35%;
    margin: -150px 0 -150px 0;
}

.about-adds {
    gap: 40px;
}

/* advantages */

.advantages {
    padding: 80px 0;
    background-color: var(--color2);
}

.advantages_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.advantages_top {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

h3.section-title {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    color: var(--color4);
}

.advantages-subtitle {
    position: absolute;
    padding: 20px;
    left: 555px;
    bottom: 25px;
    background-color: #fff;
    border-radius: 24px;
    width: 480px;
}

.advantages-subtitle p {
    font-weight: 500;
}

.advantages-subtitle:after {
    left: -55px;
    top: 15px;
    position: absolute;
    content: url("../assets/icons/dialog-tail-revert.svg");
}

.advantages_main {

}

.advantages_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.advantages_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.advantages_item h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--color4);
    font-family: Montserrat Alternates, sans-serif;
}

.advantages_item p {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}

.advantages_item-icon img {
    width: 110px;
    height: 110px;
    margin: 0 0 10px;
}

.appeal_txt {
    padding: 0 0 60px;
}

.appeal_txt h2 {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color4);
    position: relative;
}

.heart_big_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.heart_big_icon:before {
    content: "";
    background: url(../assets/icons/heart-big-blue.svg) no-repeat 100% 100%;
    background-size: contain;
    position: absolute;
    width: 95px;
    height: 90px;
    right: calc(100% + 18px);
}

.appeal {
    padding: 30px 0;
}

.appeal_txt p {
    font-weight: 500;
    margin: 16px 0;
}


.appeal_inner,
.events-about_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.events-about_inner {
    align-items: start;
}

.appeal_content {
    padding: 0 0 0 130px;
}

.appeal-btn {
    font-size: 18px;
    font-weight: 500;
}

.donation {
    padding: 100px 0;
    background-color: var(--color2);
}

.donation_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.donation_content {

}

.donation_grid {
    display: flex;
    flex-direction: row;
    gap: 39px;
}

.donation_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 210px;
}

.donation_item-price {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    background-color: #fff;
    width: 100%;
    padding: 12px 16px;
    color: var(--color4);
    margin-bottom: 8px;
    border-radius: 18px;
}

.donation_item-txt {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
}

/* progress-bar */

.progress-container {
    width: 175px;
    background-color: rgba(237, 237, 237, 1);
    border-radius: 8px;
    overflow: hidden; /* Обрезает заполнение по границе */
    position: relative;
    height: 55px;
    border: 1px solid rgba(219, 219, 219, 1);
}

.progress-bar {
    height: 100%;
    width: 0%; /* Начальная ширина */
    background-color: rgba(78, 199, 242, 1);
    transition: width 0.5s ease-in-out; /* Плавная анимация */
    /* Или: transform: scaleX(0); transition: transform 0.5s ease-in-out; */
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 25px;
    color: rgba(61, 61, 61, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0;
    vertical-align: middle;
}

/* events */

.events {
    padding: 100px 0;
    background-color: var(--color6);
}

.events_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.events_content {

}

.events_slider {
    position: relative;
}

.events_item {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.events_item-image {
    position: relative;
    overflow: hidden;
    width: -webkit-fill-available;
}

.events_item-image img {
    height: 210px;
}

.events_item-content {
    padding: 20px 16px;
}

.events_item-title {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28x;
    letter-spacing: 0;
    color: var(--color4);
}

.events_item-txt {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    padding: 15px 0 9px;
}

.events_item-txt span {
    color: rgba(196, 196, 196, 1);
    font-size: 14px;
}

.events_item-txt p {
    color: rgba(40, 53, 62, 1);
}

.events_item-progress {

}

.events-btn {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.events-slider_control {
    position: relative;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}

.events-sl-next,
.events-sl-prev {
    content: url("../assets/icons/Button - Next slide.svg");
}

.events-sl-prev {
    transform: rotate(180deg);
}

.events-slider_control .swiper-scrollbar {
    height: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 120px);
    top: 51%;
}

.events-slider_control .swiper-scrollbar-drag {
    background-color: rgba(196, 196, 196, 1);
    cursor: pointer;
}

.get-all_link {
    position: absolute;
    right: 0;
    top: -80px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: underline;
    color: var(--color4);
}

.appeal-mod-revert {
    background-color: var(--color2);
}

.appeal-mod-revert .appeal_inner {
    flex-direction: row-reverse;
}

.i-news {
    background-color: var(--color6);
    padding: 100px 0 60px;
}

.i-news_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.i-news_item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    height: min-content;
}

.i-news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
}

.i-news_item-img {
    height: 250px;
    overflow: hidden;
}

.i-news_item-txt {
    padding: 16px;
    background-color: var(--color6);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    color: var(--color4);
}

.i-news_item-txt a {
    color: var(--color4);
    text-decoration: underline;
}

.i-news_item-txt .news-list_date {
    display: block;
    margin-top: 75px;
    color: rgba(196, 196, 196, 1);
}

.i-news_item-link {
    padding: 6px 0;
}

.faq_accordions .ui-icon-triangle-1-e {
    background-position: 0 -16px
}

.faq_accordions .ui-accordion-header-icon {
    position: absolute;
    right: 15px;
    top: 16px;
    background-position: center;
    background-image: url("../assets/icons/bx_bxs-down-arrow.svg");
}

.faq_accordions .ui-state-active .ui-icon, .faq_accordions .ui-button:active .ui-icon {
    background-image: url("../assets/icons/bx_bxs-down-arrow.svg");
    transform: rotate(180deg);
}

.faq_accordions .ui-state-active,
.faq_accordions .ui-widget-content .ui-state-active,
.faq_accordions .ui-widget-header .ui-state-active,
.faq_accordions a.ui-button:active,
.faq_accordions .ui-button:active,
.faq_accordions .ui-button.ui-state-active:hover {
    background: transparent;
    border-top: 1px solid rgba(131, 208, 245, 1);
    border-right: 1px solid rgba(131, 208, 245, 1);
    border-left: 1px solid rgba(131, 208, 245, 1);
    border-bottom: 0;
}

.faq_accordions .ui-widget-content {
    border: 1px solid rgba(131, 208, 245, 1);
    border-top: 0;
}

.faq_accordions .ui-accordion .ui-accordion-header {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--color4);
    padding: 12px 24px;
    background-color: rgba(226, 243, 251, 1);
    border-radius: 16px 16px 0 0;
}

.faq_accordions .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    padding: 24px 50px 5px 24px;
    background-color: transparent;
    border-radius: 16px 16px 0 0;
}

.faq_accordions .ui-accordion-header.ui-corner-top.ui-corner-all.ui-state-default.ui-accordion-icons {
    border: 1px solid rgba(226, 243, 251, 1);
    border-radius: 12px;
    color: rgba(51, 51, 51, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
}


/*.faq_accordions .ui-accordion-content.ui-corner-bottom.ui-helper-reset{
    margin: 0 0 30px;
}

.faq_accordions .ui-accordion-header:not(.ui-accordion-header-active){
    margin: 0 0 30px;
}*/

.faq_accordions .ui-widget-content {
    padding: 5px 24px 24px;
    border-radius: 0 0 16px 16px;
}

.faq_accordions .ui-widget-content {
    background: transparent;
}

.faq_accordions .ui-accordion .ui-accordion-header:not(:first-child) {
    margin-top: 14px;
}

.faq {
    background-color: rgba(245, 245, 245, 1);
    padding: 100px 0;
}

.faq_inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* footer */

.footer {
    padding: 45px 0 30px;
    background-color: rgba(219, 219, 219, 1);
}

.footer_inner {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: baseline;
}

.footer_logos {
    flex: 0 0 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.footer_logo {

}

.footer_slogan {

}

.footer_content {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.footer_main-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_main {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer_menu {
}

.footer_menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 -12px;
    gap: 10px;
    padding: 0;
}

.footer_menu li a {
    padding: 12px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
}

.footer_phones,
.footer_phone {
    display: flex;
    flex-direction: row;
}

.footer_phones {
    gap: 40px;
}

.footer_phone {
    align-items: center;
    gap: 10px;
}

.footer_phone a {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
}

.footer_socials {
}

.footer-soc {
    padding: 10px;
    width: 40px;
    height: 40px;
}

.f-icon-vk {
    content: url("../assets/icons/vk-black.svg");
}

.f-icon-tg {
    content: url("../assets/icons/tg-black.svg");
}

.f-icon-ok {
    content: url("../assets/icons/ok-black.svg");
}

.footer_main-bottom {
    display: flex;
    flex-direction: row;
    padding: 30px 0 0 0;
    align-items: end;
    justify-content: space-between;
}

.footer_info,
.footer_info a {
    color: rgba(0, 0, 0, 0.6)
}

.footer_developer a {
    text-decoration: underline;
    color: rgba(0, 159, 227, 1);
}

.i-news_content {
    position: relative;
}

.header_burger {
    display: none;
}

.header_menu.show-menu {
    display: block;
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 3;
    padding: 100px 20px;
}

.header_menu.show-menu ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 22px;
    list-style: none;
}

.header_menu.close-burger {
    display: none;
}

.header_menu.show-menu .close-burger {
    display: block;
    content: url("../assets/icons/cross.png");
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
}

/* модификации для личного кабинета*/
.personal-account .logged-title {
    margin: 0 auto 0 0;
    font-family: "Montserrat Alternates", sans-serif;
    text-transform: uppercase;
}

.personal-account .header_content {
    width: 100%;
}

.personal-account .header_first {
    flex: 0 0 230px;
}

.header_auth.logged-in {
    border: none;
    flex-direction: row-reverse;
}

.header_auth.logged-in span {
    font-weight: 600;
}

.header_auth.logged-in:before {
    content: url("../assets/icons/loguout-icon.svg");
}

.personal-profile {
    background-color: rgba(245, 245, 245, 1);
}

.personal-profile__inner {
    display: flex;
    flex-direction: row;
    gap: 36px;
    padding-bottom: 120px;
}

.personal-profile__left-side {
    flex: 0 0 205px;
    padding: 50px 0;
}

.personal-profile__right-side {
    flex: 0 0 225px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.personal-profile__right-side h5 {
    font-family: "Montserrat Alternates", sans-serif;
    margin-bottom: 16px;
}

.left-side__abilities {

}

.left-side__abilities ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 32px;
}

.left-side__abilities a {
    color: rgba(0, 0, 0, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
}

.left-side__abilities a.btn-blue {
    color: #fff;
}

.left-side__stations {
    margin-top: 45px;
}

.left-side__stations a {
    display: block;
    padding: 10px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 8px;
    width: fit-content;
    border: 1px dashed rgba(0, 159, 227, 1);
}

.left-side__stations ul {
    list-style: none;
}

.personal-profile__main {
    width: 100%;
}

.personal-profile__main-card {
    background-color: #fff;
    padding: 24px 40px;
    height: max-content;
    width: 100%;
    border-radius: 8px;
}

.personal-profile__title {
    margin-bottom: 24px;
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 48px;
}

.personal-profile__content {

}

.personal-profile__card {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 450px;

}

.personal-profile__card-img {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 164px
}

.personal-profile__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personal-profile__card-txt {

}

.personal-profile__card-txt h4 {
    color: rgba(0, 0, 0, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
}

.personal-profile__card-txt p,
.personal-profile_counter p {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 120%;
}

.personal-profile__subs {
    margin: 0 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.personal-profile--row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}


.profile-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.profile-label input,
.event_constructor__checkbox input {
    appearance: none;
    content: url("../assets/icons/profile-notcheked.svg");
    width: 24px;
    height: 24px;
}

.profile-label input:checked,
.event_constructor__checkbox input:checked {
    content: url("../assets/icons/profile-cheked.svg");
    width: 24px;
    height: 24px;

}

.private-description p {
    font-size: 12px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    line-height: 100%;
}

.personal-profile_counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.personal-profile_counter span {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 159, 227, 1);
    padding: 8px 24px;
    border-radius: 8px;
}

.private-description {
    border-left: 1px solid rgba(0, 159, 227, 1);
    padding: 10px 20px;
}

.personal-profile__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 26px;
}

.personal-profile__buttons a {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.gear-icon:before {
    content: url("../assets/icons/profile-gear.svg");
}

.hand-icon:before {
    content: url("../assets/icons/profile-hand.svg");
}

.logout-icon:before {
    content: url("../assets/icons/circlet-loguot.svg");
}

.abilities-icon {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row;
}

.personal-profile__events {
}

.events-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 24px;
}

.events-tab {
    color: rgba(0, 159, 227, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 159, 227, 1);
}

.events-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-item {
    border-radius: 8px;
    padding: 16px 24px;
    border: 1px solid rgba(219, 219, 219, 1);

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.draft-status {
    gap: 30px;
}

.draft-status .event-item__content {
    border-left: 1px solid rgba(0, 159, 227, 1);
    padding: 0 0 0 24px;
}


.event-item__content {

}

.event-item--title,
.event-item__point p {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
}

.event-item--content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 64px;
}

.event-item__point {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.draft-status .event-item--title {
    color: rgba(0, 159, 227, 1);
}

.event-item--title {
    margin-bottom: 12px;
}

.event-item__point p {
    font-size: 18px;
}

.event-item__point-cost {
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 120%;
    color: rgba(255, 255, 255, 1);
    padding: 8px 16px;
    border-radius: 8px;
    background-color: rgba(0, 159, 227, 1);
}

.event-item__status,
.event-item__btn {
    border: 1px dashed rgba(131, 208, 245, 1);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
}

.event-item__btn {
    color: rgba(0, 159, 227, 1)
}

.draft-status .event-item__btn {
    font-weight: 500;
}

.published-status .event-item__btn {
    font-weight: 800;
}

.completed-status .event-item__btn {
    background-color: rgba(0, 159, 227, 0.1);
    color: rgba(0, 159, 227, 0.5);
}

.event-item.completed-status {
    background-color: rgba(219, 219, 219, 0.2);
}

.personal-profile__event-new {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.event-new__trigger {
    content: url("../assets/icons/plus-icon.svg");
    padding: 30px;
    border-radius: 8px;
    background-color: rgba(0, 159, 227, 0.1);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.event-new__txt {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-weight: 500;
}

.event-new__txt .btn-blue,
.about-adds_txt-buttons .btn {
    font-size: 18px;
}

.event-new__create {

}

.standard-page {
    padding: 30px 0;
}

.page-title-side {
    margin-bottom: 40px;
}

.page-title {
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    text-transform: uppercase;
}

.page-title-top {
    display: flex;
    flex-direction: row;
    gap: 90px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.page-title-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

.page-title-bottom p {
    max-width: 400px;
}

.faq-form {
    margin-bottom: 30px;
}

.faq-form p {
    color: rgba(0, 0, 0, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
}

.btn-dashed {
    border: 1px dashed rgba(0, 159, 227, 1);
}

.faq-form__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(0, 159, 227, 1);
    border-radius: 8px;
    max-width: 980px;
    margin-top: 8px;
}

.faq-form__inner [type="text"] {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    width: 100%;
}

.faq-form__inner [type="submit"] {
    background: url(../assets/icons/material-symbols_search-rounded.svg) no-repeat 100% 100%;
    background-size: cover;
    appearance: none;
    padding: 10px;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.faq-main {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.faq-left-col,
.event-main {
    flex: 1 1 60%;
}

.section-title {

}

.faq-tabs {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 25px 0;
    align-items: center;
    flex-wrap: wrap;
}

.faq-tab {
    display: block;
    color: rgba(0, 159, 227, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px dashed rgba(0, 159, 227, 1);
}

.section-tab {
    margin-bottom: 24px;
}

.section-tab__title {
    margin-bottom: 16px;
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.faq_content {
}

.faq_accordions {
}

.accordion {
}

.faq-right-col,
.event-side {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-right-item,
.faq-right-item form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: rgba(245, 245, 245, 1);
}

.faq-right-item {
    padding: 24px;
}

.faq-right-item label p {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
}

.faq-right-item input[type="text"],
.faq-right-item label textarea {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    resize: none;
}

.faq-right-item label textarea {
    height: 180px;
}

.faq-right-item label .description {
    padding: 0 16px;
    color: rgba(0, 0, 0, 0.3);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
    margin-top: 10px;
}

.faq-right-title {
    font-size: 24px;
}

.faq-right-item .section-title,
.faq-right-title {
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
}

.page-title-bottom_btns {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.events-topside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.events_search {
    margin-bottom: 30px;
}

.events-topside--buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}

.events-topside--buttons .btn {
    font-weight: 500;
    font-size: 18px;
}

.events-topside__left {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-weight: 500;
}

.events-about_txt-bottom {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin: 36px 0 0;
}

.events-about_txt-bottom p {
    font-size: 16px;
    line-height: 120%;
}

.events-about_txt-bottom .btn {
    white-space: nowrap;
    font-size: 18px;
}

.events-about_image {
    flex: 0 0 570px;
}

.events-about_txt h2 {
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
}

.events-about_txt p,
.events-about_txt h2 {
    max-width: 500px;
}

.events-about {
    padding: 56px 0 0;
    background-color: rgba(245, 245, 245, 1);
}

.events-about_content {
    margin: 0 -30px 0 0;
}

.events-annotation {
    padding: 16px 24px;
    border: 1px solid rgba(0, 159, 227, 1);
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-top: 40px;
}

.events-annotation_txt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.events-annotation_txt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.events-annotation_txt h5 {
    color: rgba(0, 159, 227, 1);
    font-weight: 500;
    font-size: 24px;
}

.events-annotation_ready b {
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.events-list {
    margin-top: 40px;
    margin-bottom: 80px;
}

.pag-prev {
    content: url("../assets/icons/pag-prev.svg");
}

.pag-item,
.pag-item:active,
.pag-item:visited,
.pag-item:hover{
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 50%;
    color: #000;
}

.pag-next {
    content: url("../assets/icons/pag-prev.svg");
    transform: rotate(180deg);
}

.events-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 40px 0 0;
}

.btn-blur {
    background-color: rgba(0, 159, 227, 0.1);
    color: rgba(0, 70, 131, 1);
    font-weight: 500;
}

.event-fill-article {
    background-color: rgba(219, 219, 219, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(219, 219, 219, 1);
    padding: 16px 24px;
}

.event-main__txt {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
}

.event-main__txt h5 {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: rgba(0, 70, 131, 1);
    margin-bottom: 16px;
}

.event-organizer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-main__txt {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.event-organizer_main {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.event-organizer_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.event-main__image {
    margin-bottom: 56px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.event-organizer_txt {

}

.event-organizer_txt h5 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
}

.event-organizer_txt p {
    font-size: 18px;
}

.event-organizer_bottom {
    margin: 0 0 0 113px;
}

.event-organizer_bottom p {
    font-weight: 500;
    font-family: "Rounded Mplus 1c", sans-serif;
}

.event-row {
    display: flex;
    flex-direction: row;
    gap: 42px;
}

.event-main {
    flex: 0 0 60%;
}

.event-side {
    gap: 40px;
    flex: 1 1 auto;
}

.event-status {

}

.event-status > div {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.event-status_element {
    white-space: nowrap;
}

.event-status_element.transparent {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    line-height: 100%;
    color: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border: 1px solid rgba(0, 159, 227, 1);
    border-radius: 8px;
}

.event-status_element.fill {
    color: rgba(255, 255, 255, 1);
    padding: 8px 16px;
    background-color: rgba(0, 159, 227, 1);
    border-radius: 8px;
}

.event-status {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    width: 85%;
}

.event-status a {
    color: rgba(0, 159, 227, 1);
    text-decoration: underline;
}

.event-donations,
.event-link {
    padding: 16px;
    background-color: rgba(245, 245, 245, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.personal-profile__event-chat h5,
.event-donations h5,
.event-link h5 {
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.event-link {
    padding: 16px 24px;
    background-color: #fff;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 8px;
}

.event-donator,
.event-link__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid rgba(219, 219, 219, 1);
}

.event-link__inner {
    padding: 12px 16px;
    overflow: hidden;
    color: rgba(38, 50, 56, 1);
}

.event-link__inner a {
    color: rgba(38, 50, 56, 1);
}

.event-donator__txt {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
}

.event-donator__txt b {
    font-weight: 500;
    margin-bottom: 3px;
}

.event-donator__money {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    color: rgba(0, 159, 227, 1);
    white-space: nowrap;
}

.soc-vk {
    content: url("../assets/icons/vk-soc-blue.svg");
}

.soc-tg {
    content: url("../assets/icons/tg-soc-blue.svg");
}

.soc-max {
    content: url("../assets/icons/max-soc-blue.svg");
}

.soc-wa {
    content: url("../assets/icons/wa-soc-blue.svg");
}

.event-socials {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.btn-link-sign:before {
    content: url("../assets/icons/mingcute_link-line.svg");
    width: 24px;
    height: 24px;
}

.btn-link-sign {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
}

.event-social_row {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.event-tab {
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid rgba(219, 219, 219, 1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;
}

.event-tab span {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
}

.page-title-sub {
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
}

.breadcrumbs {
    padding: 10px 0;
    margin: 10px 0;
}

.breadcrumbs a {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 159, 227, 1);
}

.breadcrumbs a:last-child {
    color: rgba(0, 0, 0, 1);
}

.breadcrumbs a:after {
    content: "/";
    padding: 0 10px;
    color: #000;
}

.sub-pages .header {
    background-color: #fff;
}

.close-mobile {
    display: none;
}

.personal-profile__main select,
.personal-profile__main ::picker(select) {
    appearance: base-select;
}

.personal-profile__main option {
    padding: 10px;
}

.personal-profile__main select {

}

.personal-profile__main select,
.event_constructor__select [type="date"] {
    border: 1px solid #dddddd;
    padding: 16px;
    transition: 0.4s;
    border-radius: 8px;
    font-size: 18px;
    line-height: 18px;
}

.personal-profile__main select:hover,
.personal-profile__main select:focus {
    background: #dddddd;
}

.personal-profile__main select::picker-icon {
    color: #999999;
    transition: 0.4s rotate;
    content: url("../assets/icons/arrow-selection.svg");
}

.personal-profile__main select:open::picker-icon {
    rotate: 180deg;
}

.event_constructor__checkbox {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0 16px;
}

.event_constructor {

}

.event_constructor__description {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid rgba(0, 159, 227, 1);
}

.event_constructor form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 0 0;
}

.event_constructor__label,
.event_constructor__select {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event_constructor__label [type="text"] {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
}

.event_constructor__label input[type="file"]::file-selector-button {
    appearance: none;
    border: 2px dashed rgba(0, 159, 227, 1);
    border-radius: 8px;
    padding: 8px 12px;
    background: transparent;
    font-weight: 500;
    font-style: 18px;
    cursor: pointer;
}

.event_constructor__row {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.event_constructor__label span,
.event_constructor__select span {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.event_constructor__select,
.event_constructor__label {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 12px);
}

.option-label {
}

.event_constructor__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.event_constructor__buttons .btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.event-detail__main-tags i {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 3px;
    font-weight: 500;
}

.event-detail__main-tags {
    font-weight: 500;
}

.event-detail__main-description,
.event-moderation__chat-msg {
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid rgba(0, 159, 227, 1);
}

.event-detail__main-description h5,
.event-moderation__chat-msg h5 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    color: rgba(0, 159, 227, 1);
    margin-bottom: 12px;
}

.event-detail__main-description,
.event-moderation__chat-msg {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
}

.event-moderation__chat-msg ul,
.event-moderation__chat-msg ol {
    padding: 0 0 0 20px;
}

.event-detail__main-description a {
    color: rgba(0, 159, 227, 1);
    word-wrap: break-word; /* перенос слов */
    overflow-wrap: break-word;
    word-break: break-all;
}

.event-detail__main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-detail__main-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.event-detail__main-img img {
    max-height: 380px;
    border-radius: 8px;
}

.event-detail__main-txt h5 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
}

.event-items .event-item__point {
    flex-direction: column;
    align-items: start;
}

.event-items {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.personal-profile_results {
    background-color: #fff;
    padding: 16px;
}

.personal-profile_prompt {
    background-color: rgba(237, 237, 237, 1);
    padding: 16px;
    border-radius: 8px;
}

.personal-profile_options .btn {
    font-size: 18px;
}

.personal-profile_options-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.personal-profile__main-card .event-donations {
    background: #fff;
}

.personal-profile__main-card .event-donations h5,
.personal-profile__event-chat h5 {
    font-size: 18px;
}

.personal-profile__main {

}

.on-mobile-768 {
    display: none;
}

.bordered-round-8 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.mod-gray-bordered {
    background-color: rgba(219, 219, 219, 0.2);
    border: 1px solid rgba(219, 219, 219, 1);
}

.personal-profile__event-chat {
    margin: 24px 0 0;
    padding: 24px 40px;
    background: #fff;
    border-radius: 8px;
}

.event-moderation__chat {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-moderation > h5 {
    margin-bottom: 24px;
}

.event-moderation__chat {
    margin-bottom: 24px;
}

.event-moderation__chat-msg {
    border: 1px solid rgba(219, 219, 219, 1);
    position: relative;
    font-size: 18px;
    line-height: 120%;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
}

.event-moderation__chat-msg span {
    position: absolute;
    right: 24px;
    top: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
}

.event-chat-text {
    padding: 24px 0;
}

.event-chat-text [type="submit"] {
    font-size: 18px;
}

.event-chat-text h5 {
    margin-bottom: 24px;
}

.event-chat-text textarea {
    padding: 16px 24px;
    resize: none;
    border-radius: 8px;
    border: 1px solid rgba(219, 219, 219, 1);
    width: 100%;
    font-size: 18px;
    margin-bottom: 24px;
    height: 120px;
}

.bg-transparent {
    background-color: transparent;
}

.no-pd-lr {
    padding-right: 0;
    padding-left: 0;
}

.personal-profile_prompt span {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
}

.mt-24 {
    margin-top: 24px;
}

.no-pd {
    padding: 0;
}

.events_item-date {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    color: rgba(0, 159, 227, 1);
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px dashed rgba(0, 159, 227, 1);
    width: max-content;
    margin-bottom: 10px;
}

.editing-profile .personal-profile__card {
    width: 100%;
}

.editing-profile .personal-profile__card-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.editing-profile .event_constructor__label {
    flex: auto;
}

.editing-profile .event_constructor__label b,
.editing-profile .personal-profile__subs b {
    font-weight: 400;
}

.editing-profile .personal-profile--row {
    margin: 10px 0 0;
}

.editing-profile .profile-label {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    line-height: 120%;
    white-space: nowrap;
    text-align: center;
    align-items: center;
}

.w50prc {
    width: 50%;
}

.editing-profile .event_constructor__label [type="text"] {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.editing-profile .personal-profile__subs {
    margin: 0;
}

.editing-profile .personal-profile__buttons {
    margin: 0 0 0 100px;
}

.personal-profile__card-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.personal-profile__card-buttons .btn {
    font-size: 18px;
}

.about-adds_txt {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 50px 0 0;
}

.about-adds_txt-buttons {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.about-adds {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 0;
}

.about-adjust {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 50px 0 0;
}

.about-adjust h4,
.about-adjust h5,
.about-info_title h5 {
    color: rgba(0, 70, 131, 1);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.about-adjust_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 8px 0 0;
}

.about-adjust_item {
    padding: 16px 24px;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 8px;
    background-color: rgba(219, 219, 219, 0.2);
}

.about-adjust h5 {
    font-weight: 700;
    font-size: 18px;
    font-family: "Rounded Mplus 1c", sans-serif;
}

.about-adjust_item p {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.7);
}

.about-adjust_item-top {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 10px;
}

.about-adjust_item-top img {
    height: 48px;
    width: 48px;
}

.about-adjust_item-txt {
}

.about {
    padding: 0 0 80px;
}

.about-info {
    background-color: rgba(131, 208, 245, 0.6);
    padding: 40px 0;
}

.about-info__inner {

}

.about-info__top {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.about-info_title {
    flex: 0 0 450px;
}

.about-info_txt {
    padding: 24px;
    background: #fff;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    border-radius: 24px;
}

.about-info__bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 22px 0 0;
}

.about-info__bottom b {
    color: rgba(0, 0, 0, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    line-height: 120%;
    margin: 16px 0 16px 90px;
    flex: 0 0 230px;
}

.about-info__points {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-radius: 16px;
    align-items: center;
}

.about-info__point {
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 18px;
    height: max-content;
}

.about-info__point h5 {
    color: rgba(0, 70, 131, 1);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 120%;
}

.about-info_txt {
    position: relative;
}

.about-info_txt:after {
    content: url(../assets/icons/dialog-tail-white.svg);
    position: absolute;
    left: -45px;
    transform: rotate(80deg);
    bottom: 35px;
}

.about-info_title h5 {
    margin: 0 0 40px;
}

h3.section-title.title-small {
    font-size: 24px;
    line-height: 120%;
}

.about-atmosphere__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 30px;
    margin-top: 24px;
}

.about-atmosphere__item:first-child {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
}

.about-atmosphere__item img {
    border-radius: 8px;
    overflow: hidden;
}

.about-atmosphere {
    padding: 80px 0;
}

.about-agitation__buttons .btn {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.btn-white {
    background-color: #fff;
    color: rgba(0, 159, 227, 1);
}

.about-agitation {
    background-color: rgba(0, 159, 227, 1);
    padding: 70px 0;
}

.about-agitation__txt h2 {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 48px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.about-agitation__txt {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}

.btn-white-transparent {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
}

.about-agitation__buttons {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.about-agitation__inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.question-sign-before {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.question-sign-before:before {
    content: "";
    background: url("../assets/icons/question-sign.svg") no-repeat center center;
    width: 110px;
    height: 110px;
    background-size: cover;
}

.about-faq__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    justify-content: center;
}

.about-faq {
    padding: 65px 0;
}

.about-faq__btn .btn {
    font-size: 18px;
}

.custom-registration {
    padding: 30px 0;
}

.reg-title{
    font-family: "Montserrat Alternates", sans-serif;
    color: rgba(0, 70, 131, 1);
}

.custom-registration [type="submit"]{
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    display: block;
    width: max-content;
    text-align: center;
    background-color: var(--color3);
    color: var(--color2);
    gap: 10px;
    border: 1px solid var(--color3);
    cursor: pointer;
}

.custom-registration [type="text"],
.custom-registration [type="password"]{
    color: rgba(0, 0, 0, 0.4);
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: max-content;
    resize: none;
}

.custom-registration .data-table thead td b{
    font-size: 36px;
    line-height: 40px;
    display: none;
}

.custom-registration form{
    padding: 20px 0;
}

.custom-registration a,
.custom-registration a:hover,
.custom-registration a:visited,
.custom-registration a:active{
    color: rgba(0, 70, 131, 1);
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

.page_structure {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin: 0 0 24px 0;
}
.page_structure a {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #004683;
    text-decoration: none;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
@media screen and (max-width: 1200px) {
    .page_structure {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .page_structure a {
        font-size: 26px;
    }
}
@media screen and (max-width: 670px) {
    .page_structure {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
    .page_structure a {
        font-size: 20px;
    }
}

.page-404-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 40px;
    text-align: center;
}

.page-404-inner img{
    max-width: 500px;
}

@media screen and (max-width: 1200px) {
    .header_menu {
        display: none;
    }

    .banner_title h1 {
        font-size: 50px;
    }

    .advantages-subtitle:after {
        display: none;
    }

    .advantages_top {
        flex-direction: column;
        gap: 20px;
    }

    .advantages-subtitle {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .advantages {
        padding: 60px 0;
    }

    .donation_grid {
        flex-wrap: wrap;
        gap: 30px;
    }

    .donation {
        padding: 60px 0;
    }

    h3.section-title {
        font-size: 36px;
        line-height: 40px;
    }

    .events {
        padding: 60px 0;
    }

    .events_inner {
        gap: 30px;
    }

    .heart_big_icon:before {
        width: 65px;
        height: 65px;
    }

    .footer_inner {
        flex-direction: column;
        gap: 30px;
    }

    .footer_logos {
        flex: 1 1 auto;
    }

    .footer_main-top {
        gap: 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-adjust {
        padding: 30px 0 0;
    }

    .about-adds {
        padding: 20px 0;
    }

    .about-adds_txt {
        gap: 20px;
    }

    .about-adds_img {
        margin: -50px 0;
        width: 70%;
    }

    .about-adjust_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-row {
        flex-direction: column;
    }

    .events-topside__left {
        flex-direction: column;
        align-items: start;
    }

    .faq-form__inner {
        padding: 12px;
    }

    .events-topside {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .page-title-bottom {
        gap: 20px;
    }

    .page-title {
        font-size: 52px;
    }

    .banner_title h1 {
        font-size: 40px;
    }

    .banner_right {
        display: none;
    }

    .banner {
        padding: 30px 0;
    }

    .teasers_inner {
        flex-direction: column-reverse;
    }

    .teasers_image {
        width: 400px;
        margin: -50px 0 0 0;
    }

    .teasers {
        padding: 55px 0;
    }

    .advantages_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .donation_inner {
        gap: 20px;
    }

    h3.section-title {
        font-size: 32px;
        line-height: 34px;
    }

    .donation_item {
        min-width: 100%;
    }

    .appeal-mod-revert .appeal_inner,
    .events-about_inner {
        flex-direction: column-reverse;
    }

    .appeal_content {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .appeal_txt {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 0 30px;
    }

    .heart_big_icon:before {
        position: relative;
        left: auto;
        right: auto;
    }

    .appeal-btn {
        width: max-content;
        margin: 0 auto;
    }

    .appeal_txt h2 {
        font-size: 36px;
    }

    .i-news_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .i-news {
        padding: 60px 0 40px;
    }

    .faq {
        padding: 60px 0;
    }

    .footer_phones {
        flex-direction: column;
        align-items: baseline;
    }

    .footer_phones {
        gap: 20px;
    }

    .footer_phone p {
        width: 140px;
    }

    .personal-profile__left-side {
        left: -200vw;
        transition: 1s ease all;
        position: fixed;
        top: 0;
        bottom: 0;
    }

    .personal-profile__left-side.mobile-mode {
        display: block;
        position: fixed;
        z-index: 10;
        background: rgba(255, 255, 255, 1);
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        transition: 1s ease all;
    }

    .personal-account .header_first {
        flex: auto;
    }

    .personal-profile__main-card {
        padding: 18px 24px;
    }

    .personal-profile__title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .draft-status .event-item__content {
        border-left: none;
        padding: 0;
    }

    .published-status {
        border: 1px solid rgba(0, 159, 227, 1);
    }

    .personal-profile__card {
        flex-direction: column;
        gap: 16px;
        align-items: start;
        width: 100%;
        margin-bottom: 20px;
    }

    .personal-profile__subs {
        margin: 0;
        gap: 20px;
    }

    .personal-profile__left-side.mobile-mode .close-mobile {
        content: url("../assets/icons/cross.png");
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 30px;
    }

    .faq-main {
        flex-direction: column;
    }

    .events-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .event-main,
    .event-side {
        display: contents;
    }

    .event-main__image {
        order: 1;
    }

    .event-status {
        order: 2;
    }

    .event-main__txt {
        order: 3;
    }

    .event-donations {
        order: 4;
    }

    .event-link {
        order: 5;
    }

    .about-info__top {
        flex-direction: column;
    }

    .about-info_title {
        flex: auto;
    }

    .about-info_txt:after {
        display: none;
    }

    .about-info__bottom {
        flex-direction: column;
    }

    .about-info__bottom b {
        flex: auto;
        margin: 0;
    }

    .about-info_title h5 {
        margin: 0 0 10px;
    }

    .about-info__top {
        gap: 10px;
    }

    .about-info__top,
    .about-info__bottom {
        align-items: start;
    }

    .about-atmosphere {
        padding: 50px 0;
    }

    .about-agitation__inner {
        flex-direction: column;
        gap: 30px;
    }

    .about-agitation {
        padding: 40px 0;
    }

    .about-agitation__txt h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .about-agitation__txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .reg-title{
        font-size: 32px;
        line-height: 34px;

    }

    .question-sign-before {
        gap: 24px;
    }

    .question-sign-before:before {
        width: 64px;
        height: 64px;
    }

    .about-agitation {
        padding: 26px 0;
    }

    .about-agitation__txt h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .about-faq {
        padding: 42px 0;
    }

    .about-faq__txt {
        flex-direction: column;
        text-align: center;
    }

    .about-faq__inner {
        flex-direction: column;
        gap: 20px;
    }

    .about-agitation__buttons {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }

    .about-atmosphere__item img {
        width: 300px;
    }

    .about-atmosphere__content {
        overflow: scroll;
    }

    .about-atmosphere__grid {
        display: flex;
        flex-direction: row;
    }

    .about-atmosphere {
        padding: 36px 0;
    }

    .about-atmosphere__item:first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .about-atmosphere__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-info_title h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .about-info__top,
    .about-info__bottom {
        gap: 20px;
    }

    .about-info__points {
        flex-wrap: wrap;
    }

    .about {
        padding: 0 0 50px;
    }

    .about-adjust_grid {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 -20px;
    }

    .event-item__point {
        width: 100%;
        justify-content: space-between;
    }

    .personal-profile__right-side {
        flex: auto;
    }

    .personal-profile_results {
        display: none;
    }

    .personal-profile_options h5 {
        display: none;
    }

    .personal-profile_options {
        display: flex;
        flex-direction: row;
        text-align: start;
    }

    .personal-profile_options .btn {
        text-align: start;
        height: max-content;
    }

    .personal-profile_options-buttons {
        flex-direction: row;
        align-items: center;
    }

    .on-mobile-768 {
        display: flex;
    }

    .personal-profile__inner {
        flex-direction: column;
    }

    .personal-profile__main-card {
        padding: 10px;
    }

    .footer_phone p {
        width: auto;
    }

    .footer_info p {
        font-size: 12px;
    }

    .event_constructor__row {
        flex-direction: column;
    }

    .event-socials {
        gap: 16px;
    }

    .event-social_row {
        flex-direction: column;
    }

    .event-organizer_bottom {
        margin: 0;
    }

    .event-main__image {
        margin: 0 -20px 20px;
    }

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .events-annotation_ready b {
        font-size: 18px;
    }

    .events-annotation {
        flex-direction: column;
        align-items: start;
        gap: 18px;
        padding: 16px;
    }

    .events-about_txt-bottom {
        flex-direction: column;
        align-items: start;
    }

    .events-about_image {
        flex: auto;
    }

    .events-about {
        background-color: #fff;
    }

    .page-title-side {
        margin-bottom: 25px;
    }

    .faq-main h3.section-title {
        font-size: 18px;
        line-height: 22px;
    }

    .faq_accordions .ui-accordion .ui-accordion-header {
        font-size: 16px;
    }

    .section-tab__title {
        font-size: 18px;
    }

    .page-title-top .btn {
        display: none;
    }

    .page-title {
        font-size: 40px;
    }

    .personal-profile--row {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }

    .personal-profile__buttons {
        gap: 20px;
    }

    .personal-profile__inner {
        padding-bottom: 40px;
    }

    .event-new__txt {
        max-width: 100%;
        gap: 16px;
    }

    .event-new__txt h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .personal-profile__event-new {
        padding: 30px;
    }

    .personal-profile__inner {
        margin: 0 -20px;
    }

    .event-item--content {
        gap: 18px;
    }

    .event-item__btn {
        margin: 0 0 0 auto;
    }

    .draft-status,
    .event-item {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .events-tabs {
        gap: 15px;
    }

    .logged-title {
        display: none;
    }

    .banner_title h1 {
        font-size: 30px;
    }

    .banner_title {
        padding: 0 0 30px;
    }

    .banner_txt {
        width: 85%;
        margin: 0 0 0 30px;
    }

    .teasers_content {
        flex-direction: column;
        align-items: baseline;
    }

    .advantages_item-icon img {
        width: 80px;
        height: 80px;
        margin: 0 0 10px;
    }

    .advantages_item h5 {
        font-size: 20px;
    }

    .appeal_inner,
    .events-about_inner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .appeal_content {
        padding: 0 0 0 0;
    }

    .heart_big_icon:before {
        width: 65px;
        height: 60px;
        position: relative;
        right: auto;
    }

    .appeal_txt {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 0 30px;
    }

    .appeal_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h3.section-title {
        font-size: 30px;
        line-height: 32px;
    }

    .appeal_txt h2 {
        font-size: 30px;
    }

    .i-news_grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0 20px;
    }

    .get-all_link {
        position: relative;
        top: 0;
        font-weight: 400;
        font-size: 20px;
        padding: 10px 0;
    }

    .i-news_inner {
        gap: 30px;
    }

    .events-slider_control {
        position: relative;
        padding: 60px 0 0 0;
        margin: 20px 0 0 0;
    }

    .i-news_item-txt .news-list_date {
        margin-top: 35px;
    }

    .footer_main-top {
        flex-direction: column;
        gap: 25px;
    }

    .footer_main-bottom {
        flex-direction: column;
        padding: 30px 0 0 0;
        align-items: start;
        gap: 30px;
    }

    .footer_menu ul {
        flex-wrap: wrap;
    }

    .advantages-subtitle {
        width: 100%;
    }

    .header_inner {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header_buttons {
        order: 4;
    }

    .header_auth {
        order: 3;
    }

    .header_content {
        display: contents;
    }

    .header_auth:after {
        content: "";
        background: url(../assets/icons/auth-before.svg) no-repeat center center;
        background-size: inherit;
        border-radius: 4px;
        padding: 20px;
    }

    .header_auth:before {
        display: none;
    }

    .header_buttons {
        flex: 0 0 100%;
    }

    .header_buttons .btn {
        text-align: center;
        justify-content: center;
    }

    .header_auth span {
        font-size: 15px;
        line-height: 16px;
    }

    .header_auth.logged-in {
        flex-direction: row;
    }

    .header_auth:after {
        padding: 12px;
    }

    .banner_left {
        flex: 0 0 100%;
    }

    .header_inner {
        gap: 20px;
    }

    .teaser-item h3 {
        font-size: 30px;
    }

    .teaser-item span {
        font-size: 18px;
    }

    .teasers_image {
        width: 100%;
        margin: -50px 0 0 0;
    }

    .banner_bottom {
        display: flex;
        justify-content: center;
    }

    .header_logo {
        width: 60px;
    }

    .header_slogan {

    }

    .teasers_content {
        gap: 25px;
    }

    .advantages,
    .donation,
    .events,
    .i-news,
    .faq {
        padding: 36px 0;
    }

    .i-news_item-img {
        height: auto;
    }

    .faq_accordions ul {
        padding: 0 0 0 20px;
    }

    .header_first {
        gap: 10px;
    }

    .header_inner {
        padding: 10px 0;
    }

    .header_burger {
        display: block;
        content: "";
        background: url(../assets/icons/burger.svg) no-repeat center center;
        background-size: auto;
        width: 34px;
        height: 34px;
        padding: 10px;
        border: 1px solid var(--color3);
        border-radius: 4px;
    }

    .personal-profile__card {
        margin-bottom: 36px;
    }

    .header_auth {
        padding: 10px;
    }

    .faq-tabs {
        gap: 12px;
    }

    .faq-right-item .section-title {
        font-size: 18px;
        line-height: 22px;
    }

    .faq-right-item {
        padding: 16px;
    }

    .faq-right-item, .faq-right-item form {
        gap: 12px;
    }

    .faq-right-title {
        font-size: 16px;
    }

    .events-about_content {
        margin: 0;
    }

    .events-about {
        padding: 36px 0 0;
    }

    .events-about_txt-bottom .btn {
        width: 100%;
        white-space: normal;
        text-align: start;
    }

    .event-donations {

    }

    .event-donations, .event-link {
        background-color: #fff;
        padding: 0;
    }

    .event-link {
        border: 0;
    }

    .personal-profile__right-side {
        display: none;
    }

    .event-detail__main {
        gap: 12px;
    }

    .personal-profile__event-chat {
        padding: 12px 20px;
    }

    .event-moderation > h5 {
        margin-bottom: 12px;
    }

    .event-moderation__chat {
        gap: 12px;
    }

    .event-moderation__chat-msg h5 {
        margin: 0 140px 0 0;
    }

    .event-moderation__chat-msg {
        padding: 12px;
    }

    .about-adds_txt {
        padding: 0;
    }

    .about-adds {
        padding: 0 0 20px;
    }
    .advantages_top{
        text-align: start;
        align-items: start;
    }
    .advantages_inner{
        gap: 30px;
    }
    .advantages_top{
        padding: 0;
    }
}

@media screen and (max-width: 530px) {
    h3.section-title {
        font-size: 18px;
        line-height: 20px;
    }

    .about-adds_txt-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .about-adds_img {
        margin: -20px 0;
        width: 100%;
    }

    .event-chat-text h5 {
        margin-bottom: 12px;
    }

    .event-moderation__chat-msg span {
        position: relative;
        inset: 0;
        margin: 10px 0;
        display: block;
    }

    .w50prc {
        width: 100%;
    }

    .editing-profile .personal-profile__buttons {
        margin: 0;
        flex-direction: column;
        gap: 10px;
    }

    .header_auth {
        padding: 8px;
    }

    .header_slogan img {
        width: 100px;
    }

    .header_inner {
        gap: 20px 10px;
    }

    .personal-profile_counter {
        flex-direction: column;
    }

    .personal-profile__main-card {
        padding: 16px;
    }

    .page-title {
        font-size: 30px;
    }

    .events-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .event-donator {
        flex-direction: column;
        gap: 10px;
    }

    .personal-profile_options {
        flex-direction: column;
    }

    h3.section-title.title-small {
        font-size: 18px;
    }

    .about-agitation__txt h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .about-agitation__txt {
        font-weight: 500;
    }
}