html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
*{
    box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, button{
    border: none;
    text-decoration: none;
    background: none;
}

/* All code */

*{
    --color-research: #399fac;
    --color-blog: #40a67b;
    --color-event: #e9b84d;
    --color-news: #dfe0e2;
    --black:rgb(37, 37, 37);
}
body{
    font-family: "Inter", sans-serif;
    color: var(--black); 
    font-size: 16px;
    line-height: 100%;
}
.wrap {
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.breadcrumbs {
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.86rem;
    line-height: 1.42;
    color: #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.breadcrumbs li:not(:last-child) {
    margin-right: 24px;
    position: relative;
}
.breadcrumbs a {
    color: #252525;
}
.breadcrumbs li:not(:last-child):after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1_501)'%3e%3cpath d='M7.41998 3.99999L1.41998 7.46409L1.41998 0.535889L7.41998 3.99999Z' fill='%23252525'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_501'%3e%3crect width='6' height='8' fill='white' transform='translate(1.41998)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.breadcrumbs .breadcrumbs-icon {
    height: 8px;
    width: 8px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1_501)'%3e%3cpath d='M7.41998 3.99999L1.41998 7.46409L1.41998 0.535889L7.41998 3.99999Z' fill='%23252525'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_501'%3e%3crect width='6' height='8' fill='white' transform='translate(1.41998)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 9px 10px 0;
}
.header .header-lang.custom-header .header-lang__link:first-child{
    order: 3;
}
.header .header-lang.custom-header .header-lang__link:last-child{
    order: 1;
}

