.video-top-slidk span {
    text-transform: lowercase;
}

.to_join_link a {
    display: none;
}

.project-template-default .all_projects_title_top .video-top-right {
    display: none;
}

.news-bottom a {
    font-size: 26px;
}

#artist .artist_filter + .artist_com_list {
    position: relative;
}
.command-item-custom {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 50;
}
@media (max-width: 1220px) {
    .command-item-custom .comand-img {
        max-height: 395px;
    }
}
@media (max-width: 1200px) {
    .command-item-custom {
        width: 32.5%;
    }
    .command-item-custom .comand-img {
        max-height: 400px;
    }
}
@media (max-width: 991px) {
    .command-item.command-item-custom {
        width: 49%;
    }
    .command-item-custom .comand-img {
        max-height: 400px;
    }
}
@media (max-width: 768px) {
    .command-item.command-item-custom {
        width: 48.5%;
        max-width: 340px;
    }
    .command-item-custom .comand-img {
        max-height: 400px;
    }
}
@media (max-width: 630px) {
    .command-item-custom .comand-img {
        max-height: 389px;
    }
}
@media (max-width: 599px) {
    .command-item.command-item-custom {
        /* display: none; */
        position: relative;
        width: 100%;
    }
    .comand-img,
    .command-item-custom .comand-img {
        max-height: 100%;
    }
    .command-item {
        max-width: 100% !important;
    }
}

.top-menu {
    display: flex;
    flex-direction: column;
}

/* про нас */
.menu-item-320 {
    order: 0;
}
/* проекти */
.menu-item-486 {
    order: 1;
}
/* Дивись та слухай нас */
.menu-item-764 {
    order: 2;
}
/* галерея */
.menu-item-426 {
    order: 3;
}
/* Підтримайте нас */
.menu-item-466 {
    order: 4;
}
/* контакти */
.menu-item-406 {
    order: 5;
}

/* about */
.menu-item-321 {
    order: 0;
}
/* projects */
.menu-item-485 {
    order: 1;
}
/* news */
.menu-item-765 {
    order: 2;
}
/* media */
.menu-item-425 {
    order: 3;
}
/* support us */
.menu-item-467 {
    order: 4;
}
/* contacts */
.menu-item-407 {
    order: 5;
}

.pro_left_text_top1 {
    width: 150px;
}
.support_left_p {
    line-height: 30px;
}
.support_left_text-custom {
    align-items: unset;
}
.support_left_p-custom {
    max-width: 185px;
}
.container_support .h1-custom {
    margin: 0 225px;
}
.project_top_left {
    color: #fff;
}
.page-template-about-page .pro_left_text_bottom {
    margin-left: 0;
}
.page-template-about-page .pro_left_text_bottom p {
    text-indent: 0;
}
.projects-container-title span {
    top: 0;
    left: 0;
}
#project_galery {
    display: none;
}
#project_program {
    padding-bottom: 75px;
}
.project_galery-img {
    max-width: 150px;
    max-height: 150px;
}
.project_galery-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.project_galery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}
/* Закругляем углы первой картинки */
.project_galery-img:nth-child(1) img {
    /* border-radius: 20px 0 0 0;  */
}

/* Закругляем углы третьей картинки */
.project_galery-img:nth-child(3) img {
    /* border-radius: 0 20px 0 0;  */
}

/* Закругляем углы пред предпоследней картинки */
.custom__el_radius img {
    /* border-radius: 0 0 0 20px; */
}

/* Закругляем углы последней картинки */
.project_galery-img:last-child img {
    /* border-radius: 0 0 20px 0;  */
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 45;
}
.projGalPop {
    max-width: 60vw;
    width: 100%;
    height: max-content;
    max-height: 50vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 50;
}
/* Стиль контейнера для круглой иконки */
.close-icon {
    width: 40px;
    height: 40px;
    background-color: #000; /* Серый фон */
    border-radius: 50%; /* Создаем круглую форму */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}

/* Стиль крестика */
.close-icon::before,
.close-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: white; /* Белый цвет крестика */
}

.close-icon::before {
    transform: rotate(45deg); /* Первая линия крестика */
}

.close-icon::after {
    transform: rotate(-45deg); /* Вторая линия крестика */
}

