*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Open Sans';
    font-size: 16px;
	line-height: 1.7;
	background: #881E16;
	margin: 0px;
	padding: 0px;
	color: #443f3f;
}

a {
	color: #a5b306;
}

a, a:hover, a:focus {
    outline: 0;
}

div.cleaner {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

a:hover {
	text-decoration: none;
	color: #13a89e;
}

.nob-bottom {
	border-bottom: none !important;
}

.nodisp {
	display: none;
}

.btn {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	font-weight: 700;
	padding: 12px 35px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #64be67;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

input.btn {
	font-family: 'Open Sans';
}

.btn:hover {
	background-color: #13a89e;
	color: #fff;
}

form {
	display: inline;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	color: #881E16;
	font-size: 16px;
}

button:hover {
	color: #e16a00;
}

button.btn {
	font-family: 'Open Sans';
}

.textbox, textarea, select {
    border: 1px solid #cccccc;
    background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 10px;
}

.textbox:hover, select:hover, textarea:hover {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

article, details, figure, footer, header, main, menu, nav, section {
    display: block;
}

p.message {
	margin: 10px 0px;
	padding: 8px 10px;
	background-color: #ffb0b0;
	border-radius: 0.25rem;
	border: 1px solid #ff8c8c;
	line-height: normal;
	color: #000;
}

p.message i {
	color: #df0000;
	margin-right: 10px;
}

p.message.info {
	border: 1px solid #BEF371;
	background-color: #DBFFBF;
}

p.message.info i {
	color: #83D012;
}

.cred {
	color: red;
}

a.back {
	margin-right: 30px;
	line-height: 37px;
}

.svg-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 1;
}

.wrapper {
	position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper .content {
	padding: 0px 15px;
	text-align: left;
}

.wrapper .content h1 {
	text-align: center;
}

.wrapper .content a {
	color: #c2d208;
}

.wrapper .content a.btn {
	color: #fff;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: #000000;
}

#header {
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background-color: rgba(0,0,0,0.9);
    padding: 0px;
	width: auto;
	right: 0px;
	border-bottom-left-radius: 5px;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
	position: relative;
}

#header #logo {
	text-decoration: none;
}

#header #logo img {
	vertical-align: middle;
}

#header .wrapper {
	width: auto;
}

.navbar_button {
	display: none;
	fill: #ffffff;
    float: right;
    text-align: center;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease-out;
}

.navbar_button .svg-icon {
	width: 22px;
	height: 22px;
	vertical-align: top;
}

#header nav {
	float: right;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header nav ul.uroven1 > li {
	display: inline-block;
	padding: 0 12px;
}

#header a#a_link_menu {
	color: #ffffff;
}

#header nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
}

#header a:hover, #header a.clicked {
	color: #cedc2d;
}

#header nav ul.uroven2 {
	position: absolute;
	padding-top: 3px;
	display: none;
}

#header nav ul.uroven2 li a {
	padding: 7px 15px;
	white-space: nowrap;
}

#header nav ul.uroven2 li {
	background-color: #1c1c1c;
	border-bottom: 1px solid #252525;
}

#header nav ul.uroven1 > li:hover ul.uroven2 {
	display: block;
}

#header ul.lang-menu {
	float: right;
	font-size: 14px;
	margin-left: 30px;
}

#header ul.lang-menu svg {
	position: relative;
	top: 5px;
	margin-left: 5px;
}

#header div.lang-menu-select {
	display: none;
	position: absolute;
	padding-top: 3px;
	right: 0px;
}

#header ul.lang-menu a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#header ul.lang-menu li:hover div.lang-menu-select {
	display: block;
}

#header div.lang-menu-select a {
	display: block;
	padding: 7px 15px;
	background-color: #1c1c1c;
	border-bottom: 1px solid #252525;
}

#header ul.lang-menu a.lang-active:hover {
	color: #cedc2d;
}

#header a.basket {
	float: right;
	color: #fff;
	text-decoration: none;
	margin-left: 14px;
}

#h-content {
	position: relative;
	padding: 0px;
	color: #443f3f;
}

#h-content .wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
}

#h-content .wrapper h1 {
	line-height: normal;
}

div.steps-nav-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 10px;
}

ul.steps-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0;
	margin: 45px auto;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	list-style: none;
}

ul.steps-nav li {
	position: relative;
	margin: 0 100px;
}

ul.steps-nav li:first-of-type {
    margin-left: 0;
}

ul.steps-nav li:last-of-type {
    margin-right: 0;
}

ul.steps-nav li > div {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

ul.steps-nav li div div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background-color: #dddddd;
	border-radius: 100%;
	border: 10px solid #fff;
	color: #bbbcbd;	
}

ul.steps-nav li.active div div {
	background-color: #ff9100;
	color: #fff;
}

ul.steps-nav li.filled div div {
	background-color: #b1d54e;
	color: #fff;
}

ul.steps-nav li p {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	white-space: nowrap;
	margin: 0;
	color: #bbbcbd;
}

ul.steps-nav li.active p {
	color: #ff9100;
}

div.stepswrp {
	padding-bottom: 20px;
}

