@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800|Roboto:300,400,500,500i,700,700i,900');
body {
	font-family: 'Roboto', sans-serif;
	background: url(../images/bg.png) #fdfbf7;
	font-size: 15px;
}
button {
	outline: none;
}
.container {
	background: #fff;
}
.headerAdress,
.headerAdress p {
	font-family: 'Roboto', sans-serif;
}
.headerAdress {
    margin-top: 9px;
}
.headerAdress .modulebody p {
	font-size: 14px;
	line-height: 16px;
}
.mailmodulebody,
.mailmodulebody p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 13px;
}
.headerPhone .modulebody p {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
	line-height: 20px;
}
.headerPhone a {
	color: #3c3c3c;
	text-decoration: none;
}
.callbackmodulebody p {}
.callbackmodulebody a {
    display: inline-block;
    background: #c52227;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 2px 12px;
    box-shadow: 0px 2px 0px 0px #a91c20;
}
.headerPhone {
    text-align: right;
    padding-right: 30px;
    margin-top: 9px;
}
.logo {
    padding-left: 30px;
}
.headerSocial {
    margin-top: 59px;
    text-align: right;
}
.mailmodulebody img {
    position: relative;
    top: -2px;
}
.mailmodule {
    margin-top: 20px;
}

.header .containerBody {
	padding: 30px 0 10px 0;
}
.headerSocial img {
	margin: 0px 3px;
}
.navigation .moduletitle {
	display: none;
}
.navbar-default {
    background-color: #3c3c3c;
    border: none;
    border-radius: 10px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #262525;
}
.navbar-collapse {
	display:flex;
}
.containermenu input.button {
	background: url('../images/searchicon.png') no-repeat center;
	width: 30px;
	height: 30px;
	border: 1px solid #4c4c4c;
	background-color: #333333;
	transition: 0.2s;
	outline: none;
}
.containermenu input.button:hover {
	background-color: #272727;
}
.containermenu .text-input {
    padding: 0 15px;
    height: 28px;
    width: 200px;
    position: relative;
    top: -8px;
    border: none;
    border-radius: 5px 0px 0px 5px;
}
.searchHeader {
    position: absolute;
    right: 15px;
    top: 17px;
}
.beginStroka .modulebody {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Light';
    line-height: 30px;
}
.beginStroka {
	/* border-bottom: 1px solid #a6a6a6; */
	height: 30px;
	/* margin-bottom: 5px; */
	overflow: hidden;
	
}
.beginStroka .modulebody {
	font-family: "Roboto";
	font-weight: 100;
}
.beginStroka p {
	margin: 0;
}
.licalssmenu ul {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background: #262525;
    margin-top: 0px;
    padding: 0px 10px;
    border-radius: 10px;
    z-index: 99;
    border-top: 1px solid #fff;
    left: 0;
    /* width: 100%; */
}
.licalssmenu ul li {
    list-style: none;
    display: inline-block;
}
.licalssmenu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.licalssmenu ul li a:after {
	content: "";
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.58);
	position: absolute;
	top: 13px;
	left: 0px;
}
.licalssmenu ul li:nth-child(1) a:after {
	display: none!important;
}
li.parent > a:before {
	content: "";
	position: absolute;
	border-width: 0px 7px 7px 7px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 128, 0, 0) white rgba(188, 143, 143, 0);
	bottom: 0;
	left: 42px;
	opacity: 0;
}
li.parent li.parent > a:before {
	content: "";
	position: absolute;
	border-width: 0px 6px 5px 6px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 128, 0, 0) white rgba(188, 143, 143, 0);
	bottom: 0px;
	left: 50%;
	opacity: 0;
	margin-left: -8px;
}
li.parent:hover > a:before {
	opacity: 1;
}
li.parent li.parent:hover > a:before {
	opacity: 1;
}
.navbar-default .navbar-nav > li.parent > a.open {
	background-color: #262525;
}