.proj__img {
    width: 100%;
    max-height: 50vw;
    object-fit: cover;
}
.img__prev {
    left: -50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='20px' id='Layer_1' style='enable-background:new 0 0 128 128;' version='1.1' viewBox='0 0 128 128' width='20px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cline style='fill:none;stroke:%232F3435;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='40.5' x2='87.5' y1='17' y2='64'/%3E%3Cline style='fill:none;stroke:%232F3435;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='87.5' x2='40.5' y1='64' y2='111'/%3E%3C/g%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-180deg);
}
.img__next {
    right: -50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='20px' id='Layer_1' style='enable-background:new 0 0 128 128;' version='1.1' viewBox='0 0 128 128' width='20px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cline style='fill:none;stroke:%232F3435;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='40.5' x2='87.5' y1='17' y2='64'/%3E%3Cline style='fill:none;stroke:%232F3435;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='87.5' x2='40.5' y1='64' y2='111'/%3E%3C/g%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.img__prev,
.img__next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c7c7c7;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
@media (max-width: 768px) {
    .projGalPop {
        max-width: 70vw;
        max-height: 60vw;
    }
    .project_galery-grid {
        margin-bottom: 30px;
    }
    #project_program {
        padding-bottom: 30px;
    }
    #to_join {
        margin-bottom: 30px;
    }
    .to_join_middle {
        margin: 10px auto;
    }
    .to_join_middle_txt {
        padding-top: 0;
    }
    .partners_container .partners_left {
        justify-content: center;
        column-gap: 30px;
    }
    .command-item-custom .comand-name1 {
        margin-bottom: 8px;
        bottom: 0 !important;
        padding-bottom: 10px !important;
    }
    #command .comand-name1 {
        margin-bottom: 10px;
        bottom: 0 !important;
        padding-bottom: 10px !important;
    }
    #artist .comand-name1 {
        bottom: 0 !important;
        padding-bottom: 10px !important;
    }
    #news-carousel {
        margin-left: 10px;
    }
    .contact_block_share {
        margin-top: 10px;
    }
    .contact_block .contact_block_right > p {
        margin-top: 5px;
    }
    .pro_left_text_top1 {
        width: 135px;
    }
}
@media (max-width: 610px) {
    .container_support .h1-custom {
        margin: 0 30%;
    }
}

@media (max-width: 576px) {
    .projGalPop {
        max-width: 80vw;
        max-height: 70vw;
    }
    .mission_title1 {
        font-size: 26px;
    }
    .mission_title .mission_title2 {
        font-size: 50px;
    }
    .line_command_blau_right2 {
        top: 145px;
    }
    .pro_ysou_en-GB .mission_title2 {
        left: 100px;
    }
    .support_left_p-custom {
        max-width: 120px;
    }
    .container_support .h1-custom {
        margin: 0 25%;
    }
    .projects-container .projects-container-text {
        padding-top: 10px;
        margin-top: 32px;
    }
    .projects-container-title span {
        padding-bottom: 5px;
    }
}
.all_projects_title_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}
.news-img {
    /* filter: brightness(.5); */
}
.news-bottom a {
    font-size: 22px;
}
.project_list-item {
    position: relative;
}
.project_list-item > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    #project_list .project-img img {
        max-height: 190px;
    }
}
@media (max-width: 992px) {
    #project_list .project-img img {
        max-height: 140px;
    }
}
@media (max-width: 768px) {
    #project_list .project-img img {
        max-height: 150px;
    }
}
@media (max-width: 576px) {
    #project_list .project-img img {
        max-height: 105px;
    }
}
@media (max-width: 425px) {
    #project_list .project-img img {
        max-height: 230px;
    }
}
@media (max-width: 375px) {
    #project_list .project-img img {
        max-height: 165px;
    }
}

#project_list .project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    #project_list .project-img img {
        object-position: 100% 30%;
    }
}
.home #news .news-img {
    filter: brightness(1);
}
.home #news .news-bottom {
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #241c23;
    width: 100%;
    padding: 0 20px;
}
.news-bottom {
    width: 100%;
    padding: 0 20px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #241c23;
}
.category-list-container .news-bottom a {
    font-size: 16px;
}
p.news-text {
    color: #fff;
}
.home #news .news-block {
    padding: 40px 0 0;
}
.news-block {
    padding: 40px 0 0 !important;
    justify-content: flex-end;
}
.home #ansambli .comand-name1 {
    display: none;
}
#project_about h2 span {
    display: inline;
}
#project_about h2 span {
    left: 100%;
}
.support_left_active {
    border-right: 1px solid #fbd92e;
}
.support_right {
    display: block;
}
.support_right_text {
    background: none;
    font-size: 14px;
}
.support_right.support_right_active {
    flex-direction: column;
    row-gap: 10px;
}
.support_right_a {
    align-items: flex-start;
}
.support_right_a a:hover {
    background-color: #fbd92e;
}
#proects .video-list-block .proect-list-img {
    max-width: 160px;
    min-width: 160px;
    max-height: 95px;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    #proects .video-list-block .proect-list-img {
        max-width: 140px;
        min-width: 160px;
        max-height: 90px;
    }
}

