
.header .main_menu__name{
    padding: 0;
    font-size: 15px;
}
.header .header__all-nav{
    margin-left: 15px;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    align-self: center;
    top: initial;
    margin-top: 0;

}
.header .header__participate{
    background-image: url(/images/participate-bg.svg);
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px;
    padding-right: 19px;
    padding-left: 16px;
    background-size: contain;
    /*margin-top: 8px;*/
    background-repeat: no-repeat;
}
.header{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    background: url(/images/new-header-bg.png) no-repeat;
    background-size: cover;
    min-height: 183px;
    margin-bottom: -30px;
    align-items: center;
}

.header .top-block .header__nav-link:after{
    display: none;
}
.header .top-block .header__nav-link{
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 100%;
}
.header .left-block{
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: -25px;
}
.header .header__search small{
    color: #000000;
}
.header .right-block{}
.header .top-block{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #164C7C;
    align-items: center;
    gap: 41px;
}
.header .bottom-block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .left-block .header__logo{
    margin: 0;
    background-color: transparent;
    padding: 0;
}
.header .header__nav{
    margin-right: 0;
    padding-top: 0;
}
.header .header__all-nav svg{
    fill: #006FAB;
    height: 18px;
    top: -1px;
    margin-top: 0;
}
.header .header__search .header__search-btn{
    top: initial;
    margin-right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNkZBQiIgZD0ibTIyLjgxOSAyMS44Ni01LjcxMi01Ljk0YTkuNjU5IDkuNjU5IDAgMCAwIDIuMjczLTYuMjNDMTkuMzggNC4zNDcgMTUuMDMzIDAgOS42OSAwIDQuMzQ3IDAgMCA0LjM0NyAwIDkuNjljMCA1LjM0MyA0LjM0NyA5LjY5IDkuNjkgOS42OWE5LjU4NiA5LjU4NiAwIDAgMCA1LjU1Mi0xLjc1M2w1Ljc1NSA1Ljk4NWMuMjQuMjUuNTY0LjM4OC45MS4zODhhMS4yNjUgMS4yNjUgMCAwIDAgLjkxLTIuMTRaTTkuNjkgMi41MjhjMy45NSAwIDcuMTYyIDMuMjEzIDcuMTYyIDcuMTYyIDAgMy45NS0zLjIxMyA3LjE2Mi03LjE2MiA3LjE2Mi0zLjk1IDAtNy4xNjItMy4yMTMtNy4xNjItNy4xNjIgMC0zLjk1IDMuMjEzLTcuMTYyIDcuMTYyLTcuMTYyWiIvPjwvc3ZnPg==");
}
.header .header__language:hover .header__language-link:not(.header__language-link--active){
    display: block;
}
.header .header__nav-item{
    margin-bottom: 0;
}
.header .header__language{
    position: relative;
}
.header .header__language-link:not(.header__language-link--active){
    position: absolute;
    left: 0;
    display: none;

}
.header .header__language-link,
.header .main_menu__name,
.header .header__nav-link{
    color: #006FAB !important;
    float: none;
}
.header .header__language-link--active{
    background: url(/images/language-bg-blue.svg) no-repeat;
    color: white !important;
}
.header .header__nav-link{
    font-size: 15.63px;
    font-weight: 300;
    line-height: 22.86px;
}


@media (max-width: 1560px) {
		.header .header__nav-link{
		font-size: 15px;
	}
}
@media (max-width: 1510px) {
		.header .header__nav-link{
		font-size: 14px;
	}
}
@media (max-width: 1460px) {
		.header .header__nav-link{
		font-size: 13px;
	}
}
@media (max-width: 1380px) {
		.header .header__nav-link{
		font-size: 15px;
	}
}
@media (max-width: 1260px) {
		.header .header__nav-link{
		font-size: 14px;
	}
}
.header .header__language{
    padding: 0;
}
/*.header{*/
/*    position: relative;*/
/*    z-index: 100;*/
/*    background: url(/images/header-bg.png) no-repeat;*/
/*    background-size: cover;*/
/*    min-height: 133px;*/
/*}*/
.container-header{
    max-width: 1565px;
    width: calc(100% - 35px);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
}
.hero__info-text{
    font-size: 25.25px;
    font-weight: 400;
    line-height: 37.86px;
}
.hero__info-text.border{
    border-bottom: 1px solid white;
    padding-bottom: 8px;
}
.hero__info-text.big{
    font-size: 23.25px;
    font-weight: 700;
    line-height: 37.86px;
    text-align: center;
}
.hero__info-container{
    text-align: center;
}
.hero__info {
    margin: 0;
}
.hero__info-item{
    margin-bottom: 13px;
}
.btn-purple-md:hover path {
    fill: black;
}
.hero__info-container{
    margin-top: 70px;
    margin-bottom: 70px;
    justify-content: space-around;
    display: flex;
    align-items: flex-end;
}
.hero__btn.btn-purple-md.video {
    display: inline-block;
    width: 301px;
    height: 55px;
    margin: 0 0 15px 0;
}

