.telegram__icon-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 80px;
    height: 80px;
}

.get-call-bt {
        background:#52bae8;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,184,111, 0.35);
        cursor:pointer;
        height:75px;
        text-align:center;
        width:75px;
        position: fixed;
        right: 20px;
        bottom: 120px;
        z-index:1000;
        transition:.3s;
        
}

    .get-call-bt .text-call {
        height:75px;
        width:75px;        
        border-radius:50%;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        z-index:100;
        margin: 0px;
}


.get-call-bt i {
    font-size: 18px;

}

.get-call-bt .text-call i {
        color:#fff;
        font-size:45px;
        transition:.3s;
        line-height: 77px;
        transition: .5s ease-in-out;
}

.get-call-bt .text-call i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}



@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(82,186,232, 0.35),0 0 0 0 rgba(82,186,232, 0.25),0 0 0 0 rgba(82,186,232, 0.2)
}
40% {
        box-shadow:0 8px 10px rgba(82,186,232, 0.35),0 0 0 0 rgba(82,186,232, 0.25),0 0 0 0 rgba(82,186,232, 0.2)
}
80% {
        box-shadow:0 8px 10px rgba(82,186,232, 0.35),0 0 0 0 rgba(82,186,232, 0.25),0 0 0 0 rgba(82,186,232, 0.2)
}
100% {
        box-shadow:0 8px 10px rgba(82,186,232, 0.35),0 0 0 0 rgba(82,186,232, 0.25),0 0 0 0 rgba(82,186,232, 0.2)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 2px rgba(82,186,232, 0.35),0 0 0 0 rgba(82,186,232, 0.25),0 0 0 0 rgba(82,186,232, 0.2)
}
40% {
        box-shadow:0 8px 2px rgba(82,186,232, 0.35),0 0 0 8px rgba(82,186,232, 0.25),0 0 0 0 rgba(82,186,232, 0.2)
}
80% {
        box-shadow:0 8px 2px rgba(82,186,232, 0.35),0 0 0 8px rgba(82,186,232, 0.25),0 0 0 10px rgba(82,186,232, 0.2)
}
100% {
        box-shadow:0 8px 5px rgba(82,186,232, 0.35),0 0 0 10px rgba(82,186,232, 0.25),0 0 0 16px rgba(82,186,232, 0.2)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}


.open_popup {
    position:relative;
    background: #f8f8f8;
    width:70%;
    text-align:center;
    padding: 15px;
    margin: 0 auto;
    margin-top: 5%;
    z-index: 200;
    max-width: 1000px;
}


.wrap_popup {
    margin:0 auto;
    padding: 45px;
}

.mob-block {
    display: none;
}

.open_popup p {
    font-size:30px;
    font-weight: bold;
    line-height: 1.5;
}

.open_popup h3 {
    font-size: 24px;
    color: rgb(58, 58, 58);
    font-weight: bold;
    line-height: 1.25;
    padding-top: 70px;
    padding-bottom: 30px;
    max-width: 80%;
    margin: 0 auto;

}

.open_popup form {
    justify-content:space-between;
    display:flex;
    width: fit-content;
    margin: 0 auto;
}

.input_pop {
    background:#fff;
    border:none;
    width: 268px;
    height: 45px;
    font-size: 16px;
    color: rgb(234, 234, 236);
    border-radius: 20px 0 0 20px;
    padding-left: 20px;
}

#get-call_form .submit_pop {
    background:#52bae8;
    border:none;
    width: 200px;
    height: 45px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor:pointer;
}

#open {
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(128,128,128, 0.5);
    z-index: 101;
    top: 40px;

}

.get-call-bt:hover  .after_trigon, .active .after_trigon {
        border: 20px solid transparent;
        border-top: 35px solid #52bae8;
        width: 0px;
        position: absolute;
        top: -44px;
        left: 44px;
        z-index: 300;
        height: 20px;
}

.close_text{
    position: absolute;
    right: 15px;
    top: 15px;
}   


.wrap_popup span {
    right: 30px;
    position: absolute;
    top: 30px;
    font-size: 30px;
    cursor: pointer;
}

.wrap_popup span  .fa {
  font-size: 20px;
}


@media only screen and (max-width: 990px) {
    .open_popup form {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        align-items: flex-end;
    }

    #open {
       top: 0px;
       z-index: 1010;
    }

    #get-call__thanks  {
        top: 0px;
    }

    .input_pop, .submit_pop {
        border-radius: 5px;
        max-width: 100%;
    }
    .submit_pop {
        margin-top: 20px;
        font-size: 14px;

    }
    .input_pop {
        font-size: 12px;
    }

    .open_popup p, .open_popup h3{
        font-size: 18px;
    }

    .piranius {
        font-size: 12px;
        position: static;
        text-align: center;
    }
    .open_popup h3 {
        padding-top: 30px;
    }

    .open_popup {
        background- color: #f8f8f8;
    }

    .wrap_popup {
        padding: 30px 10px;
    }
    .close_text {
        display: block;
    }
}



@media only screen and (max-width: 500px)  {
  #open {
    top: 0px;
  }

  .wrap_popup span {
    top: 10px;
  }

  .input_pop {
        font-size: 10px;
    }

    #get-call_form .submit_pop {
      font-size: 15px;
    }

    #get-call__thanks  {
        top: 0px;
    }
}
