.main__links{
    margin-bottom: 18px;
}
.main {
    margin-top: 111px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 1166px;
}
.main__block{
    position: relative;
    z-index: 1;
}
.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: -9px;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 783px;
}
.main__box{
    display: flex;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__content{
    display: flex;
    gap: 12px;
    align-items: end;
}
.main__content-item:first-of-type .main__item-name {
    color: rgba(73, 72, 72, 0.70);
    display: flex;
    gap: 4px;
    align-items: end;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}
.main__content-item:first-of-type .main__item-name span{
    font-family: 'Koulen', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
}
.main__content-item:last-of-type .main__item-name {
    color: #368CC1;
    font-family: 'Koulen', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
}
.main__item-descr{
    font-size: 10px;
    font-weight: 400;
    max-width: 70px;
    line-height: normal;
}
.main__block:first-of-type{
    max-width: 790px;
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 360px;
    width: 100%;
    position: relative;
}
.main__block:last-of-type::before {
    content: '';
    position: absolute;
    top: 37px;
    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;
    left: -2px;
    z-index: -1;
}
@media (max-width: 1279px) {
    .main__links {
        margin-bottom: 20px;
    }
    .main__block:last-of-type {
        max-width: 175px;
    }
    .main__block:last-of-type::before {
        top: 30px;
        left: -145px;
    }
}
@media (max-width: 999px) {
    .main{
        margin-top: 90px;
    }
    .main__inner{
        gap: 25px;
    }
    .main__links {
        margin-bottom: 16px;
    }
    .main__block:last-of-type {
        max-width: 220px;
    }
    .main__block:last-of-type::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='359' viewBox='0 0 220 359' fill='none'%3E%3Cpath d='M0 110.617C0 49.8659 49.2487 0.617187 110 0.617188C170.751 0.617188 220 49.8659 220 110.617C220 171.369 170.751 220.617 110 220.617C49.2487 220.617 0 171.369 0 110.617Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M0 248.617C0 187.866 49.2487 138.617 110 138.617C170.751 138.617 220 187.866 220 248.617C220 309.369 170.751 358.617 110 358.617C49.2487 358.617 0 309.369 0 248.617Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
        width: 220px;
        height: 358px;
        left: 0;
    }
    .main__title{
        margin-left: 0;
    }
    .main__descr {
        max-width: 480px;
    }
    .main__btn{
        max-width: 231px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 129px;
    }
    .main__inner {
        gap: 0;
    }
    .main__links {
        margin-bottom: 23px;
    }
    .main__title {
        letter-spacing: -0.5px;
        font-size: 50px;
    }
    .main__block:last-of-type {
        max-width: 0;
    }
    .main__block:last-of-type::before {
        left: -128px;
        top: 24px;
    }
    .main__btn {
        max-width: 220px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 183px;
    }
    .main__links {
        margin-bottom: 20px;
    }
    .main__block:last-of-type::before {
        left: -86px;
    }
}
.creation{
    margin-top: 120px;
}
.creation__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    grid-template-areas:
      "a a"
      "b c";
}  
.creation__top { 
    grid-area: a;
}
.creation__block { 
    grid-area: b;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.creation__content { 
    grid-area: c;
}
.creation__title{
    margin-bottom: 15px;
}
.creation__item{
    padding: 33px 20px;
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
	display: flex;
	align-items: center;
}
.creation__item:last-of-type{
    grid-column: span 2;
}
.creation__item-name{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
}
.creation__content{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.creation__name{
    color: #368CC1;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.creation__btn{
    max-width: 228px;
    height: 56px;
}
@media (max-width: 1279px) {
    .creation{
        margin-top: 60px;
    }
    .creation__inner {
        max-width: 921px;
        gap: 15px 34px;
        grid-template-columns: 1fr 0.55484fr;
        grid-template-areas:
            "a ."
            "b c";
    }
    .creation__item {
        padding: 33px 45px 33px 25px;
    }
    .creation__content{
        grid-area: c;
        margin-top: -180px;
    }
    .creation__name{
        max-width: 273px;
    }
    .creation__content .creation__descr{
        max-width: 324px;
    }
    .creation__block {
        gap: 8px;
    }
}
@media (max-width: 999px) {
    .creation__inner {
        max-width: 649px;
        margin: 0 auto;
        gap: 20px;
        grid-template-columns: 1fr;
        grid-template-areas:
            "a"
            "b"
            "c";
    }
    .creation__title{
        max-width: 569px;
    }
    .creation__content {
        margin-top: 0;
        gap: 15px;
    }
    .creation__name{
        max-width: 100%;
    }
    .creation__content .creation__descr {
        max-width: 639px;
    }
    .creation__block{
        max-width: 640px;
    }
    .creation__item {
        padding: 33px 83px 33px 25px;
    }
}
@media (max-width: 767px) {
    .creation{
        margin-top: 100px;
    }
    .creation__inner{
        max-width: 450px;
    }
    .creation__title{
        font-size: 38px;
        margin-bottom: 10px;
         max-width: 438px;
    }
    .creation__item {
        padding: 33px 30px 33px 25px;
    }
    .creation__block{
        margin-top: -5px;
    }
    .creation__item-name{
        font-size: 14px;
    }
    .creation__name{
        font-size: 24px;
    }
    .creation__content{
        gap: 15px;
    }
}
@media (max-width: 479px) {
    .creation__title {
        font-size: 28px;
    }
    .creation__descr{
        max-width: 329px;
    }
    .creation__block{
        grid-template-columns: 1fr;
    }
    .creation__item {
        padding: 21px 28px;
    }
    .creation__item:last-of-type {
        grid-column: auto;
    }
    .creation__item-name{
        max-width: 182px;
    }
    .creation__item:last-of-type .creation__item-name{
        max-width: 100%;
    }
    .creation__content {
        gap: 10px;
    }
    .creation__name {
        font-size: 22px;
    }
    .creation__btn{
        max-width: 100%;
    }
}
.steps{
    margin-top: 120px;
}
.steps__inner{
    max-width: 1106px;
    width: 100%;
}
.steps__title{
    margin-right: -10px;
}
.steps__block{
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.steps__item{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-right: 21px;
}
.steps__item-content{
    width: 100%;
    max-width: 480px;
}
.steps__item-name {
    color: #6B6464;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
.steps__item-name span {
    color: #368CC1;
    font-family: 'Koulen', sans-serif;
    font-size: 90px;
    font-weight: 400;
    transform: translateY(3px);
}
.steps__item-descr {
    margin-top: 16px;
    text-transform: lowercase;
}
.steps__item:first-of-type .steps__item-content:first-of-type .steps__item-name{
    max-width: 283px;
}
.steps__item:first-of-type .steps__item-content:last-of-type .steps__item-name{
    max-width: 229px;
}
.steps__item:nth-of-type(2) .steps__item-content:first-of-type .steps__item-name{
    max-width: 243px;
}
.steps__item:nth-of-type(2) .steps__item-content:first-of-type .steps__item-descr{
    max-width: 457px;
}
.steps__item:nth-of-type(2) .steps__item-content:last-of-type .steps__item-name{
    max-width: 361px;
}
.steps__item:last-of-type .steps__item-content:first-of-type .steps__item-name{
    max-width: 293px;
}
.steps__item:last-of-type .steps__item-content:last-of-type .steps__item-name{
    max-width: 321px;
}
.steps__item:nth-of-type(2){
    position: relative;
}
.steps__item{
    position: relative;
}
.steps__item:not(:last-of-type)::before{
    position: absolute;
    content: '';
    display: inline-block;
    height: 3px;
    width: 100%;
    background: rgba(54, 140, 193, 0.80);
    left: 0;
    right: 0;
    bottom: -26px;
}
.steps__item:not(:last-of-type)::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #368CC1;
    border-radius: 50%;
    bottom: -34px;
}
@media (max-width: 1279px) {
    .steps__title{
        max-width: 582px;
    }
    .steps__item{
        padding: 0;
    }
    .steps__item:not(:last-of-type)::after{
        left: 47%;
    }
    .steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-descr {
        margin-right: -2px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 440px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:last-of-type .steps__item-descr {
        margin-right: -2px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 444px;
    }
    .steps__item:nth-of-type(3) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 439px;
    }
}
@media (max-width: 999px) {
    .steps__block {
        margin-top: 45px;
        gap: 73px;
        max-width: 731px;
    }
    .steps__item{
        gap: 40px;
    }
    .steps__item-descr{
        margin-top: 8px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:first-of-type .steps__item-descr {
        max-width: 278px;
    }
    .steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-descr {
        max-width: 329px;
    }
    .steps__item:nth-of-type(2) .steps__item-content:last-of-type .steps__item-descr {
        margin-right: 0;
        max-width: 294px;
    }
    .steps__item:not(:last-of-type)::after{
        left: calc(47% - 14px);
    }
}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__title {
        margin-right: -7px;
        width: auto;
    }
    .steps__block {
        margin-top: 23px;
        gap: 49px;
        max-width: 449px;
    }
    .steps__item {
        gap: 18px;
        flex-direction: column;
    }
    .steps__item:nth-of-type(1) .steps__item-content:first-of-type .steps__item-descr,
    .steps__item:nth-of-type(1) .steps__item-content:last-of-type .steps__item-descr,
    .steps__item:nth-of-type(2) .steps__item-content:last-of-type .steps__item-descr{
        max-width: 100%;
    }
    .steps__item-name span {
        font-size: 60px;
        width: 24px;
        min-width: 24px;
    }
    .steps__item-name span {
        font-size: 60px;
        transform: none;     
        line-height: 48px;
    }
    .steps__item:first-of-type .steps__item-content:last-of-type .steps__item-name {
        max-width: 219px;
    }
    .steps__item:not(:last-of-type)::after{
        content: none;
    }
    .steps__item-name{
        gap: 15px;
    }
    .steps__item-descr {
        margin-top: 4px;
    }
    .steps__item:not(:last-of-type)::before{
        bottom: -31px;
    }
}
@media (max-width: 479px) {
    .steps__title{
        font-size: 28px;
    }
}
.get{
    margin-top: 120px;
}
.get__title{
    font-size: 46px;
    line-height: normal;
}
.get__content{
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1139px;
}
.get__box{
    width: 100%;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.get__box-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.get__box-name{
    font-family: 'Raleway', sans-serif;
    font-size: 95px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 95px */
    letter-spacing: -4.75px;
    color: rgba(140, 39, 130, 0.80);
}
.get__box-descr{
    font-size: 14px;
    line-height: 130%;
}
.get__box-item:nth-of-type(1) .get__box-name{
    margin-left: -6px;
}
.get__box-item:nth-of-type(2) .get__box-name{
    color: rgba(54, 140, 193, 0.80);
    font-size: 50px;
    letter-spacing: -2.5px;
    text-transform: lowercase;
}
.get__box-item:nth-of-type(2) .get__box-descr{
    max-width: 190px;
    color: #368CC1;
    line-height: 110%;
}
.get__box-item:nth-of-type(3) .get__box-name{
    color: rgba(122, 83, 169, 0.90);
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: lowercase;
    max-width: 267px;
}
.get__box-item:nth-of-type(3) .get__box-descr{
    max-width: 198px;
    color: #7A53A9;
    line-height: 110%;
}
.get__block{
    margin-top: 10px;
    width: 100%;
    max-width: 757px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.get__item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.get__item-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 110%; 
}
.get__item:nth-of-type(1) .get__item-descr{
    max-width: 661px;
}
.get__item:nth-of-type(3) .get__item-descr{
    max-width: 697px;
}
.get__item:nth-of-type(4) .get__item-descr{
    max-width: 735px;
}
.get__item:nth-of-type(5) .get__item-descr{
    max-width: 741px;
}
.get__item:nth-of-type(6) .get__item-descr{
    max-width: 691px;
}
.get__more{
    margin-top: -2px;   
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 7px;
    color: #368CC1;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    background: transparent;
    outline: none;
    border: none;
    width: max-content;
}
@media (max-width: 1279px) {
    .get__inner {
        max-width: 961px;
        margin: 0 auto;
        width: 100%;
    }
    .get__content{
        gap: 29px;
        max-width: 956px;
    }
    .get__block {
        max-width: 634px;
    }
}
@media (max-width: 999px) {
    .get__content {
        gap: 15px;
        max-width: 731px;
    }
    .get__box {
        max-width: 234px;
        gap: 28px;
    }
    .get__box-name {
        font-size: 80px;
        letter-spacing: -4px;
    }
    .get__box-item:nth-of-type(1) .get__box-name {
        margin-left: 0px;
    }
    .get__box-item:nth-of-type(2) .get__box-name {
        font-size: 45px;
        letter-spacing: -2.25px;
    }
    .get__block {
        max-width: 480px;
        gap: 10px;
    }
    .get__item {
        gap: 7px;
    }
}
@media (max-width: 767px) {
    .get {
        margin-top: 100px;
    }
    .get__inner {
        max-width: 449px;
    }
    .get__title {
        font-size: 32px;
    }
    .get__content{
        margin-top: 5px;
        flex-direction: column;
        gap: 15px;
    }
    .get__block{
        margin-top: 0;
    }
    .get__box{
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .get__box-item:first-of-type{
        grid-column: span 2;
    }
    .get__box-item:nth-of-type(2) .get__box-descr,
    .get__box-item:nth-of-type(3) .get__box-descr{
        max-width: 100%;
    }
    .get__box-name {
        font-size: 75px;
        letter-spacing: -3.75px;
    }
    .get__box-item:nth-of-type(2) .get__box-name {
        font-size: 40px;
        letter-spacing: -2px;
    }
    .get__box-item:nth-of-type(2) .get__box-name,
    .get__box-item:nth-of-type(3) .get__box-name{
        line-height: 90%;
    }
    .get__box-descr{
        font-size: 12px;
    }
    .get__box-descr br{
        display: none;
    }
    .get__box-item:nth-of-type(1) .get__box-descr {
        font-size: 14px;
    }
    .get__more{
        display: flex;
    }
    .get__more ~ .get__item{
        display: none;
    }
    .get__item-name {
        font-size: 16px;
    }
    .get__box-item{
        gap: 5px;
    }
}
@media (max-width: 479px) {
    .get__title {
        font-size: 24px;
    }
    .get__box {
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .get__box-item:first-of-type{
        grid-column: auto;
    }
    .get__block{
        max-width: 317px;
    }
    .get__box-item:nth-of-type(1) .get__box-descr {
        max-width: 306px;
    }
    .get__box-item:nth-of-type(2),
    .get__box-item:nth-of-type(3){
        max-width: 220px;
    }
    .get__content{
        gap: 11px;
    }
}
.turnkey{
    margin-top: 120px;
}
.turnkey__inner{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.turnkey__content{
    max-width: 583px;
}
.turnkey__title{
    font-size: 50px;
    display: flex;
    flex-direction: column;
    margin-left: -4px;
}
.turnkey__title span{
    color:  rgba(140, 39, 130, 0.80);
    font-size: 95px;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    transform: translate(4px, -16px);
}
.turnkey__name{
    color:  rgba(140, 39, 130, 0.80);
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -20px;
    margin-bottom: 20px;
}
.turnkey__btn{
    margin-top: 20px;
    height: 56px;
    max-width: 246px;
}
.turnkey__block{
    padding: 62px 44px 62px 72px;
    max-width: 542px;
    border-radius: 10px;
    background: rgba(140, 39, 130, 0.80);
}
.turnkey__block-title{
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.turnkey__block-title span{
    text-transform: none;
    font-size: 26px;
    font-weight: 300;
    line-height: 100%; /* 26px */
    transform: translateY(-6px);
}
.turnkey__block-descr{
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.turnkey__block-descr{
    max-width: 417px;
}
@media (max-width: 1279px) {
    .turnkey__inner{
        flex-direction: column;
        max-width: 592px;
        margin: 0 auto;
        width: 100%;
        gap: 30px;
    }
    .turnkey__block {
        padding: 52px 44px 52px 72px;
        max-width: 589px;
    }
}
@media (max-width: 999px) {
    .turnkey__inner{
        gap: 25px;
    }
    .turnkey__block{
        gap: 54px 44px;
    }
    .turnkey__block-descr{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .turnkey{
        margin-top: 100px;
    }
    .turnkey__inner{
        gap: 20px;
    }
    .turnkey__title {
        font-size: 40px;
        display: flex;
        flex-direction: column;
        width: auto;
        max-width: max-content;
        margin-right: -3px;
        margin-left: -3px;
    }
    .turnkey__title span {
        font-size: 70px;    
        transform: translate(2px, -12px);
    }
    .turnkey__name{
        font-size: 12px;
        margin-top: -18px;
        margin-bottom: 15px;
    }
    .turnkey__descr{
        max-width: 442px;
    }
    .turnkey__block {
        padding: 37px 41px;
    }
    .turnkey__block-title {
        font-size: 40px;
        margin-bottom: 10px;
        margin-left: 3px;
    }
    .turnkey__block-title span {
        font-size: 18px;
        transform: translateY(-5px);
    }
    .turnkey__block-descr {
        font-size: 12px;
        max-width: 363px;
    }
}
@media (max-width: 479px) {
    .turnkey__title span {
        font-size: 50px;
        transform: translate(2px, -5px);
    }
    .turnkey__name {
        font-size: 12px;
        margin-top: -10px;
        margin-bottom: 10px;
        max-width: 266px;
    }
    .turnkey__descr {
        max-width: 318px;
    }
    .turnkey__block {
        padding: 36px 21px 36px 24px;
    }
    .turnkey__block-title{
        margin-left: 0;
    }
    .turnkey__block-title span {
        display: block;
        margin-right: -10px;
    }
    .turnkey__block-descr {
        max-width: 294px;
    }
}
.advantages{
    margin-top: 120px;
}
.advantages__title{
    font-size: 48px;
    margin-right: -10px;
}
.advantages__block{
    margin-top: 30px;
    max-width: 1175px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
}
.advantages__item{
    display: flex;
    gap: 10px;
}
.advantages__item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: rgba(122, 83, 169, 0.90);
    border-radius: 50%;
}
.advantages__item-name{
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%; /* 19.8px */
}
.advantages__item:nth-of-type(2) .advantages__item-descr{
    max-width: 466px;
}
@media (max-width: 1279px) {
    .advantages__inner{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .advantages__title {
        margin-right: 0;
        margin-left: 15px;
        max-width: 598px;
    }
    .advantages__block{
        margin-top: 25px;
    }
    .advantages__item:nth-of-type(1) .advantages__item-descr{
        max-width: 370px;
    }
    .advantages__item:nth-of-type(5) .advantages__item-descr{
        max-width: 373px;
    }
    .advantages__item:nth-of-type(6) .advantages__item-descr{
        max-width: 360px;
    }
}
@media (max-width: 999px) {
    .advantages__block{
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 10px;
    }
    .advantages__item {
        gap: 15px;
    }
    .advantages__item:nth-of-type(1) .advantages__item-descr{
        max-width: 558px;
    }
    .advantages__item:nth-of-type(2) .advantages__item-descr{
        max-width: 100%;
    }   
    .advantages__item:nth-of-type(3) .advantages__item-descr{
        max-width: 599px;
    }
    .advantages__item:nth-of-type(4) .advantages__item-descr{
        max-width: 617px;
    }
    .advantages__item:nth-of-type(5) .advantages__item-descr{
        max-width: 635px;
    }
    .advantages__item:nth-of-type(6) .advantages__item-descr{
        max-width: 607px;
    }
}
@media (max-width: 767px) {
    .advantages{
        margin-top: 100px;
    }
    .advantages__title {
        font-size: 36px;
        margin-left: 0;
    }
    .advantages__item-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .advantages__item-icon svg{
        max-width: 30px;
    }
    .advantages__block{
        margin-top: 15px;
        gap: 0px;
        max-width: 447px;
    }
    .advantages__item-name{
        margin-bottom: 6px;
    }
    .advantages__item-descr {
        font-size: 14px;
        line-height: 130%;
    }
    .advantages__item:nth-of-type(5) .advantages__item-descr {
        max-width: 323px;
    }
    .advantages__item:nth-of-type(6) .advantages__item-descr {
        max-width: 354px;
    }
}
@media (max-width: 479px) {
    .advantages__title {
        font-size: 26px;
    }
    .advantages__block{
        margin-left: 2px;
    }
    .advantages__item {
        gap: 10px;
    }
    .advantages__item-name{
        font-size: 16px;
        margin-bottom: 6px;
    }

}
.includes{
    margin-top: 120px;
}
.includes__title{
    font-size: 46px;
}
.includes__content{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.includes__left{
    width: 100%;
    max-width: 498px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.includes__left-block{
    display: flex;
    flex-direction: column;
    gap: 40px; 
}
.includes__box{
    display: flex;
    flex-direction: column;
    gap: 30px; 
}
.includes__box-name{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
}
.includes__form{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #A92F9D;
    align-items: center;
    justify-content: center;
    padding: 44px;
    width: 100%;
    max-width: 496px;
}
.includes__form-name{
    color: #A92F9D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -2px;
}
.includes__form-block{
    max-width: 311px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 35px;
}
.includes__form-input{
    width: 100%;
    max-width: 150px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #A92F9D;
    background: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    padding: 10px 10px 10px 8px;
    color: #A92F9D;
}
.includes__form-input::placeholder{
    color: #CFCFCF;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.includes__form-input:focus{
    outline: 3px solid #A92F9D;
}
.includes__form-submit{
    width: 100%;
    max-width: 133px;
    height: 43px;
}
.includes__form-submit button{
    font-size: 14px;
    font-weight: 500;
}
.includes__form-box{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 314px;
    width: 100%;
}
.includes__form-label{
    color: #A92F9D;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    display: flex;
    cursor: pointer;
}
.includes__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.includes__form-checkbox + .checkmark {
    position: relative;
    top: 5px;
    left: 0;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
}
.includes__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 4px;
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #A92F9D;
}
.includes__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 8px;
    height: 8px;
    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");
}
.includes__form-submit button:active{
    background: #8E1A83;
}
.includes__form-end{
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.includes__block{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 602px;
}
.includes__item-name{
    color: #368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
    margin-bottom: 6px;
}
.includes__step{
    display: flex;
    align-items: center;
    margin-left: 11px;
}
.includes__step-item{
    position: relative;
}
.includes__step-item:first-of-type{
    border-radius: 50%;
    background-color: rgba(140, 39, 130, 0.80);
    width: 256px;
    height: 256px;
    min-width: 256px;
    z-index: 1;
}
.includes__step-name,
.includes__step-name span{
    position: absolute;
}
.includes__step-item:first-of-type .includes__step-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 90%;
    text-transform: uppercase;
    top: 146px;
    left: 72px;
}
.includes__step-item:first-of-type .includes__step-name span:first-of-type {
    font-size: 24px;
    font-weight: 800;
    top: -53px;
    left: -37px;
}
.includes__step-item:first-of-type .includes__step-name span:nth-of-type(2) {
    font-size: 18px;
    font-weight: 300;
    text-transform: lowercase;
    top: -34px;
    left: -18px;
}
.includes__step-item:first-of-type .includes__step-name span:nth-of-type(3) {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    text-transform: lowercase;
    top: -19px;
    left: -20px;
}
.includes__step-item:last-of-type{
    border-radius: 50%;
    background-color: rgba(54, 140, 193, 0.80);
    width: 220px;
    height: 220px;
    min-width: 220px;
    margin-left: -19px;
}
.includes__step-item:last-of-type .includes__step-name {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    text-transform: uppercase;
    top: 72px;
    left: 52px;
}
.includes__step-item:last-of-type .includes__step-name span:nth-of-type(1){
    font-size: 14px;
    font-weight: 300;
    text-transform: lowercase;
    top: 17px;
    left: 7px;
}
.includes__step-item:last-of-type .includes__step-name span:nth-of-type(2){
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    text-transform: lowercase;
    top: 31px;
    left: 11px;
}
.includes__step-item:last-of-type .includes__step-name span:nth-of-type(3){
    font-size: 18px;
    font-weight: 300;
    text-transform: lowercase;
    top: 54px;
    left: 11px;
}
.includes__step-item:last-of-type .includes__step-name span:nth-of-type(4){
    font-size: 30px;
    font-weight: 600;
    top: 50px;
    left: 43px;
}
.includes__step-item:last-of-type .includes__step-name span:nth-of-type(5){
    font-size: 14px;
    font-weight: 800;
    text-transform: lowercase;
    top: 72px;
    left: 11px;
}
@media (max-width: 1279px) {
    .includes__title {
        font-size: 46px;
        max-width: 651px;
        margin-left: -3px;
    }
    .includes__form{
        max-width: 330px;
        margin-left: 51px;
    }
    .includes__form-input {
        max-width: 220px;
        margin: 0 auto;
    }
    .includes__form-name{
        max-width: 212px;
    }
    .includes__form-end{
        flex-direction: column;
        gap: 20px;
    }
    .includes__form-submit{
        max-width: 220px;
    }
    .includes__form-label{
        align-items: center;
    }
    .includes__form-label br{
        display: none;
    }
    .includes__form-checkbox + .checkmark {
        top: -7px;
        padding-left: 38px;
    }
    .includes__left{
        max-width: 472px;
    }
    .includes__box{
        gap: 20px;
    }
    .includes__box-name {
        margin-bottom: 17px;
        font-size: 20px;
    }
    .includes__block {
        gap: 9px;
        max-width: 471px;
    }
    .includes__block .includes__box-item{
        margin-bottom: 7px;
    }
    .includes__box .includes__box-item:first-of-type .includes__box-descr{
        max-width: 459px;
    }
    .includes__step{
        margin-left: 2px;
    }
    .includes__content {
        margin-top: 20px;
        max-width: 959px;
    }
    .includes__block .includes__box-name {
        margin-bottom: 12px;
    }
    .includes__item:nth-of-type(3) .includes__item-descr{
        max-width: 440px;
    }
    .includes__item:nth-of-type(6) .includes__item-descr{
        max-width: 453px;
    }
    .includes__item:nth-of-type(12) .includes__item-descr{
        max-width: 458px;
    }
    .includes__item:nth-of-type(13) .includes__item-descr{
        max-width: 436px;
    }
}
@media (max-width: 999px) {
    .includes__content{
        flex-direction: column;
        gap: 30px;
    }
    .includes__left-block{
        flex-direction: row;
        gap: 30px;
    }
    .includes__step{
        flex-direction: column;
    }
    .includes__step-item:last-of-type{
        margin: -67px 0 0 0;
        z-index: 2;
    }
    .includes__left{
        max-width: 100%;
        gap: 20px;
    }
    .includes__form {
        max-width: 100%;
        margin: 0;
        padding: 27px;
    }
    .includes__form-input {
        max-width: 150px;
    }
    .includes__form-end {
        flex-direction: row;
        gap: 20px;
    }
    .includes__form-submit {
        max-width: 133px;
    }
    .includes__form-label {
        align-items: center;
        max-width: 125px;
    }
    .includes__form-checkbox + .checkmark {
        padding-left: 26px;
    }
    .includes__form-name {
        max-width: 100%;
    }
    .includes__box .includes__box-item:last-of-type{
        max-width: 452px;
    }
    .includes__box-name {
        margin-bottom: 11px;
    }
    .includes__step{
        margin: -43px 0 0 0;
    }
    .includes__block{
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "a a"
        "b c"
        "d e"
        "f g"
        "h i"
        "j k"
        "l m";
        gap: 10px;
    }
    .includes__block .includes__box-item{
        grid-area: a;
        margin-bottom: 5px;
    }
    .includes__block .includes__box-item .includes__box-descr{
        max-width: 600px;
    }
    .includes__item:nth-of-type(2){
        grid-area: b;
    }
    .includes__item:nth-of-type(3){
        grid-area: c;
    }
    .includes__item:nth-of-type(4){
        grid-area: d;
    }
    .includes__item:nth-of-type(5){
        grid-area: e;
    }
    .includes__item:nth-of-type(6){
        grid-area: g;
    }
    .includes__item:nth-of-type(7){
        grid-area: f;
    }
    .includes__item:nth-of-type(8){
        grid-area: j;
    }
    .includes__item:nth-of-type(9){
        grid-area: k;
    }
    .includes__item:nth-of-type(10){
        grid-area: h;
    }
    .includes__item:nth-of-type(11){
        grid-area: i;
    }
    .includes__item:nth-of-type(12){
        grid-area: m;
    }
    .includes__item:nth-of-type(13){
        grid-area: l;
    }
    .includes__item:nth-of-type(3) .includes__item-descr {
        max-width: 336px;
    }
    .includes__item:nth-of-type(4) .includes__item-descr {
        max-width: 336px;
    }
    .includes__item:nth-of-type(5) .includes__item-descr {
        max-width: 100%;
    }
    .includes__item:nth-of-type(6) .includes__item-descr {
        max-width: 336px;
    }
    .includes__item:nth-of-type(7) .includes__item-descr {
        max-width: 358px;
    }
    .includes__item:nth-of-type(8) .includes__item-name{
        max-width: 208px;
    }
    .includes__item:nth-of-type(9) .includes__item-name{
        max-width: 208px;
    }
    .includes__item:nth-of-type(10) .includes__item-descr {
        max-width: 301px;
    }
    .includes__item:nth-of-type(11) .includes__item-descr {
        max-width: 311px;
    }
    .includes__item:nth-of-type(13) .includes__item-name{
        max-width: 345px;
    }
    .includes__item:nth-of-type(13) .includes__item-descr {
        max-width: 337px;
    }
    .includes__form-block{
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .includes{
        margin-top: 100px;
    }
    .includes__left-block{
        flex-direction: column;
        gap: 63px;
    }
    .includes__title {
        font-size: 38px;
    }
    .includes__content {
        margin-top: 15px;
    }
    .includes__box-name {
        margin-bottom: 7px;
    }
    .includes__box {
        gap: 14px;
    }
    .includes__box .includes__box-item:last-of-type {
        max-width: 100%;
    }
    .includes__step{
        flex-direction: row;
    }
    .includes__step-item:last-of-type{
        margin: 0 0 0 -29px;
        z-index: auto;
    }
    .includes__form{
        padding: 39px;
        max-width: 330px;
        margin-left: 51px;
    }
    .includes__form-input {
        max-width: 220px;
        margin: 0 auto;
    }
    .includes__form-name{
        max-width: 212px;
    }
    .includes__form-end{
        flex-direction: column;
        gap: 20px;
    }
    .includes__form-submit{
        max-width: 220px;
    }
    .includes__form-label{
        max-width: 100%;
    }
    .includes__form-checkbox + .checkmark {
        top: -7px;
        padding-left: 38px;
    }
    .includes__block{
        grid-template-columns: 1fr;
        grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e"
        "f"
        "g"
        "j"
        "k"
        "h"
        "i"
        "m"
        "l";
        max-width: 446px;
        margin: 0 auto;    
    }
    .includes__item:nth-of-type(2) .includes__item-descr{
        max-width: 428px;
    }
    .includes__item:nth-of-type(3) .includes__item-descr {
        max-width: 422px;
    }
    .includes__item:nth-of-type(4) .includes__item-descr {
        max-width: 434px;
    }
    .includes__item:nth-of-type(7) .includes__item-descr {
        max-width: 436px;
    }
    .includes__item:nth-of-type(6) .includes__item-descr {
        max-width: 100%;
    }
    .includes__item:nth-of-type(8) .includes__item-descr {
        max-width: 358px;
    }
    .includes__item:nth-of-type(10) .includes__item-descr {
        max-width: 100%;
    }
    .includes__item:nth-of-type(11) .includes__item-descr {
        max-width: 422px;
    }
    .includes__item:nth-of-type(12) .includes__item-descr {
        max-width: 398px;
    }
    .includes__item:nth-of-type(13) .includes__item-descr {
        max-width: 382px;
    }
    .includes__item:nth-of-type(8) .includes__item-name,
    .includes__item:nth-of-type(9) .includes__item-name,
    .includes__item:nth-of-type(13) .includes__item-name{
        max-width: 100%;
    }
    .includes__block .includes__box-name {
        margin-bottom: 8px;
    }
    .includes__item-name{
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .includes__box .includes__box-item:first-of-type .includes__box-descr {
        max-width: 325px;
    }
    .includes__box-name{
        font-size: 18px;
    }
    .includes__box .includes__box-item:last-of-type .includes__box-descr {
        max-width: 295px;
    }
    .includes__step{
        flex-direction: column;
    }
    .includes__step-item:last-of-type {
        margin: -50px 0 0 0;
        z-index: 2;
    }
    .includes__form{
        margin: 0;
        max-width: 100%;
    }
    .includes__item:nth-of-type(7) .includes__item-descr {
        max-width: 313px;
    }
}
.solutions{
    margin-top: 120px;
}
.solutions__title{
    margin-bottom: 15px;
    line-height: normal;
}
.solutions__descr{
    max-width: 1134px;
}
.solutions__block{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.solutions__item{
    width: 100%;
    border-radius: 10px;
    background: rgba(122, 83, 169, 0.90);
    padding: 88px 38px 89px 37px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.solutions__item-top{
    position: relative;
    display: flex;
}
.solutions__item-title{
    max-width: 356px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 110%; /* 30.8px */
}
.solutions__item-logo{
    display: flex;
    align-items: center;
    margin-top: -20px;
}
.solutions__item-descr{
    color: rgba(224, 206, 245, 0.90);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 20px;
    max-width: 505px;
}
.solutions__item-name{
    margin-bottom: 20px;
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.solutions__item-block ul li{
    color: rgba(224, 206, 245, 0.90);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.solutions__item-block ul li + li{
    margin-top: 11px;
}
.solutions__item:nth-of-type(2) .solutions__item-descr{
    max-width: 479px;
}
@media (max-width: 1279px) {
    .solutions__inner{
        max-width: 960px;
        margin: 0 auto;
        width: 100%;
    }
    .solutions__block{
        flex-direction: column;
        gap: 10px;
    }
    .solutions__item{
        position: relative;
        padding: 63px 168px 64px 57px;
        gap: 30px;
    }
    .solutions__item-top{
        position: initial;
    }
    .solutions__item-logo{
        position: absolute;
        right: 83px;
        top: 60px;
    }
    .solutions__item-title{
        max-width: 100%;
    }
    .solutions__item-descr{
        max-width: 670px;
    }
    .solutions__item:nth-of-type(2) .solutions__item-descr {
        max-width: 657px;
    }
    .solutions__item:nth-of-type(2) .solutions__item-logo{
        top: 50px;
        right: 74px;
    }
    .solutions__descr,
    .solutions__title{
        margin-left: 9px;
    }
    .solutions__descr{
        max-width: 926px;
    }
}
@media (max-width: 999px) {
    .solutions__descr {
        max-width: 712px;
    }
    .solutions__item {
        padding: 51px 22px 52px 31px;
        gap: 20px;
    }
    .solutions__item-logo{
        top: initial;
        right: 70px;
        bottom: 133px;
    }
    .solutions__item-block:last-of-type{
        padding-right: 148px;
    }
    .solutions__item-descr br{
        display: none;
    }
    .solutions__item-name{
        margin-bottom: 15px;
    }
    .solutions__item:nth-of-type(2) .solutions__item-logo{
        top: initial;
        right: 65px;
        bottom: 129px;
    }
}
@media (max-width: 767px) {
    .solutions{
        margin-top: 100px;
    }
    .solutions__item {
        padding: 59px 40px 51px 31px;
        gap: 15px;
    }
    .solutions__item-block:last-of-type{
        padding: 0;
    }
    .solutions__item-title{
        font-size: 24px;
    }
    .solutions__item-descr{
        margin-top: 10px;
        font-size: 14px;
        max-width: 373px;
    }
    .solutions__item-name {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .solutions__item-block ul li{
        font-size: 12px;
    }
    .solutions__item-logo {
        top: 85px;
        right: 67px;
        bottom: initial;
        width: 40px;
        height: 40px;
    }
    .solutions__item-logo svg{
        width: 100%;
    }
    .solutions__item:nth-of-type(2){
        padding: 46px 41px 46px 31px;
    }
    .solutions__item:nth-of-type(2) .solutions__item-logo {
        top: 70px;
        right: 64px;
        bottom: initial;
        width: 48px;
        height: 34px;
    }
    .solutions__item-block ul li + li {
        margin-top: 6px;
    }
    .solutions__descr, .solutions__title {
        margin-left: 3px;
    }
    .solutions__title {
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .solutions__item-logo{
        display: none;
    }
    .solutions__item {
        padding: 37px 14px 37px 24px;
    }
    .solutions__item-title {
        font-size: 22px;
    }
    .solutions__item-descr{
        font-size: 12px;
        max-width: 275px;
    }
    .solutions__item-block ul li {
        font-size: 9px;
    }
    .solutions__item-name{
        font-size: 14px;
    }

    .solutions__item:nth-of-type(2) {
        padding: 38px 28px 38px 24px;
    }
}
.price{
    margin-top: 120px;
}
.price__inner{
    max-width: 1158px;
    margin: 0 auto;
}
.price__content{
    margin-top: 20px;
    margin-left: 42px;
    display: flex;
    justify-content: space-between;
    gap: 41px;
    max-width: 913px;
}
.price__block:first-of-type{
    display: flex;
    align-items: center;
    margin-top: 19px;
}
.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;
    min-width: 210px;
    width: 210px;
    height: 210px;
}
.price__item:last-of-type {
    background-color: rgba(140, 39, 130, 0.80);
    margin-left: -17px;
}
.price__item:first-of-type .price__name {
    color: #368CC1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transform: translate(-3px, 22px);
}
.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(5px, -16px);
}
.price__item:last-of-type .price__name {
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    transform: translate(1px, -11px);
}
.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(-1px, 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(1px, 5px);
}
.price__item:last-of-type::after {
    position: absolute;
    content: '';
    width: 17px;
    height: 36px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="36" viewBox="0 0 16 36" fill="none"><path d="M9.5 2.1875L9.5 0.6875L6.5 0.6875L6.5 2.1875L9.5 2.1875ZM8 19.1875C3.58172 19.1875 -8.99656e-07 22.7692 -1.09278e-06 27.1875C-1.28591e-06 31.6058 3.58172 35.1875 8 35.1875C12.4183 35.1875 16 31.6058 16 27.1875C16 22.7692 12.4183 19.1875 8 19.1875ZM6.5 2.1875L6.5 27.1875L9.5 27.1875L9.5 2.1875L6.5 2.1875Z" fill="%238C2782" fill-opacity="0.8"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.price__block:last-of-type{
    max-width: 404px;
}
.price__btn{
    margin-top: 30px;
    max-width: 100%;
    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='35' viewBox='0 0 16 35' fill='none'%3E%3Cpath d='M6.5 33L6.5 34.5L9.5 34.5L9.5 33L6.5 33ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 -1.93129e-07 8 0C3.58172 1.93129e-07 -1.28591e-06 3.58172 -1.09278e-06 8C-8.99655e-07 12.4183 3.58172 16 8 16ZM9.5 33L9.5 8L6.5 8L6.5 33L9.5 33Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 44px;
    top: -42px;
}
.price__block ul{
    margin-top: 15px;
}
.price__block ul li{
    color: #368CC1;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%; /* 15.4px */
    text-transform: lowercase;
}
.price__block ul li + li{
    margin-top: 8px;
}
.price__block-name br{
    display: none;
}
@media (max-width: 1279px) {
    .price__inner {
        max-width: 775px;
        margin: 0 auto;
    }
    .price__content{
        margin-left: 0;
        margin-top: 26px;
        gap: 59px;
    }
    .price__title{
        margin-left: 49px;
    }
    .price__block-name br{  
        display: block;
    }
    .price__btn {
        max-width: 236px;
    }
    .price__block:first-of-type {
        display: flex;
        align-items: start;
        margin-top: 20px;
    }
}
@media (max-width: 999px) {
    .price__inner {
        max-width: 709px;
        margin: 0;
        margin-left: 4px;
    }
    .price__title {
        margin-left: 61px;
    }
    .price__block:first-of-type{
        margin-top: 25px;
    }
    .price__content{
        gap: 20px;
        margin-top: 19px;
    }
    .price__block-name{
        font-size: 14px;
        line-height: 130%;
    }
    .price__block-name br{
        display: none;
    }
    .price__block ul{
        margin-top: 10px;
    }
    .price__block ul li + li {
        margin-top: 7px;
    }
    .price__btn{
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .price{
        margin-top: 100px;
    }
    .price__inner{
        margin: 0;
    }
    .price__title {
        margin-left: 9px;
        font-size: 38px;
    }
    .price__content{
        flex-direction: column;
        margin-top: 15px;
        gap: 46px;
    }
    .price__block:last-of-type {
        max-width: 353px;
        margin: 0 auto;
        width: 100%;
    }
    .price__block ul li{
        font-size: 12px;
    }
    .price__btn{
        max-width: 100%;
    }
    .price__block:first-of-type {
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 479px) {
    .price__title {
        margin-left: 7px;
        font-size: 28px;
    }
    .price__block:first-of-type{
        flex-direction: column;
    }
    .price__item:first-of-type::before,
    .price__item:last-of-type::after{
        content: none;
    }
    .price__block{
        justify-content: space-between;
    }
    .price__item:first-of-type{
        margin-right: auto;
    }
    .price__item:last-of-type{
        margin-left: auto;
        margin-top: -81px;
    }
    .price__content{
        gap: 16px;
    }
    .price__block-name{
        font-size: 13px;
    }
    .price__block:first-of-type{
        margin-top: 0;
    }
}
.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{
    font-size: 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;
    }
    .chaps__desc{
        font-size: 12px;
    }
}
@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;
    }
}