/* COVER */
.cover__wrapper {
    overflow: hidden;
}
.cover__content {
    display: grid;
    grid-template-columns: 496px 1fr;
    gap: 90px;
    align-items: center;
}
.cover__content h1 {
    margin: 0 0 16px;
    color: var(--text_pr);
}
.cover__text .text {
    margin: 0 0 40px;
    color: var(--text_sec);
}
.cover__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cover__buttons a {
    max-width: 100%;
    text-align: center;
}
.cover__image {
    max-width: 480px;
}
.cover__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* BENEFIT */
.benefit__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.benefit__content.layout-row {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 130px;
    justify-content: space-between;
}
.benefit__content.layout-row .benefit__title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.benefit__title-text {
    color: var(--text_pr);
}
.benefit__title-text span {
    color: var(--text_link);
}
.benefit__subtitle {
    color: var(--text_pr);
}
.benefit__content.layout-row .benefit__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.benefit__content.layout-row .benefit__item {
    display: grid;
    grid-template-columns: 1fr 116px;
    padding: 24px 28px;
    border-radius: 20px;
    background-color: var(--gray_3);
    gap: 58px;
}
.benefit__content.layout-row .benefit__item .benefit__item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.benefit__item-title {
    color: var(--text_pr);
}
.benefit__item-description {
    color: var(--text_sec);
}
.benefit__item-image {
    max-width: 116px;
    max-height: 116px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin: 0 0 50px;
}
.why-choose-us__content {

}
.why-choose-us__title {
    max-width: 820px;
    text-align: center;
    margin: 0 auto 24px;
    color: var(--text_pr);
}
.why-choose-us__subtitle {
    max-width: 820px;
    text-align: center;
    margin: 0 auto 50px;
    color: var(--text_pr);
}
.feature-card {
    padding: 30px;
    border-radius: 20px;
    min-height: 230px;
    background-color: var(--blue_4);
    color: var(--text_pr);
}
.feature-card__image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
}
.feature-card__image img {
    width: fit-content;
    max-width: 80px;
    height: fit-content;
    max-height: 80px;
}
.feature-card h3 {
    margin: 0 0 20px;
}
.feature-card.large-card {
    grid-row: span 2;
    background-color: #18C4BE;
    background-image: url('/wp-content/themes/self-employed/image/BG-stroke.svg');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
}
.feature-card.large-card .feature-card__image {
    max-width: 180px;
    max-height: 222px;
    position: absolute;
    right: 50px;
    bottom: 44px;
}
.feature-card.large-card .feature-card__image img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.feature-card.large-card h3 {
    color: var(--text_pr);
}
.feature-card.large-card p {
    color: var(--black_0);
}
.feature-card.highlight-card {
    background-color: var(--blue_3);
    color: var(--gray_4);
}
.feature-card.highlight-card .feature-card__title span {
    color: #18C4BE;
}
.cta-button-wrapper {
    display: flex;
    justify-content: center;
}


/* Общие стили для баннеров */
.block--banners .banners__layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block--banners .banner__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin: 0 0 60px;
}
.block--banners .banner__title p {
    color: var(--text_sec);
}

