body {
    margin: 0;
    font-family: "Montserrat", sans-serif;  /*, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    font-family: "Montserrat", sans-serif;  /*, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    font-weight: 600;
}

a {
	color:#ba0000;
}

a:hover {
	color: #dc3545;
}

.logo {
	margin: 0;
}

.logo img{
	/* margin: 0; */
	margin-left: 50px;
	width: 150px;
	height: auto;
}

@media (min-width: 767px) {
	.logo img{
		margin-left: 0;
	}
}

.header.content {
    margin-bottom: 25px;
}

.sections.nav-sections {
    margin-bottom: 10px;
}

.page-header {
    border: none;
	margin-bottom: 0px;
}

nav.navigation {
    background: none;
    width: max-content;
    float: left;
    margin-left: 50px;
    font-weight: 600;
}

.block-collapsible-nav-content .nav {
	flex-direction: column;
}

.page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #cb0000;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 100%;
}

@media (min-width: 767px) {
	.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
		/* max-width: 80%; */
	}
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

.navigation li.level0 a {
    font-size: 16px;
}

/* slider item */
.slider__item {
    /*height: 500px;*/
}

.slide-place.banner-row {
    /*height: 100%;*/
}

.home-tech {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	margin-top: -25px;
	height: auto;
}

.home-tech img {
    /* max-width: 500px; */
    width: 100%;
    height: -webkit-fill-available;
}

.home-tech-left {
    padding-right: 5px;
    width: 50%;
}

.home-tech-right {
    width: 50%;
}

.slider__item img {
    overflow: hidden;
    width: 100%;
}

.home-promo img {
    width: 55vw;
}

.home-category {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #eee;
	padding: 50px 0px;
}

@media (max-width: 767px) {

}

.home-category-wrapper, .home-promo-wrapper {
	max-width: 80vw;
    margin: auto;
}

.home-category-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-category-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
	.home-category-row {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.home-category-item {
    padding: 10px;
    background-color: #fff;
    margin: 5px;
    width: 30%;
}

@media (max-width: 767px) {
	.home-category-item {
		/* padding: 10px; */
		/* background-color: #fff; */
		/* margin: 5px; */
		width: 45%;
	}
}

.home-category-item img{
    display: block;
    margin: auto;
}


.home-category-item h3 {
    margin: 0;
    text-align: center;
    /* margin-top: -50px; */
    font-size: 18px;
}
@media (max-width: 992px) {
	.home-category-item h3 {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.home-category-item h3 {
		font-size: 12px;
	}
}

.home-promo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
	padding: 50px 0px;
}

.home-promo-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767px) {
	.home-promo-row {
		/* display: flex; */
		flex-direction: column-reverse;
		align-items: center;
	}
}

.home-promo-right, .home-promo-left {
    width: 50%;
    padding: 15px;
}

@media (max-width: 767px) {
	.home-promo-right, .home-promo-left {
		width: 100%;
		padding: 0px;
	}
}

@media (max-width: 767px) {
	.home-promo-right {
		/* display: flex; */
		width: 60%;
		/* height: auto; */
		/* margin: auto; */
	}
}

.banner-description {
    position: absolute;
    bottom: 15px;
    display: block;
    background-color: #00000096;
    color: #fff;
    width: 100vw;
    text-align: center;
}

.banner-name h3 {
	font-weight: 600;
}

.block.widget .products-grid .product-item .product-item-inner, .page-layout-1column .block.widget .products-grid .product-item .product-item-inner, .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
}

.promo-products-list {
	width: 75%;
	margin: auto;
}

.product.details.product-item-details {
    text-align: center;
}

strong.product.name.product-item-name a {
	font-weight: bold;
	font-size: 16px;
	color: #dc3545;
}

h1.page-title {
    color: #dc3545;
}

/* Footer */

.footer {
    max-width: 80vw;
    margin: auto;
}

.footer-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

@media (max-width: 767px) {
	.footer-wrapper {
		/* display: flex; */
		flex-direction: column;
		/* flex-wrap: nowrap; */
		/* align-items: center; */
	}
}

.footer-block {
    /*width: 33%;*/
    padding: 25px;
}

@media (max-width: 767px) {
	.footer-block {
		/*width: 33%;*/
		padding: 5px;
	}
}

