.section-header{ 
    align-items: baseline; 
}
.sgh1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 115%;
    color: #504C4C;
}
.sg-page-header{
    margin-top: 27px;
    display: flex;
    align-items: center;
}
.sg-page-header .article-counter{
    margin-top: 0;
    margin-left: 8px;
}

.article__body .h3 {
    padding: 48px 0 34px;
    max-width: 100%;
}
.article__body .h3 {
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.titlenfav{
    order: -1;
}
.to-parent-crumb{
    padding-left: 11px;
}
.to-parent-crumb:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    left: 0;
    top: calc(50% - 5px);
    background-image: url(../img/crumbs-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* NEW SLIDER */

.fancybox__container{
    z-index: 99999 !important;
}

.article__carusel-custom{
    margin-bottom: 26px;
}

.article__carusel-custom .article__carusel-block a{
    border: none;
}

.article__carusel-custom .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FECC43;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.article__carusel-custom .article__carusel-block {
    padding: 10px 10px 10px 0;
}

.article__carusel-custom .slick-arrow.prevarrow {
    left: -60px;
}

.article__carusel-custom .slick-arrow.nextarrow {
    right: -60px;
    transform: translateY(-50%) rotate(180deg);
}

.article__carusel-custom .nextarrow.slick-arrow.slick-disabled{
    opacity: 0;
}
.article__carusel-custom .prevarrow.slick-arrow.slick-disabled{
    opacity: 0;
}
.article__carusel-custom--text{
    font-size: 16px;
    font-style: normal;
    display: block;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.article__carusel-custom .slick-dots{
    position: initial;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto;
    gap: 20px;
    text-align: center;
    width: fit-content;
    height: 32px;
    border-radius: 29px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15)

}

.article__carusel-custom .slick-dots li{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.article__carusel-custom .slick-dots li button{
    border: 1px solid #262a3b5c;
    border-radius: 50%;
    /* background: transparent; */
    display: flex;
    height: 12px;
    width: 12px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.article__carusel-custom .slick-dots li button:before{
    position: relative;
    top: 0;
    left: 0;
    content: "";
    background: #262A3B;
    width: 0;
    border-radius: 50%;
    height: 0;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: aliceblue;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article__carusel-custom .slick-dots li.slick-active button{
    border: 1px solid #FECC43;
    background: #FECC43;
    width: 16px;
    height: 16px;
}

.article__carusel-custom .slick-dots li.slick-active button:before{
    background: #FECC43;
}

.article__carusel-custom .slick-dots li:hover button:before{
    width: 9px;
    height: 9px;
}

.breadcrumbs-wrapper{
    display: flex;
}

.back-to-source{
    background: #FECC43;
    padding: 12px 27px;
    text-align: center;
    align-items: center;
    border-radius: 29px;
    font-family: 'IBM Plex Sans';
    font-size: 12px;
    color: #504C4C;
    justify-content: center;
    white-space: nowrap;
}
.back-to-source:hover{
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.back-to-source.fixed{
    padding: 16px 18px;
    position: fixed;
    bottom: 58px;
    right: 140px;
    z-index: 9999;
    /* box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.15); */
}

.back-to-source.fixed:hover{
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.back-to-source.hide,
.back-to-source.fixed.show.hide {
    display: none;
}
.back-to-source.show{
    display: block;
}

.footer_outlink{
    color: #747474ab;
    margin-top: 72px;
    margin-left: 3px;
    display: inline-block;
    max-width: 290px;
    transition: 0.2s;
}

.footer_outlink:hover{
    color: #747474ab;
    opacity: 0.7;
}

@media screen and (max-width: 768px){
    .article__carusel-custom .slick-arrow.prevarrow, .article__carusel-custom .slick-arrow.nextarrow{
        opacity: 0 !important;
    }
    .article__carusel-custom .article__carusel-block img{
        height: auto;
    }
    .back-to-source.fixed{
        bottom: 18px;
        left: 20px;
        max-width: 140px;
    }
/*     .back-to-source.fixed.end-page{
    bottom: 126px;
} */
    .back-to-source.desktop{
        display: none !important;
    }
}

/* NEW SLIDER */


/*  go media */

@media only screen and (max-width: 1199px){
    .article__body .h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .article__body > .h3:first-of-type {
        padding: 0 0 34px;
        order: -1;
    } 
}

@media only screen and (max-width: 992px){
    .main-subscribe{ margin-bottom: 50px; }
    .main-subcribe-wrapper{ margin-bottom: 0; }
}
/* /992 */
@media only screen and (max-width: 768px){
      
    .breadcrumbs--mobile .breadcrumbs__link { font-size: 12px; }
    .breadcrumbs-block { display: none; }
} /* /.768 */