.slider-posts{
    background-color: #fff;
}
.slider-posts-wrapper{
    margin-bottom: 50px;
    position: relative;
}
.slider-posts__inner img{
    border-radius: 10px 0 0 10px !important;
}
.slider-posts{
    background: transparent;
}
.slider-posts-wrapper__leftAr{
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    transform: translate(-130%, -50%);
    cursor: pointer;
}
.slider-posts-wrapper__rightAr{
    position: absolute;
    right: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    transform: translate(130%, -50%);
    cursor: pointer;
}
.slider-posts__inner{
    display: flex;
}
.slider-posts__inner img{
    height: 545px !important;
    /*max-width: 969px !important;*/
    max-width: 65% !important;
    width: 100%;
    object-fit: cover;
}
.slider-posts__info{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 35px;
    max-width: 35% !important;
    border-radius: 10px;
    justify-content: space-between;
}
.slider-posts__info h3{
    font-family: "ESLtKlarheitGrotesk", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 30px;
    color: #000000;
    width: fit-content;
    margin: 0 0 30px 0;
}

.slider-posts__info h4{
    font-family: "ESLtKlarheitGrotesk", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #000;
    width: fit-content;
}
.slider-posts__date-box{
    display: flex;
}
.slider-posts__date-info{
    font-family: "ESLtKlarheitGrotesk", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    color: #000000;
    width: fit-content;
}
.slider-posts__date-icon{
    margin-right: 10px;
}
.slider-posts__cat-box{
    color: #A5A5A5;
    margin: 0 0 30px 0;
}
.slider-posts__cat-name{
    text-transform: uppercase;
    font-family: "ESLtKlarheitGrotesk", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
}
.slider-about-team{
    position: relative;
}
.slider-about-team .slick-track{
    background-color: #fff;
}
.slider-about-team .slick-dots {
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    transform: translate(0, -10px);
    margin: 0;
}

.slider-about-team .slick-dots li{
    height: 10px;
    width: 10px;
    background-color: #F7B3A3;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: all .5s;
}
.slider-about-team li.slick-active,
.slider-about-team .slick-dots li:hover{
    background-color: #004956 !important;
}
.slider-about-team .slick-dots li button{
    font-size: 0;
}
.slider-about-team .slick-list{
    border-radius: 16px;
}
.slider-about-team__inner{
    display: flex;
    padding: 20px;
    background-color: #fff;
}
.slider-about-team__info{
    width: 100%;
}
.slider-about-team__info h3{
    font-family: 'ESKlarheitGrotesk';
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
.slider-about-team__info h4{
    font-family: 'ESKlarheitGrotesk';
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
}
.slider-about-team__info p{
    font-family: 'ESKlarheitGrotesk';
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    text-transform: none;
    font-weight: 400;
}
.slider-about-team__img-box{
    flex: 1 0 46%;
    margin-right: 50px;
    max-height: 600px;
    max-width: 530px;
}

/*.slider-about-team__img-box img{*/
/*    width: 100%;*/
/*    border-radius: 16px!important;*/
}

@media screen and (max-width: 1440px){
    .slider-posts__inner img {
        height: 445px !important;
    }
}
@media screen and (max-width: 1192px){
    .slider-posts__info h3 {
        font-size: 24px;
    }
    .slider-posts__cat-name{
        font-size: 12px;
    }
    .slider-posts__cat-box{
        margin: 0 0 15px 0;
    }
}
@media(max-width: 991px){
    .slider-about-team__inner{
        padding-bottom: 60px;
        justify-content: center;
        align-items: center;
    }

    .slider-about-team__img-box{
        max-height: 100%;
    }

    .slider-about-team__info{
        height: auto;
    }

    .slider-about-team__info h3{
        margin-top: 0;
        margin-bottom: 10px;
    }

    .slider-about-team__info h4{
        margin-bottom: 20px;
    }

    .slider-about-team__info p{
        margin-bottom: 0;
        font-size: 16px;
    }

    .slider-about-team .slick-dots{
        transform: translate(-50%, -10px);
    }

    .slider-posts__info h3{
        font-size: 18px;
    }
    .slider-posts__cat-box{
        line-height: 1;
    }
}

@media(max-width: 767px) {
    .slider-posts__inner{
        flex-direction: column;
    }
    .slider-posts__inner img,
    .slider-posts__info{
        max-width: 100% !important;
    }
    .slider-posts__inner img{
        height: unset !important;
        max-height: 400px;
    }
    .slider-posts__info h4{
        margin-bottom: 25px;
    }
    .slider-about-team__img-box {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }

    .slider-about-team .slick-list {
        background-color: #fff;
    }

    .slider-about-team__inner {
        flex-direction: column;
    }

    .slider-about-team {
        max-width: 400px;
        margin: 0 auto;
    }

    .slider-about-team .slick-dots{
        transform: translate(-50%, -20px);
    }

    .elementor-535 .elementor-element.elementor-element-244d912 > .elementor-widget-container{
        margin-bottom: 0!important;
    }
}

