.btn__reklama
{
  position: fixed;
  display: flex;
  align-items: center;
  width: 280px;
  height: 50px;
  background: linear-gradient(to right, rgba(33, 71, 6, 0.411) 0%, rgba(95, 104, 72, 0.637) 100%);
  box-shadow: 3px 6px 13px -1px rgba(103, 58, 183, 0.66);
  top:300px;
  left: 0px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 10;
  
}

.tell__me{
  padding: 0px 10px;
  color: white;
  font-family: 'Comfortaa', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
}


/* Модальный (фон) */
.modal__win {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 100; /* Сидеть на вершине */
  padding-top: 100px; /* Расположение коробки */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background: rgb(242, 243, 244);
  
}

/* Модальное содержание */
.modal__content {
  position: relative;
  margin: auto;
  padding: 0;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  width: 650px;
  height:420px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding:10px;
}

/* Добавить анимацию */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* Кнопка закрытия */
.close__btn {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.modal__header {
  padding: 2px 16px;
  /* background-color: #97b997e8; */
  background: linear-gradient(to right, rgba(33, 71, 6, 0.411) 0%, rgba(95, 104, 72, 0.637) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__body {padding: 2px 16px;}

.modal__footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* @media(max-width: 480px)
{
 


} */




@media (max-width: 768px) {

  .btn__reklama
  {
  position: fixed;
  display: flex;
  align-items: center;
  width: 95px;
  height: 75px;
  background: linear-gradient(to right, rgba(33, 71, 6, 0.411) 0%, rgba(95, 104, 72, 0.637) 100%);
  box-shadow: 3px 6px 13px -1px rgba(103, 58, 183, 0.66);
  top:300px;
  left: 0px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 10;
  
}

.tell__me{
  display: block;
  padding: 0px 10px;
  color: white;
  font-family: 'Comfortaa', sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

 .modal__content {
  position: relative;
  margin: auto;
  padding: 10px;
  border-radius: 6px;
  background: rgb(255, 255, 255);*/
  background-color:red;
  width: 340px;
  height:420px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  
  
}

}
