	.cbk_box_hide {
		opacity: 0;
	}
	.cbk_box_container {
		bottom: -1%;
		right: 12%;
		cursor: pointer;
		position: fixed;
		transition: 1s;
		z-index: 99888;		
	}	
	.cbk_box {
		background-color: #1C0019;
		border-radius: 6px;
		box-shadow: 1px 1px 2px #27282c;
		color: #ededf3;
		font-family: arial, sans-serif;
		line-height: 17px;
		max-width: 380px;
		min-height: 110px;
		padding: 10px;
		transition: 1s;
		width: 380px;
		cursor: pointer;
		border:0.5px solid #EBEBEB;
	}
    .cbk_box aside {
		float: left;
		height: 100%;
		width: 40px;
	}	
	.cbk_img {
    background-color: #4d4e53;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #27282c;
    display: block;
    height: 87px;
    position: relative;
    right: 37px;
    bottom: 35px;
    width: 87px;
	}
	.cbk_box header {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 6px;
	}
	.cbk_box > article {
		font-size: 13px;
		margin-left: 60px;
		padding-bottom: 5px;
	}
	.cbk_box p {
		margin: 6px 0;
	}
	.cbk_box a {
		color: white !important;
		text-decoration: underline;
	}
	.cbk_box a:hover {
		color: white !important;
	}
	.anim_pen {
		background-image: url(./pen.gif); /*Адрес карандаша*/
		background-repeat: no-repeat;
		background-position: center;
		height: 11px;
		width: 15px;
		display: inline-block;
	}
	.cbk_writing {
		bottom: 10px;
		color: #CCCCCC;
		padding-top: 14px;
		position: absolute;
	}
	.cross_icon {
		position: absolute;
		right: 12px;
	}
	.cross_icon {
		color: white;
		cursor: pointer;
		font-size: 18px;
		padding: 2px;
		position: absolute;
		right: 12px;
	}
/*Zadarma*/
#zcwMiniButton {
    position: fixed;
    right: 25px !important;
    bottom: 22px !important;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99990;
}
div.zcwPopup-content {
    top: 7% !important;
}

div.zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    z-index: 99992 !important;
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 12px #cecece !important;
    -moz-box-shadow: 0 0 12px #cecece !important;
    -ms-box-shadow: 0 0 12px #cecece !important;
    box-shadow: 0 0 12px #cecece !important;
    font-family: 'ProximaNova-Light', sans-serif !important;
    font-size: 21px !important;
    background-color: white;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 1;
    color: black;
}
div.zcwPopup-close {
    z-index: 99992 !important;
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    font-size: 43pt !important;
    position: absolute;
    top: 37px !important;
    right: 33px !important;
}
div.zcwPopup-content {
    top: 27%;
    font-size: 14px;
    position: relative;
    padding: 20px;
}	
@media (min-width:1019px) and (max-width:1140px){
}
@media (min-width:768px) and (max-width:1018px){
}
@media (max-width:767px){
.cbk_box{right: 0;width: 100%;}
.cbk_box_container {right: 0;width: 100%;}
.cbk_box p{
    font-size: 11px;
    line-height: 14px;		
}
.cbk_box header {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    }	
.cbk_box > article {
    font-size: 13px;
    margin-right: 126px;
	margin-left: 0px;
    padding-bottom: 5px;
}
.cbk_box > aside {
    float: right;
    height: 100%;
}
.cbk_img {
    right: 71px;
    bottom: 30px;	
}	
}	