.information-information-4 .search__form-input, 
.information-information-4 .search__form-btn, 
.information-information-4 .search__inner {
    background-color: rgba(255,255,255, 1);
} 



.about-us {
    background: rgba(44, 155, 218, .05);
    position: relative;
    top: -124px;
}
.about-us__inner {
    display: flex;
    position: relative;
}
.about-us__right {
    padding: 111px 0 57px;
    margin-left: auto;
    margin-right: 102px;
    max-width: 510px;
    width: 100%;
    color: #1A3C5E;
}
.about-us__left {
    position: absolute;
}
.about-us__left img {
    position: relative;
    left: -352px;
    display: flex;
}
.about-us__left-title {
    padding: 63px 116px 63px 0;
    background: #1A3C5E;
    left: -352px;
    position: relative;
    text-align: right;
    color: #fff;
}

.about-us__right h3{
    margin-bottom: 32px;
    color: #1A3C5E;
}
.about-us__right p:not(:last-child) {
    margin-bottom: 30px;
}

.breadcrumb-section.about-breadcumbs {
    z-index: 1;
    position: relative;
}


.about-breadcumbs .breadcrumb a,
.about-breadcumbs .breadcrumb li {
    color: #fff;
}
.about-breadcumbs .breadcrumb li:not(:last-child)::after {
    border-color: #fff;
}

.catalog__text {
    color: #595959;
    width: 920px;
    margin-bottom: 60px;
}

.about-catalog.catalog {
    margin-top: 0px;
}

.why-we {
    margin-bottom: 210px;
}

.why-we__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-we__content {
    color: #595959;
    max-width: 555px;
    margin-left: 24px;
    width: calc(100% - 552px);
    margin-right: 80px;
}

.why-we__content p, .why-we__text-content p {
    margin-bottom: 37px;
 
}

.why-we__title {
    color: #091D3E;
    margin-bottom: 32px;
}
 
.why-we__img {
    width: 50%;
}

.why-we__item {
    margin-left: 24px;
    position: relative;
    max-width: 520px;
}

.why-we__item::before {
    content:"";
    width: 8px;
    height: 8px;
    background-color: #2C9BDA;
    position: absolute;
    top: 8px;
    left: -24px;
}

.why-we__text-content.hidden {
    display: none;
}

.why-we__text-content {
    color: #595959;
}


.why-we .why-we__text {
    font-family: "NotoSans",sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .02em;
}

.why-we .why-we__item {
    font-family: "NotoSans",sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .02em;
}

.help {
    margin-bottom: 210px;
}

.help-first {
    background-color: rgba(44,155,218, .05);
    padding-bottom: 72px;
}
.help-second {
    background-color: rgba(44,155,218, .1);
    padding: 66px 0;
}
.help-third {
    background-color: rgba(44,155,218, .15);
    padding: 90px 0;
}

.help__title {
    padding-top: 80px;
    color: #091D3E;
}

.help__text {
    font-family: "NotoSans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #52678A;
}

.help__text.help--main {
    margin-bottom: 112px;
    max-width: 840px;
}

.help__item {
    width: 500px;
}

.help__items-wrap {
    display: flex;
    justify-content: space-between;
}

.help__subtitle {
    color: #091D3E;
    margin-bottom: 24px;
}

@media (max-width: 1180px) {
    .about-us__left img, .about-us__left-title{
        left: -404px;
    }

    .about-us__right {
        margin-right: 20px;
    }

    .why-we__content {
        margin-right: 50px;
    }

    .help__item {
        width: 47%;
    }
}

@media (max-width: 1024px) {
    .about-us__left {
        position: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-us__inner {
        flex-direction: column;
    }
    .about-us__left-title, .about-us__left img {
        left: 0;
        width: 102%;
    }

    .about-us__left-title {
        padding: 50px 0px 50px 0;
        text-align: center;
    }
    .about-us__right {
        padding: 111px 36px 57px;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }

    .catalog.about-catalog{
        margin-bottom: 210px
    }

}


@media (max-width: 992px) {
    .catalog__text {
        width: 100%;
    }

    .why-we__wrap {
        flex-direction: column;
        align-items: flex-start;
    }


    .why-we__content {
        width: auto;
    }

    .why-we__item {
        max-width: none;
    }

    .why-we__img {
        width: 60%;
        margin-left: 24px;
    }

    .why-we__text-content.hidden {
        margin-top: 40px;
        display: block;
        max-width: 555px;
        margin-left: 24px;
    }

    .why-we__content > .why-we__text-content {
        display: none;
    }




}

@media (max-width: 768px) {
    .about-us__left-title, .about-us__left img { 
        width: calc(100% + 30px);
    }

    .about-breadcumbs .inner-container {
        padding: 0;
    }

    .why-we__img {
        width: 70%;
        margin-left: 24px;
    }
    .catalog.about-catalog {
        margin-bottom: 90px;
    }

    .why-we, .help {
        margin-bottom: 90px;
    }
}

@media (max-width: 570px) {
    .about-us__left-title {
        padding: 20px 0px 20px 0;
    }

    .about-us__right {
        padding: 52px 10px 57px;
    }

    .about-catalog .inner-container {
        padding: 0;
    }

    .why-we__img {
        margin-left: 0;
        width: 100%;
    }

    .why-we__content {
        margin-left: 0;
    }
    
    .why-we__text-content.hidden {
        margin-left: 0;
    }
    
    .help .inner-container {
        padding: 0;
    }

    .help__items-wrap {
        flex-direction: column;
    }

    .help__item {
        width: auto;
    }

    .help__item:not(:last-child), .help__text.help--main {
        margin-bottom: 60px;
    }
    .help__title {
        padding-top: 0;
        margin-bottom: 24px;
    }
    .help-first, .help-second, .help-third {
        padding: 60px 0;
    }
   
}

/* div {
    border: 1px solid green;
} */