.page-id-954 .slick-list.draggable .slider-posts__cat-box {
    display: none;
}


@media(min-width: 1100px) and (max-width: 1566px) {
    .slider-posts__inner img {
        /*height: 365px !important;*/
        height: auto !important;
    }
    .slider-posts__info h3 {
        letter-spacing: 0.02em;
        font-size: 25px;
    }
    .cpq-img {
        max-height: 244px;
        height: 100%;
        display: flex;
    }
}
@media(min-width: 992px) and (max-width: 1099px) {
    .slider-posts__inner img {
        /*height: 305px !important;*/
        height: auto !important;
    }
    .slider-posts__info h3 {
        font-size: 21px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .slider-posts__inner img {
        /*height: 250px !important;*/
        height: auto !important;
    }
    .slider-posts__info h3 {
        font-size: 17px;
    }
    .slider-posts__info {
        padding: 15px 25px;
    }
    .slider-posts__info h4 {
        font-size: 14px;
        padding: 5px;
        border-radius: 8px;
    }
    .cpq-img {
        max-height: 1000px;
        height: auto;
        display: flex;
    }
}
@media(max-width:767px) {
    .cpq-result {
        display: block;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

.remove-bt {
    display: block !important;
}
/*.single-post .elementor-element-populated {*/
/*  border-radius: 0 10px 0 0 !important;*/
}

@media (min-width: 768px) {
    .elementor-11493 .elementor-element.elementor-element-fb0dde3 {
        width: calc(100% - 200px) !important;
    }
    .elementor-11493 .elementor-element.elementor-element-aa54e02 {
        width: 200px !important;
    }
    .elementor-11493 .elementor-element.elementor-element-c123e2f .elementor-button {
        width: 100% !important;
        display: block !important;
        width: 181px !important;
    }
    .elementor-11493 .elementor-element.elementor-element-aa54e02.elementor-column > .elementor-widget-wrap {
        justify-content: right !important;

    }
}


.ovc-btns .ovc-prev {
    margin-left: 55px;
}
.ovc-btns .ovc-next {
    margin-right: 55px;
}

@media(max-width: 1280px) {
    .ovc-btns .ovc-prev {
        margin-left: 15px;
    }
    .ovc-btns .ovc-next {
        margin-right: 15px;
    }  
}

@media(max-width: 1080px) {
    .ovc-btns .ovc-prev {
        margin-left: 50px;
    }
    .ovc-btns .ovc-next {
        margin-right: 50px;
    }  
}

@media(max-width: 820px) {
    .ovc-btns .ovc-prev,
    .ovc-btns .ovc-next{
        display: none;
    }
}



.ssc-btns .ssc-prev,
.ssc-btns .ssc-next {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}



/*.slick-initialized .slick-slide.ovc-item {
    display: block;
    max-width: 730px;
}*/

.to-topX {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 99999;
    display: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    border: 1.1875px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 4.75px 4.75px rgba(0, 0, 0, 0.05), inset 0px 2.375px 4.75px rgba(255, 255, 255, 0.1);
}
 .to-topX img {
    width: 35px;
    margin-top: 10px;
}
@media(max-width:767px) {
    .to-topX {
        display: block !important;
    }
    .home1 {
        width: 100vw!important;
    }
    .home-middle1 {
        width: 100vw!important;
    }
}
@media (min-width: 1151px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
        display: none !important;
    }
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: flex;
    }
    /*.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none;
    }*/
}

