.landing-html {
    overflow-x: hidden;
}
.landing-enter .main-title {
    font-size: 48px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}
.main-bg {
    margin-top: 20px;
    margin-bottom: 120px;
    padding-bottom: 120px;
}
.steps--item {
    width: 33.3333%;
}
.steps--header {
    text-align: center;
    color: #8bac2a;
    font-size: 32px;
    font-weight: bold;
}
.steps--item .steps {
    width: 100%;
}
.steps--item .steps .step {
    padding: 25px;
}
.steps--item .steps .step-description {
    margin-top: 30px;
    line-height: 22px;
}
.steps--item .steps .step-description .step-description--link {
    display: inline;
    color: #7c992b;
    font-weight: bold;
}
.landing-sponsors {
    margin: 100px auto;
    padding: 50px 0!important;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.landing-sponsors__text {
    font-size: 18px;
    line-height: 32px;
}
.landing-sponsors__text .landing-sponsors--link {
    display: block;
    color: #7c992b;
}
.landing-header {
    height: 45px;
    background-color: #eef0e0;
}
.landing-item--icon {
    max-width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.landing-item--icon-procent {
    max-width: 130px;
    padding-top: 6px;
}
.landing-item--circle {
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .landing-enter {
        margin: 80px auto;
    }
    .landing-enter .main-title {
        font-size: 36px;
    }
    .right-mobile {
        margin-right: 42px;
    }
    .logo {
        position: relative;
    }
    .logo img {
        top: 12px;
    }
}
@media screen and (max-width: 768px) {
    .steps--item {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .landing-enter {
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
}
@media screen and (max-width: 768px)  {
    .landing-enter .main-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 414px) {
    .right-mobile {
        margin-right: 0;
    }
}