.block--banners .banners__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 30px 30px 0;
}
.block--banners .banners__item h3 {
    margin: 0 0 16px;
    color: var(--text_pr);
}
.block--banners .banners__item p {
    margin: 0 0 30px;
    color: var(--text_sec);
}
.block--banners .banners__item .primary-button {
    min-width: 244px;
}
.block--banners .banners__item .banners__image {
    margin: 0 -30px 0;
    width: calc(100% + 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.block--banners .banners__item .banners__button {
    max-width: 276px;
    margin: 0 0 30px;
}
.block--banners .banners__item .banners__button * {
    width: 100%;
    max-width: 100%;
}

.block--banners .banners__image img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.banners__item.has-image-height {
    height: 438px;
}
.banners__item.no-image-height {
    height: 268px;
}


/* Блок: sixty-forty */
.block--banners .sixty-forty {
    display: grid;
    grid-template-columns: calc(66.33% - 10px) calc(33.33% - 10px);
    gap: 20px;
}
.block--banners .sixty-forty .banners__item:first-of-type {
    background-color: var(--gray_3);
    display: grid;
    grid-template-columns: 306px 1fr;
}
.block--banners .sixty-forty .banners__item:first-of-type img {
    max-width: 320px;
    margin: 0 -30px 0 0;
}
.block--banners .sixty-forty .banners__item:last-of-type {
    background-color: var(--blue_4);
}
.block--banners .sixty-forty .banners__item:last-of-type img {
    height: 100%;
    max-height: 250px;
}
.block--banners .sixty-forty.image-button .banners__item:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Блок: forty-sixty */
.block--banners .forty-sixty {
    display: grid;
    grid-template-columns: calc(33.33% - 10px) calc(66.33% - 10px);
    gap: 20px;
}
.block--banners .forty-sixty .banners__item:first-of-type {
    background-color: var(--blue_4);
}
.block--banners .forty-sixty .banners__item:first-of-type img {
    height: 100%;
    max-height: 250px;
}
.block--banners .forty-sixty .banners__item:last-of-type {
    background-color: var(--gray_3);
    display: grid;
    grid-template-columns: 306px 1fr;
}
.block--banners .forty-sixty.image-button .banners__item:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Блок: fifty-fifty */
.block--banners .fifty-fifty {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}
.block--banners .fifty-fifty .banners__item:first-of-type {
    background-color: var(--blue_4);
}
.block--banners .fifty-fifty .banners__item:last-of-type {
    background-color: var(--gray_3);
}
.block--banners .fifty-fifty .banners__item img {
    max-width: 570px;
}

/* Блок: full */
.block--banners .full {
    display: grid;
    grid-template-columns: 1fr;
}
.block--banners .full .banners__item {
    display: grid;
    grid-template-columns: 392px 1fr;
    gap: 56px;
    padding: 32px;
    background-color: var(--gray_3);
}
.block--banners .full .banners__item .banners__image {
    justify-content: flex-end;
    margin: -32px -32px -32px 0;
    position: relative;
}
.block--banners .full .banners__item img {
    max-width: 632px;
    max-height: 444px;
    height: 100%;
}
.block--banners .full.blue .banners__item {
    background-color: var(--blue_4);
}


.team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.team__header {
    display: none;
}
.team__grid .team__header {
    display: block;
    grid-column: 1 / 3;
}
.team__title {
    max-width: 520px;
    color: var(--text_pr);
}
.team__title span {
    color: var(--blue_3);
}
.team__card {
    background-color: #C4C0B6;
    min-height: 293px;
    max-height: 293px;
    box-sizing: border-box;
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
}
.team__card img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    margin: 0;
    z-index: -1;
    object-fit: cover;
}
.team__info {
    position: absolute;
    bottom: 15px;
    color: var(--gray_4);
    z-index: 2;
}
.team__card:hover .team__hover-text {
    opacity: 1;
}
.team__hover-text {
    opacity: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.3s;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--gray_4);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA3OCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yIiBkPSJNNzIuNTUyNCA1Mi4wNTI4TDQ4LjUzMzMgNjZDNDIuOTIwNiA2MC4xODg3IDQwLjExNDMgNTIuNDY3OSA0MC4xMTQzIDQyLjgzNzdDNDAuMTE0MyAyNC4yNDE1IDQ4LjM2ODMgOS45NjIyNiA2NC44NzYyIDBMNzggMTIuMjAzOEM3MC41NzE0IDE4LjUxMzIgNjYuODU3MSAyNi42NDkxIDY2Ljg1NzEgMzYuNjExM0M2Ni44NTcxIDQzLjA4NjggNjguNzU1NiA0OC4yMzQgNzIuNTUyNCA1Mi4wNTI4Wk0zMi40MzgxIDUyLjA1MjhMOC40MTkwNSA2NkMyLjgwNjM1IDYwLjE4ODcgMCA1Mi40Njc5IDAgNDIuODM3N0MwIDI0LjI0MTUgOC4yNTM5NyA5Ljk2MjI2IDI0Ljc2MTkgMEwzNy44ODU3IDEyLjIwMzhDMzAuNDU3MSAxOC41MTMyIDI2Ljc0MjkgMjYuNjQ5MSAyNi43NDI5IDM2LjYxMTNDMjYuNzQyOSA0My4wODY4IDI4LjY0MTMgNDguMjM0IDMyLjQzODEgNTIuMDUyOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    background-size: 78px 66px;
    background-position: 19px 54px;
    background-repeat: no-repeat;
    padding: 68px 0;
}
.team__hover-text p {
    max-width: 190px;
    z-index: 2;
    font-weight: 400;
    line-height: 1.1rem;
}
.team__grid .team__decor {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 271px;
    min-height: 293px;
    max-height: 293px;
    padding: 80px 15px 48px;
}
.team__grid .team__decor img {
    width: 184px;
    height: auto;
}


