@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:400,400i,700,700i&display=swap&subset=latin-ext');

* {
	font-family: 'Roboto', sans-serif;
}

a {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	opacity: 0.8;
	text-decoration: none;
}

h2 {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	margin: 0 0 15px 0;
	color: #000000;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 30px;
	margin: 0 0 8px 0;
	color: #000000;
}

.top-title {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-title h1 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	margin: 0px;
	color: #e40008;
}
.top-title h1 span.company {
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
}

.top-title h1 .subtitle {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	color: #000000;
}

.top-add-text {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	color: #324d7c;
	text-align: center;
}

.top-contacts {
	padding-top: 17px;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #324d7c;
	color: #000000;
}
.top-contacts a,
.top-contacts a:hover {
	color: #324d7c;
	color: #000000;
}

nav {
	background-color: #e40008;
	background: linear-gradient(0deg, rgba(186,1,9,1) 0%, rgba(207,3,10,1) 40%);
}
nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
nav a:hover {
	color: #FFFFFF;
	opacity: 0.8;
}

nav .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.carousel-item {
	position: relative;
	background: #FFFFFF;
}
.carousel-item .image {
	width: 60%;
}
.carousel-item .image img {
	max-width: 100%;
}
.carousel-item .infoBox {
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: right;
}
.carousel-item .infoBox .title {
	margin-bottom: 15px;
	line-height: 40px;
}
.carousel-item .infoBox .title a {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.carousel-item .infoBox .title.online::before {
	background: #057df7;
	color: #FFFFFF;
	padding: 5px 7px;
	content: 'online';
	font-size: 12px;
	border-radius: 8px;
	margin-right: 5px;
	vertical-align: 5px;
}
.carousel-item .infoBox .price {
	font-size: 24px;
	margin-bottom: 20px;
	color: #324d7c;
}
.carousel-item .infoBox .price span {
	font-size: 32px;
}
.carousel-item .infoBox .more a {
	background: #e40008;
	padding: 10px 15px;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 8px;
}

.carousel-indicators li {
	background-color: #000000;
}
.carousel-control-next,
.carousel-control-prev {
    bottom: 15px;
}
	
.main-box {
	text-align: center;
	margin: 20px 0;
}
.main-box span {
	font-size: 40px;
	color: #e40008;
}
.main-box h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #324d7c;
}

.partners-logos {
	padding: 10px 0;
}

.partners-logos img {
	width: 80%;
}

.prefooter {
	margin-top: 20px;
	background-color: #CCCCCC;
	padding: 20px 0;
	font-size: 14px;
}
.prefooter a{
	color: #555555;
}
.prefooter div.footer-menu ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0px 20px;
}
.prefooter div.footer-menu ul li {
	padding: 2px 0;
}
.prefooter div.footer-menu ul li a {
	color: #333333
}
.prefooter .photo img {
	border: 5px solid #FFFFFF;
}
.prefooter .address {
	color: #324d7c;
	font-weight: bold;
}
.prefooter .social-box a {
	font-size: 40px;
	color: #4267b2;
}
footer {
	background-color: #e40008;
	color: #EEEEEE;
	font-size: 12px;
	padding: 5px;
}

.path {
	margin: 20px 0 0px 0;
	font-size: 13px;
}
.path i {
	margin: 0 5px;
}

.subpages .subpage {
	padding: 0 0 20px 0;
}
.subpages .subpage .title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 8px 0;
}
.subpages .subpage .more i {
	font-size: 0.8em;
}

form.mainform label {
	display: block;
	margin: 0;
}
form.mainform .input {
	margin: 0 0 8px 0;
}
form.mainform input[type="text"], 
form.mainform input[type="email"],
form.mainform input[type="tel"],
form.mainform textarea
{
	width: 100%;
}
form.mainform button {
	border: 0px;
	background: #e40008;
	padding: 10px 15px;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 8px;
}
form.mainform .error-message {
	color: #FF0000;
}

.message {
	border-radius: 8px;
	padding: 15px;
	margin: 10px 0 10px;
	font-weight: bold;
}
.message.success {
	border: 2px solid #00BB00;
	background: #DDFFDD;
	color: #00BB00;
}
.message.error {
	border: 2px solid #FF0000;
	background: #FFDDDD;
	color: #FF0000;
}

.list-group .list-group-item a {
	display: block;
}
.list-group .list-group-item.active {
	background: #324d7c;
	border-color: #324d7c;
}
.list-group .list-group-item.active a {
	color: #FFFFFF;
}

.products-list .products-list-item  {
	padding-bottom: 30px;
}
.products-list .products-list-item .image {
	/*height: 100px;*/
	/*text-align: left;*/
}
.products-list .products-list-item .image img {
	height: 100%;
}
.products-list .products-list-item .brand {
	font-weight: bold;
}
.products-list .products-list-item .name {
	margin-bottom: 5px;
}
.products-list .products-list-item .name a {
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #324d7c;
}
.products-list .products-list-item .price {
	/*text-transform: uppercase;*/
	/*font-size: 0.9em;*/
	color: #AAAAAA;
}
.products-list .products-list-item .price span {
	text-transform: none;
	font-weight: bold;
	color: #e40008;
	font-size: 1.5em;
}
.products-list .products-list-item .more {
	margin-top: 5px;
}
.products-list .products-list-item .more a {
	background: #e40008;
	padding: 7px 15px;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 8px;
}

.product .images {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.product .images .mainimage {
	/*border-bottom: 1px solid #DDDDDD;*/
	padding: 7px;
}
.product .images .mainimage img {
	max-width: 100%;
}
.product .images .image {
	padding: 7px;
}
.product .images .image img {
	max-width: 100%;
}
.product .brand {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.product h2 {
	color: #324d7c;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 4px solid #e40008;
}
.product .price {
	color: #AAAAAA;
	margin-bottom: 5px;
}
.product .price span {
	text-transform: none;
	font-weight: bold;
	color: #e40008;
	font-size: 1.6em;
}
.product .description {
	margin-top: 20px;
}

.cookies-message-container {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	width: 100%;
}
.cookies-message {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 15px 15px;
	border: 1px solid #AAAAAA;
	display: block;
}
.cookies-message a.button {
	background: #e40008;
	padding: 7px 15px;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 8px;
}

@media (max-width: 400px) {
	.top-contacts {
		font-size: 15px;
		padding-top: 22px;
	}
}

@media (max-width: 1199px) {
	.carousel-item .infoBox {
		top: 0px;
	}
}

@media all and (max-width: 991px) {
	.carousel-item .image {
		width: 50%;
		padding: 10px 0;
	}
	.carousel-item .infoBox .title {
		margin-bottom: 0px;
		line-height: 26px;
	}
	.carousel-item .infoBox .title a {
		font-size: 26px;
	}
	.carousel-item .infoBox .price {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.carousel-item .infoBox .price span {
		font-size: 22px;
	}
	.carousel-indicators {
		margin-bottom: 0px;
		bottom: 0px;
	}
} 
@media all and (max-width: 768px) {
	.carousel-item .infoBox .title {
		line-height: 24px;
	}
	.carousel-item .infoBox .title a {
		font-size: 24px;
	}
	.carousel-item .infoBox .price {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.carousel-item .infoBox .price span {
		font-size: 22px;
	}
	.carousel-item .infoBox .more {
		display: none;
	}
} 

@media all and (max-width: 575px) {
	.carousel.slide {
		display: none;
	}
}