.header {
    background: #348fbe;
    background: linear-gradient(0deg, rgba(52, 143, 190, 1) 0%, rgba(40, 106, 150, 1) 100%);
    color: white;
}
@media (max-width: 560px) {
    .header {
        background: white;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
   }
    .header img {
        width: 80%;
   }
}
.header-wrap {
    justify-content: center;
    column-gap: 20px;
}
.header__item {
    align-items: center;
    width: 25%;
    column-gap: 10px;
}

.section1 {
    padding: 100px 0;
    color: black;
    margin: 0 auto;
}
@media (max-width: 960px) {
    .section1 {
        color: white;
        padding: 30px 0;
   }
}
@media (max-width: 575px) {
    .section1 {
        padding: 0;
   }
}
.section1-wrap {
    justify-content: center;
    column-gap: 10%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .section1-wrap {
        flex-direction: column;
        row-gap: 20px;
   }
}
@media (max-width: 575px) {
    .section1-wrap {
        width: 100%;
   }
}
.section1__content {
    position: relative;
    row-gap: 20px;
    margin: 0 auto;
}
.section1__content p:first-of-type {
    text-transform: uppercase;
    color: black;
}
.section1__content--list {
    padding: 10px;
    background: #348fbe;
    background: linear-gradient(90deg, rgba(52, 143, 190, 1) 0%, rgba(40, 106, 150, 1) 100%);
    border-radius: 30px;
    row-gap: 20px;
    justify-content: flex-start;
    color: white;
    position: relative;
}
@media (max-width: 1190px) {
    .section1__content--list {
        background: #348fbe;
        background: linear-gradient(90deg, rgba(52, 143, 190, 1) 0%, rgba(40, 106, 150, 0) 100%);
   }
}
@media (max-width: 576px) {
    .section1__content--list {
        background: unset;
   }
}
@media (max-width: 960px) {
    .section1__content--list {
        width: 100%;
   }
}
.section1__content--list div {
    text-transform: uppercase;
    align-items: center;
}
.section1__content--list div img {
    width: 50px;
}
@media (max-width: 960px) {
    .section1__content--list div img {
        width: 50px;
   }
}
.section1__content--list-prod {
    position: absolute;
    top: -15%;
    right: -35%;
    width: 300px;
}
@media (max-width: 1190px) {
    .section1__content--list-prod {
        top: -13%;
        right: -36%;
        z-index: -1;
   }
}
@media (max-width: 1080px) {
    .section1__content--list-prod {
        top: 0;
        right: -36%;
        z-index: -1;
   }
}
@media (max-width: 786px) {
    .section1__content--list-prod {
        top: -8%;
        right: -29%;
        z-index: -1;
   }
}
@media (max-width: 765px) {
    .section1__content--list-prod {
        width: 200px;
        top: -13%;
        right: 0;
        z-index: -1;
   }
}
@media (max-width: 700px) {
    .section1__form {
        margin: 0 auto;
   }
}
.logo {
    width: 80%;
}
.guaranty {
    width: 30%;
    padding-left: 20px;
}
.section1-mob-bg {
    width: 100%;
    padding: 20px;
    background: #348fbe;
    background: linear-gradient(90deg, rgba(52, 143, 190, 1) 0%, rgba(40, 106, 150, 1) 100%);
    border-radius: 0 0 30px 30px;
}
.prod-mob {
    width: 200px;
}

.section2 {
    background-image: url('../images/section2-bg.png');
    color: white;
    clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
@media (max-width: 1200px) {
    .section2 {
        clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
   }
}
@media (max-width: 700px) {
    .section2 {
        clip-path: unset;
        padding: 20px 0;
        background-image: url('../images/section2-bg-mob.png');
   }
}
.section2-wrap {
    margin: 0 auto;
}
.section2-title {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 700px) {
    .section2-title {
        width: 100%;
   }
}
.section2__list {
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}
.section2__list div {
    align-items: center;
    column-gap: 15px;
}
@media (max-width: 700px) {
    .section2__list div {
        width: 100%;
   }
}
