

/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/style.css?177800391510189*/
.slider-image {
}

/* AM.PM World about page */
.about-world {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #0e0e0e;
}

.about-world__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    padding: 20px 0 96px;
}

.about-world__intro-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.25;
}

.about-world__intro-text {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 1px;
}

.about-world__scene {
    position: relative;
    display: flex;
    min-height: 500px;
    overflow: hidden;
}

.about-world__scene-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-world__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 500px;
    padding: 48px;
    color: #fff;
}

.about-world__scene--left {
    justify-content: flex-start;
}

.about-world__scene--right {
    justify-content: flex-end;
}

.about-world__scene--gray .about-world__panel {
    background: linear-gradient(270deg, rgba(76, 77, 78, .8), #4c4d4e 58%);
}

.about-world__scene--blue .about-world__panel {
    background: linear-gradient(270deg, rgba(55, 102, 114, .84), #376672 58%);
}

.about-world__scene--light .about-world__panel {
    background: linear-gradient(270deg, #f1f3f4, rgba(241, 243, 244, .8));
}

.about-world__scene--beige .about-world__panel {
    background: linear-gradient(90deg, #ede9e4 55%, rgba(237, 233, 228, .8));
}

.about-world__scene--black .about-world__panel {
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), #000 58%);
}

.about-world__scene--brown .about-world__panel {
    background: linear-gradient(90deg, #4c4d4e 55%, rgba(76, 77, 78, .8));
}

.about-world__panel--dark {
    color: #0e0e0e;
}

.about-world__panel h3 {
    margin: 0 0 24px;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
}

.about-world__panel h3:not(:first-child) {
    margin-top: 32px;
}

.about-world__panel p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 1px;
}

.about-world__panel p:not(:last-child) {
    margin-bottom: 18px;
}

.about-world__panel ul:not(.about-world__awards) {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding-left: 20px;
}

.about-world__panel li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
}

.about-world__awards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.about-world__awards li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.about-world__awards img {
    display: block;
    max-width: 88px;
    max-height: 64px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .about-world__intro {
        padding-bottom: 56px;
    }

    .about-world__panel {
        padding: 36px;
    }

    .about-world__panel h3 {
        font-size: 32px;
    }
}

@media (max-width: 920px) {
    .about-world__intro {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 16px 0 40px;
    }

    .about-world__intro-title {
        font-size: 32px;
    }

    .about-world__intro-text {
        font-size: 18px;
    }

    .about-world__scene,
    .about-world__panel {
        min-height: 430px;
    }

    .about-world__panel {
        width: 100%;
        padding: 28px;
    }

    .about-world__scene--gray .about-world__panel,
    .about-world__scene--blue .about-world__panel,
    .about-world__scene--black .about-world__panel,
    .about-world__scene--brown .about-world__panel {
        background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .45));
        color: #fff;
    }

    .about-world__scene--light .about-world__panel,
    .about-world__scene--beige .about-world__panel {
        background: linear-gradient(90deg, rgba(241, 243, 244, .9), rgba(241, 243, 244, .62));
        color: #0e0e0e;
    }

    .about-world__panel h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .about-world__panel p,
    .about-world__panel li {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .about-world__scene,
    .about-world__panel {
        min-height: 520px;
    }

    .about-world__panel {
        padding: 20px;
    }

    .about-world__awards {
        gap: 16px;
    }

    .about-world__awards img {
        max-width: 64px;
        max-height: 46px;
    }
}

.slider-image__list:not(.swiper-initialized) {
    position: initial;
    z-index: initial;
}

.slider-image__list:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -5px;
    position: initial;
    z-index: initial;
    transform: initial;
}

.slider-image__list:not(:last-child) {
    margin-bottom: -292px;
}

