    #ru, #en {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-family: 'PT Sans', Arial, sans-serif;
      font-size: 16px;
      height: 100%;
      min-height: 768px;
      margin: 0;
    }

    html {
      height: 100%;
    }

    .top, .bottom, hr {
      flex-shrink: 0;
    }

    hr {
      height: 2px;
      border: 0;
      box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
      margin: 0;
    }

    a {
      color: #2fa3e7;
      text-decoration: none
    }

    a:focus, a:hover {
      color: #157ab5;
      text-decoration: none
    }

    body {
      font-family: 'PT Sans', Arial, sans-serif;
      font-size: 16px;
      height: 100%;
      margin: 0;
    }

    .b-alert {
        font-family: 'PT Sans', Arial, sans-serif;
        position: relative;
        padding: 20px 20px 20px 65px;
        min-height: 60px;
        box-sizing: border-box;
        border: 1px solid #000;
        border-radius: 0;
        background-color: #fff;
        background-repeat: no-repeat;
        color: #000;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        -webkit-box-shadow: 0 2px 4px rgba(146,149,163,.5);
        box-shadow: 0 2px 4px rgba(146,149,163,.5)
    }


    .b-alert:before {
        content: "";
        display: block;
        position: absolute;
        top: 19px;
        left: 0;
        width: 45px;
        height: 20px;
        border-radius: 0 4px 4px 0;
        background-repeat: no-repeat;
        background-position: center right 4px
    }

    .b-alert.b-alert--info {
        border-color: #2fa3e7
    }

    .b-alert.b-alert--info:before {
        background-color: #2fa3e7
    }

    .b-alert.b-alert--warning {
        border-color: #fba700
    }

    .b-alert.b-alert--warning:before {
        background-color: #fba700
    }

    .b-alert.b-alert--danger {
        border-color: #bd2327
    }

    .b-alert.b-alert--danger:before {
        background-color: #bd2327
    }

    .b-alert.b-alert--success {
        border-color: #6ec331
    }

    .b-alert.b-alert--success:before {
        background-color: #6ec331
    }


    h1, h2 {
      font-family: 'PT Sans Caption', Arial, sans-serif;
      font-weight: normal;
      margin: 0;
    }

    h1 {
      font-size: 18px;
      line-height: 30px;
    }

    h2 {
      font-size: 16px;
    }

    @media screen and (min-width: 801px) {

      body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 768px;
      }

      .top {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        /* flex-grow: 1;*/
      }

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

      header, footer, .hint {
        width: 740px;
        margin: 0 auto;
      }

      .hint {
        padding-top: 30px;
      }

      header {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }

      main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 740px;
        margin: 0 auto;
      }

      footer {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 690px;
margin-top: 30px;
      }

      .logo img {
        max-width: 100%;
        max-height: 75px;
        position: relative;
        top: 15px;
      }

      nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
      }

      nav a {
        padding: 0 15px
      }

      .octo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }

      .octo img {
        height: 230px;
        max-height: 230px;
      }

      .icon img {
        height: 75px;
      }

      .footer-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
      }

      .footer-col > * {
        padding: 2px;
      }

      .bottom-mobile {
        display: none;
      }
    }



    .instruction-row, li {
      margin-bottom: .5rem;
    }

    .fa-li {
      color: #84c738;
    }

    .fa-ul {
      margin-left: 1.3em;
    }

    span.key {
      background-color: white;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 0 0 4px 0 rgba(86, 94, 113, 0.2);
    }

    .gallery {
      padding-top: 20px;
      display: none;
    }

    .gallery a {
      display: block;
      margin-bottom: 30px;
      margin-top: 15px;
    }

    header{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
    }
    header .logo{
      display:inline-block;
      border:2px solid #6ec331;
      padding: 6px 12px;
      color:black;
      font-weight:bold;
      box-shadow: 4px 4px 3px 0px rgba(110, 195, 49, 0.39);
    }
.telegram-button{
  display: flex;
  vertical-align: top;

  font-weight: 500;

  border-radius: 17px;
  background-color: #54a9eb;
  text-overflow: ellipsis;
  overflow: hidden;

  margin: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
line-height: 17px;
padding: 5px 14px 6px;
}

.telegram-button:hover{
  color: #fff;
}

.telegram-button svg{
  width: 19px;
    height: 17px;
        margin: 0 9px 0 -4px;
}

.descriptions{
  margin-top: 30px;
}
h1{
  text-align: center;
  font-size: 30px;
}
h2{
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
}

.block-trends{
    margin-top: 30px;
}

