@font-face{
        font-family: "Suisse";
        src: url("../css/fonts/Suisse/SuisseIntl-Medium.otf");
        font-weight: 400;
      }

@font-face{
        font-family: "Suisse";
        src: url("../css/fonts/Suisse/SuisseIntl-Light.otf");
        font-weight: 300;
      }

      @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-Thin.woff2') format('woff2') url('../css/fonts/Onest-Thin.woff') format('woff');
        font-weight: 200;
        font-style: normal;
    }
    @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-Light.woff2') format('woff2') url('../css/fonts/Onest-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
    }
    @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-Regular.woff2');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-Medium.woff2') format('woff2') url('../css/fonts/Onest-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
    }
    @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-Bold.woff2') format('woff2') url('../css/fonts/Onest-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
    }
    @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-ExtraBold.woff2') format('woff2') url('../css/fonts/Onest-ExtraBold.woff') format('woff');
        font-weight: 800;
        font-style: normal;
    }
    @font-face {
        font-family: 'Onest';
        src: url('../css/fonts/Onest-Black.woff2') format('woff2') url('../css/fonts/Onest-Black.woff') format('woff');
        font-weight: 900;
        font-style: normal;
    }

    
.menu-glavnoe-menyu-v-shapke-container ul{
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none; 
  justify-content: space-evenly;

}

.cases-section .container{
    width: 1110px;
    max-width: 1160px;
}
.menu-glavnoe-menyu-v-shapke-container ul li{
    font-family: "Suisse";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #020202;
}
.menu-glavnoe-menyu-v-shapke-container ul li a {
    color: #020202;

}

.menu-glavnoe-menyu-v-shapke-container{
    width: 60%;
    margin-left: 0;
 
}
.menu-pravaya-knopka-heder-container{
    margin-left: auto;
    width: 229px;
    height: 47px;
    background: rgba(24, 167, 193, 0.2);
    border-radius: 8px;
    text-align: center;

}
.menu-pravaya-knopka-heder-container ul{
    list-style-type: none; 
    font-family: "Suisse";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #020202;
    margin: 0;
    padding-top: 13px;
  
}
.menu-pravaya-knopka-heder-container{
    cursor: pointer;
}
header .clr.container{
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; */
}
#menu-pravaya-knopka-heder{
    font-family: "Suisse";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #020202;

}
#menu-pravaya-knopka-heder a{
    color: #020202;

}
.license-container{
    
    background: #428E53;
    border-radius: 16px;
    display: flex;
    padding-top: 29px;
    padding-left: 79px;
    padding-bottom: 29px;
    max-width: 1200px;
    margin: auto;
}
.license-text{
    color: white;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    max-width: 846px;
    margin: auto;
    line-height: 140%;
}
.license-text p{
    color: white;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    max-width: 846px;
    margin: auto;
    line-height: 140%;
}
.license-text p a{
    color: white;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    max-width: 846px;
    margin: auto;
    line-height: 140%;
}
.main-course-container{
    display: flex;
    max-width: 1200px;
    margin: auto;
    background: #F3F3F3;
    border-radius: 16px;

}

.main-course-container .text-block{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 64px;

}
.main-course-container{
    padding-left: 75px;
}
.main-course-container .main-title{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 71px;
    color: #4D5C79;
}

.main-course-container .playn-text{
    font-family: 'Suisse';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #020202;
}
.main-course-container .button{  
    width: 177px;
    left: 75px;
    top: 332px;
    background: #428E53;
    border-radius: 12px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #F3F3F3;
    text-transform: initial;
    letter-spacing: 0px;
  

}  
.main-course-container .button:hover{
    background: black;
}
.menu-glavnoe-menyu-v-shapke-container ul li a:hover{
    color:#428E53;
    transition: 0.4s;
}

.menu-pravaya-knopka-heder-container:hover{
    background: #428E53;
}
.menu-pravaya-knopka-heder-container:hover a{
    color: white!important;
}
.main-course-container a.button_slider_link{
    position: absolute;
    bottom: 60px;

}
.license_link{
    display: flex;
    z-index: 99;
}
.main-course-container {
    position: relative;
    height: 446px;
    margin-top: 23px;
}
.main-course-container .img-block{
    position: absolute;
    width: 616px;
    left: 639px;
    bottom: 0;
    z-index: 99;
    background-position-y: 46px;
    left: 41%;
    background: url(/wp-content/uploads/2023/06/shape.png);
    background-position-y: 106px;
    background-position-x: 1px;
    background-repeat: no-repeat;
}
.main-course{
    /* height: 505px; */
}