.footer-block img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-block p{
    margin: 10px;
}

.block-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

@media (max-width: 767px) {
	.block-links {
		/* display: flex; */
		justify-content: space-between;
		align-items: flex-start;
		/* flex-direction: row; */
		/* flex-wrap: wrap; */
	}
}

.block-links-item {
    /* min-width: fit-content; */
    width: 30%;
    margin-right: 15px;
}

@media (max-width: 767px) {
	.block-links-item {
		/* min-width: fit-content; */
		width: 100%;
		margin-right: 0;
	}
}

svg.social-logo {
    width: 30px;
    margin: 5px;
}

.block-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-block h4{
	font-weight: 600;
	color: #ff0000;
}

footer.page-footer, .page-footer a {
    background-color: #333;
    color: #fff;
}

.block-links-item .widget.block.block-cms-link {
    margin-bottom: 10px;
    margin-top: 5px;
}
 
 /* Manual page */

.manual-wrapper {
	max-width:80vw;
	margin:auto;
}

.manual_plates-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (min-width: 767px) {
	.manual_plates-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.manual_plate img {
	max-width: 250px;
	max-height: 300px;
}

.manual_plate {
	margin: 5px;
	padding: 5px 45px;
	text-align: center;
}

.manual-panel h4 {
    margin-left: 15px;
    font-weight: 600;
}

@media (min-width: 767px) {
	.manual_plate {
		filter: gray;
		-webkit-filter: brightness(1);
		-webkit-transition: all .5s ease-in-out;
		-webkit-transform: scale(1);
		-webkit-transform: none;
		-webkit-filter: none;
	}
}

.pdf_logo {
	min-height: 35px;
	padding-right: 40px;
	width: 24vw;
	background: url(/media/logo/pdf.png) bottom right / 35px no-repeat;
}

@media (min-width: 767px) {
	.manual_plate:hover {
		/* filter: none; */
		/* -webkit-filter: brightness(0.97) drop-shadow(3px 3px 3px #ba000075); */
		/* -webkit-transform: scale(1.05); */
	}
}

@media (min-width: 767px) {
	.manual_plate a {
		-webkit-transition: all .5s ease-in-out;
		text-decoration-line: none;
	}
}

@media (min-width: 767px) {
	.manual_plate:hover a {
		-webkit-filter: drop-shadow(0 0 0.5px);
	}
}
	
 /*---------------*/
 
.manual-accordion {
    padding: 5px;
    margin: 5px;
    /* border: solid 1px #333; */
    /* border-radius: 6px; */
    background-color: #dc354512;
    cursor: pointer;
}

.manual-accordion:hover {
	color: #dc3545;
	background-color: #dddddd75;
}
	
 /*-------service--------*/

.service-block {
	margin: auto;
	display: flex;
	justify-content: center;
	width: 90%;
	/*text-align: center;*/
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.service-block {
		width: 100%;
		padding: 10px;
	}
}

.service-plate {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	/* background: rgba(238,238,238,0.5); */
	padding: 25px;
	justify-content: center;
	/* width: 50%; */
	align-content: center;
}

@media (max-width: 767px) {
	.service-plate {
		display: block;
		padding: 10px;
		padding-top: 10px;
		width: 100%;
		/* margin: auto; */
		text-align: center;
	}
}

.service-item {
	margin: 10px;
	padding: 5px;
	width: 100%;
	min-width: 300px;
	background: #fff;
}

@media (max-width: 991px) {
	.service-item {
		margin: 0px;
		padding: 5px;
		width: 100%;
	}
}

.service-city-plate{
	width: 80vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

@media (max-width: 991px) {
	.service-city-plate{
		/* width: 84vw; */
		display: flex;
		/* flex-wrap: wrap; */
		flex-direction: column-reverse;
		/* justify-content: center; */
	}
}
.service-city-plate h3{
	width: 100%;
}

.service-item h4 {
	/* color: #888; */
}

.service-item-contacts {
	/* background: #e0e0e0; */
	margin: 5px;
	padding: 10px;
}

.service-city-links-block {
	width: auto;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	background-color: rgba(238,238,238,0.5);
}

.service-city-link {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 5px;
	padding: 7px;
	background-color: rgb(255,255,255);
}

.service-city-link:hover {
	background-color: #cceeff;
	font-weight:600;
	transition:.5s;
}

.service-city-links-intro {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.service-plate-button a{
	border: 1px solid #ddd;
	margin: 15px;
	color:#ba0000;
}

.service-plate img{
	max-width: 30vw;
}

/* ------- product page ------- */

ol.product-items.widget-product-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    /* background: #ffffff; */
    box-shadow: none;
    border: 1px solid #bbbbbb;
    /* margin: -10px; */
    /* padding: 9px; */
    /* position: relative; */
    /* z-index: 2; */
}

.products-grid .product-item-inner {
	/* background: #ffffff; */
	box-shadow: none;
	border: 1px solid #bbbbbb;
	border-top: none;
	left: 0px;
	margin: 10px 0 0 -1px;
	/* padding: 0 9px 9px; */
	/* position: absolute; */
	right: -1px;
	/* z-index: 2; */
}

@media (max-width: 767px) {
	.products-grid .product-item-inner {
	    /* background: #ffffff; */
	    /* box-shadow: none; */
	    border: none;
	    /* border-top: none; */
	    /* left: 0px; */
	    /* margin: 10px 0 0 -1px; */
	    /* padding: 0 9px 9px; */
	    /* position: absolute; */
	    /* right: -1px; */
	    /* z-index: 2; */
	}
}
/* fotorama */

.fotorama__stage {
    max-height: 50vh;
}

.gallery-placeholder {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fotorama-item.fotorama {
    display: flex;
    width: 100%;
    justify-content: center;
}

.fotorama__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

/* ----- service page ----- */

.service-page-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: row;
}
@media (max-width: 767px) {
.service-page-wrapper {
    display: flex;
    /* justify-content: center; */
    /* margin-top: 50px; */
    flex-direction: column;
    align-items: center;
}
}
.service-page p{
	text-align: left;
	margin-top: 20px;
	/* font-weight: 600; */
	font-size: 16px;
}

.service-page-block {
    height: 500px;
    width: 275px;
    margin: 5px;
}
@media (max-width: 767px) {
	.service-page-block {
		height: 300px;
		width: 90vw;
		/* margin: 5px; */
		margin-bottom: 50px;
	}
}
.service-page-block-intro {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #eee;
    background-color: #dc3545;
    padding: 5px;
}

.service-page-paragraph-intro {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #dc3545;
    /* background-color: #dc3545; */
    padding: 5px;
}
.service-page-block-main {
    display: flex;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    justify-content: space-between;
}

.service-page-block-inlay {
    display: flex;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, rgb(221 221 221) 20%, rgba(255,255,255,0) 100%);
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
	.service-page-block-inlay {
		/* display: flex; */
		height: 65%;
		/* width: 100%; */
		background: linear-gradient(0deg, rgb(221 221 221) 50%, rgba(255,255,255,0) 100%);
		/* align-items: center; */
		/* justify-content: flex-end; */
		/* flex-direction: column; */
		/* padding-bottom: 20px; */
	}
}



.service-page-block-inlay p, .service-page-block-inlay a{
    text-align:center;
    color: #000;
    /* margin-bottom: 4px; */
    font-size: 16px;
}

.service-page-block-inlay strong{
    font-size: 16px;
    font-weight: 600;
}

.service-page-map {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    margin-top: 75px;
}

.product.media {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
	.product.media{
		display: block;
	}
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-size: 16px;
    line-height: 36px;
}

/* -----Ð²ÐµÑÑŒ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚----- */

.columns .column.main {
    margin: auto;
    width: 75%;
}

/*--- catalog ---*/

.page-products .products-grid .product-item {
    width: calc((100% - 10%)/5);
	min-width: 160px;
}

ol.products.list.items.product-items {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


/* --- warranty --- */

.warrantys-list-header-2 h2{
    color: #dc3545;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600;
}



.warrantys-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
}

.warrantys-list .warranty {
    min-width: 300px;
    margin: 12px;
    padding: 10px;
    border: 1px solid #ddd;
}


.header.links .glyphicon {
	padding-right: 5px;
  }
  
  @media (max-width: 767px) {
  .header.links .glyphicon {
	display:none;
  }
  }
  