

.main-banner {
    height: calc(100vh - var(--header-height) - 20px);
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.main-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
}
.main-banner iframe {
    width: 100vw;
    height: 63.25vw;
    min-height: 100vh;
    min-width: 201.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-banner__info {
    display: flex;
    position: absolute;
    padding: 60px;
    width: 100%;
    z-index: 1;
    height: 100%;
    flex-direction: column;
    gap: 32px;
}
.main-banner__info  {
    color: #fff;
}


.gendir-about__content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}
.gendir-about__grid {
    display: flex;
    width: calc(50% - 10px);
    flex-wrap: wrap;
    gap: 20px;
}
.gendir-about__portrait {
    display: flex;
    width: calc(50% - 10px);
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}
.about-grid__el {
    display: flex;
    flex-direction: column;
    padding: 48px;
    border-radius: 16px;
}
#gdg-1 {
    background: #F0F3FB;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 56px;
}
#gdg-2 {
    display: none;
    background-image: url('../img/gendir.jpg');
}
#gdg-3 {
    background: url('../img/n-2.jpg');
    background-position: center;
    background-size: cover;
    width: calc(50% - 10px);
}
#gdg-4 {
    background: #0A66DD;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    color: #fff;
}
#gdg-4 > .icon {
    display: flex;
    width: 120px;
    min-width: 120px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 120px;
}
#gdg-4 > .icon > img {
    width: 60px;
}
#gdg-1 > .info, #gdg-4 > .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.embla__dots {
    display: none;
}
 
.about-grid__el .tag {
    display: flex;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    width: fit-content;
} 


.career {
    display: flex;
    width: 100%;
    gap: 20px;
}
.career-grid__block {
    border-radius: 16px;
}
.career-grid__block#career-1 {
    display: flex;
    width: calc(20% - 6.5px);
    flex-direction: column;
    background: url('../img/main-bg-1.jpg');
    background-position: center;
    padding: 48px;
    background-size: cover;
}
.career-grid__block#career-1 > img {
    margin-top: auto;
}
.career-grid__block#career-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(35% - 6.5px);
}
.career-grid__block#career-3 {
    width: calc(45% - 6.5px);
    background: #F0F3FB;
    padding: 48px;
    display: flex;
    flex-direction: column;
}
.career-grid__element {
    display: flex;
    border-radius: 16px;
    background: #F0F3FB;
    gap: 8px;
    height: 100%;
    justify-content: space-between;
    padding: 4px;
}
.career-grid__element > .content {
    display: flex;
    flex-direction: column;
    padding: 24px 0px 24px 28px;
    flex: 1;
}
.career-grid__element > .content .desc {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.career-grid__element > .content .desc span {
    color: #90969F;
}
.career-grid__element > .content .tag {
    display: flex;
    padding: 8px 16px;
    background: #fff;
    border-radius: 30px;
    width: fit-content;

}
.career-grid__element > .award {
    display: flex;
    border-radius: 16px;
    background: #fff;
    height: 100%;
    flex: 1;
} 
.career-grid__element > .award img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.career-grid__block .tags {
    display: flex;
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
}
.career-grid__block .tags > div {
    display: flex;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
}
.career-grid__block .info {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    gap: 32px;
}
.fill-section {
    background: #F0F3FB;
}


.pluses-slider {
    height: 600px;
    position: relative;
}
.pluses-slider .embla-viewport {
    display: flex;
    width: 100%;
    height: 100%;
}
.pluses-slider .embla__slide {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    gap: 16px;
    justify-content: space-between;
}
.pluses-slide__image {
    display: flex;
    padding: 16px;
    border-radius: 16px;
    overflow: hidden;
    width: 50%;
    height: 100%;
}
.pluses-slide__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    object-position: center;
}
.pluses-slide__content {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    width: 50%;
    padding: 48px 0 48px 48px;
}
.pluses-slide__content > .icon {
    display: flex;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    background: #0A66DD;
}
.pluses-slide__content > .icon img {
    width: 60px;
}
.pluses-slide__content .desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: auto;
}
.btn__prev {
    transform: rotate(180deg);
}
.btn__prev, .btn__next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    transition: .3s;
    height: 48px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
}
.btn__prev path, .btn__next path {
    fill: #0A66DD;
    transition: .3s;
}
.btn__prev:hover, .btn__next:hover {
    background: #0A66DD;
}
.btn__prev:hover path, .btn__next:hover path {
    fill: #fff;
}
.plus__prev {
    right: calc(50% - 72px);
    top: calc(50% - 24px);
}
.plus__next {
    right: 24px;
    top: calc(50% - 24px);
}