.buttons_on_video {
    margin: 50px 0 0 0;
}

.buttons_on_video_pdf {
    margin: 30px 0 0 0;
}

.pdf {
    padding-left: 19px;
    position: relative;
    color: white;
}

.pdf:focus,
.pdf:hover {
    text-decoration: none;
    color: #00aa76;
}

.pdf::before {
    content: '';
    background-image: url('https://rusenergyweek.content.rcmedia.ru/images/pdf3.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 14px;
}

.pdf:hover::before {
    background-image: url('https://rusenergyweek.content.rcmedia.ru/images/pdf3c.svg');
}



.hero-titles .hero__title-h2{
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    padding: 63px 48px 39px 41px;
    margin-top: 45px;

    background: url(/images/h2-bg.svg) no-repeat;
    max-width: 445px;
    background-size: contain;
    margin-left: 37px;
}
.hero-titles{
    margin-top: 122px;
    display: flex;
    align-items: center;
}


.president-quote-txt{
    position: relative;
    padding-left: 90px;
    padding-right: 50px;
    line-height: 1.85;
}

.president-quote-txt::before {
    content: "";
    width: 80px;
    height: 60px;
    background: url("/images/quote-left.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.president-quote-txt::after {
    content: "";
    width: 40px;
    height: 30px;
    background: url("/images/quote-right.svg") no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.president-quote img {
    margin-right: 35px;
}


.president-quote-autor{
    padding-left: 90px;
}

.about-hp-container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 50px 0 145px;
}

.about-hp-txt{
    width: calc(100% - 385px);
    margin-right: 50px;
    line-height: 1.7;
    font-size: 18px;
}

.about-hp-txt .title{
    text-align: right;
    padding-right: 5%;
    padding-top: 0;
    padding: 0 5% 65px 0;
}

.about-hp-txt p{
    margin-bottom: 20px;
}

.about-hp-txt .hero__btn{
    margin: 40px auto 0 0;
}

.about-hp-bnr{
    display: flex;
    justify-content: center;
    max-width: 335px;
    padding: 45px 55px 10px 55px;
    margin-bottom: 60px;
    background-color: rgba(3, 143, 52, 0.18);
    position: relative;
}

.about-hp-bnr figcaption{
    text-align: center;
    margin-top: 15px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.summary-hp{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 100px;
}

.summary-hp-item{
    width: calc( 25% - 15px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 20px;
    color: #fff;
    background-size: cover;
}

.summary-hp-item:nth-child(n+5){
    width: calc(33.4% - 15px);
}

.summary-hp-item b{
    display: block;
    font-size: 50px;
}

.summary-hp-item span{
    display: block;
    font-size: 16px;
}








.about-hp-bnr::before {
    content: '';
    width: 100%;
    height: 0;
    border-top: 50px solid rgba(3, 143, 52, 0.18);
    border-left: 335px solid transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
}


.footer {
    background-image: url(/images/footer-bg.png);
    position: relative;
    /*top: -10px;*/
    background-size: contain;
    background-position: right bottom;
    background-color: #46b2d9;
}

.footer .line {
    width: 100%;
    height: 40px;
    background: rgb(70, 178, 217, 255);
    clip-path: polygon(100% 40px, 0% 40px, 0% 0px, 100% 40px);
    position: absolute;
    left: 0;
    top: -40px;
}

#speakers .speakers-slider .slick-arrow{
    bottom: calc(50% - 16px) !important;
}
#speakers .speakers-slider .slide .person{
    width: 199px !important;
    height: 332px !important;
    transition: 0s;
    margin-right: 20px !important;
}

#speakers .speakers-slider-container{
    padding: 0 0 !important;
    margin-top: 0 !important;
}

#speakers .speakers-slider .slide .person img{
    width: 100% !important;
    height: 327px !important;
    object-fit: cover;
    background-position: center;
}
#speakers .speakers-slider .slide .person .description {
    background-position: top left -26px !important;
    height: 106px !important;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#speakers .speakers-slider .slide .person .description span{
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: left !important;
    padding: 0 0px 0 17px !important;
}
#speakers .speakers-slider .slide .person .description strong{
    font-size: 18px !important;
    text-align: left !important;
    padding: 12px 27px 8px 17px !important;
}
#speakers .speakers-slider .slide .person .description .text{
    display: none;
}
@media(min-width: 992px) {
    #speakers .speakers-slider .slide{
        width: initial !important;
    }
}
#speakers .speakers-slider .slide{
    padding: 0  !important;
    height: initial !important;
}
@media(min-width:1200px) {
    #speakers .speakers-slider .slide.slick-current .person{
        width:  691px !important;
    }
}
#speakers .speakers-slider .slide.slick-current .person{
    display: flex;
    align-items: flex-start;
    margin-right: 41px;
}
#speakers .speakers-slider .slide.slick-current{
    padding-bottom: 0;
}
@media(min-width: 992px) {
    #speakers .speakers-slider .slide.slick-current{
        width: initial !important;
    }
}
#speakers .speakers-slider .slide.slick-current .person .description span{
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: left !important;
    padding: 0 28px 15px 20px !important;
}
#speakers .speakers-slider .slide.slick-current .person img {
    position: static !important;
    height: 327px !important;
    width: 42% !important;
}
#speakers .speakers-slider .slide.slick-current .person .description{
    position: static !important;
    background-color: #7f7c9f;
    padding-bottom: 0 !important;
    height: 100% !important;
    width: 58%;
}
#speakers .speakers-slider .slide.slick-current .person .description strong{
    font-size: 23px !important;
    padding: 0 27px 9px 22px !important;
}

