.header.js__fixed-header~.container {
    display: none;
}

@media (max-width: 991px) {
    .nofixedFooter {
        margin-top: 30px !important;
    }
}
 

/* btn */
.btn-arrow-r {
    display: inline-flex;
}

.btn-arrow-r.btn-orange a {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    min-width: 270px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: lowercase;
    color: #FFFFFF;
    background: #F58220;
    padding: 17px 0 17px 24px;
    border-radius: 5em;
    transition: all .3s ease-in-out;
}

@media (max-width: 991px) {
    .btn-arrow-r.btn-orange a {
        min-width: 250px;
    }
}

@media (max-width: 576px) {
    .btn-arrow-r.btn-orange a {
        min-width: 120px;
        font-size: 14px;
        padding: 7px 40px 7px 10px;
    }
}

.btn-arrow-r.btn-orange a:hover {
    background: #e07127;
}

.btn-arrow-r.btn-orange a::before {
    content: '';
    position: absolute;
    top: 37%;
    right: 24px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

@media (max-width: 576px) {
    .btn-arrow-r.btn-orange a::before {
        content: '';
        position: absolute;
        top: 35%;
        right: 14px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }
}

/* btn end */



.zIndex-2 {
    position: relative;
    z-index: 2;
}

.about__main {
    position: relative;
    background: url('/local/templates/elsh2016/images/pabout/about-bg.png');
    padding: 70px 0 170px 0;
    background-size: cover;
    background-position: center center;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .about__main {
        padding: 30px 0 0 0;
        margin-top: -15px;
        margin-bottom: 30px;
    }
}

.about__main::before {
    content: '';
    position: absolute;
    left: -9.53%;
    right: 70.54%;
    top: -1.68%;
    bottom: 92.08%;
    background: #31A8CA;
    filter: blur(163.8px);
    width: 700px;
    height: 400px;
    z-index: 1;
}

@media (max-width: 991px) {
    .about__main::before {
        width: 200px;
        height: 200px;
    }
}

.about-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    /* margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; */
}

.about-container .row {
    width: 100%;
    margin: 0;
}

@media (max-width: 991px) {
    .about-container {
        max-width: 1400px;
        /* padding: 0 15px; */
        width: 100%;
    }
}

.about__main .about__main_h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px !important;
    line-height: 82px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 34px;
}

@media (max-width: 991px) {
    .about__main .about__main_h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 40px !important;
        line-height: 82px;
        color: #FFFFFF;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin-bottom: 34px;
    }
}

.about__main_desc {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 34px;
}

@media (max-width: 991px) {
    .about__main_desc {
        font-style: normal;
        font-weight: 300;
        font-size: 23px;
        line-height: 30px;
        color: #FFFFFF;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin-bottom: 34px;
    }
}

.about__main_text {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .about__main_text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 60px;
    }
}

.btn__lines {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 300px;
    border: 1px solid #D9D9D9;
    border-radius: 5em;
    padding: 5px 20px 5px 6px;
}

.btn__lines_icon {}

.btn__lines_anchor {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #D9D9D9;
    margin-left: 10px;
}

.mb-150 {
    margin-bottom: 150px;
}

@media (max-width: 991px) {
    .mb-150 {
        margin-bottom: 50px;
    }
}

.about__h2-blue {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #1E2C49;
    margin-bottom: 34px;
}

.about__text-def {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 34px;
}

@media (max-width: 991px) {
    .about__text-def {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 24px;
    }
}

.list-icons-6__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 300px;
    margin: 0 4%;
}

@media (max-width: 991px) {
    .list-icons-6__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 200px 200px;
        margin: 0 4%;
        gap: 30px 0;
    }
}

@media (max-width: 576px) {
    .list-icons-6__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 200px 200px;
        margin: 0 4%;
        gap: 30px 0;
    }
}



.about__content.list-icons-6 .list-icons-6__item {}

.about__content.list-icons-6 .list-icons-6__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.about__content.list-icons-6 .list-icons-6__item .list-icons-6__item_img {
    width: 200px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .about__content.list-icons-6 .list-icons-6__item .list-icons-6__item_img {
        height: 120px;
    }
}