#proects .video-list-block .proect-list-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.support__banner {
    padding: 25px 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    background-color: #3fbfb0;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .support__banner {
        margin-bottom: 30px;
        padding: 20px;
        /* column-gap: 20px; */
    }
}
@media (max-width: 576px) {
    .support__banner {
        flex-direction: column;
        row-gap: 10px;
    }
}

.support__banner-img {
    max-width: 150px;
    object-fit: contain;
}
@media (max-width: 768px) {
    .support__banner-img {
        max-width: 100px;
    }
}

.support__banner-text {
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 768px) {
    .support__banner-text {
        font-size: 14px;
    }
}

.support__banner-link {
    color: #fff;
    min-width: max-content;
    position: relative;
    height: max-content;
    margin-top: auto;
}
@media (max-width: 576px) {
    .support__banner-link {
        margin-right: 0;
        margin-left: auto;
    }
}

.support__banner-link::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='13' viewBox='0 0 56 13' fill='none'%3E%3Cdiv xmlns='' id='in-page-channel-node-id' data-channel-name='in_page_channel_5fMOPi'/%3E%3Cmask id='mask0_1246_441' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='56' height='13'%3E%3Cpath d='M0 13L56 13V0L0 0V13Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1246_441)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3317 -9.4703L52.4419 7.49046L29.1179 39.7122L21.4172 59.7959L17.5664 57.2165C20.3992 51.9745 26.0773 39.3065 26.0773 39.3065L43.4476 13.9396L53.0075 -9.62476L58.3317 -9.4703Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.2657 -9.47046L40.1321 13.7341L21.2227 39.9365C21.2227 39.9365 17.8309 49.638 15.4163 55.7019L14.5342 55.0803L17.4221 38.5426L33.9311 16.9954L41.1661 -9.47046H46.2657Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.4418 -8.8287L30.2045 14.6025L15.3972 35.2446L13.1366 45.2453L11.26 53.5326L8.33398 51.7832L9.13264 44.2745L12.7277 34.7299L26.2556 14.2986L30.3271 -9.00903L33.4418 -8.8287Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9679 -11.488L15.0108 13.1083L4.54746 32.5148C4.54746 32.5148 3.71773 40.5433 3.33638 44.245L1.56104 42.9946L2.0951 33.5731L12.4808 13.4902L16.7995 -11.488H17.9679Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.23999 -10.8874L3.95703 14.4808L-4.63332 34.4601C-4.63332 34.4601 -5.33964 40.4969 -5.67127 43.3182L-7 42.3821C-6.97292 40.44 -6.93696 36.4319 -6.93696 36.4319L1.32177 15.6358L9.26396 -10.9727L9.23999 -10.8874Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.725 -12.8869L8.95105 12.149L-0.111666 30.286C-0.111666 30.286 -0.0632764 37.1242 -0.394904 39.9455L-1.72363 39.0095C-1.69655 37.0674 -1.66059 33.0593 -1.66059 33.0593L8.00766 9.88485L13.66 -13.0227L14.725 -12.8869Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.32861 48.1178C5.39654 44.4921 6.00252 36.0057 6.00252 36.0057L19.2219 15.6492L19.9362 5.11552L22.9502 -9.93115L24.2052 -9.71093L23.882 -0.513456L20.8197 16.9217L8.0975 37.6241C8.0975 37.6241 7.70195 44.3338 7.08087 49.3526L5.32861 48.1178Z' fill='%23FBD92E'/%3E%3C/g%3E%3C/svg%3E");
}
#artist .comand-name1 {
    background: none;
}
.partners_left {
    width: 55%;
}
@media (max-width: 1024px) {
    .partners_left {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .partners_left {
        width: 55%;
    }
}
@media (max-width: 768px) {
    #all-projects-cat .container_ysou_item2 a,
    #all-projects-cat .container_ysou_item2 a {
        padding-left: 27px !important;
    }
}
@media (max-width: 768px) {
    #contacts #right_line_fix {
        top: 40px;
    }
    .contact_block {
        margin-top: 30px;
    }
    #contacts #light_line_fix {
        display: block !important;
    }
}

