/*
	Theme Name: Streetnet App (tema hijo)
	Theme URI:
	Description: Tema hijo de Hello Elementor para streetnet.org.za. Contiene solo las personalizaciones propias; todo lo demas se hereda del tema padre, que ya puede actualizarse con normalidad.
	Author: Streetnet
	Author URI:
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: streetnet-app
*/

/* ==========================================================================
   CSS propio del sitio. Antes estaba al final de style.min.css.
   ========================================================================== */
/*issue*/
.imapsLabel foreignObject br {
	display: none !important;
}
.post_content-feature-image .elementor-widget-container > a {
	display: block;
}



/* color */
.color_secondary {
    color: var( --e-global-color-secondary );
}
.color-primary {
    color: var( --e-global-color-primary );
}

/* home */
.home_slider-cover .swiper-slide-contents {
    background-color: var( --e-global-color-text );
    padding: 25px 20px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    position: relative;
}
.home_slider-cover .swiper-slide-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.home_slider-cover .swiper-slide-contents:before {
    content: "";
    width: 30px;
    height: 30px;
    background: var( --e-global-color-primary );
    position: absolute;
    cursor: pointer;
    bottom: 10px;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.home_slider-cover .swiper-slide-contents:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    background-image: url('/wp-content/uploads/2024/04/arrow_link-light.svg');
    z-index: 1;
}
.swiper-pagination {
    z-index: 1;
}

/* elements */
/* cta */
.cta_pages-bw .elementor-cta__content {
    align-content: flex-end;
}
.cta_pages-bw .elementor-cta__title {
    text-transform: uppercase;
}
.cta_pages-bw .elementor-cta__bg-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cta_pages-bw a.elementor-cta:hover .elementor-cta__bg-wrapper:before {
    opacity: 1;
}
/* cta image rounded */
.cta_img-rounded .elementor-cta__bg-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* columns */
.elementor-column.column_auto {
    width: auto !important;
    flex: 0 0 auto;
}
.elementor-column.column_grow {
    flex: 1;
}
@media (min-width: 768px) {
    .elementor-column.column_auto--md {
        width: auto !important;
        flex: 0 0 auto;
    }
    .elementor-column.column_grow--md {
        flex: 1;
    }
}

/* icon */
.icon_full .elementor-icon i,
.icon_full .elementor-icon svg {
    width: 100%;
}
.icon_full-80 .elementor-icon i,
.icon_full-80 .elementor-icon svg {
    width: 80%;
}
.icon_full-90 .elementor-icon i,
.icon_full-90 .elementor-icon svg {
    width: 90%;
}
.icon_block .elementor-icon {
    display: block;
}
.icon_inline .elementor-icon i,
.icon_inline .elementor-icon svg  {
    display: inline-block;
}

/* counter */
.counter .elementor-counter-title {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .counter--align_left .elementor-counter-number-prefix {
        display: none;
    }
    .counter--align_left .elementor-counter .elementor-counter-title {
        text-align: left;
    }
}

/* special */
@media (min-width: 768px) {
    .title_nowrap--md {
        white-space: nowrap;
    }
    .title_nowrap--md .elementor-widget-container {
        padding: 10px;
        background-color: #fff;
        min-width: min-content;
    }
}

/* follow us */
@media (min-width: 768px) {
    .elementor-element.follow_us-divider {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0 auto;
    }
}

/* address */
@media (max-width: 1024px) {
    .footer_address {
        padding: 20px;
        background-color: var( --e-global-color-8171206 );
    }
    .footer_address p:last-child {
        margin: 0;
    }
}

