.get-call-bt {
        background: #096dad;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,184,111, 0.35);
        cursor:pointer;
        height:98px;
        text-align:center;
        width:98px;
        position: fixed;
        right: 8%;
        bottom: 18%;
        z-index:100;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

    .get-call-bt .text-call {
        height:80px;
        width:80px;        
        border-radius:50%;
        position:absolute;
        top:0;
        left:0;
        z-index:100;
        margin: 8px;
}

    .get-call-bt .text-call span {
        width:100%;
        text-align: center;
        color:#fff;
        opacity: 0;
        font-size: 0;
        position:absolute;
        left:0;
        top: 25px;
        font-size:14px;
        line-height:18px;
        font-weight:600;
        text-transform: uppercase;
        transition: opacity .3s linear;
}

.text-call:hover span {
    opacity:1;
}
.text-call:hover i {
    display:none;
}

.get-call-bt i {
    font-size: 18px;

}

.get-call-bt:hover {
        color:transparent;
        transition:.3s;
}
.get-call-bt:hover .text-call i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.get-call-bt .text-call i {
        color:#fff;
        font-size:50px;
        transition:.3s;
        line-height: 85px;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;
}

.dropp_call {
    background:#096dad;
    width: 316px;
    height: 121px;
    font-size:18px;
    line-height:24px;
    color:#fff;
    text-align:left;
    position:absolute;
    top:-160px;
    left:-200px;
    z-index:100;
    display:none;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.get-call-bt:hover .dropp_call, .active .dropp_call{
    display:flex;
}

.no-hover .dropp_call {
    display: none !important;
}

.no-hover .after_trigon {
    display: none !important;
}

.dropp_call p {
    border-radius: 30px;
    width: 308px;
    height: 113px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 25px;
    box-sizing: border-box;
    text-align: left;
    margin: 5px;
}

.piranius {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(57, 57, 57);
    text-decoration: underline;
}

.close_text {
    display: none;
}

#get-call__thanks {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(128,128,128, 0.5);
    z-index: 100;

}

#get-call__thanks div {
    background-color: rgb(255, 255, 255);
    width: 472px;
    height: 177px;
    max-width: 100%;
    color: #3f51b5;
    margin: 0 auto;
    margin-top: 5%;
    padding-top: 7px;
    position: relative;
}

#get-call__thanks div h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 458px;
    max-width: 95%;
    height: 163px;
    border: 2px solid rgb(63, 81, 181);
    margin: 0 auto;

}

#close-thanks {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 18px;
    cursor: pointer;
}



@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(57,128,249, 0.35),0 0 0 0 rgba(57,128,249, 0.25),0 0 0 0 rgba(57,128,249, 0.2)
}
40% {
        box-shadow:0 8px 10px rgba(57,128,249, 0.35),0 0 0 0 rgba(57,128,249, 0.25),0 0 0 0 rgba(57,128,249, 0.2)
}
80% {
        box-shadow:0 8px 10px rgba(57,128,249, 0.35),0 0 0 0 rgba(57,128,249, 0.25),0 0 0 0 rgba(57,128,249, 0.2)
}
100% {
        box-shadow:0 8px 10px rgba(57,128,249, 0.35),0 0 0 0 rgba(57,128,249, 0.25),0 0 0 0 rgba(57,128,249, 0.2)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 2px rgba(57,128,249, 0.35),0 0 0 0 rgba(57,128,249, 0.25),0 0 0 0 rgba(57,128,249, 0.2)
}
40% {
        box-shadow:0 8px 2px rgba(57,128,249, 0.35),0 0 0 8px rgba(57,128,249, 0.25),0 0 0 0 rgba(57,128,249, 0.2)
}
80% {
        box-shadow:0 8px 2px rgba(57,128,249, 0.35),0 0 0 8px rgba(57,128,249, 0.25),0 0 0 10px rgba(57,128,249, 0.2)
}
100% {
        box-shadow:0 8px 5px rgba(57,128,249, 0.35),0 0 0 10px rgba(57,128,249, 0.25),0 0 0 16px rgba(57,128,249, 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-color: white;
    width: 712px;
    min-height: 474px;
    text-align:center;
    padding: 80px;
    margin: 0 auto;
    margin-top: 5%;
    z-index: 200;
    max-width: 1000px;
    margin-top: 130px;
    background-color: #f2f8fb;
    padding-bottom: 10px;
}


.wrap_popup {
    margin:0 auto;
    padding: 45px;

}

.mob-block {
    display: none;
}

.open_popup p {
    font-size:30px;
    color: black;
    font-weight: bold;
        line-height: 1.5;
}

.open_popup h3 {
    font-size: 32px;
    color: rgb(58, 58, 58);
    font-weight: bold;
    line-height: 1.25;
    padding-top: 40px;
    padding-bottom: 30px;
    max-width: 80%;
    margin: 0 auto;

}

.open_popup form {
    margin: 0 auto;
    width: 319px;
    margin-top: 35px;
    padding-bottom: 70px;
}

.open_popup #order_form_base input {
    border-width: 1px;
    border-color: rgb(9, 109, 173);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(137, 137, 137);
    padding-left: 30px;
}

.open_popup #order_form_base input[type="submit"] {
    padding-left: 0;
    border-radius: 0;
    background-color: #096dad;
    font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  cursor: pointer;
}

.open_popup #order_form_base input[type="submit"]:hover {
    background-color: #055181;
}



#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: 100000;

}

.get-call-bt:hover  .after_trigon, .active .after_trigon {
        border: 20px solid transparent;
        border-top: 35px solid #096dad;
        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;
    color: black;
    font-size: 20px;
    cursor: pointer;
}


@media only screen and (max-width: 700px) {

	.dropp_call {
		left: -170px;
	}

	


    .open_popup form {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }

    .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;
        line-height: 1;
    }
    .open_popup h3 {
        padding-top: 30px;
    }


    .wrap_popup {
        padding: 30px 10px;
    }
    .close_text {
        display: block;
    }

    .open_popup {
        max-width: 90%;
        margin: 0 auto;
        padding: 20px;
        padding-top: 80px;
        margin-top: 20%;
    }

    .open_popup .modal-header {
        padding: 0;
    }

    .open_popup #order_form_base input {
        font-size: 12px;
    }

    .piranius {
        font-size: 14px;
        color: rgb(57, 57, 57);
    }

    .open_popup button.close {
        top: 20px;
    }

    .dropp_call {
        width: 280px;
    }
}