.header .header-lang.custom-header .header-lang__switch{
    order: 2;
}
.post-header-info{
    background: var(--color-event);
    margin-top: -73.5px;
    padding: 73px 0 90px;
}
.post-header-info h1{
    margin: 0 0 30px;
    color: var(--black);
    font-family: "Inter", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2; 
}
.post-header-content p{
    color: var(--black); 
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
}
.post-header-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 62px;
    margin-top: 40.5px;
}
.main-post h2{
    color: var(--black); 
    font-size: 1.86rem;
    font-weight: 700;
    line-height: 1.2;  
    margin: 0 0 52px;
}
.stages-progect{
    margin: 90px 0 102px;
}
.more-info-to-form p:first-child{
    margin: 54px 0 40px;
}
.stages-progect-items{
    margin: 52px 0 0 ;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 46px 60px;
}
.stages-progect-items>div>span{
    color: var(--color-research); 
    font-size: 1.75rem;
    margin: 0 0 10px;
    font-weight: 300;
    display: block;
    line-height: 1.5 ; 
}
.stages-progect-items ul li, .stages-progect-items ol li{
    color: rgb(35, 32, 32); 
    font-size: 1rem;
    font-weight: 300; 
    line-height: 1.5 ; 

}
.stages-progect-items ul, .stages-progect-items ol {
    list-style: disc;
    max-width: 450px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.stages-progect-items li:not(:last-child){
    margin: 0 0 15px;
}
.stages-progect-items h4{
    color: var(--black); 
    font-size: 1.38rem;
    font-weight: 700;
    line-height: 1.36 ; 
    margin: 0 0 16px;
}
.stages-progect-items  p{
    color:var(--black); 
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5 ; 
}
.implemented-progect-items{
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 0 90px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.implemented-progect-items .implemented-progect-img{
    max-width: 400px;
    max-height: 212px;
    overflow: hidden;
}
.implemented-progect-items .implemented-progect-img img{
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 400px;
    max-height: 312px;
}
.implemented-progect-items h3{
    color: var(--black); 
    font-size: 1.38rem;
    position: relative;
    margin: 0 0 10px;
    font-weight: 700;  
    padding-right: 43px;
    line-height: 1.46; 
}
.implemented-progect-items h3 span, .public-program .swiper-slide h3 span{
     text-decoration: none;
    background-image: -o-linear-gradient(bottom, #252525 2px, transparent 2px, transparent 100%);
    background-image: linear-gradient(to top, #252525 2px, transparent 2px, transparent 100%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.implemented-progect-items>a:hover h3 span, .public-program .swiper-slide:hover h3 span{
    background-size: 100% 100%;
} 
.implemented-progect-items h3::before{
    content: "";
    position: absolute;
    top: 5px;
    right: 41px;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
    width: 1px;
    height: 20px;
    background: rgb(223, 224, 226);
    display: block;
}
.implemented-progect-items h3::after{
    content: "";
    position: absolute;
    top: 7px;
    right: -10px;
    width: 33px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='33' height='16' viewBox='0 0 33 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.4449 14.5084L31.2587 8.00002L24.4449 1.49174L25.3223 0.666748L32.9999 8.00002L25.3223 15.3334L24.4449 14.5084Z' fill='%23252525'/%3e%3cpath d='M0 7.4104L5.15166e-08 8.58896H31.4918V7.4104H0Z' fill='%23252525'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
    display: block;
}
.implemented-progect-items>a:hover  h3::before{
    right: 31px;
}
.implemented-progect-items>a:hover  h3::after{
    right: -15px;
}
.implemented-progect-items p{
    color: var(--black); 
    font-size: 1rem;
    display: -webkit-box;  
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-weight: 300;
    line-height: 1.5 ; 
}
.implemented-progect-items>a>div:last-child{
    padding: 22px 41px 25px 31px;
    border: 1px solid rgb(223, 224, 226);
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    min-height: 218px;
    max-height: 250px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.implemented-progect h2{
    margin: 0 0 23.5px;
}
.implemented-progect>div>p{
    color: var(--black); 
    font-size: 1.13rem;
    font-weight: 300;
    line-height: 1.66 ;
    width: 100%;
    max-width: 767px;
    margin: 0 0 52.5px;
}
.reviews-block{
    padding: 80px 0 90px;
    background: rgb(246, 249, 251);
}
.reviews-block h2{
    margin: 0 0 71px;
}
.reviews-block  .review-item{
    padding: 29px 32px 30px 30px;
    background: #fff;
    position: relative;
}
.reviews-block  .review-item::before{
    content: "";
    display: block;
    width: 50px;
    height: 36px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: -18px;
}
.review-item .review-item-avatarka{
    width: 58px;
    height: 58px;
    position: absolute;
    top: -31px;
    left: 30px;
    border-radius: 50%;
}
.review-item .review-item-avatarka img{
    max-width: 90px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.review-item  h4{
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 1.3 ;
    margin: 0 0 0.5px;
}
.review-item>span{
    opacity: 0.5;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25 ;
}
.review-item>p{
    font-style: italic;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 ;
    margin: 20px 0 0 ;
}
.reviews-block-items{
    display: -ms-grid;
    display: grid;
    gap: 48px 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.public-program .swiper {
    width: 100%;
    height: 100%;
    position: static;
  }

 .public-program .swiper-slide {
    text-align: center;
    font-size: 1.13rem;
    background: var(--color-event);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .public-program .swiper-slide:hover 
 .public-program .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-plate-img{
    max-width: 370px;
    max-height: 214px;
  }
  .swiper-plate-img img{
    max-width: 370px;
    max-height: 314px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .public-program .swiper-slide h3{
    font-size: 1.38rem;
    color: rgb(35, 32, 32);
    font-weight: 700;
    line-height: 1.5 ;
    margin: 0 0 33px;
    padding: 22px 30px 0;
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .public-program .swiper-slide ul{
    padding: 0 15px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .public-program .swiper-slide ul>li:first-child{
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: rgb(37, 37, 37);
    line-height: 1;
    width: 75.72px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .public-program .swiper-slide ul>li:last-child span{
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2 ;
    color: rgb(37, 37, 37);
  }
  .swiper-slide-content{
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .public-program{
    padding: 90px 0;
  }
  .public-pagination{
    position: static ;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .public-program .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .public-program .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgb(223, 224, 226);
    width: 14px;
    opacity: 1;
    height: 14px; 
    background: #fff;
    border-radius: 0;
  }
  .swiper-pagination-bullet-active{
    border: 1px solid rgb(57, 159, 172);
    background: var(--color-research) !important;
  }
  .public-program{
    position: relative;
  } 
  .public-button{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='33' height='16' viewBox='0 0 33 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.4449 14.5084L31.2587 8.00002L24.4449 1.49174L25.3223 0.666748L32.9999 8.00002L25.3223 15.3334L24.4449 14.5084Z' fill='%23252525'/%3e%3cpath d='M0 7.4104L5.15166e-08 8.58896H31.4918V7.4104H0Z' fill='%23252525'/%3e%3c/svg%3e ");
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 16px;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .public-program>div{
    position: relative;
  }
  .swiper-btn-navigation{
    position: absolute;
    top: 10px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .public-button-prev{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
  }
  .public-button-next{
    right: 0;
  }
  .public-button-prev:hover{
    left: -10px;
  }
  .public-button-next:hover{
    right: -10px;
  }
  .swiper-btn-navigation::before{
    content: "";
    width: 1px;
    height: 20px; 
    display: block;
    background: rgba(37, 37, 37, 0.2);
    position: absolute;
    left: 43px;
    top: -2px;
  }
  .registration-block{
    background: var(--color-event);
    padding: 20px 0;
  }
  .registration-block-content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
  .registration-block-content  h2{
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5 ;
    margin: 0 0 30px;
   }
   .registration-block-content p{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 40px;
   }
   .registration-block-content a{
    padding: 18px 41px;
    font-size: 1rem;
    font-weight: 700;
    color: rgb(223, 224, 226);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgb(37, 37, 37);
    background: rgb(37, 37, 37);
    display: inline-block;
    line-height: 1.5;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
   }
   .registration-block-content a:hover{
    color: rgb(37, 37, 37);
    background: rgb(223, 224, 226);;
   }
   .registration-block-content img{
    display: block;
    width: 100%;
    max-height: 600px;
    height: 100%;
   }
   .article-content-post{
        padding: 90px 0 63px;
        font-family: "Lora", serif;
   }
   .article-content-post p{ 
        font-size: 1.13rem;
        font-weight: 400;
        line-height: 1.67;
        margin: 0 0 30px;
      
   }
   .article-content-post li{
        font-size: 1.13rem;
        font-weight: 400;
        position: relative;
        padding-left: 25px;
        line-height: 1.5 ; 
        margin: 0 0 17.5px;
        display: block; 
   }
   .article-content-post li::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: rgb(37, 37, 37);
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
   }
   .article-content-post ol,  .article-content-post ul{
    padding-left: 30px;
   }
   .article-content-post li:last-child{
    margin: 0 0 30px;
   }
   .article-content-post li a{
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 1.5 ;
    color: rgb(57, 159, 172);
   }
   .article-content-post li strong{
    font-weight: 700;
   }
   .result-forum-items span{
    color: rgb(64, 166, 123); 
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2 ;
    margin: 0 0 2px;
    display: block;
   }
   .result-forum-items p{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5 ;
   }
   .result-forum-items{
    gap: 23px 60px;
    display: -ms-grid;
    display: grid;
    margin: 0 0 90px;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
   }
   .result-forum-block h2{
       max-width: 220px;
   }
   .result-forum-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
   }
   .reporting-plate {
    background: #f6f9fb;
    padding: 24px 30px 27px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.reporting-plate__date, .sidebar-title h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2142857143;
}
.reporting-plate__date {
    margin-bottom: 28px;
    color: var(--black);
}
.reporting-plate__line {
    position: absolute;
    top: 35px;
    right: 0;
    left: 130px;
    height: 11px;
}
.reporting-plate__line:after, .sidebar-nav .lwptoc_items .toggle-list {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.reporting-plate__line::before {
    content: "";
    left: 21px;
    height: 1px;
    right: 0;
    background: #dfe0e2;
    content: "";
    display: block;
    top: 5px;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
    position: absolute;
}
.reporting-plate__line span {
    width: 11px;
    height: 11px;
    display: block;
    background: #929292;
    border: 3px solid #dfe0e2;
    border-radius: 50%;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.reporting-plate__line:after {
    left: 21px;
    height: 1px;
    right: calc(100% - 21px);
    background: #252525;
    top: 5px;
}
.reporting-plate__link {
    font-weight: 700;
    font-size: 0.86rem;
    line-height: 1.21 ;
    color: #929292;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.reporting-plate__link:after {
    width: 33px;
    height: 16px;
    content: "";
    background: url(../images/arrow-black-icon.svg);
    display: block;
    margin-left: 10px;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
    opacity: 0;
}
.list-forum-items{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.list-forum-items>a{ 
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
}
 .reporting-plate:hover {
    background: #40a67b;
}
.reporting-plate:hover .reporting-plate__line:after {
    right: 0;
}
.reporting-plate:hover .reporting-plate__line span {
    border-color: #252525;
    background: #40a67b;
}
.reporting-plate:hover .reporting-plate__link:after {
    opacity: 1;
    margin-left: 35px;
}
.reporting-plate:hover .reporting-plate__link {
    color: #252525;
}
.list-forum{
    margin: 0 0 90px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shortcode-gallery .shortcode-gallery__caption{
    display: none;
}

.shortcode-gallery .slick-arrow{
    height: 60px;
    width: 80px;
    background: #dfe0e2;
    z-index: 555;
    bottom: 45%;
}

.shortcode-gallery .slick-next{
    right: 30px;
    left: auto;
}

footer .menu-footer-menu-container{
    width: calc(100% - 300px - 435px);
}

footer .menu-footer-menu-english-container{
    width: calc(100% - 300px - 435px);
}

footer .menu-footer-menu-container .footer-nav{
    width: 100%;
}

footer .menu-footer-menu-english-container .footer-nav{
    width: 100%;
}

@media only screen and (max-width: 1199px){
    .implemented-progect-items>a>div:last-child{
        min-height: 240px;
    }  
    .list-forum-items{
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(4, 1fr);
    }
    .implemented-progect-items h3{
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 1050px) {
    header.header .main-nav ul:not(.socials-list) {  
        width: 100%;  
    }

    footer .menu-footer-menu-container {
        width: calc(100% - 300px);
    }

    footer .menu-footer-menu-english-container{
        width: calc(100% - 300px);
    }
}
@media only screen and (max-width: 1024px) {
    .post-header-info h1{
        font-size: 2.5rem;
    }
    .post-header-content{
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
        display: -ms-grid;
        display: grid;
    }
    .post-header-content img{
        width: 100%;
    }
    .public-program .swiper-slide h3{
        font-size: 1.13rem;
    } 
}
@media only screen and (max-width: 992px) {
    .post-header-content p{
        font-size: 1.25rem;
    }
    .implemented-progect-items{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .list-forum-items {
        grid-gap: 20px;
    }
    .implemented-progect-items .implemented-progect-img , .implemented-progect-items .implemented-progect-img img{
        max-width: 500px; 
    }

    .result-forum-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .result-forum-block h2{
        max-width: 100%;
    }
    .public-program .swiper-slide h3{
        padding: 20px 20px 0;
    }
    .public-program .swiper-slide ul{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 860px) {
    .reviews-block-items{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .public-program .swiper-slide{
        width: 340px;
    }
    .result-forum-items{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .list-forum-items{
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .post-header-info h1{
        font-size: 1.86rem;
    }
    .implemented-progect-items h3{
        font-size: 1.13rem;
    }
    .reporting-plate {
        padding: 19px 20px 22px;
    }
    .public-program h2{
        margin-bottom: 80px;
    }
    .swiper-btn-navigation {
        position: absolute;
        top: 70px;
        right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
    .stages-progect h2{
        margin: 0;
    }
    .reviews-block .review-item{
        padding: 30px 20px;
    }
    .stages-progect-items{
        margin: 30px 0 0;
    }
    .main-post h2{
        font-size: 1.5rem;
    }
    .stages-progect-items{
        gap: 30px;
    }
    .article-content-post p{
        margin: 0 0 23px;
        font-size: 1rem;
    }
    .article-content-post li{
        margin: 0 0 10px;
        font-size: 1rem;
    }
    .article-content-post li a{
        font-size: 1rem;
    }
    .article-content-post li:last-child{
        margin: 0 0 20px;
    }
    .article-content-post ol, .article-content-post ul{
        padding-left: 10px;
    }
    .stages-progect-items h4{
        font-size: 1.25rem;
    }
    .post-header-content p{
        font-size: 1.13rem;
    }
    .stages-progect-items{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .stages-progect-items ul, .stages-progect-items ol{
        max-width: 100%;
    }
    .post-header-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .post-header-content>div:last-child{
        max-width: 390px;
        margin: 0 auto;
    }
    .stages-progect{
        margin: 53px 0;
    }
    .reviews-block, .public-program, .article-content-post{
        padding: 53px 0;
    }
    .registration-block-content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }
    .registration-block-rigth{
        text-align: center;
    }
    .registration-block-content img{
        max-width: 300px;
    }
    .implemented-progect-items>a>div:last-child{
        padding: 20px;
    }
    .implemented-progect-items h3::after{
        right: -5px;
    }
    .implemented-progect-items>a:hover h3::after{
        right: -10px;
    }
}

@media only screen and (max-width: 700px){
    footer .menu-footer-menu-container{
        width: 100%;
    }

    footer .menu-footer-menu-english-container{
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .implemented-progect-items{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .reviews-block-items{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .result-forum-items{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .reporting-plate__line {
        left: 90px;
        top: 28px;
    }
    .reporting-plate {
        padding: 19px 10px 22px;
    }
    .list-forum-items{
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .reporting-plate__date {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .reporting-plate__link:after{
        margin-left: 3px;
    }
    .reporting-plate:hover .reporting-plate__link:after{
        margin-left: 10px;
    }
    .breadcrumbs {
        display: none;
    }
    .implemented-progect-items>a>div:last-child{
        min-height: auto;
    }
}