.b24-widget-button-position-bottom-right {
    bottom: 100px !important;
}

.t-feed__post-popup__date-parts-wrapper {
    display: none !important;
}

    .im {
        display: inline-flex;
        float: left;
    }
    .im img {
        width:300px;
    }
    .txt {
        display: block;
        float: left;
        margin: 20px 10px;
        font-family: 'Noto Sans';
    }
    
  /* Добавьте высоту слайдов на разных разрешениях дисплея */

  /* xl */
  .anku-slider4 .t-rec .t396__artboard {
    width: 100% !important;
    height: 240px !important;
    word-break: normal !important;
    background: transparent !important;
  }

  /* lg */
  @media screen and (max-width: 1199px) {
    .anku-slider4 .t-rec .t396__artboard {
      height: 240px !important;
    }
  }

  /* md */
  @media screen and (max-width: 959px) {
    .anku-slider4 .t-rec .t396__artboard {
      height: 240px !important;
    }
  }

  /* sm */
  @media screen and (max-width: 639px) {
    .anku-slider4 .t-rec .t396__artboard {
      height: 240px !important;
    }
  }
  /*
  @media screen and (max-width: 479px) {
    .anku-slider .t-rec .t396__artboard {
      height: 350px !important;
    }
  }
*/
  .anku-slider4 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }

  .anku-slider4 .t-rec,
  .anku-slider4 .t396__artboard {
    overflow: hidden !important;
  }

  /* hide filters */
  .anku-slider4 .t-rec .t396__artboard>.t396__carrier,
  .anku-slider4 .t-rec .t396__artboard>.t396__filter {
    display: none !important;
  }

 ::-webkit-scrollbar-thumb {
     border-radius: 0.625rem;
 }

 ::-webkit-scrollbar {
     width: 0.25rem;
 }

 ::-webkit-scrollbar-corner,
 ::-webkit-scrollbar-track {
     background: #F5F6EE;
 }

 ::-webkit-scrollbar-thumb {
     background-color: #7FAE9B;
 }

 @supports(-ms-ime-align:auto) or (-moz-appearance: none) {
     * {
         scrollbar-width: thin;
         -ms-overflow-style: #7FAE9B #F5F6EE;
     }
 }

 .uc-bit-header {
     position: fixed;
     z-index: 1000;
     box-shadow: 0 15px 20px rgba(0, 0, 0, 0.02);
     width: 100%;
 }

 .bit-header-link .tn-atom a,
 .bit-header-login .tn-atom a {
     transition: all ease-in .2s;
 }

 .bit-header-link .tn-atom a:hover,
 .bit-header-login .tn-atom a:hover {
     color: #7FAE9B !important;
     transition: all ease-in .2s;
 }

 .bit-mobile-link .tn-atom a {
     transition: all ease-in .2s;
 }

 .bit-mobile-link .tn-atom a:hover {
     color: #7FAE9B !important;
     transition: all ease-in .2s;
 }

 body {
     /*background: url(https://static.tildacdn.com/tild3536-6461-4537-b463-666234363763/main-bg.png);*/
 }

 body.disabled {
     overflow: hidden;
 }

 .uc-bit-header-popup a,
 .uc-bit-header-popup a:visited {
     color: #ffffff !important;
 }   