

.menu .logo {
    padding: 30px 0px;
}

.drop-down {
    position: absolute;
    top: 80px;
    right: 0px;
    background-color: #00000070;
    padding: 20px 0px;
    z-index: 99;
}

.banner .img.moriarty{
    display: flex;
    justify-content: center;
}

.banner .img.moriarty img{
    height: 100%;
}

.banner .title_s {
    font-size: 15px;
    color: #b6b6b6;
    font-weight: 500;
    margin-top: -8px;
}

button {
    background-color: #FF9800;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-size: 24px;
    height: 50px;
    padding: 0px 30px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

button:hover {
    transform: scale(1.1);
}

.telegram {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.telegram:hover {
    transform: scale(1.2);
}

.edge .cards .card {
    text-align: center;
}

.edge .cards .title {
    font-size: 28px;
    font-weight: 600;
}

.edge .cards .card .title-s {
    font-size: 18px;
    font-weight: 100;
}

.blue {
    color: #21AAEB;
}

.grey {

}

.link {
    text-decoration: underline;
    cursor: pointer;
}

.edge .img.moriarty {
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: -1;
}

.blot-wr {
    position: absolute;
    z-index: -1;
    top: 0px;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #000000;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #ff9800;
  width: 80%; 
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ff9800;
  text-decoration: none;
  cursor: pointer;
}