.awards {
    display: flex;
    flex-direction: column;
    gap: 58px;
}
.awards-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.slider-navigation {
    display: flex;
    gap: 16px;
    align-items: center;
}
.award__prev, .award__next {
    position: static;
    background: rgba(10, 102, 221, 0.2);
}

.awards-slider .slick-track{
    gap: 20px;
    display: flex;
    row-gap: 20px;
}
.awards-slider .slick-slide {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}
.award__card {
    height: 290px;
    border-radius: 16px;
    padding: 4px;
    justify-content: space-between;
    gap: 24px;
    display: flex !important;
    background: #F0F3FB;
}
.award__card > img {
    border-radius: 16px;
}
.award__card > .desc {
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    padding: 28px 0;
}
.award__card > .desc .tag {
    padding: 8px 16px;
    background: #fff;
    width: fit-content;
    border-radius: 30px;
}
.slick-dots {
    display: none !important;
}
.award__card > .desc .info {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    gap: 8px;
}
.award__card > .desc span {
    color: #90969F;
}






.about-brand__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 64px;
    position: relative;
}
.about-brand__container .embla__dots {
    padding: 0;
    display: none;
}
.about-brand__header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.about-brand__header > span {
    max-width: 700px;
}
.about-brand {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-brand .embla__slide {
    display: flex;
    background-position: center;
    background-size: cover;
    flex: 0 0 30%;
    height: 700px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.about-brand .embla__slide > .static {
    width: 100%;
    display: flex;
    transition: .3s;
    height: 100%;
    flex-direction: column;
    padding: 24px;
}

.about-brand .embla__container {
    display: flex;
    gap: 20px;
}
.about-brand .embla__slide > .static > .tag {
    display: flex;
    padding: 8px 16px;
    background: #fff;
    width: fit-content;
    border-radius: 30px;
}
.about-brand .embla__slide > .static > .city {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 18px 32px;
    margin-top: auto;
}

.about-brand .embla__slide:hover .static {
    opacity: 0;
}
.about-brand .embla__slide .hover {
    opacity: 0;
    transition: .3s;
    gap: 12px;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    justify-content: flex-end;
}
.about-brand .embla__slide .hover .element {
    display: flex;
    width: 100%;
    height: 95px;
    align-items: center;
    justify-content: space-between;
    border-radius: 95px;
    background: #fff;
    padding: 4px;
}
.about-brand .embla__slide:hover .hover {
    opacity: 1;
    transform: translateY(0px);
}
.about-brand .embla__slide .hover .element img {
    width: 180px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 60px;
    overflow: hidden;
}
.about-brand .embla__slide .hover .element .info {
    padding-left: 28px;
}
.about-brand .embla__slide .hover .element .info span {
    color: #90969F;
}

.brand-scrollbar {
    display: flex;
    width: 100%;
    height: 10px;
    border-radius: 15px;
    background: #E3E8F3;
    margin-top: 48px;
    overflow: hidden;
    position: relative;
}
.brand-scrollbar__thumb {
    background: #0A66DD;
    height: 100%;
    border-radius: 15px;
    position: absolute;
}


.achievements {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.achievements__grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(70% - 10px);
    gap: 20px;
}
.achievements__element {
    display: flex;
    border-radius: 16px;
    background: #F0F3FB;
}

#ae-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 16px;
}
#ae-1 > img {
    width: calc(50% - 16px);
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}
#ae-1 .desc {
    display: flex;
    padding: 32px;
    flex-direction: column;
    width: calc(50% - 16px);
    gap: 48px;
}
#ae-1 .desc > .tags {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}
#ae-1 .desc > .tags > div {
    display: flex;
    width: fit-content;
    background: #fff;
    border-radius: 30px;
    padding: 8px 16px;
}
#ae-1 .desc > .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#ae-1 .desc > .info span {
    color: #3A3A3A;
}
#ae-3 {
    display: flex;
    position: relative;
    width: calc(50% - 10px);
}
#ae-3 > img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
#ae-2 {
    display: flex;
    padding: 48px;
    flex-direction: column;
    gap: 48px;
    width: calc(50% - 10px);
}
#ae-2 > .icon {
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    background: #0A66DD;
    border-radius: 30px;
}
#ae-2 > .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#ae-2 > .info span {
    color: #3A3A3A;
}
.achievements__render {
    display: flex;
    width: calc(30% - 10px);
    border-radius: 16px;
    overflow: hidden;
}
.achievements__render img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.pluses {
    display: flex;
    background: #fff;
    border-radius: 16px;
    justify-content: space-between;
}
.pluses .pluses-slide__image {
    height: unset !important;
}
.pluses .pluses-slide__content {
    gap: 48px;
}
.mission {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 48px;
}
.mission__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mission__header span {
    max-width: 750px;
}

