.fields-row {
    width: 100%;
}

.fields-row .help-block {
    background-color: #F8F2EF;
    font-family: Manrope;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: auto;
    border-radius: 10px;
    padding: 6px 11px;
    position: absolute;
    top: -12px;
    right: 0;
}

.fields-row .field-block {
    margin-bottom: 10px;
}

.fields-row .form-group {
    position: relative;
}

.fields-row .form-group input {
    width: 100%;
    position: relative;
    margin-bottom: 0 !important;
    transition: all 0.5s ease 0s;
}

.fields-row .form-group::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    top: 13px;
    right: 16px;
    background-image: url("../img/error.svg");
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.fields-row .form-group.has-error input {
    border-color: #9D2035;
}

.fields-row .form-group.has-error::before {
    opacity: 1;
}

.alert.alert-danger {
    font-size: 14px;
    margin-bottom: 10px;
    color: #9D2035;
}

.form-submit {
    width: 100%;
}

.checkbox-inline {
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    min-height: 20px;

}

.checkbox-inline input {
    display: none !important;
}

.checkbox-inline input:checked+span::after {
    opacity: 1;
}

.checkbox-inline span {
    font-size: 14px !important;
    font-weight: 400;
    color: #878787 !important;
    display: block;
    position: relative;
    padding-left: 25px;
}

.checkbox-inline span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #976F56;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}

.checkbox-inline span::after {
    content: "";
    position: absolute;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.52935L4.5 9.23524L11.5 0.764648' stroke='%23070A3A'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.52935L4.5 9.23524L11.5 0.764648' stroke='%23070A3A'/%3E%3C/svg%3E");
    width: 12px;
    height: 10px;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    background: #976F56;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.webform-field-upload-notice {
    display: none;
}

.file-selectdialog-switcher {
    font-size: 14px;
    color: #5b5a5a;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    position: relative;
    margin: 12px 0;
}

.file-selectdialog-switcher::before {
    content: "";
    background-image: url("../img/form-icon.svg");
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.file-selectdialog .file-extended {
    display: block !important;
}

.file-selectdialog .file-uploader .file-fileUploader::file-selector-button {
    cursor: pointer !important;
    z-index: 2;
}

.file-selectdialog .file-extended .file-selector {
    padding: 0;
    margin-bottom: 0;
    line-height: 100%;
    cursor: pointer !important;
}

.file-selectdialog .file-extended .file-selector:hover {
    padding: 0;
    border: none;
}

.file-selectdialog {
    padding: 14px 10px;
    border: none;
    border-radius: 10px;
    background: #F8F2EF;
    box-shadow: none;
}

.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
    margin: 0;
}

.file-selectdialog .file-label {
    background: none;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-shadow: none;
    padding: 0;
    left: 0px;
    margin-left: 0;
}

.file-selectdialog .file-extended .file-selector-active,
.file-selectdialog .file-extended .file-selector:hover {
    margin-left: 0 !important;
    margin-top: 10px !important;
}

.file-fileUploader {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.file-selectdialog .file-extended .file-uploader {
    width: 100%;
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-shadow: none;
    cursor: pointer;
}

.file-placeholder .files-text {
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.file-placeholder .files-list td {
    box-shadow: none;
    font-size: 14px;
    color: #111111;
    padding: 8px 0 0;
}

.file-placeholder .files-list td:first-child span {
    padding-left: 0;
}

.file-placeholder .del-but {
    background: none;
    top: -2px !important;
}

.file-placeholder .del-but::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #111111;
}

.file-placeholder .del-but::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #111111;
}

