body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #465157;
}

h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 64px;
    line-height: 110%;
    font-weight: normal;
}

h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
}

a {
    color: #465157;
}

a:hover {
    color: var(--green);
}

.scalable__slider {
    overflow: visible;
    z-index: 2;
}

.header {
    height: 100px;
}

.header__nav-right-link {
    line-height: 100%;
}

.intro__title,
.intro__title h1,
.section__title,
.section__title h2,
.statistic-item__number,
.solutions-more__item-subtitle,
.page__title,
.page__title h1,
.awards__block-title,
.awards__block-title h3,
.awards__name,
.team__name,
.team__name h4,
.person-card__title,
.service-card__title,
.list-block__title,
.task-card__title,
.review-card__title,
.review-card__text::before,
.service__people-name,
.accordion__title,
.search__page-result-text,
.search__page-result-block-title,
.conferences__info-title,
.conferences__info-title h2,
.conference-card__title,
.conference-card__title h3,
.conference-card__date,
.conference__materials-title,
.conference__about-table-item-title,
.conference__about-table-bottom-text,
.table thead th,
.table__cell-mobile-title,
.intro__subtitle-big,
.review-card-new__title,
.review-card-new__text::before,
.review-card-new__footer::before,
.advan-title {
    font-family: 'Exo 2', sans-serif;
}

.page__title,
.page__title h1 {
    font-weight: 400;
}

.section__title h2 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 130%;
    color: #465157;
}

.section__title--white {
    margin-bottom: 20px;
}

.section__title--white h2 {
    color: #ffffff;
}

.section--gap {
    padding: 40px 0;
}

.section--gap-top {
    padding-top: 40px;
}

.intro__title,
.intro__title h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    padding-top: 0;
}

.intro__subtitle {
    font-size: 18px;
    line-height: 150%;
    max-width: 500px;
}

.submenu a,
.topmenu>li {
    font-family: 'Lato', sans-serif;
}

.intro.main-page__intro {
    /* background-image: url(./svg/main.svg); */
    background-image: none;
    background-size: auto;
    background-position: top right;
    min-height: auto;
    /* max-height: 640px; */
    align-items: flex-start;
    height: 640px;
    position: relative;
}

.intro.main-page__intro::before {
    content: '';
}


.intro__inner {
    z-index: unset;
}

.main-page__intro-inner {
    max-width: 610px;
}

.main-page__intro-title {
    max-width: none;
}

.main-page__intro-link {
    z-index: 2;
    position: relative;
}

.main-page__intro-svg {
    position: absolute;
    width: 1310px;
    height: 640px;
    left: 68%;
    transform: translateX(-50%);
}

.main-page__intro-svg>svg {
    margin-left: auto;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;

    width: 1879px;
    height: 640px;
    z-index: 1;
}

.main-page__intro::after {
    background-image: none;
}

.tasks::before {
    background-image: url('/local/templates/netrika/svg/green-line.svg');
    right: auto;
    left: 0;
    bottom: -366px;
    width: 288px;
    height: 732px;
}

.tasks.tasks--new {
    background-color: #EEF6F5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.tasks.tasks--new .tasks__title h2 {
    max-width: none;
    margin: 0 0 40px 0;
    line-height: 130%;
}

.tasks.tasks--new .tasks__inner {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tasks.tasks--new .tasks__list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: none;
    padding: 0;
}

.tasks.tasks--new .tasks__item:not(:last-child) {
    margin-bottom: 0;
}

.tasks.tasks--new .tasks__item {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    min-height: 219px;
}

.tasks.tasks--new .tasks__item-title {
    color: #009881;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;
}

.tasks.tasks--new .tasks__description {
    display: block;
    line-height: 150%;
}

/* .our-mission__title {
    padding: 0;
} */

.usage-task {
    background-color: #fff;
    padding-bottom: 80px;
}

.usage-task__svg-circle {
    max-width: 692px;
    margin: 0 auto;
}

.usage-task__svg-circle svg {
    width: 100%;
    height: auto;
}

.usage-task__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-radius: 20px;
    overflow: hidden;
}

.usage-task__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    background-color: #EEF6F5;
    height: 180px;
}

.usage-task__item--img {
    position: relative;
}

