.timelapse-bottom .timelapse-item>img {
    margin-bottom: 24px;
    margin-left: 0;
    width: 208px;
    height: 160px;
}

.timelaps-slider-item__title {
    color: #333;
    text-align: left;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-top: 32px;
}

.timelaps-slider-item__description {
    color: #6D6D6D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.timelaps-slider-item__images {
    margin-top: 24px;
}

.timelaps-slider-item__images img {
    width: 100%;
    object-fit: none;
    border-radius: 12px;
}

.slide-date-active {
    font-weight: 800;
}

.swiper-years .swiper-slide.slide-date-active {
    color: #333;
}

.swiper-years .swiper-slide {
    color: #D0D0D0;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.swiper-years {
    padding-left: 16px;
    margin-top: 64px;
    margin-bottom: 32px;
}

.swiper-years .swiper-slide::after {
    content: "";
    position: absolute;
    background: #D0D0D0;
    width: calc(100% - 58px);
    height: 1px;
    top: 50%;
    left: 55%;
}

.swiper-years .swiper-slide:last-child::after {
    display: none;
}

.arrows-wrapper {
    display: flex;
    gap: 10px;
}

.mobile {
    display: none;
}

.expiriens {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-top: 80px;
}

.expiriens-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.expiriens-item__title {
    color: #333;
    font-family: "Roboto", 'sans-serif';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.expiriens-item__text {
    color: #6D6D6D;
    font-family: "Roboto", 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.expiriens-item__button {
    padding: 18px 20px;

    color: #FFF;
    font-family: "Roboto", 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 4px;
    background: #008E39;

    text-align: center;
    width: 100%;
    transition: 0.3s;

    &:hover {
        color: white;
        background: #08873b;
        cursor: pointer;
    }
}

.expiriens-items {
    max-width: 407px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.expiriens-item__text p {
    margin: 0;
}

.reality-fabric__text {
    max-width: 461px;
}

.bg-transparent {
    background: transparent !important;
}

.margin-0 {
    margin: 0;
    padding: 0;
}

.image-working {
    margin: 0;
}

.reality-fabric__text p {
    color: #5B7693;
    font-family: "Roboto", 'sans-serif';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reality-fabric__wrapper {
    margin-top: 80px;
    background: linear-gradient(180deg, #EBF3F6 0%, #E2EFF6 58.06%, #D8E2EB 100%);


    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 98px;
}

.map-wokring__img {
    height: 755px;
    position: relative;
}

.map-wokring__img img {
    position: absolute;
    left: 50%;
    z-index: 0;
    top: -139px;
    transform: translate(-50%, 0);
}

.map-working__title {
    color: #333;
    font-family: "Roboto", 'sans-serif';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 644px;
    margin-bottom: 24px;
}

.map-working {
    margin-top: 80px;
}

.map-working__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
    max-height: 220px;
    align-content: flex-start;
    z-index: 1;
    position: relative;
}

.city-item {
    color: #333;
    font-family: "Roboto", 'sans-serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.timelapse:not(.timelapse-bottom) {
    margin-top: 80px;
}

.timelapse.timelapse-bottom {
    display: flex;
    justify-content: flex-end;
}

.timelapse-top {
    display: flex;
    align-items: flex-end;
}

.timelapse-item__img img {
    width: 206px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.timelapse-item__subitem-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.line-hr {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
}

.timelapse-item__subitem {
    width: 165px;
    /*padding-left: 14px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
    gap: 10px;
}

.timelapse-item__subitem:after {
    content: "";
    position: absolute;
    left: -33px;
    width: 2px;
    height: 100%;
    background: #D0D0D0;
}

.timelapse-bottom .timelapse-item:before {
    top: 0;
}

.timelapse-bottom .timelapse-item:last-of-type {
    width: fit-content;
}

.timelapse-item__subitem:before {
    content: "";
    position: absolute;
    left: -37px;
    bottom: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #D0D0D0;
}

.timelapse-item__subitem-title {
    color: #333;
    text-align: right;
    font-family: "Roboto", "sans-serif";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.timelapse-item__subitem-text {
    color: #6D6D6D;
    font-family: "Roboto", "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.timelapse-item.lasr-items {
    width: 220px;
}

.timelapse-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    width: calc(100% / 5);
    position: relative;
    padding-left: 16px;
    justify-content: flex-end;
}

.rows-timelapse-item {
    display: flex;
    gap: 8;
}

.rows-timelapse-item img {
    height: fit-content;
    cursor: pointer;
}

.rows-timelapse-left {
    width: 220px;
}

.timelapse-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: #D0D0D0;
}

.timelapse-item:before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #D0D0D0;
}


.timelapse-item__title {
    color: #333;
    text-align: right;
    font-family: "Roboto", "sans-serif";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: start;
}

.timelapse-item__description {
    color: #6D6D6D;
    font-family: "Roboto", "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 206px;
    margin-bottom: 24px;
}

.best-exports {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.best-exports__left .best-exports__left-text {
    color: #6D6D6D;
    font-family: "Roboto", "sans-serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.best-exports__left .best-exports__left-title {
    color: #333;
    font-family: "Roboto", "sans-serif";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.info-company__text-white {
    width: 661px;
}

.slogan-company {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 640px;
    position: relative;
    height: 446px;
}

.slogan-company__picture {
    position: absolute;
    left: calc(100% + 24px);
}

.slogan-company__picture img {
    width: 933px;
    height: 446px;
}

.slogan-company__text {
    color: #333;
    font-family: "Roboto", "sans-serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.info-company {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    gap: 32px;
}

.info-company__right {
    width: 440px;
    display: flex;
    gap: 18px;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 0px 16px 16px 0px;
}

.info-company__left {
    border-radius: 0px 16px 16px 0px;
    background: #0C54A0;
    box-shadow: -20vmax 0vmax 0vmax 0vmax #0C54A0;
    clip-path: inset(0 0 0 -100vmax);
    padding: 40px 150px 40px 0px;
    background-image: url('/images/bg-logo.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 488px;
}

.info-company__text-white {
    color: #FFF;
    font-family: "Roboto", "sans-serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.info-company__text-black {
    color: #333;
    font-family: "Roboto", "sans-serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.company-logo {
    margin-bottom: 64px;
}

.info-company__text-white:not(:last-child) {
    margin-bottom: 18px;
}

.swiper-years {
    display: none;
}

.mobile-about-page__wrapper {
    display: none;
}

@media (max-width: 1600px) {
    .reality-fabric__wrapper img {
        width: 100%;
    }

    .reality-fabric__wrapper {
        padding: 12px 0 12px 24px;
    }

    .reality-fabric__text p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
	.map-working__list {
		max-height: 460px;
	}
}

@media (max-width: 991px) {

    .swiper-years {
        display: flex;
    }

    .mobile-about-page__wrapper {
        display: block;
    }

    /*порядок стран*/
    .city-item:nth-child(5) {
        margin-bottom: 12px;
    }

    .city-item:nth-child(10) {
        margin-bottom: 12px;
    }

    .city-item:nth-child(17) {
        margin-bottom: 12px;
    }

    /*порядок стран*/
    .map-wokring__img {
        height: 204px;
    }

    .slogan-company {
        max-width: 640px;
        width: 100%;
    }

    .slogan-company__picture img {
        width: 100%;
        height: 100%;
    }

    .info-company__text-white {
        color: #FFF;
        font-family: 'Roboto', 'sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .info-company__left {
        background-size: 100%;
        padding: 32px 0;
    }

    .info-company {
        gap: 24px;
        margin-top: 64px;
    }

    .info-company__text-white {
        max-width: 640px;
        width: 100%;
    }

    .best-exports {
        margin-top: 204px;
    }

    .best-exports.best-exports-top {
        margin-top: 64px;
    }

    .company-logo {
        margin-bottom: 32px;
        width: 100px;
        height: 65px;
    }

    .info-company__text-black {
        color: #333;
        font-family: 'Roboto', 'sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .info-company__right {
        max-width: 440px;
        width: 100%;
    }

    .best-exports {
        flex-direction: column-reverse;
    }

    .best-exports__left .best-exports__left-title {
        color: #333;
        font-family: 'Roboto', 'sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .best-exports__left-text {
        color: #6D6D6D;
        font-family: 'Roboto', 'sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .best-exports__right img {
        width: 100%;
    }

    .best-exports__left .best-exports__left-text {
        color: #6D6D6D;
        margin-top: 8px;
        font-family: 'Roboto', 'sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
    }

    .slogan-company {
        flex-direction: column;
        height: unset;
    }

    .slogan-company__picture {
        position: unset;
        left: unset;
    }

    .slogan-company__text {
        color: #333;
        font-family: 'Roboto', 'sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .info-company {
        flex-direction: column;
    }

    .info-company__left {

        background-image: url(/images/bg-logo-mobile.svg);
    }

    .reality-fabric__text p {
        color: #5B7693;
        font-family: 'Roboto', 'sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .image-working {
        width: 100%;
    }

    .reality-fabric__wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .expiriens {
        flex-direction: column-reverse;
        margin-top: 64px;
    }

    .reality-fabric__wrapper {
        margin-top: 64px;
    }

    .expiriens-img img {
        width: 100%;
    }

    /*.city-item:nth-child(5n){*/
    /*    margin-bottom: 20px;*/
    /*}*/
    .expiriens-item__title {
        color: #333;
        font-family: 'Roboto', 'sans-serif';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }

    .expiriens-item__button {
        color: #FFF;
        font-family: 'Roboto', 'sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 18px 10px;
    }

    .reality-fabric__text {
        padding-top: 20px;
    }

    .reality-fabric__text p {
        margin: 0;
    }

    .reality-fabric__text {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

		.map-wokring__img img {
			top: -135px;
			height: 200%;
		}

    .map-wokring__img .map-wokring__img img {
        width: 100%;
        position: unset;
        transform: unset;
    }


    .timelapse {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .line-hr.desktop {
        display: none !important;
    }

    .map-working {
        margin-top: 64px;
    }

    .map-working__title {
        color: #333;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }

    .best-exports-reality {
        flex-direction: column;
    }

    .expiriens-item__text p:last-child {
        margin-top: 12px;
    }

    .topic {
        display: none;
    }

    h2.mobile {
        margin-bottom: 12px;
        color: #333;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }

    .mobile-picture__peoples {
        height: 280px;
    }

    .city-item {
        color: #333;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .swiper-years .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* Добавляем отступ ТОЛЬКО для "2022-2023" */
    .swiper-years .swiper-slide[data-year="2022-2023"] {
             margin-right: 7px !important;
        width: 126px !important;
    }
    .swiper-years .swiper-slide[data-year="2022-2023"]::after{
  left: 75%;
    }
}

@media (max-width: 500px) {
	.map-wokring__img img {
		height: 150%;
	}

	.map-working__list {
		max-height: 650px;
	}
}