.line_command_blau_right3,
.line_command_blau_right,
.line_command_artist,
#support_title #right_line_fix {
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='827' height='5' viewBox='0 0 827 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1137_7434' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='-1' width='78' height='6'%3E%3Cpath d='M78 -0.000236245L0 -0.000244141L-3.82929e-07 4.99976L78 4.99976L78 -0.000236245Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1137_7434)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.24302 26.5996L5.81675 7.37789L37.7339 -29.1401L48.271 -51.9016L53.5405 -48.9783C49.664 -43.0373 41.8941 -28.6803 41.8941 -28.6803L18.1242 0.0683345L5.04218 26.7747L-2.24302 26.5996Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2678 26.5998L22.6611 0.301325L48.5371 -29.3947C48.5371 -29.3947 53.1785 -40.3898 56.4827 -47.2622L57.6898 -46.5577L53.738 -27.815L31.1467 -3.39481L21.2462 26.5998L14.2678 26.5998Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8167 25.8725L36.2461 -0.682794L56.5094 -24.0772L59.6028 -35.4113L62.1707 -44.8036L66.1748 -42.8209L65.0819 -34.3111L60.1623 -23.4939L41.6504 -0.338473L36.079 26.0769L31.8167 25.8725Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.9914 28.8862L57.038 1.01038L71.3563 -20.9837C71.3563 -20.9837 72.4917 -30.0826 73.0136 -34.2779L75.443 -32.8607L74.7122 -22.183L60.5002 0.577582L54.5904 28.8862L52.9914 28.8862Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.9349 28.2058L72.1643 -0.544752L83.9195 -23.188C83.9195 -23.188 84.886 -30.0297 85.3398 -33.2271L87.1581 -32.1663C87.121 -29.9652 87.0718 -25.4227 87.0718 -25.4227L75.7698 -1.85326L64.9015 28.303L64.9349 28.2058Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.4292 30.4718L65.3298 2.0978L77.732 -18.4574C77.732 -18.4574 77.6658 -26.2075 78.1196 -29.4049L79.9379 -28.3441C79.9008 -26.143 79.8516 -21.6005 79.8516 -21.6005L66.6214 4.66383L58.8866 30.6257L57.4292 30.4718Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.2865 -38.6668C70.1936 -34.5576 69.3643 -24.9397 69.3643 -24.9397L51.2746 -1.86897L50.2972 10.0692L46.1728 27.1216L44.4554 26.872L44.897 16.4487L49.0876 -3.31117L66.4969 -26.7739C66.4969 -26.7739 67.0382 -34.3782 67.8881 -40.0662L70.2865 -38.6668Z' fill='%23199EF1'/%3E%3C/g%3E%3Cpath d='M976 5L77.0001 4.99992L80.2514 3.69302e-07L976 7.86781e-05L976 5Z' fill='%23199EF1'/%3E%3C/svg%3E%0A");
}
#contacts #light_line_fix,
.line_command_blau_left2,
.line_command_blau_left {
    background: #fff;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='827' height='5' viewBox='0 0 827 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1137_7434' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='-1' width='78' height='6'%3E%3Cpath d='M78 -0.000236245L0 -0.000244141L-3.82929e-07 4.99976L78 4.99976L78 -0.000236245Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1137_7434)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.24302 26.5996L5.81675 7.37789L37.7339 -29.1401L48.271 -51.9016L53.5405 -48.9783C49.664 -43.0373 41.8941 -28.6803 41.8941 -28.6803L18.1242 0.0683345L5.04218 26.7747L-2.24302 26.5996Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2678 26.5998L22.6611 0.301325L48.5371 -29.3947C48.5371 -29.3947 53.1785 -40.3898 56.4827 -47.2622L57.6898 -46.5577L53.738 -27.815L31.1467 -3.39481L21.2462 26.5998L14.2678 26.5998Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8167 25.8725L36.2461 -0.682794L56.5094 -24.0772L59.6028 -35.4113L62.1707 -44.8036L66.1748 -42.8209L65.0819 -34.3111L60.1623 -23.4939L41.6504 -0.338473L36.079 26.0769L31.8167 25.8725Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.9914 28.8862L57.038 1.01038L71.3563 -20.9837C71.3563 -20.9837 72.4917 -30.0826 73.0136 -34.2779L75.443 -32.8607L74.7122 -22.183L60.5002 0.577582L54.5904 28.8862L52.9914 28.8862Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.9349 28.2058L72.1643 -0.544752L83.9195 -23.188C83.9195 -23.188 84.886 -30.0297 85.3398 -33.2271L87.1581 -32.1663C87.121 -29.9652 87.0718 -25.4227 87.0718 -25.4227L75.7698 -1.85326L64.9015 28.303L64.9349 28.2058Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.4292 30.4718L65.3298 2.0978L77.732 -18.4574C77.732 -18.4574 77.6658 -26.2075 78.1196 -29.4049L79.9379 -28.3441C79.9008 -26.143 79.8516 -21.6005 79.8516 -21.6005L66.6214 4.66383L58.8866 30.6257L57.4292 30.4718Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.2865 -38.6668C70.1936 -34.5576 69.3643 -24.9397 69.3643 -24.9397L51.2746 -1.86897L50.2972 10.0692L46.1728 27.1216L44.4554 26.872L44.897 16.4487L49.0876 -3.31117L66.4969 -26.7739C66.4969 -26.7739 67.0382 -34.3782 67.8881 -40.0662L70.2865 -38.6668Z' fill='%23199EF1'/%3E%3C/g%3E%3Cpath d='M976 5L77.0001 4.99992L80.2514 3.69302e-07L976 7.86781e-05L976 5Z' fill='%23199EF1'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1850px) {
    .line_command_blau_left {
        width: 25%;
    }
}
@media (max-width: 1650px) {
    .line_command_blau_left {
        width: 20%;
    }
}
.line_command_blau_left2 {
    width: 40%;
}
#contacts #light_line_fix {
    width: 40%;
}
@media (max-width: 768px) {
    #contacts #light_line_fix {
        width: 55%;
    }
}

