.main__links{
    margin-bottom: 28px;
}
.main {
    margin-top: 109px;
}
.main__inner{
    display: flex;
    gap: 38px;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:first-of-type{
    width: 100%;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    max-width: 858px;
    margin-bottom: 20px;
    margin-left: -5px;
}
.main__descr{
    margin-bottom: 31px;
    max-width: calc(100% - 264px);
    position: relative;
}
.main__box{
    display: flex;
    align-items: end;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 170px;
    height: 56px;
}
.main__content {
    display: flex;
    gap: 10px;
    margin-bottom: -2px;
}
.main__item-name{
    color: rgba(73, 72, 72, 0.70);
    font-family: "Koulen", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}
.main__item-descr{
    color: #2F2F2F;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}
.main__content-item:first-of-type .main__item-descr{
    margin-left: 3px;
}
.main__content-item.underline{
    position: relative;
}
.main__content-item.underline::after{
    position: absolute;
    content: '';
    width: 120px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='16' viewBox='0 0 105 16' fill='none'%3E%3Cpath d='M105 8C105 3.58172 101.418 8.63095e-07 97 4.76837e-07C92.5817 9.0579e-08 89 3.58172 89 8C89 12.4183 92.5817 16 97 16C101.418 16 105 12.4183 105 8ZM97 6.5L1.31134e-07 6.49999L-1.31134e-07 9.49999L97 9.5L97 6.5Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
}
.main__block:last-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-width: 220px;
    position: relative;
    z-index: 1;
}
.main__block:last-of-type::before {
    pointer-events: none;
    position: absolute;
    content: '';
    background-image: url('../img/semantic-core/main-1.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 220px;
    height: 220px;
    z-index: -1;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.main__descr::after{
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background-image: url('../img/semantic-core/main-2.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    right: -235px;
}

@media (max-width: 1279px) {
    .main__inner{
        gap: 14px;
    }
    .main__title{
        font-size: 60px;
    }
    .main__descr {
        max-width: calc(100% - 238px);
    }
}
@media (max-width: 999px) {
    .main {
        margin-top: 96px;
    }
    .main__links {
        margin-bottom: 19px;
    }
    .main__block:last-of-type{
        display: none;
    }
    .main__descr::after {
        width: 180px;
        height: 180px;
        top: 5px;
        right: -180px;
    }
    .main__descr {
        max-width: calc(100% - 188px);
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 128px;
    }
    .main__links {
        margin-bottom: 12px;
    }
    .main__title {
        font-size: 50px;
    }
    .main__descr{
        max-width: 100%;
    }
    .main__links{
        margin-bottom: 17px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__box{
        flex-direction: column;
        align-items: start;
        gap: 32px;
    }
    .main__descr{
        margin-bottom: 20px;
    }
    .main__descr::after {
        width: 180px;
        height: 180px;
        top: initial;
        right: 10px;
        bottom: -190px;
    }
    .main__content{
        margin-left: 3px;
    }
    .main__descr::after {
        left: 246px;
        bottom: -179px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 185px;
    }
    .main__title {
        font-size: 34px;
    }
    .main__descr::after{
        content: none;
    }
    .main__descr {
        margin-bottom: 15px;
    }
}
.creating{
    margin-top: 120px;
}
.creating__title{
    max-width: 829px;
    margin-bottom: 15px;
}
.creating__descr{
    max-width: 848px;
}
.creating__content{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 100px 100px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "a b c d"
        "e f f g";
    gap: 10px;
}
.creating__item{
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
    padding: 10px 40px;
    display: flex;
    align-items: center;
}
.creating__item:first-of-type { grid-area: a; }
.creating__item:nth-of-type(2) { grid-area: b; }
.creating__item:nth-of-type(3) { grid-area: c; }
.creating__item:nth-of-type(4) { grid-area: d; }
.creating__item:nth-of-type(5) { grid-area: e; }
.creating__item:nth-of-type(6) { grid-area: f; }
.creating__item:nth-of-type(7) { grid-area: g; }
.creating__item-name{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: lowercase;
}
.creating__item-num{
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;    
}
.creating__item-num span{
    font-family: 'Koulen', sans-serif;
    line-height: 50px;
    font-size: 50px;
}
@media (max-width: 1279px) {
    .creating__item {
        padding: 26px 34px;
    }
}
@media (max-width: 999px) {
    .creating__content {
        margin-top: 31px;
        grid-template-columns: repeat(3, 1fr); 
        grid-template-rows: repeat(3, 100px); 
        gap: 10px; 
        grid-template-areas: 
          "a b c"
          "d e g"
          "f f f"; 
    }
    .creating__item {
        padding: 10px 23px 10px 40px;
    }
}
@media (max-width: 767px) {
    .creating {
        margin-top: 100px;
    }
    .creating__title {
        font-size: 36px;
    }
    .creating__content {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 100px);
        gap: 10px;
        grid-template-areas: "a b"
                "c d"
                "e g"
                "f f";
    }
    .creating__item {
        padding: 10px 10px 10px 34px;
    }
    .creating__item-name{
        font-size: 14px;
    }
    .creating__item-num span {
        line-height: 40px;
        font-size: 40px;
    }
    .creating__item-num {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .creating__title {
        font-size: 32px;
    }
	.creating__item-name {
        font-size: 12px;
    }
    .creating__item:nth-of-type(1),
    .creating__item:nth-of-type(3),
    .creating__item:nth-of-type(5),
    .creating__item:nth-of-type(6){
        padding: 10px 24px;
    }
    .creating__item:nth-of-type(2),
    .creating__item:nth-of-type(4),
    .creating__item:nth-of-type(7){
        padding: 10px 17px;
    }
    .creating__item-num span {
        line-height: 35px;
        font-size: 35px;
    }
    .creating__item-num {
        font-size: 12px;
    }
}

.need{
    margin-top: 120px;
}
.need__top{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.need__block:first-of-type{
    max-width: 577px;
}
.need__block:last-of-type{
    max-width: 542px;
}
.need__title{
    margin-bottom: 15px;
    margin-top: 36px;
}
.need__box{
    display: flex;
    margin-top: 37px;
    gap: 60px;
    flex-wrap: wrap;
}
.need__box-item{
    display: flex;
    align-items: end;
    gap: 10px;
}
.need__box-graph{
    display: flex;
    align-items: center;
}
.need__box-descr{
    color: #9E9595;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
    text-transform: lowercase;
    max-width: 127px;
}
.need__box-descr span{
    color: rgba(54, 140, 193, 0.80);
    font-size: 32px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -1.2px;
}
.need__block-name{
    color: rgba(140, 39, 130, 0.80);
    font-size: 35px;
    font-weight: 700;
    line-height: 90%; /* 31.5px */
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: -10px;
}
.need__block-name span{
    font-family: 'Koulen', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: normal;
}
.need__block-descr + .need__block-descr{
    margin-top: 20px;
}
.need__block-btn{
    margin-top: 30px;
    height: 56px;
    max-width: 247px;
    width: 100%;
}
.need__content{
    display: flex;
    justify-content: space-between;
    margin-top: 81px;
    gap: 20px;
}
.need__item{
    width: 100%;
    max-width: 379px;
}
.need__item-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}
.need__item:last-of-type .need__item-descr{
    max-width: 369px;
}
.need__item:nth-of-type(2) .need__item-descr br{
    display: none;
}
@media (max-width: 1279px) {
    .need__inner{
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .need__top,
    .need__content{
        flex-direction: column;
    }
    .need__top{
        max-width: 561px;
        gap: 20px;
    }
    .need__content{
        max-width: 344px;
    }
    .need__descr{
        max-width: 555px;
    }
}
@media (max-width: 999px) {
    .need__inner{
        max-width: 662px;
        margin-left: auto;
        margin-right: 26px;
        flex-direction: column;
        gap: 50px;
    }
    .need__descr {
        max-width: 629px;
    }

    .need__block-descr,
    .need__block-name{
        max-width: 559px;
    }
    .need__block-btn{
        max-width: 598px;
    }
    .need__content{
        margin-top: 0;
    }
    .need__item{
        max-width: 645px;
    }
    .need__content,
    .need__item:last-of-type .need__item-descr,
    .need__block:first-of-type,
    .need__top,
    .need__block:last-of-type{
        max-width: 100%;
    }
    .need__title{
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .need{
        margin-top: 100px;
    }
    .need__inner{
        margin-right: 0;
        gap: 30px;
    }
    .need__descr,
    .need__item-descr,
    .need__box-descr,
    .need__block-descr{
        font-size: 14px;
    }
    .need__box-descr span{
        font-size: 28px;
    }
    .need__box {
        display: flex;
        margin-top: 27px;
        gap: 24px;
        flex-wrap: nowrap;
    }
    .need__top{
        gap: 0;
    }
    .need__block-name span {
        font-size: 70px;
    }
    .need__block-name{
        font-size: 30px;
    }
    .need__block-btn{
        margin-top: 20px;
    }
    .need__item-name {
        font-size: 18px;
    }
    .need__box-graph{
        overflow: hidden;
        height: 67px;
        align-items: start;
        min-width: 84px;
    }
    .need__box-graph svg{
        width: 100%;
    }
    .need__block-descr, .need__block-name {
        max-width: 447px;
    }
}
@media (max-width: 479px) {
    .need__box-item:first-of-type .need__box-graph{
        display: none;
    }
    .need__box-item,
    .need__box{
        gap: 20px;
    }
    .need__box-graph{
        height: 60px;
        margin-bottom: 5px;
        min-width: 54px;
    }
    .need__top{
        gap: 10px;
    }
    .need__block-name span {
        font-size: 60px;
    }
    .need__block-name {
        font-size: 25px;
        gap: 7px;
        margin-bottom: 10px;
    }
    .need__box{
        margin-top: 15px;
    }
    .need__item:nth-of-type(2) .need__item-descr br{
        display: block;
    }
}
.should{
    margin-top: 120px;
}
.should__title .span-title {
    margin-top: 4px;
    margin-left: 0px;
}
.should__content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 26px;
}
.should__item{
    display: flex;
    gap: 20px;
}
.should__item:first-of-type .should__item-descr,
.should__item:nth-of-type(2) .should__item-descr{
    max-width: 447px;
}
.should__item-num{
    margin-top: 6px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: rgba(122, 83, 169, 0.90);
    border-radius: 50%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Koulen', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
}
.should__item-name{
    padding-top: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    margin-bottom: 8px;
}
@media (max-width: 1279px) {
    .should__content{
        margin-top: 25px;
    }
}
@media (max-width: 999px) {
    .should__content{
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .should__item-name{
        max-width: 517px;
    }
    .should__item-descr{
        max-width: 551px;
    }
    .should__item:first-of-type .should__item-descr, .should__item:nth-of-type(2) .should__item-descr,
    .should__item-descr{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .should{
        margin-top: 100px;
    }
    .should__content{
        margin-top: 15px;
    }
    .should__item-num {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 40px;
    }
    .should__item-name {
        font-size: 16px;
        line-height: 100%;
        max-width: 330px;
    }
    .should__item-descr {
        font-size: 14px;
        max-width: 366px;
    }
    .should__item:first-of-type .should__item-descr, .should__item:nth-of-type(2) .should__item-descr, .should__item-descr{
        max-width: 366px;
    }
    .should__item:nth-of-type(4) .should__item-descr{
        max-width: 351px;
    }
    .should__item-content{
        width: 100%;
    }
}
@media (max-width: 479px) {
    .should__title.title{
        margin: 0 auto;
        max-width: 284px !important;
    }
    .should__item-num {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 26px;
        margin-top: 9px;
    }
    .should__item {
        gap: 15px;
    }
    .should__content{
        gap: 10px;
        margin-top: 10px;
    }
}

.types{
    margin-top: 120px;
}
.types__top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.types__title .span-title {
    margin-top: 4px;
    margin-left: 0px;
}
.types__box{
    margin-top: 35px;
    display: flex;
    gap: 18px;
    max-width: 548px;
    flex-wrap: wrap;
}
.types__box-img{
    margin-top: 62px;
    width: 100%;
}
.types__box-img img{
    width: 100%;
}
.types__box-name{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-left: -7px;
}
.types__box-descr{
    font-weight: 600;
    line-height: 110%;
}
.types__box-num{
    margin-top: 31px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
}
.types__box-num span{
    font-family: 'Koulen', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 34px;
}
.types__box-item{
    width: calc(33.33% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.types__box-item:first-of-type .types__box-name{
    font-size: 120px;
    letter-spacing: -6px;
    line-height: 120px;
}
.types__box-item:first-of-type .types__box-descr{
    font-size: 16px;
}
.types__box-item:first-of-type .types__box-name,
.types__box-item:first-of-type .types__box-descr,
.types__box-item:first-of-type .types__box-num{
    color: rgba(140, 39, 130, 0.80);
}
.types__box-item:nth-of-type(2) .types__box-name{
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -4.5px;
}
.types__box-item:nth-of-type(2) .types__box-descr{
    font-size: 14px;
}
.types__box-item:nth-of-type(2) .types__box-name,
.types__box-item:nth-of-type(2) .types__box-descr,
.types__box-item:nth-of-type(2) .types__box-num{
    color: rgba(122, 83, 169, 0.90);
}
.types__box-item:nth-of-type(3) .types__box-name{
    font-size: 70px;
    letter-spacing: -3.5px;
    line-height: 90px;
}
.types__box-item:nth-of-type(3) .types__box-descr{
    font-size: 12px;
}
.types__box-item:nth-of-type(3) .types__box-name,
.types__box-item:nth-of-type(3) .types__box-descr,
.types__box-item:nth-of-type(3) .types__box-num{
    color: rgba(54, 140, 193, 0.80);
}
.types__block:first-of-type{
    min-width: 510px;
}
.types__block:last-of-type{
    max-width: 570px;
}
.types__block-title{
    font-size: 38px;
    font-weight: 600;
    line-height: 110%; /* 41.8px */
    margin-bottom: 20px;
    max-width: 556px;
}
.types__block-name{
    margin-bottom: 10px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
}
.types__block-name:not(:nth-of-type(2)){
    margin-top: 15px;
}
.types__content{
    margin-top: 53px;
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
}
.types__content-item{
    width: calc(33.33% - 14px);
    border-radius: 10px;
    min-height: 294px;
    height: max-content;
}
.types__content-item:not(:last-of-type){
    border: 4px solid #8C2782;   
}
.types__content-name{
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.5px;
}
.types__content-item ul li{
    display: flex;
    font-size: 18px;
    line-height: normal;
}
.types__content-item ul li + li{
    margin-top: 8px;
}
.types__content-item:first-of-type .types__content-name{
    background: #8C2782;
    text-align: center;
    padding: 28px 12px 27px;
    margin: -2px;
    border-radius: 10px 10px 0 0;
}
.types__content-item:first-of-type ul{
    margin: 45px 60px 30px 37px;
}
.types__content-item:nth-of-type(2){
    padding: 60px 38px;
}
.types__content-item:nth-of-type(2) .types__content-name{
    color: #8C2782;
}
.types__content-item:nth-of-type(2) ul {
    margin-top: 25px;
}
.types__content-item:last-of-type{
    background: #368CC1;   
    padding: 60px 17px 36px 47px;
}
.types__content-item:last-of-type ul {
    margin-top: 25px;
}
.types__content-item:last-of-type ul li{
    color: #fff;
}
.types__btn{
    margin-left: auto;
    height: 56px;
    max-width: 279px;
    width: 100%;
}
@media (max-width: 1279px) {
    .types__inner{
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .types__top{
        flex-direction: column;
        justify-content: start;
        gap: 40px;
        max-width: 510px;
    }
    .types__content{
        flex-direction: column;
        margin-top: 68px;
        gap: 15px;
        width: 100%;
        max-width: 380px;
    }
    .types__content-item{
        width: 100%;
        min-height: 294px;
    }
    .types__block-descr{
        max-width: 504px;
    }
    .types__btn{
        margin: 0;
    }    
    .types__box-img {
        margin-top: 52px;
    }
}
@media (max-width: 999px) {
    .types__content-item:first-of-type ul {
        margin: 45px 17px 30px 17px;
    }
    .types__content-item:nth-of-type(2) {
        padding: 40px 20px;
    }
    .types__content-item:last-of-type {
        padding: 40px 27px 16px;
    }
    .types__inner{
        flex-direction: column;
        max-width: 554px;
        margin: 0 auto;
        gap: 30px;
    }
    .types__content{
        margin-top: 0;
        max-width: 100%;
    }
    .types__content-item:first-of-type ul {
        margin: 48px auto 20px;
        width: max-content;
        transform: translateX(-35px);
    }
    .types__content-name {
        font-size: 50px;
        text-align: center;
    }
    .types__content-item:nth-of-type(2) {
        padding: 60px 20px 10px;
    }
    .types__content-item:nth-of-type(2) .types__content-name{
        transform: translateX(24px);
    }
    .types__content-item:nth-of-type(2) ul{
        margin: 28px auto 20px;
        width: max-content;
        transform: translateX(-24px);
    }
    .types__content-item:last-of-type {
        padding: 63px 20px 20px;
    }
    .types__content-item:last-of-type ul{
        margin: 25px auto 20px;
        width: max-content;
        transform: translateX(-18px);
    }
    .types__box-name {
        margin-left: -3px;
    }
    .types__box-img {
        margin-top: 26px;
    }
    .types__top{
        gap: 50px;
    }
    .types__btn{
        max-width: 230px;
    }
    .types__block-descr{
        max-width: 100%;
    }
    .types__block:last-of-type{
        margin-right: -51px;
    }
}
@media (max-width: 767px) {
    .types__block:last-of-type{
        margin-right: 0;
    }
    .types__block:first-of-type {
        min-width: auto;
    }
    .types__box-item:first-of-type .types__box-name{
        font-size: 80px;
        letter-spacing: -4px;
        line-height: normal;
    }
    .types__box-item:first-of-type .types__box-descr {
        font-size: 14px;
    }
    .types__box-item:nth-of-type(2) .types__box-name{
        font-size: 60px;
        line-height: normal;
        letter-spacing: -3px;
    }
    .types__box-item:nth-of-type(2) .types__box-descr{
        font-size: 12px;
    }
    .types__box-item:nth-of-type(3) .types__box-name{
        font-size: 40px;
        letter-spacing: -2px;
        line-height: normal;
    }
    .types__box-item:nth-of-type(3) .types__box-descr{
        font-size: 10px;
    }
    .types__box-num span {
        font-size: 40px;
        line-height: 30px;
    }
    .types__box-num{
        font-size: 14px;
        margin-top: 10px;
    }
    .types__box-img {
        margin-top: 8px;
    }    
    .types__top{
        gap: 30px;
    }
    .types__block-title {
        font-size: 28px;
        max-width: 377px;
    }
    .types__block-name {
        font-size: 16px;
    }
    .types__block-descr{
        font-size: 14px;
    }
    .types__content-name{
        text-align: left;
        transform: none !important;
    }
    .types__content-item:first-of-type .types__content-name{
        text-align: left;
        padding: 25px 68px;
    }
    .types__content-item:first-of-type ul{
        margin: 25px 68px;
        transform: none;
    }
    .types__content-item:nth-of-type(2) {
        padding: 45px 20px 10px 65px;
    }
    .types__content-item:nth-of-type(2) ul{
        transform: none;
        margin: 20px 0;
    }
    .types__content-item:last-of-type {
        padding: 49px 20px 20px 72px;
    }
    .types__content-item:last-of-type ul{
        margin: 20px 0;
        transform: none;
    }
    .types__btn{
        max-width: 220px;
    }
    .types {
        margin-top: 100px;
    }
    .types__box {
        margin-top: 21px;
        gap: 28px 18px;
    }
    .types__content-item {
        width: 100%;
        min-height: 260px;
    }
}
@media (max-width: 479px) {
    .types__content-item:first-of-type .types__content-name{
        padding: 25px 32px;
    }
    .types__content-item:first-of-type ul{
        margin: 25px 32px;
    }
    .types__content-item:nth-of-type(2) {
        padding: 45px 20px 10px 28px;
    }
    .types__content-item:nth-of-type(2) ul{
        margin: 10px 0;
    }
    .types__content-item:last-of-type {
        padding: 50px 20px 20px 32px;
    }
    .types__content-item:last-of-type ul{
        margin: 10px 0;
    }
    .types__content-item ul li {
        font-size: 16px;
    }
    .types__content-name {
        font-size: 46px;
    }
    .types__inner {
        gap: 20px;
    }
    .types__title .span-title {
        font-size: 20px;
        margin-top: 2px;
        margin-left: 5px;
    }
    .types__box {
        margin-top: 15px;
    }
    .types__top {
        gap: 25px;
    }
    .types__block-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .types__content-name {
        font-size: 34px;
    }
    .types__content-item {
        min-height: max-content;
    }
    .types__block-descr:nth-of-type(5){
        max-width: 317px;
    }
    .types__content-item:nth-of-type(2) {
        padding: 30px 20px 30px 28px;
    }
    .types__content-item:last-of-type {
        padding: 30px 20px 30px 32px;
    }
    .types__box-item:first-of-type .types__box-name{
        font-size: 60px;
        letter-spacing: -3px;
    }
    .types__box-item:first-of-type .types__box-descr {
        font-size: 12px;
    }
    .types__box-num{
        font-size: 12px;
        margin-top: 20px;
    }
    .types__box-num span {
        font-size: 30px;
        line-height: 20px;
    }
    .types__box-item:nth-of-type(2) .types__box-name {
        font-size: 40px;
        letter-spacing: -2px;
    }
    .types__box-item:nth-of-type(2) .types__box-descr {
        font-size: 10px;
    }
    .types__box-item:nth-of-type(3) .types__box-name {
        font-size: 30px;
        letter-spacing: -1.5px;
    }
    .types__box-item:nth-of-type(3) .types__box-descr {
        font-size: 8px;
    }
    .types__box{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .types__box-item{
        width: 100%;
    }
    .types__box-item:first-of-type{
        min-width: 110px;
    }
    .types__box-img{
        grid-column: span 3;
    }
}

.involves{
    margin-top: 120px;
}
.involves__title{
    letter-spacing: -1.5px;
}
.involves__content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 23px;
}
.involves__item:nth-of-type(3) .involves__item-name,
.involves__item:nth-of-type(4) .involves__item-name{
    max-width: 481px;
}
.involves__item-name{
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}
.involves__item-descr{
    max-width: 500px;
}
.involves__item:nth-of-type(5){
    border-radius: 10px;
    border: 5px solid rgba(140, 39, 130, 0.80);
    padding: 70px 49px 65px 80px;
    min-height: 307px;
}
.involves__item:nth-of-type(5) .involves__item-name{
    max-width: 367px;
    font-weight: 500;
}
.involves__item:nth-of-type(5) .involves__item-descr{
    max-width: 363px;
}
.involves__item:nth-of-type(6){
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
    padding: 45px 16px 45px 51px;
    min-height: 307px;
}
.involves__item:nth-of-type(6) .involves__item-name{
    color: #FFF;
    font-weight: 700;
}
.involves__item:nth-of-type(6) .involves__item-descr{
    max-width: 416px;
    font-weight: 400;
    color: #FFF;
}
.involves__item:first-of-type .involves__item-descr,
.involves__item:nth-of-type(3) .involves__item-descr{
    max-width: 535px;
}
@media (max-width: 1279px) {
    .involves__item:nth-of-type(5){
        padding: 68px 40px 55px 50px;
    }
    .involves__item:nth-of-type(6) {
        padding: 36px 16px 32px 51px;
    }
    .involves__content {
        gap: 30px 20px;
    }
    .involves__item:first-of-type{
        max-width: 453px;
    }
}
@media (max-width: 999px) {
    .involves__content {
        grid-template-columns: 0.9165fr 1fr;
        grid-template-rows: auto auto minmax(372px, 1fr);
        gap: 30px 20px;
        max-width: 731px;
    }
    .involves__item:nth-of-type(5){
        margin-top: 0;
        padding: 35px 15px 20px 24px;
        height: 100%;
    }
    .involves__item-name {
        max-width: 373px;
    }
    .involves__item:nth-of-type(6) {
        padding: 39px 25px 20px 43px;
    }
}
.involves__more{
    display: none;
}
@media (max-width: 767px) {
    .involves__content{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .involves__content.hidden .involves__more{
        display: flex;
        cursor: pointer;
        align-items: center;
        gap: 20px;
        color: #368CC1;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 20.8px */
        background: transparent;
        outline: none;
        border: none;
        width: max-content;
    }
    .involves__content.hidden .involves__item:not(:nth-of-type(1)):not(:nth-of-type(3)) {
        display: none;
    }
    .involves__item:first-of-type{
        order: 1;
    }
    .involves__item:nth-of-type(2){
        order: 4;
    }
    .involves__item:nth-of-type(3){
        order: 2;
    }
    .involves__item:nth-of-type(4){
        order: 5;
    }
    .involves__item:nth-of-type(5){
        order: 3;
    }
    .involves__item:nth-of-type(6){
        order: 6;
    }
    .involves__more{
        order: 7;
    }
    .involves__item:nth-of-type(5) {
        padding: 35px 15px 35px 24px;
        min-height: max-content;
    }
    .involves__item:nth-of-type(6){
        min-height: max-content;
        padding: 39px 25px 39px 43px;
    }
    .involves{
        margin-top: 100px;
    }
    .involves__content{
        margin-top: 20px;
        gap: 20px;
    }
    .involves__item-name {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .involves__item-descr{
        font-size: 14px;
    }
    .involves__title{
        letter-spacing: -1.2px;
    }
    .involves__item-name{
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    .involves__title {
        letter-spacing: -0.84px;
        font-size: 28px;
    }
    .involves__content{
        gap: 15px;
    }
    .involves__item-name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .involves__item:nth-of-type(5),
    .involves__item:nth-of-type(6){
        padding: 30px 20px;
    }
}


.stages{
    margin-top: 120px;
}
.stages__inner{
    max-width: 868px;
    margin: 0 auto;
}
.stages__title .span-title {
    margin-top: 4px;
    margin-left: 0px;
}
.stages__descr{
    margin-top: 15px;
}
.stages__block{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.stages__item{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stages__name{
    text-align: center;
    color: #fff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.stages__item:first-of-type{
    width: 202px;
    min-width: 202px;
    height: 202px;
    border: 3px solid rgba(54, 140, 193, 0.80);

}
.stages__item:first-of-type .stages__name{
    color: #368CC1;
}
.stages__item:nth-of-type(2){
    width: 222px;
    min-width: 222px;
    height: 222px;
    background: rgba(54, 140, 193, 0.80);
    margin-left: -21px;
}
.stages__item:nth-of-type(3){
    width: 260px;
    min-width: 260px;
    height: 260px;
    background: rgba(140, 39, 130, 0.80);
    margin-left: -22px;
}
.stages__item:nth-of-type(4){
    width: 220px;
    min-width: 220px;
    height: 220px;
    background: rgba(122, 83, 169, 0.90);
    margin-left: -16px;
}
@media (max-width: 999px) {
    .stages__inner{
        max-width: 579px;
    }
    .stages__block{
        flex-direction: column;
        align-items: start;
        margin-top: 25px;
    }
    .stages__item:first-of-type {
        margin-left: 23px;
    }
    .stages__item:nth-of-type(2) {
        margin-left: 190px;
        margin-top: -160px;
    }
    .stages__item:nth-of-type(3) {
        margin-left: 72px;
        margin-top: -62px;
    }
    .stages__item:nth-of-type(4) {
        margin-left: 280px;
        margin-top: -146px;
    }
}
@media (max-width: 767px) {
    .stages__item:first-of-type {
        margin-left: 38px;
    }
    .stages__item:nth-of-type(2) {
        margin-left: 172px;
        margin-top: -84px;
    }
    .stages__item:nth-of-type(3) {
        margin-left: 31px;
        margin-top: -91px;
    }
    .stages__item:nth-of-type(4) {
        margin-left: 193px;
        margin-top: -86px;
    }
    .stages {
        margin-top: 100px;
    }
    .stages__title.title{
        max-width: 393px;
    }
    .stages__descr {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .stages__title.title {
        max-width: 393px;
        margin: 0 -7px 0 0;
        width: auto;
    }
    .stages__block{
        margin-top: 16px;
    }
    .stages__item:first-of-type {
        margin-left: 0;
    }
    .stages__item:nth-of-type(2) {
        margin-left: 110px;
        margin-top: -91px;
    }
    .stages__item:nth-of-type(3) {
        margin-left: 0;
        margin-top: -68px;
    }
    .stages__item:nth-of-type(4) {
        margin-left: 111px;
        margin-top: -82px;
    }
    .stages__item:nth-of-type(2) {
        margin-left: auto;
    }
    .stages__item:nth-of-type(4) {
        margin-left: auto;
    }
}
.start{
    margin-top: 120px;
}
.start__inner{
    display: flex;
    gap: 50px;
    max-width: 961px;
    margin-left: 27px;
}
.start__form{
    width: 100%;
    border-radius: 10px;
    background: #A92F9D;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 30px 40px;
    max-width: 330px;
    height: max-content;
    margin-top: 33px;
}
.start__form-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.start__form-name{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 210px;
}
.start__form-input{
    width: 100%;
    max-width: 197px;
    border-radius: 10px;
    background: #FFF;
    border: none;
    outline: none;
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    padding: 8px;
}
.start__form-input::placeholder{
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.start__form-input + .start__form-input{
    margin-top: 10px;
}
.start__form-end{
    margin-top: 25px;
}
.start__form-label {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    cursor: pointer;
    margin-left: 2px;
}
.start__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.start__form-checkbox + .checkmark {
    position: relative;
    top: 1px;
    left: 0;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
}
.start__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 14px;
    border-radius: 3px;
    border: 2px solid #A92F9D;
    background: #FFF;
}
.start__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8' fill='none'%3E%3Cpath d='M7.40234 1L4.55825 5.8295C4.21469 6.41289 3.40286 6.49343 2.95138 5.98891L1.00024 3.8086' stroke='%23A92F9D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}
.start__form-submit {
    margin-top: 25px;
    width: 155px;
    height: 43px;
    outline: none;
    background-color: transparent;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    border: 3px solid #FFF;
    cursor: pointer;
}
.start__form-submit:active{
    background: #8E1A83;
}
.start__block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.start__item{
    display: flex;
    gap: 10px;
    align-items: center;
}
.start__item-num{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100px;
    min-width: 100px;
    height: 100px;
    background: rgba(54, 140, 193, 0.80);
    border-radius: 50%;
}
.start__item-descr{
    font-size: 20px;
    line-height: 130%;
}
.start__item:last-of-type .start__item-num{
    background: transparent;
    border: 3px solid rgba(140, 39, 130, 0.80);
    color: rgba(140, 39, 130, 0.80);
}
.start__item:last-of-type .start__item-descr{
    color: #8C2782;
    max-width: 431px;
}
@media (max-width: 1279px) {
    .start__inner{
        margin-left: 0;
    }
}
@media (max-width: 999px) {
    .start__inner{
        flex-direction: column-reverse;
        max-width: 581px;
        margin: 0 auto;
        gap: 41px;
    }
    .start__title{
        margin-left: 10px;
    }
    .start__block {
        margin-top: 18px;
        gap: 12px;
    }
    .start__form{
        margin-top: 0;
        max-width: 100%;
    }
    .start__form-name{
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 26px;
    }
    .start__form-block{
        max-width: 306px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px;
    }
    .start__form-input{
        width: calc(50% - 4px);
    }
    .start__form-input + .start__form-input{
        margin: 0;
    }
    .start__form-end{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 21px;
        max-width: 306px;
        width: 100%;
    }
    .start__form-label{
        max-width: 130px;
        margin-left: 7px;
    }
    .start__form-submit{
        margin-top: 0;
        width: 133px;
    }
    .start__form-checkbox + .checkmark:before {
        top: 6px;
    }
    .start__form-checkbox:checked + .checkmark:after{
        top: 10px;
    }
    .start__item{
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .start{
        margin-top: 100px;
    }
    .start__title{
        margin-left: 0;
    }
    .start__item-num {
        font-size: 40px;
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .start__item-descr {
        margin-top: 15px;
        font-size: 16px;
    }
    .start__inner{
        gap: 20px;
    }
    .start__item:last-of-type .start__item-descr {
        max-width: 351px;
    }
}
@media (max-width: 479px) {
    .start__form-name {
        max-width: 201px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .start__form-block{
        flex-direction: column;
        gap: 11px;
    }
    .start__form-input{
        width: 100%;
    }
    .start__form-end{
        flex-direction: column;
        margin-top: 25px;
        gap: 24px;
    }
    .start__form-label {
        max-width: 100%;
        margin-left: 0px;
    }
    .start__form-checkbox + .checkmark{
        top: -5px;
    }
    .start__form-submit {
        width: 155px;
    }
    .start__form-input{
        padding: 5px 11px;
    }
}


.semantic{
    margin-top: 120px;
}
.semantic__title .span-title {
    margin-top: 4px;
    margin-left: 0px;
}
.semantic__content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 23px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "a b c"
      "d e c";
}
.semantic__item:first-of-type { grid-area: a; }  
.semantic__item:nth-of-type(2) { grid-area: b; }
.semantic__item:nth-of-type(3) { grid-area: c; }
.semantic__item:nth-of-type(4) {
    grid-area: d;
    max-width: 372px;
}  
.semantic__item:nth-of-type(5) { grid-area: e; }
.semantic__item-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
}
.semantic__btn{
    margin-top: 30px;
    height: 56px;
    width: 100%;
    max-width: 220px;
}
.semantic__item:nth-of-type(3) .semantic__item-descr{
    max-width: 374px;
}
.semantic__btn-mob{
    display: none;
}
.semantic__item:first-of-type .semantic__item-name{
    max-width: 318px;
}
.semantic__item:nth-of-type(5) .semantic__item-name{
    max-width: 274px;
}
@media (max-width: 1279px) {
    .semantic__btn{
        display: none;
    }
    .semantic__btn-mob{
        display: block;
    }
    .semantic__content{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-auto-flow: row;
        grid-template-areas:
        "a d"
        "b e"
        "c e";
    }
    .semantic__item:nth-of-type(4){
        max-width: 100%;
    }
    .semantic__item:first-of-type .semantic__item-name{
        max-width: 469px;
    }
}
@media (max-width: 999px) {
    .semantic__inner{
        max-width: 680px;
        margin: 0 auto;
    }
    .semantic__content {
        grid-template-columns: 1fr;
        grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e";
    }
    .semantic__item:nth-of-type(3) .semantic__item-descr {
        max-width: 100%;
    }
    .semantic__btn {
        max-width: 209px;
    }
    .semantic__item:nth-of-type(5) .semantic__item-descr {
        max-width: 668px;
    }
    .semantic__item:first-of-type .semantic__item-name,
    .semantic__item:nth-of-type(5) .semantic__item-name{
        max-width: 100%;
    }
}
.semantic__more{
    display: none;
}
@media (max-width: 767px) {
    .semantic {
        margin-top: 100px;
    }
    .semantic__item-name {
        font-size: 18px;
        max-width: 377px;
    }
    .semantic__content{
        margin-top: 20px;
    }
    .semantic__content.hidden .semantic__more{
        display: flex;
        cursor: pointer;
        align-items: center;
        gap: 20px;
        color: #368CC1;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        background: transparent;
        outline: none;
        border: none;
        width: max-content;
    }
    .semantic__content.hidden .semantic__item:nth-of-type(n+3){
        display: none;
    }
    .semantic__item:first-of-type .semantic__item-name {
        max-width: 377px;
    }
    .semantic__item:nth-of-type(3) .semantic__item-name {
        max-width: 287px;
    }
    .semantic__item:nth-of-type(5) .semantic__item-descr {
        max-width: 446px;
    }
}
@media (max-width: 479px) {
    .semantic__title .span-title {
        font-size: 22px;
        margin: 0 -3px 0 0;
    }
    .semantic__item:nth-of-type(4) {
        max-width: 328px;
    }
}

.chaps{
    margin-top: 70px;
}
.chaps__inner{
    max-width: 966px;
    margin: 0 auto;
}
.chaps__title.title{
    font-size: 70px;
}
.chaps .span-title{
    display: inline-block;
    max-width: 170px;
    margin-left: -3px;
}
.chaps__content{
    margin-top: 64px;
    margin-left: 3px;
    display: flex;
    gap: 85px;
    position: relative;
}
.chaps__content-img{
    position: absolute;
    right: 0;
    top: -55px;
}
.chaps__desc{
    margin-top: 32px;
    margin-right: 14px;
    display: none;
    font-style: normal;
    padding: 10px;
    background: rgba(217, 217, 217, 0.30);
}
.chaps__item.active .chaps__desc{
    display: block;
}
.chaps__name{
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 480px;
}
.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%;
    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%;
    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: 1000px) {
    .chaps__content {
        margin-top: 60px;
    }
    .chaps__content-img {
        position: absolute;
        right: 46px;
        top: -37px;
    }
}
@media (max-width: 940px) {
    .chaps__content-img {
        right: 0;
    }
}
@media (max-width: 890px) {
    .chaps__content-img {
        top: -115px;
    }
    .chaps__content-img svg{
        display: none;
        position: relative;
    }
    .chaps__content-img::before {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='182' height='321' viewBox='0 0 182 321' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M182 90.6211C182 140.327 141.706 180.621 92 180.621C42.2944 180.621 2 140.327 2 90.6211C2 40.9155 42.2944 0.621094 92 0.621094C141.706 0.621094 182 40.9155 182 90.6211Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M180 230.621C180 280.327 139.706 320.621 90 320.621C40.2944 320.621 0 280.327 0 230.621C0 180.915 40.2944 140.621 90 140.621C139.706 140.621 180 180.915 180 230.621Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
        width: 182px;
        height: 320px;
        left: -52px;
        top: -56px;
    }
    .chaps__content-img {
        position: relative;
        width: 190px;
        right: initial;
        top: -55px;
    }
    .chaps__content{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}
@media (max-width: 570px) {
    .chaps__content-img{
        display: none;
    }
    .chaps__block{
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .chaps__content{
        margin-top: 36px;
    }
    .chaps {
        margin-top: 100px;
    }
    .chaps__title.title {
        font-size: 50px;
    }
    .chaps__block {
        gap: 35px;
    }
}
@media (max-width: 360px) {
    .chaps .span-title {
        max-width: 123px;
        margin-left: -5px;
    }
    .chaps__content {
        margin-top: 12px;
    }
}