 /*   
Theme Name: Ysou
Version: 1.0
Author: Kolya-an
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
@font-face {
    font-family: 'Daicon';
    src: url("fonts/Daikon-Regular.ttf");
    src: url("fonts/Daikon-Regular.otf");
    font-display: auto;
}
/*@font-face {
    font-family: 'Cormorant';
    src: url("fonts/CormorantGaramond-Regular.ttf");
    src: url("fonts/CormorantGaramond-Regular.otf");
   
}*/
@font-face {
    font-family: 'CormorantLight';
    src: url("fonts/CormorantGaramond-Light.ttf");
    src: url("fonts/CormorantGaramond-Regular.otf");
    
}
@font-face {
    font-family: 'Cormorant';
    src: url("fonts/Garamond.ttf");
    src: url("fonts/Garamond.otf");
    
}
@font-face {
    font-family: 'Cormorant2';
    src: url("fonts/CormorantGaramond-Regular.ttf");
    src: url("fonts/CormorantGaramond-Regular.otf");
    
}
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    opacity: 1;
    position: relative;
    background: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}
div{
    box-sizing: border-box;
}
section {
    width: 100%;
    position: relative;
}
p, a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}
a{
    cursor: pointer;
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
h2 {
  color: #241C23;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 90px;
  text-transform: uppercase;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.container {
    position: relative;
    max-width: 1240px !important;   
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
header {
    position: relative;
    padding-top: 16px;
    padding-bottom: 14px;
    background: #241C23;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.single-project header, .page-template-about-page header, .post-type-archive-project header {
    padding-top: 16px;
    padding-bottom: 29px;
    background: url("img/head.png") bottom;
    background-size: 100% 100%;
    /*background: #241C23;*/
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.header_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_lang {
    position: relative;
    padding: 0 30px;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    line-height: 1;
}
.header_lang a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.header_lang_sub {
    position: absolute;
    padding: 10px;
    border: 1px solid #fff;
    z-index: 999;
    background: #241C23;
    right: 18px;
    bottom: -50px;
    display: none;
}
.header_lang a.lang-active {
    color: #FBD92E;
    cursor: pointer;
}
.header_right a {
    font-family: Daicon;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
}
a.btn {
    position: relative;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 10px 22px;
    border: 1px solid #FBD92E;
}
a.btn .btn_sub {
    position: absolute;
    width: 39px;
    height: 35px;
    left: 5px;
    top: 4px;
    z-index: 1;
}
.pro_left a.btn .btn_sub {
    top: 17px;
}
#pro_ysou a.btn .btn_sub {
    left: 15px;
    top: 14px;
}
a.btn span {
    position: relative;
    z-index: 9;
}
footer {
    width: 100%;
    padding: 36px 0 13px;
    background: #241C23;
}
.footer_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom {
    margin-top: 40px;
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.footer_bottom a{
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.footer_menu {
    width: 100%;
    max-width: 745px;
}
ul#bottom-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
ul#bottom-nav li a {
    font-family: 'Daicon', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: lowercase;
}
.footer_share p {
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 9px;
    text-align: right;
}
.footer_share_container {
    display: flex;
    justify-content: flex-end;
}
.footer_share_container a {
    margin-left: 16px;
}
.footer_share p {
    margin: 8px 0 0;
}
.footer_share p a {
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    color: #FFFFFF;
}
#video {
    width: 100%;
    height: calc(100vh - 58px);
    background: #241C23;
    position: relative;
}
#video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#left_line {
    position: absolute;
    left: -30%;
    bottom: -5px;
}
#video_text {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video_text_block {
    position: relative;
    width: 624px;
    height: 179px;
    top: 30%;
}
.video_text_block p {
    font-family: 'Cormorant Garamond';
    line-height: 65%;
    letter-spacing: 0.13em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.video_text_left {
    position: absolute;
    left: 0;
    top: 0;
}
.video_text_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.video_text_block1 {
    position: absolute;
    left: 85px;
    top: 0;
}
.video_text_block2 {
    position: absolute;
    left: 144px;
    top: 80px;
}
.video_text_block3 {
    position: absolute;
    left: 85px;
    bottom: 20px;
}
.video_text_block4 {
    position: absolute;
    right: 70px;
    bottom: 0;
}
.video_text_block1 p, .video_text_block4 p {
    font-weight: 500;
    font-size: 62px;
}
.video_text_block2 p, .video_text_block3 p {
    font-weight: 400;
    font-size: 34px;
}
#sound {
    position: absolute;
    left: 101px;
    bottom: 71px;
    cursor: pointer;
}
#pro_ysou {
    position: relative;
    padding: 150px 0 192px;
    background: #241C23;
}
.container_pro, .about_pro {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro_left {
    width: 52%;
    position: relative;
}
.pro_right {
    width: 48%;
    padding-top: 10px;
}
.pro_left_title1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    opacity: 0.2;
    display: table;
    float: left;
    line-height: 1;
}
.pro_ysou_en-GB .pro_left_title1 {
    font-size: 62px;
}
.pro_ysou_en-GB .pro_left_title2 {
    font-size: 118px;
    line-height: 0.8;
}
.pro_left_title2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 138px;
    color: #FFFFFF;
    opacity: 0.2;
    display: table;
    line-height: 0.9;
    padding-left: 15px;
}
.pro_left_text_top1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    display: table;
    float: left;
    width: 120px;
}
.pro_left_text_top2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    display: table;
    line-height: 0.4;
}
.pro_left_text_bottom {
    margin-top: 25px;
    width: 85%;
}
.page-template-about-page .pro_left_text_bottom {
    margin-left: 5%;
}
.pro_left_text_bottom p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}
.pro_left_text_bottom p span {
    font-size: 42px;
    line-height: 22px;
    font-weight: 300;
}
.page-template-about-page .pro_left_text_bottom p {
    margin-bottom: 0;
    text-indent: 0.8em;
}
.pro_left_text_bottom p.ptotop {
    font-family: 'Daicon', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.pro_left_text_bottom p.ptotop span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
a.more {
    font-family: 'Daicon', sans-serif;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    opacity: 0.8;
    background: url("img/pro2.svg") no-repeat center left;
    padding-left: 59px;
}
.pro_right a.btn {
    display: table;
    margin: 26px auto 0;
}
#right_line {
    position: absolute;
    right: -30%;
    bottom: 10px;
    height: 5px;
}
#right_line_fix {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 5px;
}
#ysou {
    position: relative;
    width: 100%;
    height: 681px;
    background: url("img/ysou2.jpg") no-repeat;
    background-size: cover;
    padding-top: 45px;
}
#ysou .container {
    height: 100%;
}
.ysow_title {
    display: table;
    margin: 0 auto 100px;
}
.container_ysou {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 80%;
    position: absolute;
}
.container_ysou_item {
    width: 30%;
    max-width: 282px;
    text-align: center;
}
.container_ysou_item a {
    position: relative;
    font-family: 'Daicon', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 97.4%;
    letter-spacing: 0.045em;
    color: #FFFFFF;
    padding-left: 40px;
    padding-bottom: 10px;
}
.container_ysou_item:first-child a {
    padding-left: 30px;
}
.container_ysou_item2 a {
    padding-left: 28px;
}
.container_ysou_item a span {
    position: absolute;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 57px;
    left: 0;
}
.container_ysou_item a:hover {
    background: url("img/container_ysou_item.svg") no-repeat bottom right;
}
#about {
    position: relative;
    width: 100%;
    padding: 177px 0 129px;
}
#about .container_pro {
    justify-content: flex-start;
}
.about_title1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    line-height: 0.9;
    color: #000000;
    opacity: 0.2;
    float: left;
    display: table;
}
.about_title2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 138px;
    line-height: 0.8;
    color: #000000;
    opacity: 0.2;
    display: table;
    padding-left: 20px;
}
.pro_left_text_bottom h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 44px;
    margin-top: 0;
    margin-bottom: 52px;
    color: #241C23;
    text-align: right;
    text-transform: uppercase;
}
#about .pro_left_text_bottom h3 {
    margin-bottom: 32px;
}
.pro_left_text_bottom h3 span {
    font-size: 90px;
    line-height: 86.4%;
}
#about .pro_left_text_bottom p, #about a.more {
    color: #000;
}
#about .pro_left_text_bottom p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: #000;
    max-width: 499px;
    float: right;
    margin-bottom: 46px;
}
.pro_left_text_bottom a.btn, .princip_text a.btn {
    float: right;
    color: #000000;
}
.pro_left_text_bottom a.more {
    margin-top: 5px;
    display: table;
    float: left;
}
#about .pro_right {
  width: 48%;
  padding-top: 0;
  max-width: 315px;
}
#about .pro_left_text {
  position: relative;
  top: 0;
}
#about .pro_left_text_bottom a.more {
    margin-left: 25px;
}
.pro_right h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 109.4%;
    margin-top: -55px;
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: right;
    padding-right: 20px;
}
.pro_right h4 span {
    color: #241C23;
}
.about_right_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_right_bottom p {
    display: table;
    font-family: 'Daicon', sans-serif;
    font-size: 13px;
    text-align: right;
}
.pro_right .about_right_bottom a.btn, #proect a.btn {
    color: #000;
    margin-top: 0;
    margin-right: 0;
}
#about .pro_left_text_bottom {
    margin-top: 0;
}
#about a.btn .btn_sub, #proect a.btn .btn_sub, .to_join_middle_btn a.btn .btn_sub, .princip_text a.btn .btn_sub {
  position: absolute;
  width: 66px;
  height: 35px;
}
#left_line_about {
    position: absolute;
    left: -30%;
    top: -11px;
}
#right_line_about {
    position: absolute;
    right: -30%;
    bottom: 10px;
    height: 5px;
}
#artist {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background: #fff;
}
#artist h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    color: #241C23;
    margin: 0;
    text-transform: uppercase;
}
p.artist_subtitle {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    text-align: center;
}
.artist_filter {
    width: 100%;
    max-width: 1140px;
    margin-top: 40px;
}
.artist_filter_list, .artist_filter_years {
    display: flex;
}
.artist_filter_years {
    margin-top: 15px;
}
.artist_filter_list_item {
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: lowercase;
    color: rgba(0, 0, 0, 0.75);
}
.artist_filter_list_item:first-child, .artist_filter_list_item.afl_active + .artist_filter_list_item, .artist_filter_list_item:hover + .artist_filter_list_item  {
    border: 0;
}
.artist_filter_list_item:hover, .artist_filter_list_item.afl_active {
    padding-left: 61px;
    color: #000000;
    background: url("img/artist_filter_list_item.png") no-repeat center left;
    background-size: 100%;
    border: 0;
}
.artist_filter_year_item {
    padding: 0 19px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.2);
}
.artist_filter_year_item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.artist_filter_year_item:hover, .artist_filter_year_item.afl_active {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
}
.artist_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
/*.artist_list_row {
    width: calc(50% - 10px);
    margin-top: 25px;
}*/
.artist_list_item {
    position: relative;
    width: calc(50% - 10px);
    padding: 15px;
    background: rgba(36, 28, 35, 0.1);
    margin-bottom: 20px;
}
.artist_com_list {
    margin-top: 50px;
}
.artist_list_item.nonull {
    cursor: pointer;
}
.artist_list_item h5 {
    font-family: 'Daicon', sans-serif;
    font-size: 22px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.artist_list_item_bottom {
    display: none;
    padding-top: 15px;
    padding-bottom: 8px;
    font-family: 'Daicon', sans-serif;
    font-size: 13px;
    line-height: 140%;
    color: #000000;
    font-weight: 400;
    opacity: 0.7;
}
.artist_list_item.ali_active {
    background: none;
}
#al_icon {
    position: absolute;
    top: 20px;
    right: 28px;
    width: 18px;
    height: 16px;
    background: url("img/al_icon.svg") no-repeat center;
}
.artist_list_item.ali_active #al_icon {
    background: url("img/al_icon_act.svg") no-repeat center;
}
#zahodi {
    width: 100%;
    padding: 60px 0 46px;
    background: #241C23;
}
.zahodi-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zahodi-left h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    line-height: 0.8;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.2;
    margin: 0;
}
.zahodi-left h2 span {
    font-size: 138px;
    position: absolute;
    margin-left: 16px;
}
.zahodi-left p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 99.9%;
    color: #FFFFFF;
    margin-top: 60px;
    text-align: right;
}
.calc_slide {
    margin-top: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.slide_zahodi {
    background: url("img/slide_zahodi.svg") no-repeat center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.slide_zahodi.slide_zahodi_prev {
    transform: rotate(180deg);
}
.slide_item {
    padding-left: 17px;
    padding-right: 17px;
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
}
.slide_item span {
    padding-left: 8px;
}
#zahid_all {
    color: #FFFFFF;
    opacity: 0.2;
}
#zahid_number {
    color: #FBD92E;
}
.zahodi-item {
    padding: 25px 9px 28px;
}
.zahodi-item:hover {
    background: #2B2229;
    box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.29);
}
.zahodi-meta {
    margin-bottom: 19px;
    display: flex;
}
.zahodi-meta {
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.zahodi-meta img {
    margin-right: 5px;
    width: 10px !important;
    height: 10px;
    display: table !important;
    float: left;
}
.zahodi-date {
    margin-right: 20px;
    display: flex;
align-items: flex-start;
}
.zahodi-item-title {
    margin: 31px 0 11px;
    height: 51px;
    overflow-y: hidden;
}
.zahodi-item a {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 105.4%;
    color: #FFFFFF;
    display: table;
}
.zahodi-item p {
    margin: 0;
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    height: 110px;
    overflow: hidden;
}
.zahodi-img {
    margin-top: 20px;
    height: 229px;
    overflow: hidden;
}
#proects {
    width: 100%;
    padding: 44px 0 52px;
    background: #F6F6F4;
}
.proects-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
    align-items: center;
}
.proects-container-bottom, .videos-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#proects .zahodi-right {
    padding-top: 70px;
}
#proects .zahodi-left p, #proects a.more {
    color: #000;
}
#proects .zahodi-left h2 {
    color: #241C23;
    opacity: 1;
}
#proects .zahodi-left h2 span {
  font-size: 138px;
  position: relative;
  margin-left: 57px;
}
#proects a.more {
    opacity: 0.8;
}
#proect, #video-section {
    width: 100%;
    max-width: 630px;
}
.proect-meta {
    margin-bottom: 24px;
}
.proect-date {
    font-family: 'Daicon', sans-serif;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.proect-loc, .proect-url {
    padding-left: 20px;
}
.proect-loc {
    background: url("img/zah_loc2.svg") no-repeat center left;
    margin-bottom: 24px;
}
.proect-url {
    background: url("img/zah_url.svg") no-repeat center left;
}
.proect-loc, .proect-url a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}
.proect-list, .video-list {
    width: 100%;
    max-width: 515px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 7px;
    overflow: auto;
    transform: scaleX(-1);
}
.proect-list::-webkit-scrollbar {
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
}
.proect-list::-webkit-scrollbar-thumb {
    background: #FBD92E;
}
.proect-list-block {
    max-height: 645px;
}
.proect-list-item, .video-list-item {
    width: 100%;
    padding: 10px 16px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    display: flex;
    cursor: pointer;
    transform: scaleX(-1);
}
.proect-list-item:hover, .proect-list-item.pli_active, .video-list-item:hover, .video-list-item.pli_active {
    background: rgba(36, 28, 35, 0.1);
}
.proect-list-img {
    max-width: 145px;
    overflow: hidden;
    float: left;
}
.proect-list-block, .video-list-block {
    padding-left: 20px;
}
.proect-list-block h5, .video-list-block h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #000;
    margin: 0;
}
.proect-list-meta {
    margin-bottom: 14px;
    display: flex;
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}
.proect-list-meta img {
    margin-right: 5px;
}
a.proect_title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 119.4%;
    color: #000000;
    text-transform: uppercase;
}
img.proect-img {
    margin-top: 15px;
}
#command {
    position: relative;
    width: 100%;
    padding: 120px 0 75px;
}
.line_command {
    position: absolute;
    width: 50%;
    height: 5px;
    left: 0;
    top: 155px;
    background: #FBD92E url("img/line_comand.jpg") no-repeat center right;
}
.line_command_artist {
  position: absolute;
  width: 40%;
  height: 5px;
  right: 0;
  top: 155px;
  background: #199EF1 url("img/line_comand_artist.jpg") no-repeat center left;
}
#command h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    line-height: 0.8;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #241C23;
    margin: 0;
    text-align: right;
}
#command p.subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 97.4%;
    margin-top: 23px;
    text-align: right;
}
.command-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.command-item {
    width: calc(25% - 10px);
    margin-bottom: 10px;
}
.comand-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 400px;
}
/*.comand-img img {
    height: 100%;
    width: auto;
}*/
.comand-name1 {
    position: absolute;
    z-index: 999;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 119.4%;
    text-transform: uppercase;
    color: #FFFFFF;
    left: 0;
    bottom: 0;
    padding: 8px;
}
#artist .comand-name1 {
    background: rgba(0,0,0,0.5);
    width: 100%;
}
.comand-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 119.4%;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #241C23;
    padding: 0 8px;
}
.comand-dolgn {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
/*     text-transform: lowercase; */
    padding: 0 8px;
}
#left_line_com {
    position: absolute;
    left: -30%;
    bottom: -5px;
}
#right_line_com {
    position: absolute;
    right: -30%;
    top: -11px;
    height: 5px;
}
#news {
    position: relative;
    width: 100%;
    padding: 47px 0 70px;
}
#news .zahodi-left p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    line-height: 1;
    color: #241C23;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase
}
#news a.more, #galery a.more {
    color: #000;
}
#news .calc_slide {
  margin-top: 0;
}
#news-carousel, #press-carousel, #video-carousel {
    margin-top: 40px;
}
.slide_news {
  background: url("img/slide_news.svg") no-repeat center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slide_news.slide_news_prev {
  transform: rotate(180deg);
}
.news_item {
    padding-left: 17px;
    padding-right: 17px;
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
}
.news_item span {
    padding-left: 4px;
}
#news_all, #press_all {
    color: #000;
    opacity: 0.2;
}
#news_number, #press_number, #video_number {
    color: #FBD92E;
}
.news-item {
    position: relative;
    background: rgba(36, 28, 35, 0.1);
    height: 375px;
}
.news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 375px;
    overflow: hidden;
    /*display: none;*/
    z-index: 9;
}
.news-img img {
    width: 100%;
}
.news-item:hover .news-img {
    display: block;
}
.news-block {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 40px 20px 0;
}
.news-tag {
    /*display: flex;*/
    display: none;
    align-items: center;
}
.news-disc {
    background: #FBD92E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 13px;
}
.news-item:hover .news-disc {
    background: #3EBBF1;
}
.news-tag-text {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}
.news-item:hover .news-tag-text {
    color: rgba(255, 255, 255, 0.7);
}
p.news-date {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}
.news-bottom a {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 109.88%;
    color: #fff;
    /*color: #000000;*/
    text-transform: uppercase;
}
p.news-text {
    font-family: 'Daicon', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.news-item:hover p.news-date, .news-item:hover .news-bottom a, .news-item:hover p.news-text {
    color: #fff;
}
#news-tabs a {
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 30px;
}
#galery {
    position: relative;
    width: 100%;
    padding: 107px 0 194px;
}
#galery .zahodi-left p {
  color: #241C23;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 90px;
  text-transform: uppercase;
}
.galery-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff url("img/galery-bg.jpg") no-repeat center;
    padding: 0 18px;
    margin-top: 34px;
}
#galery-tabs a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #000000;
    opacity: 0.2;
    margin-right: 20px;
}
#news-tabs a:hover, #news-tabs a.news-tab-active, #galery-tabs a:hover, #galery-tabs a.galery-tab-active {
    color: #000000;
    opacity: 1;
}
.galery-album {
    width: 25%;
    height: 599px;
    border-right: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 56px 20px 48px;
}
.galery-album:last-child {
    border: 0 none;
}
.galery-album-item {
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
p.news-date {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
    /*color: rgba(0, 0, 0, 0.4);*/
    margin-bottom: 5px;
}
.galery-album-bottom p.news-date {
    color: rgba(255, 255, 255, 0.7);
}
.galery-album-bottom a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 109.88%;
    color: #FFFFFF;
}
p.news-text {
    font-family: 'Daicon', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 10px;
}
.galery-album-bottom p.news-text {
    color: #FFFFFF;
}
.galery-album-itemp:hover .news-date {
    color: rgba(255, 255, 255, 0.7);
}
.galery-album-itemp:hover p.news-text {
    color: #fff;
}
#partners {
    position: relative;
    width: 100%;
}
.partners_bg_left {
    position: absolute;
    left: 0;
    bottom: 10px;
    /*background: #FBD92E url("img/partners_bg_left.jpg") no-repeat bottom right;*/
    background: #FBD92E url("img/partners_bg_left1.jpg") no-repeat bottom right;
    /*background: #FBD92E url("img/bg.jpg") no-repeat bottom right;*/
    /*background-size: cover;*/
    width: calc(50% - 410px);
    height: 27px;
}
.partners_bg_right {
    position: absolute;
    top: 0;
    right: 0;
    background: #FBD92E url("img/partners_bg_right.jpg") no-repeat top left;
    background-size: 100% 100%;
    width: 50%;
    height: 100%;
}
.partners_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.partners_left {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 68px;
    line-height: 90%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    width: 50%;
    text-align: right;
}
.partners_left1 {
    padding-right: 64px;
    line-height: 90%;
    margin-bottom: 5px;
}
.partners_right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners_btn {
    display: flex;
    justify-content: center;
    width: calc(100% - 315px);
}
.partners_btn a.btn {
    border: 1px solid #000000;
    color: #000000;
}
.partners_text {
    max-width: 315px;
    position: relative;
}
.partners_text p {
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #000000;
}
#logo-partners {
    width: 100%;
    margin: 50px 0 37px;
}
.partner-item {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item .partner-item img {
    width: auto;
    height: 100%;
}
#top_menu {
    position: fixed;
    top: 57px;
    right: -300px;
    padding: 15px;
    z-index: 999;
    width: 289px;
    height: 100%;
    background: #241C23;
}
#top_menu ul {
    padding: 0;
    list-style-type: none;
}
#top_menu ul li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: right;
}
#top_menu ul li a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: lowercase;
}
#menu_close {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: -40px;
    font-family: 'Daicon', sans-serif;
    font-size: 26px;
    color: #fff;
    background: #241C23;
}
#menu_close img {
    width: 16px;
}
.partners_btn a.btn .btn_sub {
    top: 14px;
}
#project_top {
    background: #241C23;
    padding-bottom: 40px;
}
.breadcrumb {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Daicon', sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: lowercase;
}
.breadcrumb a, .breadcrumb span, #projects-top .breadcrumb {
    font-family: 'Daicon', sans-serif;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: lowercase;
}
.breadcrumb span {
    padding-left: 5px;
    padding-right: 5px;
}
.project_top_block, .project_about_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project_meta {
    display: flex;
    flex-wrap: wrap;
}
.project_top_left {
    width: 503px;
    align-items: stretch;
}
/*.project_top_left_top {
    height: calc(100% - 40px);
}*/
.project_top_right {
    width: calc(100% - 520px);
}
.project-date, .project-loc {
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 20px;
}
.project-date img, .project-loc img {
    margin-right: 5px;
}
.project_title h1 {
    margin: 30px 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 119%;
    text-transform: uppercase;
    color: #fff;
}
.project_text {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
.project_text span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}
.project_artists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.project_artist {
    width: 50%;
    margin-bottom: 30px;
}
.project_artists p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
}
.project_artists p span {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}
.project_top_left_bottom a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
.project_top_left_bottom a img {
    margin-right: 10px;
}
#project_about {
    padding-top: 65px;
}
#project_about h2, #project_program h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 70px;
    line-height: 99.9%;
    text-transform: uppercase;
    color: #241C23;
    margin: 0;
    position: relative;
}
#project_about h2 span, #project_program h2 span {
    font-size: 100px;
    position: absolute;
    top: 10px;
    margin-left: 5px;
}
#project_about .line_command_artist {
    top: 75px;
}
.project_about_block {
    margin-top: 65px;
}
.project_about_left {
    width: 609px;
}
.project_about_right, .project-template-default .video-top-right {
    width: calc(100% - 650px);
    max-width: 525px;
}
.project_about_top {
    margin-bottom: 40px;
}
.project_about_top p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}
.project_about_bottom p {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 0;
}
#project_program {
    padding-top: 44px;
}
#project_program h2 {
    text-align: right;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 99.9%;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-size: 90px;
}
#project_program h2 span {
    position: absolute;
    top: -15px;
    font-size: 44px;
    color: #241C23;
    right: 485px;
}
#project_program .line_command {
  width: 54%;
}
.project_program_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.project_program_item {
    width: 33%;
    padding-left: 30px;
    background: url("img/project_program_item_icons.svg") no-repeat 15px 5px;
    margin-bottom: 20px;
    font-family: 'Daicon', sans-serif;
    font-size: 15px;
    color: #000;
    background-size: 10px;
}
#project_galery-carousel {
  margin-top: 43px;
  margin-bottom: 114px;
}
.project_list_block {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 56px;
    margin-bottom: 96px;
}
.project_list-item {
    width: 33%;
    padding: 26px 15px 20px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.project_list-item:hover {
    cursor: pointer;
    background: rgba(36, 28, 35, 0.1);
    box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.29);
}
.project_list-item h4 {
    margin: 30px 0 11px;
}
.project_list-item h4 a {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 105.4%;
    text-transform: uppercase;
    font-size: 22px;
}
.project_list_block .project-date, .project_list_block .project-loc {
    color: #000000;
}
.project-pretext {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    color: #000;
}
.project_list-item-top {
    width: 100%;
}
.project-img {
    margin-top: 20px;
    width: 100%;
    max-height: 240px;
    overflow-y: hidden;
}
#projects-top {
    background: #241C23;
}
.category #projects-top, .page-template-video-page #projects-top {
    padding-bottom: 38px;
}
.post-type-archive-project h1, .category h1, .page-template-video-page h1, .page-template-galery-page h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 44px;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.projects_years {
    display: table;
}
.projects_year {
    float: left;
    padding: 1px 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 35px;
    cursor: pointer;
}
.cat_list {
    float: left;
}
.cat_list a {
    padding: 5px 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 35px;
    cursor: pointer;
}
/*.projects_year.projects_year_active {
    padding-left: 72px;
    color: #fff;
    background: url("img/projects_year_active.svg") no-repeat center left;
    cursor: default;
}*/
.cat_list.cat_list_active a {
    padding-left: 72px;
    color: #000;
    background: url("img/cat_list_active.svg") no-repeat center left;
    background-size: cover;
    cursor: default;
}
.projects_title {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    font-size: 138px;
    color: #FFFFFF;
    opacity: 0.2;
}
#post_header {
    padding: 40px 0 28px;
    /*background: #191418 url("img/news-header-bg.jpg") no-repeat center;*/
    background: #191418;
}
#post_header .breadcrumb {
    padding-top: 0;
    padding-bottom: 65px;
}
.news-about {
    padding-left: 16px;
    background: url("img/project_program_item.svg") no-repeat center left;
    text-transform: uppercase;
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
#post_header h1 {
    margin-top: 12px;
    margin-bottom: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 119.4%;
    text-transform: uppercase;
    font-size: 48px;
    color: #FFFFFF;
}
.author_block {
    display: flex;
    flex-wrap: wrap;
}
.author_photo img {
    width: 50px;
    border-radius: 50%;
}
.author_date_block {
    margin-left: 10px;
}
.author {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 4px;
}
.author_date {
    text-transform: uppercase;
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    color: #FFF;
    opacity: 0.7;
    margin-top: 4px;
}
.post_share {
    position: absolute;
    right: 100px;
    bottom: 28px;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    line-height: 130%;
    text-transform: lowercase;
    color: #FFF;
    background: url("img/post_share_bg.svg") no-repeat bottom;
    padding-bottom: 10px;
    display: flex;
}
.post_share img{
    margin-left: 5px;
}
#post_content {
    padding-top: 39px;
}
#post_content, #post_content p {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}
#post_content p {
    margin-bottom: 40px;
    margin-top: 0;
}
.news-citata {
    display: table;
    margin-bottom: 67px;
    padding-left: 23px;
    border-left: 1px solid #241C23;
}
#post_content .news-citata p {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 146.5%;
    font-size: 22px;
    color: #241C23;
}
.news_text {
    display: table;
}
h3.news_h {
    margin-top: 40px;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 115%;
    font-size: 44px;
    color: #241C23;
    text-transform: uppercase;
}
.news_img {
    margin-top: 20px;
    margin-bottom: 40px;
}
.lang_en-GB .news_h {
    position: relative;
    display: flex;
}
.news_h_prefix {
    font-size: 20px;
    line-height: 1.8;
    margin-right: 5px;
}
.single-post #news {
  padding: 47px 0 70px;
  background: none;
}
.single-post .zahodi-left {
    margin-left: 100px;
}
.single-post .zahodi-right {
    margin-right: 100px;
}
.category-list-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 70px;
    margin-bottom: 19px;
    gap: 20px;
}
.category-list-container .news-item {
    width: calc(33% - 10px);
    height: 300px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
.category-list-container .news-item:hover {
    border-color: #FBD92E;
}
.press-item {
    width: calc(33% - 10px);
    margin-bottom: 20px;
}
.category-list-container .news-block {
    height: 100%;
}
.category-list-container .news-bottom a {
  font-weight: 300;
  font-size: 20px;
}
.category-list-container .news-img, .category-list-container .news-img img {
  width: auto;
  height: 100%;
}
.press-block p.news-date {
  color: rgba(0, 0, 0, 0.7);
}
.press-block a {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 109.88%;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.press-block p.news-text {
  font-size: 14px;
  line-height: 125%;
}
.video-date {
    margin-top: 24px;
    margin-bottom: 4px;
    font-family: 'Daicon', sans-serif;
    font-size: 12px;
    color: #000000;
}
#video-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    line-height: 100%;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
}
.video-container-bottom {
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-desc {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    line-height: 170%;
    color: #000000;
    width: 70%;
}
.video_share .post_share {
    position: relative;
    color: #000000;
    right: 0;
    bottom: 0;
}
.video-list {
    height: 575px;
}
.page-template-video-page #partners, .page-template-video-page #logo-partners, .page-template-galery-page #partners, .page-template-galery-page #logo-partners,
.page-template-support-page #partners, .page-template-support-page #logo-partners, .page-template-allprojects-page #partners, .page-template-allprojects-page #logo-partners,
.page-template-contact-page #partners, .page-template-contact-page #logo-partners, .project-template-default #partners, .project-template-default #logo-partners {
    display: none;
}
.page-template-video-page #proects {
    background: #fff;
    padding: 99px 0 70px;
}
/*.projects_year.projects_year_active {
  padding-left: 65px;
  color: #fff;
  background: url("img/projects_year_active.svg") no-repeat center left;
  cursor: default;
}*/
.video-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.video-top-slidk {
    text-align: right;
    font-family: 'Daicon', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.project-template-default .video-top-slidk {
    text-align: left;
    color: #241C23;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
}
.project-template-default #project_galery .video-top-right {
    width: 60%;
    margin-top: -10px;
}
.video-top-slidk span {
    text-transform: uppercase;
}
.video-top-share {
    display: flex;
    margin-top: 14px;
    margin-left: 8px;
}
.video-top-shareurl {
    margin-right: 30px;
}
.project-template-default .video-top-shareurl {
    margin-right: 15px;
    margin-left: 15px;
}
.video-top-shareurl:last-child {
    margin-right: 0;
}
.video-top-shareurl a {
    display: flex;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.video-top-shareurl a img {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}
.projects_year {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0 none;
    padding: 0px 38px;
    line-height: 0.8;
    margin-bottom: 0;
}
.page-template-projects-page .projects_year {
    color: #241C23;
    border-left: 1px solid #241C23;
}
.page-template-projects-page .projects_year:first-child, .projects_year.projects_year_active+.projects_year {
    border: 0;
}
.projects_year.projects_year_active {
    padding-left: 61px;
    background: url("img/artist_filter_list_item.png") no-repeat center left;
    background-size: contain;
    border: 0;
}
.category .projects_year.projects_year_active, .page-template-galery-page .projects_year.projects_year_active {
    color: #fff;
}
#about_ysou {
    margin-top: 45px;
}
.about_left {
    width: 40%;
    position: relative;
}
.about_right {
    width: 55%;
    position: relative;
}
.about_left_bottom, .about_right_double {
    position: absolute;
    left: 8%;
    bottom: 35px;
    width: 84%;
}
.about_left_bottom h3, .about_right_double h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.about_left_bottom p, .about_right_double p {
    font-family: 'Daicon', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.about_right_text {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 116%;
    color: #241C23;
    text-transform: uppercase;
}
.about_right_img {
    margin-top: 11px;
}
#about_history, #about_cinnosty {
    margin-top: 30px;
}
#about_history h2 {
    text-align: right;
    margin-right: 30px;
}
#about_history .about_right p {
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #241C23;
    margin-top: 0;
}
#about_history .line_command_artist {
  width: 60%;
  top: 60px;
}
#about_cinnosty {
  padding-bottom: 110px;
}
#about_history .about_pro, #about_cinnosty .about_pro {
    margin-top: 30px;
}
#about_cinnosty h2 {
    margin-left: 50%;
}
.cinnosti_citata {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #000;
}
.cinnosti_author {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    margin-top: 9px;
    width: 100%;
    max-width: 442px;
    float: right;
}
.about_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cinnosti_item {
    width: 48%;
    padding-left: 17px;
    margin-bottom: 20px;
    background: url("img/gold.svg") no-repeat 0 7px;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    line-height: 125.1%;
    color: #000;
}
#about_cinnosty .line_command {
    width: 48%;
    top: 60px;
}
#about_cinnosty .about_left {
    width: 43%;
}
.about_cinnosty_line_command_artist {
  position: absolute;
  width: 60%;
  height: 5px;
  right: 0;
  bottom: 0;
  background: #199EF1 url("img/line_comand_artist.jpg") no-repeat center left;
}
#to_join {
    margin-top: 50px;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.to_join_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.to_join_left {
    width: 650px;
}
.to_join_right {
    width: calc(100% - 660px);
    max-width: 460px;
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}
.to_join_title1 {
    text-align: right;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 56px;
    line-height: 1;
    color: #241C23;
}
.to_join_title2 {
    margin-left: 44px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 95px;
    line-height: 0.8;
    color: #241C23;
}
#to_join .about_left {
    width: 50%;
}
#to_join .about_right {
    width: 48%;
}
.to_join_top p {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 0;
}
.to_join_middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}
.to_join_middle_txt {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    width: calc(100% - 190px);
    line-height: 0.9;
    padding-top: 10px;
}
.to_join_middle_btn a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #241C23;
    margin-top: 15px;
    display: table;
    padding-top: 7px;
    padding-bottom: 7px;
}
.to_join_bottom {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 33px;
}
.to_join_bottom span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    display: table;
}
.to_join_link a {
    padding-left: 28px;
    background: url("img/about_link.svg") no-repeat center left;
    margin-top: 18px;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.01em;
    padding-top: 3px;
    padding-bottom: 3px;
}
.to_join_link a:first-child {
    margin-right: 25px;
}
#join_line {
    position: absolute;
    width: 65%;
    right: 0;
    bottom: 0;
}
#join_line_top {
    position: absolute;
    width: 53%;
    right: 0;
    top: 90px;
}
.pro_ysou_en-GB #join_line_top {
    width: 50%;
}
#join_line img, #join_line_top img {
    width: 100%;
    height: 5px;
}
.page-template-about-page #right_line {
    right: 0;
    height: 5px;
}
.page-template-about-page #pro_ysou {
    padding: 0 0 130px;
}
.page-template-about-page .breadcrumb {
  padding-bottom: 100px;
}
.page-numbers {
    display: table;
    margin: 0 auto 29px;
    list-style-type: none;
}
.page-numbers li {
    float: left;
}
.page-numbers li a {
    float: left;
    padding: 0 7px;
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    color: rgba(36, 28, 35, 0.3);
    letter-spacing: -0.03em;
    margin: 0;
}
.page-numbers li span {
    padding: 0 17px 0 64px;
    background: url("img/pagination.svg") no-repeat center left;
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    color: #241C23;
    letter-spacing: -0.03em;
    margin: 0;
}
.news_carousel, .news_numb, .artist_filter_years, .artist_list, .artist_com_list, #galery_container {
    display: none !important;
}
.news_numb {
    float: left;
}
.news_carousel.news-active, .news_numb.news-active, .artist_com_list.artist_com_list_active, #galery_container.news-active {
    display: block !important;
}
.artist_filter_years.artist_filter_years_active, .artist_list.artist_list_active {
    display: flex !important;
}
#classic {
    padding: 101px 0 86px;
    background: #FBD92E;
}
.container.container_classic {
    max-width: 1140px !important;
}
.classic_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.classic_left {
    width: calc(100% - 225px);
}
.classic_left p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
}
.classic_right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 20px;
}
#classic a.more {
    color: #000;
    float: right;
    margin-right: 5%;
    background: url("img/pro2blau.svg") no-repeat center left;
}
#mission {
    padding: 70px 0 35px;
}
.mission_title {
    position: relative;
    margin-bottom: 100px;
}
.mission_title1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 56px;
    color: #241C23;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.mission_title2 {
    position: absolute;
    top: -5px;
    left: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 120px;
    color: #241C23;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.pro_ysou_en-GB .mission_title2 {
    left: 140px;
}
.line_command_blau_left {
  position: absolute;
  width: 28%;
  height: 5px;
  left: 0;
  top: 150px;
  background: #199EF1 url("img/line_command_blau_left.jpg") no-repeat center right;
}
.line_command_blau_left2 {
  position: absolute;
  width: 64%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #199EF1 url("img/line_command_blau_left.jpg") no-repeat center right;
}
.line_command_blau_left3 {
  position: absolute;
  width: 64%;
  height: 5px;
  left: 0;
  top: 40px;
  background: #199EF1 url("img/line_command_blau_left.jpg") no-repeat center right;
}
.pro_ysou_en-GB .line_command_blau_left {
  width: 25%;
}
.line_command_blau_right {
  position: absolute;
  width: 52%;
  height: 5px;
  right: 0;
  top: 150px;
  background: #199EF1 url("img/line_command_blau_right.jpg") no-repeat center left;
}
.line_command_blau_right2 {
  position: absolute;
  width: 52%;
  height: 5px;
  right: 0;
  top: 170px;
  background: #199EF1 url("img/line_command_blau_right.jpg") no-repeat center left;
}
.line_command_blau_right3 {
  position: absolute;
  width: 50%;
  height: 5px;
  right: 0;
  top: 100px;
  background: #199EF1 url("img/line_command_blau_right.jpg") no-repeat center left;
}
.line_command_gold_right {
  position: absolute;
  width: 52%;
  height: 5px;
  right: 0;
  bottom: 0;
  background: #FBD92E url("img/line_command_gold_right.jpg") no-repeat center left;
}
.pro_ysou_en-GB .line_command_blau_right {
  width: 46%;
}
.mission_block, .princip_top, .princip_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mission_item {
    display: flex;
    justify-content: space-between;
    width: 31.5%;
}
.mission_number {
    padding: 20px 5px 0;
    border-right: 2px solid #FBD92E;
}
.mission_text {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-left: 10px;
}
.mission_text span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
}
#princip {
    padding: 50px 0 10px;
}
.princip_title {
    width: 48%;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
    color: #241C23;
}
.princip_title span {
    font-size: 66px;
}
.princip_right_text {
    width: 48%;
    padding-top: 105px;
    font-family: 'Daicon', sans-serif;
    font-size: 26px;
    color: #241C23;
}
.princip_right_text ul li {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    color: #241C23;
}
.princip_subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 45px;
    text-align: center;
    color: #241C23;
    margin: 25px 0 65px;
}
.princip_image {
    position: relative;
    width: 40%;
}
.princip_image_text {
    position: absolute;
    top: 3px;
    left: 3px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 35px;
    line-height: 90%;
    color: #fff;
}
.princip_text {
    width: 57%;
}
.princip_text p {
    margin-top: 0;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #241C23;
}
.princip_text p span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    color: #241C23;
}
.princip_text a.btn {
    float: right;
    color: #000000;
}
.princip_text a.btn .btn_sub {
    top: 17px;
}
#about_history .line_command {
    width: 60%;
    top: 55px;
}
#about_history.pro_ysou_en-GB .line_command {
    width: 55%;
}
#about_history a.more {
    color: #000000;
    height: 20px;
    margin-left: 60%;
}
#about_history .pro_right {
    width: 40%;
}
#about_history .pro_left {
    width: 57%;
}
#about_history .pro_left_text_bottom p {
    margin-top: 0;
    margin-bottom: 26px;
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    color: #241C23;
    text-indent: 0;
    line-height: 30px;
}
.pum-content p {
    font-family: 'Daicon', sans-serif;
}
#about_history .container_pro {
    align-items: center;
    margin-top: 80px;
}
#about_history .pro_left_text_bottom {
    margin-top: 0;
}
.about_pro_toptext, .to_join_middle {
    display: table;
    width: 100%;
    max-width: 1024px;
    margin: 40px auto;
    font-family: 'Daicon', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #241C23;
}
.to_join_middle, .to_join_middle p, .to_join_middle p, .to_join_top p  {
    font-family: 'Daicon', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.contact_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1134px;
    padding: 45px 45px 60px;
    background: #241C23;
    margin-bottom: 15px;
}
.contact_block_left, .contact_block_right {
    width: 49%;
}
.project_top_block .contact_block_right {
    width: 100%;
    text-align: right;
    margin-top: 60px;
}
.project_top_block .contact_block_right .contact_block_share {
    float: right;
}
.contact_block h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.3;
    margin: 0;
    line-height: 0.8;
}
.contact_block p {
    font-family: 'Daicon', sans-serif;
    font-size: 14px;
    color: #fff;
}
.contact_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 20px;
}
.contact_item {
    width: 45%;
}
.contact_item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0;
}
.contact_all {
    padding-left: 20px;
}
.contact_all a {
    margin-top: 20px;
}
.contact_block h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}
.contact_item p {
    font-family: 'Daicon', sans-serif;
    font-size: 13px;
    text-transform: lowercase;
    color: #fff;
}
.contact_block_left a {
    font-family: 'Daicon', sans-serif;
    font-size: 15px;
    color: #fff;
    display: table;
    margin-bottom: 5px;
    margin-top: 0px;
}
.contact_block_right p {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    color: #fff;
    margin-top: 20px;
}
.project_top_right .contact_block_right p {
    text-transform: lowercase;
}
.contact_block_right a {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    color: #fff;
    display: flex;
    float: left;
    margin-right: 30px;
}
.project_top_right .contact_block_right a {
    text-transform: capitalize;
}
.contact_block_right a:last-child {
    margin-right: 0;
}
.contact_block_right a img {
    margin-right: 10px;
}
#contacts {
    min-height: calc(100vh - 225px);
}
#contacts .breadcrumb {
    color: #000;
}
#contacts .breadcrumb  a {
    color: rgba(0, 0, 0, 0.4);
}
#contacts #right_line_fix {
    position: absolute;
    width: 70%;
    right: 0;
    top: 70px;
    height: 5px;
    background: #FBD92E url("img/right_line_contact.jpg") no-repeat center left;
}
#contacts #light_line_fix {
    /*position: absolute;*/
    width: 72%;
    height: 5px;
