.hero {
    position: relative;
}

@media screen and (max-width: 767px) {
    .hero {
        text-align: center;
    }
}

.hero__top-text {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .hero__top-text {
        text-align: center;
    }
}

.hero__heading {
    font-family: "Ubuntu", sans-serif;
    font-size: 2.5rem;
    line-height: 2.875rem;
    color: var(--primary);
    max-width: 530px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .hero__heading {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero__heading {
        width: 200px;
    }
}

@media screen and (min-width: 992px) {
    .hero__heading {
        font-size: 3.25rem;
        line-height: 3.3125rem;
    }
}


@media screen and (min-width: 768px) {
    .hero__serts {
        position: absolute;
        top: -20px;
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero__serts {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media screen and (min-width: 1200px) {
    .hero__serts {
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }
}

.hero__serts img {
    max-width: 100%;
}

.hero__list {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .hero__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (min-width: 992px) {
    .hero__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.hero__list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .hero__list-item {
        margin-right: 25px;
    }
}

@media screen and (min-width: 992px) {
    .hero__list-item {
        margin-right: 25px;
    }
}

.hero__list-item::before {
    content: "\E80B";
    font-family: "Fontello";
    color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
}

.hero__text {
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    .hero__text {
        text-align: center;
        font-size: 0.875rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    text-align: center;
    margin: 20px;
    max-width: 290px;
}

.icon-item_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-item_horizontal .icon-item__image {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.icon-item_horizontal .icon-item__text {
    text-align: left;
    margin: 0;
}

.icon-item__image {
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.icon-item__image img {
    width: 50px;
}

.icon-item__title {
    font-family: "Ubuntu", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.icon-item__text {
    font-family: "Ubuntu", sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

@media screen and (min-width: 768px) {
    .icon-item__text_wide {
        min-width: 300px;
    }
}

.check-list {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.check-list__item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .check-list__item {
        margin-right: 25px;
    }
}

@media screen and (min-width: 992px) {
    .check-list__item {
        margin-right: 25px;
    }
}

.check-list__item::before {
    content: "\E80B";
    font-family: "Fontello";
    color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
}

.section__split {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 65%;
    z-index: 20;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

.section__split_right {
    left: initial;
    right: 0;
    width: 45%;
}

.section__split-form {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0%, 100% 0, 78% 99%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 78% 99%, 0% 100%);
    background: #fff;
}

.section__split-form_right {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 22% 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 22% 100%);
}