html .title-h2 {
    text-transform: none;
}

.banner {
    background-color: #F0F0F0;
    background-image: url(../pic/banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 715px;
    display: flex;
    align-items: center;
}

.banner__image {
    display: none;
}

.banner__text {
    max-width: 572px;
}

.banner__title {
    margin-bottom: 64px;
}

.banner__btn {
    width: 100%;
    max-width: 513px;
}

.advantages-item__top {
    padding: 24px;
    font-size: 18px;
    font-weight: bold;
    height: 110px;
}

.advantages-item__bottom {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.pexay-solutions {
    position: sticky;
    top: 160px;
}

.pexay-solutions li {
    margin-bottom: 40px;
}

.pexay-solutions__item {
    border-radius: 4px;
    border: 1px solid #E3E4E5;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
}

.pexay-solutions__item img {
    margin-right: 16px;
}

.pexay-solutions__item.active {
    border: 1px solid #C5C5C5;
    background: #C5C5C5;
}

.pexay-solutions__item .icon_chevron {
    margin-left: auto;
    height: 24px;
    width: 24px;
    background-image: url("/imgs/icons/chevron-down.svg");
    transition: .3s;
}

.pexay-solutions__item.active .icon_chevron {
    transform: rotate(180deg);
}

.pexay-solutions__item {
    display: none;
}

.solution-description__box.hidden {
    display: none;
}

.pexay-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pexay-pagination .swiper-pagination-bullet {
    background: #D7D8D8;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.pexay-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C5C5C5;
    width: 10px;
    height: 10px;
}

.pexay-solutions-example > li:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid #C5C5C5;
}


.pexay-solutions-example__item {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.pexay-solutions-example__item.selected {
    border-bottom: 1px solid #C5C5C5;
}

.pexay-solutions-example__item .icon_chevron {
    margin-left: auto;
    height: 24px;
    width: 24px;
    background-image: url("/imgs/icons/chevron-down.svg");
    transition: .3s;
}

.pexay-solutions-example__item.selected .icon_chevron {
    transform: rotate(180deg);
}

.pexay-solutions-example__content {
    padding: 24px 0;
    display: flex;
}

.pexay-solutions-example__content.hidden {
    display: none;
}

.pexay-solutions-example__content > div {
    display: flex;
    align-items: center;
}

.pexay-solutions-example__content img {
    max-width: 100%;
}

.pexay-solutions-example__content > div:not(:last-child) {
    margin-right: 40px;
}

.solution-compl {
    position: relative;
    font-size: 18px;
}

.solution-compl .solution-compl__text1 {
    position: absolute;
    top: 4%;
    left: 3%;
    width: 30%;
}

.solution-compl .solution-compl__text1 > div,
.solution-compl .solution-compl__text1 > ul {
    background: #FCFCFC;
    border-radius: 4px;
}

.solution-compl .solution-compl__text1 > div {
    margin-bottom: 4%;
    padding: 12px 24px;
}

.solution-compl .solution-compl__text2 {
    position: absolute;
    top: 4%;
    right: 3%;
    width: 34%;
}

.solution-compl .solution-compl__text2 > div,
.solution-compl .solution-compl__text2 > ul {
    background: #FCFCFC;
    border-radius: 4px;
}

.solution-compl .solution-compl__text2 > div {
    padding: 12px 24px;
    margin-bottom: 4%;
}

.solution-compl ul {
    list-style: disc;
    padding: 12px 24px 12px 40px;
}

.solution-compl .solution-compl__text5 {
    position: absolute;
    top: 2.5%;
    left: 3%;
    width: 30%;
}

.solution-compl .solution-compl__text5 > div,
.solution-compl .solution-compl__text5 > ul {
    background: #FCFCFC;
    border-radius: 4px;
}

.solution-compl .solution-compl__text5 > div {
    margin-bottom: 4%;
    padding: 12px 24px;
}

.solution-compl .solution-compl__text4 {
    position: absolute;
    top: 2.5%;
    right: 3%;
    width: 34%;
}

.solution-compl .solution-compl__text4 > div,
.solution-compl .solution-compl__text4 > ul {
    background: #FCFCFC;
    border-radius: 4px;
}

.solution-compl .solution-compl__text4 > div {
    padding: 12px 24px;
    margin-bottom: 4%;
}

.solution-compl .solution-compl__text3 {
    position: absolute;
    top: 44.2%;
    left: 3%;
    width: 30%;
}

.solution-compl .solution-compl__text3 > div,
.solution-compl .solution-compl__text3 > ul {
    background: #FCFCFC;
    border-radius: 4px;
}

.solution-compl .solution-compl__text3 > div {
    padding: 12px 24px;
    margin-bottom: 4%;
}

.text-rachet {
    max-width: 237px;
}

.solution-compl_img {
    position: relative;
}

#footer-form .form-control.is-invalid {
    border: 1px solid #DB1F35;
}

.section-default,
#feedback {
    margin-bottom: 140px !important;
}

.solutions__title {
    margin-bottom: 64px;
    font-size: 34px;
}

.solutions-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.solutions-tabs {
    width: 100%;
    max-width: 375px;
    position: sticky;
    top: 160px;
}