/* Header Styling */
.card-scroller__wrapper {
    overflow: hidden;
}
.card-scroller__wrapper.ver1 {
    background-color: var(--blue_4);
    padding: 80px 0;
}
.card-scroller__wrapper .container {
    overflow: visible;
}
.card-scroller__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.ver2 .card-scroller__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin: 0 0 30px;
}
.ver2 .card-scroller__head-content {
    max-width: 752px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-scroller__cta {
    margin: 0 0 80px;
}
.card-scroller__head .card-scroller__nav {
    display: flex;
    gap: 20px;
}
.card-scroller__head button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: var(--gray_4);
    border: none;
    box-shadow: 0px 0px 12px 0px #616A881A;
    transition: background-color 0.3s ease, box-shadow 0.3s ease; 
}
.card-scroller__head button:hover {
    background-color: var(--blue_5);
}
.card-scroller__head button.slick-disabled {
    background-color: var(--gray_3);
}

/* Item Styling */
.card-scroller__items {
    width: 100%;
    height: auto;
}
.card-scroller__item {
    width: 496px;
    height: 480px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 20px;
    padding: 27px 26px 39px 34px;
    background-color: var(--gray_4);
}
.ver1 .card-scroller__content {
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.ver1 .card-scroller__item .item-title  {
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--text_link);
    margin: 0 0 15px;
}
.ver1 .card-scroller__item .item-image {
    max-height: 70px;
    margin: 0 0 34px;
    overflow: hidden;
}
.ver1 .card-scroller__item .item-image-quote {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ver1 .card-scroller__item .item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    max-width: 240px;
    width: 100%;
    bottom: 39px;
    left: 35px;
    text-decoration: none;
    color: var(--text_pr);
    border-radius: 8px;
}
.ver1 .card-scroller__item p {
    color: var(--text_pr);
}

.card-scroller__items .slick-slide {
    width: 496px !important;
    height: 480px;
}
.card-scroller__items .slick-track {
    display: flex;
    gap: 20px;
}
.card-scroller__items .slick-list {
    overflow: visible;
}

/* Version 2 Styling */
.ver2 .card-scroller__item {
    width: 490px;
    height: 518px;
    padding: 30px;
    background-color: var(--gray_3);
    display: flex !important;
    flex-direction: column-reverse;
}
.ver2 .card-scroller__item .item-title {
    margin: 0 0 16px;
}
.ver2 .card-scroller__item .item-text {
    color: var(--text_sec);
}
.ver2 .card-scroller__item.base .item-title {
    order: 3;
}
.ver2 .card-scroller__item.alt {
    padding: 30px;
    background-color: var(--blue_4);
    display: flex !important;
    flex-direction: column;
}
.ver2 .card-scroller__item.alt .item-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    position: absolute;
    max-height: 330px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.ver2 .card-scroller__item.base .item-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.ver2 .card-scroller__item.alt img,
.ver2 .card-scroller__item.base img {
    width: 100%;
    object-fit: contain;
    max-height: 325px;
    height: auto;
}
.ver2 .card-scroller__items .slick-slide {
    width: 490px !important;
    height: 518px;
}