#speakers .speakers-slider .slide.slick-current .person .description .text{
    display: block;
}
#speakers .speakers-slider .slide.slick-current .person .description .text p:last-child{
    margin-bottom: 0;
}
#speakers .speakers-slider .slide.slick-current .person .description .text p{
    line-height: 155%;
    margin-bottom: 11px;
}
#speakers .speakers-slider .slide.slick-current .person .description .text{
    display: block;
    background-color: white;
    color: black;
    font-size: 15px;
    height: 100%;
    padding: 30px 21px;
}
.quote__carousel:not(.slick-initialized) .quote__carousel-item:not(:first-child){
    display: none;
}
@media (max-width: 991px) {
    .about-hp-txt {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-hp-bnr {
        width: 100%;
        margin: 0 auto;
    }

    .about-hp-txt .title {
        text-align: center;
        padding: 0 0 35px 0;
    }

    .summary-hp-item {
        width: calc(50% - 15px);
    }

    .summary-hp-item:nth-child(n+5) {
        width: calc(50% - 15px);
    }

    .summary-hp-item b {
        font-size: 38px;
    }

    .about-hp-txt .hero__btn {
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 767px) {
    .footer .line {
        height: 20px;
        clip-path: polygon(100% 20px, 0% 20px, 0% 0px, 100% 20px);
        top: -20px;
    }
}

@media (max-width: 767px) {
    .summary-hp-item {
        width: 100%;
    }
    .summary-hp-item:nth-child(n+5) {
        width: 100%;
    }

    .president-quote img {
        margin: 0 auto 16px !important;
    }
}

@media(max-width: 1390px){
    .hero__title {
        font-size: 40px;
        line-height: 42px;
        padding: 43px 26px 43px 24px;
    }
    .hero .container{
        width: 100% !important;
    }
    .hero-titles .hero__title-h2{
        font-size: 20px;
        padding: 45px 48px 45px 41px;
        max-width: 355px;
        background-size: contain;
    }
    .header .left-block {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        flex-direction: column;
        margin-top: -25px;
    }

}
@media(max-width: 1366px){
    #speakers .speakers-slider .slick-arrow.slick-prev{
        left: 15px !important;
        z-index: 1;
    }
    #speakers .speakers-slider .slick-arrow.slick-next {
        right: 15px !important;
        z-index: 1;
    }
}