/* background half */
.background_half-right,
.background_half-left {
    -webkit-background-size: 0;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 0;
}
.background_half-right:before,
.background_half-left:before {
    content: "";
    display: block;
    height: 350px;
    background-image: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.background_half-primary {
    position: relative;
}
.background_half-primary:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var( --e-global-color-primary ) !important;
    z-index: -1;
}
@media (min-width: 768px) {
    .background_half-left:before {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .background_half-right:before {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* deco */
/* 1 */
.bg_lighter-left--1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 130%;
    background-color: var( --e-global-color-8ffed8f );
    max-width: 100px;
}
@media (min-width: 1024px) {
    .bg_lighter-left--1:before {
        max-width: none;
        width: 20%;
    }
}

/* 2 */
.bg_lighter-right--1:before {
    content: "";
    position: absolute;
    right: 0;
    top: -10%;
    width: 70%;
    height: 70%;
    background-color: var( --e-global-color-8ffed8f );
    max-width: 100px;
}
@media (min-width: 1024px) {
    .bg_lighter-right--1:before {
        max-width: none;
        width: 20%;
    }
}

.img_dotted-backward {
    position: relative;
    border: 5px solid #fff;
    background-color: #fff;
}
.img_dotted-backward:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -25px;
    top: -50px;
    height: 150px;
    width: 70px;
    background-image: url('/wp-content/uploads/2024/04/bg_dotted.svg');
}
.img_dotted-backward--bottom-left:before {
    left: -25px;
    bottom: -50px;
    right: auto;
    top: auto;
}
.img_dotted-backward--bottom-right:before {
    left: 0;
    right: -25px;
    bottom: -50px;
    left: auto;
    top: auto;
}
@media (min-width: 768px) {
    .img_dotted-backward:before {
        right: -30px;
        top: -50px;
        height: 170px;
        width: 80px;
    }
    .img_dotted-backward--bottom-left:before {
        left: -30px;
        bottom: -50px;
        right: auto;
        top: auto;
    }
    .img_dotted-backward--bottom-right:before {
        right: -30px;
        bottom: -50px;
        left: auto;
        top: auto;
    }
}
@media (min-width: 1366px) {
    .img_dotted-backward:before {
        height: 230px;
        width: 90px;
        right: -40px;
    }
    .img_dotted-backward--bottom-left:before {
        left: -40px;
        right: auto;
    }
    .img_dotted-backward--bottom-right:before {
        right: -40px;
        left: auto;
    }
}

/* 3 */
@media (min-width: 1400px) {
    .bg_deco-doted-1 {
        right: -80px !important;
    }
}
/* 4 */
@media (min-width: 1400px) {
    .icon_dotted-left {
        height: 240px;
        left: -20px !important;
    }
}

/* maps */
.imapsLabel foreignObject {
    box-sizing: content-box;
}
.imapsLabel div {
    max-width: 300px !important;
    white-space: normal !important;
    margin: 0 !important;
}
/* styles */
.imapsLabel {
    color: var( --e-global-color-text );
    font-size: 14px;
}
.map_tooltip-headline {
    font-weight: bold;
    padding: 0 0 10px !important;
    color: var( --e-global-color-primary );
    border-bottom: 1px solid var( --e-global-color-primary );
}
/* list */
.map_tooltip-list {
    list-style-type: none;
	margin-left: 0;
    margin-top: 10px;
	margin-bottom: 0;
    padding: 0;
}
.map_tooltip-list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 13px;
}
.map_tooltip-list li:last-child {
    margin-bottom: 0;
}
/* name */
.map_tooltip-name {
    font-weight: bold;
}
/* numbers */
.map_tooltip-label {
    font-weight: bold;
    padding: 5px 10px;
    background-color: #EFEFEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 2px 8px;
}

