<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------------Начальные установки*/
*{
	margin:0px;
	padding:0px;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
p, h1{
	margin:0px;
}
article, aside, details, figcaption, figure,footer, header, main, hgroup, menu, nav, section {display: block;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
body {line-height:1;}
img {line-height:1;vertical-align:bottom;}
menu, ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse;	border-spacing: 0;}
a, a:hover, a:focus{text-decoration: none;color:#454545;}
input: focus{outline:none; border:0px;}
input {cursor: pointer;}
:focus {outline: none;}
sup{ vertical-align:super }
sub{ vertical-align:sub }
button{cursor:pointer;}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none!important;
 }

html,body{
	position:relative;
	font-family: Arial, Sans-serif;
	font-size:14px;
	color:#000000;
	min-width:480px;
	color:#454545;
}

.text_c{text-align:center}
.text_l{text-align:left}
.text_r{text-align:right}
.text_shadow{text-shadow: 0px 1px 0px #fff;}

img{margin:0px;}
.clear{clear:both;}
.popup_fon{
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1000;
	background-color:rgba(0,0,0,.52);
}
.gif_fon{
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1000;
	background-color:rgba(255,255,255,.70);
}
.gif_down{
	display:none;
	position:fixed;
	z-index:1010;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	width:60px;
	height:60px;
}

/*----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------*/
/*Ссылки*/
.href_line, .href_line *{text-decoration:underline;color:#547CD7;cursor:pointer;transition:.3s;}
.href_line:hover, .href_line:hover *{text-decoration:none;color:#547CD7;}
.href_no_line, .href_no_line *{text-decoration:none;color:#547CD7;cursor:pointer;transition:.3s;}
.href_no_line:hover, .href_no_line:hover *{text-decoration:underline;color:#547CD7;}

/* Кнопки */
.popup-quick-label{
	display:block;
	min-height:18px;
	line-height:18px;
	background-image: url(../img/icon_check_on.png);
	background-position: 10px 45%;
	background-size:15px 15px;
	background-repeat: no-repeat;
	padding:3px 20px 3px 35px;
	cursor:pointer;
}
.popup-quick-label:hover{background-image: url(../img/icon_check_hover.png);}
input[type="checkbox"]:checked  + label.popup-quick-label{background-image: url(../img/icon_check_act.png);}

/*Инпуты*/
input[type="text"], input[type="password"], textarea{
	border:3px solid #ddd;
	padding: 10px;
	border-radius:5px;
	width:100%;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover{
	border:3px solid #c3c3c3;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	border:3px solid #547CD7;
}

/*Главная кнопка */
.btn_main{
	position:relative;
	display:block;
	background:#44bdb7;
	background:#547CD7;
	color:#FFF;
	padding:10px 30px 10px 15px;
	margin-bottom:2px;
	font-size:.92em;
	word-wrap: break-word;
}
.btn_main_bir{
	position:relative;
	display:block;
	background:#44bdb7;
	color:#FFF;
	padding:10px 30px 10px 30px;
	margin-bottom:2px;
	font-size:.92em;
	word-wrap: break-word;
}

/*Главная кнопка желтая*/
.btn_main-y{
	position:relative;
	display:block;
	background: #e45a00;	
	padding:10px 30px 10px 15px;
	margin-bottom:2px;
	font-size:.92em;
	font-weight:bold;
	word-wrap: break-word;
	color:#FFF;
}
.btn_main-yb{
	position:relative;
	display:block;
	background: #e45a00;	
	color:#FFF;
	padding:10px 20px;
	margin-bottom:2px;
	font-size:.92em;
	font-weight:bold;
	word-wrap: break-word;
}
.btn_main-w{
	position:relative;
	display:block;
	background: #fff;
	color:#352c2c;
//	padding:10px 15px 10px 30px;
	padding:10px 15px 10px 20px;
	margin-bottom:2px;
	font-size:.92em;
	word-wrap: break-word;
	border-bottom: 1px dashed #acadb0
}
.btn_main-wy{
	position:relative;
	display:block;
	background: #e45a00;	
	color:#FFF;
	padding:10px 15px 10px 20px;
	margin-bottom:2px;
	font-size:.92em;
	font-weight:bold;
	word-wrap: break-word;
	border-bottom: 1px dashed #acadb0
}
.btn_buy{
	display:inline-block;
	width:75px;
	margin:0px 10px;
	padding:6px 5px;
	font-size:1.1em;
	background: #44bdb7;
	background:#547CD7;
	color:#fff;
}
.btn_buy:focus, .btn_buy:hover{
	color:#fff;
}
.btn_main:hover, .btn_main_bir:hover, .btn_main-y:hover, .btn_main-yb:hover, .btn_main-wy:hover,
.btn_main:focus, .btn_main_bir:focus, .btn_main-y:focus, .btn_main-yb:focus, .btn_main-wy:focus{
	color:#FFF;
/*	
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
*/  
}

@-webkit-keyframes blink {
	50%{opacity:.5;}
	100%{opacity:1;}
}
@keyframes blink {
	50%{opacity:.5;}
	100%{opacity:1;}
}
.btn_m-on{
	position:absolute;
	top:0px;
	bottom:0px;
	right:10px;
	display:block;
	width:21px;
	background: url(../img/btnIconOn.png) 50% 50% no-repeat;
}
.btn_m-off{
	position:absolute;
	top:0px;
	bottom:0px;
	right:10px;
	display:block;
	width:21px;
	background: url(../img/btnIconOff.png) 50% 50% no-repeat;
}
.btn_w-on{
	position:absolute;
	top:0px;
	bottom:0px;
//	left:10px;
	left:5px;
	display:block;
	width:10px;
	background: url(../img/btnIconOnsm.png) 50% 50% no-repeat;
}
.btn_w-off{
	position:absolute;
	top:0px;
	bottom:0px;
//	left:10px;
	left:5px;
	display:block;
	width:10px;
	background: url(../img/btnIconOffsm.png) 50% 50% no-repeat;
}


/*Меню  высокая*/
.btn_main-activ_m{
	height:auto;
	line-height:1.1;
	padding:3px 5px 3px 15px;
	width:90%;
	float:right;
}
/*Меню активная вогнутая высокая*/
.btn_main-activ_mv{
	background:#ececed;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,.75);
	height:auto;
	line-height:1.1;
	padding:3px 5px 3px 15px;
	width:80%;
	float:right;
}
/*Меню кнопка активная вогнутая высокая желтая*/
.btn_main-activ_mvy{
	background:#fcff02;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,.75);
	border:1px solid #f0f0f0;
}

.input_text{
	border:1px solid #edebe8;
	border-radius:3px;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,.75);
	line-height:29px;
}</pre></body></html>