.section-statistics {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden
}

@media(min-width:1024px) {
    .section-statistics {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-statistics .section__title {
    color: #323232;
    margin-bottom: 8px
}

.section-statistics .section__subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .section-statistics .section__subtitle {
        max-width: 480px
    }
}

@media(min-width:1024px) {
    .section-statistics .section__subtitle {
        font-size: 20px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 60px
    }
}

.stats-slider {
    margin: -16px;
}

@media (min-width: 1024px) {
    .stats-slider {
        margin: -24px;
    }
}

.stats-slider .splide__list {
    display: flex;
    list-style: none;
}

.stats-slider .stats-list__item {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: rgb(50, 50, 50);
    transition: color 0.2s ease 0s;
}

@media (min-width: 1024px) {
    .stats-slider .stats-list__item {
        font-size: 1.5rem;
    }
}

.stats-slider .stats-list__item:not(.is-active), .stats-slider .stats-list__item:not(.is-active) .stats-list__item__value {
    color: rgba(50, 50, 50, 0.15);
}

.stats-slider .stats-list__item.stats-list__item1 {
    max-width: 200px;
}

@media (min-width: 768px) {
    .stats-slider .stats-list__item.stats-list__item1 {
        max-width: 345px;
    }
}

@media (min-width: 1024px) {
    .stats-slider .stats-list__item.stats-list__item1 {
        max-width: 570px;
    }
}

.stats-slider .stats-list__item.stats-list__item2 {
    max-width: 190px;
}

@media (min-width: 768px) {
    .stats-slider .stats-list__item.stats-list__item2 {
        max-width: 330px;
    }
}

@media (min-width: 1024px) {
    .stats-slider .stats-list__item.stats-list__item2 {
        max-width: 545px;
    }
}

.stats-slider .stats-list__item.stats-list__item3 {
    max-width: 145px;
}

@media (min-width: 768px) {
    .stats-slider .stats-list__item.stats-list__item3 {
        max-width: 165px;
    }
}

@media (min-width: 1024px) {
    .stats-slider .stats-list__item.stats-list__item3 {
        max-width: 260px;
    }

    .stats-slider .stats-list__item.stats-list__item4 {
        min-width: 260px;
    }
}

@media (min-width: 768px) {
    .stats-slider .stats-list__item.stats-list__item7 {
        min-width: 170px;
    }
}

.stats-slider .stats-list__item .stats-list__item__value {
    white-space: nowrap;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.11;
    display: block;
    color: rgb(31, 121, 115);
}

@media (min-width: 768px) {
    .stats-slider .stats-list__item .stats-list__item__value {
        font-size: 6rem;
    }
}

@media (min-width: 1024px) {
    .stats-slider .stats-list__item .stats-list__item__value {
        font-size: 10rem;
    }
}

.stats-slider .stats-list__item p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0px 0px;
    font-weight: 400;
}

.stats-slider .stats-list__item.is-active .stats-list__item {
    color: rgb(50, 50, 50);
}

.stats-slider .stats-list__item.is-active .stats-list__item__value {
    color: rgb(31, 121, 115);
}

.stats-slider .splide__sr {
    display: none;
}

.section-ourstory {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width:1024px) {
    .section-ourstory {
        padding-top: 170px;
        padding-bottom: 170px
    }
    .section-ourstory__content {
        position: relative;
        width: 50%;
        padding-right: 84px
    }
}

.section-ourstory .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

@media(min-width:768px) {
    .section-ourstory .section__title {
        margin-bottom: 24px
    }
}

.section-ourstory__img {
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .section-ourstory__img {
        float: right;
        width: auto;
        margin-left: 30px
    }
}

@media(min-width:1024px) {
    .section-ourstory__img {
        position: absolute;
        top: 50%;
        right: -100%;
        transform: translateY(-50%);
        width: 100%;
        float: none
    }
}

.section-ourstory__img:after,
.section-ourstory__img:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 48px;
    right: 0;
    background-color: #1f7973;
    border-radius: 50%;
    z-index: 1
}

@media(min-width:768px) {
    .section-ourstory__img:after,
    .section-ourstory__img:before {
        width: 80px;
        height: 80px
    }
}

@media(min-width:1024px) {
    .section-ourstory__img:after,
    .section-ourstory__img:before {
        width: 100px;
        height: 100px;
        top: 80px
    }
}

.section-ourstory__img:after {
    width: 24px;
    height: 24px;
    top: auto;
    right: auto;
    bottom: 30px;
    left: -12px
}

@media(min-width:1024px) {
    .section-ourstory__img:after {
        width: 40px;
        height: 40px;
        bottom: 80px;
        left: -20px
    }
}

.section-ourstory__img img {
    position: relative;
    display: block;
    z-index: 0
}

.section-ourstory__img picture {
    position: relative;
    display: block;
    width: 100%;
    max-width: 582px;
    height: auto;
    margin: 0 auto 30px
}

@media(min-width:768px) {
    .section-ourstory__img picture {
        max-width: 368px;
        margin: auto
    }
}