/* slider */
.slider_navigation-circle.elementor-element .swiper  .elementor-swiper-button {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: var( --e-global-color-text );
}
.slider_navigation-circle.slider_navigation-circle--home.elementor-element .swiper  .elementor-swiper-button-prev {
    background-color: transparent;
    color: #fff;
}
.slider_navigation-circle.slider_navigation-circle--home.elementor-element  .swiper  .elementor-swiper-button-prev i:before {
    content: "\e8bf";
}
.slider_navigation-circle.slider_navigation-circle--home.elementor-element  .swiper  .elementor-swiper-button-next i:before {
    content: "\e8c0";
}
.slider_navigation-circle.elementor-element .swiper  .elementor-swiper-button i {
    color: inherit;
}
.slider_navigation-circle.elementor-element .swiper  .elementor-swiper-button:hover {
    background-color: var( --e-global-color-primary );
    color: #fff;
}
/* offset */
@media (min-width: 1400px) {
    .slider_navigation-offset--xl .elementor-swiper-button-prev {
        left: -70px !important;
    }
    .slider_navigation-offset--xl .elementor-swiper-button-next {
        right: -70px !important;
    }
    .slider_navigation-offset--xl .elementor-element.elementor-arrows-position-outside .swiper {
        width: 100% !important;
    }
}
@media (min-width: 1450px) {
    .slider_navigation-offset--xl .elementor-swiper-button-prev {
        left: -80px !important;
    }
    .slider_navigation-offset--xl .elementor-swiper-button-next {
        right: -80px !important;
    }
    .slider_navigation-offset--xl .elementor-swiper-button-prev:not(:hover),
    .slider_navigation-offset--xl .elementor-swiper-button-next:not(:hover) {
        background-color: transparent !important;
    }
}
/* helpers */
.h-overflow-hidden {
    overflow: hidden;
}
.h-d-block {
    display: block;
}
.h-img_rounded .elementor-bg {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* margins */
.h-spacing-xs {
    margin: 5px;
}

/* buttons */
.btn_primary-download,
.elementor-element.post_content a.btn_primary{
    color: #fff;
}
.btn_primary-download,
.btn_primary {
    padding: 7px 15px;
    border: 1px solid transparent;
    background-color: var( --e-global-color-primary );
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
}
.btn_primary-download:before {
    content: "";
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2024/05/download_white-1.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}
.btn_sm {
    padding: 5px 10px;
    font-size: var(--e-global-typography-dd57f4f-font-size);
}
.btn_primary-download {
    line-height: 1;
    padding: 6px 10px;
    font-size: var(--e-global-typography-dd57f4f-font-size);
    cursor: pointer;
}
.btn_full-docs:hover ~ .btn_primary-download,
.btn_primary-download:hover,
.btn_primary:hover {
    background-color: var( --e-global-color-accent );
}
.btn_primary-outline--post  .elementor-post-info__item--type-custom,
.btn_primary-outline--post a,
.btn_primary-outline {
    padding: 7px 15px;
    color: var( --e-global-color-primary );
    border: 1px solid var( --e-global-color-primary );
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_primary-outline--post  .elementor-post-info__item--type-custom {
    padding: 0 15px;
}
.btn_inline-group a,
.btn_inline-group {
    margin: 3px;
    display: inline-block !important;
}
.btn_inline-group .elementor-icon-list-item {
    margin: 0 !important;
}
.btn_primary-outline--post a:hover,
.btn_primary-outline:hover{
    background-color: var( --e-global-color-primary );
    color: #fff !important;
}
.btn_primary-sm a {
    padding: 3px 10px;
}
.btn_isometric,
.btn_isometric--elementor a {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
    mask-image: url('/wp-content/uploads/2024/04/btn_isometric.svg');
    mask-repeat: no-repeat;
    background-color: inherit;
    mask-size: cover;
    padding: 15px 20px;
}
.btn_tag {
    padding: 5px 15px;
    background-color: var( --e-global-color-8ffed8f );
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var( --e-global-color-primary );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: var(--e-global-typography-dd57f4f-font-size);
}
.btn_tag:hover {
    color: #fff !important;
    background-color: var( --e-global-color-primary );
}
/* see all */
.see_all-link {
    text-transform: uppercase;
}

.see_all-link:hover .elementor-icon {
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    background-color: var(--e-global-color-primary);
}
.see_all-link:hover .elementor-icon-box-title {
    color: var(--e-global-color-primary) !important;
}
.elementor-post__title a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.elementor-post__title a:hover {
    color: var(--e-global-color-primary) !important;
}

/* ////////////////////////////// */
/* post content */
.elementor-element.post_content ul,
.elementor-element.post_content ol,
.elementor-element.post_content p { 
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    line-height: 1.5;
}
.elementor-element.post_content p:not(.has-text-align-center,.elementor-image-box-description) {
    text-align: justify;
}
.elementor-element.post_content p:last-child {
    margin-bottom: 0;
}
.elementor-element.post_content a {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    word-break: break-all;
}
.elementor-element.post_content .elementor-widget-container h2:first-child,
.elementor-element.post_content .elementor-widget-container h3:first-child {
    margin-top: 0;
}
.elementor-element.post_content h2,
.elementor-element.post_content h3 {
    margin-top: 40px;
    margin-bottom: 25px;
    padding-left: 15px;
    color: var( --e-global-color-primary );
    border-left: 4px solid var( --e-global-color-primary );
    font-family: var(--e-global-typography-a1e0885-font-family), Sans-serif;
    font-size: calc(var(--e-global-typography-a1e0885-font-size) - 2px);
    font-weight: var(--e-global-typography-a1e0885-font-weight);
    line-height: var(--e-global-typography-a1e0885-line-height);
}
.elementor-element.post_content h2[style*="text-align"],
.elementor-element.post_content h3[style*="text-align"] {
    padding: 0;
    border: 0;
}
.elementor-element.post_content .title {
    color: var( --e-global-color-primary );
    border-left: 3px solid var( --e-global-color-primary );
    padding-left: 20px;
    font-weight: bold;
    margin-top: 40px;
}
.elementor-element.post_content h4 b,
.elementor-element.post_content h2 b,
.elementor-element.post_content h3 b,
.elementor-element.post_content h2 strong,
.elementor-element.post_content h3 strong {
    font-weight: inherit;
}
.elementor-element.post_content h4 {
    margin-top: 40px;
    margin-bottom: 25px;
    color: var( --e-global-color-primary );
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-a1e0885-font-weight);
    line-height: var(--e-global-typography-a1e0885-line-height);
}
.elementor-element.post_content .border_none {
    padding: 0;
    border: 0;
}
.elementor-element.post_content .has-drop-cap:not(:focus):first-letter {
    font-size: inherit;
    float: none;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    text-transform: initial;
}

.elementor-element.post_content .headline {
    margin-top: 65px;
    margin-bottom: 50px;
    font-family: var( --e-global-typography-26f2d65-font-family ), Sans-serif;
    font-size: var( --e-global-typography-26f2d65-font-size );
    line-height: var( --e-global-typography-26f2d65-line-height );
    font-weight: var(--e-global-typography-26f2d65-font-weight);
    color: var( --e-global-color-primary );
}
.elementor-element.post_content .elementor-widget-container > h4:first-child {
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
    color: var( --e-global-color-primary );
    font-size: var( --e-global-typography-8639a2e-font-size );
    line-height: 1.5;
}
.elementor-element.post_content .elementor-widget-container > h4:first-child:before {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var( --e-global-color-primary );
}
/* boxes */
.box {
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 40px;
}
.box:before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.box--primary_soft:before {
    background-color: var( --e-global-color-primary );
    opacity: 0.1;
}
.box--secondary-soft:before {
    background-color: var( --e-global-color-secondary );
    opacity: 0.2;
}
.box_sm {
    padding: 7px 15px;
}

.elementor-element.post_content .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
}
.elementor-element.post_content .wp-block-image img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.elementor-element.post_content p img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.elementor-element.post_content .wp-block-image figcaption {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: bold;
    font-style: italic;
}
.post_content .gallery > * {
    display: inline-block;
    margin: 10px !important;
}