.main-course-container .img-block img{
width: 549px;
height: 505px;
left: auto;
}

.main-course-container .playn-text{
    max-width: 365px;
}
.left-license-lavr{
    height: 55px;
    width: 29px;
    background:url('/wp-content/themes/oceanwp-child-theme-master/img/icons/left-lavr.svg');
}
.right-license-lavr{
    height: 55px;
    width: 29px;
    background:url('/wp-content/themes/oceanwp-child-theme-master/img/icons/right-lavr.svg');
}
.text-license-lavr{
    font-family: 'Suisse';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #596B8C;
    width: 108px;
    margin-top: 3px;
}
.image-license{
    display: flex;
    position: absolute;
    right: 25px;
    top: 43px;
}
#site-header-inner{
    /* max-width: 1200px; */
}
/* .reviews_container{
    background: rgba(24, 167, 193, 0.2);
    border-radius: 16px;
    max-width: 974px;
    display: flex;
     align-content: center;
    align-items: center;
    align-items: flex-start;
   
    padding-top: 24px;
    padding-bottom: 24px;
} */
.review_img{
    width: 120%;
    margin-left: 25px;
    margin-right: 25px;
  
}
.review_img img{
    min-height: 320px;
    min-width: 196px;
    border-radius: 15px; 
    object-fit: cover;
    background-position: center;
}

.reviews_name{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}
.review_achivments{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-top: 12px;
}
.review_text p{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.review_text{
margin-top: 32px;
}
.review_text_block{
    max-width: 691px;
    margin-right: 25px;
}
/* .reviews_title{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    margin-top: 44px;
    margin-bottom: 34px;
} */
.img_about{   
    min-width: 448px;
    min-height: 449px;
    margin-left: auto;

}
.about-prism_container{
    max-width: 1200px;
    display: flex;
    margin: auto;
}
.about-prism_title{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
}
.about-prism_more_text{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 26px;
    max-width: 603px;
}

.about-prism_text_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-prism{
    margin-top: 90px;
}

.courses_container{
    width: 276px;
    min-height: 280px;
    border-radius: 10px;
    padding: 18px;
    position: relative;
    background: linear-gradient(147.8deg, #F3F3F3 64.33%, #438C54 123.27%);
    display: flex;
    flex-direction: column;
}
.courses_container a{
    margin-top: auto;
}
.courses_title{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #4D5C79;
    position: relative;
}
.courses_start{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #020202;
    margin-top: 29px;
}
.courses_text{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #020202;
    margin-top: 29px;
}
.courses_button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 26px;
    gap: 10px;
    width: 186px;
    height: 44px;
    background: #DDF1F6;
    border-radius: 8px;
    bottom: 18px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #020202;
    font-weight: 600;
    margin-top: 30px;
    width: fit-content;
}
    .mobile_menu{
        display: none;
    }

 .courses_list a{
    text-decoration: none!important;
 }


    .courses_button:hover{
     background:#020202;
     color: white;
}
    .container-main{
      width: 1280px;
      margin: auto;
      margin-bottom: 30px;
}
    .license_block{
        margin-top: 36px;
}

    .text-mission{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    height: 176px;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    background: url(/wp-content/themes/oceanwp-child-theme-master/img/back.png) center no-repeat;
    display: flex;
    align-items: center;
}
.all_courses{
    float: right;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 13px;
    color: #020202;
}
.all_courses:before{
    content:"-";
}
.all_courses:before {
    content: "—————";
    letter-spacing: 0px;
    margin-right: 15px;
}
.one_coach{
    background: rgba(24, 167, 193, 0.2);
    border-radius: 16px;
    width: 379px;
   
    padding: 18px;
    z-index: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
    max-width: 100px;
}

.title_coaches{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #020202;
    padding-top:2px;
}

.coach_info{
    margin-top: 25px;
}

.sertification{
    flex-direction: row;
    padding: 10px;
    gap: 10px;
    width: auto;
    height: 42px;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-left: 18px;
    display: flex;
    padding-top: 12px;

}
.couches{
    margin-bottom: 250px;
    margin-top: 100px;
}
.coach_img img{
    width: 343px;
    height: 306px;
    margin: auto;
    object-fit: cover;
    margin: auto;
    display: flex;
    border-radius: 16px;
}
.coach_info{
    display: flex;
    justify-content: flex-start;
  
}
.works{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    margin-top: 12px;
}
.one_achive{

    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
   

}

.one_achive svg{
    margin-right: 5px;
    min-width: 16px;
}
.title_coach{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #020202;
}
.content_coach{
    display: flex;
    gap: 32px;
    height: 100%;
    width: 100%;
}
.all_courses_container{
    display: flex;
    gap: 32px;
    width: max-content;
}
.left_round{
    position: absolute;
    width: 335px;
    height: 589px;
    top: 255px;
    background: url(/wp-content/themes/oceanwp-child-theme-master/img/ellipse_left.png) no-repeat;
    z-index: 0;
}
.right_round{
    position: absolute;
    width: 261px;
    height: 257px;
    top: 514px;
    right: -108px;
    background: url(/wp-content/themes/oceanwp-child-theme-master/img/ellipse_right.png) no-repeat;
    z-index: 1;
}
#content-wrap{
    /* width: auto; */
    max-width: 100%;
}
.coaches-shape{
    position: relative;
}