.solutions-tabs__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    border: 1px solid #E3E4E5;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.solutions-tabs__item.active {
    background: #C5C5C5;
    border: 1px solid #C5C5C5;
}

.solutions-tabs__item:not(:last-child) {
    margin-bottom: 40px;
}

.solutions-content {
    width: 100%;
    border-left: 1px solid #E3E4E5;
}

.solutions-content__item {
    display: none;
}

.solutions-content__item.active {
    display: block;
}

.solutions-content__box {
    padding-left: 137px;
}

.solutions-content__box:not(:last-child) {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #E3E4E5;
}

.solutions-content__box > .h4 {
    margin-bottom: 40px;
}

.solutions-content__box li {
    line-height: 150%;
}

.why-buy > .swiper-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.why-buy__name.text-m {
    min-height: 116px;
    padding: 24px 24px 16px 24px;
    border: 1px solid #E3E4E5;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.why-buy__image {
    border-top: none;
    margin-bottom: 8px;
    width: 100%;
}

.why-buy__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1684px) {
    .banner {
        background-image: url(../pic/banner-tablet.png);
    }

    .banner__btn {
        max-width: 413px;
    }

    .section-default,
    #feedback {
        margin-bottom: 80px !important;
    }

    .solutions-wrap {
        gap: 20px;
    }

    .solutions-tabs {
        flex: 1 0 305px;
    }

    .solutions-content__box {
        padding-left: 107px;
    }

    .solution-compl .solution-compl__text1 {
        width: 266px;
    }

    .solution-compl .solution-compl__text2 {
        width: 254px;
    }

    .solution-compl {
        font-size: 14px;
    }
}

@media (max-width: 1344px) {
    .banner {
        height: 389px;
    }

    .banner__text {
        max-width: 442px;
    }

    .banner__title {
        margin-bottom: 20px;
    }

    .banner__title br {
        display: none;
    }

    .banner__description {
        margin-bottom: 56px;
    }

    .banner__btn {
        max-width: 349px;
    }

    .solutions__title {
        font-size: 30px;
    }

    .solutions-content {
        border-left: none;
    }

    .solutions-content__box {
        padding-left: 0;
    }

    .solutions-content__box:not(:last-child) {
        margin-bottom: 40px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .solutions-content__box > .h4 {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .pexay-solutions__item {
        font-size: 14px;
    }

    .breadcrumb_custom {
        font-size: 14px;
        padding: 20px 24px;
    }

    .pexay-solutions__item {
        display: flex;
    }

    .pexay-solutions__item + .solutions-content__item {
        display: none;
    }

    .pexay-solutions__item.active + .solutions-content__item {
        display: block;
    }

    .solutions-tabs {
        display: none;
    }

    .solution-compl {
        font-size: 12px;
    }

    .solution-compl ul {
        padding: 12px 16px 12px 32px;
    }

    .fs-18 {
        font-size: 14px;
    }

    .why-buy__name.text-m {
        font-size: 16px;
        padding: 16px 16px 24px 16px;
        min-height: 97px;
    }

    .why-buy__text {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .pexay-solutions__content .pexay-solutions__item {
        display: none;
    }
}

@media (max-width: 1023px) {
    .banner {
        height: 400px;
        background-image: url(../pic/banner-sm.png);
    }

    .banner__text {
        max-width: 358px;
    }

    .banner__description {
        margin-bottom: 40px;
    }

    .banner__btn {
        max-width: 309px;
    }

    .why-buy > .swiper-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .why-buy__name.text-m {
        min-height: 78px;
    }
}

@media (max-width: 767px) {
    .banner {
        height: auto;
        align-items: flex-start;
        padding: 32px 0;
        background-image: none;
    }

    .banner__text {
        max-width: 100%;
    }

    .banner__description {
        margin-bottom: 32px;
    }

    .banner__image {
        display: block;
        margin: 0 auto 32px;
        max-width: 100%;
    }

    .banner__btn {
        max-width: 100%;
    }

    .solutions__title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .pexay-solutions-example__content {
        flex-wrap: wrap;
    }

    .pexay-solutions-example__content > div {
        margin-bottom: 14px;
    }

    .text-rachet {
        max-width: 100%;
    }

    .solution-compl {
        background: #E3E4E5;
        padding: 16px;
    }

    .solution-compl .solution-compl__text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: #FCFCFC;
        border-radius: 4px;
        width: 100%;
        margin-top: 16px;
    }

    .solution-compl .solution-compl__text > div {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .solution-compl .solution-compl__text > div > img {
        border: 1px solid #E3E4E5;
        border-radius: 50%;
        margin-right: 8px;
    }

    .solution-compl .solution-compl__text > ul {
        padding-top: 0;
    }

    .pexay-solutions-example__content .s1 {
        max-height: 84px;
    }

    .pexay-solutions-example__content .s2 {
        max-height: 125px;
    }

    .pexay-solutions-example__content .s3 {
        max-height: 140px;
    }

    .why-buy > .swiper-wrapper {
        display: flex;
        GAP: 0;
    }

    .why-buy__slide {
        width: 328px;
        flex-shrink: 0;
    }

    .why-buy__name.text-m {
        padding: 16px;
        min-height: 89px;
    }
}