.trends-main{
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #6ec331;
  box-shadow: 0 2px 4px rgba(146,149,163,.5);
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.trends-main:hover{
  box-shadow: 0 6px 12px rgba(146,149,163,.5);
}

.flex{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.trends-main .flex > img{
  width: 50px;
height: 50px;
  margin-right: 10px;
}

.trends-main h3{
  margin-top: 0px;
}

.trends-main a{
  float:right;
  text-decoration: underline;
}

.trends-main p{
  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0px;
}

.trends-main > .flex > div{
  width:100%;
}

.trends-main h4{
  margin: 0px;
}

.trends-main span.rait{
  position: absolute;
  right:15px;
  top:15px;
  background-color: yellow;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}

.trends-page{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #6ec331;
  box-shadow: 0 2px 4px rgba(146,149,163,.5);
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.trends-page:hover{
  box-shadow: 0 6px 12px rgba(146,149,163,.5);
}

.trends-page .flex > img{
  width: 100px;
height: 100px;
  margin-right: 20px;
}

.trends-page h3{
  margin-top: 0px;
}

.trends-page a{
  float:right;
  text-decoration: underline;
}

.trends-page p{
  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}

.trends-page span.rait{
  position: absolute;
  right:15px;
  top:15px;
  background-color: yellow;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}


.width-100{
  width:100px;
}
.font-30{
  font-size: 30px;
}

fieldset{
  margin-top: 20px;
}

.button{
  display: inline-block;
    border: 2px solid #6ec331;
    padding: 6px 12px;
    color: white;
    background-color: #6ec331;
    font-weight: bold;
    box-shadow: 4px 4px 3px 0px rgba(110, 195, 49, 0.39);
    cursor: pointer;
    transition: all 0.3s linear;
    max-width: 200px;
}

.button:hover{
  transform: scale(1.05);
}

.descriptions .button{
  float: right;
  margin-top: 15px;
}
.mr-15{
  margin-right: 15px;
}

.tx-left{
  text-align: left !important;

}
.line-35{
  line-height: 35px !important;

}
.line-45{
  line-height: 45px !important;

}
.field input, .field textarea{
  width:100%;
  padding:3px;
  box-sizing: border-box;
    padding: 20px;
    border: none;
    height: 20px;
    font-size: medium;
}

.bl-center{
  display: table;
  margin: 0 auto;
  float: none !important;
}

.hide{
  display: none !important;
}


@media screen and (max-width: 800px) {

  .top {
    margin: 0 auto;
    background-color: #f7f9fa;
  }

  .bottom {
    margin: 0 auto;
    width: 95%;
  }

  header, footer, main {
    width: 95%;
  }

  header, footer, main, .hint {
    margin: 0 auto;
  }

  .hint {
    padding-top: 30px;
    margin-bottom: 30px;
  }



  h1{
    line-height: 45px;
  }

  .trends-main .flex > img{
    width: 60px;
height: 60px;
margin-right: 13px;
  }

  .icon img {
    display: none;
  }

  .octo {
    width: 60%;
    margin: 0 auto;
  }

  .octo img {
    width: 100%;
  }

  header nav {
    display: none;
  }

  .bottom {
    display: none;
  }

  .bottom-mobile footer {
    display: table;
    width: 95%;
    margin-bottom: 35px;
  }

  .bottom-mobile footer span {
    text-align: right;
    display: table-cell;
  }

  .bottom-mobile footer txt {
    display: table-cell;
  }

  .bottom-mobile footer h2 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .bottom-mobile footer p {
    display: table-row;
    width: 100%;
    line-height: 25px;
  }

  .trends-main{
    padding: 10px;
  }
  .font-30{
    font-size: 20px;
  }
}

    .comments{
        width: 740px;
        margin: 0 auto;
             }

.comment{
  margin-top: 75px;
  position: relative;
  background: white;
  border: 3px solid #6ec331;
box-shadow: 0 2px 4px rgba(146,149,163,.5);
border-radius: 15px;
z-index: 9;
min-height:60px;
padding: 55px 10px 10px 10px;
margin-bottom: 15px;
}

.comment .image{
  position: absolute;
  z-index: 999999;
  background: white;
  top:-60px;
  left:50%;
  transform: translateX(-50%);
  border: 2px solid #6ec331;
  width: 120px;
  height:120px;
  /*border-radius: 50%;*/
  padding: 10px;
  box-sizing: border-box;



}

.comment .image img{
  width: 100%;
  height: 100%;
}

.comment .image .image-circle{
  border-radius: 50%;
  /* overflow: hidden;*/
}
h6{
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.gray{
  color:gray;
}

.font-15{
  font-size: 15px;
}
.like{
  cursor: pointer;
  position: absolute;
  width:20px;
  height:20px;
  right:20px;
  top:20px;
  z-index: 12;
}

.like svg{
  width: 20px;
  height: 20px;
      fill: gray;
}

.like:hover svg,
.like.active svg{
  fill:#6ec331;
}
 .comment .editComment{
  margin-top: 15px;
}

.mt-10{
  margin-top: 10px;
}

.tabs{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap:20px;
  justify-content: center;
}

.tabs button{
  display: inline-block;
  border: 2px solid #6ec331;
  padding: 6px 12px;
  color: black;
  font-weight: bold;
  box-shadow: 4px 4px 3px 0px rgba(110, 195, 49, 0.39);
  background: none;
  cursor: pointer;
}

.tabs button.active{
  color:white;
  background: #6ec331;
}

.modal{
  display: flex;
  justify-content: center;
  align-items: center;
  flex:1;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
}

.modal > .close{
  position: absolute;
  top:10px;
  right:20px;
  font-size: 50px;
  color:white;
  cursor: pointer;
}

.modal > form{
  background: white;
  padding:0px 10px 10px 10px;
  border-radius: 5px;
  min-width:300px;
}

.modal > form input[type="text"]{
  width:100%;
  box-sizing: border-box;

}

.modal > form fieldset > label{
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.modal .radio-buttons{
  display: flex;
  flex-direction: column;
  gap:5px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.modal .radio-buttons  > label{
  display: flex;
  align-items: center;
  gap:5px;
}

.modal .button{
  max-width: unset;
  display: table;
  margin:0 auto;
    margin-left: 20px;
}

.modal .button + .message-error{
  margin-top: 10px;
}

.modal .button:disabled{
  filter: grayscale(1);
}

.message-error{
  display: block;
  font-size: 12px;
  color:red;
}
.float-none{
  float:none !important;
}

.modal-message p{
  text-align: center;
}

.modal-message button{
  margin: 0 auto !important;
}
