/* Виджет назначает height: 100% , что может привести к непредксказуемому результату, если вы этого не планровали */

/* html {
    height: auto !important;
} */

/* Фиксируем позицию body, которую меняет панель гугла */

 body {
    top: 0 !important;
    position: static !important;
    min-height: 100vh !important;
} 

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

/* language */

/* .language {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}*/

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
    height: 15px;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
} 

/* Стили для демонстрации */

/* body {
    display: flex;
} */

/* content */

/* .content {
    text-align: center;
    margin: auto;
} */


span.kossspan font{
    vertical-align: top !important;   
}



/********************/


.koss-skritie, .koss-category-description {
    position: relative;
    max-height: 220px;
    overflow: hidden;

    /* padding: 10px;
    margin-bottom: 20px; */
  
    transition:max-height 0.15s ease-out;
  
  }
  
  .koss-skritie.expand, .koss-category-description.expand{
    max-height: 5000px !important;
    transition:max-height 0.35s ease-in-out;
  }
  
  .readmore-link{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width:100%;
    /* height: 60px; */
    text-align: center;
    /* color: blue; */
    /* font-weight:bold; */
    font-size:16px;
    padding-top:100px;
    /* background-image: linear-gradient(to bottom, transparent, white); */
    cursor: pointer;
    z-index: 2;
  }

  .readmore-link{
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  
  .readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top:10px;
    height:20px;
  }
  
   /* .readmore-link:after {
    content:"Читать далее";
    
  } */
  /*
  .readmore-link.expand:after{
    content:"Read less";
  } */

  

.topic-announce._collapsed .topic-announce__expand {
    display: block;
}

.readmore-link div {
    /* display: none; */
    /* z-index: 1; */
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f3f3f3;
}


  .topic-announce__icon {
    /* position: absolute;
    top: 17px; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 16px;
}


.toolbar-top-item {
  position: absolute;
  margin-left: 8px;
}