.usage-task__item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usage-task__item--img::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 153, 130, 0.69);
}

.usage-task__icon {
    color: #009881;
}

.usage-task__name {
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
    color: #465157
}


.create-digital {
    background-image: url(./img/new-fon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px;
    overflow: hidden;
}

.create-digital__description {
    color: #fff;
    text-align: center;
    max-width: 844px;
    margin: 0 auto 40px auto;
    line-height: 150%;
}

.create-digital__description p {
    margin: 0.625rem 0;
}

.create-digital__link {
    text-align: center;
}


.scalable__card--gray .scalable__card-title,
.scalable__card-title {
    font-size: 20px;
    line-height: 130%;
    color: #465157;
}

.scalable__card-info {
    padding: 50px;
}

.scalable--white .scalable__card {
    background-color: #EEF6F5;
    border-color: #D3D6D8;
    transition: .6s;
}

.scalable__nav svg,
.publications__nav svg {
    width: 50px;
    height: 50px;
    display: block;
}

.publications__nav svg path,
.scalable--white .scalable__nav svg path {
    stroke: #009881;
}

.publications__nav.swiper-button-disabled svg path,
.scalable--white .scalable__nav.swiper-button-disabled svg path {
    stroke: #969696;
}

.statistics::before {
    content: '';
    position: absolute;
    background-image: url('/local/templates/netrika/svg/green-line-top.svg');
    right: 0;
    top: -96px;
    width: 413px;
    height: 397px;
}

.statistics::after {
    content: '';
    position: absolute;
    background-image: url('/local/templates/netrika/svg/green-line-bottom.svg');
    left: 0;
    bottom: -180px;
    width: 322px;
    height: 326px;
}

.statistics--white {
    background-color: #fff;
    position: relative;
}

.statistics--white .statistics__inner {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.statistics--white .statistics__col {
    padding: 0;
    max-width: none;
}

.statistics--white .statistic-item {
    border-radius: 20px;
    border: 1px solid #D3D6D8;
    padding: 30px;
    height: 100%;
    min-height: 200px;
}

.statistics--white .statistic-item__number {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #009881;
    width: auto;
    height: auto;
    background-color: transparent;
    display: block;
    text-align: left;
    margin-right: 0;
    line-height: 150%;
}

.article-card {
    border-radius: 20px;
    overflow: hidden;    
    display: flex;
    flex-direction: column;
}

.last-articles .article-card {
    background-color: #EEF6F5;
}

.article-card__header {
    height: auto;
}

.article-card__thumbnail {
    background: #EEF6F5;
}

.article-card__thumbnail-img {
    object-fit: cover;
    /* object-fit: unset;
    height: auto; */
}

.article-card__thumbnail img {
    display: block;
}

.article-card__thumbnail picture {
    height: 100%;
}

.article-card__thumbnail::after {
    content: none;
}

.article-card__header {
    flex: 0 0 auto;
}

.article-card__header::before {
    content: none;
}

.article-card__header-icon {
    color: #EEF6F5;
    position: absolute;
    bottom: -2px;
    left: 37px;
    z-index: 3;
    height: 17px;
}

.article-card__title {
    margin-right: 0;
    margin-bottom: 19px;
    position: relative;
    color: hsla(201, 11%, 31%);
}

.article-card__info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.article-card__markers {
    margin-top: 0;
    color: hsla(201, 11%, 31%, 0.44);
    font-size: 14px;
}

.our-clients--new {
    border-radius: 20px;
    background-color: #EEF6F5;
    padding: 40px 0 80px 0;
}

.our-clients--new.our-clients::before {
    background-image: url(./img/rumap-s.webp);
    width: 1527px;
    height: 467px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.our-clients--new .our-clients__block {
    border-radius: 20px;
    box-shadow: none;
}

.bg-round-line {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-round-line::after {
    content: "";
    position: absolute;
    width: 497px;
    height: 408px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: .5;
    left: 0;
    bottom: 0;
    background-image: url(./img/round-line.webp);
}


input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    border: 1px solid #D3D6D8;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 10px;
}

.licenses-checkbox {
    margin: 10px 0;
    display: block;
    position: relative;
}

.licenses-checkbox span {
    color: #969696;
    font-size: 13px;
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 30px;
}

.licenses-checkbox a {
    color: #969696;
    text-decoration: underline;
}

.licenses-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 3px;
    top: 4px;
}

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

.licenses-checkbox span::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #D3D6D8;
    border-radius: 5px;
    flex: 0 0 auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.licenses-checkbox span::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.715088 5.14526L5.11328 9.64526L12.7151 0.645264' stroke='%23009881' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    opacity: 0;
}

.last-articles {
    padding-bottom: 80px;
}

.scalable__nav--prev {
    left: 40px;
}

.scalable__nav--next {
    right: 40px;
}

.publications__nav--prev {
    left: -20px;
}

.publications__nav--next {
    right: -20px;
}

.our-clients__regions {
    margin-bottom: 0;
}

.solutions-more::after {
    content: "";
    top: 0;
}

.bg-triangle::after {
    background-image: url('/local/templates/netrika/svg/triangles.svg')
}

.footer-form {
    background-image: url(./img/new-fon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.footer-form__title {
    margin-bottom: 30px;
}

.footer-form .success-msg {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer-form form {
    width: 100%;
    max-width: 628px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0 auto;
}

.footer-form__field input[type="text"],
.footer-form__field input[type="tel"],
.footer-form__field input[type="email"],
.footer-form__field textarea,
.footer-form__field .btn {
    width: 100%;
}

.footer-form__field textarea {
    height: 80px;
    resize: none;
}

.footer-form__field.is-error input {
    border-color: #EB6060;
}

.footer-form form .error-msg,
.footer-form form .form__error {
    color: #DA1A32;
    font-size: 12px;
}

.footer__logo,
.footer {
    color: #A2A2A2;
}

.footer {
    padding: 60px 0 50px 0;
}

.footer__inner {
    gap: 72px;
    line-height: normal;
}

.footer__logo-wrap {
    display: flex;
    justify-content: space-between;
}

.footer__right {
    display: flex;
    width: 100%;
    gap: 20px;
}

.footer__logo-subtitle {
    color: #DEDEDE;
    font-size: 16px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    max-width: none;
    display: block;
}

.footer__logo {
    margin-right: 0;
    margin-bottom: 0;
    width: 68%;
    flex-shrink: 1;
}

.footer__partner {
    margin-top: 0;
}

.footer__sitemap {
    position: relative;
}

.footer__logo-img {
    width: auto;
    height: 50px;
}

.footer__social {
    margin-top: 30px;
    gap: 10px;
}

.footer__social-item:not(:last-child) {
    margin-right: 0;
}

.footer__social-item {
    line-height: 26px;
}

.footer__nav {
    margin: 0 0 0 auto;
}

.footer__nav-list {
    display: block;
    columns: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.footer__nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}

.footer__nav-item:last-child {
    grid-area: 4 / 2;
}

.footer__copyright-link,
.footer__nav-item:last-child .footer__nav-link {
    color: #A2A2A2;
}

.footer__copyright-link:hover,
.footer__nav-item:last-child .footer__nav-link:hover {
    color: var(--green);
}

.footer__rec {
    line-height: 26px;
    color: #A2A2A2;
}

.footer__nav-link {
    white-space: nowrap;
}

.footer__end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    gap: 10px;
}

.footer__copyright-link {
    margin-left: 0;
}

.footer__contacts {
    margin-bottom: 0;
    font-size: 18px;
}

.footer:not(.footer-en) .footer__logo-img {
    margin-top: 0;
}

.scalable__container {
    padding-top: 0;
    margin: 0px auto -400px;
}

.footer__copyright-text {
    margin-top: 0;
    order: 0;
}

.footer__social-link {
    width: 26px;
    height: 26px;
    display: block;
}

.footer__social-link.footer__social-link--dzen {
    width: 76px;
}

.btn-style {
    height: 54px;
    font-size: 18px;
}

.last-articles__more-link {
    min-width: 165px;
    width: auto;
    padding: 0 30px;
}

.scalable__slide {
    height: 477px;
}

.scalable__card-description {
    line-height: 150%;
}

.scalable__card-icon {
    width: 224px;
    height: 224px;
    margin-top: 60px;
}

.scalable__card-icon.why-choose-us__card-icon .scalable__card-icon-inner {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}

.scalable__card-icon-inner {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
}

.scalable__slider:not(.scalable__slider--no-scalable) .scalable__slide:hover .scalable__card {
    transform: translateY(-20px);
}

.statistic-item__text {
    line-height: 150%;
}

.our-clients__region-icon {
    display: inline-block;
}

#publications-slider {
    max-width: 1280px;
}


.cop_inner {
    display: inline-flex;
    flex-direction: column;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 492px;
    margin: 0 auto;
    border: 1px solid #B3B3B3;
    background: #FFF;
    color: #fff;
    padding: 22px;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.cookie-banner p {
    color: #575757;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.cookie-banner a {
    color: #009982;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cookie-banner button {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    align-self: flex-end;
    background-color: var(--green);
    border: none;
    padding: 12px 54px;
    border-radius: 45px;
    cursor: pointer;
    margin: 0 auto;
}

.cookie-banner button:hover {
    background-color: var(--accent);
}

.cookie-banner svg {
    position: absolute;
    top: 9px;
    right: 11px;
    cursor: pointer;
}


@media (max-width: 1600px) {

    .scalable__nav--prev,
    .publications__nav--prev {
        left: 5px;
    }

    .scalable__nav--next,
    .publications__nav--next {
        right: 5px;
    }

    #publications-slider {
        max-width: calc(100% - 90px);
    }
}

@media (max-width: 1366px) {
    .scalable__slide {
        height: 339px;
    }

    .scalable__card-icon {
        width: 160px;
        height: 160px;
        margin-top: 30px;
    }

    .scalable__card-info {
        padding: 30px;
    }

    .scalable__slider:not(.scalable__slider--no-scalable) .scalable__slide:hover .scalable__card {
        transform: translateY(-10px);
    }

    .article-card__info {
        padding: 20px;
    }
}

@media (max-width: 1200px) {

    .intro__title,
    .intro__title h1 {
        font-size: 36px;
    }

    .usage-task__name {
        font-size: 16px;
        max-width: 130px;
    }

    .footer__right {
        justify-content: space-between;
    }

    .footer__logo {
        width: 100%;
        gap: 10px;
    }

    .footer__end {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
    }

    .footer__inner {
        flex-direction: column;
        justify-content: unset;
        padding-bottom: 0;
        gap: 20px;
    }

    .footer__logo-wrap {
        justify-content: space-between;
        gap: 20px;
    }

    .footer__logo-wrap a:nth-child(2) {
        margin-right: 153px;
    }

    .footer__nav {
        margin: 0;
    }

    .tasks::before,
    .statistics::before,
    .statistics::after {
        content: none;
    }
}

/* NEW mobile */
@media (max-width: 1200px) {
    .intro.main-page__intro {
        height: 600px;
    }

    .main-page__intro-svg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 77%;
    }

    .main-page__intro-svg>svg {
        width: auto;
        height: 500px;
        right: -160px;
    }

    .main-page__intro-inner {
        padding-top: 237px;
        padding-bottom: 60px;
        max-width: 800px;
    }

    .header__right,
    .header__nav.descktop {
        display: none;
    }

    .header__nav.mobile {
        background: #F2F2F2;
        display: flex;
        flex-direction: column;
        overflow: auto;
        height: calc(100vh - 100px);
        position: absolute;
    }

    .nav-toggle {
        display: flex;
    }

    .header__nav {
        z-index: 5;
        position: absolute;
        top: 100px;
        background-color: #fff;
        left: 0;
        right: 0;
        padding: 31px 40px 37px 20px;
        transition: .4s;
        visibility: hidden;
        opacity: 0
    }

    .header__nav.mobile.header__nav--active {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .header__nav-list {
        flex-direction: column;
    }



    .header__nav.mobile .footer__right-bottom {
        max-width: none;
        justify-content: space-between;
    }

    .header__nav.mobile .footer__social {
        margin-bottom: 30px;
    }


    .section__title {
        margin: 0 0 30px 0;
    }

    .tasks__title h2,
    .section__title h2 {
        font-weight: 600;
        font-size: 26px;
    }

    .section__title h2 {
        margin-bottom: 0;
    }

    .section--gap {
        padding: 20px 0;
    }

    .section--gap-top {
        padding-top: 20px;
    }

    .why-choose-us {
        /* padding-top: 0; */
    }

    .last-articles__more {
        margin-top: 30px;
    }

    .last-articles {
        padding-bottom: 60px;
    }

    .create-digital,
    .tasks.tasks--new {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tasks.tasks--new .tasks__title h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .tasks.tasks--new .tasks__item {
        padding: 20px;
    }

    .usage-task {
        padding-bottom: 60px;
    }

    .statistics {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .scalable__card--gray .scalable__card-title,
    .scalable__card-title {
        font-size: 18px;
    }

    .our-clients--new {
        padding: 20px 0 60px 0;
    }

    .our-clients--new.bg-round-line::after {
        content: none;
    }

    .footer-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    button.scrollup {
        right: 5px;
    }

}

@media (max-width: 992px) {
    .main-page__intro-svg {
        left: 85%;
    }

    .intro__subtitle {
        font-size: 16px;
        line-height: 150%;
    }

    .tasks.tasks--new .tasks__list,
    .statistics--white .statistics__inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-form form {
        max-width: none;
    }

    .section__title:not(.section__title--small).our-mission__title {
        padding-top: 0;
    }

    .section__title:not(.section__title--small) {
        max-width: none;
        padding-top: 40px;
    }

    .section__title:not(.section__title--small) h2 {
        max-width: none;
        font-size: 26px;
        line-height: 130%;
        /* padding-top: 0; */
    }

    .solutions-more::after {
        width: 440px;
        height: 303px;
    }
}

@media (max-width: 768px) {
    .main-page__intro-svg {
        left: 100%;
    }

    .footer__right {
        flex-direction: row;
        gap: 10px;
    }

    .solutions-more::after {
        width: 293px;
        height: 202px;
    }

    .article-card__thumbnail {
        height: 200px;
    }
}

@media (max-width: 640px) {
    .main-page__intro-svg {
        display: none;
    }

    .tasks.tasks--new .tasks__list,
    .statistics--white .statistics__inner {
        grid-template-columns: 1fr;
    }

    .main-page__intro-inner {
        padding-top: 165px;
    }

    .tasks.tasks--new .tasks__item {
        min-height: auto;
    }

    .usage-task__inner {
        grid-template-columns: 1fr 1fr;
    }

    .usage-task__item:nth-child(3) {
        grid-area: 2 / 2;
    }

    .usage-task__item:nth-child(6) {
        grid-area: 3 / 1;
    }

    .usage-task__item:nth-child(12) {
        grid-area: 6 / 1;
    }

    .footer__logo-wrap {
        gap: 10px;
        flex-direction: column;
    }

    .footer__nav-list {
        gap: 20px;
    }

    .scalable__nav svg,
    .publications__nav svg {
        width: 40px;
        height: 40px;
    }

    #publications-slider {
        max-width: calc(100% - 50px);
    }

    .statistics--white .statistic-item {
        min-height: auto;
    }

    .statistics--white .statistic-item__number {
        font-size: 28px;
        text-align: center;
    }

    .statistic-item__text {
        text-align: center;
        display: block;
        max-width: none;
    }

    .footer__inner {
        padding-bottom: 90px;
    }

    .footer__rec {
        position: absolute;
        bottom: 0;
    }

    .footer__right {
        flex-direction: column;
        gap: 0;
    }

    .footer__end {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .header {
        height: 80px;
    }

    .header__nav {
        top: 80px;
    }

    .header__nav.mobile {
        height: calc(100vh - 80px);
    }


    .scalable__nav svg,
    .publications__nav svg {
        width: 35px;
        height: 35px;
    }

    .scalable--white .scalable__nav svg path {
        stroke: #009881;
    }

    /* fuck */
    .scalable__slider:not(.scalable__slider--no-scalable):hover .scalable__navigation svg path {
        stroke: #009881;
    }

    .scalable__slider:not(.scalable__slider--no-scalable):hover .scalable__navigation .scalable__nav.swiper-button-disabled svg path {
        stroke: #969696;
    }

    .scalable__slider:not(.scalable__slider--no-scalable):hover .scalable__navigation {
        top: 40%;
    }
}