.seo-block *{
    color: #000;
}

html {
    scroll-behavior: smooth;
}

.seo-block a,
.seo-block a *{
    color: #083db4;
    text-decoration: underline;
}
.seo-block p,
.seo-block p font {
    font-size: 18px;
    line-height: 160%;
    color: #4c5661;
    margin-bottom: 10px;
}

.seo-block ul li {
    font-size: 16px;
    line-height: 175%;
    color: #4c5661;
}

.seo-block ul li:not(:last-child) {
    margin-bottom: 6px;
}

body .seo-block h3{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 167%;
}
body .seo-block h2{
    font-size: 36px;
    line-height: 119%;
    color: #1e2731;
    margin-bottom: 22px;
}
body .seo-block h5{
    font-size: 20px;
}
body .seo-block h4{
    font-size: 22px;
}
body .seo-block h1{
    font-size: 48px;
}

body .seo-block .seo-block-size {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #4c5661;
}


.seo-block__show-btn {
    margin-top: 30px;
}
.seo-block__show-btn,
.seo-block__show-btn span {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: "Avenir", sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #092dc5;
    cursor: pointer;
}

.seo-block__container {
    position: relative;
}

.seo-block__container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 220px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.seo-block-opened.seo-block__container::after {
    display: none;
    content: none;
}

.seo-margin-50 {
    margin-bottom: 50px!important;
}

.seo-margin-30 {
    margin-bottom: 30px!important;
}

.seo-margin-10 {
    margin-bottom: 10px!important;
}

@media screen and (max-width: 1023.98px) {
    .seo-block__show-btn {
        margin-top: 20px;
    }

    body .seo-block h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    body .seo-block h2{
        font-size: 30px;
    }

    body .seo-block h5{
        font-size: 17px;
    }
    body .seo-block h4{
        font-size: 18px;
    }
    body .seo-block h1{
        font-size: 34px;
    }

    .seo-block p, .seo-block p font {
        font-size: 16px;
    }

    .seo-block ul li {
        font-size: 15px;
    }

    .seo-margin-50 {
        margin-bottom: 30px!important;
    }

    .seo-margin-30 {
        margin-bottom: 20px!important;
    }
}