@charset "UTF-8";
@import "phons.css" screen;
@import "privacy.css" screen;
@import "payments.css" screen;
@import url(//fonts.googleapis.com/icon?family=Material+Icons);


#PRE {
	position: fixed;
	top: 25%;
	left: 50%;
	width: 50%;
	height: 200px;
	margin-left: -25%;
	opacity: 0.75;
	background: #000;
	text-align: left;
	z-index: 9900;
	padding-top: 22px;
}
.pre_ttl {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 4px 5px;
	color: white;
}
.pre_close {
	display: block;
	text-align: right;
	padding: 4px 5px;
	color: white;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.pre_text {
	height: 200px;
	overflow: auto;
	font-family: Verdana;
	font-size: 11px;
	color: red;
	background: #000;
	border-top: 1px solid white;
	padding: 5px 10px;
	color: white;
}





* {
	font-family: 'KievitPro', 'Ubuntu', sans-serif;
	font-display: swap;
}

html,
body{
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
body {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 50px;
}
.link,
a {
	outline: 0px;
	text-decoration: underline;
	color: #1f64a7;
	cursor: pointer;
}
a img{
	border: 0px;
	outline: 0px;
}
.link:hover,
a:hover{
	color: #1f64a7;
	text-decoration: none;
}
form {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
form li {
	padding: 0px;
}
form label input {
}
input, textarea, select, a, label, button {
	outline: none;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="data"],
input[type="email"],
input[type="tel"],
input[type="phone"] {
	max-width: inherit;
	font-size: inherit;
	border: 1px solid #ccc !important;
	min-height: 16px;
	border-radius: 5px;
	padding: 5px 4px !important;
	resize: none;
}
label {
	display: block;
	padding: 5px 20px 5px 4px;
	position: relative;
}
label,
button,
input[type=button],
input[type=checkbox] {
	cursor: pointer;
}

table input,
table textarea,
table select {
	font-weight: 300;
}


h1, h1 * {
	font-size: 32px !important;
}
h2, h2 * {
	font-size: 28px !important;
}
h3, h3 * {
	font-size: 24px !important;
}
h4, h4 * {
	font-size: 20px !important;
}
h5, h5 * {
	font-size: 18px !important;
}
h6, h6 * {
	font-size: 16px !important;
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	line-height: 120% !important;
	font-family: MuseoC;
	font-weight: 700 !important;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
h1 b *, h2 b *, h3 b *, h4 b *, h5 b *, h6 b * {
	font-weight: 900 !important;
}
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
	margin: 0px !important;
}

p {
	margin: 15px 0px;
	font-size: 18px;
}
ul,
li,
div,
span,
p * {
	font-size: 18px;
	font-weight: 300;
}
b, b *,
strong, strong * {
	font-weight: 700 !important;
}

hr{
	margin: 20px 0px;
	height: 1px;
	border: none;
	background: #4B8AC1;
	color: #4B8AC1;
}

abbr, acronym {
	color: #4E7AA7;
}
blockquote {
	display: block;
	border-left: 10px solid #EFEFEF;
	margin-left: 0px;
	padding-left: 10px;
}
dt {
	margin: 5px 0px;
	font-weight: bold;
}
q {
	font-style: italic;
}
ul {
	margin: 0px;
	padding: 0px 10px 0px 30px;
}
ul+table {
	margin-top: 15px;
}
table+ul {
	margin-top: 15px;
}

ul>li:last-of-type {
	margin-bottom: 0px !important;
}
caption {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
.small,
small {
	font-size: 90% !important;
	line-height: 120%;
}
.small *,
small * {
	font-size: inherit !important;
}
.sup,
sup  {
	font-size: 60% !important;
	line-height: 120%;
	vertical-align: super;
}
.sup *,
sup * {
	font-size: inherit !important;
}

dd {
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.big,
big {
	font-size: 105% !important;
}
.big *,
big * {
	font-size: inherit !important;
}

img {
	display: inline-block;
	border: none;
	outline: 0px;
}
img[align=left]{
	float: left;
	margin: 0px 30px 20px 0px;
}
img[align=right]{
	float: right;
	margin: 0px 0px 20px 30px;
}




table {
	border-collapse: collapse;
}
th, td {
	padding: 10px 5px;
	border-collapse: collapse;
	vertical-align: top;
}
th {
	vertical-align: bottom;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #777;
	color: white;
	font-size: 90%;
}
th, th * {
	font-weight: normal;
}
th:first-of-type {
	position: relative;
	border-left: 1px solid #999;
}
th:last-of-type {
	position: relative;
	border-right: 1px solid #999;
}
th:hover input,
th:hover textarea,
td:hover input,
td:hover textarea {
	border: 1px solid #1f64a7;
}

td {
	border: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
td table {
	width: 100%;
	border: none;
}
td table tr:first-of-type td {
	border-top: none;
}
td table tr:last-of-type td {
	border-bottom: none;
}
/*----------------------------------------------------------------*/


.hide,
.none {
	display: none;
}
.noul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.inline li {
	display: inline;
}
.horul li {
	float: left;
}
.horul ul li {
	float: none;
}
.trans {
	position: relative;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	clear: right;
	border: none !important;
}
.halftrans {
	position: relative;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	width: 50%;
	height: 1px;
	clear: right;
	border: none !important;
}
.clear {
	clear: both;
}
.noclear, .noclear * {
	clear: none !important;
}

.fright {
	float: right;
}
.fleft {
	float: left;
}
.aright,
.aright * {
	text-align: right;
}
.aleft,
.aleft * {
	text-align: left;
}
.acenter,
.acenter * {
	text-align: center;
}
.noborder,
.noborder * {
	border: none;
}
.nopad,
.nopad * {
	padding: 0px;
}
.nomar {
	margin: 0px;
}
.nowrap {
	white-space: nowrap;
}
.half {
	width: 50%;
}


#link a {
	font-size: 90%;
}
.w_fon table td {
	position: inherit !important;
}




#logo_tele800 {
	position: relative;
	width: 120px;
	display: inline-block;
	margin: 0px 5px !important;
}
#logo_tele800:after {
	content: ' ';
	position: absolute;
	display: inline-block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../img/logo/tele800.png') no-repeat 50% 50% white;
	background-size: 100% auto;
}



#logo_zero800 {
	position: relative;
	width: 120px;
	display: inline-block;
	margin: 0px 5px !important;
}
#logo_zero800:after {
	content: ' ';
	position: absolute;
	display: inline-block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../img/logo/zero800.png') no-repeat 50% 50% white;
	background-size: 100% auto;
}


#res_content h1:first-of-type,
#res_content h2:first-of-type,
#res_content h3:first-of-type,
#res_content h4:first-of-type,
#res_content h5:first-of-type {
	margin-top: 0px !important;
}


/* Таблица только с внутренними бордерами */
.tbl_border_inner {
	
}
.tbl_border_inner tr:first-of-type td {
	border-top: none !important;
}
.tbl_border_inner tr:first-of-type td:first-of-type {
	border-left: none !important;
}
.tbl_border_inner tr:first-of-type td:last-of-type {
	border-right: none !important;
}
.tbl_border_inner tr:last-of-type td {
	border-bottom: none !important;
}
.tbl_border_inner tr:last-of-type td:first-of-type {
	border-left: none !important;
}
.tbl_border_inner tr:last-of-type td:last-of-type {
	border-right: none !important;
}



#form3.window{
	width: 600px !important;
	height: 350px !important;
}



.form input[type=checkbox],
.form_1 input[type=checkbox],
.form_2 input[type=checkbox] {
	display: inline-block;
	width: auto;
}
.form input[type=submit][disabled=disabled],
.form_1 input[type=submit][disabled=disabled],
.form_2 input[type=submit][disabled=disabled] {
	background: #EFEFEF;
	color: #999;
	cursor: auto;
}
