﻿:root {
    --Button-Outline-Gradient: linear-gradient(357deg, rgba(255, 180, 144, 0.30) 6.18%, rgba(241, 132, 119, 0.30) 57.08%, rgba(210, 35, 42, 0.30) 107.56%);
}
.header_left_block {
    top: -6rem;
    position: absolute;
    left: -3%;
}

.reg_pre_img {
    width: 526px;
    height: 526px;
    aspect-ratio: 1/1;
    border-radius: 400px;
    background: linear-gradient(15deg, rgba(0, 0, 0, 0.00) 44.7%, rgba(0, 0, 0, 0.60) 78.46%), radial-gradient(80.16% 81.81% at 50.17% 19.84%, #000 0%, #010000 37%, #080200 51%, #140700 60%, #250C00 68%, #3B1400 75%, #561D00 80%, #772900 86%, #9C3600 91%, #C74500 95%, #F55400 99%, #FF5800 100%), url(<path-to-image>) lightgray -276.691px 2.427px / 167.408% 111.828% no-repeat;
    background-blend-mode: normal, screen, normal;
    background-repeat: no-repeat;
}
.div_elipsa {
    position: absolute;
    width: 965px;
    height: 440px;
    background-image: url(../images/Ellipse.png);
    top: -5.5rem;
    left: -6rem;
}

.heder_def_bg {
 background-color: #890B30;
}
    .heder_def_bg .container {
        display: flex;
    }
.header_center_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    width: 400px;
    margin-top: -6rem;
}

