body{
    font-family: "Onest", serif;
    font-size: 15px;
    background-color: #F6F8F9;
}

body,
html {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* max-width: 1440px; */
    margin: auto;
}

.content {
    flex: 1 1 auto;

}

.footer {
    border-top: 1px solid #EBEDF0;
    background-color: #fff;
}

.footer a {
    text-decoration: none;
    color: #9FA1A8;
}

.block1 {
    padding: 20px 19px;
}

.main-page.block1 {
    background: url("../images/full-UZdFbBw.jpg") no-repeat center center;
    background-size: cover;
}

.main-page .header {
    margin-bottom: 40px;
}

.child-page .navbar {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 91, 255, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 91, 255, 0.1);
}

.navbar {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.block1__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    max-width: 616px;
    margin: 0 auto 75px;
    text-align: center;
}

.block1__subtitle {
    font-size: 17px;
    max-width: 430px;
    line-height: 27px;
    margin-bottom: 38px;
}

.block1__title {
    font-weight: bold;
    font-size: 6.7vw;
    line-height: 12vw;
    margin-bottom: 38px;
}

.block1__cta {
    background-color: #00BE6C;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
}

.ozon-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    max-width: 600px;
    /* margin: 20px auto; */
    border-radius: 12px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

.total-products {
    background: #005BFF;
    background: linear-gradient(to right, #005BFF 0%, #00BE6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    font-weight: 600;
    line-height: 70px;
    /* -webkit-text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.ozon-title, .total-products, .marquee-outer{
    margin-bottom: 30px;
}

.category-item {
    position: relative;
    padding-right: 25px;
}

.details-link {
    display: inline-block;
    padding: 8px 30px;
    background-color: #005BFF;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.details-link:hover {
    background-color: #004ACC;
}

.marquee-container {
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    padding: 10px 0;

}

.marquee-outer{
    width: 100%;
    padding: 0 15px;
    background: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.marquee-content {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 120s linear infinite;
}

.marquee-item {
    margin-right: 5px; /* Расстояние между копиями */
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
@media (min-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.news-card {
    overflow: hidden;
    text-decoration: none;
}
.news-card img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.news-card .card-body {
    padding: 25px;
}

.block2 {
    background-color: #fff;
    padding: 40px 0;
}

@media (min-width: 992px){
    .nav-item:not(:last-child) {
        margin-right: 15px;
    }
}

.nav-login{
    color: #000;
    text-decoration: none;
    background: url("../images/anonimous-s03AvZ8.svg") 0 center no-repeat;
    padding-left: 23px;
}



.chart-outer{
    padding: 15px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 91, 255, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(0, 91, 255, 0.1);
    border-radius: 30px;
}

.chart-col{
    display: none;
}

@media (min-width: 1200px){
    .chart-col {
        display: block;
    }
}

@media (min-width: 768px) {
    .ozon-outer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



@media (min-width: 400px) {
    .navbar-logoImage {
        width: 244px;
    }
}

@media (min-width: 612px) {
    .block1__title {
        font-size: 43px;
        line-height: 57px;
    }
    .block1__subtitle {
        font-size: 20px;
    }
    .block1__cta {
        font-size: 15px;
    }
    .block1__content {
        margin-bottom: 110px;
    }
    .main-page .header {
        margin-bottom: 125px;
    }
}

.marquee-item strong {
    color: #686868;
}

.card-title {
    margin-bottom: 10px;
    min-height: 48px;
    color: #000;
}

.card-text {
    color: #808080;
    margin-bottom: 10px;
}

.news {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.news-titile {
    margin-bottom: 0;
}

.news-link {
    margin-left: auto;
    border-radius: 20px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 8px 20px;
}

.bread-crumbs {
    padding-top: 10px;
    text-align: center;
}

.menu_user {
    width: 244px;
    justify-content: end;
}

.bread-crumbs__item{
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.bread-crumbs__item:not(:last-child) {
    background: url("../images/arrow-VdV0QkH.svg") no-repeat right 80%;
    padding-right: 20px;
    margin-right: 6px;
}

.block2-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 800px;
    margin: auto;
}
.full-width {
    grid-column: span 2;
}
.block2-form label {
    display: block;
    font-weight: bold;
}
.block2-form input, .block2-form button {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}
.file-input {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.calendar-title {
    font-weight: 600;
}

@media (min-width: 1300px) {
    .nl__outer {
        width: 244px;
        justify-content: end;
    }
}

.calendar-card {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,91,255,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,91,255,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,91,255,0.15);
    border-radius: 20px;
    min-height: 350px;
}

.calendar-card__date {
    color: #F1117E;
    font-size: 15px;
    margin-bottom: 10px;
}

.calendar-card__title {
    color: #005BFF;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.calendar-card__text {
    color: #808080;
    margin-bottom: 20px;
}

.calendar-card__time {
    color: #000;
    background: url("../images/events/time-bMMWOQO.svg") no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}

.calendar-card__address {
    color: #000;
    background: url("../images/events/marker-s-Sw46j.svg") no-repeat;
    padding: 0 0 0 30px;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.3rem;
    }
}

.comfort-outer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #EBEDF0;
    padding: 30px 60px 30px 60px;
    border-radius: 40px;
}

.comfort-outer__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.comfort-outer__icon-outer {
    width: 100px;
    height: 100px;
    border: 1px solid #A9C7FF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comfort-outer__left {
    margin-right: 30px;
}

.calendar-title {
    margin-bottom: 30px;
}

.co-digit {
    color: #005BFF;
    font-weight: 100;
    font-size: 40px;
}

/**/

.main-page.block1 {
    background: url("../images/backk-4kae2u0.jpg") no-repeat center center;
    background-size: cover;
}

.marquee-outer, .details-link {
    box-shadow: none
}

.ozon-stats {
    font-family: "Onest", serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}

.block1__content {
    max-width: 1380px;
}

@media (min-width: 612px) {
    .block1__title {
        font-size: 58px;
        line-height: 70px;
    }
}

.block1__subtitle {
    max-width: 100%;
}

.block1__title {
    margin-bottom: 20px;
}

.block1-content-logo {
    max-width: 350px;
    width: 80%;
    margin-bottom: 20px;
}

.block1__subtitle {
    margin-bottom: 30px;
}

.block1 {
    padding: 20px 0px;
}

.swiper-container {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}
.swiper-slide {
    width: 80%; /* Ширина слайда меньше 100%, чтобы часть следующего была видна */
}

/**/


.calendar-title {
    font-weight: 600;
}

@media (min-width: 1300px) {
    .nl__outer {
        width: 244px;
        justify-content: end;
    }
}

.calendar-card {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,91,255,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,91,255,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,91,255,0.15);
    border-radius: 20px;
    min-height: 350px;
    display: block;
}

.calendar-card__date {
    color: #F1117E;
    font-size: 15px;
    margin-bottom: 10px;
}

.calendar-card__title {
    color: #005BFF;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.calendar-card__text {
    color: #808080;
    margin-bottom: 20px;
}

.calendar-card__time {
    color: #000;
    background: url("../images/events/time-bMMWOQO.svg") no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}

.calendar-card__address {
    color: #000;
    background: url("../images/events/marker-s-Sw46j.svg") no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

.news-card .card-body {
    text-align: left;
}

@media (max-width: 768px) {
    .padding-block1 {
        padding: 0 15px;
    }

    .block1-calendar-panel {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.block1__cta {
    display: inline-block;
}

@media (min-width: 612px) {
    .block1__content {
        margin-bottom: 20px;
    }
}

.block1-calendar-panel {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.block1-calendar-panel__title {
    font-size: 27px;
    font-weight: 600;
}

.block1-calendar-panel__link {
    color: #000;
    background-color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 50px;
}

@media (min-width: 612px) {
    .main-page .header {
        margin-bottom: 40px;
    }
}

.header {
    padding-left: 15px;
    padding-right: 15px;
}

.block1 {
    padding: 15px 0px 10px;
}
@media (max-width: 1400px) {
    .swiper-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .block1-calendar-panel {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {





    .block1-calendar-panel__title, .news-titile {
        font-size: 21px;
    }

    .block1-calendar-panel__link, .news-link {
        font-size: 13px;
        white-space: nowrap;
    }

    .navbar {
        padding-bottom: 8px;
    }
}

.block1__content {
    margin-bottom: 20px;
}

.block1__title {
    line-height: 10vw;
}

@media (min-width: 612px) {
    .block1__title {
        font-size: 58px;
        line-height: 70px;
    }
}

.block1-calendar-panel {
    text-align: left;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.child-page .header {
    margin-bottom: 0;
}
.child-page .calendar-title {
    margin-bottom: 30px;
}



.py-3{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 12px !important;
}

.pdfobject-container { height: 1000px; border: 1px solid #ccc; }
.content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.block2 {
    background-color: #fff;
    padding: 40px 0;
    flex: 1 1 auto;
}
.no-flex {
    flex: none;
}

.no-flex .calendar-title {
    margin-bottom: 0;
}



.sostav-associacii__head {
    text-align: center;
}

.sostav-associacii__one, .sostav-associacii__two {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.sostav-associacii__right {
    flex: 1 1 auto;
    text-align: center;
    font-size: 15px;
}
.sostav-associacii__right-title{
    font-weight: 600;
}
.sostav-associacii__one {
    background-color: #F6F8F9;
}

.sostav-associacii__left {
    width: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sostav-associacii__head {
    margin-bottom: 35px;
}

.sostav-associacii__title {
    font-size: 19px;
    font-weight: 600;
}

.sostav-associacii__subtitle {
    color: #005BFF;
    font-size: 15px;
}

.sostav-associacii__vg {
    margin-bottom: 10px;
    width: 200px;
}

.calendar-title {
    text-align: center;
}

.login_form {
    max-width: 500px;
    margin: auto;
}

.login_form_header {
    text-align: center;
}

.login_form_header legend {
    font-weight: 500;
}

.login_form_header .btn {
    border-radius: 50px;
}

.switch-container {
    display: inline-flex;
    border-radius: 9999px; /* «пилюля» */
    overflow: hidden;
    background-color: #F5F6F7;
    padding: 5px 6px;
}

.switch-container button {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 30px;
    border-radius: 20px;
    color: #aaa;
    transition: background 0.3s, color 0.3s;
}

/* Состояние активной кнопки */
.switch-container .active {
    background-color: #fff;
    color: #000;
}

.urlica {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
.urlica__p {
    color: #9FA1A8;
    font-size: 13px;
}

.urlica .calendar-title {
    text-align: left;
    margin-bottom: 0;
}

.control__personal-data {
    text-align: center;
    padding: 25px 0;
}

.request_join_us_personal_data_agreement {
    margin-right: 20px;
}
#request_join_us_send, #request_join_us_company_send {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .block2 {
        padding: 20px 0;
    }
    .urlica {
        flex-direction: column;
    }

    .urlica .calendar-title {
        margin-bottom: 20px;
    }

    .request_join_us_personal_data_agreement {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


.o-nas-cel {
    color: #005BFF;
    font-size: 37px;
    font-weight: 300;
    text-align: center;
}

.child-page .calendar-title.o-nas {
    margin: 0;
}

.o-nas-subtitle {
    text-align: center;
    padding: 20px 0;
    font-size: 19px;
}

.o-nas-bottom-title {
    color: #005BFF;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 25px;
}

.o-nas-ul li {
    line-height: 20px;
}

.o-nas-ul li:not(:last-child) {
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .o-nas-bottom-title {
        font-size: 25px;
        line-height: 32px;
    }

    .o-nas-cel {
        font-size: 25px;
    }
    .comfort-outer {
        padding: 30px 20px 30px 20px;
    }

    .comfort-outer__icon-outer {
        width: 90px;
        height: 90px;
    }

    .comfort-outer__left {
        margin-right: 20px;
    }
}
@media (max-width: 769px) {
    .calendar-card__title {
        line-height: 23px;
    }

    .ozon-title {
        font-size: 26px;
        text-align: center;
        font-weight: 700;
    }

    .total-products {
        font-size: 70px;
        margin-bottom: 5px;
    }

    .ozon-subtitle {
        text-align: center;
        font-size: 17px;
        margin-bottom: 8px;
    }

    .ozon-title-sku {
        font-size: 17px;
        margin-bottom: 30px;
    }


}

.calendar-card__info-outer {
    background: #F6F8F9;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    margin-bottom: 20px;
}

.calendar-card__info-outer-left {
    min-width: 20px;
    margin-right: 10px;
}

.calendar-card__info-outer-right {
    color: #000;
}

.calendar-card__button-outer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.calendar-card__button-left {
    background-color: #005BFF;
    text-decoration: none;
    color: #fff;
    padding: 7px 0;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #005BFF;
    text-align: center;
    width: 183px;
}

.calendar-card__button-right {
    text-decoration: none;
    padding: 7px 0;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #005BFF;
    color: #005BFF;
    width: 183px;
    text-align: center;
}
.news-card .card-body {
    display: flex;
    flex-direction: column;
}

.calendar-card {
    display: flex;
}

.calendar-card__info-outer, .calendar-card__button-outer {
    margin-top: auto;
}
@media (max-width: 1400px) {
    .calendar-card__button-outer {
        flex-direction: column;
    }

    .calendar-card__button-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .calendar-card__button-right {
        width: 100%;
    }

}
.navbar-toggler {
    border: 0;
}

@media (max-width: 1200px) {
    .main-block2 {
        width: 100%
    }
}


.statistica {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}


.statistica {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(15, 1fr);
}

.zakazano_na_summu { grid-area: 1 / 1 / 4 / 3; }
.zakazano { grid-area: 4 / 1 / 7 / 2; }
.sredny_chek { grid-area: 7 / 1 / 10 / 2; }
.srok_dostavky { grid-area: 4 / 2 / 7 / 3; }
.sredny_obyom_tovara { grid-area: 7 / 2 / 10 / 3; }
.circle_chart { grid-area: 10 / 1 / 16 / 3; }
.chart1 { grid-area: 1 / 3 / 6 / 4; }
.chart2 { grid-area: 6 / 3 / 11 / 4; }
.chart3 { grid-area: 11 / 3 / 16 / 4; }
.chart4 { grid-area: 1 / 4 / 6 / 5; }
.chart5 { grid-area: 6 / 4 / 11 / 5; }
.chart6 { grid-area: 11 / 4 / 16 / 5; }

@media (max-width: 1200px) {
    .statistica {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(20, 1fr);
    }

    .zakazano_na_summu { grid-area: 1 / 1 / 4 / 3; }
    .zakazano { grid-area: 4 / 1 / 7 / 2; }
    .sredny_chek { grid-area: 7 / 1 / 10 / 2; }
    .srok_dostavky { grid-area: 4 / 2 / 7 / 3; }
    .sredny_obyom_tovara { grid-area: 7 / 2 / 10 / 3; }
    .circle_chart { grid-area: 10 / 1 / 16 / 3; }
    .chart1 { grid-area: 1 / 3 / 6 / 4; }
    .chart2 { grid-area: 6 / 3 / 11 / 4; }
    .chart3 { grid-area: 11 / 3 / 16 / 4; }
    .chart4 { grid-area: 16 / 1 / 21 / 2; }
    .chart5 { grid-area: 16 / 2 / 21 / 3; }
    .chart6 { grid-area: 16 / 3 / 21 / 4; }
}

@media (max-width: 992px) {
    .statistica {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(30, 1fr);
    }

    .zakazano_na_summu { grid-area: 1 / 1 / 4 / 3; }
    .zakazano { grid-area: 4 / 1 / 7 / 2; }
    .sredny_chek { grid-area: 7 / 1 / 10 / 2; }
    .srok_dostavky { grid-area: 4 / 2 / 7 / 3; }
    .sredny_obyom_tovara { grid-area: 7 / 2 / 10 / 3; }
    .circle_chart { grid-area: 10 / 1 / 16 / 3; }
    .chart1 { grid-area: 16 / 1 / 21 / 2; }
    .chart2 { grid-area: 16 / 2 / 21 / 3; }
    .chart3 { grid-area: 21 / 1 / 26 / 2; }
    .chart4 { grid-area: 21 / 2 / 26 / 3; }
    .chart5 { grid-area: 26 / 1 / 31 / 2; }
    .chart6 { grid-area: 26 / 2 / 31 / 3; }
}

@media (max-width: 768px) {
    .statistica {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(38, 1fr);
    }

    .zakazano_na_summu { grid-area: 1 / 1 / 3 / 2; }
    .zakazano { grid-area: 3 / 1 / 5 / 2; }
    .sredny_chek { grid-area: 5 / 1 / 7 / 2; }
    .srok_dostavky { grid-area: 7 / 1 / 9 / 2; }
    .sredny_obyom_tovara { grid-area: 9 / 1 / 11 / 2; }
    .circle_chart { grid-area: 11 / 1 / 15 / 2; }
    .chart1 { grid-area: 15 / 1 / 19 / 2; }
    .chart2 { grid-area: 19 / 1 / 23 / 2; }
    .chart3 { grid-area: 23 / 1 / 27 / 2; }
    .chart4 { grid-area: 27 / 1 / 31 / 2; }
    .chart5 { grid-area: 31 / 1 / 35 / 2; }
    .chart6 { grid-area: 35 / 1 / 39 / 2; }
}


.zakazano_na_summu, .zakazano, .sredny_chek, .sredny_obyom_tovara, .srok_dostavky {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.statistica-item {
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,91,255,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,91,255,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,91,255,0.1);
}

.statistica__title {
    font-size: 37px;
    color: #005BFF;
    font-weight: 600;
}


.statistica__subtitle {
    font-size: 15px;
}
.apexcharts-canvas {
    margin: auto;
}

.circle_chart {
    padding: 15px;
}
.statistica-chart_title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}


.circle_chart .statistica-chart_title {
    margin-bottom: 15px;
}

.chart1 .statistica-chart_title, .chart2 .statistica-chart_title, .chart3 .statistica-chart_title, .chart4 .statistica-chart_title, .chart5 .statistica-chart_title, .chart6 .statistica-chart_title {
    position: relative;
    top: 15px
}
.stat-category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.stat-category__item {
    padding: 5px 15px;
    border: 1px solid #C8C8C8;
    border-radius: 40px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    background-color: #fff;
}

.active {
    background-color: #007bff;
    color: white;
}

.basic_chart{
    padding: 0 15px;
}

@media (max-width: 1400px) {

    .statistica__title {
        font-size: 29px;
    }

}


@media (max-width: 768px) {
    .basic_chart {
        margin-top: 15px;
    }

}


.more-info-btn{
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .desktop-version { display: none; }
}

@media (min-width: 769px) {
    .mobile-version { display: none; }
}

