body {
    overflow-x: hidden;
}

.wrapper {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 119px;
}

.path {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 30px;

    color: rgba(0, 0, 0, 0.50);
}

.path .pagename {
    all: unset;
    font-size: 13px;
    line-height: 18px;
}

.path .pagename.active {
    font-weight: 600;
}

.about_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 53px;

    margin-top: 80px;
    box-sizing: border-box;
}

.about_block .info>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.about_block .info>.text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 40px;
}

.about_block .info>.text p:not(:first-child) {
    padding-top: 15px;
}

.about_block .pictures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about_block .pictures .left {
    display: grid;
    grid-template-rows: 1fr 280px;
    gap: 30px;
}

.about_block .pictures .right {
    display: grid;
    grid-template-rows: 280px 1fr;
    gap: 30px;
}

.about_block .pictures .img_wrapper {
    border-radius: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about_block .pictures .img_wrapper img {
    position: absolute;
    object-fit: cover;
}

.about_block .pictures .left .img_wrapper:first-child img {
    /* height: 156%;
    left: calc(100vw / 1920 - 1260px);
    top: -25px; */
    height: 150%;
    transform: translate(-78%, -35%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.about_block .pictures .left .img_wrapper:last-child img {
    height: 100%;
    right: 0;
}

.about_block .pictures .right .img_wrapper:last-child img {
    /* height: 105%;
    left: calc((100vw / 1920 - 805px));
    top: -20px; */
    height: 110%;
    transform: translate(5%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
}

.about_block .pictures .right .img_wrapper:first-child img {
    height: 135%;
    right: 0;
    top: -78px;
}

.about_block .info .button {
    all: unset;
    text-align: center;

    border-radius: 10px;
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0050EC 0%, #0050EC 100%);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
    padding: 24px 64px;

    color: var(--white, #FAFAFA);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;

    transform: translateY(50%);
}

.about_block .info .button:hover {
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0D81EC 0%, #20A5CF 100%);
}

.goals_block {
    margin-top: 170px;
}

.goals_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.goals_block .list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 36px;
}

.goals_block .list .item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 35px;
    box-sizing: border-box;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 18px 0px rgba(0, 52, 81, 0.10);
}

.goals_block .list .item .icon {
    width: 70px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #FFF;
    background: var(--1, linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
}

.goals_block .list .item .info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.goals_block .list .item .info .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.goals_block .list .item .info .description {
    font-size: 18px;
    line-height: 24px;
}

.achievements_block {
    margin-top: 140px;
}

.achievements_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.achievements_block .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 110px;
}

.achievements_block .list .item_wrapper {
    display: flex;
    justify-content: center;
}

.achievements_block .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-bottom: 32px;
}

.achievements_block .list .item .title {
    color: #2468EF;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
}

.achievements_block .list .item .description {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.partners_block {
    position: relative;
    margin-top: 140px;
}

.partners_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.partners_block .swiper {
    margin-top: 60px;
    overflow: visible;
}

.partners_block .swiper .swiper-slide {
    max-width: 170px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    border-radius: 100%;
}

.partners_block .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partners_block .swiper .swiper-slide img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -38px !important;
}

.partners_block .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 5px;

    border-radius: 10px;
    background: #DBDADA80;
    opacity: 1;

    transition: all .4s ease-in-out;
}

.partners_block .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
}

.swiper-button-prev {
    display: flex;
    align-items: center;
    width: 71px !important;
    height: 71px !important;
    z-index: 1;

    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);

    cursor: pointer;
}

.swiper-button-next {
    display: flex;
    align-items: center;
    width: 71px !important;
    height: 71px !important;
    z-index: 1;

    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);

    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}

.partners_block .swiper .swiper-button-next svg {
    transform: translateX(2px) rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 24px !important;
}

.swiper-button-prev svg {
    transform: translateX(-2px);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev {
    margin-top: 0;
    transform: translate(-50%, -25%);
}

.swiper-button-next {
    margin-top: 0;
    transform: translate(50%, -25%);
}



.order_consultation_mobile {

    display: none;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.order_consultation_mobile>.title {
    font-size: 32px;
    font-weight: 700;
}

.order_consultation_mobile>.subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.order_consultation_mobile input {
    all: unset;
    margin-top: 30px;
    padding: 25px 42px;

    color: var(--white);
    font-size: 20px;
    line-height: 20px;

    border-radius: 10px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}



.swiper-button-prev,
.swiper-button-next {
    transition: all .3s ease-in-out;
}

.swiper-button-prev:hover {
    transform: translate(-50%, -25%) scale(1.1);
}

.swiper-button-next:hover {
    transform: translate(50%, -25%) scale(1.1);
}