.team-banner__wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 547px;
    max-height: 547px;
}
.team-banner__image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-banner__overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.team-banner__text {
    max-width: 550px;
    z-index: 1;
    color: var(--gray_3);
    text-align: center;
}
.team-banner__text span {
    color: var(--blue_3);
}

.work-slider {
    position: relative;
    overflow: hidden;
    background-color: #A9C3E4;
}
.work-slider .container {
    overflow: visible;
}
.work-slider__title {
    text-align: center;
    margin: 0 0 60px;
}
.work-slider svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 332px;
    height: 480px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.work-slider__wrapper {
    position: relative;
    z-index: 2;
}
.splide__track {
    overflow: visible !important;
}
.splide__list {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.work-slider__double {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.work-slider__double img {
    width: 332px;
    height: 234px;
    border-radius: 12px;
    object-fit: cover;
}


.vacancies__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vacancies__title {
    text-align: center;
    margin: 0 0 60px;
    max-width: 916px;
}
.vacancies__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.vacancy-card__link {
    text-decoration: none;
    color: var(--text_pr);
}
.vacancy-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    background-color: var(--gray_3);
    border-radius: 20px;
    min-height: 164px;
    box-sizing: border-box;
}
.vacancy-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text_pr);
}
.vacancy-card__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vacancy-card__info-right {
    display: flex;
    align-items: center;
    gap: 25px;
}
.vacancy-card__salary {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text_ter);
}
.vacancy-card__location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text_ter);
}
.vacancy-card__tag {
    display: flex;
    align-items: center;
    background-color: #18C4BE;
    color: var(--gray_4);
    border-radius: 16px;
    padding: 0 16px;
    min-height: 30px;
}

.banner__content {
    display: grid;
    grid-template-columns: auto 420px;
    gap: 56px;
    padding: 78px 88px;
    border-radius: 30px;
    background-color: #EFF7FB;
    min-height: 444px;
    box-sizing: border-box;
}
.banner__image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: -76px 0;
    height: calc(100% + 154px);
}
.banner__image img { 
    height: 365px;
}
.banner__title {
    margin: 0 0 48px;
    color: var(--text_pr);
}
.banner__title span {
    color: var(--text_ter);
}