.line_command,
#news #light_line_fix,
#support_institution #light_line_fix,
#support_title #light_line_fix {
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg width='774' height='5' viewBox='0 0 774 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1112_5736' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='696' y='0' width='78' height='5'%3E%3Cpath d='M696 5L774 5V0L696 0V5Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1112_5736)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M776.243 -21.5999L768.183 -2.37814L736.266 34.1398L725.729 56.9014L720.459 53.978C724.336 48.0371 732.106 33.6801 732.106 33.6801L755.876 4.93142L768.958 -21.7749L776.243 -21.5999Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M759.732 -21.5996L751.339 4.69892L725.463 34.3949C725.463 34.3949 720.822 45.39 717.517 52.2625L716.31 51.558L720.262 32.8152L742.853 8.39505L752.754 -21.5996H759.732Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M742.183 -20.8725L737.754 5.68279L717.491 29.0772L714.397 40.4113L711.829 49.8036L707.825 47.8209L708.918 39.3111L713.838 28.4939L732.35 5.33847L737.921 -21.0769L742.183 -20.8725Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M721.009 -23.8862L716.962 3.98962L702.644 25.9837C702.644 25.9837 701.508 35.0826 700.986 39.2779L698.557 37.8607L699.288 27.183L713.5 4.42242L719.41 -23.8862H721.009Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M709.065 -23.2058L701.836 5.54475L690.081 28.188C690.081 28.188 689.114 35.0297 688.66 38.2271L686.842 37.1663C686.879 34.9652 686.928 30.4227 686.928 30.4227L698.23 6.85326L709.098 -23.303L709.065 -23.2058Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M716.571 -25.4718L708.67 2.9022L696.268 23.4574C696.268 23.4574 696.334 31.2075 695.88 34.4049L694.062 33.3441C694.099 31.143 694.148 26.6005 694.148 26.6005L707.379 0.336166L715.113 -25.6257L716.571 -25.4718Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M703.714 43.6668C703.806 39.5576 704.636 29.9397 704.636 29.9397L722.725 6.86897L723.703 -5.06916L727.827 -22.1216L729.545 -21.872L729.103 -11.4487L724.912 8.31116L707.503 31.7739C707.503 31.7739 706.962 39.3782 706.112 45.0662L703.714 43.6668Z' fill='%23FBD92E'/%3E%3C/g%3E%3Cpath d='M-201 0L698 0L694.749 4.99992L-201 4.99992V0Z' fill='%23FBD92E'/%3E%3C/svg%3E%0A");
}
#contacts #right_line_fix,
.line_command_gold_right,
#support_organization #light_line_fix {
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='774' height='5' viewBox='0 0 774 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1112_5736' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='696' y='0' width='78' height='5'%3E%3Cpath d='M696 5L774 5V0L696 0V5Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1112_5736)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M776.243 -21.5999L768.183 -2.37814L736.266 34.1398L725.729 56.9014L720.459 53.978C724.336 48.0371 732.106 33.6801 732.106 33.6801L755.876 4.93142L768.958 -21.7749L776.243 -21.5999Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M759.732 -21.5996L751.339 4.69892L725.463 34.3949C725.463 34.3949 720.822 45.39 717.517 52.2625L716.31 51.558L720.262 32.8152L742.853 8.39505L752.754 -21.5996H759.732Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M742.183 -20.8725L737.754 5.68279L717.491 29.0772L714.397 40.4113L711.829 49.8036L707.825 47.8209L708.918 39.3111L713.838 28.4939L732.35 5.33847L737.921 -21.0769L742.183 -20.8725Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M721.009 -23.8862L716.962 3.98962L702.644 25.9837C702.644 25.9837 701.508 35.0826 700.986 39.2779L698.557 37.8607L699.288 27.183L713.5 4.42242L719.41 -23.8862H721.009Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M709.065 -23.2058L701.836 5.54475L690.081 28.188C690.081 28.188 689.114 35.0297 688.66 38.2271L686.842 37.1663C686.879 34.9652 686.928 30.4227 686.928 30.4227L698.23 6.85326L709.098 -23.303L709.065 -23.2058Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M716.571 -25.4718L708.67 2.9022L696.268 23.4574C696.268 23.4574 696.334 31.2075 695.88 34.4049L694.062 33.3441C694.099 31.143 694.148 26.6005 694.148 26.6005L707.379 0.336166L715.113 -25.6257L716.571 -25.4718Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M703.714 43.6668C703.806 39.5576 704.636 29.9397 704.636 29.9397L722.725 6.86897L723.703 -5.06916L727.827 -22.1216L729.545 -21.872L729.103 -11.4487L724.912 8.31116L707.503 31.7739C707.503 31.7739 706.962 39.3782 706.112 45.0662L703.714 43.6668Z' fill='%23FBD92E'/%3E%3C/g%3E%3Cpath d='M-201 0L698 0L694.749 4.99992L-201 4.99992V0Z' fill='%23FBD92E'/%3E%3C/svg%3E%0A");
}
.projects_year.projects_year_active,
.artist_filter_list_item:hover,
.artist_filter_list_item.afl_active {
    background-image: url("data:image/svg+xml,%3Csvg width='185' height='18' viewBox='0 0 185 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.376 17.2971L5.679 0.703125H4.734L0 17.2971H2.376Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.393 0.703125L6.553 12.7451L4.738 17.2971H6.573L7.551 15.2501L10.757 0.703125H9.393Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.932 0.703125L11.283 16.7331L11.005 17.2971H13.45L13.958 16.3111L15.752 0.703125H13.932Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.462 0.703125L19.167 7.46912L18.53 17.2971H20.644L23.339 1.24212L23.357 0.703125H20.462Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.903 17.2971H30.112L32.303 0.703125H28.674L25.903 17.2971Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.166 0.703125L34.83 17.2971H40.318L40.521 17.0041L44.639 0.703125H39.166Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.435 0.703125L44.027 17.2301L43.983 17.2971H48.554L53.536 10.0961L56.654 0.703125H50.435Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M175 17.2971H184.396L184.402 0.703125H177.771L175 17.2971Z' fill='%23FBD92E'/%3E%3C/svg%3E%0A");
}
.partners_bg_left {
    background-image: url("data:image/svg+xml,%3Csvg width='306' height='28' viewBox='0 0 306 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1110_4815)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M301.5 27.1L296.1 0H297.7L305.4 27.1H301.5Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M290.1 0L294.7 19.7L297.7 27.1H294.7L293.1 23.8L287.8 0H290.1Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M282.6 0L287 26.2L287.4 27.1H283.4L282.6 25.5L279.7 0H282.6Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M272 0L274.1 11.1L275.1 27.1H271.7L267.3 0.9L267.2 0H272Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M263.1 27.1H256.2L252.6 0H258.5L263.1 27.1Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M241.4 0L248.5 27.1H239.5L239.2 26.7L232.4 0H241.4Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M223 0L233.4 27L233.5 27.1H226L217.9 15.4L212.8 0H223Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M202.386 0L205 26.9004L-10.9208 27L-11 0H202.386Z' fill='%23FBD92E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1110_4815'%3E%3Crect width='373.4' height='27.1' fill='white' transform='translate(-68)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-color: #fff;
}
#projects-top #right_line_fix {
    display: none;
}
a.more {
    opacity: 1;
}
.project_galery-grid-low {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
}
.project_galery-grid-low .project_galery-img {
    max-width: 450px;
    max-height: 450px;
}
.project_galery-grid-low .project_galery-img img {
    width: 100%;
    height: 100%;
}

