.info-page main button {
    text-transform: uppercase;
}

.info-page .frame-1 {
    position: relative;
    padding: 1px;
}

.info-page .frame-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--img-bg-areyou);
    filter: var(--img-bg-areyou-filter);
}

.info-page .frame-1 > div {
    position: relative;
    color: #fff;
}

.info-page h1, .info-page .frame-3 .h1 {
    font-size: 36px;
    margin-top: 50px;
}

.info-page main button, .info-page h4, .info-page h2, .info-page .frame-2 button, .info-page .frame-4 button {
    font-size: 24px;
}

.info-page h4, .info-page h2 {
    margin-bottom: 50px;
}

.info-page .frame-2 {
    font-size: 18px;
    padding: 32px 0;
}

.info-page .frame-2 .offers {
    margin-bottom: 50px;
}

.info-page .frame-2 .offer {
    padding: 0 40px;
    max-width: 350px;
    margin: 0 auto;
}

.info-page .frame-2 .offer div {
    margin-top: 26px;
}

.info-page .frame-2 button {
    padding: 4px 61px;
}

.info-page .frame-3 .h1 {
    color: var(--color-primary);
    margin-bottom: 68px;
}

.info-page .feature {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    max-width: 300px;
}

.feature span {
    margin: auto;
}

.info-page .frame-3 .feature:not(.logo) {
    font-size: 24px;
    line-height: 26px;
    padding: 20px;
    border-radius: 8px;
    background: white;
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.4);
}

.info-page .frame-4 {
    color: #fff;
    padding-top: 40px;
}

.info-page .reg-steps {
    margin-bottom: 50px;
}

.info-page .step {
    padding: 0 14px;
    max-width: 350px;
    margin: 0 auto;
}

.info-page .step div:nth-child(1) span, .info-page .frame-4 button {
    color: #000;
    background-color: #fff !important;
}

.info-page .step div:nth-child(1) span {
    font-size: 36px;
    border-radius: 50%;
    padding: 12px 20px 8px;
    text-align: center;
}

.info-page .step div:nth-child(2) {
    margin-top: 28px;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.info-page .step div:nth-child(3) {
    font-size: 18px;
    line-height: 22px;
}

.info-page .frame-4 .white-line {
    background-color: #fff;
    top: 45px;
    padding: 3px 0;
    clear: both;
}

.info-page .frame-5 {
    font-size: 18px;
    margin: 100px 0;
}

.info-page .frame-5 .h1 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.info-page .frame-5 .cont div {
    text-align: center;
}

.info-page .frame-5 .cont img {
    padding-top: -22px;
}

.info-page footer {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}