.div_outer_numbers {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.div_numbers {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #FFF;
    text-align: right;
    font-family: "Almoni Neue DL 4.0 AAA";
}
.div_outer_numbers:nth-child(1) {
    margin-right: 14%;
}
.div_outer_numbers:nth-child(2) {
    margin-right: 11%;
}
.div_outer_numbers:nth-child(3) {
    margin-right: 11%;
}

 

.div_outer_numbers > img {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 6.968px 3.286px 6.981px 3.484px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
.div_numbers> span {
    leading-trim: both;
    text-edge: cap;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}
.div_numbers> div {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
}
.registry_btn {
    color: #FFF;
    text-align: center;
    font-family: "Almoni Neue DL 4.0 AAA";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-radius: 26px;
    background: linear-gradient(15deg, #FFB490 -2.9%, #F18477 5.74%, #D2232A 52.29%, #AF1E24 115.04%);
    backdrop-filter: blur(2px);
    display: flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
}
    .registry_btn:hover {
        background: #D2232A; gap:16px; padding-left:42px
    }
    .registryPage h2.with_line {
        margin-bottom: 24px;
    }
.registryPage p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
}
.registryPage .medium_header .header_block_in {z-index:999999}
.registryPage .right_block .sub_block, .registryLobby .sub_block, .blockLatestProjects .sub_block {
    color: rgba(54, 8, 10, 0.80);
    font-family: "Almoni Neue DL 4.0 AAA";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    height: 30px
}
    .registryPage .right_block .sub_block > img, .blockLatestProjects .sub_block > img, .registryLobby .sub_block > img {
        border-radius: 50%;
    }
.registryPage .right_block .sub_text, .blockLatestProjects .sub_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex: 1 0 0; text-align:center
}
.blockLatestProjects .btn_small {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.Product_big {
    height: 390px;
    margin-bottom: 16px;
}

.Product_pag {
    height: 106px;
}

    .Product_big picture,
    .Product_pag picture {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .Product_big picture::after,
        .Product_pag picture::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(180deg, rgba(54, 8, 10, 0) 56.7%, rgba(54, 8, 10, 0.01) 100%)
        }

.Product_big {
    border-radius: 20px;
}

    .Product_big img,
    .Product_pag img,
    .Product_big iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50%;
        border-radius: 20px;
    }

.Product_pag img {
    border-radius: 8px;
}

.swiper-button-next_custom,
.swiper-button-prev_custom {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #EADED2;
    border-radius: 28px;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .swiper-button-next_custom::after,
    .swiper-button-prev_custom::after {
        content: "";
        position: relative;
        display: block;
        background: url(../images/core/submenu_arrow_down_black.svg) 0 0 no-repeat;
        width: 15px;
        height: 8px;
        transform: rotate(90deg);
    }

    .swiper-button-prev_custom::after {
        transform: rotate(-90deg);
    }

.swiper-button-prev_custom {
    left: 65px;
}

.swiper-button-disabled {
    opacity: 0.7;
    cursor: inherit;
}


.Product_pag .thumbframe-playButton, .thumb-playButton {
    background: linear-gradient(23.72deg, #EADED2 -50.34%, #FFB490 29.44%, #F18477 79.37%);
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    transition: .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

    .Product_pag .thumbframe-playButton:after, .thumb-playButton:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35px;
        height: 35px;
        background: url(../images/core/ico_play.svg) 50% 50% no-repeat;
    }
    .thumbframe-playButton.stopped:after, .thumb-playButton.stopped:after {
        background: url(../images/core/ico_play.svg) 50% 50% no-repeat;
    }
    .thumbframe-playButton.stopped, .thumb-playButton.stopped {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.9;
    }

.thumbframe-playButton:hover {
    opacity: 1;
}



.Product_big .swiper-pagination {
    display: none;
}


.registryPage .feedback h2 {
    margin-bottom: 64px;
}

.registryPage .feedback_slider {
    padding-bottom: 48px;
    margin-bottom: -48px;
}

    .registryPage .feedback_slider .swiper-slide {
        width: 343px !important;
        height: 364px;
        background: linear-gradient(357deg, rgba(255, 180, 144, 0.30) 6.18%, rgba(241, 132, 119, 0.30) 57.08%, rgba(210, 35, 42, 0.30) 107.56%);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
        padding: 2px;
        border-radius: 20px;
    }

    .registryPage .feedback_slider .fedback_item {
        width: 339px;
        height: 364px;
        padding: 24px;
        background: #FFFFFF;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .registryPage .feedback_slider .feedback_title {
        max-height: 50px;
        overflow: hidden;
    }
    .registryPage .feedback_slider picture {
        margin: 0 auto;
    }

    .registryPage .feedback_slider .fedback_item img {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        background: #fff;
    }
.gradient-border {
    display: inline-block;
    padding: 3px; /* Border thickness */
    border-radius: 50%;
    background: var(--Button-Outline-Gradient);
    margin: 16px auto;
}
.registryPage .feedback_slider .feedback_title, .registryLobby .feedback_title, .blockLatestProjects .swiper-slide .feedback_title {
    color: #36080A;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.registryPage .feedback_slider .feedback_txt, .registryLobby .feedback_txt, .blockLatestProjects .feedback_txt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    max-height: 52px;
}

.registryPage .feedback_slider .feedback_date {
    font-size: 18px;
    font-weight: 400;
    color: #987E7F;
    text-align: center;
}
.registryPage .feedback_slider .feedback_tags, .registryLobby .feedback_tags, .blockLatestProjects .feedback_tags {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: #F7F1ED;
    font-size: 14px;
    font-weight: normal;
    width: max-content;
}

.registryPage .feedback_slider .btn_block {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}
.donation_item {
    display: flex;
    width: 336px;
    padding: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #FFB490;
    background:  #FFF;
}
.donation_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: right;
    border-radius: 8px;
    background: linear-gradient(357deg, rgba(255, 180, 144, 0.30) 6.18%, rgba(241, 132, 119, 0.30) 57.08%, rgba(210, 35, 42, 0.30) 107.56%);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    width: 109px;
    height: 53px;
    padding: 10px 16px 0px 16px;
}
    .donation_left > span {
        font-size: 14px;
        font-weight: 400;
    }
.donation_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    color: #36080A;
    text-align: center;
    font-size: 18px;
    font-weight: 700; max-width:187px;
}
    .donation_right > span {
        font-weight: 400;
        font-size: 16px;
        text-align: right;
    }
.donation_slider .swiper-wrapper {
    min-height: 180px;
}
    .donation-slider .swiper-pagination { direction:rtl  }
.custom-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}
.light_beige {
    background: #F7F1ED;
}
.custom-pagination {
    display: flex;
    gap: 8px;
}
.custom-navigation {   
    width: 100%;
    text-align: center;
    text-align: center;
}
.custom-pagination span {
    cursor: pointer;
    font-size: 16px;
    padding: 4px 8px;
}

    .custom-pagination .active {
        width: 36px;
        height: 36px;
        background: #F7F1ED;
        color: #36080A;
        border-radius: 50%;
        text-align: center;
    }
.custom-navigation button, .page-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
}
.custom-prev:after, .page-prev > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 36px;
    height: 36px;
    border: solid 1px rgba(241, 132, 119, 0.30);
    background: url(../images/ico/ico_arrow_down.svg) 9px 50% no-repeat;
    border-radius: 26px;
    transform: rotate(-90deg);
}
.custom-next:after, .page-next>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/ico/ico_arrow_down.svg) 9px 50% no-repeat;
    transform: rotate(90deg);
}
.registryPage .btn_ev {
    border: 1px solid #36080a;
    background-color: #af1e24;
    color: #fff;
}
    .registryPage .btn_ev:hover {
        border: 1px solid #36080a;
        background-color: #fff;
        color: #36080a;
    }
    .right_block a:not(.btn) {
    color: #FF7433;
    display: inline-block;
    transition: .3s ease-in-out;
}

        .right_block a:not(.btn):after,
        .right_block a:not(.btn):before {
            content: "";
            display: block;
            position: absolute;
            height: 1px;
            right: 0;
            bottom: 6px;
            left: 0;
            background-color: #ff7433;
            transition: .5s ease-in-out;
        }

    .right_block a:not(.btn):after {
        left: 100%;
        background-color: #AF1E24;
    }

    .right_block a:not(.btn):hover {
        color: #AF1E24;
    }

    /*Lobby*/