.elementor-element.post_content hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid var( --e-global-color-d9332d5 );
    margin: 40px auto;
}
.elementor-element.post_content ul {
    list-style-type: none;
	margin-left: 0;
    margin-top: 0;
	margin-bottom: 30px;
	margin-top: 25px;
    padding: 0;
}
.elementor-element.post_content ul.bullet_spacing-md {
    padding-left: 60px;
}
.elementor-element.post_content ul ul {
	margin-top: 10px;
}
.elementor-element.post_content ul:last-child {
    margin-bottom: 0;
}
.elementor-element.post_content ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    counter-increment: li;
}
.elementor-element.post_content ul li:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    left: 0;
    top: 6px;
    display: block;
    font-weight: bold;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: var( --e-global-color-primary );
}
.elementor-element.post_content ul li li:before {
    border: 1px solid var( --e-global-color-primary );
    background-color: transparent;
}
.elementor-element.post_content li > span.color-primary {
    display: block;
    margin-bottom: 20px;
}
/* images */
.elementor-element.post_content img {
    vertical-align: middle;
}
.elementor-element.post_content img:not[width="16"] {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.elementor-element.post_content .size-medium ~ .size-medium.alignright {
    margin-top: 0;
}
.elementor-element.post_content .alignright,
.elementor-element.post_content .alignleft {
    margin-right: 0;
    margin-bottom: 20px;
}
.elementor-element.post_content .alignright img,
.elementor-element.post_content .alignleft img {
    width: 100% !important;
}

@media (min-width: 768px) {
    .elementor-element.post_content .size-medium {
        width: calc(50% - 10px);
        margin-left: 4px;
        margin-right: 4px;
    }
    .elementor-element.post_content .size-medium {
        margin-top: 8px;
    }
    .elementor-element.post_content .alignright,
    .elementor-element.post_content .alignleft {
        margin-top: 0;
        width: calc(50% - 10px) !important;
        margin-bottom: 10px;
        clear:both
    }
    .elementor-element.post_content .alignleft {
        margin-right: 20px !important;
        float: left;
        margin-left: 0 !important;
    }
    .elementor-element.post_content .alignright {
        margin-left: 20px !important;
        float: right;
        margin-right: 0 !important;
    }
    .elementor-element.post_content img.alignleft ~ img.alignright {
        display: inline-block;
        margin-left: 0 !important;
        float: none;
        margin-right: 0 !important;
    }
}
.post_content .gallery-item img {
    width: 100% !important;
    margin: 0 !important;
}
.post_content .wp-caption-text {
    text-align: center;
    color: var( --e-global-color-834fac3 );
    padding: 10px;
    font-size: var( --e-global-typography-b817a83-font-size );
}

.post_content .elementor-widget-container > div {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    line-height: 1.5;
    text-align: justify;
    margin-block-start: 0;
    margin-block-end: .9rem;
}

/* feature image */
.post_content-feature-image .wp-caption a {
    display: block;
}

/* list */
.post_content ol ol {
    margin-top: 20px;
    margin-bottom: 0;
}
.post_content ol {
    list-style: none;
	counter-reset: my-counter;
	margin-bottom: 20px;
	margin-top: 20px;
    padding-left: 0;
}
.post_content ol > li {
	counter-increment: my-counter;
	padding-left: 35px;
	position: relative;
    margin-top: 20px;
}
.post_content ol > li.empty_number,
.post_content ol[start="1"] > li,
.post_content ol[start="2"] > li,
.post_content ol[start="3"] > li,
.post_content ol[start="4"] > li,
.post_content ol[start="5"] > li,
.post_content ol[start="6"] > li,
.post_content ol[start="7"] > li,
.post_content ol[start="8"] > li,
.post_content ol[start="9"] > li {
    padding-left: 20px;
}
.post_content ol > li ol > li {
    padding-left: 45px;
}
.post_content ol > li ol > li ol > li {
    padding-left: 55px;
}
.post_content ol > li:before {
	content: counter(my-counter) ". ";
	font-weight: bold;
	color: var( --e-global-color-primary );
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
}
.post_content ol.list_alpha > li:before {
	content: counter(my-counter, lower-alpha) ". ";
}
.post_content ol.list_alpha[start] > li:before {
    content: counter(my-counter, lower-alpha) ". ";
}
.post_content li.empty_number:before {
    content: none !important;
}
/*start attribute*/
.post_content ol[start] ol > li:before {
	content: counters(my-counter,".") " ";
}
.post_content ol[start="2"] {
	counter-reset: my-counter 1;
}
.post_content ol[start="3"] {
	counter-reset: my-counter 2;
}
.post_content ol[start="4"] {
	counter-reset: my-counter 3;
}
.post_content ol[start="5"] {
	counter-reset: my-counter 4;
}
.post_content ol[start="6"] {
	counter-reset: my-counter 5;
}
.post_content ol[start="7"] {
	counter-reset: my-counter 6;
}
.post_content ol[start="8"] {
	counter-reset: my-counter 7;
}
.post_content ol[start="9"] {
	counter-reset: my-counter 8;
}
.post_content ol[start="10"] {
	counter-reset: my-counter 9;
}
.post_content ol[start="11"] {
	counter-reset: my-counter 10;
}
.post_content ol[start="12"] {
	counter-reset: my-counter 11;
}
.post_content ol[start="13"] {
	counter-reset: my-counter 12;
}
.post_content ol[start="14"] {
	counter-reset: my-counter 13;
}
.post_content ol[start="15"] {
	counter-reset: my-counter 14;
}
.post_content ol[start="16"] {
	counter-reset: my-counter 15;
}
.post_content ol[start="17"] {
	counter-reset: my-counter 16;
}
.post_content ol[start="18"] {
	counter-reset: my-counter 17;
}
.post_content ol[start="19"] {
	counter-reset: my-counter 18;
}
.post_content ol[start="20"] {
	counter-reset: my-counter 19;
}

/*blockquote*/
.elementor-element.post_content blockquote,
.post_quote {
    position: relative;
    padding: 40px 30px 30px;
    background-color: var( --e-global-color-primary );
    color: #fff;
    margin: 30px 0 !important;
}
.elementor-element.post_content blockquote:after,
.elementor-element.post_content blockquote:before,
.post_quote:after,
.post_quote:before {
    content: "";
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.elementor-element.post_content blockquote:before,
.post_quote:before {
    left: -30px;
    width: 70px;
    height: 22px;
    top: 20px;
    background-image: url('/wp-content/uploads/2024/07/deco_abstrack-1-yellow.svg');
}
.elementor-element.post_content blockquote:after,
.post_quote:after {
    right: -30px;
    width: 60px;
    height: 25px;
    bottom: 30px;
    background-image: url('/wp-content/uploads/2024/07/deco_abstrack-4-yellow.svg');
}
/*forms*/
.post-password-form input[type="password"] {
    margin-top: 10px;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    padding-right: 80px;
    display: block;
    border: solid 1px var(--e-global-color-d9332d5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-password-form input[type="password"]:focus-visible,
.post-password-form input[type="password"]:focus {
    border-color: var(--e-global-color-primary);
    background-color: var( --e-global-color-8ffed8f );
    color: var(--e-global-color-primary );
    outline: 0;
}
.post-password-form input[type="submit"] {
    padding: 5px 15px;
    border: 1px solid transparent;
    background-color: var(--e-global-color-primary);
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
    transform: translateX(calc(-100% - 10px));
    margin-bottom: 5px;
    font-size: 13px;
}
.post-password-form input[type="submit"]:hover{
    background-color: var( --e-global-color-accent );
}




/* video iframe */
.post_content .video-wrap {
	margin: 30px 0 !important;
    overflow-wrap: break-word;	
	position: relative;
}
.post_content .video-wrap:before{
	content: "";
    display: block;
	padding-top: 56.25%;
}
.post_content .video-wrap iframe {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
/*////////////*/

/* breadcrumb */
.breadcrumb_sn .breadcrumb_last {
    color: var( --e-global-color-834fac3 );
    opacity: 0.7;
}
.breadcrumb_sn span {
    margin: 0 3px;
}
.breadcrumb_sn span:last-child {
    margin-right: 0;
}
.breadcrumb_sn span:first-child {
    margin-left: 0;
}
.breadcrumb_sn-light .breadcrumb_last {
    color: #fff;
}

/* internal pages */
.side_bar-link .elementor-button-content-wrapper {
    justify-content: space-between;
}
.side_bar-link .elementor-button-text {
    text-align: left;
}
.side_bar-link  .elementor-button-link  {
    text-decoration: none !important;
}
.side_bar-divider .elementor-icon-list-item {
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.side_bar-divider .elementor-icon-list-item:after {
    content: "";
    height: 1px;
    flex: 1;
    position: relative !important;
    bottom: auto !important;
    margin-left: 10px;
    background-color: var( --e-global-color-primary );
}

/* loops */
@media (min-width: 768px) {
    .loop_excerp-none--md .elementor-widget-theme-post-excerpt {
        display: none;
    }
}


/* pagination */
.custom_pagination .elementor-pagination {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.custom_pagination .page-numbers.current {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom_pagination .page-numbers:hover {
    color: var( --e-global-color-primary ) !important;
}
.custom_pagination .page-numbers.current {
    background-color: var( --e-global-color-primary );
    color: #fff !important;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.custom_pagination .page-numbers.current:hover {
    background-color: var( --e-global-color-secondary );
}

.custom_pagination .elementor-pagination {
    padding-top: 30px;
    border-top: 1px solid var( --e-global-color-primary );
}

.custom_pagination--border_none .elementor-pagination {
    border-top: 0;
}
/* grid */
@media (min-width: 1550px) {
    .grid-5--xxl.elementor-grid-4 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid;
        grid-template-rows: masonry;
    }
    .grid-5--xxl.elementor-grid-4 .elementor-grid > .e-loop-item {
       margin: 0 !important;
    }
}

/* hide */
body[class*="paged-"] .hide-in-pagination {
    display: none;
}
body:not([class*="paged-"]) .news_items .elementor-loop-container > *:first-of-type {
   display: none; 
}

/* section bottom */
.icon_section-bottom svg {
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .icon_section-bottom svg {
        min-width: 400px;
        max-width: none;
    }
}

/* filter */
.filter_post .ymc-smart-filter-container {
    max-width: none;
}
.filter_post .filter-layout {
    max-width: 1200px;
    margin: 0 auto 60px;
    border-bottom: 1px solid var( --e-global-color-d9332d5 );
}
.filter_post .filter-link {
    font-family: inherit !important;
    padding: 5px 16px !important;
    background-color: var( --e-global-color-8171206 ) !important;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    font-size: var( --e-global-typography-dd57f4f-font-size ) !important;
    line-height: var( --e-global-typography-dd57f4f-line-height ) !important;
    color: var( --e-global-color-text ) !important;
    font-weight: normal !important; 
}
.filter_post .filter-link.active {
    background-color: var( --e-global-color-primary ) !important;
    color: #fff !important;
}
/* cards */
.filter_post .post-item {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 240px 20px 20px !important;
    border-color: var( --e-global-color-primary ) !important;
}
.filter_post .post-item:before {
    content: "";
    width: 100%;
    height: 220px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background-color: #fff;
    background-image: url('/wp-content/uploads/2024/04/placeholder_post-2.jpeg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--e-global-color-primary);
}
.filter_post .excerpt {
    color: var(--e-global-color-834fac3) !important;
    font-size: var(--e-global-typography-b817a83-font-size) !important;
    line-height: var(--e-global-typography-b817a83-line-height) !important;
}
.filter_post .title {
    color: var(--e-global-color-text) !important;
    font-family: var(--e-global-typography-edfd439-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-edfd439-font-size) !important;
    font-weight: var(--e-global-typography-edfd439-font-weight) !important;
    line-height: var(--e-global-typography-edfd439-line-height) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter_post .post-item:hover .title {
    color: var(--e-global-color-primary) !important;
}
.filter_post .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}
.filter_post .media img {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.filter_post .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.filter_post .read-more {
    padding-top: 10px;
    text-align: left !important;
    border-top: 1px solid var( --e-global-color-d9332d5 ) !important;
    margin-top: 20px !important;
}
.filter_post .read-more .btn {
    text-decoration: none !important;
    font-size: var( --e-global-typography-6831931-font-size ) !important;
    text-transform: uppercase !important;
    line-height: var( --e-global-typography-6831931-line-height ) !important;
    color: var( --e-global-color-primary ) !important;
    padding-right: 30px;
}
.filter_post .read-more .btn:after {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    border: 1px solid var( --e-global-color-primary );
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    position: absolute;
    right: 20px;
    bottom: 15px;
    background-image: url('/wp-content/uploads/2024/05/arrow_link-primary.svg');
    -webkit-background-size: 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter_post .post-item:hover .read-more .btn:after {
    background-color: var( --e-global-color-primary );
    background-image: url('/wp-content/uploads/2024/04/arrow_link-light.svg');
}

.filter_post .category {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.filter_post .category .cat-inner {
    background-color: #fff !important;
    border: 1px solid var( --e-global-color-primary ) !important;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    font-size: 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var( --e-global-color-primary ) !important;
}
.filter_post .post-item:hover .cat-inner {
    color: #fff !important;
    background-color: var( --e-global-color-primary ) !important;
}

/*accordion*/
.accordion {
    margin: 40px auto;
    border-top: 2px solid var( --e-global-color-primary );
}
.accordion--simple {
    border: 0;
}
.accordion:last-child {
    margin-bottom: 0;
}
.accordion-item {
    display: block;
}
.accordion-header {
    cursor: pointer;
    margin: 0;
    padding: 20px 20px 20px 0px;
    border-bottom: 1px solid var( --e-global-color-d9332d5 );
    font-size: var(--e-global-typography-edfd439-font-size);
    line-height: var(--e-global-typography-edfd439-line-height);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
}
.accordion-header:before {
    content: "\f078";
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion-collapse .accordion-body {
    padding: 30px 0px;
}
.accordion-collapse .accordion-body_container:after {
    content: "";
    clear: both;
    display: table;
}
.accordion-collapse {
    display: none;
}


/* active */
.accordion-item.active .accordion-header {
    color: var( --e-global-color-primary );
    border-color: var(--e-global-color-primary);
}
.accordion-item.active .accordion-header:before {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}


/* playlist */
.post_content .wp-playlist-tracks:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent var( --e-global-color-primary ) transparent;
    position: absolute;
    bottom: calc(100% - 2px);
    right: 20px;
}
.post_content .wp-playlist-tracks {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: var( --e-global-color-primary );
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    margin-top: 0;
    z-index: 1;
}
.post_content .wp-playlist .mejs-container {
    position: relative;
    border-bottom: 25px solid #222;
    margin-bottom: -10px;
}
.post_content .wp-playlist {
    padding: 0;
    border: 0;
}
.post_content .wp-playlist-item {
    padding: 10px 50px 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}
.post_content .wp-playlist-item a {
    text-decoration: none;
    color: inherit;
}
.post_content .wp-playlist-item.wp-playlist-playing {
    background-color: transparent;
    color: var( --e-global-color-secondary );
}
.post_content  .wp-playlist-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var( --e-global-color-secondary );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
}
.post_content  .wp-playlist-item.wp-playlist-playing:before {
    opacity: 0.2;
}
.post_content .wp-playlist-item-length {
    right: 10px;
    top: 10px;
}

/* icons */
/* team flags */
.team_title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    top: 0;
    margin: auto;
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}
/* images */
.country-greece .team_title:after {
    background-image: url('/wp-content/uploads/2024/04/flag_gr.svg');
}
.country-argentina .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_ar.svg');
}
.country-belgium .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_be.svg');
}
.country-brasil .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_br.svg');
}
.country-colombia .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_co.svg');
}
.country-italy .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_it.svg');
}
.country-germany .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_de.svg');
}
.country-ghana .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_gh.svg');
}
.country-kenya .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_ke.svg');
}
.country-philippine .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_ph.svg');
}
.country-portugal .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_pt.svg');
}
.country-south-africa .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_sa.svg');
}
.country-ukraine .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_ua.svg');
}
.country-united-kingdom .team_title:after {
    background-image: url('/wp-content/uploads/2024/06/flag_uk.svg');
}

