body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
}
html, body {
	overflow-x: hidden;
	overflow-y: auto;
}
#over {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #EEE;
	background-color: rgba(0,0,0,0.5);
	z-index: 2147483647;
	opacity: 0;
}
#bx {
	position: absolute;
	display: none;
	background-color: #FFF;
	text-align: left;
	z-index: 2147483647;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 15px;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
}
#bx div#close {
	display: block;
	width: 23px;
	height: 21px;
	background-color: #878585;
	background-image: url(/img/cls.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#bx h1 {
	background-color: #BE1C1C;
	margin: -15px -15px 15px -15px;
	padding: 8px;
	font-size: 13px;
	cursor: default;
	background-image: none;
	color: #FFF;
}
#bx iframe {
	border: 0;
	margin: 0;
	width: 100%;
}
#bx form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#bprg>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
#bprg>div.a {
	background-color: #BE1C1C;
	width: 12px;
	height: 12px;
}
#xheader {
	background: #1093BF url(/img/hdr.jpg) no-repeat center 0;
	min-height: 890px;
	border-bottom: 12px solid #BE1C1C;
}
#header, #faq, #popt {
	min-width: 300px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
}
#logo {
	display: inline-block;
	width: 82%;
	max-width: 332px;
	margin: 58px 20px 0 0;
}
#logo>img {
	width: 100%;
	border: 0;
}
#tmenu {
	text-align: left;
	margin-bottom: 30px;
	position: relative;
}
#tmenu>ul {
	float: right;
	list-style: none;
	margin: 106px 0 0 0;
	padding: 0;
}
#tmenu>ul>li {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 0 10px;
}
#tmenu>ul>li a {
	color: #FFF;
	text-decoration: none;
	padding: 15px 10px;
}
#tmenu>ul>li a.a, #tmenu>ul>li a:hover {
	color: #00C0FF;
	border-bottom: 3px solid #BE1C1C;
}
#head {
	text-align: right;
	position: relative;
}
#head>div {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4% 0 0 6.4%;
}
#head>div, #head>div div {
	color: #FFF;
}
#head>img {
	display: inline-block;
	vertical-align: top;
	width: 53.30645%;
	max-width: 661px;
}
#head>div>h1:first-child {
	color: #BE1C1C;
	font-size: 39px;
	font-weight: 700;
	text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF, 3px 3px 5px rgba(0,0,0,0.5);
}
#mn {
	position: absolute;
	display: none;
	width: 15px;
	height: 14px;
	background-image: url(/img/mn.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	right: 15px;
	top: 107px;
	cursor: pointer;
}
#mn:hover, #mn.a {
	background-image: url(/img/mna.png);
}
#tmenu.a>ul {
	margin-right: 50px;
}
#tmenu.a #mn {
	display: block !important;
}
#xmenu {
	display: none;
	background-color: #107B9F;
	position: absolute;
	right: 0;
	top: 146px;
	text-align: left;
	z-index: 20000;
	min-width: 220px;
	padding: 6px;
}
#xmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#xmenu ul ul {
	display: none;
}
#xmenu ul a {
	display: block;
	padding: 6px;
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	line-height: 100%;
}
#xmenu ul a:hover {
	color: #BE1C1C;
}

