.landing section:not(:last-child) {
    border-bottom: none;
}
.landing .section {
    background: #fcfaf4;
}
.section {
    padding: 70px 0 50px 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #262626;
}
.lp-logo {
    margin-bottom: 55px;
}
.section-header .h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    margin-bottom: 24px;
}
.sub-header {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    margin: 0 auto 40px auto;
    max-width: 575px;
}
.main-img {
    margin-bottom: 15px;
}
.simple-text {
    font-size: 18px;
}
.section-header .btn-container {
    max-width: 575px;
}
.section .h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 48px;
    max-width: 835px;
}
.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto auto 16px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
}
.section-essential .item {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    padding: 0 20px;
}
.section-automatic .h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 40px;
    max-width: 835px;
}
.items-row {
    margin-top: 60px;
}
.items {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 36px 24px 36px;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.bar {
    position: absolute;
    top: -15px;
    left: 36px;
}
.bar {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 16px;
}
.bar-without {
    background: #E82F2F;
    border-radius: 16px;
}
.items-without {
    border-top: 2px solid #E82F2F;
}
.bar-with {
    background: #2DA588;
    border-radius: 16px;
}
.items-with {
    border-top: 2px solid #2DA588;
}
.items li {
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
    color: #262626;
}
.task-block {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 32px 24px 32px 24px;
}
.task-block p {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    height: 60px;
    margin-bottom: 16px;
}
.task-block ul {
    padding-left: 24px;
}
.task-block li {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 16px;
}
.section-consist ul li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    position: relative;
    padding-left: 104px;
    margin-bottom: 32px;
    height: 80px;
    display: flex;
    align-items: center;
}
.section-consist ul li::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    text-align: center;

    background: #FFFFFF no-repeat;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.section-consist ul li::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 23px;
    left: 26px;
    top: 30px;
    text-align: center;

    background: url("https://mysmz.ru/wp-content/themes/mysmz/assets/images/landing/icon-check.svg") no-repeat;
}
.block-consultation {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 48px 24px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.block-consultation .h3,
.simple-start .h3 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
}
.block-consultation p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}
.step {
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    background: #2DA588;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    margin-top: 30px;
}
.simple-start .simple-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.simple-start .btn-register {
    margin-top: 64px;
}
.step-two {
    position: relative;
}
.step-two::before {
    content: "";
    background: #DEDEDE;
    width: 296px;
    height: 2px;
    position: absolute;
    left: -310px;
    top: 50%;
}
.step-two::after {
    content: "";
    background: #DEDEDE;
    width: 296px;
    height: 2px;
    position: absolute;
    right: -310px;
    top: 50%;
}
.section-hr .h2 {
    margin-bottom: 80px;
}
.section-hr p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 32px;
}
.section-hr strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}
.hr-row {
    margin-bottom: 107px;
}
.landing .section-statistics {
    background: #2D173D;
    min-height: 300px;
}
.section-statistics .h2 {
    color: #fff;
}
.section-statistics .info {
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    color: #fff;
}
.section-statistics .number {
    font-weight: 700;
    font-size: 64px;
    line-height: 140%;
    color: #FFA144;
}
.stat-block {
    position: relative;
}
.stat-company::before {
    content: "";
    background: #60387C;
    width: 2px;
    height: 56px;
    position: absolute;
    top: 25px;
    right: -70px;
}
.stat-worker::before {
    content: "";
    background: #60387C;
    width: 2px;
    height: 56px;
    position: absolute;
    top: 25px;
    right: 60px;
}
.award-block {
    margin-bottom: 60px;
}
.award-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-top: 16px;
}
.landing section.custom .btn-container {
    position: relative;
    border-bottom: none;
}
.landing section.custom .btn-container::before {
    content: "";
    width: 575px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 27px;
}
.landing section.custom .btn-container {
    max-width: 630px;
}
.landing section.custom .btn-register,
.landing .section.custom .btn-outline {
    max-width: 314px;
}
.collapse {
    display: block !important;
}
.collapsing {
    transition: none;
    height: 100%;
}
.start-text {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}
.section-form {
    border-top: 2px solid #FAD3A1;
}
.landing .section.odd {
    background: linear-gradient(80.6deg,#fff9ec 2.17%,#fef1e3 87.97%);
}

@media screen and (max-width: 767px) {
    .hr-row {
        margin-bottom: 40px;
    }
    .step-two::before,
    .step-two::after {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .section-header .h1 {
        font-size: 22px;
        padding: 0 30px;
    }
    .sub-header {
        font-size: 18px;
        padding: 0 10px;
    }
    .sub-header.simple-text {
        font-size: 16px;
        padding: 0;
    }
    .landing .button {
        font-size: 16px;
        margin-top: 0;
    }
    .partners-info {
        width: 125px;
    }
    .partners-info .info {
        text-align: left;
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
    }
    .landing section.custom .partners-container {
        justify-content: center;
    }
    .section .h2 {
        font-size: 20px;
    }
    .landing section.custom .btn-container::before {
        display: none;
    }
    .section {
        padding: 40px 0 30px 0;
    }
    .icon-wrapper {
        width: 124px;
    }
    .essential-item {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
    }
    .section-essential .item {
        width: 100%;
        text-align: left;
        padding: 0 0 0 20px;
    }
    .section .h3 {
        font-size: 20px;
    }
    .items {
        margin-bottom: 40px;
    }
    .stat-company,
    .stat-worker {
        text-align: center;
    }
    .stat-worker::before {
        display: none;
    }
    .stat-worker .info {
        border-bottom: 2px solid #60387C;
        padding-bottom: 48px;
        margin-bottom: 48px;
    }
    .stat-company::before {
        display: none;
    }
    .awards {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .award-block {
        margin-bottom: 0;
    }
    .step-item {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
    }
    .simple-start .simple-text {
        width: 100% !important;
        text-align: left;
        padding: 0 0 0 20px;
    }
    .step {
        width: 65px;
        height: 56px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .section .step-two::before {
        content: "";
        background: #DEDEDE;
        width: 2px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: -48px;
    }
    .section .step-two::after {
        content: "";
        background: #DEDEDE;
        width: 2px;
        height: 40px;
        position: absolute;
        right: 50%;
        top: 63px;
    }
    .collapse {
        display: none !important;
    }
    .collapse.show {
        display: block !important;
    }
    #findWorker,
    #electroDocs,
    #payFreelancers {
        margin-top: 16px;
    }
    .task-block p {
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }
    .section-consist .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .collapsed p img {
        transform: rotate(-180deg);
    }
}
