html{
  overflow-x: hidden;
}

.developer{
  margin-top: 20px;
}

.developer, .developer a{
  font-size: 16px;
}

.developer a{
  color: #c4df5b;
}

.developer a:hover{
  text-decoration: underline;
}

.footer_write, .footer_subscribe-input{
  margin-bottom: 20px !important;
}

.mobil-visible{
  width: 100%;
}

@media (max-width:767px){.hidden-xs{display:none !important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}
@media (min-width:1200px){.hidden-lg{display:none !important}}


@media (max-width:767px){
  .footer_social-wrapper-bottom{margin-top: 20px;text-align: center;}
  .developer{text-align: center;}
  .footer_write {margin: 0 auto 20px !important;}
  .footer_social-wrapper-top{justify-content: center;}
  .footer_social.footer_fb{margin-right: 0;}
  .footer_social-wrapper, .footer_write-wrapper, .footer_subscribe{
    margin-bottom: 0 !important;
  }
  .footer_social-wrapper-bottom{
    width: 100% !important;
    text-align: center;
  }
  .footer_subscribe-title{text-align: center;}
  .footer_subscribe input{max-width:none !important;}

  .footer_social-wrapper-bottom img{max-width: 200px;display: inline-block !important;}
}

hr{
  border: none;
  color: #8d8d8d;
  background-color: #8d8d8d;
  height: 1px;
  margin: 30px 0;
}

/* Кнопки слайдера */


/*@media (min-width:1200px){
  .question_btn-prev{
    position: absolute;
    left: 10px;
  }
  .question_btn-next{
    position: absolute;
    right: 10px;
  }

  .question_info{
    justify-content: start !important;
  }  
}
*/

.question_tag-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 15px;*/
}
.question_btn{
  height: 22px !important;
  /*background: #ccc !important;*/
}

/*@media (max-width: 1199px){
    .question_text {
    max-height: none !important;
  }
}
*/