/* Adaptives */
@media screen and (max-width: 1660px) {
    .about-brand .embla__slide {
        flex: 0 0 40%;
    }
    .achievements {
        flex-direction: column;
    }
    .achievements__grid {
        width: 100%;
    }
    #ae-3 {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #ae-3 > img {
        width: fit-content;
        height: fit-content;
    }
    .achievements__render {
        height: 550px;
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .plus__prev {
        right: calc(50% - 80px);
    }
    .gendir-about__grid {
        width: calc(60% - 10px);
    }
    .gendir-about__portrait {
        width: calc(40% - 10px);
    }
    #gdg-1 {
        width: calc(75% - 20px);
    }
    #gdg-3 {
        width: 25%;
    }
    .career {
        flex-wrap: wrap;
    }
    .career-grid__block#career-3 {
        gap: 100px;
        width: 70%;
    }
    .career-grid__block#career-1 {
        width: calc(30% - 20px);
    }
    .career-grid__block#career-2 {
        order: 1;
        width: 100%;
        flex-direction: row;
    }
    .career-grid__element {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .gendir-about__portrait {
        display: none;
    }
    .gendir-about__grid {
        width: 100%;
    }
    #gdg-1 {
        width: 50%;
    }
    #gdg-2 {
        display: flex;
        width: calc(50% - 20px);
        background-size: cover;
        background-position: center;
    }
    #gdg-3 {
        order: 1;
        width: calc(30% - 20px);
    }
    #gdg-4 {
        width: 70%;
    }
    .award__card img {
        width: 230px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .about-brand .embla__slide {
        flex: 0 0 50%;
    }
    .about-brand .embla__slide {
        height: 550px;
    }
    .about-brand .embla__slide .hover .element {
        height: 70px;
    }
    .about-brand .embla__slide .hover .element img {
        width: 120px;
    }
    .mission__header span {
        max-width: 600px;
    }
}