@media (max-width: 576px) {
    .about__content.list-icons-6 .list-icons-6__item .list-icons-6__item_img {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 991px) {
    .about__content.list-icons-6 .list-icons-6__item .list-icons-6__item_img img {
        width: 120px;
        height: 100px;
    }
}

.about__content.list-icons-6 .list-icons-6__item .list-icons-6__item_text {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    color: #1E2C49;
    min-height: 56px;
}

@media (max-width: 576px) {
    .about__content.list-icons-6 .list-icons-6__item .list-icons-6__item_text {
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 27px;
        text-align: center;
        color: #1E2C49;
        min-height: 56px;
        text-transform: uppercase;
    }
}


.about__content.list-icons-6.about-values .list-icons-6__grid {
    grid-template-rows: 200px;
}

.about__content.list-icons-6.about-values .list-icons-6__grid .list-icons-6__item .list-icons-6__item_img {
    margin-bottom: 30px;
}

.about__content.list-icons-6.about-values .list-icons-6__grid .list-icons-6__item .list-icons-6__item_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.about-advantages {
    position: relative;
    background: #0D2848;
    color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .about-advantages {
        position: relative;
        background: #0D2848;
        color: #fff;
        padding: 30px 0 0 0;
        overflow: hidden;
    }
}


.about-advantages::before {
    content: '';
    position: absolute;
    left: -9.53%;
    bottom: 0;
    background: #31A8CA;
    filter: blur(163.8px);
    width: 200px;
    height: 200px;
    z-index: 1;
}

@media (max-width: 576px) {
    .about-advantages::after {
        width: 199px;
    }
}

.about-advantages::after {
    content: '';
    position: absolute;
    width: 499px;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(30, 177, 210, 0) 0%, rgba(30, 177, 210, 0.6) 98.5%);
    z-index: 1;
}

@media (max-width: 576px) {
    .about-advantages::after {
        width: 199px;
    }
}

.about-advantages__h2 {
    font-size: 160px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 90px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .about-advantages__h2 {
        font-size: 6em;
        padding: 0 0 50px 30px;
    }
}

@media (max-width: 576px) {
    .about-advantages__h2 {
        font-size: 4em;
        padding: 0px 10px 34px 10px;
    }
}


.about-advantages-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 524px;
    padding: 0 5%;
    z-index: 2;
}

@media (max-width: 991px) {
    .about-advantages-list {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: initial;
        grid-auto-rows: 330px;
        padding: 0;
        z-index: 2;
    }
}

@media (max-width: 576px) {
    .about-advantages-list {
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: initial;
        grid-auto-rows: auto;
        padding: 0;
        gap: 30px 0;
        z-index: 2;
    }
}

.about-advantages-list::before {
    content: '';
    position: absolute;
    top: 138px;
    width: 95%;
    height: 1px;
    background: #fff;
}

@media (max-width: 991px) {
    .about-advantages-list::before {
        display: none;
    }
}

.about-advantages-list::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 3%;
    width: 50px;
    height: 170px;
    background: url('/local/templates/elsh2016/images/icons/about-advantages-arrow.svg');
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991px) {
    .about-advantages-list::after {
        display: none;
    }
}


.about-advantages-list__item {
    position: relative;
}

@media (max-width: 991px) {
    .about-advantages-list__item::before {
        content: '';
        position: absolute;
        width: 22px;
        height: 22px;
        background: #fff;
        border-radius: 5em;
        top: -12px;
        left: 46%;
    }

    .about-advantages-list__item::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 30px;
        background: #fff;
        top: 0;
        left: 49%;
    }

    .about-advantages-list__item:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .about-advantages-list__item:last-child::before,
    .about-advantages-list__item:last-child::after {
        display: none;
    }
}

@media (max-width: 576px) {

    .about-advantages-list__item:last-child::before,
    .about-advantages-list__item:last-child::after {
        display: block;
    }

    .about-advantages-list__item:last-child {
        grid-column-start: inherit;
        grid-column-end: inherit;
        margin-bottom: 40px;
    }
}



.about-advantages-list__item_h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF;
    min-height: 100px;
}

@media (max-width: 991px) {
    .about-advantages-list__item_h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #fff;
    }
}

.about-advantages-list__item_text {
    position: relative;
    padding: 100px 60px 0 0;
    margin-top: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .about-advantages-list__item_text {
        margin-top: 0;
        padding: 0 30px 0 30px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {
    .about-advantages-list__item_text {
        margin-top: 0;
        padding: 0 15px 0 15px;
        line-height: 18px;
    }
}


.about-advantages-list__item_text::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 5em;
    top: -12px;
    left: 0;
}

@media (max-width: 991px) {
    .about-advantages-list__item_text::before {
        display: none;
    }
}

.about-advantages-list__item_text::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background: #fff;
    top: 0;
    left: 10px;
}

@media (max-width: 991px) {
    .about-advantages-list__item_text::after {
        display: none;
    }
}






/* about-director */

.about-director {
    height: 900px;
    padding: 120px 0;
    background: url('/local/templates/elsh2016/images/pabout/director.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .about-director {
        height: 515px;
        padding: 30px 0;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .about-director {
        height: 290px;
        padding: 30px 0;
        margin-bottom: 0;
    }
}

.about-director-mob {
    background: #D9D9D9;
}

@media (max-width: 991px) {
    .about-director-mob {
        margin-bottom: 30px;
    }
}

.about-director-mob .about-director-mob__content {}

@media (max-width: 576px) {
    .about-director-mob .about-director-mob__content {
        padding: 24px 15px;
    }
}

.about-director-list__footer {}

@media (max-width: 576px) {
    .about-director-list__footer {
        margin-top: 30px;
    }
}


.about-director-list {
    display: grid;
    grid-template-rows: 900px;
}

@media (max-width: 991px) {
    .about-director-list {
        grid-template-rows: 515px;
    }
}

@media (max-width: 576px) {
    .about-director-list {
        grid-template-rows: auto;
    }
}


.about-director-list__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .about-director-list__item {
        padding-left: 15px;
    }
}