.community_title{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #020202;
    text-align: center;
}

.community_text{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #428E53;
    max-width: 417px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
}
.cases_title{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
}
@media screen and (min-width:1221px) {
    .cases{
        /* margin-top: 44px;
        margin-bottom: 44px */
        width: 1085px;
      
    }
    .cases:nth-child(1){
        display: none;
    }
    .cases-section .cases{
        width: 1115px;
    }
}

 .swipe_all{
    margin-left: -40px;
}
.cases-section .swipe_all{
    margin-left: -6px;
}
.calculator {
    padding: 25px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Onest;
}
.community_block{
    background: #F3F3F3;
    padding-top: 59px;
    padding-bottom: 35px;
}
.community_block div.n2-active{
    background: #428E53!important;
}
.gallery_community_block{
    max-width: 1040px;
    margin: auto;
}
.mission{
    margin-top: 56px;
}
/* .reviews_container_all{
    display: flex;
    gap: 32px;
    width: max-content;
} */
.cases .n2-ow{
    border-radius: 16px!important;
}
.cases_title{
    margin-bottom: 34px;
}


/* .reviews .swipe_all{
    margin-left: calc(50% - 603px)!important;
}

.reviews swiper-slide{
    width:967px!important;
    height: auto;
    display: flex;
}
.reviews swiper-container{
    margin-top: -65px;
    padding-top: 60px;
}
.reviews .swiper-pagination{
    top: 2px!important;
    right: 0;
    width: 100%;
    left: 0;

} */
.swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 2px!important;
}
.paginator-top{
    top: 2px!important;
}
div[part="pagination"]{
    top: 2px!important;
}
.couches swiper-slide {
    border-radius: 17px;
}
/* .couches .reviews_title{
    margin-bottom: 0;
} */
.couches swiper-container{
   height: auto;
   padding-top: 25px;
   padding-bottom: 65px;
}


/* .reviews swiper-container::part(pagination) { 
    right: 0px;
    width: 1200px;
    text-align: right;
    height: 25px;
  }

  .reviews swiper-slide{
    background: #fff0;
  } */


  .courses_list .swipe_all{
    margin-left: calc(50% - 601px);
  }
  .courses_list swiper-slide{
    width: 276px!important;
    display: flex;
    height: auto;
  }


  .courses_list swiper-container::part(pagination) { 
    display: none
    }

    .courses_list swiper-container {
        width: auto;
    }

