.banner_chip_cb{
	position: fixed;
	top: 200%;
	left: 100%;
	width: 40%;
	height: 30%;
	z-index: 9999;
    animation: banner_chip_show  2s linear forwards;
    animation-delay: 10s;
    cursor: pointer;

}

@keyframes banner_chip_show {   
	0% {
			top: -200px;
	}
    50% {
    	-webkit-transform: rotateZ(180deg)
    }
    100% {
    	left: -70px;
    	top:40%;
    	-webkit-transform: rotateZ(360deg)
    }

}

.mess_num{
	display: none;
	background: #34A853;
	width: 31px;
	height: 31px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 8px;
    padding: 4px 11px;
}

.banner_chip_cb.message .mess_num{
	display:  block;
}
.banner_chip_cb.show{
	width: unset;
	height: unset;
}
.b_cb_hover{
	transition: 0.3s
}
.banner_chip_cb.show:hover .b_cb_hover{
	transform: translateX(70px);
}

/*модалка*/

.banner_chip_modal{
	 position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
}

.banner_chip_modal .bcml_t{
	font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -2px;
}
.banner_chip_modal .b_c_m_l{
	width: 306px;
    margin: 95px -10px;
}

.bcml_bk{
    font-size: 28px;
    position: relative;
    margin-top: 16px;
}

.bcml_bk .bcml_bk_w, .bcml_bk .bcml_bk_b  {
	height: 24px;
}

.bcml_us {
	font-size: 18px;
	padding: 10px;
	line-height: 21px;
}
.bcml_b_b > div{
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    width: 272px;
}
.bcml_b_b a{
	text-decoration: none;
	color: white;
	background: #34A853;
	box-shadow: 0px 4px 4px rgba(0, 192, 128, 0.15);
	padding: 9px;
	display: block;
}
.bcml_b_ex {
	padding: 9px;
	background: #fff;
	color: #C4C4C4;
}

.banner_chip_modal .b_c_m_b {
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 306px;
    height: 395px;
    padding: 10px;
    transform: translate(-50%,-50%);
    position: absolute;
    text-align: center;
    background-size: 370px 395px;
    background-position: right;
    border-radius: 120px 0px 0px 0px;
}
.banner_chip_modal .b_c_big{
	display: none;
}
.banner_chip_modal .b_c_min{
    position: absolute;
    top: -63px;
    right: 56px;
	}
.bcml_b_b{
	padding-top: 14px;
}
.bcml_b_ok{
	padding-bottom: 10px;
}

@media(min-width: 900px){
	.bcml_b_b , .bcml_b_ok{
	padding:unset;
	}
	.bcml_b_b > div{
		width: 213px;
	}
	.bcml_b_ex {
		margin-left: 8px;
	}

	.banner_chip_modal .b_c_m_b{

	    width: 818px;
	    height: 268px;
	    background-size: unset;
	    background-position: unset;
	    border-radius: unset;
	}
	.banner_chip_modal .b_c_big{
		position: absolute;
	    right: 0;
	    top: 0;
	    display: block;
	}
	.banner_chip_modal .b_c_min{
		display: none;
	}

	.banner_chip_modal .bcml_t{
		text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
		font-size: 40px;
	    line-height: unset;
	    letter-spacing: -4px;
	    line-height: 33px;

	}
	.banner_chip_modal .b_c_m_l{
		width: 466px;
	    margin: 45px 70px;
	}
	.bcml_bk{
		line-height: 45px;
	    font-size: 42px;
	    position: relative;
	    height: 45px;
	    margin-top: 20px;
	}
	.bcml_bk > img{
		padding: 0 5px;
	}
	.bcml_bk .bcml_bk_w {
		margin-top: -13px;
		height: 42px;
	}
	.bcml_bk .bcml_bk_b {
		margin-top: -17px;
		height: 42px;
	}
}