@media screen and (max-width: 880px) {
    #gdg-1 {
        width: calc(50% - 10px);;
    }
    #gdg-2 {
        display: flex;
        width: calc(50% - 10px);
    }
    #gdg-3 {
        height: 230px;
        width: 100%;
    }
    #gdg-4 {
        order: 2;
        width: 100%;
    }


    .career-grid__block#career-1 {
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 250px;
    }
    .career-grid__block#career-1 > img {
        width: fit-content;
        margin-top: unset;
    }
    .career-grid__block#career-3 {
        width: 100%;
        gap: 48px;
    }
    .career-grid__element > .award {
        width: 150px;
        height: 220px;
    }
    .career-grid__element > .award > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pluses-slider .embla__slide {
        flex-direction: column;
        flex: 0 0 100%;
    }
    .pluses-slide__content {
        max-width: 100%;
        width: 100%;
    }
    .pluses-slide__content > .icon {
        width: 80px;
        height: 80px;
    }
    .pluses-slide__content > .icon img {
        width: 40px;
    }
    .pluses-slide__content {
        padding: 48px 48px 24px;
        gap: 64px;
    }
    .pluses-slide__image {
        padding: 0 48px  48px;
        width: 100%;
        height: 440px;
    }
    .pluses-slider {
        height: fit-content;
    }
    .pluses-slider .embla__container {
        height: 100%;
        width: 100%;
        align-items: flex-start;
    }
    .plus__next {
        top: unset;
        bottom: calc(248px - 24px);
        right: 64px;
    }
    .plus__prev {
        top: unset;
        bottom: calc(248px - 24px);
        left: 64px;
    }
    .awards-slider .slick-track {
        gap: 0;
    }
    #ae-1 {
        flex-direction: column;
        padding: 20px;
    } 
    #ae-1 > img {
        width: 100%;
        height: 300px;
    }
    #ae-1 .desc {
        width: 100%;
        padding: 48px 0;
    }
    #ae-2 {
        width: 100%;
        padding: 20px;
    }
    #ae-3 {
        width: 100%;
        height: 264px;
    }

    #ae-3 > img {
        width: auto;
        height: 116%;
        object-fit: contain;
    }

    .pluses {
        flex-direction: column;
    }
    .mission__header {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .mission > img {
        display: flex;
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
    }
    .about-brand__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .about-brand .embla__slide .hover .element img {
        width: 62px;
    }
    #ae-2 > .icon {
        height: 80px;
        width: 80px;
    }
    #ae-2 > .icon img {
        height: 40px;
    }
}

@media screen and (max-width: 576px) {
    .main-banner__info {
        padding: 20px;
    }
    #gdg-1 {
        width: 100%;
    }
    #gdg-2 {
        width: 100%;
        height: 350px;
    }
    #gdg-4 {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    #gdg-4 > .icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    #gdg-4 > .icon img {
        width: 40px;
    }
    .career-grid__element > .content {
        padding: 24px 0px 24px 16px;
    }
    .career-grid__block#career-3 {
        padding: 22px;
    }
    .career-grid__block .tags > div:nth-child(2n) {
        display: none;
    }
    .career-grid__block#career-2 {
        flex-direction: column;
    }
    .career-grid__element {
        width: 100%;
    }
    .pluses-slide__content {
        padding: 20px;
    }
    .plus__next, .plus__prev {
        display: none;
    }
    .pluses-slide__image {
        height: 320px;
    }
    .award__card {
        flex-direction: column;
        height: auto;
        padding: 16px;
    }
    .award__card > .desc {
        margin: 0;
        padding: 0;
    }
    .award__card > .desc .tag {
        margin-bottom: 24px;
    }
    .award__card img {
        width: 100%;
        height: 170px;
    }
    .pluses-slider > .embla-viewport {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .embla__dots {
        display: flex;
        width: 100%;
        position: absolute;
        gap: 4px;
        bottom: 24px;
        padding: 0 40px;
        justify-content: space-between;
    }
    .embla__dot {
        display: flex;
        width: 100%;
        transition: .3s;
        height: 8px;
        background: #DDE2ED;
        border-radius: 16px;
    }
    .pluses-slide__image {
        padding: 0 20px 20px;
    }
    .embla__dot--selected {
        background: #0A66DD;
    }
    .about-grid__el {
        padding: 22px;
    }
    .about-brand .embla__slide {
        flex: 0 0 100%;
    }
    .about-brand__container .embla__dots {
        display: flex;
        position: static;
        margin-top: 24px;
    }
    .brand-scrollbar {
        display: none;
    }
}