<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.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: #1970B8;
		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 &gt; 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;
	}
@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 &gt; article {
    font-size: 13px;
    margin-right: 126px;
	margin-left: 0px;
    padding-bottom: 5px;
}
.cbk_box &gt; aside {
    float: right;
    height: 100%;
}
.cbk_img {
    right: 71px;
    bottom: 30px;	
}	
}	</pre></body></html>