<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fond {
	position:absolute;
	padding-top:0px;
	top:0;
	left:0; 
	right:0;
	bottom:0;
	background-color:#1289aa;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº Ð¿Ð¾Ð´ÐµÐ»Ð¸Ñ‚ÑŒÑÑ */
#share {
	width:100%;
	margin: 0 auto;
	background:#fff;
	text-align:center;
}

.like {
font-size: 15px;
font-weight: 700;
padding-top: 10px;
margin-bottom: 10px;
}

.push {
    display: inline-block;
    min-width: 15px;
    margin: 5px 2px 10px 2px;
    font-size: 15px !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.facebook {background-color:#3b5998;}
.facebook:hover {background-color:#2d4373;color:#fff;text-decoration: none;}

.google {background-color:#dd4b39;}
.google:hover {background-color:#c23321;color:#fff;text-decoration: none;}

.pinterest {background-color:#bd081c;}
.pinterest:hover {background-color:#881f12;color:#fff;text-decoration: none;}

.viber {background-color:#665cac;}
.viber:hover {background-color:#881f12;color:#fff;text-decoration: none;}

.twitter {background-color:#55acee;}
.twitter:hover {background-color:#2795e9;color:#fff;text-decoration: none;}

.vkontakte {background-color:#587ea3;}
.vkontakte:hover {background-color:#466482;color:#fff;text-decoration: none;}

.ok {background-color:#ee8208;}
.ok:hover {background-color: #a05f20; color:#fff;text-decoration: none;}
/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº Ð¿Ð¾Ð´ÐµÐ»Ð¸Ñ‚ÑŒÑÑ */

.desk_btn {
	background: #0069eb;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 17px;
    text-decoration: none;
}
.red_btn {
	background: #ff3c41;
}
.green_btn {
	background: #2db700;
}

.rainbow {
    background: linear-gradient(90deg, #f00, #ff2b00, #f50, #ff8000, #fa0, #ffd500, #ff0, #d4ff00, #af0, #80ff00, #5f0, #2bff00, #0f0, #00ff2b, #0f5, #00ff80, #0fa, #00ffd5, #0ff, #00d4ff, #0af, #007fff, #05f, #002bff, #00f, #2a00ff, #50f, #7f00ff, #a0f, #d400ff, #f0f, #ff00d4, #f0a, #ff0080, #f05, #ff002b, #f00);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

/*ÐžÐºÐ½Ð¾ Ð´Ð»Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ AdBlock*/

#mdl_adb {
    display: none;
    position:fixed;
    bottom:10px;
    left: 10px;
    text-align:left;
    font-size:12px;
    line-height:18px;
    background:#222;
    z-index:99;
    width:300px;
    padding: 20px;
    color:#fff;
}
  
#mdl_adb h3 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:10px;
}
 
#mdl_adb a {
    color:#fff;
    text-decoration:underline;
    display:block;
    padding:5px 0;
    margin:10px 0;
    font-weight:bold;
}
 
.msg_close {
    display:block;
    position:absolute;
    background:#292C33;
    top:0;right:0px;
    line-height:25px;
    font-weight:bold;
    width:50px;
    height:25px;
    text-align:center;
    color:#fff;
    cursor:pointer;
/*    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;*/
}

.msg_close:hover {
    background:#fc0;
    color:#000;
}
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
     animation-duration: 0.4s; 
    -webkit-animation-duration: 0.4s;
     animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
     visibility: visible !important; 
}
  
@keyframes fadeIn {
    0% {transform: scale(0.7);opacity: 0.5;}
    80% {transform: scale(1.1);}       
    100% {transform: scale(1);opacity: 1;}       
}
  
@-webkit-keyframes fadeIn {
    0% {-webkit-transform: scale(0.7);opacity: 0.5;}
    80% {-webkit-transform: scale(1.1);}       
    100% {-webkit-transform: scale(1);opacity: 1;}       
}</pre></body></html>