#xsluzby {
	background: url(/img/srvc.jpg) repeat-x center 0;
	padding: 0 0 42px 0;
}
#xfaq {
	background: #A6CEE3 url(/img/faq.jpg) no-repeat center 0;
	min-height: 200px;
	border-bottom: 4px solid #F5F0F0;
}
#xpopt {
	background-color: #00C0FF;
	padding: 0 0 42px 0;
}
#gal>img {
	width: 100%;
	border: 0;
}
#xfoot {
	background-color: #00C0FF;
	padding: 42px 0;
}
#foot {
	min-width: 300px;
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
}
#fkont {
	display: inline-block;
	width: 27%;
	vertical-align: top;
}
#fkont a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 0 4px 50px;
	background: url(/img/iemg.png) no-repeat 0 center;
	margin-right: 15px;
	font-weight: 600;
	margin-left: 15%;
}
#fkont div {
	border-bottom: 1px solid #1AC6FF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#fkont span {
	display: block;
	padding: 4px 0 4px 50px;
	background: url(/img/iphg.png) no-repeat 0 center;
	font-weight: 600;
	margin-left: 15%;
}
#ftxt {
	display: inline-block;
	width: 73%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	font-size: 14px;
}
#xcpy {
	background-color: #045069;
}
#xcpy>div {
	padding: 16px 0;
	color: #B2C9D2;
	line-height: 100%;
	font-size: 11px;
}
#xcpy>div a {
	color: #B2C9D2;
	text-decoration: none;
}
#head div.bt {
	padding: 6% 0;
}
#head div.kont {
	font-weight: 600;
	font-size: 18px;
}
#head div.kont a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	padding: 4px 0 4px 30px;
	background: url(/img/iem.png) no-repeat 0 center;
	margin-right: 15px;
}
#head div.kont span {
	display: inline-block;
	color: #FFF;
	padding: 4px 0 4px 30px;
	background: url(/img/iph.png) no-repeat 0 center;
}
#head form {
	margin: 65px 0;
}
#head form div:first-child {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
}
#head form input[type="text"] {
	width: 64.81%;
	margin: 25px 0 15px 0;
}
div.sl>div {
	display: inline-block;
	width: 28.8171%;
	margin: 55px 2.2581% 0 2.2581%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0 45px 0;
	border-bottom: 1px solid #E4E4E5;
	background: url(/img/msg.png) no-repeat center 0;
	vertical-align: top;
}
div.h {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	padding: 45px 0;
	color: #39464E;
}
div.fq>div {
	border: 1px solid #00C0FF;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px;
	margin-bottom: 4%;
	text-align: left;
}
div.fq.c1, div.fq.c2 {
	width: 49%;
	float: left;
}
div.fq.c2 {
	float: right;
}
div.fq>div>h2:first-child {
	color: #056A8B;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
div.fq>div hr {
	border: 1px solid #96CAE4;
	margin: 20px 0;
	width: 60%;
	float: left;
}
div.fq>div hr+div {
	clear: both;
	height: 0;
}
div.dsc {
	color: #FFF;
	margin-top: -25px;
}
#popt form {
	margin: 36px -1.5% 0 -1.5%;
}
#popt form>div.s, #popt form>input[type="text"], #popt form>select, #popt .nice-select {
	display: inline-block;
	width: 30.3333%;
	margin: 0 1.5%;
	text-align: left;
}
#popt form>div.s {
	font-size: 15px;
	font-weight: 400;
}
#popt form>div.s select, #popt form>div.s .nice-select {
	width: 100%;
	margin-top: 8px;
}
#popt form>div.z, #popt form>div.zn {
	text-align: right;
	margin: 0 1.5%;
}
#popt form>div.zn {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 45px;
}
#popt form>div.z {
	color: #BD1C1C;
	font-weight: 900;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 20px;
}
#popt form>div.z span {
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	margin-left: 4px;
}
#popt form>input[type="text"], #popt form>select, #popt .nice-select {
	margin-bottom: 18px;
}
#popt form input[type="submit"] {
	display: inline-block;
	border: 0;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	padding: 15px 45px;
	margin: 35px 0 60px 0;
	background: #00b1ec;
	background: -moz-linear-gradient(top, #E03737 0%, #BF1D1D 100%);
	background: -webkit-linear-gradient(top, #E03737 0%,#BF1D1D 100%);
	background: linear-gradient(to bottom, #E03737 0%,#BF1D1D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E03737', endColorstr='#BF1D1D',GradientType=0 );
}
#popt form>div:last-child {
	font-size: 14px;
}
#popt form>div:last-child a {
	font-style: italic;
	color: #000;
	text-decoration: none;
}
div.bubble {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
div.bubble>div {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 250px;
	background-color: #EEE;
	border: 2px solid #666;
	text-decoration: none;
	padding: 5px;
	color: #000 !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
div.bubble:hover>div {
	visibility: visible;
	opacity: 1;
}

form {
	margin: 0px;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
input[type="text"], select, .nice-select {
	border: 0;
	border-radius: 4px;
	font-size: 15px;
	color: #000;
	padding: 18px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
input[type="text"].default {
	color: #7C838D;
}
.btn {
	display: inline-block;
	border: 1px solid #0C7496;
	border-radius: 10px;
	color: #0A4461;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	padding: 20px 30px;
	outline: none;
	background: #00b1ec;
	background: -moz-linear-gradient(top, #00b1ec 0%, #008fbf 100%);
	background: -webkit-linear-gradient(top, #00b1ec 0%,#008fbf 100%);
	background: linear-gradient(to bottom, #00b1ec 0%,#008fbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1ec', endColorstr='#008fbf',GradientType=0 );
}
#bx input[type="button"] {
	font-size: 15px;
	padding: 8px 21px;
	color: #FFF;
	border-color: #000;
	background: #E13939;
	background: -moz-linear-gradient(top, #E13939 0%, #BE1C1C 100%);
	background: -webkit-linear-gradient(top, #E13939 0%,#BE1C1C 100%);
	background: linear-gradient(to bottom, #E13939 0%,#BE1C1C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E13939', endColorstr='#BE1C1C',GradientType=0 );
}
.btn.v {
	padding: 20px 60px;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin-bottom: 4px;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}
table.n {
	width: 100%;
	border: 0;
}
table.n td {
	vertical-align: top;
}
table.gal {
	width: 100%;
	border: 0;
}
table.gal td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.gal img {
	border: 1px solid #999;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

.tcalInput {
	cursor: pointer;
	background: url(/tcimg/cal.gif) calc(100% - 16px) 50% no-repeat;

	padding-right: 20px;
	background-color: #FFF;
}
input.fld.tcalInput {
	width: 80px;
}
.tcalActive {
	background-image: url(/tcimg/no_cal.gif);
}
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;
	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('/tcimg/prev_year.gif'); }
#tcalPrevMonth { background-image: url('/tcimg/prev_mon.gif'); }
#tcalNextMonth { background-image: url('/tcimg/next_mon.gif'); }
#tcalNextYear { background-image: url('/tcimg/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #E1DFDD }
#tcalGrid td.tcalToday { border: 1px solid #1E1E1E; }
#tcalGrid td.tcalSelected { background-color: #7E6648; color: #FFF; }

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #FFF;
	clear: both;
	cursor: pointer;
	font-weight: normal;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #ccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select .list {
	background-color: #FFF;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	max-height: 240px;
	overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
	  background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	list-style: none;
	outline: none;
	padding: 9px 29px 9px 18px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {display:none}
.no-csspointerevents .nice-select.open .list {display:block}

@media print {
 #xheader, #gal, #xfoot, #xcpy {
	display: none;
 }
}

@media only screen and (max-width:1200px) {
 #fkont {
	width: 45%;
 }
 #ftxt {
	width: 50%;
 }
}
@media only screen and (max-width:900px) {
 #head {
	text-align: center;
 }
 #head>div {
	position: relative;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
 }
 #head form {
	margin-bottom: 30px;
 }
 #head {
	padding-bottom: 30px;
 }
 #head form input[type="text"] {
	width: 100%;
 }
}
@media only screen and (max-width:660px) {
 div.sl>div {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
 }
 div.fq.c1, div.fq.c2 {
	width: 100%;
	float: none;
 }
 #fkont, #ftxt {
	display: block;
	width: 100%;
 }
 #ftxt {
	margin-top: 50px;
 }
 #popt form>div.s, #popt form>input[type="text"], #popt form>select, #popt form .nice-select {
	width: 97%;
 }
 #popt form>div.s .nice-select {
	margin-left: 0;
 }
 #popt form>div.s {
	margin-top: 15px;
 }
 #head>img {
	width: 100%;
 }
}
@media only screen and (max-width:490px) {
 #xmenu {
	left: 0;
 }
 #mn {
	top: 64%;
 }
}
