.wrap__section {
    margin-top:100px;
    margin-bottom:100px;
}

.about__us {
    background:#171717;
    color:#fff;
    padding-bottom:1px;
    margin-top:16px;

    .about__gallery-section {
        padding-top:100px;
        margin-top:0;
        .about__gallery-block {
            max-width:588px;
            margin:0 auto;

            .about__gallery-title {
                color: var(--Gray-6, #9A9AA2);
                font-size: 14px;
                line-height: 160%;
                letter-spacing: 0.28px;
                text-transform: uppercase;
                margin-bottom:32px;
                text-align:center;
            }
            .about__gallery-logo {
                text-align: center;
                margin-bottom:32px;

                img {
                    max-width:100%;
                }
            }
            .about__gallery-text {
                max-width:400px;
                margin:0 auto;
                font-size: 14px;
                line-height: 140%;
                letter-spacing: 0.14px;
            }
            .about__gallery-slider {

            }
        }
    }
    .about__gallery-slider {
        margin-top:-213px;
        margin-bottom:-100px;
        overflow:hidden;
    }
    .about__info-section {
        margin-top:0;

        .about__info-block {
            .about__info {
                max-width:370px;
                margin:0 auto;

                .about__info-title {
                    color: var(--Base-White, #FFF);
                    text-align: center;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 150%;
                    letter-spacing: 0.2px;
                    margin-bottom:8px;
                }
                .about__info-text {
                    color: var(--Gray-6, #9A9AA2);
                    text-align: center;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 140%;
                    letter-spacing: 0.14px;
                }
            }
        }
    }
    .video__section {
        height:600px;

        .video__section-block {
            height:600px;
            position:relative;
            overflow:hidden;

            img {
                transition:all 1s;
                opacity:1;
                visibility:visible;
            }

            &:after {
                content:"";
                position:absolute;
                top:50%;
                left:50%;
                width:100px;
                height:100px;
                transform: translate(-50%, -50%);
                display:block;
                background-size:100%;
                opacity:0.7;
                visibility: visible;
                cursor:pointer;
                z-index:9;
                background:url("../../icons/play.svg") center center no-repeat;
                transition:all 1s;
             }

            &.active img, &.active:after {
                 opacity:0;
                 visibility:hidden;
             }

            #postVideo {
                width:100%;
                height:100%;
            }
        }
    }
    .info__text-section {
        margin-top:140px;
        margin-bottom:240px;

        .info__text-block {
            max-width:638px;
            margin:0 auto;
            text-align:center;

            .info__text {
                text-align: center;
                font-size: 32px;
                font-weight: 500;
                line-height: 140%;
                letter-spacing: 0.64px;
            }
            .info__text-del {
                height:125px;
                margin:40px auto;
                width:1px;
                background: var(--Gray-7, #7A7A85);
            }
            .info__text-subtitle {
                color: var(--Gray-6, #9A9AA2);
                text-align: center;
                font-size: 14px;
                line-height: 160%;
                letter-spacing: 0.28px;
                text-transform: uppercase;
            }
        }
    }
    .proposition__info-section {
        .proposition__info-data {
            .proposition__info {
                display:flex;
                align-items:stretch;

                .proposition__info-content {
                    flex:1 0 calc(100% / 2);
                    padding:100px 64px 0px 64px;
                    box-sizing:border-box;
                    display:flex;
                    flex-direction: column;
                    justify-content:space-between;
                    align-items:end;

                    .proposition__content-wrap {
                        display:flex;
                        justify-content:space-between;
                        max-width:575px;

                        .proposition__content-image {
                            width:231px;
                            height:419px;
                            position:relative;
                            border-radius: 12px;
                            overflow:hidden;

                            img {
                                border-radius: 12px;
                            }
                        }
                        .proposition__content-description {
                            width:calc(100% - 265px);
                            .proposition__content-subtitle {
                                color: var(--Gray-7, #7A7A85);
                                font-size: 14px;
                                line-height: 160%;
                                letter-spacing: 0.28px;
                                text-transform: uppercase;
                                margin-bottom:24px;
                            }
                            .proposition__content-text {
                                font-size: 28px;
                                font-weight: 300;
                                line-height: 140%;
                                letter-spacing: 0.56px;
                            }
                        }
                    }
                    .proposition__content-note {
                        max-width:575px;
                        color: var(--Gray-6, #9A9AA2);
                        font-size: 14px;
                        line-height: 140%;
                        letter-spacing: 0.14px;
                    }
                }
                .proposition__info-banner {
                    flex:1 0 calc(100% / 2);
                    height:783px;
                    position:relative;
                    border-radius: 12px 0 0 12px;
                    overflow:hidden;

                    img {
                        border-radius: 12px 0 0 12px;
                    }
                }
            }
        }
    }
    .features__section {
        margin-top:200px;
        margin-bottom:200px;

        .features__about-block {
            .features__about-content {
                display:flex;
                align-items:stretch;
                justify-content:space-between;
                gap:128px;

                .features__about-banner {
                    flex: 1 0 calc(calc(100% / 2) - 128px);
                    border-radius: 12px;
                    overflow:hidden;
                    img {
                        border-radius: 12px;
                    }
                }
                .features__about-info--wrap {
                    flex: 1 0 calc(calc(100% / 2) - 128px);
                    display:flex;
                    justify-content:space-between;
                    flex-direction:column;

                    .features__about-items {
                        display:flex;
                        justify-content:space-between;
                        gap:80px;

                        .features__item {
                            flex: 1 0 calc(calc(100% / 2) - 80px);
                            .features__item-title {
                                color: var(--Base-White, #FFF);
                                font-size: 14px;
                                font-weight: 700;
                                line-height: 160%;
                                letter-spacing: 0.28px;
                                text-transform: uppercase;
                                margin-bottom:16px;

                            }
                            .features__item-text {
                                color: var(--Gray-6, #9A9AA2);
                                font-size: 14px;
                                font-weight: 400;
                                line-height: 140%;
                                letter-spacing: 0.14px;
                            }
                        }
                    }
                    .features__about-item--bottom {
                        .features__item-title {
                            color: var(--Base-White, #FFF);
                            font-size: 14px;
                            font-weight: 700;
                            line-height: 160%;
                            letter-spacing: 0.28px;
                            text-transform: uppercase;
                            margin-bottom:16px;

                        }
                        .features__item-text {
                            color: var(--Gray-6, #9A9AA2);
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 140%;
                            letter-spacing: 0.14px;
                        }
                    }
                }
            }
        }
    }
    .info__map-section {
        margin-bottom:200px;

        .info__map-block {
            text-align:center;
            margin-left:auto;
            margin-right:auto;
            width:418px;

            .info__map-title {
                text-align: center;
                font-size: 32px;
                font-weight: 500;
                line-height: 140%;
                letter-spacing: 0.64px;
                margin-bottom:24px;
            }
            .info__map-text {
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0.14px;
                margin-bottom:40px;
            }
            a {
                font-size: 20px;
                font-weight: 400;
                line-height: 150%;
                letter-spacing: 0.2px;
            }
        }
    }
    .counter__map-section {
        margin-top:200px;
        margin-bottom:100px;

        .counter__map-block {
            .counter__map-items {
                display:flex;
                align-items:stretch;
                justify-content:center;
                gap:120px;


                .counter__map-item {
                    padding:32px 56px;

                    .counter__item-title {
                        font-size: 26px;
                        font-weight: 600;
                        line-height: 130%;
                        letter-spacing: 0.52px;
                        margin-bottom:12px;
                    }
                    .counter__item-count {
                        color: var(--Base-White, #FFF);
                        font-size: 70px;
                        font-weight: 600;
                        line-height: 130%;
                        letter-spacing: 1.4px;
                    }
                    .counter__item-name {
                        font-size: 14px;
                        line-height: 160%;
                        letter-spacing: 0.28px;
                        text-transform: uppercase;

                    }
                }
                .counter__map-item--del {
                    width:1px;
                    background: #383838;

                &:last-child {
                     display:none;
                 }

                }
            }
        }
    }
    .map__section {
        .map__block-content {
            height:716px;
            position:relative;

            .map__point {
                background-size:100%;
                position:absolute;
                transition:all 0.3s;
            }

            .map__point {
                .map__point-content {
                    display:flex;
                    gap:18px;
                    align-items:start;
                    transition:all 0.3s;
                    opacity:0;
                    visibility:hidden;
                    position:absolute;

                    .map__point-content--del {
                        width:2px;
                        background: #B71522;
                        height:100%;
                        position:relative;
                        &:after {
                            content: "";
                            position:absolute;
                            top:0;
                            left:-7px;
                            border-radius:50px;
                            background: #B71522;
                            width:16px;
                            height:16px;
                            display:block;
                         }
                    }
                    .map__point-content--info {
                        padding:16px;
                        border-radius: 8px;
                        background: rgba(0, 0, 0, 0.60);

                        .map__point-title {
                            font-size: 20px;
                            font-weight: 500;
                            line-height: 140%;
                            letter-spacing: 0.2px;
                            text-decoration-line: underline;
                            text-decoration-style: solid;
                            text-decoration-skip-ink: none;
                            text-decoration-thickness: auto;
                            text-underline-position: from-font;
                            text-underline-offset: 4px;
                            margin-bottom:8px;
                        }
                        .map__point-text {
                            font-size: 14px;
                            line-height: 140%;
                            letter-spacing: 0.14px;
                        }

                    }
                }
                &:hover .map__point-content {
                     opacity:1;
                     visibility:visible;
                 }
            }

            .map__point-usa {
                left: 194px;
                bottom: 313px;
                width:38px;
                height:45px;
                background:url("../../images/map/map_north_america_1.png") center center no-repeat;

                .map__point-content {
                    width:390px;
                    height:240px;
                    position:absolute;
                    top: -231px;
                    left: 17px;
                }
                &:hover {
                     background:url("../../images/map/map_north_america_1_active.png") center center no-repeat;
                 }
            }

            .map__point-usa_2 {
                left: 301px;
                bottom: 323px;
                width:43px;
                height:20px;
                background:url("../../images/map/map_north_america_2.png") center center no-repeat;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -237px;
                    left: 36px;
                }
                &:hover {
                     background:url("../../images/map/map_north_america_2_active.png") center center no-repeat;
                 }
            }
            .map__point-rsa {
                left: 695px;
                bottom: 93px;
                width:59px;
                height:45px;
                background:url("../../images/map/map_afrika.png") center center no-repeat;
                z-index:10;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -237px;
                    left: 49px;
                }
                &:hover {
                     background:url("../../images/map/map_afrika_active.png") center center no-repeat;
                 }
            }
            .map__point-argentina {
                left: 376px;
                bottom: 17px;
                width:71px;
                height:122px;
                background:url("../../images/map/map_argentina.png") center center no-repeat;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -231px;
                    left: 48px;
                }
                &:hover {
                     background:url("../../images/map/map_argentina_active.png") center center no-repeat;
                 }
            }
            .map__point-scotland {
                left: 613px;
                bottom: 406px;
                width:22px;
                height:37px;
                background:url("../../images/map/map_scotland.png") center center no-repeat;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -225px;
                    left: 12px;
                }
                &:hover {
                     background:url("../../images/map/map_scotland_active.png") center center no-repeat;
                 }
            }
            .map__point-poland {
                left: 687px;
                bottom: 379px;
                width:36px;
                height:30px;
                background:url("../../images/map/map_poland.png") center center no-repeat;
                z-index:10;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -237px;
                    left: 30px;
                }
                &:hover {
                     background:url("../../images/map/map_poland_active.png") center center no-repeat;
                 }
            }
            .map__point-italy {
                left: 659px;
                bottom: 327px;
                width:43px;
                height:44px;
                background:url("../../images/map/map_italy.png") center center no-repeat;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -236px;
                    left: 20px;
                }
                &:hover {
                     background:url("../../images/map/map_italy_map.png") center center no-repeat;
                 }
            }
            .map__point-georgia {
                left: 778px;
                bottom: 345px;
                width:25px;
                height:11px;
                background:url("../../images/map/map_georgia.png") center center no-repeat;
                z-index:10;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -234px;
                    left: 20px;
                }
                &:hover {
                     background:url("../../images/map/map_georgia_active.png") center center no-repeat;
                 }
            }
            .map__point-israel {
                left: 756px;
                bottom: 304px;
                width:6px;
                height:14px;
                background:url("../../images/map/map_israel.png") center center no-repeat;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -239px;
                    left: 4px;
                }
                &:hover {
                     background:url("../../images/map/map_israel_active.png") center center no-repeat;
                 }
            }
            .map__point-australia {
                right: 99px;
                bottom: 75px;
                width:146px;
                height:98px;
                background:url("../../images/map/map_australia.png") center center no-repeat;
                z-index:10;

                .map__point-content {
                    width:390px;
                    height:240px;
                    top: -208px;
                    right: 18px;
                    flex-direction:row-reverse;
                }
                &:hover {
                     background:url("../../images/map/map_australia_active.png") center center no-repeat;
                 }
            }
            .map__point-new_zealand {
                right: 25px;
                bottom: 44px;
                width:28px;
                height:26px;
                background:url("../../images/map/map_new_zeland.png") center center no-repeat;

                .map__point-content {
                    flex-direction: row-reverse;
                    width: 390px;
                    height: 240px;
                    top: -238px;
                    right: 2px;
                }
                &:hover {
                     background:url("../../images/map/map_new_zeland_active.png") center center no-repeat;
                 }
            }
            .map__point-japan {
                right: 110px;
                bottom: 306px;
                width:76px;
                height:61px;
                background:url("../../images/map/map_japan.png") center center no-repeat;

                .map__point-content {
                    flex-direction: row-reverse;
                    width: 390px;
                    height: 240px;
                    top: -238px;
                    right: 2px;
                }
                &:hover {
                     background:url("../../images/map/map_japan_active.png") center center no-repeat;
                 }
            }
        }
    }
    .main__value-section {
        margin-top:306px;
        .main__value-wrap {
            .main__value-block {
                display:flex;
                justify-content:space-between;
                gap:50px;
                align-items:stretch;

                .main__value-banner {
                    position:relative;
                    height:783px;
                    width:calc(100% - 600px);
                    border-radius: 0 12px 12px 0;
                    overflow:hidden;
                    img {
                        border-radius: 0 12px 12px 0;
                    }
                }
                .main__value-content {
                    width:551px;
                    display:flex;
                    flex-direction: column;
                    justify-content:space-between;

                    .main__value-content--top {
                        .main__value-subtitle {
                            color: var(--Gray-7, #7A7A85);
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 160%;
                            letter-spacing: 0.28px;
                            text-transform: uppercase;
                            margin-bottom:24px;
                        }
                        .main__value-text {
                            color: var(--Base-White, #FFF);
                            font-size: 32px;
                            font-weight: 300;
                            line-height: 140%;
                            letter-spacing: 0.64px;
                        }
                        .main__value-button {
                            margin-top:40px;
                            .button {
                                font-size: 14px;
                                font-weight: 500;
                                line-height: 100%;
                                letter-spacing: 0.42px;
                                text-transform: uppercase;
                            }
                        }
                    }
                    .main__value-content--bottom {
                        .main__value-sign {
                            text-align:center;
                            img {
                                max-width:100%;
                            }
                        }
                        .main__value-sign-name {
                            color: var(--Gray-3, #E5E5E6);
                            font-size: 14px;
                            line-height: 160%;
                            letter-spacing: 0.28px;
                            text-transform: uppercase;
                            margin-top:16px;
                        }
                    }
                }
            }
        }
    }
}

.page-template-about-us {
    .block-structure {
        margin-top:100px;
        margin-bottom:100px;
    }
}

@media (max-width: 992px) {
    .map__section {
        display:none!important;
    }
    .about__us {
        padding-top:60px;
        .about__gallery-section {
            padding-top:0;
        }

        .about__gallery-slider {
            margin-top:120px;
            margin-bottom:120px;
            overflow:hidden;
            .about__gallery-slider--item {
                width:157px;
                height:224px;
                position:relative;
                img {
                    max-width:100%;
                }
            }
        }

        .video__section {
            height:470px;

            .video__section-block {
                height:470px;
            }
        }
        .info__text-section {
            margin-top:100px;
            margin-bottom:100px;

            .info__text-block {
                .info__text {
                    font-size: 22px;
                    line-height: 150%;
                    letter-spacing: 0.22px;
                }
            }
        }
        .proposition__info-section {
            margin-left:16px;
            margin-right:16px;
            .proposition__info-data {
                .proposition__info {
                    flex-direction:column;

                    .proposition__info-content {
                        padding:0;
                        flex:none;
                        display:block;

                        .proposition__content-wrap {
                            max-width:100%;
                            display:block;

                            .proposition__content-image {
                                display:none;
                            }
                            .proposition__content-description {
                                flex:none;
                                width:100%;

                                .proposition__content-subtitle {
                                    margin-bottom:16px;
                                }
                                .proposition__content-text {
                                    color: var(--Base-White, #FFF);
                                    font-size: 24px;
                                    font-weight: 300;
                                    line-height: 140%;
                                    letter-spacing: 0.48px;
                                    margin-bottom:60px;
                                }
                            }
                        }
                        .proposition__content-note--wrap {
                            display:flex;
                            align-items:end;
                            gap:24px;
                            margin-bottom:60px;

                            .proposition__content-note {
                                width:calc(100% - 174px);
                            }
                            .proposition__content-image {
                                position:relative;
                                width:150px;
                                height:272px;
                            }
                        }
                    }
                    .proposition__info-banner {
                        height:424px;
                        position:relative;
                        flex:none;
                        width:100%;
                    }
                }
            }
        }
        .features__section {
            margin-top:100px;
            margin-bottom:100px;

            .features__about-block {
                .features__about-content {
                    flex-direction:column-reverse;
                    gap:40px;

                    .features__about-banner {
                        height:243px;
                        position:relative;
                        flex:none;
                    }
                    .features__about-info--wrap {

                        .features__about-items {
                            flex-direction:column;
                            gap:32px;

                            .features__item {
                                .features__item-title {
                                    margin-bottom:12px;
                                }
                                .features__item-text {

                                }
                            }
                        }
                        .features__about-item--bottom {
                            margin-top:32px;
                            .features__item-title {
                                margin-bottom:12px;

                            }
                            .features__item-text {

                            }
                        }
                    }
                }
            }
        }
        .info__map-section {
            margin-bottom:100px;

            .info__map-block {
                width:100%;

                .info__map-title {
                    text-align: center;
                    font-size: 28px;
                    font-weight: 500;
                    line-height: 140%;
                    letter-spacing: 0.56px;
                }
                a {
                    font-size: 16px;
                    line-height: 140%;
                    letter-spacing: 0.16px;
                }
            }
        }
        .counter__map-section {
            margin-top:100px;
            margin-bottom:0px;

            .counter__map-block {
                .counter__map-items {
                    flex-direction: column;
                    align-items:start;
                    justify-content:start;
                    gap:16px;


                    .counter__map-item {
                        padding:0;
                        width:100%;


                        .counter__item-title {
                            font-size: 22px;
                            font-weight: 500;
                            line-height: 150%;
                            letter-spacing: 0.22px;
                            margin-bottom:0;
                        }
                        .counter__item-count {
                            font-size: 56px;
                            line-height: 120%;
                            letter-spacing: 1.12px;
                            font-weight:400;
                        }
                        .counter__item-name {
                            font-size: 14px;
                            line-height: 160%;
                            letter-spacing: 0.28px;
                            text-transform: uppercase;
                        }
                    }
                    .counter__map-item--del {
                        width:100%;
                        height:1px;
                    }
                }
            }
        }
        .main__value-section {
            margin-top:50px;
            margin-bottom:60px;

            .main__value-wrap {
                .main__value-block {
                    flex-direction:column-reverse;
                    gap:24px;
                    margin-bottom:60px;


                    .main__value-banner {
                        height: 390px;
                        width: 100%;
                    }
                    .main__value-content {
                        width:100%;

                        .main__value-content--top {
                            .main__value-subtitle {
                                margin-bottom:16px;
                            }
                            .main__value-text {
                                font-size: 24px;
                                font-style: normal;
                                font-weight: 300;
                                line-height: 140%;
                                letter-spacing: 0.48px;
                                margin-bottom:16px;
                            }
                        }
                        .main__value-content--bottom {
                            .main__value-sign {

                            }
                            .main__value-sign-name {

                            }
                        }
                    }
                }
                .main__value-button {
                    .button {
                        width:100%;
                    }
                }
            }
        }
    }
    .page-template-about-us {
        .block-structure {
            margin-top:60px;
            margin-bottom:60px;
        }
    }
}