
.main__links{
    margin-bottom: 37px;
}
.main {
    margin-top: 127px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 772px;
}
.main__box{
    display: flex;
    gap: 62px;
}
.main__btn{
    width: 100%;
    max-width: 170px;
    height: 56px;
}
.main__content{
    display: flex;
    gap: 12px;
    align-items: end;
}
.main__item-descr{
    font-size: 10px;
    font-weight: 400;
    max-width: 70px;
    line-height: normal;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 389px;
    min-width: 389px;
    width: 100%;
    z-index: 1;
}
.main__block:last-of-type::before {
    content: '';
    position: absolute;
    top: 26px;
    background: url('../img/main.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 388.75px;
    height: 376.226px;
    left: 0;
    z-index: -1;
}
@media (max-width: 1279px) {
    .main {
        margin-top: 128px;
    }
    .main__links {
        margin-bottom: 31px;
    }
    .main__block:last-of-type {
        max-width: 220px;
        min-width: 220px;
    }
    .main__block:last-of-type::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='221' height='377' viewBox='0 0 221 377' fill='none'%3E%3Cpath d='M220.41 266.226C220.41 326.978 171.161 376.226 110.41 376.226C49.6588 376.226 0.410156 326.978 0.410156 266.226C0.410156 205.475 49.6588 156.227 110.41 156.227C171.161 156.227 220.41 205.475 220.41 266.226Z' fill='%23368CC1'/%3E%3Cpath d='M220.75 110C220.75 170.751 171.501 220 110.75 220C49.9987 220 0.75 170.751 0.75 110C0.75 49.2486 49.9987 0 110.75 0C171.501 0 220.75 49.2486 220.75 110Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3C/svg%3E");
        width: 220.34px;
        height: 376.226px;
        top: 0px;
        left: -6px;
    }
    .main__descr {
        max-width: 718px;
    }
}
@media (max-width: 999px) {
    .main {
        margin-top: 107px;
    }
    .main__inner{
        gap: 0;
    }
    .main__links {
        margin-bottom: 26px;
    }
    .main__block:last-of-type {
        max-width: 0;
        min-width: 0;
    }
    .main__block:last-of-type::before{
        left: -203px;
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 132px;
    }
    .main__title{
        font-size: 45px;
        letter-spacing: -0.45px;
        margin-bottom: 15px;
    }
    .main__descr{
        margin-bottom: 15px;
        max-width: 442px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__block:last-of-type::before {
        left: -107px;
    }
}
@media (max-width: 479px) {
    .main {
        margin-top: 184px;
    }
    .main__links{
        margin-bottom: 16px;
    }
    .main__descr {
        max-width: 326px;
    }
    .main__block:last-of-type::before {
        left: -114px;
    }
}
.why{
    margin-top: 120px;
}
.why__inner{
    display: flex;
    gap: 80px;
}
.why__content{
    width: 100%;
    max-width: 503px;
}
.why__title{
    font-size: 45px;
}
.why__descr{
    margin-top: 20px;
}
.why__name{
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
}
.why__block{
    width: 100%;
    max-width: 430px;
}
.why__block ul{
    margin-top: 20px;
}
.why__block li{
    color:#368CC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}
.why__block li + li{
    margin-top: 10px;
}
@media (max-width: 1279px) {
    .why__inner{
        gap: 68px;
    }
    .why__block {
        max-width: 396px;
    }
}
@media (max-width: 999px) {
    .why{
        margin-top: 100px;
    }
    .why__inner{
        flex-direction: column;
        gap: 20px;
        max-width: 503px;
        margin: 0 auto;
        width: 100%;
    }
    .why__block ul,
    .why__descr {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .why__title {
        font-size: 38px;
    }
    .why__name{
        font-size: 22px;
    }
    .why__block ul{
        margin-top: 10px;
    }
    .why__block li{
        font-size: 14px;
    }
    .why__block li + li {
        margin-top: 8px;
    }
}
@media (max-width: 479px) {
    .why__inner{
        gap: 15px;
    }
    .why__title {
        font-size: 32px;
        margin-right: -4px;
        max-width: none;
        width: auto;
    }
    .why__descr{
        margin-top: 10px;
    }
    .why__name {
        font-size: 18px;
        max-width: 284px;
    }
}
.personalized{
    margin-top: 120px;
}
.personalized__descr{
    margin-top: 20px;
    max-width: 1172px;
}
.personalized__block{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: stretch;
}
.personalized__item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.personalized__item-top{
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.80);
    padding: 20px;
    min-height: 227px;
    height: auto;
    flex: 1;
}
.personalized__item-top p{
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -2.4px;
    text-transform: lowercase;
}
.personalized__item-bottom{
    border-radius: 10px;
    background: rgba(54, 140, 193, 0.70);
    padding: 25px 6px;
    min-height: 100px;
}
.personalized__item-bottom p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-transform: lowercase;
    max-width: 220px;
    margin: 0 auto;
}
.personalized__item:nth-of-type(2){
    flex-direction: column-reverse;
}
.personalized__item:nth-of-type(2) .personalized__item-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.personalized__item:nth-of-type(3) .personalized__item-bottom p {
    max-width: 261px;
}
.personalized__item:nth-of-type(4) .personalized__item-top{
    min-height: 117px;
    flex: inherit;
    display: flex;
    align-items: center;
    justify-content: start;
}
.personalized__item:nth-of-type(4) .personalized__item-bottom{
    flex: 1;
}
@media (max-width: 1279px) {
    .personalized__inner{
        width: 100%;
        max-width: 592px;
        margin: 0 auto;
    }
    .personalized__descr {
        margin-top: 15px;
        max-width: 571px;
    }
    .personalized__block{
        margin-top: 20px;
        grid-template-columns: 1.144fr 1fr;
        gap: 10px 11px;
    }    
}
@media (max-width: 999px) {
    .personalized__block {
        margin-top: 10px;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .personalized{
        margin-top: 100px;
    }
    .personalized__item-top {
        padding: 16px;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .personalized__item:nth-of-type(2) .personalized__item-top{
        justify-content: start;
    }
    .personalized__item{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column: span 2;
    }
    .personalized__item-top p{
        font-size: 34px;
        letter-spacing: -1.7px;
    }
    .personalized__item-bottom p{
        max-width: 188px;
        font-size: 14px;
    }
    .personalized__item-top,
    .personalized__item-bottom{
        width: 100%;
    }
    .personalized__item-bottom{
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .personalized__item:nth-of-type(3){
        grid-template-columns: 1fr;
    }
    .personalized__item:nth-of-type(3) .personalized__item-bottom p {
        max-width: 236px;
        margin-left: 10px;
    }
    .personalized__item:nth-of-type(4) .personalized__item-top {
        min-height: 120px;
    }
}
@media (max-width: 479px) {
    .personalized__title{
        font-size: 26px;
    }
    .personalized__descr {
        margin-top: 10px;
        max-width: 317px;
    }
    .personalized__block,
    .personalized__item{
        gap: 6px;
    }
    .personalized__item {
        grid-template-columns: 1.418fr 1fr;
    }
    .personalized__item:nth-of-type(1){
        grid-template-columns: 1fr;
    }
    .personalized__item-top p{
        max-width: 261px;
    }
    .personalized__item-bottom{
        padding: 15px 19px;
    }
    .personalized__item-bottom p{
        margin: 0;
    }
    .personalized__item:nth-of-type(2) .personalized__item-bottom{
        padding: 10px;
    }
    .personalized__item:nth-of-type(3) .personalized__item-bottom p{
        margin-left: 0;
    }
    .personalized__item:nth-of-type(4) .personalized__item-top{
        padding: 13px;
    }
    .personalized__item:nth-of-type(4) .personalized__item-bottom {
        padding: 10px 11px 10px 18px;
    }
}
.reasons{
    margin-top: 120px;
}
.reasons__title{
    display: flex;
    align-items: center;
    font-size: 70px;
    gap: 10px;
    margin-left: 111px;
}
.reasons__title .span-title{
    max-width: 415px;
    margin-top: -4px;
    line-height: 110%;
}
.reasons__block{
    margin-top: 18px;
    margin-left: 78px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.reasons__item p{
    color: #FFF;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.reasons__item{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reasons__item + .reasons__item{
    margin-left: -20px;
}
.reasons__item:nth-of-type(1){
    width: 202px;
    min-width: 202px;
    height: 202px;
    border: 3px solid #368CC1;
}
.reasons__item:nth-of-type(1) p{
    max-width: 130px;
    color: #368CC1;
}
.reasons__item:nth-of-type(2){
    width: 222px;
    min-width: 222px;
    height: 222px;
    background-color: rgba(54, 140, 193, 0.80);
}
.reasons__item:nth-of-type(2) p{
    max-width: 123px;
    font-size: 22px;
}
.reasons__item:nth-of-type(3){
    width: 260px;
    min-width: 260px;
    height: 260px;
    background-color: rgba(140, 39, 130, 0.80);
}
.reasons__item:nth-of-type(3) p{
    max-width: 207px;
}
.reasons__item:nth-of-type(4){
    width: 222px;
    min-width: 222px;
    height: 222px;
    background-color: rgba(122, 83, 169, 0.90);
}
.reasons__item:nth-of-type(4) p{
    max-width: 126px;
    font-size: 22px;
}
.reasons__item:nth-of-type(5){
    width: 202px;
    min-width: 202px;
    height: 202px;
    border: 3px solid #368CC1;
}
.reasons__item:nth-of-type(5) p{
    max-width: 126px;
    color: #368CC1;
}
@media (max-width: 1279px) {
    .reasons__title{
        margin-left: 11px;
    }
    .reasons__block {
        margin-top: 10px;
        margin-left: 0px;
    }
    .reasons__item + .reasons__item {
        margin-left: -29px;
    }
    .reasons__item:nth-of-type(5),
    .reasons__item:nth-of-type(1) {
        width: 190px;
        min-width: 190px;
        height: 190px;
    }
    .reasons__item:nth-of-type(4),
    .reasons__item:nth-of-type(2) {
        width: 215px;
        min-width: 215px;
        height: 215px;
    }
}
@media (max-width: 999px) {
    .reasons__title{
        margin-left: 34px;
    }
    .reasons__block{
        margin-top: 15px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .reasons__item + .reasons__item {
        margin-left: 0px;
    }
    .reasons__item:nth-of-type(1){
        order: 1;
        margin-top: -10px;
        margin-right: -2px;
    }
    .reasons__item:nth-of-type(2){
        margin-right: -25px;
    }
    .reasons__item:nth-of-type(4){
        margin-left: -25px;
    }
    .reasons__item:nth-of-type(5){
        order: 2;
        margin-top: -10px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .reasons{
        margin-top: 100px;
    }
    .reasons__title {
        font-size: 60px;
        flex-direction: column;
        align-items: start;
        gap: 0;
        margin-left: 37px;
    }
    .reasons__title .span-title {
        max-width: 400px;
        font-size: 24px;
    }
    .reasons__block{
        margin-top: 20px;
        margin-right: -10px;
        align-items: start;
        justify-content: start;
    }
    .reasons__item p{
        font-size: 20px;
    }
    .reasons__item:nth-of-type(4), 
    .reasons__item:nth-of-type(2) {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .reasons__item:nth-of-type(2) {
        margin-top: 46px;
    }
    .reasons__item:nth-of-type(2) p {
        max-width: 100px;
        font-size: 18px;
    }
    .reasons__item:nth-of-type(3) {
        width: 240px;
        min-width: 240px;
        height: 240px;
    }
    .reasons__item:nth-of-type(4) {
        margin-left: 96px;
        margin-top: -39px;
        position: relative;
        z-index: 2;
    }
    .reasons__item:nth-of-type(4) p {
        max-width: 105px;
        font-size: 18px;
    }
    .reasons__item:nth-of-type(5), .reasons__item:nth-of-type(1) {
        width: 170px;
        min-width: 170px;
        height: 170px;
    }
    .reasons__item:nth-of-type(1) {
        order: 3;
        margin-top: -41px;
        margin-right: 0;
        margin-left: 178px;
    }
    .reasons__item:nth-of-type(5) {
        margin-top: 15px;   
        margin-left: -12px;
        z-index: 1;
    }
}
@media (max-width: 479px) {
    .reasons__title {
        font-size: 60px;
        margin-left: -3px;
        width: auto;
        max-width: none;
        margin-right: -10px;
    }
    .reasons__block{
        margin-top: 10px;
        margin-right: 0;
    }
    .reasons__item:nth-of-type(1) {
        margin-top: -87px;
        margin-left: 15px;
    }
    .reasons__item:nth-of-type(2) {
        margin-top: 0;
    }
    .reasons__item:nth-of-type(3){
        margin-left: 92px;
        margin-top: -80px;
    }
    .reasons__item:nth-of-type(4) {
        margin-left: 0;
        margin-top: -86px;
    }
    .reasons__item:nth-of-type(5) {
        margin-top: -84px;
        margin-left: 160px;
    }
}
.pidtrymka{
    margin-top: 120px;
}
.pidtrymka__content{
    border-radius: 10px;
    background: rgba(122, 83, 169, 0.90);
    padding: 58px 100px 59px;
}
.pidtrymka__title{
    display: flex;
    align-items: center;
    font-size: 60px;
    gap: 12px;
    color: #fff;
}
.pidtrymka__title .span-title{
    max-width: 356px;
    font-size: 26px;
    line-height: 110%;
}
.pidtrymka__descr{
    margin-top: 15px;
    color: #fff;
    max-width: 900px;
}
.pidtrymka__box{
    margin-top: 20px;
    width: 100%;
    max-width: 880px;
    border-radius: 10px;
    border: 3px solid #FFF;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 21px;
    padding: 45px 0;
}
.pidtrymka__box-title{
    color: rgba(122, 83, 169, 0.90);
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pidtrymka__form{
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.pidtrymka__form-input,
.pidtrymka__form-input::placeholder{
    color: #CFCFCF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pidtrymka__form-input{
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(122, 83, 169, 0.90);
    background: #FFF;
    height: 30px;
    padding: 5px 10px;
    outline: none;
    color: #000;
}
.pidtrymka__form-end{
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 27px;
}
.pidtrymka__form-submit{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    border: 3px solid #FFF;
    background: rgba(169, 47, 157, 0.00);
    height: 43px;
    width: 100%;
    max-width: 133px;
    cursor: pointer;
    transition: all .2s ease;
    font-family: 'Montserrat', sans-serif;
}
.pidtrymka__form-submit:hover{
    background-color: #fff;
    color: #A92F9D;
}
.pidtrymka__form-label {
    color: rgba(122, 83, 169, 0.90);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.pidtrymka__form-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.pidtrymka__form-checkbox + .checkmark {
    position: relative;
    top: 7px;
    left: 0;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
}
.pidtrymka__form-checkbox + .checkmark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(122, 83, 169, 0.90);
    background: #FFF;
}
.pidtrymka__form-checkbox:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
    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: 8px;
}
.pidtrymka__form-submit:active,
.pidtrymka__form-submit{
    background: rgba(122, 83, 169, 0.90);
}
.pidtrymka__form-submit:hover{
    border: 2px solid rgba(122, 83, 169, 0.90);
}
.pidtrymka__form-submit:active{
    color: #fff;
}
.pidtrymka__block{
    margin-top: 25px;
    display: flex;
    gap: 33px;
}
.pidtrymka__block-descr{
    width: 100%;
}
.pidtrymka__block-descr:first-of-type{
    max-width: 565px;
}
.pidtrymka__block-descr:last-of-type{
    max-width: 580px;
}
@media (max-width: 1279px) {
    .pidtrymka__content{
        padding: 48px 62px;
    }
    .pidtrymka__descr{
        max-width: 813px;
    }
    .pidtrymka__box{
        padding: 50px 20px 44px;
    }
    .pidtrymka__block{
        gap: 24px;
    }
    .pidtrymka__block-descr:first-of-type {
        max-width: 468px;
    }
    .pidtrymka__block-descr:last-of-type {
        max-width: 478px;
    }
}
@media (max-width: 999px) {
    .pidtrymka__content {
        padding: 48px 53px 54px 49px;
    }
    .pidtrymka__title{
        flex-direction: column;
        gap: 3px;
        align-items: start;
    }
    .pidtrymka__title .span-title {
        max-width: 100%;
    }
    .pidtrymka__descr {
        max-width: 620px;
    }
    .pidtrymka__block{
        flex-direction: column;
        gap: 10px;
        margin-top: 30px;
    }
    .pidtrymka__block-descr:first-of-type,
    .pidtrymka__block-descr:last-of-type {
        max-width: 721px;
    }
}
@media (max-width: 767px) {
    .pidtrymka {
        margin-top: 100px;
    }
    .pidtrymka__content {
        padding: 48px 54px 47px 52px;
    }
    .pidtrymka__title{
        font-size: 40px;
    }
    .pidtrymka__descr {
        max-width: 336px;
    }
    .pidtrymka__box {
        padding: 60px 20px 55px;
    }
    .pidtrymka__form{
        max-width: 250px;
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .pidtrymka__form-end {
        grid-column: auto;
        margin-top: 8px;
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }
    .pidtrymka__form-label br{
        display: none;
    }
    .pidtrymka__form-checkbox + .checkmark{
        top: 1px;
    }
    .pidtrymka__form-submit{
        max-width: 100%;
        border: none;
    }
    .pidtrymka__box-title{
        font-size: 14px;
    }
    .pidtrymka__form-input{
        height: 40px;
    }
    .pidtrymka__block{
        margin-top: 20px;
    }
    .pidtrymka__block-descr:first-of-type, .pidtrymka__block-descr:last-of-type {
        max-width: 431px;
        margin-left: 14px;
    }
}
@media (max-width: 479px) {
    .pidtrymka__content {
        padding: 49px 7px 49px 22px;
    }
    .pidtrymka__title .span-title {
        font-size: 22px;
    }
    .pidtrymka__descr{
        font-size: 13px;
        max-width: 296px;
    }
    .pidtrymka__box{
        margin-top: 15px;
        padding: 41px 38px 37px;
        max-width: 285px;
    }
    .pidtrymka__block-descr:first-of-type{
        max-width: 339px;
        margin-left: 0;
        margin-right: -3px;
        width: auto;
    }
    .pidtrymka__block-descr:last-of-type{
        margin-left: 0;
    }
}
.promotion{
    margin-top: 203px;
    position: relative;
    z-index: 1;
}
.promotion__inner{
    display: flex;
    gap: 26px;
    position: relative;
    flex-direction: column;
    max-width: 1078px;
    margin-left: 93px;
}
.promotion__inner::after{
    position: absolute;
    content: '';
    width: 547px;
    height: 547px;
    border-radius: 547px;
    background: rgba(217, 217, 217, 0.30);
    top: -83px;
    left: -93px;
    z-index: -1;
}
.promotion__block:nth-child(2){
    display: flex;
    gap: 41px;
}
.promotion__title{
    margin-bottom: 15px;
    margin-left: -7px;
}
.promotion__title br{
    display: none;
}
.promotion__descr{
    max-width: 946px;
}
.promotion__content{
    display: flex;
    gap: 19px;
    margin-top: 18px;
    width: 100%;
    max-width: 133px;
}
.promotion__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;
}
.promotion__content-item:last-of-type .promotion__item-name{
    margin-bottom: 1px;
}
.promotion__item-descr{
    color: #2F2F2F;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 59px;
}
.promotion__content-item.underline{
    position: relative;
    height: max-content;
}
.promotion__content-item.underline::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='17' viewBox='0 0 74 17' fill='none'%3E%3Cpath d='M74 8.22656C74 3.80828 70.4183 0.226563 66 0.226563C61.5817 0.226563 58 3.80828 58 8.22656C58 12.6448 61.5817 16.2266 66 16.2266C70.4183 16.2266 74 12.6448 74 8.22656ZM66 6.72656L-2.38419e-07 6.72656V9.72656L66 9.72656V6.72656Z' fill='%23368CC1'/%3E%3C/svg%3E");
    bottom: -12px;
    left: 0;
    background-repeat: no-repeat;
    background-position: left;
}
.promotion__name{
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
}
@media (max-width: 1279px) {
    .promotion{
        margin-top: 182px;
    }
    .promotion__inner{
        margin-left: 28px;
        gap: 20px;
    }
    .promotion__descr {
        max-width: 926px;
    }
    .promotion__content-block .promotion__descr {
        max-width: 760px;
    }
    .promotion__inner::after {
        top: -62px;
        left: -78px;
    }
}
@media (max-width: 999px) {
    .promotion{
        margin-top: 142px;
    }
    .promotion__inner {
        margin-left: 0;
        gap: 15px;
        position: relative;
    }
    .promotion__inner::after {
        top: -42px;
        left: 24px;
        width: 650px;
        height: 650px;
    }
    .promotion__title {
        margin-bottom: 10px;
        margin-left: -4px;
        max-width: 515px;
    }
    .promotion__content {
        margin: 0;
        position: absolute;
        top: 50px;
        right: 50px;
    }   
    .promotion__descr {
        max-width: 725px;
    }
    .promotion__content-block .promotion__descr {
        max-width: 726px;
    }
}
@media (max-width: 767px) {
    .promotion {
        margin-top: 140px;
    }
    .promotion__inner::after {
        top: -40px;
        left: -250px;
    }
    .promotion__title br{
        display: block;
    }
    .promotion__name{
        max-width: 261px;
        font-size: 22px;
        line-height: 110%;
    }
    .promotion__block   {
        position: relative;
    }
    .promotion__content {
        top: -1px;
        right: 49px;
    }
}
@media (max-width: 479px) {
    .promotion {
        margin-top: 121px;
    }
    .promotion__inner{
        gap: 97px;
    }
    .promotion__inner::after {
        top: -41px;
        left: -247px;
    }
    .promotion__descr {
        margin-right: -2px;
    }
    .promotion__content {
        top: -77px;
        right: initial;
        left: 0px;
    }

}
.directions{
    margin-top: 159px;
}
.directions__inner{
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.directions__block{
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px 37px;
}
.directions__item-name{
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
}
.directions__item-descr{
    margin-top: 15px;
}
.directions__item ul{
    margin-top: 20px;
}
.directions__item ul li{
    color: #368CC1;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}
.directions__item ul li + li{
    margin-top: 4px;
}
.directions__item-btn{
    height: 56px;
    max-width: 324px;
    margin-top: 30px;
}
.directions__item:nth-of-type(1){
    max-width: 430px;
}
.directions__item:nth-of-type(2){
    max-width: 393px;
}
.directions__item:nth-of-type(3) .directions__item-btn{
    max-width: 366px;
}
.directions__end{
    margin-top: 32px;
    margin-left: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: max-content;
    height: max-content;
}
.directions__end::before{
    content: '';
    position: absolute;
    width: 123px;
    height: 123px;
    background-color: #368CC1;
    opacity: 0.8;
    border-radius: 50%;
    z-index: -1;
    right: -60px;
    bottom: -2px;
}
.directions__end-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    min-width: 300px;
    border-radius: 50%;
    background: rgba(140, 39, 130, 0.80);
    position: relative;
    z-index: 1;
}
.directions__end-descr{
    max-width: 164px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    margin-left: 20px;
}
.directions__end-descr span:nth-of-type(1){
    font-weight: 800;
}
.directions__end-descr span:nth-of-type(3){
    font-weight: 500;
}
.directions__end-descr span:nth-of-type(5){
    font-weight: 700;
}
@media (max-width: 999px) {
    .directions__inner{
        margin-left: 68px;
    }
    .directions__block{
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 30px;
    }
    .directions__item-descr{
        margin-top: 10px;
    }
    .directions__item:nth-of-type(1) {
        max-width: 586px;
    }
    .directions__item:nth-of-type(2) {
        max-width: 592px;
    }
    .directions__item:nth-of-type(3) {
        max-width: 588px;
        order: 1;
    }
    .directions__end {
        margin-top: 0;
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .directions{
        margin-top: 100px;
    }
    .directions__inner{
        margin-left: 4px;
    }
    .directions__title{
        font-size: 38px;
    }
    .directions__block{
        margin-top: 15px;
        gap: 25px;
    }
    .directions__item-name{
        font-size: 24px;
    }
    .directions__item ul li{
        font-size: 14px;
    }
    .directions__item-btn{
        margin-top: 15px;
    }
    .directions__item:nth-of-type(2) {
        max-width: 412px;
    }
    .directions__item:nth-of-type(3) {
        max-width: 432px;
    }
    .directions__item ul{
        margin-top: 10px;
    }
}
@media (max-width: 479px) {
    .directions__inner {
        margin-left: 0;
    }
    .directions__block {
        gap: 15px;
    }
    .directions__end {
        margin-top: 0;
        margin-left: 0;
    }
    .directions__end::before {
        right: -30px;
    }
    .directions__item:nth-of-type(3) .directions__item-name{
        max-width: 298px;
    }
}