.file-placeholder .load-indicator {
    background: #976F56;
    background: linear-gradient(top, #976F56, #976F56);
    background: -moz-linear-gradient(top, #976F56, #976F56);
    background: -o-linear-gradient(top, #976F56, #976F56);
    background: -ms-linear-gradient(top, #976F56, #976F56);
    background: -webkit-gradient(linear, left top, left bottom, from(#976F56), to(#976F56));
    height: 17px;
    text-shadow: none;
}

.file-placeholder .error-load .files-text {
    color: #9D2035;
}

.file-placeholder .info-icon {
    display: none;
}

.file-placeholder .loading .del-but {
    height: 17px;
    top: 0 !important;
    background: none;
}

.file-placeholder .loading .del-but::before,
.file-placeholder .loading .del-but::after {
    background: #976F56;
}

.business-page .diet-content .container .page-desc .download-text .dowload-desc .flex-row div p:nth-child(2) {
    color: #444444;
}

.form-content {
    margin-bottom: 70px;
}

@media(max-width: 1440px) {
    margin-bottom: 80px;
}

@media(max-width: 768px) {
    margin-bottom: 50px;
}

.business-page .form-content .container .form-block {
    margin-bottom: 0;
}

.business-page .form-content .container .form-block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-content .container {
    display: flex;
    gap: 40px;
}

.hide-text-footer {
    justify-content: end;
}

.input-wrapper {
    width: calc(50% - 11.5px);
}

.form-content .container form .input-wrapper:nth-child(1) input {
    width: 100% !important;
}

.form-content .container form .input-wrapper:nth-child(2) input {
    width: 100% !important;
}

.form-content .container form .input-wrapper:nth-child(3) input {
    width: 100% !important;
}

.form-content .container form .input-wrapper:nth-child(4) input {
    width: 100% !important;
}

.form-content .container form .input-wrapper:nth-child(5) {
    width: 100%;
}

.form-content .container form .input-wrapper:nth-child(5) input {
    width: 100% !important;
}

.btn-block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-block button {
    width: 50%;
}

.btn-block p {
    margin-top: 0 !important;
}

.form-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.input-wrapper {
    position: relative;
    max-height: 60px;
}

.input-wrapper input.error {
    border: 2px solid var(--red) !important;
    position: relative !important;
    text-align: left;
    background-color: #ffffff;
    top: 0;
    padding-right: 0;
    font-size: 18px !important;
    box-sizing: border-box;
}

.error {
    background-color: #F8F2EF;
    font-family: Manrope;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: auto;
    border-radius: 10px;
    padding: 6px 11px;
    position: absolute;
    top: -12px;
    right: 0;
    display: none;
}

.input-wrapper img {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

@media(max-width: 1124px) {
    .form-img-block {
        display: none;
    }
}

@media(max-width: 881px) {
    .btn-block {
        flex-direction: column;
        gap: 10px;
    }
}

@media(max-width: 768px) {
    .input-wrapper {
        width: 100%;
    }

    .flex-row div {
        order: 1;
    }

    .flex-row .download-img {
        order: 0;
    }
}

.business-page .diet-content .container .page-desc .hide-text-wrapper {
    gap: 0;
}

.business-page .diet-content .container .page-desc .hide-text-wrapper .hide-text-footer {
    justify-content: end;
}

.business-page .form-content .container .form-block h2 {
    margin-bottom: 7px;
}

.business-page .form-content .container .form-block form {
    margin-top: 30px;
}

.form-img-block img {
    border-radius: 10px;
}

@media (max-width: 991px) {
    .business-page .partner-slider .container .content-slider .swiper .swiper-wrapper .swiper-slide {
        height: 83px;
    }
}

@media (max-width: 991px) {
    .business-page .partner-slider .container .content-slider .slider-navigation {
        bottom: 40px;
    }
}

.business-page .partner-slider .container .content-slider .swiper .swiper-wrapper .swiper-slide img {
    max-height: 80px;
    max-width: 85%;
}

.business-page .partner-slider .container .content-slider .swiper {
    width: calc(100% - 150px);
}

@media (max-width: 991px) {
    .business-page .partner-slider .container .content-slider .swiper {
        width: calc(100% - 100px);
    }
}

@media(max-width: 1500px) {
    .business-page .diet-content .container ul .list-card .card-text {
        padding: 20px 30px;
    }
}

.business-page .form-content .container .form-block form input {
    display: block;
}

#successModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInBg 0.3s forwards;
}

/* .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: fadeInBg 0.3s forwards;
} */

.modal-content {
    position: relative;
    background: white;
    padding: 30px 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInModal 0.3s forwards;
}

.modal-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 18px;
}

.modal-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #444444;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--red);
}

@keyframes fadeInBg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInModal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-business {}

.form-business .checkbox-inline span {
    padding-left: 30px;
}

.form-business .form-submit {
    display: flex;
    gap: 23px;
}

.form-business .form-submit button {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.form-business .form-submit .field-block.form__item {
    width: 40%;
}

.form-business form {
    margin-top: 0 !important;
}

.form-business .form__title_after {
    font-size: clamp(16px, 1vw + 10px, 18px);
    font-family: Manrope;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5B5A5A;
}

.form-business h2 {
    width: 100%;
    font-family: Manrope;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #111111;
    margin-bottom: 7px;
    font-size: clamp(30px, 3vw + 1px, 36px);
}

.form-business .fields-row.form__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 23px;
    row-gap: 10px;
    margin-top: 30px;
}

.form-business .fields-row.form__row .field-block {
    width: calc(50% - 11.5px);
}

.form-business .fields-row.form__row .field-block:last-child {
    width: 100%;
}

@media (max-width: 768px) {
    .form-business .form-submit {
        flex-wrap: wrap;
    }

    .form-business .form-submit .field-block.form__item {
        width: 100%;
    }

    .form-business .fields-row.form__row .field-block {
        width: 100%;
    }
}

.business-page .main-content .container .main-content-category .category-list .category-card .category-desc ul {
    margin-top: 15px;
}

.business-page .main-content .container .main-content-category .category-list {
    row-gap: 20px;
    column-gap: 24px;
}

.business-page .form-content .container .form-block form input {
    width: 100%;
    font-size: 18px !important;
    display: block;
}

.input-wrapper {
    position: relative;
    max-height: 60px;
}

.business-page .contact-info .container .press-contact ul {
    flex-wrap: wrap;
    width: auto !important;
}

.input-wrapper input.error {
    border: 2px solid var(--red) !important;
    position: relative !important;
    text-align: left;
    background-color: #ffffff;
    top: 0;
    box-sizing: border-box;
}

.error {
    background-color: #F8F2EF;
    font-family: Manrope;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: auto;
    border-radius: 10px;
    padding: 6px 11px;
    position: absolute;
    top: -12px;
    right: 0;
    display: none;
}

.input-wrapper img {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.business-page .main-content .container .main-content-category .category-list .category-card a {
    width: 100%;
}

@media (max-width: 1024px) {
    .business-page .form-content .container .form-block form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 РєРѕР»РѕРЅРєРё РѕРґРёРЅР°РєРѕРІРѕР№ С€РёСЂРёРЅС‹ */
        grid-gap: 10px;
        /* РѕС‚СЃС‚СѓРїС‹, РµСЃР»Рё РЅСѓР¶РЅС‹ */
    }

    .business-page .form-content .container .form-block form .input-wrapper {
        grid-column: span 1;
        /* РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ вЂ” Р·Р°РЅРёРјР°РµС‚ 1 РєРѕР»РѕРЅРєСѓ */
    }

    .business-page .form-content .container .form-block form .input-wrapper:nth-last-child(2) {
        grid-column: span 2;
        /* РїСЂРµРґРїРѕСЃР»РµРґРЅРёР№ СЌР»РµРјРµРЅС‚ вЂ” Р·Р°РЅРёРјР°РµС‚ РѕР±Рµ РєРѕР»РѕРЅРєРё */
    }
}

@media(max-width: 600px) {
    .business-page .form-content .container .form-block form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 РєРѕР»РѕРЅРєРё РѕРґРёРЅР°РєРѕРІРѕР№ С€РёСЂРёРЅС‹ */
        grid-gap: 10px;
        /* РѕС‚СЃС‚СѓРїС‹, РµСЃР»Рё РЅСѓР¶РЅС‹ */
    }

    .business-page .form-content .container .form-block form .input-wrapper {
        grid-column: span 2;
        /* РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ вЂ” Р·Р°РЅРёРјР°РµС‚ 1 РєРѕР»РѕРЅРєСѓ */
    }

    .business-page .form-content .container .form-block form .input-wrapper:nth-last-child(2) {
        grid-column: span 2;
        /* РїСЂРµРґРїРѕСЃР»РµРґРЅРёР№ СЌР»РµРјРµРЅС‚ вЂ” Р·Р°РЅРёРјР°РµС‚ РѕР±Рµ РєРѕР»РѕРЅРєРё */
    }

    .business-page .form-content .container .form-block form .btn-block {
        grid-column: span 2;
        /* РїСЂРµРґРїРѕСЃР»РµРґРЅРёР№ СЌР»РµРјРµРЅС‚ вЂ” Р·Р°РЅРёРјР°РµС‚ РѕР±Рµ РєРѕР»РѕРЅРєРё */
    }
}

#successModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInBg 0.3s forwards;
}

.modal-overlay {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: fadeInBg 0.3s forwards; */
}

.modal-content {
    position: relative;
    background: white;
    padding: 30px 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInModal 0.3s forwards;
}

.modal-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 18px;
}

.modal-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #444444;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--red);
}