.about-director-list__item_h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 82px;
    color: #1E2C49;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about-director-list__item_h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 33px;
        line-height: 39px;
        color: #FFFFFF;
    }
}

.about-director-list__item_name {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #1E2C49;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about-director-list__item_name {
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 27px;
        color: #1E2C49;
    }
}

.about-director-list__item_pos {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #1E2C49;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about-director-list__item_pos {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #1E2C49;
    }
}

.about-director-list__item_desc {
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .about-director-list__item_desc {
        font-style: normal;
        font-weight: 300;
        font-size: 23px;
        line-height: 27px;
        letter-spacing: -0.03em;
        color: #0D2848;
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .about-director-list__item_desc {
        padding: 0;
    }
}


/* about-director end */



.slider-img-bg button {
    /* display: none !important; */
}

.slider-img-bg-slick__item {
    background-size: cover !important;
}

.slider-img-bg-slick__item_h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 82px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .slider-img-bg-slick__item_h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 33px;
        line-height: 39px;
        margin-bottom: 100px;
    }
}

.slider-img-bg-slick__item_desc {
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.slider-img-bg__box {
    padding: 50px 0 170px 0;
}

@media (max-width: 991px) {
    .slider-img-bg__box {
        padding: 50px 0 50px 0;
    }
}

@media (max-width: 991px) {
    .slider-img-bg__box {
        padding: 50px 0 50px 0;
        min-height: 300px;
    }
}


.slider-img-bg .slick-prev,
.slider-img-bg .slick-next {
    top: 90%;
}

@media (max-width: 991px) {

    .slider-img-bg .slick-prev,
    .slider-img-bg .slick-next {
        top: 50%;
    }
}

@media (max-width: 576px) {

    .slider-img-bg .slick-prev,
    .slider-img-bg .slick-next {
        top: 40%;
    }
}



.slider-img-bg .slick-prev {
    left: 17%;
    z-index: 1;
}

@media (max-width: 1920px) {
    .slider-img-bg .slick-prev {
        left: 20%;
        z-index: 1;
    }
}

@media (max-width: 1400px) {
    .slider-img-bg .slick-prev {
        left: 9%;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .slider-img-bg .slick-prev {
        left: 2%;
        z-index: 1;
    }
}

.slider-img-bg .slick-next {
    right: 70%;
    z-index: 1;
}

@media (max-width: 1920px) {
    .slider-img-bg .slick-next {
        right: 69%;
        z-index: 1;
    }
}

@media (max-width: 1400px) {
    .slider-img-bg .slick-next {
        right: 78%;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .slider-img-bg .slick-next {
        right: 72%;
        z-index: 1;
    }
}

@media (max-width: 576px) {
    .slider-img-bg .slick-next {
        right: 54%;
        z-index: 1;
    }
}

.slider-img-bg .slick-prev::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='8' viewBox='0 0 90 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M89.48 4H2.91797' stroke='white' stroke-miterlimit='22.93'/%3E%3Cpath d='M7.19902 7.46228L1.87109 3.9997L7.19902 0.537109' stroke='white' stroke-width='1.01' stroke-miterlimit='22.93'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 8px;
    display: block;
    opacity: 1;
}

.slider-img-bg .slick-next::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='8' viewBox='0 0 90 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.871083 4.00098L87.4331 4.00098' stroke='white' stroke-miterlimit='22.93'/%3E%3Cpath d='M83.1521 0.537717L88.48 4.0003L83.1521 7.46289' stroke='white' stroke-width='1.01' stroke-miterlimit='22.93'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 8px;
    display: block;
    opacity: 1;
}

.slider-img-bg-slick-count {
    width: 80px;
    position: absolute;
    z-index: 1;
    left: 23%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    bottom: 9%;
}

@media (max-width: 1920px) {
    .slider-img-bg-slick-count {
        width: 90px;
        left: 25%;
    }
}

@media (max-width: 1400px) {
    .slider-img-bg-slick-count {
        width: 80px;
        left: 15%;
    }
}

@media (max-width: 991px) {
    .slider-img-bg-slick-count {
        width: 82px;
        bottom: 49%;
        left: 14%;
    }
}

@media (max-width: 576px) {
    .slider-img-bg-slick-count {
        bottom: 59%;
        left: 23%;
    }
}



.slider-img-bg-slick__item_bg-mob {
    background-position: center center !important;
    background-size: cover !important;
}

.slider-img-bg-slick__item_desc-box-mob {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 27px;
    color: #1E2C49;
    margin: 40px 30px 60px 30px;
}