.about__section-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}
.about__section--bg{
    background-color: #FAFAFA;
    padding: 40px 0;
}
.about__section--bg:last-child{
    margin-bottom: 0;
}
@media (min-width: 992px){
    .about__section-title{
        font-size: 24px;
    }
    .about__section--bg{
        padding: 80px 0;
    }
}
/* Hero section */
.about__section--hero{
    padding: 40px 0;
    background: #ECF8FF;
}
.about__hero-video-wrap{
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 16/9;
}
.about__hero-video-wrap iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.about__hero-video-wrap.has-video{
    position: relative;
}
.about__hero-img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__hero-button{
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about__hero-button svg{
    height: 55px;
    width: 55px;
}
.about__hero-button:hover svg path{
    transition: fill .3s;
}
.about__hero-button:hover svg path[fill="red"]{
    fill: #e60000;
}
.about__hero-text-wrap{
    font-weight: 500;
    line-height: 1.5;
}
.about__hero-text{
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}
.about__hero-text > svg{
    position: absolute;
    width: 30px;
    height: 30px;
}
.about__hero-text > svg:first-child{
    top: 0;
    left: 0;
}
.about__hero-text > svg:last-child{
    bottom: 0;
    right: 0;
}
.about__hero-text p span{
    color: #196BBD;
}
.about__hero-signature{
    margin-top: 15px;
    margin-left: auto;
    font-size: 14px;
    color: #196BBD;
    position: relative;
    padding-left: 55px;
    width: fit-content;
}
.about__hero-signature:before{
    content: '';
    position: absolute;
    top: .5lh;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #292A30;
}
@media (max-width: 991px){
    .about__hero-text-wrap{
        margin-top: 30px;
    }
    .about__hero-text{
        width: fit-content;
        margin: 0 auto;
    }
}
@media (max-width: 1199px){
    .about__hero-text{
        padding: 0 30px;
    }
}
@media (min-width: 992px){
    .about__section--hero{
        padding: 30px 0;
    }
    .about__hero-content{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 30px;
    }
    .about__hero-video-wrap{
        border-radius: 10px;
    }
    .about__hero-button svg{
        width: 80px;
        height: 80px;
    }
    .about__hero-text-wrap{
        order: -1;
    }
    .about__hero-text{
        font-size: 18px;
    }
    .about__hero-signature{
        margin-top: 35px;
        font-size: 16px;
    }
    .about__hero-text > svg:first-child{
        top: -15px;
    }
    .about__hero-text > svg:last-child{
        bottom: -15px;
    }
}
@media (min-width: 1600px){
    .about__hero-content{
        gap: 80px;
    }
    .about__hero-text{
        font-size: 24px;
    }
    .about__hero-text > svg{
        width: 40px;
        height: 40px;
    }
    .about__hero-signature{
        font-size: 20px;
    }
    .about__hero-text > svg:first-child{
        left: -40px;
    }
    .about__hero-text > svg:last-child{
        right: -40px;
    }
}
/* End hero section */

/* Team section */
.about__team-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.about__team-head .about__section-title{
    margin-bottom: 0;
}
.about__team-nav{
    display: none;
}
.about__team-slider{
    padding: 15px;
    margin: -15px;
}
.about__team-slider:not(.swiper-initialized){
    overflow: hidden;
}
.about__team-slider:not(.swiper-initialized) .about__team-list{
    display: flex;
    gap: 15px;
}
.about__team-scrollbar.swiper-scrollbar{
    position: relative;
    margin-top: 15px;
    height: 4px;
    background: #E5E5E5;
    border-radius: 2px;
    width: 100%;
    left: 0;
}
.about__team-scrollbar .swiper-scrollbar-drag{
    background: #196BBD;
    border-radius: 2px;
}
.about__team-item{
    display: flex!important;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    width: 64vw;
    height: auto;
    aspect-ratio: 23 / 32;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.about__team-photo{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__team-role{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    margin: 0 15px;
    width: fit-content;
    z-index: 2;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #196BBD;
    padding: 8px 12px;
    border-radius: 60px;
}
.about__team-desc-wrap{
    position: relative;
    z-index: 2;
    padding: 15px;
    color: #fff;
    background-color: #292A30;
}
.about__team-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about__team-description{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 3lh;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about__team-nav-btn{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #196BBD;
    border: 1px solid #196BBD;
    color: #fff;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, color .3s;
}
.about__team-nav-btn:hover{
    background-color: #14599c;
    border-color: #14599c;
}
.about__team-nav-btn:not([aria-controls]){
    display: none;
}
.about__team-nav-btn svg path{
    fill: currentColor;
}
.about__team-nav-btn.swiper-button-disabled{
    background-color: transparent;
    color: #196BBD;
    pointer-events: none;
}
.about__team-nav:has(.about__team-next.swiper-button-disabled):has(.about__team-prev.swiper-button-disabled){
    display: none;
}
@media (min-width: 568px){
    .about__team-item{
        width: 40vw;
    }
}
@media (min-width: 768px){
    .about__team-description{
        min-height: 2lh;
        -webkit-line-clamp: 2;
    }
    .about__team-item{
        width: 268px;
    }
}
@media (min-width: 992px){
    .about__team-nav{
        display: flex;
        gap: 5px;
    }
    .about__team-scrollbar.swiper-scrollbar{
        display: none;
    }
    .about__team-slider:not(.swiper-initialized) .about__team-list{
        gap: 20px;
    }
    .about__team-item{
        gap: 15px;
        width: calc((100vw - 90px) / 4);
        aspect-ratio: 298 / 413;
        border-radius: 10px;
    }
    .about__team-slider.swiper-initialized .about__team-item{
        width: auto;
    }
    .about__team-desc-wrap{
        padding: 20px;
    }
    .about__team-role{
        margin: 0 20px;
    }
    .about__team-description,
    .about__team-role{
        font-size: 16px;
    }
    .about__team-role svg{
        width: 19px;
        height: 19px;
    }
}
@media (min-width: 1200px){
    .about__team-item{
        width: calc((100% - 60px) / 4);
    }
}
@media (min-width: 1600px){
    .about__team-item{
        width: calc((100% - 80px) / 5);
    }
}
/* End team section */

/* Advantages section */
.about__advantages-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.about__advantages-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 10px 15px;
    border-radius: 5px;
    text-align: center;
}
.about__advantages-icon{
    display: block;
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.about__advantages-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 567px){
    .about__advantages-item:last-child{
        grid-column: span 2;
    }
}
@media (max-width: 991px) and (min-width: 568px){
    .about__advantages-list{
        grid-template-columns: repeat(6, 1fr);
    }
    .about__advantages-item:nth-child(4),
    .about__advantages-item:nth-child(5){
        grid-column: span 3;
    }
    .about__advantages-item:nth-child(1),
    .about__advantages-item:nth-child(2),
    .about__advantages-item:nth-child(3){
        grid-column: span 2;
    }
}

@media (min-width: 992px){
    .about__advantages-list{
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
    .about__advantages-item{
        padding: 20px;
        border-radius: 10px;
    }
    .about__advantages-icon{
        width: 120px;
        height: 120px;
    }
}
@media (min-width: 1600px){
    .about__advantages-text{
        max-width: 200px;
    }
}
/* End advantages section */

/* Experts section */
.about__experts-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.about__experts-head .about__section-title{
    margin-bottom: 0;
}
.about__experts-link{
    white-space: nowrap;
    font-size: 16px;
}
.about__experts-list .ambassador-catalog-list{
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px){
    .about__experts-list .ambassador-catalog-card:nth-child(n+5){
        display: none!important;
    }
}
@media (min-width: 992px){
    .about__experts-list .ambassador-catalog-list{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1200px){
    .about__experts-list .ambassador-catalog-list{
        grid-template-columns: repeat(5, 1fr);
    }
}
/* End experts section */

/* Media section */
.about__media-content{
}
.about__media-info{
    margin-bottom: 20px;
}
.about__media-info-desc,
.about__media-socials{
    border-radius: 5px;
    border: 1px solid #EBEFF8;
    padding: 15px;
}
.about__media-info-desc{
    margin-bottom: 10px;
}
.about__media-profile{
    display: flex;
    align-items: center;
    gap: 15px;
}
.about__media-profile-image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.about__media-profile-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.about__media-profile-subtitle{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
}
.about__media-profile-description{
    font-size: 16px;
    line-height: 1.53;
    margin-top: 15px;
}
.about__media-socials{

}
.about__media-socials-title{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.about__media-socials-list{
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
}
.about__media-socials-list a{
    color: #196BBD;
    transition: opacity .3s;
}
.about__media-socials-list a:hover{
    opacity: .6;
}
.about__media-socials-list svg{
    width: 30px;
    height: 30px;
}
.about__media-posts{
    overflow: hidden;
    max-width: 100%;
}
.about__media-post-link{
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 330 / 428;
    width: 100%;
    height: auto;
}
.about__media-post-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.about__media-post-link:hover .about__media-post-image{
    transform: scale(1.02);
}
.about__media-post-play{
    position: absolute;
    top: 13px;
    right: 13px;
}
.about__media-posts-pagination.swiper-pagination{
    position: relative;
    margin-top: 15px;
}
.about__media-content .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #196BBD!important;
    transform: none;
}
.about__media-content .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
@media (min-width: 768px){
    .about__media-posts-pagination{
        display: none;
    }
}
@media (min-width: 992px){
    .about__media-info-desc,
    .about__media-socials{
        padding: 20px;
        border-radius: 10px;
    }
    .about__media-info-desc,
    .about__media-profile{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about__media-profile-image{
        width: 85px;
        height: 85px;
    }
    .about__media-profile-text{
        text-align: center;
    }
    .about__media-profile-name,
    .about__media-profile-subtitle,
    .about__media-socials-title{
        font-size: 20px;
    }
}
@media (min-width: 1400px){
    .about__media-content{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
    .about__media-posts{
        grid-column: span 3;
    }
    .about__media-info{
        margin-bottom: 0;
    }
    .about__media-info-desc{
        margin-bottom: 20px;
    }
}
@media (max-width: 1599px) and (min-width: 1400px){
    .about__media-socials-list{
        gap: 16px;
    }
}
/* End media section */

/* Trust section */
.about__trust-slider{
    overflow: hidden;
}
.about__trust-card{
    height: 100%;
    border-radius: 5px;
    border: 1px solid #EBEFF8;
    padding: 15px;
}
.about__trust-media{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 190px;
    width: 100%;
}
.about__trust-media iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.about__trust-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__trust-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform .3s;
}
.about__trust-play:hover{
    transform: translate(-50%, -50%) scale(1.1);
}
.about__trust-play svg{
    width: 45px;
    height: 45px;
}
.about__trust-body{
    padding: 20px 0 0;
    color: #292A30;
}
.about__trust-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}
.about__trust-subtitle{
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.3;
}
.about__trust-text{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}
.about__trust-pagination.swiper-pagination{
    position: relative;
    margin-top: 20px;
}
.about__section--trust .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #196BBD!important;
    transform: none;
}
.about__section--trust .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
@media (min-width: 992px){
    .about__trust-card{
        border-radius: 10px;
        padding: 20px;
    }
}
@media (min-width: 1200px){
    .about__trust-pagination{
        display: none;
    }
}
/* End trust section */

/* Gallery section */
.about__gallery-slider{
    overflow: hidden;
}
.about__gallery-item{
    border-radius: 10px;
    overflow: hidden;
}
.about__gallery-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 330 / 306;
}
.about__gallery-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.about__gallery-header .about__section-title{
    margin-bottom: 0;
}
.about__gallery-nav{
    display: flex;
    align-items: center;
    gap: 5px;
}
.about__gallery-nav-btn{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #196BBD;
    border: 1px solid #196BBD;
    color: #fff;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, color .3s;
}
.about__gallery-nav-btn:hover{
    background-color: #14599c;
    border-color: #14599c;
}
.about__gallery-nav-btn svg path{
    fill: currentColor;
}
.about__gallery-nav-btn.swiper-button-disabled{
    background-color: transparent;
    color: #196BBD;
    pointer-events: none;
}
@media (min-width: 992px){
    .about__gallery-nav{
        display: none;
    }
    .about__gallery-list{
        display: grid !important;
        grid-template-columns: 1fr .59fr .59fr;
        gap: 20px;
        transform: none !important;
    }
    .about__gallery-item{
        width: auto !important;
        margin: 0 !important;
    }
    .about__gallery-item:nth-child(1){
        grid-row: span 2;
    }
    .about__gallery-image{
        aspect-ratio: 415/315;
        width: 100%;
        height: 100%;
    }
    .about__gallery-item:nth-child(1) .about__gallery-image {
        aspect-ratio: 700/650;
    }
}
/* End gallery section */

/* Manifesto section */
.about__manifesto-tabs{
    display: flex;
    gap: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background: #FFF;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}
.about__manifesto-tabs::-webkit-scrollbar{
    display: none;
}
.about__manifesto-tab{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #292A30;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    transition: color .3s;
}
.about__manifesto-tab:not(:last-child):after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #EBEFF8;
}
.about__manifesto-tab:hover,
.about__manifesto-tab.active{
    color: #196BBD;
}
.about__manifesto-panel{
    display: none;
    padding: 15px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}
.about__manifesto-panel.active{
    display: block;
}
.about__manifesto-panel-title{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}
.about__manifesto-text{
    color: #292A30;
    font-size: 16px;
    line-height: 1.3;
}
.about__manifesto-text p:not(:last-child),
.about__manifesto-text ul:not(:last-child),
.about__manifesto-text ol:not(:last-child){
    margin-bottom: 10px;
}
.about__manifesto-text ul,
.about__manifesto-text ol{
    padding-left: 25px;
}
.about__manifesto-text li:not(:last-child){
    margin-bottom: 5px;
}
.about__manifesto-text a{
    color: #196BBD;
    transition: opacity .3s;
}
.about__manifesto-text a:hover{
    opacity: .8;
}
.about__manifesto-image-wrap{
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.about__manifesto-image{
    width: 100%;
    height: auto;
    display: block;
}
@media (min-width: 992px){
    .about__manifesto-wrap{
        display: flex;
    }
    .about__manifesto-tabs{
        flex-direction: column;
        flex-shrink: 0;
        width: fit-content;
        overflow-x: visible;
        margin-bottom: 0;
        border-radius: 10px 0 0 10px;
        padding: 20px;
        gap: 13px;
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
    }
    .about__manifesto-tab{
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        text-align: left;
    }
    .about__manifesto-tab:not(:last-child):after{
        width: 100%;
        height: 1px;
        background: #EBEFF8;
    }
    .about__manifesto-panels{
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }
    .about__manifesto-panel{
        padding: 20px;
        border-radius: 0 10px 10px 0;
        flex: 1;
    }
    .about__manifesto-panel.active{
        display: flex;
    }
    .about__manifesto-content{
        display: flex;
        gap: 25px;
        flex: 1;
    }
    .about__manifesto-panel-title{
        font-size: 20px;
    }
    .about__manifesto-body{
        flex: 1;
        min-width: 0;
    }
    .about__manifesto-image-wrap{
        flex: 0 0 320px;
        margin-top: 0;
    }
    .about__manifesto-image{
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 1200px){
    .about__manifesto-content{
        gap: 30px;
    }
    .about__manifesto-image-wrap{
        flex: 0 0 400px;
    }
}
/* End manifesto section */

/* History section */
.about__history-layout{
    display: flex;
    flex-direction: column;
}
.about__history-group{
    display: contents;
}
.about__history-image-wrap{
    order: 10;
}
.about__history-timeline{
    position: relative;
    padding-left: 60px;
}
.about__history-timeline:before{
    content: '';
    position: absolute;
    left: 19.5px;
    top: 0;
    bottom: 0;
    width: 11px;
    background: #196BBD;
}
.about__history-group:nth-child(2) .about__history-timeline:before{
    border-radius: 0 0 5px 5px;
}
.about__history-group:nth-child(1) .about__history-timeline:before{
    border-radius: 5px 5px 0 0;
}
.about__history-item{
    position: relative;
    border-radius: 5px;
    background-color: #FFF;
    padding: 15px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 15px;
}
.about__history-group:nth-child(2) .about__history-item:last-child{
    margin-bottom: 0;
}

.about__history-dot{
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #196BBD;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.about__history-icon{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.about__history-item-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #292A30;
    margin: 0 0 15px;
}
.about__history-item-title span{
    color: #196BBD;
}
.about__history-item-text{
    font-size: 16px;
    line-height: 1.5;
    color: #292A30;
}
.about__history-item-text p,
.about__history-item-title p{
    margin: 0;
}
.about__history-image-wrap{
    border-radius: 10px;
    overflow: hidden;
}
.about__history-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 720/350;
}
/* Mobile: images pushed to bottom via order */
.about__history-image-wrap:first-of-type{
    margin-top: 20px;
}
.about__history-timeline.about__history-timeline--right + .about__history-image-wrap{
    margin-top: 10px;
}
@media (min-width: 1200px){
    .about__section--history .about__section-title{
        text-align: center;
    }
    .about__history-layout{
        position: relative;
    }
    .about__history-layout:before{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        width: 10px;
        background: #196BBD;
        border-radius: 5px;
    }
    .about__history-group{
        --image-width: .846fr;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, var(--image-width));
        gap: 30px;
        padding: 25px 0;
    }
    .about__history-group:nth-child(2){
        grid-template-columns: minmax(0, var(--image-width)) minmax(0, 1fr);
    }
    .about__history-image-wrap,
    .about__history-image-wrap:first-of-type,
    .about__history-timeline.about__history-timeline--right + .about__history-image-wrap{
        order: 0;
        margin-top: 0;
        flex: 1;
        min-height: 0;
    }
    .about__history-timeline--left{
        order: -1;
    }
    .about__history-timeline--right{
        order: 2;
    }
    .about__history-icon{
        width: 30px;
        height: 30px;
    }
    .about__history-image{
        aspect-ratio: auto;
        height: 100%;
    }
    .about__history-timeline.about__history-timeline--left{
        padding-right: 90px;
        padding-left: 0;
    }
    .about__history-timeline.about__history-timeline--right{
        padding-left: 90px;
    }
    .about__history-timeline:before{
        content: none;
    }
    .about__history-dot{
        width: 60px;
        height: 60px;
        left: -90px;
    }
    .about__history-timeline.about__history-timeline--left .about__history-dot{
        left: initial;
        right: -90px;
    }
    .about__history-item{
        padding: 20px;
        margin-bottom: 80px;
        border-radius: 10px;
        text-align: center;
    }
    .about__history-item:last-child{
        margin-bottom: 0;
    }
    .about__history-item-title{
        font-size: 20px;
    }
    .about__history-item-text{
        font-size: 16px;
    }
}
@media (min-width: 1400px){
    .about__history-group{
        --image-width: .866fr;
    }
}
@media (min-width: 1600px){
    .about__history-group{
        --image-width: .89fr;
    }
}
/* End history section */