.team_title {
    position: relative;
    padding-right: 40px;
}

/* books embed */
.btn_full-docs {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}
._df_book {
    display: none;
}
._df_book[source] {
    display: block;
}
.book_link {
    position: relative;
}
.book_link .btn_full-docs ~ * {
    display: none;
}
.book_link [href*="/"].btn_full-docs ~ * {
    display: block;
}
.book_link-wrap .elementor-shortcode {
    padding-top: 40px;
    position: relative;
}
.book_link-wrap .elementor-shortcode > .elementor-location-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.book_link-wrap .elementor-shortcode > a ~ .elementor-location-single {
    display: block;
}
/* box */
/* .book_link-box:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #fff;
    background-color: #fff;
} */
/* langs */
/* :lang(en) .book_link-box:before {
    background-image: url('/wp-content/uploads/2024/05/flag_us.svg');
}
:lang(fr) .book_link-box:before {
    background-image: url('/wp-content/uploads/2024/05/flag_fr.svg');
}
:lang(ru) .book_link-box:before {
    background-image: url('/wp-content/uploads/2024/05/flag_ru.svg');
}
:lang(es) .book_link-box:before {
    background-image: url('/wp-content/uploads/2024/05/flag_es.svg');
} */

.btn_full-docs ~ .box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_full-docs:hover ~ .box {
    color: var(--e-global-color-primary);
}
/*coockies*/
.cookie-notice-visible .cookie-notice-container a {
    color: var( --e-global-color-secondary );
    text-decoration: underline;
}

