.team-banner__row {
    display: flex;
    align-items: stretch;
}
.team-banner__info {
    flex: 0 0 59%;
}
.team-banner__image {
    flex: 0 0 41%;
}
.team-banner__info {
    padding: 80px 0;
}

.team-banner__info-content {
    max-width: 610px;
}

.team-banner__info h1 {
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.team-banner__info p {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 40px;
}
.team-banner__image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.team-order-text p
.btn-banner {
    font-family: "Inter";
    text-decoration: none;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    padding: 14px 20px;
}
.team-section {
    padding-top: 100px;
}
.team-advantages {
    padding-bottom: 40px;
}
.team-section__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 38px;
}
.team-advantages__image {
    border-radius: 12px;
    overflow: hidden;
}
.team-advantages__image img {
    width: 100%;
    display: block;
}
.team-advantages__card {
    margin-bottom: 36px;
    position: relative;
}
.team-banner {
    background-size: cover;
}
.team-advantages__label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    right: 12px;
    background-color: #fff;
    font-size: 24px;
    padding: 22px 20px;
    border-radius: 12px;
}
.team-advantages__info {
    padding-top: 20px;
}
.team-advantages__card_title {
    font-size: 24px;
    margin-bottom: 20px;
}
.team-order-text__container {
    padding-bottom: 10px;
}

.team-order-text__container-column {
    max-width: 862px;
}

.team-order-text__container p:last-child {
    margin-bottom: 0;
}
.team-advantages__text {
    font-size: 16px;
}
.team-slider-btn {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #000;
}
.team-slider-btn:after {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.team-slider-pagination .swiper-pagination-bullet {
    background-color: #E5E5E5;
    opacity: 1;
    border-radius: 30px;
}
.team-slider-pagination .swiper-pagination-bullet-active {
    background-color: #000000;
    width: 12px;
}
.swiper-pagination-bullets.team-slider-pagination {
    bottom: -30px;
}
.swiper-button-next.team-slider-btn {
    right: 0;
    top: -10px;
    margin-top: 0;
}
.swiper-button-prev.team-slider-btn {
    left: auto;
    right: 62px;
    top: -10px;
    margin-top: 0;
}
.team-section__title,
.team-section__description {
    max-width: 860px;
}
.team-section__description {
    margin-bottom: 30px;
}
.team-advantages__container {
    position: relative;
}
.team-section-grey {
    background-color: #F8F8F8;
}

.team-brands__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.team-brands__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.team-brands__card {
    border: 1px solid #EDEDED;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
}

.team-brands__logo img {
    height: 102px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: 75px;
}

.team-brands__name {
    margin-bottom: 30px;
    font-size: 13px;
    margin-top: 15px;
}

.team-brands__btn a {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000000;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
}

.team-form__wrap {
    padding: 60px;
}

.team-form__image {
    flex: 0 0 640px;
    max-width: 640px;
    border-radius: 12px;
    overflow: hidden;
}

.team-form__row {
    display: flex;
    flex-wrap: wrap;
}

.team-form__info h2 {
    margin-bottom: 30px;
}

.team-form__form-wrap {
    flex: 0 0 calc(100% - 640px);
    max-width: calc(100% - 640px);
    padding-left: 60px;
}

.team-form__image img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.team-form__form .form-group label {
    display: none;
}

.team-form__form .form .form-group {
    margin-bottom: 20px;
}


.succes-form {
    padding: 80px 0 20px;
    text-align: center;
}

.btn-banner {
    font-size: 16px;
    background-color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    color: #000;
    transition: all 0.3s ease;
}

.btn-banner:hover {
    opacity: 0.9;
}

.team-page {
    overflow-x: hidden;
}

.team-brands {
    padding-top: 0;
}

@media (max-width: 1360px) {
    .team-form__image {
        flex: 0 0 500px;
        max-width: 500px;
    }
    .team-form__form-wrap {
        flex: 0 0 calc(100% - 500px);
        max-width: calc(100% - 500px);
    }
}

@media (max-width: 1200px) {

    .team-banner__info {
        padding: 40px 0;
    }
    .team-brands__col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .team-brands__col:nth-child(1) .team-brands__card,
    .team-brands__col:nth-child(2) .team-brands__card{
        margin-bottom: 30px;
    }

    .team-form__form {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .team-form__wrap {
        padding: 24px;
    }
    .team-form__image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 0 40px;
    }

    .team-form__form-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}



@media (max-width: 960px) {
    .team-banner__row {
        flex-wrap: wrap;
    }
    .team-banner__info,
    .team-banner__image {
        flex: 0 0 100%;
    }
    .team-banner__image img {
         height: auto;
     }
    .team-banner__info {
        padding: 60px 0;
    }
    .team-slider-btn {
        display: none;
    }

    .team-advantages {
        padding-bottom: 40px;
    }
    .team-section {
        padding-top: 80px;
    }

    .team-banner__row {
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
    .team-banner__info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-banner__image {
        flex: 0 0 100%;
        max-width: 100%;
    }

}


@media (max-width: 768px) {
    .team-banner__info h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .team-banner__info p {
        margin-bottom: 30px;
    }
    .team-section {
        padding-top: 60px;
    }
    .team-advantages {
        padding-bottom: 20px;
    }

}

@media (max-width: 600px) {
    .team-brands__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-brands__card {
        margin-bottom: 20px;
    }
    .team-brands__col:nth-child(1) .team-brands__card,
    .team-brands__col:nth-child(2) .team-brands__card{
        margin-bottom: 20px;
    }
    .team-brands__col:last-child .team-brands__card {
        margin-bottom: 0;
    }
}