.registryLobby .feedback_aut, .blockLatestProjects .swiper-slide {
    display: flex;
    width: 336px;
    padding: 32px 16px 20px 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    background: linear-gradient( 357deg, rgba(255, 180, 144, 0.30) 6.18%, rgba(241, 132, 119, 0.30) 57.08%, rgba(210, 35, 42, 0.30) 107.56% );
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}
.registryLobby .gradient-border, .blockLatestProjects .gradient-border  {
    margin: 0 auto;
}
.registryLobby .news_category_box{margin-bottom:56px}
.registryLobby .feedback_aut::before, .blockLatestProjects .feedback_aut::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 22px;
    background: #fff;
    z-index: -1;
}
.registryLobby .fedback_item, .blockLatestProjects .fedback_item {
    width: 332px;
    min-height: 564px;
    padding: 0 12px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.registryLobby .tag_select, .blockLatestProjects .tag_select {
    min-width: 600px
}
.blockLatestProjects .news_slider,.blockLatestProjects .process_slider  { padding: 30px 0 60px 0}
.blockLatestProjects .news_bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.registryLobby .select {
    min-width: 270px
}
.registryLobby .select-options>li:first-child {display:none;}
.author_img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}
.results_counter {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-radius: 14px;
    background: linear-gradient(357deg, rgba(255, 180, 144, 0.30) 6.18%, rgba(241, 132, 119, 0.30) 57.08%, rgba(210, 35, 42, 0.30) 107.56%);
    min-width: 304px;
}
.reg_row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.reg_detail {
    display: flex;
    padding: 8px 8px 8px 4px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    background: #fff;
    border-radius: 10px;
}
.reg_detail_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    text-align: right;
}
    .reg_detail b {
        font-size: 20px;
        text-align: right;
        font-weight: 700;
    }
    .reg_detail span {
        font-size: 16px;
        font-weight: 400;
    }
