/*-------------------------------------------------------------*/

#popup2 {
  display: table;
    position: fixed; 
    bottom: 0;
    left: 10px;
    z-index: 999;
    height: 200px;
    width: 300px;
    background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  animation: animaciya 1s 120s forwards; /* 90s - это количество секунд по истечении которых появляется сообщение */ 
    border: 3px solid #00ACE9;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #fff;
    box-shadow: -4px -4px 7px #92909066;
}
@keyframes animaciya {   
  from {visibility: hidden;}  
  to {visibility: visible;} 
}
.close-modal {
    cursor: pointer;
    text-align: right;
    background-color: #00ACE9;
}
.close-modal p{
    margin: 0;
}
.close-modal .fa {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}
.modal-text p {
    text-align: center;
    background-color: #00ACE9;
    color: #fff;
    padding: 10px 3px;
    font-weight: bold;
    font-size: 18px;
}
.disnone {
    display: none !important;
}
.form-order-4 {
    text-align: center;
}
.form-order-4 input {
    height: 35px;
    padding: 4px;
    border: 2px solid #00ACE9;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
}
.form-order-4 #but_input {
    height: 35px;
    padding: 4px 20px;
    background-color: #e88a14;
    color: #fff;
    border: 3px solid #e88a14;
    font-size: 14px;
    font-weight: bold;
}
.form-order-4 #but_input:hover {
    background-color: #fff;
    color: #e88a14;
    border: 3px solid #e88a14;
}

/*-------------------------------------------------------------------

.mainHead{
  max-width: 560px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.mainHead a{
  font-size: 1.2em;
  text-decoration: none;
  font: 700 1em 'Roboto', 'Tahoma', sans-serif;
  color: #33bee5;
}

.mainHead img{
  margin: 0 auto 20px;

}

/*-- Стилт модального окна --

.modalInner{
  display: none;
}

.offer{
  max-width: 560px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.91);
    border: 3px solid #00ACE9;
    border-radius: 10px;
}

.offer h2{
  text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.offer p{
    text-align: right;
    margin-top: -10px;
    margin-right: -10px;
}
.offer .fa{
    font-size: 20px;
    cursor: pointer;
}
.vk-modal-v {
    margin: auto;
    text-align: center;
}
#vk_groups {
    margin: auto;
}
*/


@media(max-width:768px) {

    #popup2 {
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 999;
        max-height: 200px;
        max-width: 300px;
    }
}