/*    left: 0;
    bottom: -25px;*/
    background: #199EF1 url("img/line_comand_artist.jpg") no-repeat center left;
    transform: rotate(180deg);
    margin-bottom: 67px;
}
.galery_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.galery_head_right p {
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    color: #fff;
    text-align: right;
}
.galeru_share {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
}
.galeru_share a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}
.galeru_share a img, .contact_block_share a img {
    width: 22px;
    height: 22px;
}
.page-template-galery-page #mission {
  padding-bottom: 70px;
}
.breadcrumb, .page-template-support-page #support_head .breadcrumb a, #contacts .breadcrumb a {
  color: #000;
}
.page-template-galery-page .breadcrumb, .project-template-default .breadcrumb, #support_head .breadcrumb a, #support_head .breadcrumb span, 
.page-template-about-page .breadcrumb {
  color: rgba(255, 255, 255, 0.4);
}
.container_support {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 977px;
    padding: 0 15px;
}
.container_support h1 {
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 84px;
    text-transform: uppercase;
    color: #241C23;
    display: table;
    margin: 0;
}
.container_support h1 span {
    position: absolute;
    top: 40%;
    right: -24%;
    font-size: 60px;
}
.container_support .subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
#support_title #right_line_fix {
    width: 43%;
    top: 30px;
    background: #199EF1 url("img/line_comand_artist.jpg") no-repeat center left;
}
#support_title  #light_line_fix {
    position: absolute;
    width: 55%;
    left: 0;
    bottom: 75px;
    height: 5px;
    background: #FBD92E url("img/right_line_contact.jpg") no-repeat center left;
    transform: rotate(180deg);
}
#news  #light_line_fix {
    position: absolute;
    width: 67%;
    left: 0;
    top: 0;
    height: 5px;
    background: #FBD92E url("img/right_line_contact.jpg") no-repeat center left;
    transform: rotate(180deg);
}
#support_block {
    padding: 50px 0;
}
.support_tab {
    display: flex;
    margin: 0 auto;
    max-width: 977px;
    align-items: center;
}
.support_left {
    padding: 30px 20px;
    text-align: right;
    width: 300px;
    cursor: pointer;
}
.support_left_text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0.6;
}
.support_left_h {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 57px;
    color: #241C23;
}
.support_left_p {
    font-family: 'Daicon', sans-serif;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 0.045em;
    color: #241C23;
    line-height: 0.5;
}
.support_right {
    padding: 10px 20px;
    text-align: right;
    width: calc(100% - 300px);
    display: none;
    text-align: left;
}
.support_right.support_right_active {
    display: flex;
}
.support_right_text {
    padding: 12px 32px;
    background: rgba(36, 28, 35, 0.1);
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    color: #000;
}
/*.support_tab .support_left_active .support_left_p:last-child {
    background:  url("img/support_right_active.svg") no-repeat bottom right;
    line-height: 1.5;
}*/
.support_tab .support_left_active {
    background:  url("img/support_right_active.svg") no-repeat;
    background-position: right 25px bottom 25px;
}
.support_tab.support_tab_last .support_left_active {
    background-position: right 25px bottom 20px;
}
/*.support_tab .support_left_active .support_left_text_noact .support_left_p:last-child {
    background:  none;
    line-height: 0.5;
}*/
.support_right_a {
    display: none;
    align-items: center;
    justify-content: space-around;
}
.support_right_a a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    font-family: 'Daicon', sans-serif;
    font-size: 16px;
    letter-spacing: 0.003em;
    text-transform: lowercase;
    color: #241C23;
    border: 1px solid #FBD92E;
}
.support_text p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    color: #000;
}
#support_img img {
    width: 100%;
}
#support_institution {
    padding-top: 69px;
}
#support_institution h2, #support_organization h2, #korporative h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #241C23;
}
#support_institution #light_line_fix, #korporative #light_line_fix {
    position: absolute;
    width: 55%;
    left: 0;
    top: 145px;
    height: 5px;
    background: #FBD92E url("img/right_line_contact.jpg") no-repeat center left;
    transform: rotate(180deg);
}
#korporative #light_line_fix {
    top: 170px;
}
.support_institution_block {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.support_institution_item {
    margin-bottom: 25px;
    width: 450px;
}
.support_institution_item h4 {
    padding-left: 35px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.support_institution_item_txt {
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}
#support_organization {
    padding-top: 64px;
}
#support_organization h2 {
    text-align: right;
}
#support_organization #light_line_fix {
    position: absolute;
    width: 55%;
    right: 0;
    top: 145px;
    height: 5px;
    background: #FBD92E url("img/right_line_contact.jpg") no-repeat center left;
}
#support_organization .support_institution_item h4 {
    padding-left: 0;
    margin-top: 11px;
    margin-bottom: 13px;
}
#korporative {
    padding-top: 89px;
}
.korporatyvni_partnery_block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.korporatyvni_partnery_item {
    width: 30%;
    margin-bottom: 40px;
}
#korporative h2 {
    margin-bottom: 55px;
}
.all_projects_title h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 90px;
    letter-spacing: 0.06em;
    line-height: 0.8;
    color: #fff;
}
.all_projects_title h1 span {
    font-size: 150px;
    margin-left: 52px;
}
.all-projects-image {
    display: flex;
    gap: 11px;
    margin-top: -190px;
}
.all-projects-image img {
    width: 32%;
}
.page-template-allprojects-page {
    background: #241C23;
}
.container-all-projects {
    display: flex;
    width: 100%;
    max-width: 910px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
#all-projects-cat {
    margin-top: -20px;
}
.all_projects_cat_item {
    max-width: 390px;
    margin-bottom: 50px;
}
.all_projects_cat_item .container_ysou_item {
    width: 100%;
    max-width: 282px;
    text-align: left;
}
.all_projects_cat_item:last-child .container_ysou_item:first-child a {
    padding-left: 40px;
}
.all_projects_cat_item_text {
    padding-left: 52px;
    font-family: 'Daicon', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    padding-top: 30px;
    padding-bottom: 28px;
}
.all_projects_cat_item a.more {
    float: right;
}
.page-template-projects-page .all_projects_title h1 {
    color: #241C23;
}
.all_projects_title_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-template-projects-page .video-top-slidk {
    color: #241C23;
    text-align: center;
}
.page-template-projects-page .video-top-share {
    display: flex;
    justify-content: center;
    gap: 28px;
}
.page-template-projects-page .video-top-shareurl {
    margin-right: 0;
}
.page-template-projects-page #join_line {
  width: 35%;
  bottom: 80px;
}
.page-template-projects-page #join_line_top {
  width: 55%;
  left: 0;
  top: -30px;
  transform: rotate(180deg);
}
.projects-container {
    width: 100%;
    display: flex;
}
#projects-top-text {
    margin-bottom: 60px;
}
.projects-container-title {
    position: relative;
    margin-left: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 57px;
    color: #241C23;
    line-height: 80%;
    width: 200px;
}
.projects-container-title span {
    position: absolute;
    top: 10px;
    left: 35px;
    font-family: 'Daicon', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 97.4%;
    letter-spacing: 0.045em;
    border-bottom: 2px solid #FBD92E;
}
.page-id-500 .projects-container-title span, .page-id-516 .projects-container-title span {
    left: 40px;
}
.page-id-496 .projects-container-title span, .page-id-511 .projects-container-title span {
    left: 28px;
}
.page-id-498 .projects-container-title span, .page-id-513 .projects-container-title span {
    left: 38px;
}
.projects-container-text {
    border-left: 2px solid #FBD92E;
    padding-left: 15px;
    width: calc(100% - 200px);
}
.projects-container-text p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size:30px;
    color: #241C23;
    margin: 0;
}
#zahodi .zahodi-left {
    width: 100%;
    max-width: 870px;
}
video::-webkit-media-controls {
    display:none !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.owl-carousel .owl-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author_block .contact_block_right {
    padding-left: 50px;
}
.author_block .contact_block_right p {
  margin-top: 0;
}
.comand-name1 {
    line-height: 60%;
}
.galery_head_left {
    padding-bottom: 40px;
}
.footer_logo img {
    width: 84px;
}
.footer_share_container img {
    white: 17px;
    height: 17px;
}
#category-button {
    display: flex;
    justify-content: center;
    padding-top: 75px;
}
#category-button .btn {
    color: #000;
}
#category-button a.btn .btn_sub {
    top: 17px;
}
#ansambli {
    position: relative;
    margin-top: 30px;
}
#ansambli h2 {
    text-align: right;
}
#ansambli .line_command {
    top: 55px;
    background: #199EF1 url("img/line_command_blau_left.jpg") no-repeat center right;
}
.owl-carousel .command-item {
  width: 100%;
}
#ansambli-carousel {
    margin-top: 30px;
    margin-bottom: 50px;
}
.artist_com_list_active .owl-carousel {
    display: block !important;
}
#project_about.lang_en-GB .line_command_artist {
    width: 30%;
}
.pjer .comand-name1{
	    line-height: 30px;
}
@media (max-width: 800px) {
  .partners_left1 {
    margin: 0px !important;
}
	
	.all-projects-image {
   
    margin-top: 0;
}
	.about_right_bottom p {
    
    font-size: 13px;
  
}
}
.support_institution_item img {
    height: 45px;
}