div.stepswrp .btn, div.stepswrp a.back {
	margin: 0px 15px;
}

div.stepswrp table {
	margin: 30px auto;
	border-collapse: collapse;
}

div.step0 table.steptbl {
	max-width: 700px;
	width: 100%;
}

div.step0 table .spinner {
	width: 30px;
}

div.step0 table tr.active {
	background-color: #F2FFDA;
}

div.stepswrp td, div.stepswrp th {
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}

div.stepswrp td label {
	line-height: 34px;
}

div.stepswrp th h2 {
	margin: 0px;
}

div.step0 h3.original_term {
	margin-bottom: 0px;
}

#selected-date, #selected-time {
	font-size: 15px;
	background-color: #E84C3D;
	text-transform: none;
}

#timepicker {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 700px;
}

#timepicker input {
    display: none;
}

#timepicker label {
    position: relative;
    display: block;
	width: 100px;
    padding: 20px 0px;
	background-color: #f5f5f5;
	margin: 4px;
	text-align: center;
	cursor: pointer;
	color: #398c00;
	line-height: normal;
	font-weight: bold;
	font-size: 18px;
}

#timepicker label:hover {
    background-color: #e6e6e6;
}

#timepicker label span {
	display: block;
	font-size: 11px;
	margin-top: 3px;
	color: #495057;
}

#timepicker label.time_disabled {
	color: #cdcecf;
	cursor: default;
}

#timepicker label.time_almost_full {
	color: #ff7200;
}

#timepicker label.time_disabled:hover {
	background-color: #f5f5f5;
}

.legend {
	margin: 0 auto;
	margin-top: 40px;
	max-width: 290px;
	text-align: left;
	line-height: normal;
}

.legend div {
	padding: 4px 0px 4px 25px;
	position: relative;
}

.legend span {
	position: absolute;
	top: 5px;
	left: 0;
	height: 15px;
	width: 15px;
	display: inline-block;
	background-color: #398c00;
}

.legend div.lg_almost_full span {
	background-color: #ff7200;
}

.legend div.lg_disabled span {
	background-color: #cdcecf;
}

#tr_date h2 {
	margin-bottom: 0px;
}

#tr_timepicker h2, #tr_time h2 {
	margin-top: 0px;
}

div.step2 {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

div.step2 table {
	width: 45%;
	margin-bottom: 0px;
}

div.step2 .textbox {
	width: 100%;
}

div.step2 table p {
	margin-bottom: 0px;
}

div.step2 div.bottom-nav {
	margin-top: 30px;
}

div.stepswrp td.tdpay {
	position: relative;
	padding-left: 35px;
}

.tdpay input {
	position: absolute;
	left: 10px;
	top: 18px;
}

.tdpay label {
	margin-right: 10px;
}

.tdpay img {
	vertical-align: middle;
	max-width: 220px;
}

tr.sumar {
	font-size: 20px;
	color: #f55c00;
	white-space: nowrap;
}

div.bottom-nav {
	width: 100%;
}

div.bottom-nav div.conf {
	margin-bottom: 15px;
}

div.step3 input.input_img {
	max-width: 300px;
	width: 100%;
}

div.step3 h2.status i {
	font-size: 44px;
	margin-right: 10px;
	vertical-align: bottom;
}

div.step3 h2.cancel {
	color: #d50000;
}

div.step3 h2.done {
	color: #3ba400;
}

#h-about-us {
	padding: 50px 0px;
}

h1.title, h2.title {
	position: relative;
	font-size: 32px;
	text-align: center;
	padding-bottom: 10px;
	line-height: normal;
	margin-top: 0px;
}

h1.title::after, h2.title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #ff9100;
}

i.fa-calendar {
	margin-right: 8px;
	margin-left: 20px;
}

i.fa-clock-o {
	margin-right: 8px;
	margin-left: 20px;
}


h2 i.fa-calendar {
	margin-right: 10px;
	margin-left: 25px;
}

h2 i.fa-clock-o {
	margin-right: 10px;
	margin-left: 25px;
}

#h-contact {
	color: #fff;
	padding: 90px 0px;
}

#h-contact .wrapper {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#h-contact .left, #h-contact .right {
	width: 50%;
}

#h-contact .left {
	padding-right: 15px;
}

#h-contact .right {
	padding-left: 15px;
}

#h-contact .logo {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
}

#h-contact .logo span {
	color: #ff9100;
}

#ekasa-doklady ul.tabs a {
	font-size: 16px;
	border: 1px solid #D7D7D7;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 80%, rgba(238,238,238,1) 100%); 
	border-bottom: 0px;
	color: #b1b1b1;
	padding-top: 5px;
	padding-bottom: 5px;
}

#ekasa-doklady ul.tabs a:hover {
	color: #000;
}

#ekasa-doklady ul.tabs a.selected {
	border-color: #FFC29C;
	background: #FFC29C;
	color: #443f3f;
}

.ekasa_by_day {
	clear: both;
}

.ekasa_by_day table.list tr:nth-child(even) {
	background-color: #fcfcfc;
}

.ekasa_by_day table.list tr:hover {
    background-color: #f7dfda;
}

.logintable {
	margin-bottom: 30px;
}