@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);

@font-face {
	font-family: 'ALS Rubl';
	font-style: normal;
	font-weight: normal;
	src: local('ALS Rubl'), url('common/rouble.woff') format('woff');
}

body {
	color: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial,  sans-serif;
	background: #000000;
}
input, a, button {
	outline: none !important;
}
a {
    color: #ffffff;
}
a:hover, a:focus, a:visited, a:active {
    color: inherit;
	text-decoration: none;
}
ul {
	list-style-type: square;
}
hr {
	margin: 20px 0 20px;
	border-top: 1px solid #e0e0e0;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	list-style: none;
	display: inline-block;
}
h1, h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 32px;
}
h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 26px;
}
h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
}
p {
	margin-bottom: 20px;
	text-align: justify;
}

ul {
	margin-bottom: 20px;
}
input, textarea, button, select, a.btn, .form-control, .input-group-addon {
	border-radius: 3px;
	background: #6d6e71;
	color: #fff;
}
input:focus, textarea:focus {
	border-color: rgba(237, 28, 36, 0.8) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(237, 28, 36, 0.6)!important;
	outline: 0 none;
}
textarea.form-control {
	height: 60px;
	resize: none;
}
button.btn, a.btn {
	border-radius: 3px !important;
	width: 100% !important;
	text-transform: uppercase;
	background: #ed1c24;
}
button.btn:hover {
	color: #eee;
}
a.btn {
	border-bottom: none !important;
	color: #fff !important;
}
.btn-price {
	background: #939598!important;
	max-width: 250px;
}

form.white input, form.white textarea, form.white .form-control, form.white .input-group-addon {
	background: #fff;
	color: #000;
}
form.white input:focus, form.white textarea:focus {
	border-color: rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(0, 0, 0, 0.3)!important;
	outline: 0 none;
}
/*form.white .input-group:nth-child(odd) * {
	background: #efefef;
}

form.white .input-group .input-group-addon, form.white .input-group input {
	border-bottom: none;
	box-shadow: none !important;
	padding: 6px;
}
*/
form.white .input-group .input-group-addon, form.white .input-group input {
	padding: 6px;
}
form.white .input-group input:focus, form.white .input-group input {
	border-color: #ccc !important;
	box-shadow: none !important;
	outline: 0 none;
}
/*
form.white .input-group input {
	border-left: none;
	border-right: none;
}
#lastGroupOrder .input-group-addon,#lastGroupOrder input {
	border-bottom: 1px solid #ccc;
}

form.white .input-group-addon:first-child {
	width: 40%;
	min-width: 160px;
	text-align: left;
	font-size: 85%;
}

*/
form.white .input-group input {
	
}
form.white .input-group-addon {
	border: none;
}
form.white .input-group-addon:last-child {
	width: 30%;
	text-align: left;
}
form.white .input-group-addon:first-child {
	text-align: right;
	border-right: none;
}

form.white .input-group input {
	text-align: center;
	border-radius: 3px !important;
}

#inputSerial { text-transform: uppercase; font-family: monospace; }
#fullSum { line-height: 32px; font-size: 120%; }

