.project-institute-banner .media-item img {
    height: 100%;
    right: 0;
    position: absolute;
}

.project-institute-banner .banners-entry__header {
    max-width: 65rem;
}

.project-institute-banner .banners-entry__body {
    max-width: 76rem;
}

.project-institute-banner .banners-entry__body {
    margin-top: 3rem;
}

.project-institute-banner .banners-entry-links {
    margin-top: 4rem;
}

.project-institute-banner .banners-entry-links a {
    padding: 10px 20px;
}

.project-institute-banner .breadcrumbs__link.is--active {
    color: #fff;
}

.project-institute-banner .banners-entry {
    padding-top: 40px;
}

.project-institute-banner .hero__header {
    margin-bottom: 80px;
}

.why-choose {
    margin: 80px 0;
}

.why-choose__wrapper {
    position: relative;
}

.why-choose__list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
    align-items: stretch;
}


.why-choose__item {
    display: flex;
    height: 100%;
}

.why-choose__list .why-choose__item:nth-child(2) .why-choose-entry, .why-choose__list .why-choose__item:nth-child(4) .why-choose-entry, .why-choose__list .why-choose__item:nth-child(6) .why-choose-entry  {
    flex-direction: column-reverse;
}

.why-choose-entry {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.why-choose__list .why-choose__item:nth-child(1) {
    grid-column: span 4 / span 4;
}

.why-choose__list .why-choose__item:nth-child(2) {
    grid-column: span 3 / span 3;
    grid-column-start: 5;
}

.why-choose__list .why-choose__item:nth-child(3) {
    grid-column: span 3 / span 3;
    grid-column-start: 8;
}

.why-choose__list .why-choose__item:nth-child(4) {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}

.why-choose__list .why-choose__item:nth-child(5) {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 2;
}

.why-choose__list .why-choose__item:nth-child(6) {
    grid-column: span 4 / span 4;
    grid-column-start: 7;
    grid-row-start: 2;
}

.why-choose-entry__illustration {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex: 1;
    min-height: 0;
}

.why-choose-entry__illustration .media__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-entry__body {
    background: #fff;
    padding: 26px 40px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.why-choose__item .why-choose-entry, .why-choose__item .why-choose-entry__illustration, .why-choose__item .media, .why-choose__item .media__wrapper {
    height: 100%;
}

.why-choose-entry__body.is--dark {
    background: #2c2c2c !important;
    color: #fff !important;
}

.why-choose-entry__body.is--dark  .why-choose-entry__text p{
    color: #fff !important;
}

.why-choose-entry__text {
    font-size: 16px;
    line-height: 1.4;
}

.why-choose-entry__text p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.why-choose__controls {
    display: none;
    justify-content: start;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.why-choose__prev,
.why-choose__next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: auto;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose__prev img,
.why-choose__next img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.why-choose__counter {
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-align: center;
}

.project-institute-banner .banners-entry {
    animation: none !important;
}

.why-choose__slider {
    overflow: hidden;
}

@media (max-width: 991px) {
    .why-choose__list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .why-choose__list .why-choose__item {
        grid-column: unset !important;
        grid-column-start: unset !important;
        grid-row-start: unset !important;
        grid-row: unset !important;
    }
}

@media (max-width: 768px) {
    .why-choose-entry {
        justify-content: center;
    }

    .why-choose__list {
        display: block;
    }

    .why-choose-entry__body {
        padding: 2rem;
    }
    
    .why-choose-entry__text {
        font-size: 14px;
    }
    
    .why-choose {
        margin: 40px 0;
    }
    
    .why-choose__controls {
        display: flex;
    }
    .slick-slide {
        padding: 0 1rem;
    }
    
    .slick-list {
        margin: 0 -1rem;
    }
}


@media (max-width: 768px) {
    .why-choose__item {
        padding: 0;
        height: 100%;
    }

    .slick-track {
        display: flex;
        align-items: stretch;
    }

    .slick-slide {
        height: 100%;
        display: flex;
        align-items: stretch;
    }

    .slick-slide > div {
        width: 100%;
        display: flex;
        height: 100%;
    }

    .slick-slide .why-choose__item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .why-choose-entry {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .why-choose-entry__illustration {
        flex: 1 1 0%;
        min-height: 300px;
        position: relative;
        overflow: hidden;
        display: flex !important;
        align-items: stretch;
    }

    .why-choose__item .why-choose-entry__illustration {
        height: 100% !important;
    }

    .why-choose-entry__illustration .media {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: stretch;
        position: relative;
    }

    .why-choose__item .why-choose-entry__illustration .media {
        height: 100% !important;
    }
    .why-choose-entry__illustration .media__wrapper {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: stretch;
        position: relative;
    }

    .why-choose__item .why-choose-entry__illustration .media__wrapper {
        height: 100% !important;
    }

    .why-choose-entry__illustration .media__item {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        flex-shrink: 0;
    }

    .why-choose__item .why-choose-entry__illustration .media__item {
        height: 100% !important;
    }

    .why-choose-entry__body {
        flex-shrink: 0;
    }
}

.resource-base {
    padding: 80px 0;
}

.resource-base__wrapper {
    display: flex;
    gap: 4rem;
    align-items: start;
    justify-content: space-between;
}

.resource-base__right {
    max-width: 510px;
    width: 100%;
}

.resource-links__link .caption {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.frame--resource-base {
    background: #fff;
}

.frame--application-products {
    padding-top: 180px;
    margin-top: 0;
    padding-bottom: 180px;
}

.frame--application-products .frame-header__body {
    margin: 0 !important;
}

.frame--application-products .frame-header__body .frame__title {
    margin: 0 !important;
    font-size: 32px;
    font-weight: 600;
}

.frame--application-products .frame-header__wrapper {
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

.application-products__wrapper {
    position: relative;
}

.application-products__controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.frame--application-products .frame__wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.application-products__prev,
.application-products__next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: auto;
    height: 12px;
    display: flex;
    align-items: center;
    opacity: .5;
    transition: .2s ease-in-out;
    justify-content: center;
}

.application-products__prev img,
.application-products__next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.application-products__counter {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.application-products__slider {
    overflow: hidden;
}

.application-products-entry {
    display: flex;
    flex-direction: row-reverse;
}

.application-products-entry__image {
    z-index: 1;
}

.frame--application-products .frame__header {
    margin-bottom: 0;
}

.application-products-entry__content {
    z-index: 2;
    position: relative;
    left: 4rem;
    width: 50%;
    bottom: 4rem;
}

.application-products-entry__image {
    width: 50%;
}



.frame--application-products .slick-list {
    padding-top: 50px;
}

.application-products-entry__image .media__item {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.application-products-entry__content {
    padding: 40px;
    background: #fff;
}

.application-products-entry__title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}

.application-products-entry__text p {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

@media (max-width: 991px) {
    .application-products-entry {
        grid-template-columns: 1fr;
    }
    
    .application-products__controls {
        margin-bottom: 30px;
    }
}

.media-item img.mobile {
    display: none;
}

.caption.mobile {
    display: none;
}

@media (max-width: 768px) {
    .media-item img.desktop {
        display: none;
    }

    .media-item img.mobile {
        display: block;
    }

    .caption.mobile {
        display: block;
    }

    .caption.desktop {
        display: none;
    }

    .application-products-entry {
        flex-direction: column;
    }

    .application-products-entry__content {
        left: 0;
        bottom: 0;
    }

    .application-products-entry__image {
        width: 100%;
    }

    .application-products-entry__content {
        width: 100%;
    }

    .frame--application-products .slick-list {
        padding-top: 0;
    }

    .application-products {
        padding: 0 !important;
    }
    
    .application-products {
        padding: 40px 0;
    }
    
    .application-products-entry__content {
        padding: 30px 20px;
    }
    
    .application-products-entry__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .application-products-entry__text p {
        font-size: 14px;
    }
}

.frame--partners {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.frame--feedback {
    margin-top: 0;
}

.frame__header {
    margin-bottom: 60px;
}

.partners {
    margin-top: 30px;
}

.resource-base__left {
    max-width: 555px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.resource-base__title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 40px 0;
    color: #000;
}

.resource-base__content p {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 20px 0;
}

.resource-base__content p:last-child {
    margin-bottom: 0;
}

.resource-base__actions .button.is--main {
    padding: 15px 40px;
}

.resource-links__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resource-links__item {
    margin-bottom: 0;
}

.resource-links__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.resource-base__left h2 {
    font-size: 32px;
    margin-bottom: 0;
}

.resource-links__link img {
    height: 12px;
    width: auto;
    opacity: 0.2;
    transition: .2s ease-in-out;
}

.resource-links__link:hover {
    color: #00afd8;
}

.resource-links__link:hover img {
    opacity: 1;
}

.resource-links__link svg {
    flex-shrink: 0;
    margin-left: 15px;
}

.resource-links__link .caption {
    flex: 1;
}

@media (max-width: 991px) {
    .resource-base__wrapper {
        flex-direction: column;
        gap: 3rem;
    }
    
    .resource-base {
        padding: 60px 0;
    }
    
    .resource-base__title h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .resource-base {
        padding: 40px 0;
    }
    
    .resource-base__title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .resource-base__content p {
        font-size: 14px;
    }
    
    .resource-links__link {
        font-size: 16px;
        padding: 20px 0;
    }
}

.frame--feedback h2 {
    margin-bottom: 10px;
}

@media (max-width: 580px) {
    .partner__item {
        width: 40%;
    }

    .frame--application-products .frame__wrapper {
        gap: 0px;
    }

    .frame__header {
        margin-bottom: 30px;
    }

    .resource-base__left {
        gap: 30px;
    }
    
    .resource-base__title h2 {
        margin-bottom: 0;
    }

    .frame--resource-base {
        background: none;
    }

    .frame--application-products {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .frame--partners {
        background: none;
        padding-top: 0;
    }

    .partners__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }
}
