.feature_block_section {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    position: relative
}

.feature_block_section.tos_big {
    padding-top: 150px
}

.feature_block_section.bos_big {
    padding-bottom: 150px
}

.feature_block_section.show-shape:before {
    background-image: url(../../../assets/images/shape-feature-block.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 1183px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(51%, 5%);
    width: 1257px;
    z-index: 0
}

.feature_block_section_media {
    position: relative;
    width: 50%
}

.feature_block_section_media-left {
    border-radius: 0 20px 20px 0;
    overflow: hidden
}

.feature_block_section_media-right {
    border-radius: 20px 0 0 20px;
    order: 2;
    overflow: hidden
}

.feature_block_section_media:after {
    content: "";
    display: block;
    padding-top: 76.39%;
    width: 100%
}

.feature_block_section_media_item {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.feature_block_section_data {
    align-items: center;
    display: flex;
    padding-left: 125px;
    padding-right: calc(50vw - 610px);
    width: 50%
}

.feature_block_section_data.img-right {
    padding-left: calc(50vw - 610px);
    padding-right: 125px
}

.feature_block_section_data_heading {
    color: var(--color_Black);
    font-family: var(--font_HostGrotesk_Light);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 33px
}

.feature_block_section_data_heading strong {
    font-family: var(--font_HostGrotesk_Medium);
    font-weight: 400
}

.feature_block_section_data_content,
.feature_block_section_data_secondary_content {
    margin-bottom: 10px
}

.feature_block_section_data_content p,
.feature_block_section_data_secondary_content p {
    color: var(--color_Black);
    font-family: var(--font_HostGrotesk_Light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.feature_block_section_data_content li {
    font-family: var(--font_HostGrotesk_Light);
}

.feature_block_section_data_content li strong {
    font-family: var(--font_HostGrotesk_Medium);
}

.feature_block_section_data_cta_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 31px
}

.feature_block_section_data_icon_list {
    margin-bottom: 25px
}

.feature_block_section_data_icon_list_item {
    align-items: center;
    color: var(--color_Black);
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font_HostGrotesk_Light);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px
}

.feature_block_section_data_icon_list_item:last-child {
    margin-bottom: 0
}

.feature_block_section_data_icon_list_item strong {
    font-family: var(--font_HostGrotesk_Medium);
    font-weight: 400
}

.feature_block_section_data_icon_list_item_icon {
    width: 30px
}

.feature_block_section_data_icon_list_item_text {
    padding-left: 12px;
    width: calc(100% - 30px)
}

@keyframes opacity-animation {
    0% {
        opacity: 0
    }
}

@keyframes pulse-animation {
    0% {
        opacity: .8;
        transform: translate(-50%, -50%) scale(0)
    }

    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3)
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0)
    }
}

.feature_block_section .hotspot__list {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.feature_block_section .hotspot__item {
    left: 29.1%;
    position: absolute;
    top: 19.5%
}

.feature_block_section .hotspot__icon {
    animation: opacity-animation 1s linear;
    background: #fff;
    border-radius: 100%;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    height: 16px;
    margin: 0 6px;
    position: relative;
    vertical-align: 1px;
    width: 16px
}

.feature_block_section .hotspot__icon:before {
    animation: pulse-animation 2s infinite;
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 50%;
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(3);
    width: 100%
}

.feature_block_section .hotspot__icon:hover+.hotspot__popup {
    opacity: 1
}

.feature_block_section .hotspot__popup {
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0;
    padding: 10px;
    position: absolute;
    transition: all .25s ease;
    width: 200px
}

.feature_block_section .hotspot__popup.popup-bottom-center {
    left: 50%;
    top: 30px;
    transform: translateX(-50%)
}

.feature_block_section .hotspot__popup.popup-bottom-left {
    left: 0;
    top: 30px
}

.feature_block_section .hotspot__popup.popup-bottom-right {
    right: 0;
    top: 30px
}

.feature_block_section .hotspot__popup.popup-top-center {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.feature_block_section .hotspot__popup.popup-top-left {
    bottom: 30px;
    left: 0
}

.feature_block_section .hotspot__popup.popup-top-right {
    bottom: 30px;
    right: 0
}

@media (max-width:1360px) {
    .feature_block_section {
        padding: 80px 0
    }

    .feature_block_section.tos_big {
        padding-top: 125px
    }

    .feature_block_section.bos_big {
        padding-bottom: 125px
    }

    .feature_block_section_data,
    .feature_block_section_data.img-right {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:1199px) {
    .feature_block_section {
        padding: 60px 0
    }

    .feature_block_section.tos_big {
        padding-top: 100px
    }

    .feature_block_section.bos_big {
        padding-bottom: 100px
    }

    .feature_block_section.show-shape:before {
        display: none !important
    }
}

@media (max-width:991px) {
    .feature_block_section {
        padding: 40px 0
    }

    .feature_block_section.tos_big {
        padding-top: 80px
    }

    .feature_block_section.bos_big {
        padding-bottom: 80px
    }

    .feature_block_section_data,
    .feature_block_section_data.img-right {
        padding-left: 24px;
        padding-right: 24px
    }

    .feature_block_section_data_heading {
        font-size: 28px;
        line-height: 1.2857142857;
        margin-bottom: 24px
    }

    .feature_block_section_data_content,
    .feature_block_section_data_icon_list,
    .feature_block_section_data_secondary_content {
        margin-bottom: 24px
    }

    .feature_block_section_data_cta_list {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .feature_block_section_media {
        border-radius: 0 20px 20px 0 !important;
        order: 2 !important;
        width: calc(100% - 12px)
    }

    .feature_block_section_data {
        order: 1 !important;
        padding-bottom: 40px;
        width: 100%
    }

    .feature_block_section_data,
    .feature_block_section_data.img-right {
        padding-left: 16px;
        padding-right: 16px
    }

    .feature_block_section_data_heading {
        font-size: 28px;
        line-height: 1.2857142857;
        margin-bottom: 24px
    }

    .feature_block_section_data_content {
        margin-bottom: 24px
    }

    .feature_block_section_data_cta_list .global_cta_item {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%
    }
}

@media (max-width:479px) {
    .feature_block_section_media:after {
        padding-top: 99.503%
    }

    .feature_block_section_data_cta_list .global_cta_item:first-child:last-child {
        width: 100%
    }

    .feature_block_section_data_cta_list .global_cta_item:first-child:last-child .btn {
        justify-content: center;
        width: 100%
    }
}

/*# sourceMappingURL=feature_block.css.map */