@media(max-width: 1200px){

    @media(min-width: 992px) {
        #speakers .speakers-slider .slide.slick-current .person{
            width: 722px !important;
        }
    }
}
@media(max-width: 1240px){
    .header .top-block{
        gap: 20px;
    }

    .header .header__logo img{
        width: 200px;
    }

}
@media(max-width:992px){
    #speakers .speakers-slider .slide .person {
        width: 100% !important;
    }
    #speakers .speakers-slider .slide.slick-current .person .description .text {
        font-size: 14px;
        padding: 15px;
    }
    #speakers .speakers-slider .slick-arrow{
        display: none !important;
    }
    .header .header__language-link--active{
        display: none;
    }
    .header .header__language-link:not(.header__language-link--active){
        display: block;
        background: url(/images/language-bg-blue.svg) no-repeat;
        color: white !important;
        position: static;
    }


    #speakers .speakers-slider .slide .person{
        display: flex !important;
        align-items: flex-start;
        margin-right: 0 !important;
    }
    @media(min-width:992px) {
        #speakers .speakers-slider .slide{
            width: initial !important;
        }
    }
    #speakers .speakers-slider .slide{
        padding-bottom: 0;
    }
    #speakers .speakers-slider .slide .person .description span{
        font-size: 12px !important;
        line-height: 15px !important;
        text-align: left !important;
        padding: 0 28px 15px 20px !important;
    }
    #speakers .speakers-slider .slide .person img {
        position: static !important;
        height: 327px !important;
        width: 42% !important;
    }
    #speakers .speakers-slider .slide .person .description{
        position: static !important;
        background-color: #7f7c9f;
        padding-bottom: 0 !important;
        height: 100% !important;
        width: 58%;
    }
    #speakers .speakers-slider .slide .person .description strong{
        font-size: 23px !important;
        padding: 0 27px 9px 22px !important;
    }

    #speakers .speakers-slider .slide .person .description .text{
        display: block;
    }
    #speakers .speakers-slider .slide .person .description .text p:last-child{
        margin-bottom: 0;
    }
    #speakers .speakers-slider .slide .person .description .text p{
        line-height: 155%;
        margin-bottom: 11px;
    }
    #speakers .speakers-slider .slide .person .description .text{
        display: block;
        background-color: white;
        color: black;
        font-size: 15px;
        height: 100%;
        padding: 30px 21px;
    }
}
@media(max-width:990px){
    .hero__info-container{
        flex-direction: column;
        gap: 40px;
    }
    .hero__info-container .col-md-6{
        width: 100%;
    }
    .president-quote p {
        margin-top: 8px;
        font-size: 15px;
        line-height: 150%;
    }
    .president-quote-txt {
        position: relative;
        padding-left: 40px;
        padding-right: 18px;
    }
    .president-quote-txt::before {
        content: "";
        width: 30px;
        height: 30px;
        background-size: contain !important;
    }
    .president-quote-container{
        margin: 0 10px;
    }
    .hero__btn.btn-purple-md.video {
        width: 211px;
        height: 55px;
        margin: 0 0 0px 0;
    }
    .hero__title {
        margin-left: 0;
        margin-top: 0;
    }
    .hero__btn.btn-purple-md span {
        font-size: 16px;
    }
    .hero__info-text,
    .hero__info-text.big {
        font-size: 19px;
        line-height: 120%;
    }
    .hero__info-container {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .hero-titles {
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-titles .hero__title-h2{
        margin-top: 15px;
        margin-left: 0;
        font-size: 16px;
        max-width: 317px;
    }
}
@media(max-width:768px){
    .about-hp-bnr::before{
        display: none;
    }
    .hero__title{
        font-size: 20px;
        line-height: 120%;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-titles .hero__title-h2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        font-size: 15px;
        max-width: 249px;
        padding: 30px 48px 45px 28px;
    }
    #speakers .speakers-slider .slide.slick-current .person img,
    #speakers .speakers-slider .slide .person img {
        position: static !important;
        height: initial !important;
        width: 100% !important;
    }
    #speakers .speakers-slider .slide .person .description,
    #speakers .speakers-slider .slide.slick-current .person .description {
        position: static !important;
        background-color: #7f7c9f;
        padding-bottom: 0 !important;
        height: initial !important;
        width: 100% !important;
    }
    #speakers .speakers-slider .slide .person,
    #speakers .speakers-slider .slide.slick-current .person{
        flex-direction: column;
        height: initial !important;
    }
    .header{
        min-height: 139px;
    }
    .header .top-block{
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .header .header__participate{
        display: none;
    }
    .header .left-block{
        margin-top: 0;
    }
    .header .top-block .header__nav-link img{
        width: 27px;
    }
    .header .top-block .header__nav-link span{
        display: none;
    }
}