@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,cyrillic-ext');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.header-top .nav.menu > li {
  float: left;
}
.header-top .nav.menu > li > a {
  color: #000;
  transition: 200ms;
font-family: 'Roboto Regular', arial;
  transition: all 0.3s ease;
}
.header-top .nav.menu > li > a:hover,
.header-top .nav.menu > li > a:focus {
  background: none;
  color: #2196f3;
  transition: 200ms;
  transition: all 0.3s ease;
}
.header-top .nav.menu > li + li {
  margin-top: 0;
}
.header-top .nav.menu > li.active a {
  color: #ff5722;
  background: none;
}
/* body {
    background-image: url(/images/VentusAqua-fon.jpg); 
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
}*/

.btn.btn-raised.btn-default1 {
	    background-color: #F90206;
    color: #FFF;
}

.btn.btn-raised.btn-default1:hover {
	    background-color: #B30104;
    color: #FFF;
}

/*Заголовок*/
.slider .tp-caption.large_text,
.slider .large_text {
	color: #ffffff !important;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	line-height: 40px !important;
	font-family: Arial;
	margin: 0px;
	white-space: nowrap;
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;
	background-color: transparent;
	text-decoration: none;
}
/*Описание*/
.slider .tp-caption.medium_text,
.slider .medium_text {
	color: #ffffff !important;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 20px !important;
	font-family: Arial;
	margin: 0px !important;
	white-space: nowrap !important;
	border-width: 0px !important;
	border-color: #ffffff !important;
	border-style: none !important;
	background-color: transparent !important;
	text-decoration: none !important;
}
.productdetails-view .addtocart-area > form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.productdetails-view .product-fields {
    border-bottom: 0px solid #e7e7e7;
}

/*
аккордеон меню
*/
 
/* 1 уровень */
.accordeonck .level1 > .accordeonck_outer a {
  font-size: 16px;
  background-color:#145ebd;
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #678d8e;
}
.accordeonck li.level1:hover a {
    background: #2196f3;
}
.accordeonck li.level1:hover li.level2:hover a {
    background: #2196f3;
}
.accordeonck li.level2 a, .accordeonck li.level1:hover li.level2 a {
    background: #2196f3 !important;
}
.advantage .material-icons {
	color: #145ebd;
}
.manufacturer-slider img {
    -webkit-filter: none;
    filter: none;
}