.main{
    margin-top: 109px;
}
.main__inner{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    max-width: 1199px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 703px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: -3px;
    max-width: 696px;
}
.main__descr{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 130%;
    max-width: 662px;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__block:first-of-type{
    max-width: 388px;
    position: relative;
    z-index: 1;
}
.main__block-img {
    margin-bottom: -14px;
}
.main__block-img svg circle{
    transition: all 2s ease;
    opacity: 0;
}
#main__block-svg.active circle{
    opacity: 1;
}
.main__block-content {
    position: absolute;
    top: 70px;
    left: 54%;
    transform: translateX(-50%);
}
.main__block-title{
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-size: 130px;
    line-height: 234px;
    color: #fff;
    text-align: center;
    margin-bottom: -63px;
    transform: translateY(50%);
    opacity: 0;
    animation: mainContent 0.5s linear 2s forwards;
}
.main__block-name{
    color: #FFF;
    font-family: "Koulen", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    transform: translateY(50%);
    opacity: 0;
    animation: mainContent 1s linear 2.5s forwards;
}
.main__block-descr{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    transform: translateY(50%);
    opacity: 0;
    animation: mainContent 1s linear 3s forwards;
}
@keyframes mainContent {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 1279px) {
    .main__links {
        margin-bottom: 23px;
    }
    .main__inner{
        align-items: start;
    }
    .main__block:last-of-type{
        margin-top: 0;
        width: 100%;
        max-width: 710px;
    }
    .main__title{
        font-size: 70px;
    }
    .main__block:first-of-type{
        max-width: 280px;
    }
    .main__block-content{
        display: none;
    }
    #main__block-svg{
        display: none;
    }
    .main__block-img{
        position: relative;
    }
    .main__block-img::before {
        content: '';
        position: absolute;
        background-color: rgba(122, 83, 169, 0.9);
        width: 220px;
        height: 220px;
        border-radius: 50%;
        right: 0;
        top: 31px;
        z-index: 2;
        opacity: 0;
        animation: mainBlocImage 0.9s linear 0.4s forwards;
    }
    .main__block-img::after {
        content: '';
        position: absolute;
        background-color: #368CC1;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        right: 0;
        top: 191px;
        opacity: 0;
        animation: mainBlocImage 0.8s linear 0.7s forwards;
        z-index: 1;
    }
    @keyframes mainBlocImage {
        0% {
            right: 0;
            opacity: 0;
        }
        100% {
            right: -222px;
            opacity: 1;
        }
    }
}
@media (max-width: 999px) {
    .main {
        margin-top: 132px;
    }
    .main__inner{
        gap: 36px;
    }
    .main__links {
        margin-bottom: 8px;
    }
    .main__title {
        margin-left: -6px;
        max-width: 740px;
        margin-right: -11px;
    }
    .main__block-img::before {
        top: -31px;
        animation: mainBlocImage 0.8s linear 0.8s forwards;
    }
    .main__block-img::after {
        top: 128px;
        animation: mainBlocImage 0.8s linear 1s forwards;
    }
    @keyframes mainBlocImage {
        0% {
            right: 0;
            opacity: 0;
        }
        100% {
            right: -152px;
            opacity: 1;
        }
    }
}
@media (max-width: 767px) {
    .main__block-img::before {
        top: -11px;
    }
    .main__block-img::after {
        top: 148px;
    }
    .main {
        margin-top: 121px;
    }
    .main__inner{
        gap: 0;
    }
    .main__links {
        margin-bottom: 18px;
    }
    .main__title {
        font-size: 45px;
        letter-spacing: -0.45px;
        margin-right: -19px;
        margin-bottom: 15px;
        margin-left: 1px;
    }
    .main__descr {
        font-size: 14px;
        max-width: 424px;
        margin-bottom: 15px;
    }
    .main__block-img::after{
        content: none;
    }
    .main__block-img::before{
        top: 30px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__block-img::before{
        top: 25px;
    }
    @keyframes mainBlocImage {
        0% {
            right: 0;
            opacity: 0;
        }
        100% {
            right: -122px;
            opacity: 1;
        }
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 179px;
    }
    .main__title{
        font-size: 32px;
    }
    .main__links {
        margin-bottom: 24px;
    }
    .main__descr {
        max-width: 332px;
    }
    .main__block:last-of-type{
        margin-left: -8px;
        width: auto;
    }
    .main__block-img::before {
        top: 28px;
    }
    @keyframes mainBlocImage {
        0% {
            right: 0;
            opacity: 0;
        }
        100% {
            right: -102px;
            opacity: 1;
        }
    }
}
.list{
    margin-top: 120px;
}
.list__inner{
    max-width: 1091px;
    margin: 0 auto;
}
.list__title{
    margin-left: 42px;
}
.list__content{
    margin-top: 25px;
    display: flex;
    gap: 28px;
}
.list__block{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list__item{
    display: flex;
    gap: 15px;
}
.list__item-num{
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background-color: rgba(122, 83, 169, 0.90);
}
.list__item-name{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}
.list__item-descr{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
    text-transform: lowercase;
}
.list__box{
    width: 400px;
    min-width: 400px;
    border-radius: 10px;
    background: rgba(140, 39, 130, 0.80);
    padding: 60px 47px 60px;
    height: max-content;
}
.list__box-title{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
}
.list__box-name{
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%; 
    margin-bottom: 15px;
}
.list__box-descr{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
}
.list__box-item + .list__box-item{
    margin-top: 20px;
}
@media (max-width: 1279px) {
    .list__title{
        font-size: 48px;
        margin: 0 -20px 0 0;
    }
    .list__content{
        gap: 8px;
    }
    .list__box{
        width: 370px;
        min-width: 370px;
        padding: 65px 46px 65px;
    }
    .list__item-descr{
        max-width: 478px;
    }
    .list__item:nth-of-type(2) .list__item-descr{
        max-width: 475px;
    }
    .list__item:nth-of-type(3) .list__item-descr{
        max-width: 485px;
    }
}
@media (max-width: 999px) {
    .list{
        margin-top: 100px;
    }
    .list__title{
        margin-left: 74px;
        width: auto;
    }
    .list__content{
        flex-direction: column;
        gap: 20px;
    }
    .list__item-descr{
        max-width: 595px;
    }
    .list__item:nth-of-type(2) .list__item-descr{
        max-width: 584px;
    }
    .list__item:nth-of-type(3) .list__item-descr {
        max-width: 596px;
    }
    .list__box{
        width: 100%;
        min-width: auto;
        padding: 48px 20px;
    }
    .list__box-title{
        max-width: 516px;
        width: 100%;
        margin: 0 auto 10px;
    }
    .list__box-item{
        max-width: 516px;
        width: 100%;
        margin: 0 auto 0;
    }
}
@media (max-width: 767px) {
    .list{
        margin-top: 80px;
    }
    .list__inner{
        margin: 0 -5px 0;
    }
    .list__title {
        margin-left: 0;
        font-size: 40px;
        margin-right: -7px;
        margin-left: 2px;
        line-height: 110%;
    }
    .list__content{
        margin-top: 19px;
    }
    .list__item{
        gap: 14px;
    }
    .list__item-name{
        font-size: 16px;
        line-height: 110%;
        margin-bottom: 6px;
    }
    .list__item-descr{
        font-size: 14px;
    }
    .list__box-title{
        max-width: 245px;
        font-size: 40px;
    }
    .list__box-item{
        max-width: 245px;
    }
    .list__box-name{
        font-size: 22px;
        margin-bottom: 6px;
    }
    .list__box-descr{
        font-size: 14px;
    }
    .list__box-item + .list__box-item {
        margin-top: 10px;
    }
    .list__item:first-of-type .list__item-name{
        max-width: 293px;
    }
    .list__item:nth-of-type(3) .list__item-descr{
        max-width: 351px;
    }
    .list__item:nth-of-type(5) .list__item-descr{
        max-width: 335px;
    }
}
@media (max-width: 479px) {
    .list__title{
        font-size: 36px;
    }
    .list__block{
        margin-left: 4px;
    }
    .list__item-num {
        margin-top: -4px;
        font-size: 30px;
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .list__item-name{
        font-size: 16px;
    }
    .list__item-descr {
        font-size: 13px;
        max-width: 270px;
    }
    .list__box {
        padding: 26px 20px;
    }
    .list__box-title {
        font-size: 36px;
    }
    .list__box-name {
        font-size: 20px;
    }
    .list__box-descr {
        font-size: 13px;
    }
}
.advantages{
    margin-top: 120px;
}
.advantages__inner{
    max-width: 1104px;
    margin: 0 auto;
}
.advantages__title.title{
    margin-left: -5px;
    line-height: 110%;
}
.advantages__box{
    margin-top: 25px;
    display: flex;
    gap: 20px;
    max-width: 1082px;
}
.advantages__block{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.advantages__block:first-of-type .advantages__item:last-of-type{
    max-width: 339px;
}
.advantages__block:last-of-type{
    max-width: 283px;
}
.advantages__item-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
}
.advantages__item-descr{
    font-size: 16px;
    line-height: 130%;
    text-transform: lowercase;
}
.advantages__item-btn{
    margin-top: 25px;
    max-width: 220px;
    height: 56px;
}
.advantages__item-btn.show-on-mobile{
    display: none;
}
#dynamicBlockItemSecond{
    order: -1;
}
@media (max-width: 1279px) {
    .advantages__title.title{
        font-size: 44px;
        margin-right: -11px;
    }
    .advantages__block:first-of-type .advantages__item:last-of-type{
        max-width: 100%;
    }
    .hide-on-mobile{
        display: none;
    }
    .advantages__item-btn.show-on-mobile{
        margin-top: 0;
        display: block;
    }
    .advantages__block:last-of-type{
        display: none;
    }
    .advantages__box {
        margin-top: 20px;
        justify-content: space-between;
    }
    .advantages__block{
        gap: 18px;
    }
    #dynamicBlockItem .advantages__item-descr{
        max-width: 445px;
    }
}
@media (max-width: 999px) {
    .advantages__box{
        max-width: 727px;
    }
    .advantages__block:first-of-type{
        max-width: 295px;
    }
    .advantages__block:nth-of-type(2){
        max-width: 382px;
    }
    .advantages__item-descr{
        max-width: 368px;
    }
}
@media (max-width: 767px) {
    .advantages{
        margin-top: 100px;
    }
    .advantages__inner{
        margin: 0 -4px 0 -6px;
    }
    .advantages__box{
        margin-top: 15px;
        gap: 10px;
    }
    .advantages__block {
        gap: 10px;
    }
    .advantages__title.title {
        font-size: 38px;
        padding-right: 28px;
        margin-left: -1px;
    }
    .advantages__item-name {
        font-size: 18px;
        margin-bottom: 8px;
        max-width: 100%;
    }
    .advantages__item-descr{
        font-size: 14px;
    }
    #dynamicBlockFirst .advantages__item:first-of-type{
        order: 1;
    }
    #dynamicBlockFirst .advantages__item:nth-of-type(2){
        order: 3;
    }
    #dynamicBlockFirst .advantages__item:last-of-type{
        order: 0;
    }
    .advantages__block:first-of-type {
        max-width: 100%;
    }
    #dynamicBlockItem{
        order: -1;
    }
    #dynamicBlockItemSecond .advantages__item-descr{
        max-width: 207px;
    }
    .advantages__item-btn.show-on-mobile{
        margin-top: 21px;
    }
}
@media (max-width: 479px) {
    .advantages__box{
        flex-direction: column;
        gap: 15px;
    }
    .advantages__title.title {
        font-size: 28px;
        padding-right: 20px;
    }
    #dynamicBlockItemSecond .advantages__item-descr{
        max-width: 100%;
    }
    .advantages__item-btn.show-on-mobile{
        max-width: 100%;
    }
    .advantages__item-descr,
    #dynamicBlockItem .advantages__item-descr {
        max-width: 328px;
    }
    .advantages__item-name{
        font-size: 18px;
    }
    .advantages__item-descr{
        font-size: 14px;
    }
    .advantages__item-btn button{
        font-size: 16px;
        height: 56px;
        min-height: 56px;
    }
    .advantages__title.title {
        max-width: 434px;
    }
}
.chaps{
    margin-top: 120px;
}
.chaps__inner{
    max-width: 926px;
    margin: 0 auto;
}
.chaps__title.title{
    font-size: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.chaps .span-title{
    display: inline-block;
    max-width: 170px;
}
.chaps__content{
    margin-top: 20px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
}
.chaps__content-img {
    position: absolute;
    right: 0;
    top: -85px;
}
.chaps__content-img circle{
    transition: all 2s ease;
    opacity: 0;
}
#animated-svg.active circle{
    opacity: 1;
}
.chaps__desc{
    margin-right: 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    padding: 0 10px;
    background: rgba(217, 217, 217, 0.30);
    max-height: 0;
    transition: all .2s ease;
    overflow: hidden;
}
.chaps__item.active .chaps__desc{
    max-height: 1000px;
    padding: 10px;
    margin-top: 32px;
}
.chaps__name{
    margin-bottom: 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 500px;
}
.chaps__item span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: #D9D9D9;
    position: relative;
}
.chaps__item span::after{
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background-color: #D9D9D9;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.chaps__item span::before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #D9D9D9;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.00049 1L5.00049 9M1 5.02051H9.00012' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}
.chaps__item.active span,
.chaps__item.active span::after{
    background-color: #368CC1;
}
.chaps__item.active span::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='2' viewBox='0 0 11 2' fill='none'%3E%3Cpath d='M1.76636 1H9.87638' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    height: 2px;
}
.chaps__block{
    display: flex;
    flex-direction: column;
    gap: 33px;
    max-width: 516px;
    width: 100%;
}
.chaps__name,
.chaps__name span{
    cursor: pointer;
}
@media (max-width: 1000px) {    
    .chaps__inner {
        max-width: 893px;
    }
    .chaps__content-img {
        right: -34px;
        top: -87px;
    }
}
@media (max-width: 890px) {  
    .chaps__content-img {
        width: 250px;
        top: -62px;
        right: 0;
    }
    .chaps__content-img svg{
        width: 100%;
    }
}
@media (max-width: 830px) {  
    .chaps__content-img {
        width: 200px;
        top: -102px;
    }
}
@media (max-width: 768px) {
    .chaps__content-img{
        display: none;
    }
    .chaps__inner{
        max-width: 530px;
    }    
    .chaps__name br{
        display: none;
    }
}
@media (max-width: 480px) {
    .chaps{
        margin-top: 100px;
    }
    .chaps__title.title {
        font-size: 50px;
    }
    .chaps .span-title {
        margin-left: -5px;
    }
    .chaps__content {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
        gap: 85px;
        position: relative;
    }
    .chaps__name,
    .chaps__desc{
        font-size: 14px;
    }
    .chaps__name{
        margin-bottom: 19px;
    }
    .chaps__block{
        gap: 23px;
    }
}
@media (max-width: 360px) {
    .chaps__inner{
        margin: 0 -6px 0 -4px;
    }
    .chaps__content {
        margin-top: 13px;
    }
    .chaps__block {
        gap: 26px;
        width: 101%;
    }
}