@keyframes fadeInBg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInModal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.business-page .main-content .container .main-content-tara .tara-list .tara-card .tara-img {
    max-width: inherit;
    width: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media(max-width: 1440px) {
    .business-page .main-content .container .main-content-tara .tara-list .tara-card .tara-img {
        width: 144px;
    }
}

@media(max-width: 991px) {
    .business-page .main-content .container .main-content-tara .tara-list .tara-card .tara-img {
        width: 114px;
    }
}

.form-group-stm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group-stm>div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.form-business .fields-row.form__row .form-group-stm .field-block {
    /*width: calc(33% - 11.5px);*/
    width: 100%;
}

.form-group-stm label {
    color: #878787;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    cursor: auto;
}

.fields-row select {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background-color: #fff;
    color: #606266;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #976F56;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 20px;
}

/*
.styled-select {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background-color: #fff;
    color: #606266;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #976F56;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 20px;

}*/
.form__label {
    color: #878787;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    cursor: auto;
}

.form-radio-group {}

.business-page .alorithm-form .container .main-form .form-radio-group .form-group {
    display: flex;
    gap: 25px;
    flex-direction: row;
}

.fields-row .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    cursor: pointer;
    font-size: 14px;
    color: #5B5A5A;
    margin-top: 10px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.fields-row .custom-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    cursor: pointer !important;
    font-size: 14px;
    color: #5B5A5A !important;
    margin-top: 10px;
}

.fields-row .custom-checkbox input {
    display: none;
}

.fields-row .custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--red);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.fields-row .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background-color: #D9D9D9;
    border-radius: 50%;
    transition: background-color 0.3s, border-color 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.form-radio-group label {
    margin-bottom: 10px;
}

.form-business #stm .form-submit {
    margin-top: 30px;
}

.fields-row .field-block .form-text-item {
    margin-top: 10px;
}

.form-business form {
    display: flex !important;
}

.card-content p,
.card-content ul,
.card-content ol {
    margin: 15px 0;
}

.card-content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.card-content h2 {
    font-size: 28px;
    margin: 20px 0;
}

.card-content h3 {
    font-size: 20px;
    margin: 20px 0;
}

.card-content h4 {
    font-size: 18px;
    margin: 20px 0;
}

.card-content h5 {
    font-size: 16px;
    margin: 20px 0;
}

.card-content h6 {
    font-size: 14px;
    margin: 20px 0;
}

.seo-block {
    grid-column: span 3;
}

@media (max-width: 1350px) {
    .seo-block {
        grid-column: span 2;
    }
}

@media (max-width: 445px) {
    .seo-block {
        grid-column: span 1;
    }
}