.question_info{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.question_link{
  margin-top: 30px;
}


@media (max-width: 767px){
  .question_tag-wrapper {
    position: absolute !important;
  }
  .question_info{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  .question_text{
    max-height: 280px !important;
  }
}

@media (max-width: 1199px){
  .question_text{
    max-height: 280px !important;
  }
}

/* Ждем появления изменений */

.top-banner{
  margin: 15px 0;
  background: url(../img/banner-back.jpg);
  text-align: center;
}
.top-banner a{
  padding: 10px;
  display: block; 
}
.top-banner h3{
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0;
}
.top-banner h4{
  color: #c5df60;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 10px 0;
}
.top-banner a:hover h4{
  text-decoration: underline;
}

a{
  font-style: inherit;
}
.s_affiche_list, .affiche_recommend-list, .affiche_wrapper{
  align-items: stretch;
}

.test-style{
  text-align: center;
}

a strong, a b{
  color: #c4df5b;
}

/* New Tags */

    .news_slider,.question_slider-tag, .complex_sliders{
        margin-top: 100px;
    }
    .slick-dots{text-align: center;}
    .slick-dots li{
        display: inline-block;
        cursor: pointer;
    }
    .news_slider .slick-dots li{
        padding: 5px 17px;
    }

    .view_slider .slick-dots li,.affiche_slider .slick-dots li{
        padding: 5px 7px;
    }
    .slick-dots li button{
         cursor: pointer;
    }
    .news_slider .slick-dots li.slick-active{
        font-weight: bold;
        background: #b5d246;
    }
    .view_slider li button, .affiche_slider li button{
        color: #b8b8b8;
    }
    .view_slider .slick-dots li.slick-active button, .affiche_slider .slick-dots li.slick-active button{
        color: #121212;
    }
    .news_btn{
        position: absolute;
        bottom: 0;
        cursor: pointer;
        height: 22px;
        width: 50px;
    }
    .news_btn-prev{
        left: 15px;
        background: url(../img/pagination_arrow.png) no-repeat center center;
    }
    .news_btn-prev:after{
      content:"Назад";
      position: absolute;
      bottom: 0;
      left: 55px;
    }
    .news_btn-next{
        right: 15px;
        background: url(../img/pagination_arrow2.png) no-repeat center center;
    }
    .news_btn-next:before{
      content:"Вперед";
      position: absolute;
      bottom: 0;
      right: 55px;
    }

.affiche_btn, .view_btn {
    width: 12px;
    height: 24px;
    margin: 0 12px;
    display: block;
    background: url(../img/slider_arrow.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.affiche_btn-prev, .view_btn-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.affiche_tag-wrapper, .view_tag-wrapper{
  position: relative;
}

    .disclaimer{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        background: #f8f8f8;
        padding: 15px;
        margin-top: 50px;
        border-left: 8px;
        border-color: #c4df5c;
        border-style: solid;
    }
    .disclaimer img{
        flex: 0 0 48px;
        margin: 0 16px 0 5px;
    }
    .disclaimer div:last-child{
        flex: 1 1 1px;
        font-size: 16px;
        color: #010101;
        line-height: 1.5;
    }

.entry-content a strong{
  display: inline-block!important;
}

.finnish-dots{
  margin: 0 10px 10px 0;
}
@media (max-width:767px){
  .disclaimer{flex-wrap: wrap;}
  .finnish-dots{margin: 0 10px 0px 0;}
}

.frog-1, .frog-2, .frog-3{
  position: absolute;
}
.frog-1{
  top:0;
  left:100%;
  margin-left: 20px;
}
.frog-2{
  top:0;
  right:100%;
  margin-right: 20px;
}
.frog-3{
  bottom:100%;
  left:100%;
}
.frog-center{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 216px;
}

.s_header-search_container {
    margin-right: 35px;
}

/* COVID-19 */

@media (max-width: 575px){.hidden-xs{display: none;}}
@media (min-width: 576px) and (max-width:767px){.hidden-sm{display: none;}}
@media (min-width: 768px) and (max-width:991px){.hidden-md{display: none;}}
@media (min-width: 992px) and (max-width:1999px){.hidden-lg{display: none;}}
@media (min-width: 1200px){.hidden-lg{display: none;}}

.follow-us{margin-top: 3rem;}
.social-inner{justify-content: flex-start;align-items: stretch;}
@media (max-width: 575px){.social-inner{flex-wrap: wrap;justify-content:center;}}
.social-inner a{display: flex;border-bottom: none;align-items: center;justify-content:center;flex-basis: 200px;height: 68px; padding: 0.5rem;margin-right: 0.25rem;margin-bottom: 0.25rem;}
.social-inner a:last-child{margin-right: 0;}
@media (max-width: 575px){.social-inner a{margin-right: 0;}}
.social-inner a.social-inner-fb{color:#fff;background: #3b5998;}
.social-inner a.social-inner-vi{color:#fff;background: #7360f2;}
.social-inner a.social-inner-te{color:#fff;background: #0088cc;}

.s_header-bottom-projects_close {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.s_header-nav_list li a{
  padding: 0 10px;
}
.top-banner{
  margin: 15px 0;
  background: url(<?php echo get_template_directory_uri(); ?>/assets/img/banner-back.jpg);
  text-align: center;
}
.top-banner a{
  padding: 10px;
  display: block; 
}
.top-banner h3{
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0;
}
.top-banner h4{
  color: #c5df60;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 10px 0;
}
.top-banner a:hover h4{
  text-decoration: underline;
}

.o-content_view, .o-content_comment{
    margin-bottom: 0!important;
    font-size: 14px!important;
    line-height: 14px!important;
    font-weight: 700!important;
}
.o-content_view:before {
    background: url(<?php echo get_template_directory_uri();?>/assets/img/eye.png) no-repeat center center !important;
}
.o-content_comment:before {
    background: url(<?php echo get_template_directory_uri();?>/assets/img/comment.png) no-repeat center center !important;
}

.theChampFacebookSvg,
.theChampTwitterSvg,
.theChampGoogleplusSvg{
  display: block!important;
    color: #fff;
    line-height: 60px;
    font-style: italic;
    width: 90%!important;
    background-position-x: left;
    text-align: right;
    font-size: 18px;
}
.theChampGoogleplusSvg{
  background: transparent;
}

.top-line{
    margin-bottom: 0;
}

.top-line li{
    margin: 0 20px;
}
.top-line a{
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.top-line a:hover{
    color: #c4df5b;
}
.article-excerpt p{
  font-size: 14px;
  margin-top: 10px;
}
.sticker{
    float: left;
    margin: 0 1px 0 0;
}
.s_header-search_container {
    margin-right: 35px;
}
@media (max-width: 767px){
  .logo-wrapper {
      max-width: 160px;
  }
}

@media (max-width: 767px){
    .footer_social.footer_fb {margin-right: 20px;}
}
.footer_social{margin-right: 20px;}
.footer_social img{width: 34px; height: 35px;}
.footer_social:last-child{margin-right: 0;}

.btn-banner{
    width: 165px;
    height: 35px;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c4df5b;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;}
.btn-banner:after{
    content: '';
    display: block;
    margin-left: 18px;
    width: 20px;
    height: 19px;
    background: url(<?php echo get_template_directory_uri();?>/assets/img/icon02.png) no-repeat center center;
    background-size: cover;}
.btn-banner:hover {
    background: #d7f464;
}
.btn-banner.btn-polityka:after{
    display: none;}
/* GotoTop */
#GotoTop {
    /*border:1px solid #cb1616;*/
    /*border-radius: 5px;*/
    /*background-color: #c4df5b;*/
    background: url(<?php echo get_template_directory_uri();?>/assets/img/arrow_copy1.png) no-repeat center center;
    text-align:center;
    padding:30px;
    position:fixed;
    bottom:20px;
    right:20px;
    cursor:pointer;
    display:none;
    color:#000;
    font-size:14px;
    font-weight: 700;
    /*opacity: 0.9;*/

}
#GotoTop:hover{
    /*background-color: #e1f68e;*/
}


/* Для новостей мета данные как у статей */

.o-content {
  max-width: 870px;
  width: 100%;
  margin-right: 30px; }
  .o-content_wrapper {
    margin-bottom: 30px; }
  .o-content_author {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold; }
    .o-content_author svg {
      margin-right: 15px; }
  .o-content_view {
    position: relative;
    margin: 0 35px; }
   .o-content_author a {
    font-size: 14px;
    font-weight: bold; }
    .o-content_view:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: -30px;
      top: 50%;
      margin-top: -8px;
      height: 14px;
      width: 22px;
      background: url(../img/eye.png) no-repeat center center;
      background-size: cover;
      margin-right: 8px; }
  .o-content_comment {
    margin: 0 35px;
    position: relative; }
    .o-content_comment span {
      display: block;
      font-size: 14px;
      font-weight: bold; }
    .o-content_comment:before {
      content: '';
      position: absolute;
      left: -25px;
      top: 50%;
      display: inline-block;
      margin-top: -9px;
      width: 19px;
      height: 17px;
      background: url(../img/comment.png) no-repeat center center;
      background-size: cover; }
  .o-content_info {
    min-height: 60px;
    margin-bottom: 30px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #f5f5f5; }
  .o-content_articles {
    max-width: 270px;
    width: 100%; }
    .o-content_articles .last_articles-item {
      width: 100%;
      padding: 0;
      margin-bottom: 35px; }
.footer_copyrigth_text a{
    font-size: 14px;
}

/*
 * Projects
 */

.tag, .s_header-bottom-projetcs_list a {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .s_header .tag:hover, .s_header-bottom-projetcs_list a:hover {
    color: #c4df5b; }
    .s_header-bottom-tags_item, .s_header-bottom-projetcs_list li{
      padding: 10px 0; }
      .s_header-bottom-tags_item .tag, .s_header-bottom-projetcs_list a {
        font-size: 18px; }

    .s_header-top_all, .s_header-top_projects{
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
  .s_header-bottom-tags, .s_header-bottom-projects {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: none;
    z-index: 10; }
    .s_header-bottom-tags_wrapper, .s_header-bottom-projects_wrapper {
      z-index: 1;
      position: relative;
      max-width: 330px;
      width: 100%;
      height: 100%;
      padding: 0 24px 20px;
      background: #fff;
      overflow-y: auto; }
    .s_header-bottom-tags_header, .s_header-bottom-projects_header {
      min-height: 77px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .s_header-bottom-tags_close, .s_header-bottom-projects_close {
      width: 50px;
      height: 50px;
      position: relative;
      border-radius: 50%;
      background: #000;
      cursor: pointer; }
      .s_header-bottom-tags_close svg, .s_header-bottom-projects_close svg {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px; }
    .s_header-bottom-tags_title, .s_header-bottom-projects_title {
      color: #000000;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .s_header-bottom-tags_title:before, .s_header-bottom-projects_title:before {
        content: '#'; }
    .s_header-bottom-tags_value, .s_header-bottom-projects_value {
      font-size: 14px;
      color: #b2b2b2; }
  .s_header-bottom--open .s_header-bottom-tags, .s_header-bottom--open-projects .s_header-bottom-projects {
    display: block; }
@media all and (max-width: 1199px) {
  .s_header-top_all, .s_header-top_projects {
    display: none; }
    .s_header-bottom-tags, .s_header-bottom-projects {
      position: static;
      width: 50%;
      height: 100vh; }
      .s_header-bottom-tags .container, .s_header-bottom-projects .container {
        padding: 0; }
      .s_header-bottom-tags_wrapper, .s_header-bottom-projects_wrapper {
        background: #fcfcfc;
        max-width: none; }
      .s_header-bottom-tags_close, .s_header-bottom-projects_close {
        display: none; }
}

@media all and (max-width: 767px) {
  .s_header-bottom-tags, .s_header-bottom-projects {
    width: 100%;
    height: 100%; }
    .s_header-bottom-tags_wrapper, .s_header-bottom-projects_wrapper {
      padding: 0 30px; }
}