.courses_list{
   margin-top: 40px;
} 
.case_container{
    display: flex;
    /* background: #f3f3f3; */
    width: 1097px;
    /* padding: 31px; */
    border-radius: 18px;
    padding-bottom: 60px;
    width: 100%;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;

    /* padding-top: 20px; */
    padding-left: 40px;
    padding-right: 40px;
    /* padding-left: 20px;
    padding-right: 20px; */
}
.cases swiper-slide{
    width: 1097px;
    display: flex;
    height: auto;
}


.case_title{
    font-family: Onest;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;

    font-family: 'Times New Roman';
    color: #221c8f;
    font-size: 187.5%;
    text-shadow: none;
    line-height: 1.2;
}


.case_name{
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4d4c4e;
    font-family: 'Noto Sans';
    font-style: italic;

}

.except_text{
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 25px;

 
}

.except_text p{
    font-family: 'Noto Sans';
    color: #4d4c4e;
    font-size: 112.5%;
    line-height: 1.5;

}

.case_button{
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

  
}

.cases .swipe_all{
    
    /* margin-left: calc(50% - 603px)!important; */
}


.point{
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    font-family: 'Noto Sans';
    color: #4d4c4e;
}

.point_title{
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 8px;

    font-family: 'Times New Roman';
    color: #221c8f;
    font-size: 187.5%;
}

.case_text_area{
    width: 60%;
    display: flex;
    flex-direction: column;
}

.case-img{
    
    margin-left: auto;
 
    position: relative;
    width: 380px;
}

.case-img img{

    height: 536px;

    object-fit: cover;
    width: 100%;

}

.cases swiper-container::part(pagination) {
    /* right: 0px;
    width: 1200px;
    text-align: right;
    height: 25px; */
}
.case_button{
    width: 183px;
    height: 54px;
    color: white;
    margin-bottom: 20px;
    background: #f5683e;


    font-family: 'Noto Sans';
    color: #ffffff;
 
    text-transform: lowercase;
    width: fit-content;

    border-radius: 5px;


    font-size: 18px;
    padding: 15px 30px;
    font-weight: 400;
    height: 49px;
    line-height: 1;
}

    .case-img img{
        height: 100%;
    }

.points_cases{
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    width: 470px;
    margin-top: auto;
    margin-top: auto;
}
.points_cases .point:nth-child(2){
    margin-top: 30px;
}
.cases swiper-container{
    /* padding-top: 60px;
    margin-top: -69px */
}


.pum-close.popmake-close{
    font-family: Onest!important;
}

.review_text p{
    margin-bottom: 0;
}