/* congress */
.elementor-element.post_content .elementor-widget-container .congress_headline:first-child,
.elementor-element.post_content .congress_headline {
    border-bottom: 2px solid var( --e-global-color-primary );
    color: var(--e-global-color-text);
    font-size: var(--e-global-typography-a1e0885-font-size);
    font-weight: var(--e-global-typography-a1e0885-font-weight);
    line-height: var(--e-global-typography-a1e0885-line-height);
    letter-spacing: var(--e-global-typography-a1e0885-letter-spacing);
    word-spacing: var(--e-global-typography-a1e0885-word-spacing);
    padding-bottom: 30px;
    margin-bottom: 0;
    border-left: 0;
    padding-left: 0;
    margin-top: 60px;
}



/* gtranslate */
/* container */
.gtranslate_section-container.elementor-section .elementor-container,
.gtranslate_section-container .elementor-column,
.gtranslate_section-container .elementor-widget-wrap,
.gtranslate_section-container .elementor-widget,
.gtranslate_section-container .gtranslate_shortcode,
.gtranslate_section-container {
    position: initial;
}
.gtranslate_section-container {
    padding-right: 95px !important;
}
/* initials */
.elementor-shortcode .gtranslate_wrapper .gt_switcher__overlay,
.elementor-shortcode .gtranslate_wrapper .gt_switcher__action,
.elementor-shortcode .gtranslate_wrapper .gt_switcher-action {
	display: none;
}
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
    background: initial;
}
/* no flags */
.elementor-shortcode .gtranslate_wrapper .gt_switcher a img {
    display: none;
}
/* no arrow */
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a:after {
    content: none !important;
}
/* wrapper */
.gtranslate_wrapper {
    font-size: 14px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0;
}
/* selected */
.elementor-shortcode .gtranslate_wrapper .gt_switcher {
    width: auto;
    line-height: 1;
    text-transform: uppercase;
}
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected {
    box-shadow: none;
    background: var( --e-global-color-primary );
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 56px;
}
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a {
    width: auto;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-family: var(--e-global-typography-dd57f4f-font-family), Sans-serif;
    font-size: calc(var(--e-global-typography-dd57f4f-font-size) - 2px);
    font-weight: var(--e-global-typography-dd57f4f-font-weight);
    line-height: var(--e-global-typography-dd57f4f-line-height);
}
/* options */
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option a {
    padding: 15px 20px;
    font-family: var(--e-global-typography-dd57f4f-font-family), Sans-serif;
    font-size: calc(var(--e-global-typography-dd57f4f-font-size) - 2px);
    line-height: var(--e-global-typography-dd57f4f-line-height);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 0;
    border-bottom: 1px solid var( --e-global-color-d9332d5 );
}
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height: 0px"] a {
    border-bottom: 0;
}
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option a:last-child {
    border-bottom: 0;
}
.elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option a:hover {
    background-color: var( --e-global-color-8ffed8f );
    color: var( --e-global-color-primary );
}
@media (max-width: 767px) {
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option {
        position: fixed;
        right: 0;
        top: 0;
        background-color: #fff;
        left: auto;
        bottom: auto;
        max-height: none;
        border: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99999;
        display: block !important;
        height: 100% !important;
        width: calc(100% - 40px);
        max-width: 200px;
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option a {
        color: var( --e-global-color-text );
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height"] {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height: 0px"] {
        -webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
    /* overflay */
    .elementor-shortcode .gtranslate_wrapper .gt_selected a:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vh;
        background: rgba(0,0,0,.8);
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .elementor-shortcode .gtranslate_wrapper .gt_selected a.open:before {
        opacity: 1;
        visibility: visible;
    }
}

/* ipad */
@media (min-width: 768px) {
    .gtranslate_section-container {
        padding-right: 140px !important;
    }
    /* wrapper */
    .gtranslate_wrapper {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    /* selected */
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected {
        width: 115px;
        height: 66px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a {
        padding: 10px 20px;
    }
    /* arrow */
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a:after {
        content: "" !important;
        position: initial;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNNDgwLTM0NCAyNDAtNTg0bDU2LTU2IDE4NCAxODQgMTg0LTE4NCA1NiA1Ni0yNDAgMjQwWiIvPjwvc3ZnPg==');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    /* selector hover */
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a:before {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a.open:before,
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected a:hover:before {
        background-color: var( --e-global-color-accent );
    }
    /* action */
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height"] {
        height: 167px !important;
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height: 0px"] {
        height: 0px !important;
    }
    /* options */
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        padding: 0;
        width: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -moz-transition: height 0.2s ease-in-out;
        -webkit-transition: height 0.2s ease-in-out;
        -o-transition: height 0.2s ease-in-out;
        transition: height 0.2s ease-in-out;
        background-color: #fff;
        box-sizing: border-box;
        overflow: hidden !important;
        border: 0;
    }
}
@media (min-width: 1025px) {
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height"] {
        height: 167px !important;
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_option[style*="height: 0px"] {
        height: 0px !important;
    }
    .elementor-shortcode .gtranslate_wrapper .gt_switcher .gt_selected {
        height: 84px;
    }
}
@media (min-width: 1430px) {
    .gtranslate_section-container {
        padding-right: 40px !important;
    }
}

.mouse_deco {
    width: 35px;
    height: 80px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid var( --e-global-color-d9332d5 );
    position: relative;
    display: block;
}
a.mouse_deco:hover .mouse_deco-arrow {
    animation-play-state: paused;
}
.mouse_deco-arrow {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2024/08/arrow_down-icon-gray.svg');
    animation: scroll_down 2s infinite;
}
@keyframes scroll_down {
    0%, 100% {
      margin-top: 0;
    }
    50% {
      margin-top: 40px;
    }
  }

/* lang ru */
:lang(ru) {
    --e-global-typography-4a84ef4-font-family: "Lato";
    --e-global-typography-4a84ef4-font-weight: 900;
	
    --e-global-typography-caff030-font-family: "Lato";
    --e-global-typography-caff030-font-weight: 900;
	
    --e-global-typography-5d60432-font-family: "Lato";
    --e-global-typography-5d60432-font-weight: 900;
	
    --e-global-typography-a1e0885-font-family: "Lato";
    --e-global-typography-a1e0885-font-weight: 900;

    --e-global-typography-ef9e75e-font-family: "Lato";
    --e-global-typography-ef9e75e-font-weight: 900;

    --e-global-typography-26f2d65-font-family: "Lato";
    --e-global-typography-26f2d65-font-weight: 900;

    --e-global-typography-primary-font-family: "Lato";
    --e-global-typography-primary-font-weight: 900;

    --e-global-typography-ef9e75e-font-family: "Lato";
    --e-global-typography-ef9e75e-font-weight: 900;
}
@media (min-width: 1025px){
   :lang(ru) {
    --e-global-typography-4a84ef4-font-size: 35px;
    } 
}

/* highlight */
.text_highlight--accent {
    display: inline;
    line-height: 1.3;
    padding: 0px 10px;
    background-color: var( --e-global-color-secondary );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}