.main__links{
    margin-bottom: 30px;
}
.main{
    margin-top: 131px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 22px;
    max-width: 1102px;
    margin-left: auto;
    margin-right: 18px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 782px;
    min-width: 709px;
}
.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: -1px;
}
.main__descr{
    margin-bottom: 33px;
    max-width: 782px;
}
.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: 220px;
    width: 100%;
    position: relative;
}
.main__block:first-of-type::before {
    content: '';
    position: absolute;
    top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='364' viewBox='0 0 220 364' fill='none'%3E%3Cpath d='M220 254C220 314.751 170.751 364 110 364C49.2487 364 0 314.751 0 254C0 193.249 49.2487 144 110 144C170.751 144 220 193.249 220 254Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M220 110C220 170.751 170.751 220 110 220C49.2487 220 0 170.751 0 110C0 49.2487 49.2487 0 110 0C170.751 0 220 49.2487 220 110Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-size: 100%;
    width: 220px;
    height: 364px;
    right: -1px;
}
@media (max-width: 1279px) {
    .main__links {
        margin-bottom: 34px;
    }
    .main__inner{
        margin: 0;
    }
    .main__descr{
        max-width: 708px;
    }
}
@media (max-width: 999px) {
    .main__links {
        margin-bottom: 24px;
        margin-left: 4px;
    }
    .main__inner{
        gap: 0;
        flex-direction: row-reverse;
    }
    .main__block:last-of-type{
        min-width: auto;
        margin-right: -13px;
    }
    .main__block:first-of-type{
        max-width: 0;
    }
    .main__block:first-of-type::before {
        right: -5px;
    }
    .main__title {
        font-size: 70px;
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 131px;
    }
    .main__links {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .main__block:first-of-type::before{
        background-image: none;
        border-radius: 220px;
        width: 220px;
        height: 220px;
        background-color: rgba(54, 140, 193, 0.80);
    }
    .main__title{
        margin-bottom: 15px;
        letter-spacing: -0.5px;
        font-size: 50px;
    }
    .main__descr{
        margin-bottom: 28px;
    }
    .main__block:first-of-type::before {
        right: -15px;
        top: 13px;
    }
    .main__btn {
        max-width: 220px;
    }
    .main__box{
        gap: 22px 20px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 182px;
    }
    .main__links {
        margin-bottom: 17px;
    }
    .main__title{
        letter-spacing: -0.42px;
        font-size: 42px;
    }
    .main__descr{
        margin-right: -6px;
        margin-bottom: 15px;
    }
    .main__block:first-of-type::before {
        right: -86px;
        top: 14px;
    }
}
.price{
    margin-top: 169px;
}
.price__title{
    font-size: 50px;
    line-height: 110%;
}
.price__inner{
    max-width: 781px;
    margin: 0 auto;
}
.price__content{
    display: flex;
    justify-content: space-between;
    max-width: 737px;
    margin: 15px 10px 0 auto;
    gap: 21px;
}
.price__block:first-of-type{
    background-color: rgba(140, 39, 130, 0.80);
    width: 206.975px;
    min-width: 206.975px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.price__block-name{
    display: flex;
    gap: 5px;
    flex-direction: column;
    max-width: 100px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transform: translate(7px, 6px);
}
.price__block-name span{
    color: #FFF;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-left: -5px;
}
.price__block:last-of-type {
    max-width: 471px;
    margin-top: 12px;
    margin-right: 6px;
}
.price__name{
    margin-bottom: 20px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
}
.price__block:last-of-type ul{
    display: grid;
    grid-template-columns: 165px 1fr;
    gap: 11px;
    max-width: 402px;
}
.price__btn{
    margin-top: 30px;
    max-width: 272px;
    height: 56px;
}
.price__btn-mobile{
    display: none;
}
@media (max-width: 999px) {
    .price__content{
        margin-left: 15px;
        gap: 33px;
    }
    .price__block:last-of-type {
        margin-top: 15px;
        margin-right: -6px;
    }
    .price__title{
        font-size: 46px;
    }
}
@media (max-width: 767px) {
    .price__block:last-of-type ul{
        grid-template-columns: 1fr;
    }
    .price__title{
        padding-left: 40px;
    }
    .price__btn{
        display: none;
    }
    .price__btn.price__btn-mobile{
        display: flex;
        margin: 30px auto 0;
    }
    .price__content{
        margin: 15px auto 0;
        gap: 21px;
    }
    .price{
        margin-top: 100px;
    }
    .price__name{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .price__block:last-of-type{
        margin-right: -8px;
    }
    .price__title{
        font-size: 40px;
    }
}
@media (max-width: 479px) {
    .price__content{
        flex-direction: column;
        max-width: 272px;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .price__title{
        padding: 0;
    }
    .price__block:last-of-type{
        margin: 0;
        padding-left: 34px;
    }
    .price__btn.price__btn-mobile{
        margin-top: 20px;
    }
}
.conduct{
    margin-top: 120px;
}
.conduct__inner{
    max-width: 686px;
    margin: 0 auto;
}
.conduct__top{
    max-width: 657px;
    margin-left: 20px;
}
.conduct__title.title{
    max-width: 559px;
    line-height: 110%;
}
.conduct__descr{
    margin-top: 20px;
}
.conduct__block{
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.conduct__item{
    display: flex;
    align-items: center;
    gap: 53px;
}
.conduct__item-num{
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: rgba(54, 140, 193, 0.80);
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50%;
}
.conduct__item-num::after{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='16' viewBox='0 0 40 16' fill='none'%3E%3Cpath d='M2 6.5L0.5 6.5L0.5 9.5L2 9.5L2 6.5ZM24 8C24 12.4183 27.5817 16 32 16C36.4183 16 40 12.4183 40 8C40 3.58172 36.4183 0 32 0C27.5817 0 24 3.58172 24 8ZM2 9.5L32 9.5L32 6.5L2 6.5L2 9.5Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    width: 40px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    right: -39px;
}
.conduct__item-content{
    padding: 32px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 60px;
    border: 3px solid rgba(54, 140, 193, 0.80);
    max-width: 487px;
}
.conduct__item-descr{
    max-width: 363px;
    color: #368CC1;
    font-weight: 500;
}
.conduct__item:last-of-type .conduct__item-num {
    color: rgba(140, 39, 130, 0.80);
    background-color: transparent;
    outline: 3px solid rgba(140, 39, 130, 0.80);
    outline-offset: -3px;
}
.conduct__item:last-of-type .conduct__item-num::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='17' viewBox='0 0 40 17' fill='none'%3E%3Cpath d='M2 7L0.5 7L0.5 10L2 10L2 7ZM24 8.5C24 12.9183 27.5817 16.5 32 16.5C36.4183 16.5 40 12.9183 40 8.5C40 4.08172 36.4183 0.5 32 0.5C27.5817 0.5 24 4.08172 24 8.5ZM2 10L32 10L32 7L2 7L2 10Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
}
.conduct__item:last-of-type .conduct__item-content{
    background-color: rgba(140, 39, 130, 0.80);
    border: none;
}
.conduct__item:last-of-type .conduct__item-descr{
    color: #FFF;
}
@media (max-width: 767px) {
    .conduct{
        margin-top: 100px;
    }
    .conduct__top {
        margin-left: 1px;
        margin-right: -14px;
    }
    .conduct__descr{
        margin-top: 15px;
    }
    .conduct__item-num{
        width: 80px;
        height: 80px;
        min-width: 80px;
        font-size: 50px;
        margin-top: -2px;
    }
    .conduct__item-num::after {
        width: 30px;
        overflow: hidden;
        background-position: right;
        right: -35px;
        top: 22px;
    }
    .conduct__item-descr{
        max-width: 278px;
    }
    .conduct__item-content {
        padding: 25px 12px;
        max-width: 332px;
    }
    .conduct__block{
        margin: 15px -5px 0;
        gap: 8px;
    }
    .conduct__item{
        gap: 38px;
    }
    .conduct__item:first-of-type .conduct__item-descr{
        max-width: 218px;
    }
    .conduct__item:last-of-type .conduct__item-descr{
        max-width: 258px;
    }
}
@media (max-width: 479px) {
    .conduct__title.title{
        font-size: 32px;   
    }
    .conduct__item{
        flex-direction: column;
        gap: 14px;
    }
    .conduct__item-content{
        border: none;
        padding: 0;
    }
    .conduct__item:last-of-type .conduct__item-descr{
        color: rgba(140, 39, 130, 0.80);
    }
    .conduct__item-descr {
        max-width: 295px;
        font-weight: 400;
    }
    .conduct__item-num{
        margin-top: 0;
    }
    .conduct__block{
        gap: 18px;
        margin: 20px 0 0;
        max-width: 300px;
    }
    .conduct__item-content{
        justify-content: center;
    }
    .conduct__item:first-of-type .conduct__item-content{
        transform: translateX(8px);
    }
    .conduct__item:nth-of-type(2) .conduct__item-content{
        transform: translateX(14px);
    }
    .conduct__item:last-of-type .conduct__item-content{
        background-color: transparent;
    }
}
.specialists{
    margin-top: 120px;
}
.specialists__inner{
    display: flex;
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
}
.specialists__content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 580px;
}
.specialists__descr{
    max-width: 534px;
}
.specialists__btn{
    width: 100%;
    max-width: 252px;
    height: 56px;
}
.specialists__block{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 380px;
}
.specialists__item{
    padding: 15px 50px;
    display: flex;
    gap: 20px;
    border-radius: 30px;
    background: #F4F4F4;
}
.specialists__item-img{
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.specialists__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialists__item-name{
    text-align: center;
    margin-top: 6px;
    color: rgba(122, 83, 169, 0.90);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 13.2px */
}
.specialists__item-about{
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: rgba(122, 83, 169, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.specialists__item-title{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 110%; /* 13.2px */
    transform: translate(17px, -3px);
}
.specialists__item-descr{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
    max-width: 100px;
    transform: translate(7px, 0);
}
.specialists__item-descr span:first-of-type{
    color: #FFF;
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 10px;
    position: relative;
    top: 4px;
}
.specialists__item-descr span:last-of-type{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 110%; /* 13.2px */
    position: relative;
    top: 1px;
}
.specialists__item:last-of-type .specialists__item-about{
    background-color: rgba(54, 140, 193, 0.80);
}
.specialists__item:last-of-type .specialists__item-name{
    color: #368CC1;
}
.specialists__item:nth-of-type(2) .specialists__item-title {
    transform: translate(17px, -3px);
}
.specialists__item:nth-of-type(2) .specialists__item-descr {
    transform: translate(7px, -3px);
}
.specialists__btn-mobile{
    display: none;
}
@media (max-width: 1279px) {
    .specialists__inner{
        gap: 36px;
    }
}
@media (max-width: 999px) {
    .specialists__inner{
        flex-direction: column;
        gap: 20px;
    }
    .specialists__block{
        max-width: 100%;
        flex-direction: row;
        gap: 10px;
    }
    .specialists__content,
    .specialists__descr{
        max-width: none;
    }
    .specialists__descr{
        margin-right: -3px;
        max-width: 726px;
    }
    .specialists__item{
        padding: 15px;
        width: 100%;
        justify-content: center;
    }
    .specialists__item:last-of-type{
        flex-direction: row-reverse;
    }
    .specialists__btn{
        display: none;
    }
    .specialists__btn.specialists__btn-mobile{
        display: flex;
        margin-left: auto;
        margin-right: 100px;
    }
}
@media (max-width: 767px) {
    .specialists__block{
        flex-wrap: wrap;
        max-width: 380px;
        margin: 0 auto;
    }
    .specialists__btn.specialists__btn-mobile{
        margin: 0 auto;
    }
    .specialists{
        margin-top: 100px;
    }
    .specialists__inner{
        gap: 15px;
    }
    .specialists__content{
        gap: 15px;
    }
    .specialists__descr{
        margin: 0;
        max-width: 440px;
    }
    .specialists__btn.specialists__btn-mobile{
        margin-top: 25px;
    }
    .specialists__item:last-of-type{
        flex-direction: row;
    }
}
@media (max-width: 479px) {
    .specialists__descr{
        max-width: 326px;
    }
    .specialists__btn.specialists__btn-mobile{
        margin-top: 20px;
        max-width: 100%;
    }
}