@media(min-width:1024px) {
    .section-ourstory__img picture {
        max-width: 582px
    }
}

.section-ourstory__img picture:before {
    display: none
}

.section-ourexperts {
    position: relative
}

@media(min-width:1024px) {
    .section-ourexperts {
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: hidden
    }
    .section-ourexperts:before {
        content: "";
        height: 12.5vw;
        position: absolute;
        top: 0;
        right: -40px;
        bottom: 0;
        left: -40px;
        border-radius: 50%/100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 2px dashed rgba(89, 89, 89, .6);
        border-bottom: 0;
        margin: auto;
        z-index: 0
    }
}

@media(min-width:1200px) {
    .section-ourexperts {
        padding-top: 120px
    }
}

.section-ourexperts .container {
    position: relative;
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21, 37, 72, .08);
    padding: 60px 16px;
    margin: 0 -16px;
    width: auto;
    z-index: 1
}

@media(min-width:1024px) {
    .section-ourexperts .container {
        width: 100%;
        margin: 0 auto;
        padding: 120px 80px
    }
}

@media(min-width:1200px) {
    .section-ourexperts .container {
        padding: 120px 105px
    }
}

@media(min-width:768px) {
    .section-ourexperts__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 30px
    }
}

@media(min-width:1024px) {
    .section-ourexperts__container {
        column-gap: 70px
    }
}

.section-ourexperts__content {
    max-width: 400px
}

.section-ourexperts .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

@media(min-width:768px) {
    .section-ourexperts .section__title {
        margin-bottom: 24px
    }
}

.section-ourexperts .section__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

@media(min-width:1024px) {
    .section-ourexperts .section__subtitle {
        font-size: 20px;
        font-weight: 400
    }
}

.section-ourexperts__img {
    position: relative;
    width: 100%;
    max-width: 495px;
    margin: auto
}

@media(min-width:768px) {
    .section-ourexperts__img {
        max-width: 368px;
        margin: auto
    }
}

@media(min-width:1024px) {
    .section-ourexperts__img {
        max-width: 495px
    }
}

.section-ourexperts__img:after,
.section-ourexperts__img:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 48px;
    right: 0;
    background-color: #1f7973;
    border-radius: 50%;
    z-index: 1
}

@media(min-width:768px) {
    .section-ourexperts__img:after,
    .section-ourexperts__img:before {
        width: 80px;
        height: 80px
    }
}

@media(min-width:1024px) {
    .section-ourexperts__img:after,
    .section-ourexperts__img:before {
        width: 100px;
        height: 100px
    }
}

.section-ourexperts__img:after {
    width: 24px;
    height: 24px;
    top: auto;
    right: auto;
    bottom: 46px;
    left: -12px
}

@media(min-width:1024px) {
    .section-ourexperts__img:after {
        width: 48px;
        height: 48px;
        bottom: 160px;
        left: -24px
    }
}

.section-ourexperts__img img {
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    max-width: 582px;
    height: auto;
    margin: 0 auto 48px
}

@media(min-width:768px) {
    .section-ourexperts__img img {
        max-width: 368px;
        margin: auto
    }
}

@media(min-width:1024px) {
    .section-ourexperts__img img {
        max-width: 582px
    }
}

.section-ourexperts__btn {
    margin-top: 40px
}

.section-common-disciplines {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width:1024px) {
    .section-common-disciplines {
        padding-bottom: 120px
    }
}

.section-common-disciplines .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

@media(min-width:768px) {
    .section-common-disciplines .section__title {
        margin-bottom: 24px
    }
}

.section-common-disciplines .section__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px
}

@media(min-width:1024px) {
    .section-common-disciplines .section__subtitle {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

.section-common-disciplines__tabs .Tabs__nav__item {
    position: relative;
    padding: 10px 8px;
    border-top: 2px solid transparent;
    font-size: 15px;
    font-weight: 600;
    background-color: #f9f9f9;
    color: #323232;
    z-index: 0;
    transition: background-color .3s ease, border .3s ease
}

@media(min-width:768px) {
    .section-common-disciplines__tabs .Tabs__nav__item {
        font-size: 20px;
        padding: 19px 8px
    }
}

.section-common-disciplines__tabs .Tabs__nav__item:focus,
.section-common-disciplines__tabs .Tabs__nav__item:hover {
    background-color: #e9f2f1
}

.section-common-disciplines__tabs .Tabs__nav__item.is-active {
    background-color: #fff;
    border-top-color: #1f7973;
    z-index: 1
}

.section-common-disciplines__tabs .Tabs__nav__item span {
    pointer-events: none
}

.section-common-disciplines__tabs .Tabs__content {
    padding-top: 30px
}

@media(min-width:1024px) {
    .section-common-disciplines__tabs .Tabs__content {
        padding-top: 60px
    }
}

@media(min-width:768px) {
    .section-common-disciplines__tabs .Tabs__content ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 24px;
        column-gap: 24px
    }
}

@media(min-width:1024px) {
    .section-common-disciplines__tabs .Tabs__content ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