.slider-image__list:not(.swiper-initialized) .slider-image__item {
    position: relative;
    width: calc(100% / 4 - 10px);
    height: 260px;
    margin: 0 5px 32px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.slider-image__item.slider-image__item--empty {
    z-index: -1;
}

.slider-image__list .slider-image__item.slider-image__item--double {
    width: calc(100% / 2 - 10px);
}

.slider-image__text {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: Min(3.2041vw, 52px);
    font-weight: 700;
    line-height: Min(3.822vw, 62px);
    text-align: center;
}

.slider-image__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .slider-image__list:not(.swiper-initialized):last-child .slider-image__item:nth-child(4):not(.slider-image__item--double) {
        display: flex;
    }

    .slider-image__list:not(.swiper-initialized) .swiper-wrapper {
        margin: 0;
    }

    .slider-image__list:not(:last-child) {
        margin-bottom: 18px
    }

    .slider-image__list:not(.swiper-initialized) .slider-image__item:nth-child(n+2):not(.slider-image__item--double) {
        display: none;
    }

    .slider-image__list:not(.swiper-initialized) .slider-image__item {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .slider-image__item,
    .slider-image__list .slider-image__item.slider-image__item--double {
        width: 100%;
        margin: 0;
        display: flex;
    }

    .slider-image__list .slider-image__item.slider-image__item--double {
        height: auto;
    }

    .slider-image__list .slider-image__item--empty {
        display: none;
    }

    .slider-image__text {
        font-size: 32px;
        line-height: 38.4px;
    }
}


/*brand-text*/
.brand-text {
    background: url(/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/./img/bg2.png) no-repeat top right;
    position: relative;
    padding-top: 100px
}

.brand-text:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 444px;
    height: 626px;
    background: url(/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/./img/bg3.png);
    z-index: 1;
}

.brand-text__bg-gray {
    background: #F5F5F5;
    position: relative;
    padding-top: 188px;
    padding-bottom: 190px;
    z-index: 0;
}

.brand-text__bg-gray:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/./img/bg4.png) no-repeat left bottom;
    z-index: -1;
}

.brand-text__img {
    display: none;
}

.brand-text__top {
    margin-bottom: 343px;
    width: 50%;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
    padding: 0 24px;
    display: table;
}

.brand-text__middle {
    margin-bottom: 228px;
    font-size: 22px;
    line-height: 150%;
    padding: 0 20% 0 28%;
}

.brand-text__bottom {
    width: 60%;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
}

.brand-text__design {
    text-align: right;
    font-weight: bold;
    font-size: 172px;
    line-height: 120%;
}

@media (max-width: 1199px) {
    .brand-text {
        padding-top: 60px;
        background: transparent;
    }

    .brand-text:before {
        display: none;
    }

    .brand-text__top {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .brand-text__middle {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .brand-text__bg-gray:before {
        background: url(/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/./img/bg5.png) no-repeat left bottom;
    }

    .brand-text__design {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .brand-text__top {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 25px;
    }

    .brand-text__middle {
        font-size: 16px;
        line-height: 24px;
    }

    .brand-text {
        padding-top: 60px;
    }

    .brand-text__design {
        text-align: left;
        font-size: 80px;
    }

    .brand-text__img {
        display: flex;
        margin: 0 -10px;
    }

    .brand-text__bg-gray {
        background: transparent;
        padding-top: 30px;
        padding-bottom: 240px;
    }

    .brand-text__bottom {
        font-size: 23px;
        line-height: 27.6px;
        text-align: center;
        width: 100%;
        padding: 0 25px;
        margin-bottom: 15px;
    }

    .brand-text__design {
        font-size: 28px;
        font-weight: 700;
        line-height: 33.6px;
        text-align: center;
    }
}

/*geography*/
.geography {
    padding: 340px 0;
    background: #1d1d1d url(/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/./img/geography-block.png) no-repeat right;
    color: #fff;
}

.geography__wrap {
    max-width: 663px;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

.geography__title {
    font-size: 52px;
    font-weight: 700;
    line-height: 62.4px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .geography {
        padding: 40px 0 600px;
        background: #1d1d1d url(/local/templates/ampm-multilang/components/ampm/system.empty/about_brand/./img/geography-block2.png) no-repeat right bottom;
    }

    .geography__title {
        font-size: 32px;
        line-height: 120%;
    }

    .geography__wrap {
        font-size: 16px;
        line-height: 120%;
    }
}

/* End */
/* /local/templates/ampm-multilang/components/ampm/system.empty/about_brand/style.css?177800391510189 */
