.telegram-main {
    position: absolute !important;
    right: 15px !important;
    top: 10px !important;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.search-button-fixed{
    display: none;
}
.search-modal{
    min-height: 100vh !important;
}
.image {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40%;
    background-position: center;
    background-repeat: repeat-x;
    z-index: -1;
    background-image: url("/static/public/images/фоновый псевд 2.svg");
}
.text-decoration-none{
    text-decoration: none;
}
.text-decoration-none:hover{
    text-decoration: solid;
}
::-moz-selection {
  background: #ffffff;
  color: #3A3434;
}

::selection {
  background: #ffffff;
  color: #3A3434;
}
@media (max-width: 1024px) {
    .telegram-main{
      display: flex !important;
      position: absolute;
      top: 15px !important;
      height: 50px;
      width: 50px;
      outline: 2px solid #E3DAD2;
    }
    .tgimg{
      width: 60% !important;
    }
    .image{
      background-size: 60% !important;
      background-repeat: repeat !important;
    }
    .search-modal{
      min-height: calc(100vh - 70px) !important; 
    }
}