.carousel-indicators {
    bottom: 0;
    left: 10px;
    width: auto;
    margin-left: 0;
}
.carousel {
	margin-bottom: 20px;
}
.img-thumbnail {
    border-radius: 0;
}
.alert {
    border-radius: 2px;
}
.form-control-static, .form-control-static label {
	padding: 0;
	margin: 0;
}
/**/
.container {
	position: relative;
	/*margin-bottom: 60px;*/
}
.invoice .container {
	max-width: 480px;
	margin-bottom: 40px;
}
.invoice .infoStage {
	margin-top: 20px;
}
/**/
.rub {
	font-family: 'ALS Rubl';
}
.rub:before {
	font-family: 'ALS Rubl';
	font-weight: normal;
	content: 'a';
}
.rub span {
	display: none;
}
/**/
/**/
.social-container .links a {
	margin-left: 20px;
	color: #6d6e71;
	text-decoration: none;
	font-size: 34px;
	font-weight: bold;
}
.social-container .links a:hover {
	color: #ed1c24;
}
/**/
.menuStage {
	margin-bottom: 20px;
	margin-top: 20px;
}
.menuStage nav {
	margin-top: 7%;
}
.menuStage nav ul li {
	margin: 10px;
}
.menuStage nav ul li:last-child {
	margin-right: 0;
}
.menuStage nav ul li:first-child {
	margin-left: 0;
}
.menuStage nav ul li a {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
.menuStage nav ul li a:hover {
	border-bottom: 1px solid #ef2f48;
}
.menuStage nav ul li a.active, .menuStage nav ul li a:active {
	border-bottom: 1px solid #ef2f48;
	color: #ef2f48;
}
/**/
.infoStage a {
	border-bottom: 1px dashed #666;
}
.infoStage a:hover {
	color: #ef2f48;
	border-bottom: 1px dashed #ef2f48;
}

.infoStage a.link {
	border-bottom: none;
	text-decoration: none;
}
.infoStage a.link:hover {
	border-bottom: none;
	text-decoration: none;
}

@media (min-width: 768px) {
	.partner__title {
		margin-top: 25px;
	}
}

.partner__list {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partner__item img {	
	height: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.partner__item + .partner__item {
		margin-top: 25px;
	}
}
/**/
.footStage {
	margin: 30px 0;
}
.footStage p {
	margin-bottom: 0;
	line-height: 32px;
}
/**/
.bg-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bg-icons li {
	margin-left: 0;
	padding-left: 40px;
	min-height: 32px;
	margin-bottom: 20px;
}
.bg-pickup {
	background: url(images/icons/trolley.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}
.bg-courier {
	background: url(images/icons/scooter.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}
.bg-transport {
	background: url(images/icons/transit.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}
.bg-cash {
	background: url(images/icons/cash.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}
.bg-cards {
	background: url(images/icons/card.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}
.bg-emoney {
	background: url(images/icons/money.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}
.bg-invoice {
	background: url(images/icons/invoice.svg) no-repeat left top transparent;
	background-size: 32px 32px;
}

.lang-en {
	background: url(images/en.svg) no-repeat center center transparent;
	background-size: 32px 16px;
	width: 32px;
	height: 16px;
	display: inline-block;
	text-indent: -10000px;
}
.lang-ru {
	background: url(images/ru.svg) no-repeat center center transparent;
	background-size: 24px 16px;
	width: 24px;
	height: 16px;
	display: inline-block;
	text-indent: -10000px;
}

/**/
strong.brand {
	font-size: 90%;
}
.vcard {
	margin-top: 80px;
}
#map {
	height: 500px;
	padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
/**/


.lineTop {
	background: url(images/head.png) repeat-x center top #fff;
	background-size: contain;
	color: #000;
}
.lineFoot {
	background: url(images/foot.png) repeat-x center bottom transparent;
	background-size: contain;
}
.title {
	background: url(images/title.png) no-repeat center center transparent;
	background-size: contain;
}
.lineFoot a {
	color: #000;
}


.modal-content {
    background-color: #000;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 0
}
.modal-header {
	border-bottom: none;
}
.close {
    color: #fff;
}

.head {
	font-size: 32px;
	margin-top: 25px;
	margin-bottom: -40px;
	z-index: 100;
}
.head a {
	text-decoration: none !important;
	border: 0 !important;
	color: #ffffff !important;
}
.head a.btn {
	text-transform: uppercase;
	background: #ed1c24;
	color: #fff;
	margin-top:-20px;
}
.windesc {
	margin-top: 40%;
}

/**/
@media (max-width: 992px) {
	.menuStage {
		margin-bottom: 20px;
	}
	.container {
		margin-bottom: 20px;
	}
	.vcard {
		margin-top: 0;
	}
	.head {
		margin-bottom: -30px;
	}
	
@media (max-width: 768px) {
	.head {
		margin-top: 35px;
		margin-bottom: 0;
	}
	.windesc {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	h1, h2 {
		font-size: 36px;
	}
	.form-inline .form-control, .input-group {
		width: 100%;
	}
	.bg-icons li {
		padding: 54px 0 0 0;
		background-position: 25% 0;
		background-size: 48px 48px;
	}
}


}
/**/


