@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
	font-family: Roboto, sans-serif;
	/*font-size: 1.2em;*/
	color: #80142B;
}

/* xs */
@media (min-width: 1px) {
	body {
		font-size: 0.9em;
	}

	.parallax_0, .parallax_1, .parallax_2, .parallax_3 {
		height: 200px;
	}

	.row_contact {
		margin-top: 25px;
	}

	#about {
		padding-top: 55px;
	}

	#products, #brands, #partners, #contact {
		padding-top: 25px;
	}
}

/* sm */
@media (min-width: 576px) {
	body {
		font-size: 0.9em;
	}

	.parallax_0, .parallax_1, .parallax_2, .parallax_3 {
		height: 250px;
	}

	.row_contact {
		margin-top: 25px;
	}

	#about {
		padding-top: 55px;
	}

	#products, #brands, #partners, #contact {
		padding-top: 25px;
	}
}

/* md */
@media (min-width: 768px) {
	body {
		font-size: 1em;
	}

	.parallax_0, .parallax_1, .parallax_2, .parallax_3 {
		height: 300px;
	}

	.row_contact {
		margin-top: 55px;
	}

	#about, #products, #brands, #partners, #contact {
		padding-top: 55px;
	}
}

/* lg и xl */
@media (min-width: 992px) {
	body {
		font-size: 1.1em;
	}

	.parallax_0, .parallax_1, .parallax_2, .parallax_3 {
		height: 350px;
	}

	.row_contact {
		margin-top: 55px;
	}

	#about, #products, #brands, #partners, #contact {
		padding-top: 55px;
	}
}

.parallax_0, .parallax_1, .parallax_2, .parallax_3 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax_0 {
	background-image: url("../parallax/products.jpg");
}

.parallax_1 {
	background-image: url("../parallax/our_brands.jpg");
}

.parallax_2 {
	background-image: url("../parallax/partners.jpg");
}

.parallax_3 {
	background-image: url("../parallax/contact.jpg");
}

.h3_black {
	color: #000000;
	font-size: 1.3rem;
}

.h2_black {
	color: #000000;
	font-size: 1.5rem;
}

.h2_blue {
	color: #0061A1;
	font-size: 1.5rem;
}

.h2_red {
	color: #80142B;
	font-size: 1.5rem;
	font-weight: bold;
}

/*//////////////     navbar-light          //////////////*/
.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto Condensed', sans-serif;
	color: #0061A1;
	font-size: 1.1rem;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #80142B;
}

/*//////////////     flag                 ///////////////*/
.flag {
	width: 32px;
	height: 32px;
	float: left;
	background: url(../_images/flags.png) no-repeat;
}

.ar .flag {
	background-position: 0 -32px;
	cursor: pointer;
}

.ar-active .flag {
	background-position: 0 0;
	cursor: default;
}

.en .flag {
	background-position: 0 -96px;
	cursor: pointer;
}

.en-active .flag {
	background-position: 0 -64px;
	cursor: default;
}

.ru .flag {
	background-position: 0 -160px;
	cursor: pointer;
}

.ru-active .flag {
	background-position: 0 -128px;
	cursor: default;
}

/*////////////// pane_WaitingNoClickBlock ///////////////*/
#pane_WaitingNoClickBlock {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2000;
	background-color: #FFFFFF;
	opacity: 0.9;
	text-align: center;
}

#pane_WaitingNoClickBlock div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	margin-top: 10px;
}

#pane_WaitingNoClickBlock img {
	position: absolute;
	top: 45%;
	left: 49.6%;
	transform: translate(-50%, -50%);
}
