.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}
@media (max-width: 991px) {
  .main_banner{
    margin-top: 100px;
    padding: 0;
  }
  .new_menu .container{
    padding: 0 15px;
  }
  .logo_block{
    width: 30%;
  }
  .courses_block{
    width: 50%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .lang_block{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20%;
  }
  .topmenu_mobile {
    display: none;
  }
  .telegram_header {
    display: none;
  }
  .trans_second {
    display: none;
  }
  .sato {
    display: none;
  }
  .search {
    display: none;
  }
  .headerbot {
    text-align: left;
    border: none;
    padding: 19px 0px;
  }
  .mobapps {
    display: none;
  }
  .appcontainer .mobapps {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .appcontainer .col-md-5 {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin-bottom: 30px;
  }
  .appcontainer .col-md-7 {
    text-align: center;
  }
  span.today {
    margin-right: 25px;
  }
  .topmenu li:last-child {
    margin: 0;
  }
  a.logo img {
    margin-top: -3px;
  }
  .topmenu {
    float: right;
  }
  .rightside {
    margin-top: 30px;
  }
  header {
    border: none;
    padding: 0 15px;
  }
  header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .header_fixed img {
    max-width: 30px;
    height: auto;
  }
  a.logo {
    display: none;
  }
  .mobmenu {
    display: block;
  }
  .topmenu {
    display: none;
  }
  .fixed_mob {
position: inherit;
    top: 0px;
  }

  .fixed_mob ~ .container {
    margin-top: 0;
    padding-top: 0;
  }
  .wrapper_second {
    margin-top: 0;
  }
  .no_over {
    overflow: hidden;
  }
  .no_over #menuToggle {
    right: 10px;
  }
  .header_fixed .socials {
    display: none;
  }
  .header_fixed h3 {
    display: none;
  }
  .header_fixed .container {
    display: none;
  }
  .header_fixed {
    display: none;
    z-index: 1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    background: transparent;
  }
  .moblogo {
    display: inline-block;
    margin-top: -3px;
  }
  .moblogo img {
    max-width: 85px;
  }
  .menu-collapser {
    margin-top: 10px;
  }
  .rightside {
    display: none;
  }
  .appcontainer .bottomimg {
    margin: 0;
  }
  header .row {
    margin: 0;
  }
  .headertop {
    padding-top: 0px;
  }
  .search {
    top: 18px;
  }
  .wrapper {
    padding: 20px 2%;
  }
  .excerpt {
    font-size: 16px;
  }
  .banner a {
    right: 20px;
    top: 10px;
  }
  .mobapps {
    display: none;
  }
  .appcontainer .mobapps {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .appcontainer .col-md-5 {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin-bottom: 30px;
  }
  .appcontainer .col-md-7 {
    text-align: center;
  }
  span.today {
    margin-right: 25px;
  }
  .topmenu li:last-child {
    margin: 0;
  }
  a.logo img {
    margin-top: -3px;
  }
  .topmenu {
    float: right;
  }
  .rightside {
    margin-top: 30px;
  }
  .newscontent .boxwhite,
  .news_content blockquote {
    padding: 20px;
  }


  .news_content,
  .news_content blockquote {
    font-size: 16px;
    line-height: 24px;
  }
  footer {
    overflow: hidden;
    display: none;
  }
  footer .container {
    padding: 0 15px;
  }
  .header_fixed {
    display: none;
    z-index: 1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    background: transparent;
  }

  .headerbot {
    display: none;
  }
  .rowcustom {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .coursez_three {
    margin-left: auto;
  }
  .coursez_two,
  .coursez_three {
    height: auto;
    padding-bottom: 0;
  }
  .courses_two {
    margin: 0;
  }
  .news_list {
    width: 58.3333%!important;
  }
  .ad {
    width: 41.6666%!important;
    padding-right: 0!important;
  }
  .main_banner .row {
    margin: 0;
  }
  .banner_third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider_block {
    padding: 0!important;
  }
  .news_list,
  .ad {
    margin-top: 16px;
  }
}
@media (min-width: 991px) {
  .main_banner .row{
    -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media(max-width: 767px){
  .newsdesc{
    padding: 0 24px;
  }
  .new_menu_search{
    margin-left: 24px;
  }
  .search_block{
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .courses_block{
    width: 70%;
  }
  .new_menu .telegram{
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .left_sidebar{
    width: 33%;
  }

  .left_sidebar {
    display: none;
  }

  .news_list {
    display: none;
  }
}
@media (max-width: 575px) {
  .courses{
        list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }


.newscontainer{
  border-bottom: 1px solid #eee;
}
  .courses li{
    margin-right: 0px;
  }

  .topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .authordata {
    padding-top: 0px;
  }

.container .post_container {
      padding-top: 100px;
}


  .new_menu .container{
    padding: 0;
  }
  .open_counter{
    margin-left: 32px;
  }
  .masonry_grid{
    padding-top: 16px;
  }
  .main_banner .owl-dots{
    display: none;
  }
  .open_counter{
    margin-left: 40px;
  }
  .news {
    padding: 0!important;
  }
  .statistic_data{
    margin-top: 24px;
  }
  .slider_title h5{
    font-size: 12px;
    font-weight: bold;
  }
  .slider_title{
    width: 95%;
  }
  .close_menu img{
    width: 32px;
    height: 32px;
  }
  .logo_block img{
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .logo_block, header .lang_block, header .courses_block, header .telegram, header .search_block{
    padding: 0 12px;
  }
  header{
    padding: 0;
  }
  .search_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-right: 0;
  }
  .new_menu_search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .courses_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search_block input{
    width: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .width{
    width: 120px!important;
  }
  .logo_block{
    width: 39%;
  }
  .courses_block{
    border-bottom: 1px solid #e9e9e9;

  }
  .courses_block{
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;

  }
  .search_block{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
  .new_menu_search{
    margin-left: 0;
  }
  .sato_second , .lang_block, .telegram{
    display: none!important;
  }
  .content.wrapper.main_margin{
    margin-top: 0px;
  }
  .container.wrapper_second.responsive-margin.main_margin{
/*    position: absolute;
    top: 480px;*/
  }
  .interesting {
    display: none;
  }
  body {
    background: #ededed;
  }
  .main_banner {
    display: block;
    background-color: #fff;
  }
  .ad {
    display: none;
  }
  .news_list {
    display: none;
  }
  .headertop_second {
    display: none;
  }
  .newscontent {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .topmenu_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
    border-top: 1px #eee solid;
    padding-top: 10px;
    font-family: 'Rubik', sans-serif;
    border-bottom: 1px #eee solid;
  }

  .banner_four {
    display: none;
  }
  .telegram_header {
    display: none;
  }
  .authornews {
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: 0px;
  }
  .descbanner h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sato {
    display: none;
  }
  .searchbtn {
    display: none;
  }
  .opnsearch .searchtext {
    display: none;
  }
  .opnsearch .searchtext {
    line-height: normal;
    display: none;
  }
  .excerpt_third {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.5;
  }
  .boxwhite_second {
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 0px;
  }

  .descbanner {
    padding-top: 10px;
  }
  header {
    background: #fff;
  }
  header .row{
    padding: 0!important;
    margin: 0;
  }
  header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .header_fixed img {
    max-width: 30px;
    height: auto;
  }
  a.logo {
    display: inline-block;
  }
  a.logo img {
    display: inline-block;
  }
  .logo_headernopad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px !important;
    padding-left: 0px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .telegram_headernopad {
    display: none;
  }
  .mobmenu {
    display: block;
  }
  .topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topmenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: none;
    margin-right: 14px;
  }
  .topmenu a {
    color: #000;
    font-size: 18px !important;
  }
  .fixed_mob {
  width: 100%;
    z-index: 9999;
  }
  .fixed_mob ~ .container {
    padding-top: 0px;
    background-color: #fff;
  }
  .no_over {
    overflow: hidden;
  }
  .no_over #menuToggle {
    right: 10px;
  }
  .header_fixed .socials {
    display: none;
  }
  .header_fixed h3 {
    display: none;
  }
  .header_fixed .container {
    display: none;
  }
  .header_fixed {
    display: none;
    z-index: 1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    background: transparent;
  }
  .moblogo {
    display: none;
  }
  .moblogo img {
    max-width: 85px;
  }
  .menu-collapser {
    margin-top: 10px;
  }
  .rightside {
    display: none;
  }
  .banner {
    display: none;
  }
  .bannernews {
    display: none;
  }
  .no_over header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .banner a {
    padding: 3px 10px;
  }
  .headingbanner h1 {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
  }
  .headingbanner p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.5;
  }
  .headertop {
    display: none;
  }
  a.logo {
    margin: 0;
  }
  .headerbot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border: none;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .menu-collapser {
    display: none !important;
  }
  footer {
    display: none;
  }
  .datenews {
    display: inline-block;
  }
  .authorimg {
    display: inline-block;
  }
  .newscontentbottom {
    display: block;
  }
  .publish_top {
    display: block;
  }
  .publish_top {
    /* padding: 0; */
    margin-bottom: 0px;
  }

  .zero {
    display: block;
  }
  .newscontentbottom .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newscontentbottom .socials li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  .newscontentbottom .socials li a {
    background: none;
  }

  .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .socials li:first-child {
    margin-left: 0;
  }
  .pagecontainer .boxwhite {
    padding: 15px;
  }
  .pagecontainer .boxwhite h1 {
    font-size: 28px;
  }
  .pagecontainer .boxwhite h1 br {
    display: none;
  }
  .pricelist ul li {
    width: 100%;
  }
  .pricelist ul li:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .relative {
    position: relative;
    top: 0;
  }
  .no-mr {
    margin: 0px;
  }
  .mob_banner_second {
    display: block;
    border-bottom: 1px solid #ebebeb !important;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mob_banner_second a {
    float: right;
    font-family: 'Roboto Mono', monospace;
    color: #bdbdbd;
    font-size: 12px;
  }
  .mob_banner {
    display: block;
    border-top: 1px solid #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    border-bottom: 2px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .mob_banner  a{
    float: right;
    font-family: 'Roboto Mono', monospace;
    color: #bdbdbd;
    font-size: 12px;
  }
  .boxwhite_second {
    margin-left: 1%;
    margin-right: 1%;
  }
  .wrapper {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1px;
  }
  .excerpt {
    font-size: 12px;
  }
  h1 {
    font-size: 24px;
  }
  .authorimg {
    margin-right: 10px;
  }
  .newsauthorname {
    color: #000;
  }

  .type_second {
    height: auto;
  }

  .type_second .newsdesc {
    width: 100%;
  }
  .type_second a img {
    display: none;
    min-height: 120px;
    max-height: 120px;
    max-width: 120px;
    min-width: 120px;
  }

  .boxwhite {
    border-bottom: 1px #ebebeb solid;
    min-height: 150px;

  }
  .type_third .newsdesc {
    width: 100%;
  }
  .type_third a img {
    min-height: 120px;
    max-height: 120px;
    max-width: 120px;
    min-width: 120px;
  }
  .news {
    margin-bottom: 0px;
  }
  .type_seven {
    height: 160px;
  }
  .type_six {
    min-height: 200px !important;
  }
  .type_six .newsdesc {
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 20px;
    padding-right: 0;
    /* height: 340px !important; */
    min-width: 100%;
    padding-right: 18px;
    height: 200px !important;
  }
  .banner_item_label {
    position: absolute;
    top: 113px;
    left: 0px;
    padding: 6px 8px;
    background: #000000;
    border-radius: 4px;
    color: #fff;
    z-index: 20;
    font-size: 11px;
  }
  .slider_block {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .news_list {
    width: 50%!important;
  }
  .ad {
    width: 50%!important;
    padding-right: 0!important;
  }
  .masonry_grid{
    margin: 0;
  }
  .headingbanner{
    display: none;
  }
  .rowcustom{
    margin-top: 0px;
    /* padding-top: 20px; */
    /* border-bottom: 1px solid #000000; */
    /* padding-bottom: 25px; */
    display: block;
  }

  .main_banner {
    padding: 0;
    margin: 0 -15px;
    /*margin-top: 90px;*/
  }


  .padd {
    padding-top: 110px;
  }

}
@media (max-width: 400px){
  .abc {
    display: none;
  }
  .courses li{
    margin-right: 0px;
  }
  .logo_block .menu_icon{
    margin-right: 12px;
  }
}
@media(max-width: 1200px){
  .courses li, .lang_block a{
    font-size: 12px;
  }
  .courses li:first-child{
    margin-right: 0;
  }

  .logo_block, .lang_block, .courses_block, .telegram, .search_block{
    padding: 0 10px;
  }
  .new_menu .row{
    height: auto;
    padding: 0;
  }

}