.popup_case_full{
    display: none;
  
    top: 100px;
    position:fixed;
    z-index: 999;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.popup_case_full_content{

    color: #494949;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

.content_popup_case_one{
    display:none;
}
div:hover{
    transition: 0.4s;
}
.case_button:hover{
    background: #9DADEEFF;
    color: white;
}
a{
    text-decoration: none!important;
}
.video_case{
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: white;
    /* max-width: 200px; */
    border-radius: 45px;
    text-align: right;
    padding-right: 25px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    
    position: absolute;
    bottom: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    right: 0;
    padding: 17px 25px;
    min-width: 260px;
    
}
    
.img_play{

    background: url(/wp-content/themes/oceanwp-child-theme-master/img/video.svg) no-repeat;
    width: 51px;
    height: 51px;


}
.img_play path{
    fill: #f5683e!important;
}
.img_play:hover path{
    fill: #9DADEEFF!important;
}
.text_video_case{
    /* margin-left: 20px;
    margin-right: 20px; */
    
    font-family: 'Noto Sans';
    font-size: 112.5%;
    text-shadow: none;
    line-height: 1.2;

    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;

    color: #4d4c4e;
}
.case_container{
    height: auto;
}
.video_case:hover{
    background: white;
}
.all_items{
    color:black;
}
.all_items:hover{
   color: #428e53
}
.link_block{
    position: absolute;
    width: 69px;
    height: 69px;
    background-color: white;
    right: 20px;
    top: 20px;
    border-radius: 40px;
}

.link_block img{
    width: 69px;
    height: 69px;
    padding: 15px;
}
.link_block:hover{
   /* background: black; */
}
.link_block .cls-2{
    stroke:#f5683e;
}

.link_block:hover .cls-2{
    stroke:#9DADEEFF;
}
.link_block{
    fill:white;
}
.video_texy_and_time div:last-child{

    height: 20px;
    line-height: 1.1;
    text-align: left;
    margin-left: 20px;
    color: #4d4c4e!important;
    font-weight: 400;
}
.video_time{
    text-align: center;
    margin-top: 4px;
    color: black!important;
    font-family: 'Noto Sans';
    color: currentColor;
    font-size: 112.5%;
    text-shadow: none;
}
.popup_cases_overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 9999999;
   
    top: 0;
    left: 0;
    overflow: auto;
}

.mfp-ready{
    z-index: 99999999!important;
}

@media screen and (min-width:560px) and (max-width:948px) {
    .cases{
        max-width: 500px;
        margin: auto;
    }

}



.one_popup_video{
    max-height: 641px;
}
@media screen and (max-width:600px) {
    .swiper-button-next{
        display:none!important;
    }
    div[part="button-next"]{
        display:none!important;
    }
        .swiper-button-next{
            position: relative!important;
        }
}

@media screen and (max-width:948px) {
    .case-img{
        width: 100%;
        max-height: 313px;
    }

}



@media screen and (max-width:948px) {
    .case_container{
        /* padding-left: 25px;
        padding-right: 25px; */
      
    }
    .case_text_area{
        width: 100%;
    }

}
@media screen and (max-width:1091px) {
    .case_container{
        /* padding-left: 40px;
        padding-right: 40px; */
      
    }

}

@media screen and (min-width:948px) and (max-width:1098px) {
    .case_text_area{
        padding-right: 35px;
    }

}
@media screen and (max-width:948px) {
    .case_container{
        height: fit-content;
    }

}
@media screen and (max-width:390px){
.video_case{
   
    padding: 4px;
    min-width: 216px;
}

}

.all_point_text{
    /* display: flex; */
    margin-left: 9px;
}
.all_point_text div{
    margin-right: 6px;
    float: left;
}

.round svg{
    position: absolute;
    width: calc(100% + 16px);
    stroke: #F5683E;
    stroke-opacity: 1;
    stroke-width: 10px;
    left: calc(0px + -9px);
    top: -1px;
    height: 31px;
}
.round{
    position: relative;
}
.round path{
    opacity: 1;
    stroke-dasharray: 1342, 1342;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.swiper-button-next:after{
    font-size: 32px;
}
.link_block:hover svg{
    fill: #9DADEEFF;
}
.all_point_text{
    font-size: 112%;
    line-height: 1.5;
}
.ytp-cued-thumbnail-overlay-image{
    background-size: contain;
}
#iframeyoutube{
    height: 642px;
    width: 1142px;
}

@media screen and (max-width:507px) {
    #iframeyoutube{
        height: 200px;
    } 
}

@media screen and (min-width:508) and (max-width:814px) {
    #iframeyoutube{
        height: 200px;
    } 
}
@media only screen and (max-width: 959px){
    .cases-section .container{
        max-width: 100%;
    }
}
@media only screen and (max-width: 959px){
.cases-section .section-title{
    max-width: 90%;
    margin: 0 auto;
}
}

  .swiper-button-next{
      z-index: 0!important;
}
@media screen and (min-width:600px){
.cases-section .section-title{
    padding-left: 39px;
}
}
@media screen and (max-width:647px) {
    .case_container{
        padding-left: 0;
        padding-right: 0;
    }
}
.link_block_vk svg{
        width: 69px;
}
.all_point_text{
    word-wrap: initial;
}

@media screen and (min-width:900px){
    .case_text_area{
        padding-right: 15px;
    }


}
/* .elementor-element-overlay:nth-child(1) .cases{
    display:none;
	} */
  
    .elementor-editor-active .cases:nth-child(1n){
        display:none;
        }

        .elementor-editor-preview .cases:nth-child(1n){
            display:none;
            }
            
        .elementor-editor-active section .cases:nth-child(2n){
            display:block !important;
            }

            .elementor-editor-preview section .cases:nth-child(2){
                display:block !important;
                }



            @media screen and (min-width:506px) and (max-width:948px) {
                #iframeyoutube{
                    height: 442px;
                }
            }
            

            /* .dialog-container .cases:nth-child(2){
              
                    display:none!important;
            } */