﻿/* TRADE-IN START */

.main__banner.main__banner--with-cards {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap:24px;
}
.main__banner--with-cards .main__banner-info {
    max-width: 530px;
}
.main__banner-cards {
    position: relative;
    z-index: 2 ;
    display: flex;
    gap:16px;
    justify-content: flex-end;
    width: 55%;
}
.main__banner-card {
    width: calc(33.33% - 10.67px);
    border-radius: 16px;
    border: 1px solid #FFF;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap:16px;
    min-width: 230px;
}
.main__banner-card-icon {
    width: 64px;
    height: 64px;
}
.main__banner-card-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.advantages--trade-in .advantages__content-item {
    font-size: 18px;
}
.advantages--trade-in .advantages__image-dots-circle {
    top: -80px;
    left: 30px;
    width: 340px;
    height: 340px;
}


.solutions {
}
.solutions__list {
    display: flex;
    gap:24px;justify-content: space-between;
}
.solutions__item {
    width: calc(16.67% - 10px);
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #292826;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    gap:36px;
    min-height: 230px;
}
.solutions__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.solutions__item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.015rem;
}



.cta {
    margin: 48px 0;
}
.container {
}
.cta__wrapper {
    background-color: #FDD525;
    border-radius: 16px;
    width: 100%;
    padding: 32px 0;
    position: relative;
}
.cta__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:24px;
}
.cta__title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.cta__subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.cta__link {
    background-color: #FDD525;
    max-width: 290px;
    margin: 0 auto;
}
.cta__image {
    width: 400px;
    position: absolute;
    bottom: -6px;
    left:40px;
}
.cta__decore {
}

.brackets {
}
.container {
}
.brackets__title {

}
.brackets__content {
    position: relative;
    display: flex;
    justify-content: space-around;
}
.brackets__item {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap:16px;
    text-align: center;
    width: calc(50% - 220px);
}
.brackets__item-icon {
    width: 64px;
    height: 64px;
}
.brackets__item-title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    max-width: 460px;
}
.brackets__item-description {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.brackets__item-start,
.brackets__item-midle,
.brackets__item-end {
    color: #FDD525;
    font-size: 231px;
    font-weight: 275;
    line-height: normal;
}

.brackets__item-start {

}
.brackets__item-midle {

}
.brackets__item-end {

}

/* TRADE-IN END */

