.p_checker_text{font-size:20px;}
.price_cheker__open:after{content:'';display:block;width:113px;height:20px;border:2px solid #2c4d71;border-radius:50px;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;animation:ripple 1.7s linear infinite;z-index:1;transition:all 0.5s ease;box-shadow:0px 4px 4px rgba(244, 199, 211, 0.3);}
.price_cheker__open:before{content:'';display:block;width:100%;height:100%;border:2px solid #2c4d71;border-radius:50px;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;animation:ripple2 1.7s linear infinite;z-index:1;transition:all 0.5s ease;box-shadow:0px 4px 4px rgba(244, 199, 211, 0.3);}
.price_cheker__open:hover:before{animation:none;}
.price_cheker__open:hover:after{animation:none;}
.price_cheker__open{color:#fff;padding:10px;text-transform:uppercase;cursor:pointer;position:fixed;right:20px;bottom:20px;z-index:999;box-sizing:border-box;border-radius:50px;width:236px;height:59px;font-weight:600;font-size:18px;}
.price_cheker__wrap{background:#2c4d71;border-radius:50px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;}
.price_cheker_close{width:30px;margin:10px 10px 10px auto;cursor:pointer;}
@keyframes ripple {
0%{width:113px;height:20px;}
50%{width:216px;height:39px;}
100%{width:100%;height:100%;}
}
@keyframes ripple2 {
0%{width:100%;height:100%;}
50%{width:216px;height:39px;}
100%{width:113px;height:20px;}
}
@media(max-width:479px){
.price_cheker__open {
width: 113px;
}
.p_checker_text {
font-size: 9px;
}	
@keyframes ripple {
0% {
width: 45px;
height: 20px;
}
50% {
width: 86px;
height: 39px;
}
100% {
width: 100%;
height: 100%;
}
}
@keyframes ripple2 {
0% {
width: 100%;
height: 100%;
}
50% {
width: 86px;
height: 39px;
}
100% {
width: 45px;
height: 20px;
}
}
}