body {
    min-width: 360px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    background-color: #fff;
    color: #292c3d;
    transition: background-color .2s, color .2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

h2 span,
h3 span,
h4 span {
    text-transform: none;
}

.title-lg {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-transform: none;
    color: #292c3d;
    transition: color .2s;
}

.title-l {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-transform: none;
    color: #292c3d;
    transition: color .2s;
}

.title-m {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: none;
    color: #292c3d;
    transition: color .2s;
}

.title-sm {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-transform: none;
    color: #292c3d;
    transition: color .2s;
}

.title-s {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: none;
    color: #292c3d;
    transition: color .2s;
}

.title-xs {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: none;
    color: #292c3d;
    transition: color .2s;
}

.description {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 130%;
    color: #8C8E97;
    transition: color .2s;
}

.description__title {
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.description h2,
h3 {
    margin-bottom: 25px !important;
}

.description p,
figure.wp-block-gallery:not(:has(+figure)) {
    margin-bottom: 25px;
}

.description p img {
    vertical-align: bottom;
}

.wp-block-gallery {
    margin-bottom: 8px;
}

.inner-sm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-s {
    max-width: 820px;
    margin: 0 auto 15px;
    padding: 0 15px;
}

.inner-xs {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn,
.blog-footer .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 6px;
    border-color: transparent;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
    outline: none;
    transition: color .2s, border-color .2s, background-color .2s;
}

.btn:focus,
.footer .btn:focus {
    box-shadow: none;
}

.btn.btn--lg,
.footer .btn.btn--lg {
    min-height: 42px;
    font-weight: 500;
    font-size: 16px;
}

.footer .btn.btn--bg.btn--red {
    background-color: #EE3523;
    border-color: #EE3523;
    text-decoration: none;
}

.footer .btn.btn--bg.btn--red:hover {
    background-color: #ff0f0f;
    border-color: #ff0f0f;
    color: #fff;
}

.footer .btn.btn--border.btn--red {
    border-color: #EE3523;
}

.btn.btn--border.btn--black {
    border-color: #000;
    background-color: transparent;
    color: #000;
}

.btn.btn--border.btn--black:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}


a.border-bule,
a.border-bule:visited,
a.border-bule:active,
a.border-bule:focus {
    color: #ff0f0f !important;
    text-decoration: none !important;
}

a.border-bule:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.button.border-green,
.button.border-green:visited,
.button.border-green:active,
.button.border-green:focus,
.button.border-bule:visited,
.button.border-bule:active,
.button.border-bule:focus {
    background: transparent;
    text-decoration: none !important;
    border: 2px solid #2BD285;
    color: #2BD285;
}

.button.border-green:hover,
.button.border-bule:hover {
    border-color: #4ED999 !important;
    background-color: #4ED999 !important;
    color: #292C3D;
    text-decoration: none !important;
}


@media (max-width: 1024px) {
    .description p {
        margin-bottom: 20px;
    }
}


@media (max-width: 767px) {
    .title-lg {
        font-size: 30px;
    }

    .title-l {
        font-size: 31px;
    }

    .title-m {
        font-size: 22px;
    }

    .title-sm {
        font-size: 21px;
    }

    .title-s {
        font-size: 18px;
    }

    .title-xs {
        font-size: 16px;
    }
}