
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=cyrillic');
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");

body {
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
}
header {
	padding: 15px 0;
}
header .contacts a {
	display: inline-block;
	padding: 5px 15px;
}
.logo {
	display: block;
	height: auto;
	width: 100%;
	background: none;
	text-align: center;
}
header .logo img {
	width: 100%;
	max-width: 128px;
}
header .login {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 151px;
	margin: 0 auto;
	height: 44px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	background: #e65414;
	border: 1px solid #e65414;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .login:hover {
	background: #fff;
	color: #e65414;

}
.breadcrumps {
	margin-bottom: 60px;
	background: #e65414;
	height: 30px;
}

/*
.btn-primary {
    background-color: #57585A;
    border-color: #57585A;
    color: #FFFFFF;
    max-width: 300px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,  .btn-primary.disabled {
    color:#fff;  
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #898d96, #40454d);    
    background-repeat: repeat-x;
    background-color:#7a8491;
    cursor:pointer;
}

a.button-primary:link, a.button-primary:visited  {
    background: none repeat scroll 0 0 #4171b2;
    color:#fff;
    text-align:center;
    font-size:17px;
    padding:15px;
    margin:15px 15px 10px 15px;
    display: inline-table;   
}
a.button-primary:hover {background: none repeat scroll 0 0 #d50;color:#fff;} */
.hr-bg{background-color:#729dc3 /*e8af66 e8666f*/;height:4px;} 

.flexrow {
}
.eticket-wrp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.eticket-wrp span,
.eticket-wrp input[type="text"],
.eticket-wrp input[type="submit"],
.eticket-wrp .btn-primary {
	margin-right: 30px;
	max-width: 300px;
}
.terminal__wrapper input[type="radio"] + label{
	font-size: 18px;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
}
.terminal__wrapper input[type="checkbox"] + label {
	font-size: 18px;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
}
.terminal__wrapper h2 {
	margin-bottom: 20px;
}
.gradient {
	background-image: linear-gradient(to bottom, #eaedf4 0%, #f9f9f9 100%);
	border-radius:6px;
	padding:30px;

}
.gradient-tab {
	background-image: linear-gradient(to bottom, #eaedf4  0%, #e0e3e9 100%);
	border-radius:6px;
	padding:8px;
}

.gradient-td {
	background-image: linear-gradient(to bottom, #f2f5fc 0%, #e1e4ea 100%);
	border-radius:6px;
}

.t-box {
	background-color: #F6f6f6;
	background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
	margin: 0 0 1em;
	padding: 20px;
	text-align: justify;
	width: 590px;
	border-radius:6px;
	border:1px solid #ffffff;
}

.nowrap{white-space:nowrap;}
.box-info{padding:15px;margin:10px;border:1px #cccccc;border-style:solid none solid none;background-color:#eef4fe; display:block;
}
.box-info-t{color:#075dcc;}

@media all {  /* http://www.iteca.kz/ru/@@/z3ext/base.css */
	body {background-color: white;color: #252525;margin: 0;padding: 0;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,cite,pre,form,fieldset,p,blockquote,th,td{margin:0;padding:0;}
	fieldset,img {border: 0;}
	address,caption,cite,code,dfn,th,var {font-style: normal;font-weight: normal;}
	cite {font-style: italic;}
	caption,th {text-align: left;}
	q:before,q:after {content: '';}
	a {color: #D24000;background-color: transparent;}
	.a {color: #D24000;text-decoration: underline;cursor: pointer;}
	img {border: none;vertical-align: middle;}
	p {margin: 0 0 0.75em 0;line-height: 1.5em;}
	p img {border: none;margin: 0;}
	hr {border: 0;height: 1px;color: #DCDCDC;background-color: #DCDCDC;margin: 0.5em 0 1em 0;}

	h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;color: #606060;background-color: transparent;font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;margin:10px 0 10px 0;line-height:120%;}
	h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration: none;}
	h1 {font-size: 205%;}
	h2 {font-size: 180%;}
	h3 {font-size: 145%;}
	h4 {font-size: 130%;border-bottom: none;font-weight: bold;}
	h5 {font-size: 110%;border-bottom: none;font-weight: bold;}
	h6 {font-size: 90%;border-bottom: none;font-weight: bold;}
	ul {padding: 0;margin: 0.5em 0 0 1.5em;line-height: 1.5em;list-style:none;list-style-image: url(z3ext/images/bullet.gif);list-style-type: square;}
	ol {line-height: 1.5em;padding: 0;margin: 0.5em 0 0 1.8em;}
	li {margin-bottom: 0.5em;}
	dt {font-weight: bold;}
	dd {margin-bottom: 1em;}

	fieldset {border: 1px solid #DCDCDC;margin: 1em 0em 1em 0em;padding: 0em 1em 1em 1em;font-size: 110%;} 

	legend {background: #F9F9F9;padding: 0.3em;font-size: 90%;}
	form {border: none;margin: 0;}
	label {font-weight: bold;}
/*
textarea {font-size: 99%;font-family: Monaco,'Courier New',Courier,monospace;border: 1px solid #DCDCDC;color: #252525;background: White url(z3ext/images/input_background.gif) repeat-x;width: 80%;}

input {font-size: 99%;font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;visibility: visible;border: 1px solid #DCDCDC;color: #252525;vertical-align: middle;background: white url(z3ext/images/input_background.gif) repeat-x;} 
select {font-size: 99%;border: 1px solid #DCDCDC;color: #252525;background-color: white;vertical-align: top;}
*/
abbr,acronym,.explain {border: 0;border-bottom: 1px dotted #252525;color: #252525;background-color: transparent;cursor: help;}
q {font-family: Baskerville,Georgia,serif;font-style: italic;font-size: 120%;}
blockquote {padding-left: 0.5em;margin-left: 0;border-left: 4px solid #DCDCDC;color: #76797C;}
code {font-size: 120%;font-family: Monaco,'Courier New',Courier,monospace;color: #252525;background-color: #F9F9F9;padding: 0 0.1em;}
pre {font-size: 100%;font-family: Monaco,'Courier New',Courier,monospace;padding: 1em;border: 1px solid #DCDCDC;color: #252525;
background-color: #F9F9F9;overflow: auto;margin-bottom: 0.5em;}
ins {color: green;text-decoration: none;}
del {color: red;text-decoration: line-through;}
}

.navbar {
	padding-top: 8px;
}
.nav {
	margin: 0;
}
.nav-item {
	display: inline-block;
}
.nav-item a {
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
}
.nav-item a:hover {
	background: #e65414;
	color: #fff;
}

footer {
	padding: 60px 0;
	background: #5f5b5a;
}
footer .nav-item a {
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
}
footer .nav-item a:hover {
	background: #e65414;
	color: #fff;
}


.logo_index {
	height:180px;
	border:none;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {	
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-group {
	margin: 10px 0;
}
.amount-wrp {
	text-align: center;
}
.amount {
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	color: #000;
	font-size: 24px;
}
#ContentPlaceHolderMain_UpdatePanelTotal h3 {
	margin-top: 40px;
}
/*
input + span,
textarea + span {
	display: none;
} */
p {
	margin: 15px 0 5px;
}
p span {
	display: inline-block;
}
table {
	width: 100%;
}
input[disabled="disabled"] + label {
	filter: saturate(0);
	opacity: .4;
}
.btn-primary {
	display: block; 
	padding: 10px 15px;
	margin: 30px auto !important;
	width: 100%;
	max-width: 300px;
	border: 1px solid #cecece;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}
.btn-primary__inline {
	display: inline-block;
	margin-right: 10px;
	width: auto;
	text-align: center;
}
input[type="text"],
input[type="submit"],
textarea,
select {
	display: block; 
	padding: 10px 15px;
	margin: 10px 0;
	width: 100%;
	border: 1px solid #cecece;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}
input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border: 1px solid #f70;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary,
input[type="submit"],
input[type="submit"] {
	background: #57585A;
	color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	border: 1px solid #f70;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f70;
	color: #fff;
	cursor: pointer;
}
input[type="text"] {
	/*height: 35px;*/
}
input[type="radio"],
input[type="checkbox"] {
	display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	cursor: pointer;
}
input[type="radio"] + label:hover::before,
input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:focus::before,
input[type="checkbox"] + label:focus::before {
	border-color: #f70;
}
/*RADIO BEGIN*/
input[type="radio"] + label:before {
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
input[type="radio"] + label:after {
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
input[type="radio"]:checked + label:before {
	border-color: #f70;
}
input[type="radio"]:checked + label:after {
	background: #f70;
}
/*RADIO END*/


/*CHECKBOX BEGIN*/

input[type="checkbox"] + label {
	margin-bottom: 10px;
	padding-left: 50px;
}

input[type="checkbox"] + label:before {
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 36px;
	height: 20px;
	border-radius: 10px;
	border: 2px solid #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
input[type="checkbox"] + label:after {
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #cecece;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
input[type="checkbox"]:checked + label:before {
	border-color: #f70;
}
input[type="checkbox"]:checked + label:after {
	background: #f70;
	left: 22px;
}
/*CHECKBOX END*/

.docs {
	color: #605c5b;
}
.docs h3 {
	margin-bottom: 28px;
	text-transform: none;
	font-size: 60px;
	font-weight: normal;
	color: #605c5b;
}
.docs .divID img {
	display: block;
	margin: 15px auto;
	width: 100%;
}
.docs .mainBody {
	text-align: right;
}
.docs .label {
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	font-weight: lighter;
}
.docs .label span {
	display: block;
}
.docs .icon {
	text-align: right;
	position: relative;
}
.docs .icon img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 285px;
}
.docs a.button-primary,
.docs a.button-primary:visited {
	margin: 0;
	width: 100%;
	max-width: 263px;
	height: 64px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid;
	font-size: 18px;
	-ms-align-items: center;
	align-items: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #e65414;
	color: #fff;
	text-align: left;
	border-color: #e65414;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.docs a.button-primary:hover,
.docs a.button-primary.current,
.docs a.button-primary:focus {
	border-color: #b7b7b7;
	background: #fff;
	color: #b7b7b7;
}
.docs .mainBody a img {
	filter: saturate(0);
	margin-left: 2px;
	border-radius: 5px;
	border: 1px solid transparent;
}
.docs .mainBody a:hover img {
	filter: saturate(1);
	border: 1px solid #e65414;
}
@media (max-width: 992px) {
	.logo {
		padding-bottom: 15px;
	}
	.docs .buttons {
		margin: 30px 0;
	}
	h3 {
		font-size: 18px;
	}
	.docs h3 {
		font-size: 30px;
	}
	.docs .label {
		font-size: 24px;
	}
	.docs .icon img {
		display: none;
	}
	.docs .buttons .col-md-12:first-of-type a {
		justify-content: center;
		margin-left: auto;
		margin-right: 1px;
	}
	.docs .buttons .col-md-12:last-of-type a {
		margin-left: 1px;
		justify-content: center;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	footer {
		padding: 30px 0;
	}
}
@media (max-width: 768px) {
	.eticket-wrp {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.eticket-wrp span,
	.eticket-wrp input[type="text"],
	.eticket-wrp input[type="submit"],
	.eticket-wrp .btn-primary {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	h3 {
		font-size: 18px;
	}
	.docs h3 {
		font-size: 30px;
	}
	.label {
		font-size: 24px;
	}
	.icon img {
		display: inline-block;
		width: 100%;
		max-width: 100px;
	}
	.docs .buttons .col-md-12:first-of-type a {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 0;
	}
	.docs .buttons .col-md-12:last-of-type a {
		margin-left: auto;
		margin-right: auto;
		margin-top: 1px;
		justify-content: center;
		border-top-left-radius: 0;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 5px;
	}
}