.licalssmenu ul ul {
	background: #fff;
	margin-top: 10px;
	width: 400px;
	justify-content: center;
	padding: 10px 0;
	box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.58);
}
.licalssmenu ul ul li {
    display: block;
    /* width: 100%; */
    border-right: 1px solid #e7e7e7;
}
.licalssmenu ul ul ul li {
    border-right: 0;
}
.licalssmenu ul ul li a {
    color: #3c3c3c;
    text-transform: none;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 17px;
}
.licalssmenu ul ul ul {
	/* display: block!important; */
	width: 200px;
	box-shadow: 0 0 0 0;
	position: relative;
	margin-top: 0;
	padding: 0px;
	/* opacity: 1!important; */
	/* visibility: visible!important; */
	top: 0px!important;
}
.licalssmenu ul ul ul li a {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	padding: 5px 0;
	margin: 0 15px;
	width: auto;
	border-top: 1px solid #e7e7e7;
}
.licalssmenu li img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.licalssmenu ul ul ul li a:hover {
	color: #eb1c22;
}
.sliderBlock .moduletitle {
	display: none;
}
.slItem img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}
.slItem {
    position: relative;
}
.sliderTitle {
    position: absolute;
    right: 80px;
    top: 140px;
    text-align: right;
}
.sliderTitle a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.44);
	line-height: 37px;
}
.sliderSite .slick-prev {
	background: url('../images/slprev.png');
	left: 20px;
}
.sliderSite .slick-arrow {
    text-indent: -9999px;
    border: none;
    position: absolute;
    z-index: 99;
    width: 10px;
    height: 31px;
    top: 50%;
    margin-top: -15px;
    opacity: 0.3;
    transition: 0.2s;
    background-size: 10px!important;
    background-repeat: no-repeat!important;
    padding: 0;
}
.sliderSite .slick-next {
	background: url('../images/slnext.png');
	right: 20px;
}
.sliderSite ul.slick-dots {
    position: absolute;
    padding: 0;
    bottom: 0px;
    left: 25px;
    margin-bottom: 15px;
}
.sliderSite ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.sliderSite ul.slick-dots li button {
    text-indent: -99999px;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
}
.sliderSite ul.slick-dots li.slick-active button {
	background: #c52227;
}
.indexslider:hover  .slick-arrow {
	opacity: 0.6;
}
.prodimagebest img {
	max-width: 100%;
	height: 235px;
	display: inline-block!important;
	outline: none!important;
}
.prodbest {
    height: 400px;
    border: 1px solid #c52227;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.bestProd ul.slick-dots {
    position: absolute;
    padding: 0;
    width: 100%;
    text-align: center;
    bottom: 0px;
    margin-bottom: 0px;
}
.bestProd ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.bestProd ul.slick-dots li button {
	text-indent: -99999px;
	border: none;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #252525;
}
.bestProd ul.slick-dots li.slick-active button {
	background: #c52227;
}
.readmoreBest {
    text-align: center;
    margin-bottom: 30px;
}
.readmoreBest a {
    text-decoration: none;
    color: #c52227;
    border: 1px solid #c52227;
    padding: 3px 20px;
    border-radius: 100px 0px 100px 100px;
    display: inline-block;
    outline: none!important;
    transition: 0.2s;
    font-size: 14px;
}
.readmoreBest a:hover {
	background: #3c3c3c;
	border: 1px solid #3c3c3c;
	color: #fff;
}
.bestProdTitle {
    text-align: center;
    margin-bottom: 32px;
}
.bestProdTitle a {
    text-decoration: none;
    color: #252525;
    font-size: 20px;
}
.prodimagebest {
    text-align: center;
    margin-bottom: 15px;
}
.catcontainer {
    margin: 50px 0 0px 0;
}
.catalogHeader {
    margin-bottom: 30px;
    text-align: center;
}
.catalogHeader h2 {
	font-family: "Roboto";
	font-size: 24px;
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	position: relative;
}
.catalogHeader a {
	display: inline-block;
	color: #c52227;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}
.catalogHeader a:hover {
	text-decoration: underline;
}
.catalogmodImg {}
.catalogmodImg img {
	max-width: 100%;
	height: 70px;
	width: auto;
}
.catalogmoddmodule {
    text-align: center;
    border: 1px solid rgba(235, 28, 34, 0);
    border-radius: 10px 0px 10px 10px;
    padding: 20px 0;
    transition: 0.2s;
    margin-bottom: 30px;
}
.catalogmoddmodule:hover {
	border: 1px solid #c52227;
}

.catalogmodLink {
	margin-top: 10px;
	height: 30px;
	overflow: hidden;
}
.catalogmodLink a {
	font-family: "Roboto";
	font-size: 15px;
	color: #252525;
	text-decoration: none;
	line-height: 15px;
}
.rowPortfolio .moduletitle {
	display: none;
}
.portModules {
    display: flex;
    justify-content: space-between;
}
.portItem {
	width: 100%;
	height: 250px;
	background-size: cover;
	position: relative;
	background: #000;
	padding: 0!important;
}
.portItem:nth-child(1) {
	border-radius: 10px 0px 0px 0px;
}
.portItem:nth-last-child(1) {
	border-radius: 0px 10px 0px 0px;
}
.portItem:nth-child(1) .portItembg {
	border-radius: 10px 0px 0px 0px;
}
.portItem:nth-last-child(1) .portItembg {
	border-radius: 0px 10px 0px 0px;
}
.portTitle {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0);
}
.portTitle a {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.portfoliocontainer {
    margin-bottom: 50px;
}
.portItembg {
    height: 250px;
    background-size: cover;
    opacity: 0.5;
	transition: 0.2s;
}
.portItem:hover .portItembg {
	opacity: 1;
}
.portTitle p {
	margin: 10px 0;
}
.portItem:hover .portTitle {
	bottom: 90px;
	background: rgba(0, 0, 0, 0.68);
}
.callback {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.callbackHeaderLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.callbackHeader {
    width: 400px;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    background: url('../images/callback.png') no-repeat left center;
    padding-left: 70px;
    position: relative;
}

.calbackText {
    width: 400px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}

.callbackRight {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.callbackHeader:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 60px;
	background: #c52227;
	right: 43px;
}
.callbackButt {}
.callbackButt a {
    font-size: 16px;
    text-transform: uppercase;
    color: #c52227;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    border-radius: 100px 0px 100px 100px;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.2s;
}
.callbackButt a:hover {
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
    color: #fff;
}
.rowPopular {
    margin-bottom: 30px;
}
.rowPopular .moduletitle {
	font-family: "Roboto";
	font-size: 24px;
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	line-height: 26px;
}
.t005 {}
.t005 img {
	max-width: 100%;
	height: 180px;
	/* object-fit: cover; */
	border-radius: 6px;
	padding: 20px 20px 0px 20px;
}
.popularItemIn {
    text-align: center;
    border-radius: 10px;
    /* padding: 5px 20px; */
    border: 1px solid #aaaaaa;
    margin-bottom: 30px;
    transition: 0.2s;
}
.popularItemIn:hover {
	border: 1px solid #c52227;
}
.t005Title {
    margin-top: 10px;
}
.t005Title a {
    font-size: 16px;
    text-decoration: none;
    color: #252525;
    line-height: 17px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
}
.all_news {
    position: absolute;
    right: 0;
    top: 0;
}
.all_more {
    display: block;
    color: #c52227!important;
    font-size: 15px;
    text-align: center;
    text-decoration: none!important;
    transition: 0.2s;
}
.all_more:hover {
	text-decoration: underline!important;
}
.newsItems {
	margin-bottom: 30px;
	position: relative;
}
.newsItemImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.newsItemImg img {
    width: 100%;
	height: 160px;
	object-fit: cover;
	transition: 0.2s;
}
.newsItemLink {
    height: 34px;
    overflow: hidden;
    margin-top: 10px;
}
.newsItemLink a {
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    line-height: 17px;
    color: #252525;
	transition: 0.2s; 
}
.newsItemLink a:hover {
	color: #c52227;
}
.newscontainer {}
.newscontainer .module {
    position: relative;
}
.actioncontainer .moduletitle,
.newscontainer .moduletitle {
    font-family: "Roboto";
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    line-height: 26px;
}
.indexNewsBlock .col-md-6:nth-child(1)  .newsItemImg img {
	border-radius: 10px 0px 0px 0px;
}
.indexNewsBlock .col-md-6:nth-child(3)  .newsItemImg img {
	border-radius: 0px 0px 0px 10px;
}
.actionimg img {
	width: 100%;
	height: 393px;
	object-fit: cover;
	border-radius: 0px 10px 10px 0px;
}

.actionLabel {
    position: absolute;
    right: 41px;
    top: 55px;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
}
.actionLabels:before {
	background: url('../images/actlabel.png') no-repeat right top;
	content: "";
	position: absolute;
	width: 130px;
	height: 131px;
	z-index: 99;
	background-size: 130px;
}
.actionimg {
    position: relative;
}
.actionLabels {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
    height: 131px;
}

.actionItem {
    overflow: hidden;
}
.actionLabel {}
.actionLabel strong {
    font-size: 33px;
}
.actionItem:hover .newsItemLink a,
.newsItems:hover .newsItemLink a {
	color: #c52227;
}
.aboutCompany .moduletitle {
	font-family: "Roboto";
	font-size: 24px;
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.aboutCompany {
    background: #f7f7f7;
    border: 1px solid #c52227;
    border-radius: 10px;
    padding: 15px 25px 42px 25px;
    margin-bottom: 30px;
    /* margin-top: 30px; */
    position: relative;
}
.aboutCompany:after {
	content: "";
	background: url('../images/aboutcomp.png') no-repeat;
	width: 77px;
	height: 88px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.aboutCompany .modulebody {
	font-family: "Roboto";
	font-size: 15px;
	color: #656565;
	line-height: 20px;
	height: 210px;
}
.servicesCompany .moduletitle {
	display: none;
}
.servicesCompany .module {
    text-align: center;
    border: 1px solid #c52227;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    cursor: pointer;
    transition: 0.2s;
    height: 139px;
}
.servicesCompany .module:hover {
	transform: scale(1.03);
}
.servicesCompany .modulebody {}
.servicesCompany .modulebody img {
    height: 65px!important;
}
.servicesCompany .modulebody a {
    color: #161616;
    font-size: 15px;
    text-decoration: none;
    line-height: 15px;
}
.servicesCompany .modulebody p:nth-last-child(1) {
    margin: 0;
}
.servicesCompany .module:hover a {
	color: #c52227;
	cursor: pointer;
}
.companyBuro .row,
.newsAction .row {
	margin-bottom: 20px;
}
.sliderBrand .moduletitle {
	display: none;
}
.sliderBrand .modulebody {}
.sliderBrand .modulebody ul {
    padding: 0;
    margin: 0;
}
.sliderBrand .modulebody ul li {
    list-style: none;
    text-align: center;
}
.sliderBrand .modulebody img {
	display: inline-block!important;
	width: 120px!important;
	height: 120px!important;
}
.sliderBrand {
    margin-bottom: 50px;
}
.footer {
    background: #252525;
}
.footer .container {
    background: #252525;
    padding: 29px 15px;
}
.footer .moduletitle {
	display: none;
}
.copytext {
    margin-bottom: 20px;
}
.copytext a {
	font-size: 14px;
	color: #b9b9b9;
	text-decoration: none;
	line-height: 17px;
}
.counter {}
.counter p {
	margin: 0;
}
.footerMenu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerMenu ul li {
    list-style: none;
    width: 50%;
}
.footerMenu ul li a {
	font-size: 14px;
	color: #b9b9b9;
	text-decoration: none;
	line-height: 17px;
}
.footer a:hover {
	text-decoration: underline;
}
.footerAdress {}
.footerAdress p {
    font-size: 14px;
    color: #b9b9b9;
    text-decoration: none;
    line-height: 21px;
    margin: 0;
}
.footerAdress a {
	font-size: 16px;
	color: #f7f7f7;
	text-decoration: none;
	line-height: 17px;
}
.allcommedia,
.socialFooter {
    text-align: right;
}
.socialFooter img {
    height: 22px!important;
    margin-left: 5px;
    opacity: 0.5;
	transition: 0.2s;
}
.socialFooter img:hover {
	opacity: 1;
}
.allcommedia img {
	opacity: 0.2;
	transition: 0.2s;
}
.allcommedia img:hover {
	opacity: 1;
}
.allcommedia {
    margin-top: 32px;
}
li.parent ul {
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s cubic-bezier(1, -0.01, 0, 1);
	top: 68px;
}
li.parent:hover > ul {
	display: flex;
	top: 60px;
	visibility: visible;
	opacity: 1;
}
.vmenu3 > li.selected > a {
	background-color: #262525;
}
li.parent > ul > li.parent ul > li.parent ul {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s cubic-bezier(1, -0.01, 0, 1);
	top: 38px;
}
li.parent:hover > ul > li.parent ul > li.parent ul {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: 0.3s cubic-bezier(1, -0.01, 0, 1);
	top: 38px;
}
li.parent > ul > li.parent:hover > ul {
	display: flex;
	top: 31px;
	visibility: visible;
	opacity: 1;
}

.vmenu3 > li > ul {
	visibility: hidden;
	opacity: 0;
}

.vmenu3 > li > ul > li > ul {
	visibility: hidden;
	opacity: 0;
}

.vmenu3 > li > ul > li > ul > li > ul {
	visibility: hidden;
	opacity: 0;
}
ul.vmenu3 > li:nth-child(1) a span {
	background: url('../images/home.png') no-repeat left center;
	padding-left: 22px;
}
.vmenu3 > li.selected:nth-child(1) > a {
	background-color: transparent;
}
.vmenu3 > li.selected:hover:nth-child(1) > a {
	background-color: #262525;
}
.menuTablet {
    position: relative;
    background: #3c3c3c;
    border-radius: 10px;
    display: none;
}
.containermenuUl {
    position: fixed;
    background: white;
    top: 0;
    left: -300px;
    height: 100%;
    width: 300px;
    z-index: 999;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s linear;
}

.containermenu {
} 
.menuTablet .containermenu {
    justify-content: space-between;
    display: flex;
    padding: 0;
    width: 100%;
}
.buttonTabMenu {}
.buttonTabMenu button {
    /* width: 50px; */
    height: 50px;
    background: #333333;
    border: 1px solid #4c4c4c;
    border-radius: 10px 0 0 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.buttonTabMenu button span {
    display: block;
    height: 3px;
    background: white;
    margin: 4px 0;
}
#bgopacity {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s linear;
}
.bgopacity {
	visibility: visible!important;
	opacity: 1!important;
}
.conMenuFix {
	left: 0px;
}

.containermenuUl {
    padding: 15px 20px 15px 20px;
}
.containermenuUl ul {
    padding: 0;
}
.containermenuUl ul > li {
    list-style: none;
    position: relative;
}
.containermenuUl ul > li > a {
    color: #252525;
    text-decoration: none;
    font-size: 17px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0px;
    position: relative;
}
.containermenuUl ul > li > ul {
    display: none;
    background: rgba(226, 226, 226, 0.3);
}
.containermenuUl ul > li > ul > li {}
.containermenuUl ul > li > ul > li > a {
    padding: 5px 15px;
    font-size: 15px;
    line-height: 24px;
}
.containermenuUl ul > li > ul > li > ul {
    /* display: block!important; */
}
.containermenuUl ul > li > ul > li > ul > li {}
.containermenuUl ul > li > ul > li > ul > li > a {
    padding: 5px 30px;
}
.containermenuUl ul > li > ul > li > ul > li > ul {}
.containermenuUl ul > li > ul > li > ul > li > ul > li {}
.containermenuUl ul > li > ul > li > ul > li > ul > li > a{
    padding: 5px 40px;
}
.containermenuUl li.parrent > a:after {
	content: ">";
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 34px;
	background: #e2e2e2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}
span.openul {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    justify-content: center;
    height: 35px;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    padding-bottom: 2px;
    z-index: 99;
    cursor: pointer;
    transition: 0.2s;
}
span.openul:hover {
	background: #cccccc;
}
.sliderBrand ul.slick-dots {
    display: flex!important;
    justify-content: center;
}
.sliderBrand ul.slick-dots li {
    margin: 0 5px;
}
.sliderBrand ul.slick-dots li button {
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: none;
    background: #252525;
}
.sliderBrand ul.slick-dots li.slick-active button {
    background: #eb1c22;
}
.pathway {
    color: #868686;
    font-size: 14px;
}
.pathway a {
    text-decoration: none;
    color: #868686;
}
.pathway a:hover {
    color: #eb1c22;
}
.sliderBlock .row {
	margin-top: 0;
}
.galleryItemCatImage {}
.galleryItemCatImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.galleryItemCat {
    position: relative;
    border: 1px solid #ccc;
}

.galleryItemCattitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    transition: 0.2s;
}
.galleryItemCattitle a {
    text-decoration: none;
    color: #fff;
}
.galleryItemCatImage span {
    position: absolute;
    top: 0;
    right: 0;
    background: #eb1c22;
    color: #fff;
    font-size: 15px;
    padding: 2px 5px;
}
.thumbCol .galleryItemCat:hover .galleryItemCattitle {
	    padding: 5px 0;
}
.galleryCol {
	margin-bottom: 30px;
}
.catalogCol {
	margin-bottom: 30px;
}
.wrapperContent {
    position: relative;
    min-height: 100%;
}
.wrapperContent .containerFixed {
    padding-bottom: 143px;
    box-shadow: 0px 0px 25px -10px #000;
}
.thumbCol .galleryItemCatImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 25px;
}
.thumbCol .galleryItemCattitle {
    position: relative;
    background: none;
}
.thumbCol .galleryItemCattitle a {
    color: #252525;
}
.galleryItemCat:hover .galleryItemCattitle {
	padding: 5px 0 15px 0;
}
.footer {
    position: absolute;
    width: 100%;
    margin-top: 0;
    bottom: 0px;
}
.bestProd .slick-list {
	height: 368px!important;
}
.newsdesc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    height: 72px;
    overflow: hidden;
}
.datePubNews {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: #3c3c3c;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}
.newsItemcol .newsItems:hover .newsItemImg img {
    transform: scale(1.2);
}
.servicItemImg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.ServItemcol {
	margin-bottom: 30px;
}
.servicItems.row {
    height: 150px;
}
.servicItemLink a {
	font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    line-height: 17px;
    color: #252525;
    transition: 0.2s;
}
.servicItemLink a:hover {
	color: #eb1c22;
}
.servicdesc,
.servicdesc p {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}
table.userform_table {
	width: 100%!important;
}
.userform_table input[type="text"]{
	width: 100%!important;
}
.userform_table textarea {
	width: 100%!important;
	height: 80px!important;
}
.userform_table input[type="submit"] {
    background: #3c3c3c;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
    font-family: "Roboto";
    font-weight: 5500;
    letter-spacing: 0.4px;
}
.userform_table input[type="submit"]:hover {
	background: #252525;
}
table.userform_table td {
    padding: 3px 0;
}
.contactRightMaps {
    overflow: hidden;
}
.contactLeftPg {
    overflow: hidden;
}
.inputFields {
    margin-bottom: 20px;
}
.GoogleCaptcha {
    margin-bottom: 20px;
}
.userform_title {
    margin-bottom: 25px;
}
.dopImages {}
.dopImages a {
    height: 90px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 10px;
    padding: 10px;
    transition: 0.2s;
}
.dopImages a:hover {
	border: 1px solid #eb1c22;
}
.dopImages img {
	width: auto;
	height: 100%;
	display: inline-block!important;
	border-radius: 5px;
	object-fit: cover;
	max-width: 100%;
}
.productImages {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    /* margin: 0 10px; */
}
.productImages img {
	width: 100%;
}
.catProductImage .slick-prev {
	background: url('../images/prev.png');
	left: 0;
}
.catProductImage .slick-arrow {
    position: absolute;
    z-index: 99;
    border: none;
    text-indent: -9999px;
    background-size: 17px!important;
    height: 30px;
    width: 20px;
    background-repeat: no-repeat!important;
    padding: 0;
    top: 50%;
    margin-top: -15px;
    opacity: 0.2;
    transition: 0.2s;
}
.catProductImage .slick-arrow:hover {
	opacity: 0.4;
}
.catProductImage .slick-next {
	background: url('../images/next.png');
	right: 0px;
}
.dopImages {
	margin: 20px 0;
}
.catProductImage .slick-list {
	margin: 0 30px;
}
.pageBack {
    text-align: right;
}
.uc_detailfield strong {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.uc_detailtags {}
.uc_detailtags strong {
    font-size: 13px;
}
.uc_detailtags a {
    font-size: 13px;
    color: #3c3c3c;
    text-decoration: none;
}
.uc_detailtags a:hover {
	text-decoration: underline;
}
.conleftMod {
    margin-bottom: 30px;
}
.conleftMod .moduletitle {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 10px solid rgb(235, 28, 34);
    line-height: 18px;
    padding-left: 10px;
    /* border-bottom: 1px solid red; */
    /* padding-bottom: 2px; */
}
.conleftMod .modulebody {}
.conleftMod .modulebody ul {
    padding: 0;
}
.conleftMod .modulebody ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.conleftMod .modulebody ul li a {
    display: block;
    color: #3c3c3c;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
    /* margin-right: 30px; */
}
.conleftMod .module {
    /* background: #eee; */
    padding: 3px 0px 15px 0px;
    border-radius: 10px;
}
.rowContent {
    margin-top: 0;
}
ul.catalogmenu {}
ul.catalogmenu ul {
	display: none;
}
ul.catalogmenu ul li:nth-last-child(1) {
	border-bottom: none!important;
}
ul.catalogmenu ul li a {
	padding-left: 25px!important;
}
ul.catalogmenu ul li a:hover {
	background: whitesmoke;
}
ul.catalogmenu > li > a:hover {
    background: whitesmoke;
}
span.openulcat {
    position: absolute;
    right: 0;
    top: 0;
    height: 31px;
    width: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    transition: 0.2s;
}
span.openulcat:hover {
	background: #cccccc;
}
.conleftMod .modulebody ul li.parcat > a {
    margin-right: 30px;
    font-weight: bold;
}
ul.catalogmenu > li.selected > a {
	/* color: #d61e23; */
}
ul.catalogmenu > li li.selected > a {
	background: whitesmoke;
}
ul.showul {
	display: block!important;
}
.vmenu3 > li {
	/* position: initial; */
}
.rowPopular .moduletitle {
	position: relative;
}
.rowPopular .moduletitle:after,
.catalogHeader h2:after {
	content: "";
	position: absolute;
	width: 500px;
	height: 1px;
	background: #c52227;
	left: 50%;
	margin-left: -250px;
	top: 12px;
}
.rowPopular .moduletitle span,
.catalogHeader h2 span {
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 0 20px;
}

.actioncontainer .moduletitle,
.newscontainer .moduletitle {
	position: relative;
}


.actioncontainer .moduletitle:after,
.newscontainer .moduletitle:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 1px;
	background: #c52227;
	left: 50%;
	margin-left: -150px;
	top: 12px;
}
.actioncontainer .moduletitle span,
.newscontainer .moduletitle span {
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 0 20px;
}
.navTabletMenu li img {
	width: 16px;
	height: 16px;
}

.callbackmodule p,
.headerSocial p {
	margin: 0;
}
.callbackmodule {
    margin-top: 10px;
}
@keyframes main-rotate {
  100% {
    transform: rotateX(-360deg);
  }
}
.logo img {
    animation: main-rotate 5s infinite linear;
    transform-style: preserve-3d;
}
.logo a {
    width: 288px;
    height: 115px;
    display: block;
}