@media(max-width:1150px) {
    /*.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none;
    }*/
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
        display: flex !important;
    } 
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none;
    }
    /*.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: block;
    }*/
   
    
}
@media(max-width: 1200px) {
     .ssc-item {
        max-width: 560px;
    }
    .ssc-btns {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .ssc-btns >* {
        background: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }
    .hero-box-general, .navigation-menu {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media(min-width:1025px) and (max-width:1200px) {
    .ssc-btns .ssc-prev{
        margin-left: -60px;
    } 
    .ssc-btns .ssc-next {
        margin-right: -60px;
    }
}
@media(max-width:1023) {
    /*.elementor-25800 .elementor-element.elementor-element-a0e7454 {
        padding: 60px 0px 60px 0px !important;
    }*/
}
@media(min-width:1445px) and (max-width:1680px) {
    .elementor-952 .elementor-element.elementor-element-2a12d1e > .elementor-element-populated {
        padding-left: 50px !important;
    }
}
.elementor-952 .elementor-element.elementor-element-2a12d1e > .elementor-element-populated {
   /* margin-left: 50px !important;*/
}
@media(min-width: 767px) {
    .elementor-widget-theme-site-logo img {
        width: auto !important;
    }
}

.elementor-25800 .elementor-element.elementor-element-9bcd216 .elementor-heading-title {
    max-width: 100% !important;
}


@media(max-width:1499px) {
    .elementor .elementor-hidden-desktop.elementor-element-6804219,
    .elementor .elementor-hidden-desktop.elementor-element-6c481a6 {
        display: block !important;
    }
    .elementor-element-9bcd216 {
        display: none !important;
    }
    .elementor-25800 .elementor-element.elementor-element-6804219 .elementor-heading-title {
        font-size: 42px !important;
     }
}
@media(max-width:1024px) {
    .elementor-25800 .elementor-element.elementor-element-48861e2 > .elementor-widget-container {
        margin: 0px 0px 0px 0px !important;
    }
}
@media (min-width: 665px) and (max-width: 1023px) {
    .page-template .form-title-1440 h2.elementor-heading-title {
        font-size: 32 !important;
        line-height: normal !important;
    }
}
@media(min-width:767px) and (max-width:1100px) {
    .elementor-25800 .elementor-element.elementor-element-6804219 .elementor-heading-title ,
    .elementor-25800 .elementor-element.elementor-element-6c481a6 .elementor-heading-title{
        font-size: 39px !important;
    }
}




@media(min-width:1459px) {
    .s-news .elementor-post__thumbnail,
    .elementor-172 .elementor-element.elementor-element-b767b20 .elementor-posts-container .elementor-post .elementor-post__card .elementor-post__thumbnail {
        height: 264px !important;
    }
    .cpq-img,
    .s-news .elementor-post__thumbnail {
        max-height: 264px;
        /*height: 212px !important;*/
        height: 100%;
        display: flex;
    }
}

@media (max-width: 767px) {
    .similar-post .elementor-post-date:after {
        display: none !important;
    }
    .cpq-tag.mobile {
        display: none !important;
    }
    .elementor-172 .elementor-element.elementor-element-2dc0ef2 {
        --grid-column-gap: 10px !important;
    }
    .cpq-item {
        margin-bottom: 10px !important;
        min-height: 390px !important;
    }
    .cpq-title h3,
    .elementor-172 .elementor-element.elementor-element-2dc0ef2 .elementor-post__title, 
    .elementor-172 .elementor-element.elementor-element-2dc0ef2 .elementor-post__title a {
        font-size: 17px !important;
        line-height: 22px !important;
        letter-spacing: 0.02em !important;
        margin: 0;
        color: #000 !important;
        font-feature-settings: "lnum";
        font-variant-numeric: lining-nums;
        font-weight: 700 !important;
    }
    .similar-post .elementor-post-date {
        padding-left: 0 !important;
    }
    .slider-posts__inner img {
        border-radius: 10px 10px 10px 10px !important;
        height: 212px !important;
        object-fit: cover !important;
        width: 100% !important;
    }
    .elementor-column[data-id="fda753a"] div[data-id="92fcdb1"] > .elementor-widget-container {
        padding: 0 20px !important;
    }
    .elementor-172 .elementor-element.elementor-element-e0afdbb {
        margin-top: 0px !important;
    }
}
@media (max-width: 575px) {
    .cpq-img{
        max-height: 200px !important;
        height: 100%;
        display: flex;
    }
}

@media(min-width:768px) {
    .elementor-10885 .elementor-element.elementor-element-315ab8e2 > .elementor-widget-container {
        margin-top: 10px !important;
        /*margin-left: -25px !important;*/
    }
    
    .elementor-10885 .elementor-element.elementor-element-373cd32d {
        margin-left: -20px;
    }
    .elementor-10885 .elementor-element.elementor-element-3dd6f15a
     {
        margin-left: 0px;
    }
    .elementor-10878 .elementor-element.elementor-element-ce36a1d > .elementor-widget-container {
        margin: 7px 60px 11px 60px !important;
    }
    .elementor-10878 .elementor-element.elementor-element-e785e4f {
        margin-top: 5px;
    }
    .elementor-10878 .elementor-element.elementor-element-dced45e {
        margin-bottom: 25px !important;
    }
}
/*.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}*/

/*.single-post .elementor-widget-container p {*/
/*    margin-bottom: 20px !important;*/
/*    line-height: 28px !important;*/
}
/*.elementor-10878 .elementor-element.elementor-element-c8f85a5 > .elementor-element-populated {
    padding: 10px !important;
}*/
@media (min-width: 1441px) and (max-width: 1810px) {
    .hero-box-general .hero-image {
       /* padding-left: 70px !important;*/
    }
    .elementor-172 .elementor-element.elementor-element-4906a78.elementor-column > .elementor-widget-wrap span {
        font-size: 59px !important;
    }
}
.elementor-535 .elementor-element.elementor-element-4b97918 > .elementor-widget-container {
    margin: 0px 0px 10px 0px !important; 
}
.elementor-element-5665228 {
    margin-bottom: 10px !important;
}
.elementor-10366 .elementor-element.elementor-element-576cef7:not(.elementor-motion-effects-element-type-background), .elementor-10366 .elementor-element.elementor-element-576cef7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #7265D1 !important;
}
.elementor-954 .elementor-element.elementor-element-496e4bc:not(.elementor-motion-effects-element-type-background), .elementor-954 .elementor-element.elementor-element-496e4bc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FF8564 !important;
}