body::-webkit-scrollbar {
    width: 5px !important;
    background-color: #2d2d2d89 !important;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--color-blue);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #2d2d2d89;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-style: none;
}

html {
    height: 100%;
    width: 100%;
}

.wp-block-acf-mainpage-header {
    width: 100%;
    max-width: 100%;
}

body {
    margin: 20px 0 0 0;
    padding: 0;
    max-width: 100vw;
    font-family: var(--font-main);
    background-color: #ffffff;
    width: 100%;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

body * {
    font-family: var(--font-main);
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 17px;
    }
}

main {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

section, .section {
    margin: 20px auto 0;
    padding: 100px 0;
    border-radius: 24px;
    max-width: 1460px;
    width: 100%;
}

.section__subtitle {
    font-size: 20px;
    color: #535D70;
}

.single-page section {
    padding: 80px 0;
}

@media screen and (max-width: 1172px) {
    section, .section {
        margin: 12px 0;
        padding: 24px 0px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 1024px) {
    section, .section {
        margin: 12px auto;
        padding: 24px 0px;
        border-radius: 16px;
        max-width: 680px;
    }

    .section__subtitle {
        font-size: 16px;
    }
}

a {
    color: var(--color-blue);
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, .h4, h4, .h5, h5, .h6, h6 {
    font-weight: 600;
    color: var(--color-text);
}

h1, .h1 {
    line-height: 1.2;
    font-size: 56px;
    margin-bottom: 32px;
    font-weight: 600;
    color: #FFF;
    text-align: center;


    font-family: var(--font-main);
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: -3.2px;
}

h1 i, .h1 i {
    font-style: normal;
    font-weight: 400;
}

.single-page h1, .single-page .h1 {
    color: var(--text-and-icons-primary, #091733);
    font-family: var(--font-family-manrope, Manrope);
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -1.44px;
    padding: 0;
    margin: 0 0 -8px 0;
    text-align: left;
    white-space: normal;

}

.single-page h2, .single-page .h2 {
    font-family: var(--font-family-manrope, Manrope);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.84px;
    margin: 0 0 -8px 0;
    padding: 0;
    white-space: normal;
}

.single-page .page-subtitle, .single-page .page-subtitle {
    color: var(--text-and-icons-additional, #959CA6);
    font-family: var(--font-family-manrope, Manrope);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.single-page article ul,
.single-page article li,
.single-page article div,
.single-page article p {
    margin-bottom: 0;
    font-weight: 500;
}

.single-page article {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1024px) {
    h1, .h1 {
        font-size: 56px;
    }
}

@media (max-width: 1024px) {
    h1, .h1 {
        font-size: 48px;
        margin: 0 0 20px 0;
        line-height: 1.2;
    }
}

h2, .h2 {
    font-size: 48px;
    margin-bottom: 60px;
    line-height: 1.15;
    text-align: left;
    letter-spacing: -1.44px;
    width: 100%;
}

h1 p,
h2 p,
h3 p {
    margin: 0;
}

h3, .h3 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
    letter-spacing: -0.84px;
}

h4, .h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

h5, .h5 {
    font-size: 18px;
    margin-bottom: 16px;
}

h6, .h6 {
    font-size: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1172px) {
    h2, .h2 {
        margin-bottom: 48px;
    }
}

.logo .logo__link {
    transition: all .3s ease-in-out;
    overflow: hidden;
    width: 70px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.logo .logo__image {
    transition: .3s height ease-in-out;
}

.grecaptcha-badge {
    display: none !important;
}

.violet {
    color: var(--color-blue);
}

.blue {
    color: var(--color-blue);
}

.green {
    color: var(--color-green);
}

.middle-green {
    color: var(--color-middle-green);
}

.features-card--black .green {
    color: var(--color-middle-green);
}

.features-card--black .tip--green {
    border-color: var(--color-middle-green);
}

.orange {
    color: var(--color-orange);
}

.undertitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.48px;
}

.tip {
    font-size: 15px;
    font-weight: 600;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background-color: var(--color-light-green);
    display: inline-block;
    width: auto;
    border-radius: 6px;
    text-transform: none;
    position: relative;
    z-index: 5;
}

.tip--light {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .tip--light {
        font-size: 13px;
    }
}

.tip--outline {
    background: transparent;
}

.tip--green {
    border: 1px solid var(--color-green);
    background: transparent;
}

.tip--violet {
    border: 1px solid var(--color-blue);
    background: transparent;
    color: var(--color-blue);
}

.tip--small {
    height: 24px;
    line-height: 24px;
    padding: 0px 8px;
    font-size: 14px;
}

.bg {
    padding: 100px 0;
}

.bg--gray {
    background: var(--bg-secondary, #F8F9FB);
}

.block-gray {
    background-color: var(--color-gray-bg);
    padding: 27px 40px 40px 40px;
    border-radius: 32px;
    transition: .3s all ease-in-out;
    position: relative;
    height: 100%;
}

.block-gray h3 {
    transition: .3s all ease-in-out;
}

.block-gray:hover {
    background-color: #2196f3;
    color: #ffffff;
}

.block-gray:hover h3 {
    color: #ffffff;
}

.color-gray {
    color: var(--color-gray);
}

.bolder {
    font-weight: 500;
}

.bold {
    font-weight: 500;
}

.font-size-18 {
    font-size: 18px !important;
}

@media screen and (min-width: 1260px) {
    .font-size-lg-18 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .font-size-18 {
        font-size: 15px !important;
    }
}

.subtitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.5;
}

.subtitle-md {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.5;
}

.link-position-absolute {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: absolute;
}

@media screen and (min-width: 1260px) {
    .wp-block {
        max-width: 1024px !important;
    }
}

@media screen and (min-width: 1260px) {
    break {
        display: block;
        clear: both;
    }
}

@media screen and (max-width: 1024px) {
    break-m {
        display: block;
        clear: both;
    }
}

h2 img {
    max-width: 48px;
    max-height: 48px;
}

h1 img {
    max-width: 56px;
    max-height: 56px;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    main {
        margin-top: 0;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h1 i, .h1 i {
        font-size: 30px;
    }

    h2, h2 *, .h2, .h2 * {
        font-size: 28px;
        margin-bottom: 32px;
        line-height: 32px;
        display: inline-block;
        letter-spacing: -0.84px;
    }

    h2 svg {
        max-width: 24px;
        max-height: 24px;
    }

    h3, .h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }

    h4, .h4 {
        font-size: 20px
    }

    h2 img {
        max-width: 32px;
        max-height: 32px;
        transform: translateY(0px);
        margin: 0;
    }

    h1 *, h2 * {
        display: inline;

    }

    h1 br, h2 br {

    }

    h1 br:after, h2 br:after {
        content: " ";
    }

    .undertitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .bg {
        padding: 24px 0;
    }

    .block-gray {
        padding: 16px;
    }

    .subtitle {
        font-size: 15px;
    }

    .nospacing-mobile {
        overflow: hidden;
        padding-left: 24px;
        padding-right: 24px;
        height: auto;
        margin-left: -12px;
        margin-right: -12px;
        background-position: -355px 22px;
        background-size: 250%;
    }

    h1 svg {
        max-width: 56px;
        max-height: 56px;
    }

    .header__container {

        margin: auto;
    }

    .burger {
        transform: translateX(2px);
    }

    .logo .logo__link {
        left: 0;
        width: 40px;
        height: 40px;
    }

}

@media screen and (min-width: 1025px) {
    .logo .logo__link {
        width: 210px;
    }
}

@media screen and (min-width: 1173px) {
    .logo .logo__link {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

footer + a,
footer + template + a,
footer + template + a + a {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.only-ru-ua {
    display: none;
}

html[lang="uk"] .only-ru-ua,
html[lang="ru-RU"] .only-ru-ua {
    display: block;
}

html[lang="en-US"] .hide-en {
    display: none !important;
}

.tag {
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700px;
    line-height: 20px;
    border-radius: 8px;
    transform: translateY(-1px);
}

.tag--violet {
    background: #673AB7;
    box-shadow: 0 2px 2px -2px rgba(103, 58, 183, 0.20), 0 8px 6px -4px rgba(103, 58, 183, 0.10);
}

.tag--green {
    background: #0F8D57;
    box-shadow: 0 2px 2px -2px rgba(76, 175, 80, 0.20), 0 8px 6px -4px rgba(76, 175, 80, 0.10);
}

@media screen and (min-width: 461px) and (max-width: 768px) {
    body::-webkit-scrollbar {
    }

    body::-webkit-scrollbar-thumb {
    }

    body::-webkit-scrollbar-track {
    }

    * {
    }

    html {
    }

    .wp-block-acf-mainpage-header {
    }

    body {
    }

    body * {
    }

    main {
    }

    button, input, optgroup, select, textarea {
    }

    section, .section {
    }

    .section__subtitle {
    }

    a {
    }

    h1, .h1, h2, .h2, h3, .h3, .h4, h4, .h5, h5, .h6, h6 {
    }

    h1, .h1 {
    }

    h1 i, .h1 i {
    }

    h2, .h2 {
    }

    h1 p,
    h2 p,
    h3 p {
    }

    h3, .h3, .wp-block-heading {
    }

    h4, .h4 {
    }

    h5, .h5 {
    }

    h6, .h6 {
    }

    .logo .logo__link {
    }

    .logo .logo__image {
    }

    .grecaptcha-badge {
    }

    .violet {
    }

    .blue {
    }

    .green {
    }

    .middle-green {
    }

    .features-card--black .green {
    }

    .features-card--black .tip--green {
    }

    .orange {
    }

    .undertitle {
    }

    .tip {
    }

    .tip--light {
    }

    .tip--outline {
    }

    .tip--green {
    }

    .tip--violet {
    }

    .tip--small {
    }

    .bg {
    }

    .bg--gray {
    }

    .block-gray {
    }

    .block-gray h3 {
    }

    .block-gray:hover {
    }

    .block-gray:hover h3 {
    }

    .color-gray {
    }

    .bolder {
    }

    .bold {
    }

    .font-size-18 {
    }

    .font-size-lg-18 {
    }

    .subtitle {
    }

    .subtitle-md {
    }

    .link-position-absolute {
    }

    .wp-block {
    }

    break {
    }

    break-m {
    }

    h2 img {
    }

    h1 img {
    }

    h2, h2 *, .h2, .h2 * {
    }

    h2 svg {
    }

    h3, .h3 {
    }

    h1 *, h2 * {
    }


    h1 br:after, h2 br:after {
    }

    .nospacing-mobile {
    }

    h1 svg {
    }

    .header__container {
    }

    .burger {
    }

    footer + a,
    footer + template + a,
    footer + template + a + a {
    }

    .only-ru-ua {
    }

    html[lang="uk"] .only-ru-ua,
    html[lang="ru-RU"] .only-ru-ua {
    }

    html[lang="en-US"] .hide-en {
    }

    .tag {
    }

    .tag--violet {
    }

    .tag--green {
    }

    h1 p, h2 p, h3 p {
    }

    footer + a, footer + template + a, footer + template + a + a {
    }

    html[lang="uk"] .only-ru-ua, html[lang="ru-RU"] .only-ru-ua {
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body::-webkit-scrollbar {
    }

    body::-webkit-scrollbar-thumb {
    }

    body::-webkit-scrollbar-track {
    }

    * {
    }

    html {
    }

    .wp-block-acf-mainpage-header {
    }

    body {
    }

    body * {
    }

    main {
    }

    button, input, optgroup, select, textarea {
    }

    section, .section {
    }

    .section__subtitle {
    }

    a {
    }

    h1, .h1, h2, .h2, h3, .h3, .h4, h4, .h5, h5, .h6, h6 {
    }

    h1, .h1 {
    }

    h1 i, .h1 i {
    }

    h2, .h2 {
    }

    h1 p,
    h2 p,
    h3 p {
    }

    h3, .h3, .wp-block-heading {
    }

    h4, .h4 {
    }

    h5, .h5 {
    }

    h6, .h6 {
    }

    .logo .logo__link {
    }

    .logo .logo__image {
    }

    .grecaptcha-badge {
    }

    .violet {
    }

    .blue {
    }

    .green {
    }

    .middle-green {
    }

    .features-card--black .green {
    }

    .features-card--black .tip--green {
    }

    .orange {
    }

    .undertitle {
    }

    .tip {
    }

    .tip--light {
    }

    .tip--outline {
    }

    .tip--green {
    }

    .tip--violet {
    }

    .tip--small {
    }

    .bg {
    }

    .bg--gray {
    }

    .block-gray {
    }

    .block-gray h3 {
    }

    .block-gray:hover {
    }

    .block-gray:hover h3 {
    }

    .color-gray {
    }

    .bolder {
    }

    .bold {
    }

    .font-size-18 {
    }

    .font-size-lg-18 {
    }

    .subtitle {
    }

    .subtitle-md {
    }

    .link-position-absolute {
    }

    .wp-block {
    }

    break {
    }

    break-m {
    }

    h2 img {
    }

    h1 img {
    }

    h2, h2 *, .h2, .h2 * {
    }

    h2 svg {
    }

    h3, .h3 {
    }

    h1 *, h2 * {
    }

    h1 br, h2 br {
    }

    h1 br:after, h2 br:after {
    }

    .nospacing-mobile {
    }

    h1 svg {
    }

    .header__container {
    }

    .burger {
    }

    footer + a,
    footer + template + a,
    footer + template + a + a {
    }

    .only-ru-ua {
    }

    html[lang="uk"] .only-ru-ua,
    html[lang="ru-RU"] .only-ru-ua {
    }

    html[lang="en-US"] .hide-en {
    }

    .tag {
    }

    .tag--violet {
    }

    .tag--green {
    }

    h1 p, h2 p, h3 p {
    }

    footer + a, footer + template + a, footer + template + a + a {
    }

    html[lang="uk"] .only-ru-ua, html[lang="ru-RU"] .only-ru-ua {
    }

}

@media screen and (max-width: 1024px) {
    h1, .h1, h2, .h2, h3, .h3 {
        white-space: normal;
    }
}

h2, h3, h4, .cloud-card__text {
    white-space: pre-line;
}

@media screen and (max-width: 1024px) {
    h2, h3, h4, .cloud-card__text {
        white-space: normal;
    }

    h2 br {
        width: 12px;
        position: absolute;
        font-size: 0;
        margin: 0;
        line-height: 0;
        letter-spacing: 0;
        display: contents;
    }
}
.single-page h3, .single-page .h3,
.single-page h4, .single-page .h4,
.single-page h5, .single-page .h5{
    margin: 0;
    white-space: normal;
}

@media screen and (max-width: 680px) {
    .single-page section {
        padding: 20px 0;
    }

    .single-page h1, .single-page .h1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.84px;
        white-space: normal;

    }
    .single-page h3, .single-page .h3,
    .single-page h4, .single-page .h4,
    .single-page h5, .single-page .h5{
        margin: 0;
        white-space: normal;
    }
    .single-page .page-subtitle {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .single-page h2, .single-page .h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: -0.54px;
        white-space: normal;
    }
    .single-page article {
        gap: 20px;
    }
    .single-page article p {
        font-size: 14px;
    }
}