.registryLobby .sub_block { margin-bottom:0;}
.right_block a:has(> span.btn_ev)::before {
  background-color: transparent !important;
  display: none !important;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.pagination__list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
}
.page-item .page-link {
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: space-around;
    color: #36080A
}
.active .page-link {
    flex-shrink: 0;
    background: #F7F1ED;
    border-radius: 50%
}
.page-prev .page-link {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.page-next .page-link {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border: solid 1px #36080A; border-radius:50%;
}
.registryPage .news_section .news_info_block {background-color:#fff}
.registryPage .bg_lbiege {
    padding-top: 88px !important
}
.registryPage .donation-slider .swiper-slide {
    width: 336px !important;
    margin-left: 40px !important;
}
@media screen and (max-width: 1845px) {
    .registryPage .header_block_in {
        width: 528px !important
    }
    .div_elipsa {left:-22rem    }
    .heder_def_bg {
        height: 438px
    }

    .reg_pre_img {
        width: 480px;
        height: 480px;
        background-size: cover;
    }

    .header_left_block {
        top: -5.5rem;
        position: absolute;
        left: -7rem;
    }
    .blockLatestProjects .swiper-slide { margin-left:70px !important
    }
}
@media screen and (max-width: 1440px) {
    .registryPage .header_block_in {width:528px !important    }
    .heder_def_bg {
        height: 438px
    }
    .reg_pre_img {
        width: 346px;
        height: 346px;
        background-size: cover;
    }
    .header_left_block {
        top: -1rem;
        position: absolute;
        left: -3%;
    }
    .header_center_block {
        width: 400px;
        margin-top: 0rem;
        align-items: flex-start;
    }
    .div_outer_numbers:nth-child(1), .div_outer_numbers:nth-child(2), .div_outer_numbers:nth-child(3) {
        margin-right: 2rem;
    }
    .registryPage .donation-slider .swiper-slide {
        width: 336px !important;
        margin-left: 40px !important;
    }
    .div_elipsa {
        position: absolute;
        width: 965px;
        height: 440px;
        background-image: url(../images/Ellipse.png);
        top: -5.5rem;
        left: -27.6rem;
    }

}

@media screen and (max-width: 1024px) {
    .heder_def_bg {
        height: 290px
    }

    .registryPage .header_block_in {
        width: 428px !important;
        margin-top: 60px
    }

    .header_center_block {
        width: 400px;
        margin-top: 0rem;
        align-items: flex-start;
    }

    .reg_pre_img {
        width: 346px;
        height: 346px;
    }
    .header_left_block {
        top: -4rem;
        position: absolute;
        left: -3%;
    }
    .div_outer_numbers:nth-child(1) {
        margin-right: 2.5rem;
    }

    .div_outer_numbers:nth-child(2) {
        margin-right: 2rem;
    }

    .div_outer_numbers:nth-child(3) {
        margin-right: 1.7rem;
    }
}

@media screen and (max-width: 1023px) {
    .heder_def_bg .header_block_in {margin-top:15px }
    .reg_pre_img {
        width: 246px;
        height: 246px;
    }
    .registryPage .header_block_in {
        width: 265px !important;
    }
 
    .service_product .row {
        flex-direction: column-reverse;
    }

    .service_product .col_50 {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .service_product h1 {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .Product_pag,
    .swiper-button-next_custom, .swiper-button-prev_custom {
        display: none;
    }

    .col_50 {
        max-width: 100%
    }
    .div_elipsa {
        left: -33.6rem;
    }
        .Product_big {
        height: auto;
        padding-bottom: 50px;
        margin-bottom: 35px;
    }

        .Product_big .swiper-pagination {
            display: block;
        }

        .Product_big picture,
        .Product_big iframe {
            border-radius: 20px;
            width: 343px;
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }

    .feedback {
        padding-bottom: 100px;
    }

    .feedback_slider .swiper-slide {
        display: flex;
        justify-content: center;
    }
        .news_category_box {justify-content:center    }
 .registryPage .feedback_slider .swiper-slide {
        width: 343px !important;
        margin-left: 40px !important;
    }

    .registryPage .donation-slider .swiper-slide {
        width: 336px !important;
        margin-left: 40px !important;
    }
    .header_left_block {
        top: -1rem;
        position: absolute;
        left: -3%;
    }
}
@media screen and (max-width: 640px) {
    .registryLobby .tag_select, .blockLatestProjects .tag_select {min-width:320px    }
    .custom-pagination {
        display: none;
    }
    .heder_def_bg .header_block_in {
        margin-top: 9rem; width: 356px !important;
    }
    .registryPage .heder_def_bg {
        height: 500px;
        align-self: stretch;
        background: #890B30;
    }
    .div_pre_img {
        left: -3rem;
        top: 3rem;
    }
    .reg_pre_img {
        width: 245px;
        height: 245px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
        border-radius: 200px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(15deg, rgba(0, 0, 0, 0.00) 44.7%, rgba(0, 0, 0, 0.60) 78.46%), radial-gradient(80.16% 81.81% at 50.17% 19.84%, #000 0%, #010000 37%, #080200 51%, #140700 60%, #250C00 68%, #3B1400 75%, #561D00 80%, #772900 86%, #9C3600 91%, #C74500 95%, #F55400 99%, #FF5800 100%), url(<path-to-image>) lightgray -128.877px 1.13px / 167.408% 111.828% no-repeat;
        background-blend-mode: normal, normal, screen, normal;
        background-size: cover;
    }
    .div_numbers > div {
        font-size: 15px;
    }
    .header_left_block {
        width: 335px;
        height: 335px;
        flex-shrink: 0;
        order: 1;
        border-radius: 335px;
        border: 0.56px solid rgba(255, 255, 255, 0.00);
        border-color: #ae5871;
        justify-content: space-evenly;
        align-items: center;
        margin-right: 7rem;
        margin-top: -9rem;
    }
    .header_block_in {
        order: 2;
        margin-top: -2rem;
    }
    .heder_def_bg .container {
        flex-direction: column;
    }
    .header_center_block {
        flex-direction: row;
        margin-top: 2rem;
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
        order: 3;
    }
    .div_outer_numbers {
        flex-direction: column;
        width: 33.33%;
        margin: 0 !important;
        gap: 8.959px;
        text-align: center;
        align-items: center;
    }
    .div_numbers {
        text-align: center;
    }
        .div_numbers > span {
            font-size:16px
        }
    .div_elipsa {display:none }
}
@media screen and (max-width: 320px) {
    .header_left_block {
        margin-right: 4rem;
        margin-top: 12rem;
    }

    .registryPage .heder_def_bg {
        height: 520px
    }

    .medium_header .header_block_in {
        margin-top: 9rem
    }

    .registryPage .feedback_slider .swiper-slide {
        width: 287px !important;
        margin-left: 20px !important;
    }

    .div_pre_img {
        left: -3rem;
        top: -18rem;
    }
}