.toggle-switch .wpcf7-list-item label {
    align-items: center !important;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
    .cover__content {
        display: flex;
        flex-direction: column;
    }
    .cover__text {
        width: 100%;
    }
    .cover__content .cover__image {
        display: flex;
        justify-content: center;
    }
    .cover__content img {
        width: 100%;
    }
    .benefit__content.layout-row {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .features-grid {
        display: flex;
        flex-direction: column;
    }
    .feature-card {
        padding: 20px;
        min-height: fit-content;
    }
    .feature-card__image {
        width: 80px;
        height: 80px;
    }
    .feature-card__text {
        max-width: 70%;
    }
    .feature-card.large-card {
        min-height: 291px;
    }
    .feature-card.large-card .feature-card__image {
        width: 95px;
        height: fit-content;
        right: 21px;
        bottom: 18px;
        margin: 0;
    }
    .feature-card.large-card .feature-card__image img {
        width: 100%;
        height: 100%;
    }
    .feature-card.large-card {
        background-image: url('/wp-content/themes/self-employed/image/BG-stroke-mobile.svg');
    }

    .hide-mobile .banners__image {
        display: none !important;
    }
    .hide-mobile .banners__button {
        margin: 0 !important;
    }
    .block--banners .banners__item {
        padding: 30px;
    }
    .block--banners .sixty-forty {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .block--banners .sixty-forty .banners__item:first-of-type  {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .block--banners .full .banners__item .banners__image {
        width: 100%;
    }
    .block--banners .full .banners__item img {
        max-width: 100%;
        width: 100%;
    }

    .block--banners .forty-sixty {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .block--banners .forty-sixty .banners__item:last-of-type  {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .block--banners .full .banners__item {
        grid-template-columns: 1fr;
    }
    .block--banners .full .banners__item .banners__image {
        margin: 0;
    }
    
    .block--banners .banners__item img {
        max-height: 230px;
        width: auto;
        height: 100%;
    }

    .block--banners .full .banners__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .banners__item.has-image-height {
        height: auto;
    }
    .banners__item.no-image-height {
        height: auto;
    }

    .team {
        overflow: hidden;
    }
    .team .slick-list,
    .team .container {
        overflow: visible;
    }
    .team__grid {
        display: flex;
        flex-direction: column;
    }
    .team__grid .team__decor {
        display: none !important;
    }
    .team__grid .team__header {
        display: none !important;
    }
    .team__card {
        max-height: 335px;
        min-height: 335px;
        margin: 0 0 -3px;
    }
    .team__card img {
        width: 100%;
        bottom: 0;
    }
    .team__hover-text {
        opacity: 1;
        padding: 93px 0 0;
    }
    .team__header {
        display: flex;
        flex-direction: column;
        margin: 0 0 40px;
    }
    .team__header .team__title {
        max-width: 380px;
    }
    .team__header .team__decor {
        display: flex;
        justify-content: end;
        margin: -15px 0 0;
    }
    .team__header .team__decor-image {
        width: 130px;
        height: auto;
    }
    .team .slick-slide {
        background-color: #C4C0B6;
        height: 335px !important;
        width: 293px !important;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 20px;
        z-index: 1;
        overflow: hidden;
        margin: 0 12px 0 0;
    }
    .team .slick-track .slick-slide:first-of-type {
        display: none;
    }
    .team .slick-track .slick-slide:last-of-type {
        display: none;
    }

    .team-banner__wrapper {
        min-height: 300px;
        max-height: 300px;
    }
    .team-banner__overlay {
        padding: 0 16px;
        width: calc(100% - 32px);
    }

    .vacancy-card {
        padding: 20px;
    }
    .vacancy-card__info {
        justify-content: start;
        align-items: start;
        flex-direction: column-reverse;
        gap: 20px;
        margin: 8px 0 0;
    }
    .vacancy-card__info-right {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }


    .banner__content {
        padding: 24px ;
        display: flex;
        flex-direction: column-reverse;
    }
    .banner__image {
        margin: 0 0 -24px;
        height: auto;
    }
    .banner__image img {
        height: 237px;
    }
}

@media (max-width: 756px) {
    .cover__text .text {
        margin: 0 0 32px;
    }
    .benefit__content.layout-row .benefit__item {
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 16px;
    }
    .benefit__content.layout-row .benefit__item img {
        order: -1;
        width: 60px;
    }

    .card-scroller__head .card-scroller__nav {
        display: none;
    }

    .block--banners .banners__layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .block--banners .full .banners__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .block--banners .sixty-forty {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .block--banners .forty-sixty {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .block--banners .fifty-fifty {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .block--banners .banners__item {
        display: flex;
        flex-direction: column; 
    }
    .block--banners .banners__item .banners__image {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .cover__buttons {
        grid-template-columns: 1fr;
    }

    .feature-card__text {
        max-width: 250px;
    }

    .ver1 .card-scroller__items .slick-slide,
    .ver2 .card-scroller__items .slick-slide {
        width: calc(100vw - 40px) !important;
        height: 545px;
    }
    .ver1 .card-scroller__item,
    .ver2 .card-scroller__item {
        height: 512px;
        width: 320px;
    }
    .card-scroller__items .slick-track {
        gap: 10px;
    }
    .card-scroller__cta {
        margin: 0 0 40px;
    }
}

@media (max-width: 440px) {
    .cover__content .cover__image {
        display: none;
    }

    .block--banners .banners__item .banners__image {
        width: 100%;
        margin: 0;
    }
    .block--banners .banners__item img {
        width: 100%;
        height: auto;
    }
    .team__header .team__title {
        max-width: 310px;
    }

    .team-banner__wrapper {
        min-height: 240px;
        max-height: 240px;
    }
    .banner__content {
        margin: 0 -20px;
        border-radius: 0;
    }
    .banner__buttons a{
        width: 100%;
    }
}
