.main__links{
    margin-bottom: 27px;
}
.main{
    margin-top: 115px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 29px;
    max-width: 1169px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 782px;
    min-width: 714px;
}
.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: -5px;
}
.main__title .span-title{
    margin-top: 1px;
    margin-left: 6px;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -0.38px;
    text-transform: lowercase;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 759px;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__block:first-of-type{
    max-width: 358px;
    width: 100%;
    margin-top: 48px;
    position: relative;
}
.main__block:first-of-type::before{
    content: '';
    position: absolute;
    top: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='358' height='220' viewBox='0 0 358 220' fill='none'%3E%3Cpath d='M248 0C308.751 0 358 49.2487 358 110C358 170.751 308.751 220 248 220C187.249 220 138 170.751 138 110C138 49.2487 187.249 0 248 0Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M110 0C170.751 0 220 49.2487 220 110C220 170.751 170.751 220 110 220C49.2487 220 0 170.751 0 110C0 49.2487 49.2487 0 110 0Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-size: 100%;
    width: 358px;
    height: 220px;
    right: 0;
}
@media (max-width: 1279px) {
    .main{
        margin-top: 123px;
    }
    .main__links{
        margin-bottom: 31px;
    }
    .main__inner{
        gap: 18px;
    }
    .main__title{
        margin-left: 0;
        margin-right: -14px;
        letter-spacing: -0.64px;
        font-size: 64px;
    }
    .main__title .span-title {
        margin-left: 1px;
    }
    .main__descr{
        max-width: 715px;
    }
    .main__block:first-of-type{
        width: 0;
    }
    .main__block:first-of-type::before {
        right: -216px;
        top: -27px;
    }
    .main__block:last-of-type{
        min-width: auto;
    }
}
@media (max-width: 999px) {
    .main__links{
        margin-bottom: 39px;
        margin-left: 17px;
    }
    .main__block:first-of-type::before {
        right: -192px;
        top: -29px;
    }
    .main__title {
        font-size: 64px;
    }
    .main{
        margin-top: 93px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 128px;
    }
    .main__inner{
        position: relative;
        gap: 0;
    }
    .main__links {
        margin-bottom: 20px;
        margin-left: 5px;
    }
    .main__block:first-of-type{
        position: initial;
    }
    .main__title {
        font-size: 50px;
        letter-spacing: -0.5px;
    }
    .main__title .span-title{
        font-size: 28px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__block:first-of-type::before {
        right: -153px;
        top: 18px;
    }    
}
@media (max-width: 479px) {
    .main{
        margin-top: 188px;
    }
    .main__title{
        font-size: 39px;
    }
    .main__links {
        margin-bottom: 12px;
        margin-left: 1px;
    }
    .main__block:first-of-type::before{
        background-image: none;
        border-radius: 220px;
        background: rgba(54, 140, 193, 0.80);
        width: 220px;
        height: 220px;
        right: -73px;
    }
}
.complex{
    margin-top: 100px;
}
.complex__title.title{
    margin-left: -3px;
    margin-right: -7px;
    width: auto;
    max-width: none;
}
.complex__content{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 15px 76px;
    max-width: 1089px;
}
.complex__item:first-of-type{
    max-width: 587px;
    width: 100%;
}
.complex__item:last-of-type{
    max-width: 400px;
    width: 100%;
}
.complex__item-title{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    max-width: 541px;
}
.complex__item-name{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #368CC1;
}
.complex__item ul li{
    line-height: normal;
}
.complex__item ul li + li{
    margin-top: 11px;
}
.complex__box{
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.complex__block{
    width: 100%;
    border-radius: 10px;
    background: rgba(122, 83, 169, 0.90);
    padding: 80px 52px 58px 80px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.complex__block-title{
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.complex__block-descr{
    color: rgba(224, 206, 245, 0.90);
    font-weight: 500;
}
.complex__block-name{
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.complex__block-content ul li{
    color: rgba(224, 206, 245, 0.90);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.complex__block-content ul li + li{
    margin-top: 11px;
}
.complex__block:first-of-type .complex__block-descr{
    max-width: 429px;
}
.complex__block:last-of-type .complex__block-title{
    max-width: 396px;
}
.complex__block:last-of-type .complex__block-descr{
    max-width: 408px;
}
.complex__more{
    display: none;
}
@media (max-width: 1279px) {
    .complex__box{
        flex-direction: column;
    }
    .complex__block{
        flex-direction: row;
        padding: 51px 9px 50px 34px;
    }
    .complex__block-top{
        max-width: 396px;
    }
    .complex__block:first-of-type .complex__block-top{
        margin-top: 30px;
    }
    .complex__block:first-of-type .complex__block-title{
        max-width: 274px;
    }
    .complex__block:first-of-type .complex__block-descr{
        max-width: 380px;
    }
    .complex__block-name{
        margin-bottom: 15px;
    }
    .complex__item:first-of-type{
        max-width: 428px;
    }
    .complex__item:last-of-type {
        max-width: 447px;
    }
}
@media (max-width: 999px) {
    .complex__item:last-of-type {
        max-width: 264px;
        width: 100%;
    }
    .complex__content{
        gap: 15px 43px;
    }
    .complex__box{
        gap: 22px;
    }
    .complex__block{
        flex-direction: column;
        padding: 71px 20px 71px 93px;
        gap: 40px;
    }
    .complex__block:first-of-type .complex__block-top{
        margin-top: 0;
    }
    .complex__block:last-of-type{
        padding: 80px 20px 100px 93px;
    }
    .complex__block:first-of-type .complex__block-title,
    .complex__block:first-of-type .complex__block-descr,
    .complex__block:last-of-type .complex__block-title,
    .complex__block:last-of-type .complex__block-descr{
        max-width: 100%;
    }
    .complex__block-top {
        max-width: 486px;
    }
    .complex__block:last-of-type .complex__block-top {
        max-width: 583px;
    }
}
@media (max-width: 767px) {
    .complex__title.title {
        margin-left: -6px;
    }
    .complex__content{
        flex-direction: column;
        margin-top: 15px;
    }
    .complex__item:first-of-type {
        max-width: 443px;
    }
    .complex__item-title{
        font-size: 16px;
    }
    .complex__item-name {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .complex__item ul li + li {
        margin-top: 9px;
    }
    .complex__block {
        padding: 48px 39px 43px 39px;
        gap: 20px;
    }
    .complex__block:last-of-type {
        padding: 53px 24px 53px 38px;
    }
    .complex__block:last-of-type .complex__block-title{
        max-width: 319px;
    }
    .complex__block:last-of-type .complex__block-descr{
        max-width: 385px;
    }
    .complex__block-title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .complex__block-name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .complex__block-content ul li + li {
        margin-top: 9px;
    }
    .complex__more{
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background-color: transparent;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 15.6px */
        cursor: pointer;
        outline: none;
        margin-top: 16px;
        gap: 6px;
    }
    .complex__block-content ul li:nth-of-type(n+4){
        display: none;
    }
    .complex__block-content.show ul li:nth-of-type(n+4){
        display: block !important;
    }
    .complex__block-content.show .complex__more{
        font-size: 0;
        transform: rotate(180deg);
    }
}
@media (max-width: 479px) {
    .complex__block {
        padding: 37px 11px 36px 27px;
    }
    .complex__block:last-of-type {
        padding: 42px 11px 52px 29px;
    }
    .complex__block-content ul li{
        font-size: 12px;
    }
    .complex__block:last-of-type .complex__block-content ul li:nth-of-type(n+3) {
        display: none;
    }
    .complex__block:first-of-type .complex__block-title{
        max-width: 242px;
    }
    .complex__block-name{
        max-width: 274px;
    }
    .complex__block:first-of-type .complex__block-descr{
        max-width: 286px;
    }
    .complex__block:last-of-type .complex__block-descr {
        max-width: 283px;
    }
}
.price{
    margin-top: 120px;
}
.price__inner{
    max-width: 814px;
    margin: 0 auto;
}
.price__title.title{
    line-height: 110%;
}
.price__content{
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.price__block:first-of-type{
    display: flex;
    align-items: center;
}
.price__item {
    min-width: 210px;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
    transition: all .2s ease;
}
.price__item:first-of-type {
    border: 4px solid rgba(54, 140, 193, 0.80);
    position: relative;
    z-index: 1;
    width: 214px;
    min-width: 214px;
    height: 214px;
}
.price__item:last-of-type {
    background-color: rgba(140, 39, 130, 0.80);
    margin-left: -23px;
}
.price__item:first-of-type .price__name{
    color: #368CC1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transform: translate(-3px, 25px)
}
.price__item:first-of-type .price__name span {
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 10px;
    display: block;
    transform: translate(9px, -20px);
}
.price__item:last-of-type .price__name{
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transform: translate(-4px, 1px);
}
.price__item:last-of-type .price__name span:first-of-type{
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: lowercase;
    transform: translate(3px, 2px);
}
.price__item:last-of-type .price__name span:last-of-type {
    color: #FFF;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 48px;
    transform: translate(14px, 3px);
}
.price__block-name{
    margin-bottom: 25px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}
.price__block:last-of-type ul li + li{
    margin-top: 11px;
}
.price__btn{
    margin-top: 25px;
    max-width: 262px;
    height: 56px;
}
.price__item:first-of-type::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='40' viewBox='0 0 16 40' fill='none'%3E%3Cpath d='M9.5 38L9.5 39.5L6.5 39.5L6.5 38L9.5 38ZM8 16C3.58172 16 1.11821e-06 12.4183 1.31134e-06 8C1.50447e-06 3.58172 3.58172 -1.93129e-07 8 0C12.4183 1.93129e-07 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM6.5 38L6.5 8L9.5 8L9.5 38L6.5 38Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 44px;
    top: -45px;
}
@media (max-width: 1279px) {
    .price__inner{
        margin-left: 38px;
    }
}
@media (max-width: 999px) {
    .price__inner {
        margin-left: 0;
    }
    .price__title {
        padding-left: 48px;
        max-width: 635px;
    }
    .price__item:first-of-type {
        transform: translate(4px, 37px);
    }
    .price__item:last-of-type {
        transform: translate(-34px, -57px);
    }
    .price__content{
        margin-top: 28px;
        gap: 0;
    }
}
@media (max-width: 767px) {
    .price {
        margin-top: 100px;
    }
    .price__title {
        padding: 0;
    }
    .price__item:first-of-type, .price__item:last-of-type {
        transform: none;
    }
    .price__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 47px;
        gap: 27px;
    }
    .price__block:last-of-type {
        max-width: 339px;
        width: 100%;
        margin: 0 auto;
    }
    .price__block-name {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .price__block:last-of-type ul li + li {
        margin-top: 9px;
    }
}
@media (max-width: 479px) {
    .price__item:last-of-type{
        margin-left: 140px;
    }
    .price__block:first-of-type{
        flex-direction: column;
    }
    .price__item:first-of-type {
        margin-bottom: -95px;
        margin-left: -110px;
    }
    .price__content{
        gap: 15px;
        margin-top: 40px;
    }
    .price__block:last-of-type {
        max-width: 100%;
        margin: 0 auto;
    }
    .price__btn{
        max-width: 100%;
    }
}
.results{
    margin-top: 120px;
}
.results__title.title{
    padding-left: 8px;
}
.results__title.title .span-title{
    margin-top: -2px;
}
.results__descr{
    margin: 22px 0 20px;
    max-width: 789px;
    padding-left: 13px;
}
.results__content{
    display: flex;
    gap: 20px;
}
.results__item{
    width: 100%;
    border-radius: 10px;
}
.results__item-box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 46px 17px 46px 41px;
    width: 100%;
    max-width: 511px;
}
.results__item-content{
    min-width: 243px;
}
.results__item:first-of-type{
    border: 4px solid rgba(128, 45, 142, 0.80);
}
.results__item:last-of-type{
    border: 4px solid #368CC1;
}
.results__item-name{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
	white-space: nowrap;
}
.results__item-block{
    display: flex;
    align-items: center;
    margin-left: 2px;
}
.results__item-percent:first-of-type{
    color: #8C2782;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    border: 3px solid rgba(140, 39, 130, 0.80);
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1px;
}
.results__item-line{
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: #857E7E;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 11px;
}
.results__item-line svg {
    margin: 0 0 -3px 2px;
}
.results__item-line:nth-of-type(2){
    margin-top: -9px;
    gap: 2px;
    position: relative;
}
.results__item-line:nth-of-type(2)::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='6' viewBox='0 0 64 6' fill='none'%3E%3Cpath d='M1.25 2.41406H0.75V3.41406H1.25V2.41406ZM58.5833 2.91406C58.5833 4.38682 59.7772 5.58073 61.25 5.58073C62.7228 5.58073 63.9167 4.38682 63.9167 2.91406C63.9167 1.4413 62.7228 0.247396 61.25 0.247396C59.7772 0.247396 58.5833 1.4413 58.5833 2.91406ZM1.25 3.41406H61.25V2.41406H1.25V3.41406Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
    width: 70px;
    height: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    bottom: -10px;
    right: -11px;
}
.results__item:last-of-type .results__item-line:nth-of-type(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='6' viewBox='0 0 64 6' fill='none'%3E%3Cpath d='M1.25 2.41406H0.75V3.41406H1.25V2.41406ZM58.5833 2.91406C58.5833 4.38682 59.7772 5.58073 61.25 5.58073C62.7228 5.58073 63.9167 4.38682 63.9167 2.91406C63.9167 1.4413 62.7228 0.247396 61.25 0.247396C59.7772 0.247396 58.5833 1.4413 58.5833 2.91406ZM1.25 3.41406H61.25V2.41406H1.25V3.41406Z' fill='%23368CC1'/%3E%3C/svg%3E");
}
.results__item-percent:nth-of-type(2){
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    background-color: rgba(140, 39, 130, 0.80);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 4px 0 4px;
}
.results__item:nth-of-type(2) .results__item-percent:first-of-type{
    border-color: #368CC1;
}
.results__item:nth-of-type(2) .results__item-percent:nth-of-type(2){
    background-color: #368CC1;
}
.results__item-top {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0 0 18px;
}
.results__item-block + .results__item-block{
    margin-top: 17px;
}
.results__item-end{
    margin-top: 22px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding-left: 3px;
}
.results__item-image {
    width: 100%;
    max-width: 165px;
    margin-bottom: -17px;
    margin-top: 17px;
    position: relative;
}
.results__image-name{
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-left: 6px;
}
.results__btn{
    margin-top: 20px;
    max-width: 280px;
    height: 56px;
}
.results__item-start {
    position: absolute;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    bottom: 43px;
    left: 11px;
    right: 0;
}
.results__start-name{
    color: #9E9595;
    text-align: center;
    font-size: 8px;
    font-weight: 300;
    line-height: normal;
}
@media (max-width: 1279px) {
    .results__item-box{
        padding: 46px 18px 46px 18px;
    }
}
@media (max-width: 999px) {
    .results__inner{
        max-width: 587px;
        margin: 0 auto;
    }
    .results__content{
        flex-direction: column;
    }
    .results__item-box{
        padding: 46px 41px;
        max-width: 536px;
    }
}
@media (max-width: 767px) {
    .results {
        margin-top: 100px;
    }
    .results__title.title {
        padding-left: 7px;
    }
    .results__title.title .span-title {
        margin-top: 1px;
        margin-left: 6px;
    }
    .results__item-box {
        padding: 27px 10px 27px 15px;
        justify-content: space-between;
        gap: 5px;
    }
    .results__descr{
        margin: 10px 0 15px;
    }
    .results__item-end,
    .results__image-name,
    .results__item-top{
        font-size: 11px;
    }
    .results__item-name {
        margin-bottom: 22px;
        font-size: 18px;
    }
    .results__item-line:nth-of-type(2)::after {
        width: 54px;
        height: 10px;
        bottom: -10px;
        right: -1px;
    }
    .results__item-top {
        margin: 9px 0 0 5px;
    }
    .results__item-content {
        min-width: 230px;
    }
    .results__content{
        gap: 10px;
    }
}
@media (max-width: 479px) {
    .results__item-box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .results__item-image{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0;
        margin-top: 0;
    }
    .results__item-box {
        padding: 34px 15px 21px 15px;
        gap: 25px;
    }
    .results__item-content{
        position: relative;
    }
    .results__item-end {
        position: absolute;
        transform: rotate(-90deg);
        left: -70px;
        top: 55px;
    }
    .results__item-name {
        margin-bottom: 8px;
    }
    .results__item-block + .results__item-block {
        margin-top: 13px;
    }
    .results__title.title {
        padding-left: 0;
        font-size: 32px;
    }
    .results__title.title .span-title {
        margin-top: 2px;
        margin-left: 0px;
    }
    .results__descr{
        padding: 0;
    }
    .results__item-start{
        bottom: 5px;
    }
}
.chaps{
    margin-top: 146px;
}
.chaps__inner{
    max-width: 946px;
    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: -134px;
}
.chaps__content-img circle{
    transition: all 2s ease;
    opacity: 0;
}
#animated-svg.active circle{
    opacity: 1;
}
.chaps__desc{
    margin-right: 14px;
    font-style: normal;
    font-weight: 300;
    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-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: 38px;
    max-width: 516px;
    width: 100%;
}
.chaps__name,
.chaps__name span{
    cursor: pointer;
}
@media (max-width: 999px) {
    .chaps__inner{
        max-width: 529px;
    } 
    .chaps__content-img{
        display: none;
    }   
}
@media (max-width: 767px) {
    .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{
        margin-bottom: 19px;
    }
    .chaps__block{
        gap: 23px;
    }
}
@media (max-width: 479px) {
    .chaps__inner{
        margin: 0 -6px 0 -4px;
    }
    .chaps__content {
        margin-top: 13px;
    }
    .chaps__block {
        gap: 26px;
        width: 101%;
    }
    .chaps__name{
        max-width: 330px;
    }
}