.project_galery-grid-middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.project_about_block {
    padding-bottom: 30px;
}
.project_galery-grid-middle .project_galery-img {
    max-width: 250px;
    max-height: 250px;
}
.project_galery-grid-middle .project_galery-img img {
    width: 100%;
    height: 100%;
}

.project_galery-grid-high {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    height: max-content;
}
#project_program h2 {
    font-size: 44px;
    text-align: center;
    width: 100%;
}
#project_program h2 span {
    position: initial;
    text-align: center;
    top: 0;
}
#project_program .line_command {
    top: unset;
    bottom: 0;
    width: 150%;
    height: 5px;
    left: -60%;
    background-size: contain;
}
#project_about .line_command_artist {
    top: -65px;
    width: 100% !important;
    right: -65%;
}
.project_program_block {
    display: grid;
    grid-template-columns: 1fr;
}

.project_program_item {
    width: 100%;
}
@media (max-width: 768px) {
    .news-bottom {
        padding-bottom: 14px !important;
    }
}

#project_list .project-date img {
    filter: invert(1);
}
.command-container {
    position: relative;
}
.command-items__wrap.owl-carousel {
    display: block;
}
@media (max-width: 630px) {
    .command-container .command-item-custom .comand-img {
        max-height: 400px;
    }
}
@media (max-width: 599px) {
    .command-container .command-item-custom .comand-img {
        max-height: 100%;
    }
}
#to_join .to_join_middle {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 10px auto;
}
.about_pro {
    margin-top: 30px;
}
@media (max-width: 1150px) {
    #to_join .line_command_blau_right3 {
        top: 150px;
    }
}
@media (max-width: 1100px) {
    .to_join_top {
        margin-top: 30px;
    }
    .to_join_middle_txt {
        width: auto;
    }
    #to_join .to_join_middle {
        column-gap: 30px;
    }
}
@media (max-width: 768px) {
    #to_join .line_command_blau_right3 {
        top: 20px;
    }
}
.pum .pum-container.popmake {
    padding: 60px 40px;
    position: relative;
}
.pum .pum-container.popmake::after,
.pum .pum-container.popmake::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pum .pum-container.popmake::before {
    top: 33px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='1152' height='5' viewBox='0 0 1152 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_654)'%3E%3Cmask id='mask0_2_654' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='696' y='0' width='78' height='5'%3E%3Cpath d='M696 5H774V0H696V5Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_654)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M776.243 -21.5999L768.183 -2.37814L736.266 34.1398L725.729 56.9014L720.459 53.978C724.336 48.0371 732.106 33.6801 732.106 33.6801L755.876 4.93142L768.958 -21.7749L776.243 -21.5999Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M759.732 -21.5996L751.339 4.69891L725.463 34.3949C725.463 34.3949 720.822 45.39 717.517 52.2625L716.31 51.558L720.262 32.8152L742.853 8.39504L752.754 -21.5996H759.732Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M742.183 -20.8725L737.754 5.68279L717.491 29.0772L714.397 40.4113L711.829 49.8036L707.825 47.8209L708.918 39.3111L713.838 28.4939L732.35 5.33847L737.921 -21.0769L742.183 -20.8725Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M721.009 -23.8862L716.962 3.98959L702.644 25.9837C702.644 25.9837 701.508 35.0826 700.986 39.2779L698.557 37.8607L699.288 27.183L713.5 4.42239L719.41 -23.8862H721.009Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M709.065 -23.2058L701.836 5.54477L690.081 28.188C690.081 28.188 689.114 35.0297 688.66 38.2271L686.842 37.1663C686.879 34.9652 686.928 30.4227 686.928 30.4227L698.23 6.85328L709.098 -23.303L709.065 -23.2058Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M716.571 -25.4718L708.67 2.90217L696.268 23.4574C696.268 23.4574 696.334 31.2075 695.88 34.4049L694.062 33.3441C694.099 31.143 694.148 26.6005 694.148 26.6005L707.379 0.336134L715.113 -25.6257L716.571 -25.4718Z' fill='%23FBD92E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M703.714 43.6668C703.806 39.5576 704.636 29.9397 704.636 29.9397L722.725 6.86899L723.703 -5.06914L727.827 -22.1216L729.545 -21.872L729.103 -11.4487L724.912 8.31118L707.503 31.7739C707.503 31.7739 706.962 39.3782 706.112 45.0662L703.714 43.6668Z' fill='%23FBD92E'/%3E%3C/g%3E%3Cpath d='M-201 0H698L694.749 4.99992H-201V0Z' fill='%23FBD92E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_654'%3E%3Crect width='774' height='5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media(max-width: 1570px) {
    .pum .pum-container.popmake::before {
        background-position: center;
    }
}

