.main__links{
    margin-bottom: 16px;
}
.main{
    margin-top: 109px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 33px;
    max-width: 1139px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 686px;
    min-width: 686px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: -5px;
	white-space: nowrap;
}
.main__descr{
    margin-bottom: 20px;
    max-width: 682px;
}
.main__box{
    display: flex;
    align-items: end;
    max-width: 419px;
    gap: 20px;
    justify-content: space-between;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__content{
    display: flex;
    align-items: end;
    gap: 12px;
}
.main__item-name{
    color: rgba(73, 72, 72, 0.70);
    font-family: "Koulen", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}
.main__content-item:last-of-type .main__item-name{
    margin-bottom: 4px;
}
.main__item-descr{
    color: #2F2F2F;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-top: 1px;
    margin-left: 1px;
}
.main__content-item.underline{
    position: relative;
    margin-bottom: 9px;
}
.main__content-item.underline .main__item-descr{
    margin-top: 2px;
    margin-left: 2px;
}
.main__content-item.underline::after{
    position: absolute;
    content: '';
    width: 120px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='16' viewBox='0 0 118 16' fill='none'%3E%3Cpath d='M118 8C118 3.58172 114.418 8.63095e-07 110 4.76837e-07C105.582 9.0579e-08 102 3.58172 102 8C102 12.4183 105.582 16 110 16C114.418 16 118 12.4183 118 8ZM110 6.5L1.31134e-07 6.49999L-1.31134e-07 9.49999L110 9.5L110 6.5Z' fill='%23368CC1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -13px;
    left: 0;
}
.main__block:first-of-type{
    max-width: 391px;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.main__block:first-of-type::before{
    content: '';
    position: absolute;
    top: 0;
    background-image: url('../img/promotion/kiev.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 391.27px;
    height: 334.184px;
    right: -5px;
}
@media (max-width: 1279px) {
    .main__inner{
        gap: 16px;
    }
    .main__links{
        margin-bottom: 30px;
        margin-left: -1px;
    }
    .main__block:first-of-type::before {
        top: -16px;
        right: -11px;
    }
}
@media (max-width: 999px) {
    .main__links {
        margin-bottom: 35px;
    }
    .main__inner{
        gap: 54px;
    }
    .main__block:first-of-type{
        width: 0;
    }
    .main__block:first-of-type::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='392' height='335' viewBox='0 0 392 335' fill='none'%3E%3Cpath d='M0 139.883C0 200.634 49.2487 249.883 110 249.883C170.751 249.883 220 200.634 220 139.883C220 79.1315 170.751 29.8828 110 29.8828C49.2487 29.8828 0 79.1315 0 139.883Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M87.6953 254.184C87.6953 298.366 123.513 334.184 167.695 334.184C211.878 334.184 247.695 298.366 247.695 254.184C247.695 210.001 211.878 174.184 167.695 174.184C123.513 174.184 87.6953 210.001 87.6953 254.184Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M121.27 135C121.27 209.558 181.711 270 256.27 270C330.828 270 391.27 209.558 391.27 135C391.27 60.4416 330.828 0 256.27 0C181.711 0 121.27 60.4416 121.27 135Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
        right: -220px;
        top: -20px;
    }
    .main__descr {
        max-width: 674px;
    }
    .main__block:last-of-type{
        min-width: auto;
    }
    .main__title {
        font-size: 70px;
        margin-right: -9px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 125px;
    }
    .main__links {
        margin-bottom: 14px;
        margin-left: 5px;
    }
    .main__inner{
        gap: 0;
    }
    .main__block:first-of-type::before {
        right: -113px;
        top: -29px;
    }
    .main__title{
        margin-bottom: 15px;
        font-size: 45px;
        letter-spacing: -0.45px;
        margin-left: 0;
    }
    .main__descr{
        margin-bottom: 18px;
    }
    .main__btn{
        max-width: 220px;
    }
    .main__box{
        gap: 30px 20px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main__block:first-of-type::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='270' height='270' viewBox='0 0 270 270' fill='none'%3E%3Cpath d='M0 135C0 209.558 60.4416 270 135 270C209.558 270 270 209.558 270 135C270 60.4416 209.558 0 135 0C60.4416 0 0 60.4416 0 135Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
        width: 234.38px;
        height: 234.38px;
        right: -115px;
        top: -16px;
    }
}
@media (max-width: 479px) {
    .main{
        margin-top: 181px;
    }
    .main__links{
        margin-bottom: 18px;
    }
    .main__title{
        letter-spacing: -0.34px;
        font-size: 34px;
    }
    .main__block:first-of-type::before {
        width: 270px;
        height: 270px;
        right: -93px;
        top: -26px;
    }
}
.advantages{
    margin-top: 120px;
}
.advantages__title.title{
    display: flex;
    padding-left: 18px;
}
.advantages__title .span-title{
    max-width: 232px;
    margin-left: 7px;
    margin-top: 1px;
}
.advantages__block{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}
.advantages__item{
    display: flex;
    gap: 10px;
}
.advantages__item-num{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(54, 140, 193, 0.80);
    color: #FFF;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
}
.advantages__item-name{
    margin-bottom: 8px;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; 
	white-space:nowrap;
}
.advantages__end{
    margin-top: 40px;
    max-width: 1047px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.advantages__name{
    font-size: 34px;
    font-weight: 300;
    line-height: 100%;
}
.advantages__btn{
    height: 56px;
    max-width: 258px;
}
@media (max-width: 1279px) {
    .advantages__inner{
        max-width: 807px;
        margin: 0 auto;
    }
    .advantages__title.title{
        padding-left: 15px;
    }
    .advantages__block {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
        "a d"
        "b e"
        "c ."; 
        gap: 15px 8px;
    }
    .advantages__item:nth-of-type(2){
        grid-area: b;
    }
    .advantages__item:nth-of-type(3){
        grid-area: c;
    }
    .advantages__end{
        margin-left: 16px;
        margin-top: 38px;
    }
}
@media (max-width: 999px) {
    .advantages__inner {
        margin: 0 -18px 0 -2px;
    }
    .advantages__title.title {
        padding-left: 10px;
    }
    .advantages__end {
        margin-left: 16px;
        margin-top: 34px;
    }
    .advantages__name{
        font-size: 32px;
    }
    .advantages__block{
        grid-template-areas: none;
        gap: 15px 20px;
    }
    .advantages__item:nth-of-type(2){
        grid-area:auto;
    }
    .advantages__item:nth-of-type(3){
        grid-area:auto;
    }
    .advantages__item-num{
        width: 80px;
        height: 80px;
        min-width: 80px;
        font-size: 50px;
    }
    .advantages__item:nth-of-type(4) .advantages__item-descr{
        max-width: 252px;
    }
    .advantages__item:nth-of-type(5) .advantages__item-descr{
        max-width: 256px;
    }
    .advantages__descr{
        max-width: 681px;
    }
}
@media (max-width: 767px) {
    .advantages__block{
        grid-template-columns: 1fr;
    }
    .advantages{
        margin-top: 100px;
    }
    .advantages__title .span-title{
        font-size: 24px;
    }
    .advantages__block{
        margin-top: 13px;
        gap: 5px;
    }
    .advantages__item-name{
        font-size: 18px;
    }
    .advantages__item{
        max-width: 419px;
    }
    .advantages__end{
        margin-left: 0;
        margin-top: 30px;
    }
    .advantages__name {
        font-size: 28px;
        max-width: 344px;
    }
    .advantages__descr{
        max-width: 425px;
    }
    .advantages__item:nth-of-type(4) .advantages__item-descr,
    .advantages__item:nth-of-type(5) .advantages__item-descr{
        max-width: 100%;
    }
    .advantages__inner{
        margin: 0;
    }
}
@media (max-width: 479px) {
    .advantages__title {
        flex-direction: column;
    }
    .advantages__title .span-title {
        font-size: 22px;
        max-width: 220px;
        margin-left: 5px;
    }
    .advantages__item-num {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 30px;
    }
    .advantages__item-name {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 2px;
    }
    .advantages__block{
        gap: 15px;
    }
    .advantages__name {
        margin-right: -17px;
    }
    .advantages__btn{
        max-width: 100%;
    }
}
.promotion{
    margin-top: 120px;
    overflow: hidden;
}
.promotion__title{
    max-width: 810px;
}
.promotion__box{
    margin-top: 20px;
    display: flex;
    border-top: 4px solid rgba(217, 217, 217, 0.50);
    border-bottom: 4px solid rgba(217, 217, 217, 0.50);
    min-height: 350px;
}
.promotion__block {
    width: 100%;
    max-width: 350px;
    padding-left: 30px;
    padding-right: 20px;
    min-width: 251px;
}
.promotion__block ul {
    max-width: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    margin: auto;
    height: 100%;
}
.promotion__block ul li{
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    width: max-content;
}
.promotion__block ul li.active{
    color: #368CC1;
}
.promotion__content{
    padding: 20px 6px 20px 27px;
    border-left: 4px solid rgba(217, 217, 217, 0.50);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion__item{
    display: none;
    width: 100%;
}
.promotion__item.active{
    display: block;
}
.promotion__item-block{
    display: flex;
    justify-content: space-between;
    gap: 1px;
    max-width: 732px;
    width: 100%;
    margin: 0 auto;
}
.promotion__item-name{
    margin-bottom: 20px;
    color: #368CC1;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%; /* 38px */
}
.promotion__item-descr{
    font-size: 18px;
    font-weight: 300;
    max-width: 559px;
}
.promotion__item-icon{
    margin-top: 29px;
    display: flex;
    align-items: center;
}
.promotion__item:first-of-type .promotion__item-block{
    gap: 5px;
    max-width: 782px;
}
.promotion__item:last-of-type .promotion__item-block{
    align-items: center;
    gap: 41px;
    max-width: 716px;
}
.promotion__item:last-of-type .promotion__item-icon{
    margin-top: 0;
}
@media (max-width: 1279px) {
    .promotion__block{
        max-width: 253px;
    }
    .promotion__item:last-of-type .promotion__item-block{
        gap: 15px;
    }
}
@media (max-width: 999px) {
    .promotion__title{
        max-width: 610px;
    }
    .promotion__box{
        flex-direction: column;
    }
    .promotion__content{
        border-top: 4px solid rgba(217, 217, 217, 0.50);
        border-left: none;
        padding: 31px 29px 31px 30px;
    }
    .promotion__block{
        padding: 13px 23px;
        max-width: 100%;
    }
    .promotion__block ul{
        margin: 0;
        gap: 10px;
    }
    .promotion__item-name{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .promotion{
        margin-top: 100px;
    }
    .promotion__title{
        font-size: 40px;
    }
    .promotion__block{
        padding: 19px 21px 25px 21px;
    }
    .promotion__content{
        padding: 26px 3px 33px 21px;
    }
    .promotion__block ul{
        gap: 8px;
    }
    .promotion__item-name{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .promotion__item-descr{
        font-size: 14px;
    }
    .promotion__item-icon{
        display: none;
    }
    .promotion__inner {
        margin: 0px -4px 0 -3px;
    }
    .promotion__box{
        min-height: auto;
    }
}
@media (max-width: 479px) {
    .promotion__title {
        font-size: 32px;
    }
    .promotion__box{
        margin-top: 15px;
        min-height: max-content;
    }
    .promotion__block {
        padding: 10px 7px 13px;
    }
    .promotion__block ul{
        gap: 6px;
    }
    .promotion__content {
        padding: 11px 9px 20px 0px;
    }
    .promotion__item-name {
        font-size: 20px;
    }
    .promotion__item-descr{
        font-size: 13px;
    }
}
.steps{
    margin-top: 120px;
}
.steps__inner{
    max-width: 864px;
    margin: 0 auto;
}
.steps__title{
    line-height: 110%;
}
.steps__descr{
    margin-top: 20px;
    max-width: 780px;
}
.steps__block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.steps__item{
    display: flex;
    align-items: center;
    gap: 53px;
}
.steps__item-num{
    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%;
    margin-top: -20px;
}
.steps__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;
}
.steps__item-content{
    padding: 33px 55px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 60px;
    border: 3px solid rgba(54, 140, 193, 0.80);
    max-width: 624px;
}
.steps__item-descr{
    max-width: 509px;
    color: #368CC1;
    font-weight: 500;
}
.steps__item:first-of-type .steps__item-descr{
    max-width: 416px;
}
.steps__item:last-of-type .steps__item-descr{
    max-width: 439px;
}
.steps__item:last-of-type .steps__item-num {
    color: rgba(140, 39, 130, 0.80);
    background-color: transparent;
    outline: 3px solid rgba(140, 39, 130, 0.80);
    outline-offset: -3px;
}
.steps__item:last-of-type .steps__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");
}
.steps__item:last-of-type .steps__item-content{
    background-color: rgba(140, 39, 130, 0.80);
    border: none;
}
.steps__item:last-of-type .steps__item-descr{
    color: #FFF;
}
@media (max-width: 999px) {
    .steps__title {
        font-size: 44px;
        margin: 0 -6px;
    }
    .steps__descr{
        margin-top: 15px;
        max-width: 721px;
    }
    .steps__item-content{
        justify-content: end;
        max-width: 487px;
    }
    .steps__item-descr,
    .steps__item:first-of-type .steps__item-descr,
    .steps__item:last-of-type .steps__item-descr{
        max-width: 363px;
    }
}
@media (max-width: 767px) {
    .steps{
        margin-top: 100px;
    }
    .steps__top {
        margin-left: 1px;
        margin-right: -1px;
    }
    .steps__title {
        margin: 0;
        font-size: 38px;
    }
    .steps__descr{
        max-width: 442px;
        margin-top: 10px;
    }
    .steps__item-num{
        width: 80px;
        height: 80px;
        min-width: 80px;
        font-size: 50px;
        margin-top: -2px;
    }
    .steps__item-num::after {
        width: 30px;
        overflow: hidden;
        background-position: right;
        right: -35px;
        top: 22px;
    }
    .steps__item-descr{
        max-width: 261px;
    }
    .steps__item-content {
        padding: 25px 12px;
        max-width: 332px;
        justify-content: center;
    }
    .steps__block{
        margin: 15px -5px 0;
        gap: 8px;
    }
    .steps__item{
        gap: 38px;
    }
    .steps__item:first-of-type .steps__item-descr{
        max-width: 251px;
    }
    .steps__item:last-of-type .steps__item-descr{
        max-width: 291px;
    }
    .steps__item:last-of-type .steps__item-content{
        justify-content: end;
        margin-right: -5px;
    }
}
@media (max-width: 479px) {
    .steps__title{
        font-size: 28px;
    }
    .steps__descr {
        max-width: 315px;
    }
    .steps__item{
        flex-direction: column;
        gap: 8px;
    }
    .steps__item-descr {
        max-width: 100%;
        font-size: 12px;
    }
    .steps__item-content{
        border: none;
        padding: 0;
    }
    .steps__item:last-of-type .steps__item-content{
        background-color: transparent;
    }
    .steps__item:last-of-type .steps__item-descr{
        color: rgba(140, 39, 130, 0.80);
    }
    .steps__item-num{
        margin-top: 0;
        margin-left: -40px;
    }
    .steps__block{
        gap: 18px;
        margin: 15px 10px 0;
    }
    .steps__item:first-of-type .steps__item-descr,
    .steps__item:last-of-type .steps__item-descr{
        max-width: 100%;
    }
}

.contextual{
    margin-top: 120px;
}
.contextual__inner{
    display: flex;
    max-width: 1280px;
    margin: 0 -48px;
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 43px 53px 88px 50px;
    gap: 20px;
    justify-content: space-between;
}
.contextual__content{
    width: 100%;
}
.contextual__content:first-of-type{
    max-width: 575px;
}
.contextual__content:last-of-type{
    max-width: 534px;
}
.contextual__title{
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.contextual__descr{
    margin-top: 15px;
}
.contextual__name{
    margin-top: 20px;
    color: #368CC1;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%; /* 19.8px */
}
.contextual__content ul{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contextual__block{
    margin-top: 20px;
    display: flex;
    gap: 21px;
}
.contextual__block-banner{
    border-radius: 10px;
    border: 3px solid rgba(54, 140, 193, 0.80);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contextual__banner-descr{
    font-weight: 400;
    max-width: 315px;
}
.contextual__block-name{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    line-height: 110%;
    max-width: 214px;
}
.contextual__block-name span{
    font-size: 14px;
    font-weight: 300;
}
.contextual__block-name:first-of-type{
    max-width: 179px;
}
.contextual__block-content{
    max-width: 197px;
    width: 100%;
}
.contextual__block-name + .contextual__block-name{
    margin-top: 10px;
}
.contextual__content:last-of-type .contextual__block{
    align-items: center;
}
.contextual__content:last-of-type .contextual__block-content{
    max-width: 133px;
}
.contextual__content-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 110%; 
    max-width: 465px;
}
.contextual__content:first-of-type .contextual__block-banner{
    max-width: 364px;
    min-height: 171px;
}
.contextual__content:last-of-type .contextual__block-banner{
    min-height: 186px;
}
.contextual__more{
    display: none;
}
@media (max-width: 1279px) {
    .contextual{
        background-color: #F4F4F4;
    }
    .contextual__inner{
        background-color: transparent;
        flex-direction: column;
        gap: 50px;
        padding: 50px 0 50px;
        margin: 0;
    }
    .contextual__title{
        max-width: 843px;
    }
    .contextual__descr{
        max-width: 853px;
    }
    .contextual__content:first-of-type,
    .contextual__content:last-of-type{
        max-width: 853px;
        margin: 0 auto;
    }
    .contextual__content ul{
        max-width: 732px;
        gap: 10px;
    }
    .contextual__block{
        align-items: center;
    }
    .contextual__block-content{
        max-width: 100%;
    }
    .contextual__block-name,
    .contextual__block-name:first-of-type{
        max-width: 100%;
    }
    .contextual__content:first-of-type .contextual__block-banner{
        max-width: 440px;
    }
    .contextual__banner-descr{
        max-width: 340px;
    }
    .contextual__content-title{
        max-width: 834px;
    }
    .contextual__content:last-of-type .contextual__descr{
        max-width: 834px;
    }
    .contextual__content:last-of-type .contextual__block-banner {
        max-width: 561px;
    }
    .contextual__content:last-of-type .contextual__block-content{
        max-width: 270px;
    }
    .contextual__content:last-of-type .contextual__banner-descr{
        max-width: 468px;
    }
    .contextual__content:last-of-type ul{
        max-width: 100%;
    }
}
@media (max-width: 999px) {
    .contextual__inner{
        padding: 50px 0 32px;
        gap: 38px;
    }
    .contextual__title{
        font-size: 32px;
    }
    .contextual__block{
        gap: 10px;
        justify-content: space-between;
        align-items: stretch;
    }
    .contextual__content:first-of-type .contextual__block-banner {
        max-width: 479px;
        min-height: auto;
        height: auto;
    }
    .contextual__block-content {
        max-width: 228px;
    }
    .contextual__block-name:first-of-type {
        max-width: 176px;
    }
    .contextual__block-name{
        max-width: 206px;
    }
    .contextual__content:last-of-type .contextual__block-content{
        max-width: 176px;
    }
    .contextual__content-title{
        font-size: 28px;
    }
    .contextual__content:last-of-type .contextual__descr {
        max-width: 729px;
    }
    .contextual__content:last-of-type .contextual__banner-descr {
        max-width: 447px;
    }
    .contextual__content:last-of-type .contextual__block-banner {
        max-width: 531px;
        min-height: auto;
        height: auto;
        padding: 22px 10px;
    }
}
@media (max-width: 767px) {
    .contextual{
        margin-top: 100px;
    }
    .contextual__inner{
        padding: 36px 0 0;
        gap: 38px;
        max-width: 420px;
        margin: 0 auto -10px;
    }
    .contextual__title {
        font-size: 28px;
    }
    .contextual__descr{
        margin-top: 10px;
        max-width: 420px;
    }
    .contextual__content-title {
        font-size: 26px;
    }
    .contextual__block{
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }
    .contextual__block-content {
        max-width: 100%;
    }
    .contextual__block-banner,
    .contextual__content:last-of-type .contextual__block-banner{
        padding: 14px;        
    }
    .contextual__block-name {
        max-width: 100%;
    }
    .contextual__block-name:first-of-type {
        max-width: 100%;
    }
    .contextual__name {
        margin-top: 15px;
        font-size: 15px;
    }
    .contextual__banner-descr {
        max-width: 381px;
    }
    .contextual__content:first-of-type .contextual__block-banner {
        min-height: 89px;
    }
    .contextual__content:last-of-type .contextual__block-content {
        max-width: 100%;
    }
    .contextual__content:last-of-type .contextual__block-banner {
        min-height: 135px;
    }
    .contextual__content:last-of-type{
        display: none;
    }
    .contextual__inner.show .contextual__content:last-of-type{
        display: block;
    }
    .contextual__more {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background-color: transparent;
        color: #368CC1;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        cursor: pointer;
        outline: none;
        gap: 6px;
        transform: translateY(30px);
        padding-left: 15px;
    }
    .contextual__inner.show ~ .contextual__more {
        font-size: 0;
        transform: translateY(30px) rotate(180deg);
    }
}
@media (max-width: 479px) {
    .contextual__content-title {
        font-size: 22px;
    }
    .contextual__title{
        font-size: 22px;
    }
    .contextual__descr{
        font-size: 12px;
    }
    .contextual__name{
        font-size: 13px;
        margin-top: 10px;
    }
    .contextual__content ul{
        margin-top: 10px;  
        gap: 8px; 
    }
    .contextual__block{
        margin-top: 10px;
    }
    .contextual__block-name{
        gap: 6px;
    }
    .contextual__block-name span{
        font-size: 12px;
    }
    .contextual__more{
        font-size: 12px;
        gap: 4px;
        padding-left: 0px;
    }
    .contextual__more svg{
        width: 14px;
    }
}
.choice{
    margin-top: 50px;
}
.choice__inner{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.choice__item{
    display: flex;
    gap: 20px;
}
.choice__top{
    border-radius: 10px;
    background: rgba(140, 39, 130, 0.80);
    padding: 30px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 480px;
}
.choice__title{
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
    max-width: 100%;
}
.choice__content{
    width: 100%;
}
.choice__descr{
    color: #fff;
}
.choice__name{
    color: #368CC1;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 110%;
}
.choice__content ul{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.choice__content ul li{
    color: #857E7E;
}
.choice__bottom{
    border-radius: 10px;
    background: rgba(140, 39, 130, 0.80);
    padding: 20px;
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choice__end{
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    padding: 10px 0;
    margin-top: 2px;
    max-width: 660px;
}
.choice__item:nth-of-type(2) .choice__top,
.choice__item:nth-of-type(2) .choice__bottom{
    background-color: rgba(122, 83, 169, 0.90);
}
.choice__item:nth-of-type(3) .choice__top,
.choice__item:nth-of-type(3) .choice__bottom{
    background-color: rgba(54, 140, 193, 0.80);
}
.choice__item:nth-of-type(3) .choice__end{
    max-width: 100%;
}
@media (max-width: 1279px) {
    .choice__top{
        max-width: 470px;
        padding-top: 47px;
    }
    .choice__item{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3px 18px;
    }
    .choice__end{
        grid-column: span 2;
        margin-top: 0;
        padding-left: 19px;
        max-width: 920px;
    }
    .choice__item:nth-of-type(1) .choice__end{
        max-width: 820px;
    }
    .choice__item:nth-of-type(3) .choice__end{
        max-width: 920px;
    }
    .choice__content ul{
        max-width: 469px;
    }
}
@media (max-width: 999px) {
    .choice__top{
        max-width: 100%;
        padding: 31px 20px;
    }
    .choice__inner{
        gap: 13px;
    }
    .choice__content ul{
        max-width: 100%;
    }
    .choice__item{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .choice__end{
        grid-column: auto;
        padding-left: 0;
    }
    .choice__content{
        padding-left: 20px;
    }
    .choice__item:nth-of-type(1) .choice__end {
        max-width: 560px;
    }
    .choice__item:nth-of-type(2) .choice__end {
        max-width: 676px;
    }
}
@media (max-width: 767px) {
    .choice__inner {
        margin: 0 -6px;
        gap: 6px;
    }
    .choice {
        margin-top: 81px;
    }
    .choice__title{
        font-size: 24px;
    }
    .choice__name {
        font-size: 16px;
        max-width: 392px;
    }
    .choice__content ul{
        gap: 8px;
        margin-top: 8px;
    }
    .choice__end{
        margin-top: 11px;
    }
}
@media (max-width: 479px) {
    .choice__inner{
        gap: 15px;
    }
    .choice__item{
        gap: 10px;
    }
    .choice__title {
        font-size: 18px;
    }
    .choice__descr,
    .choice__end{
        font-size: 12px;
    }
    .contextual__more{
        margin-top: 15px;
    }
    .choice__end{
        padding: 0;
        margin-top: 15px;
    }
}
.news{
    margin-top: 60px;
}
.news__inner{
    max-width: 1147px;
}
.news__content{
    display: flex;
    gap: 34px;
}
.news__box:first-of-type{
    width: 100%;
    max-width: 645px;
}
.news__box:last-of-type{
    width: 100%;
    max-width: 468px;
}
.news__title{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
    line-height: 110%; 
}
.news__banner{
    margin-top: 20px;
    padding: 30px;
    border-radius: 10px;
    border: 3px solid rgba(54, 140, 193, 0.80);
}
.news__banner-descr{
    font-weight: 400;
}
.news__block{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.news__item{
    display: flex;
    align-items: center;
}
.news__name{
    color: #368CC1;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
}
.news__box ul{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.news__thereby{
    margin-top: 30px;
    color: rgba(54, 140, 193, 0.80);
    font-size: 18px;
    font-weight: 500;
    max-width: 1100px;
}
@media (max-width: 1279px) {
    .news {
        margin-top: 50px;
    }
    .news__content{
        flex-direction: column;
        gap: 20px;
        max-width: 541px;
        margin: 0 auto;
    }
    .news__title {
        margin-right: -4px;
    }
    .news__box:last-of-type{
        margin: 0 auto;
    }
    .news__thereby{
        max-width: 663px;
        margin: 32px auto 0;
    }
}
@media (max-width: 767px) {
    .news__title {
        font-size: 22px;
    }
    .news__banner {
        padding: 18px 19px;
        min-height: 148px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news__box:last-of-type{
        max-width: 414px;
    }
    .news__name {
        font-size: 16px;
    }
    .news__thereby {
        max-width: 410px;
        margin: 20px auto 0;
        font-size: 16px;
    }
    .news__item svg{
        width: 127px;
        height: 127px;
    }
}
@media (max-width: 479px) {
    .news__inner {
        margin: 0 -4px;
    }
    .news__block{
        justify-content: center;
    }
    .news__item svg{
        width: 90px;
        height: 90px;
    }
    .news__box ul{
        gap: 6px;
    }
    .news__box ul li {
        font-size: 12px;
    }
    .news__title,
    .news__descr{
        padding-left: 19px;
    }
    .news__title{
        max-width: 253px;
        margin: 0 0 15px;
    }
    .news__descr{
        font-size: 12px;
        max-width: 311px;
    }
    .news__banner{
        margin-top: 15px;
        padding: 18px 17px;
    }
    .news__banner-descr {
        font-size: 12px;
        max-width: 283px;
    }
    .news__thereby {
        max-width: 410px;
        margin: 20px 0;
        font-size: 13px;
    }
}