.pum .pum-container.popmake::after {
    bottom: 33px;
    right: 0;
    max-width: 800px;
    background-image: url("data:image/svg+xml,%3Csvg width='960' height='5' viewBox='0 0 960 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='827' height='5' fill='white'/%3E%3Cg clip-path='url(%23clip0_2_668)'%3E%3Cmask id='mask0_2_668' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='-1' width='78' height='6'%3E%3Cpath d='M78 -0.000236245L3.82929e-07 -0.000244141L0 4.99976H78V-0.000236245Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_668)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.24301 26.5996L5.81676 7.37788L37.7339 -29.1401L48.271 -51.9016L53.5405 -48.9783C49.664 -43.0373 41.8941 -28.6803 41.8941 -28.6803L18.1242 0.0683212L5.04219 26.7747L-2.24301 26.5996Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2678 26.5998L22.6611 0.301319L48.5371 -29.3947C48.5371 -29.3947 53.1785 -40.3898 56.4827 -47.2622L57.6898 -46.5577L53.738 -27.815L31.1467 -3.39482L21.2462 26.5998H14.2678Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8167 25.8725L36.2461 -0.682781L56.5094 -24.0772L59.6028 -35.4113L62.1707 -44.8036L66.1748 -42.8209L65.0819 -34.3111L60.1623 -23.4939L41.6504 -0.338463L36.079 26.0769L31.8167 25.8725Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.9914 28.8861L57.038 1.01033L71.3563 -20.9838C71.3563 -20.9838 72.4917 -30.0827 73.0136 -34.278L75.443 -32.8608L74.7122 -22.1831L60.5002 0.57753L54.5904 28.8861H52.9914Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.9349 28.2058L72.1643 -0.544701L83.9195 -23.188C83.9195 -23.188 84.886 -30.0297 85.3398 -33.2271L87.1581 -32.1663C87.121 -29.9652 87.0718 -25.4227 87.0718 -25.4227L75.7698 -1.85321L64.9015 28.303L64.9349 28.2058Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.4292 30.4718L65.3298 2.09779L77.732 -18.4574C77.732 -18.4574 77.6658 -26.2075 78.1196 -29.4049L79.9379 -28.3441C79.9008 -26.143 79.8516 -21.6005 79.8516 -21.6005L66.6214 4.66382L58.8866 30.6257L57.4292 30.4718Z' fill='%23199EF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.2865 -38.6668C70.1936 -34.5576 69.3643 -24.9397 69.3643 -24.9397L51.2746 -1.86893L50.2972 10.0692L46.1728 27.1216L44.4554 26.872L44.897 16.4487L49.0876 -3.31113L66.4969 -26.7739C66.4969 -26.7739 67.0382 -34.3782 67.8881 -40.0662L70.2865 -38.6668Z' fill='%23199EF1'/%3E%3C/g%3E%3Cpath d='M976 5L77.0001 4.99992L80.2514 0L976 7.83088e-05V5Z' fill='%23199EF1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_668'%3E%3Crect width='827' height='5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media(max-width: 1570px) {
    .pum .pum-container.popmake::after {
        background-position: left;
    }
}
.pum .pum-container.popmake .pum-close.popmake-close {
    background-color: transparent;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2L2 20M2 2L20 20' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 33px;
}
@media (max-width: 1570px) {
    .pum .pum-container.popmake::after,
    .pum .pum-container.popmake::before {
        max-width: 500px;
    }
}
@media (max-width: 768px) {
    .pum .pum-container.popmake::after,
    .pum .pum-container.popmake::before {
        max-width: 300px;
    }
}

