html { width:100%; height: 100%; }
*{outline: medium none !important;}
body
{
	height:100%;
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	color: #545454;
}

/*Спойлер*/
details[open] div {
  animation: spoiler 1s;
}
@keyframes spoiler {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
.spoiler {
  border: 1px solid #e0e0e0;
  padding: 0 1em;
}
.spoiler details {
  padding: 1em 0;
}
.spoiler details + details { 
  border-top: 1px solid #e0e0e0;
}
.spoiler summary {
  color: #4d5895;
}
.spoiler details div {
  overflow: hidden;
  padding: 1em 1em 0;
}
.spoiler details[open] div {
  animation: spoiler 1s;
}
@keyframes spoiler {
  0%   {max-height: 0;}
  100% {max-height: 10em;}
}
/*--Спойлер--*/

form { margin:0; padding:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

a:focus {    
    outline: medium none;
	text-decoration:none;
}
a,input{
    outline: none;
}
:focus, :active {
    outline: medium none;
	
}
a{
	text-decoration:none;color: #000;	
}
a:hover{
	text-decoration:underline;
}
p {
    margin: 0 0 8.5px;
}
h1 {
	text-align: center;
	font-size: 30px;
    color: #338593;
	font-weight:400;
}
h2, h3 {
    text-align: center;
    color: #338593;
    font-size: 25px;
	font-weight:400;
}
.navbar-header{display:none;}
#main ul {
    list-style-image: url("/include/li-item.png"/*tpa=https://spt-trads.ru/bitrix/templates/spirt/img/li-item.png*/);
}
#main li {
    margin-bottom: 7px;
}
.wrapper{
	width:80%;
	margin:0 auto;
}
.clear,.clr{
	clear:both;
}
.page-content {
    background: url("/include/fon-page.png"/*tpa=https://spt-trads.ru/bitrix/templates/spirt/img/fon-page.png*/) top right no-repeat;
}
header {
    margin-top: 7px;
}
.head{
    background-color: #B4CEC9;
    padding: 20px;
    border-radius: 20px;
    color: #5E5E5E;
}
.hlogo {
    float: left;
    width: 17%;
}
.hlogo a,.hlogo img{
	display:block;
	width:100%;
}
.hsert {
    margin: 10px 10px 10px 32px;
    color: #5E5E5E;
	font-weight: bold;	
}
.hsert a{
	color: #5E5E5E;	
}

.hconts a{
	color: #5E5E5E;	
}
.hwork {
    float: left;
    width: 25%;
    padding: 30px 0 0 0;
    margin-left: 7%;
}
.haddr {
    float: left;
    width: 25%;
	padding: 30px 0 0 0;
}
.hcall{
	float:right;
	width:20%;
}
.btn{
    color: #ffffff;
    background-color: #338593;
    border-color: #338593;
	border-radius: 6px;
	padding: 5px 19px;
	font-size: 22px;
	text-align: center;
	cursor:pointer;
}
.callback.btn {
    position: relative;
	padding: 5px 0 5px 36px;
	display: block;
	
}
.fwork .callback.btn{
	padding: 5px 15px;
	display: inline-block;
}
.callback:before {
    content: "";
    background: url("/include/hphone.png") no-repeat 100% /cover;
    width: 24px;
    height: 22px;
    display: block;
    position: absolute;
	left: 6%;
	top: 8px;
}
.fwork .callback:before{
	display:none;
}
.sidebar{
	float:left;
	width:20%;
}
.workarea {
    float: right;
    width: 78%;
}
.sbspec{
    padding: 5px 0;
    font-size: 14px;
    text-transform: unset;
	background-color: #B4CEC9;
	text-align: center;
	color: #fff;
}
.sbspec a{
	color:#000;
}
.review-list {
    /*padding-left: 15%;*/margin-bottom: 30px;
}
.review-item {
    background-color: #B4CEC9;
    text-align: justify;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
	text-justify: distribute;
	
	
}
.review-name {
    display: block;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.review-date{
	color: #3CA792;
}
.review-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #00385f;
    text-align: center;
    text-transform: uppercase;
}    
.allreviews{
	text-align:right;
}
.allreviews a{
	border-bottom: 2px dotted;
	color:#000;
	font-size: 14px;
}
.allreviews a:hover{text-decoration:none;border-bottom: 2px dotted transparent;font-size: 14px;}

#slider .owl-carousel .owl-nav button.owl-prev, 
#slider .owl-carousel .owl-nav button.owl-next{
	font-size: 80px;
	font-family: Arial;
	position: absolute;
	font-weight:bold;
	color:#fff;
	top: 50%;
	margin-top: -24px;
	opacity:0.7;
}
#slider .owl-carousel .owl-nav button.owl-prev:hover, 
#slider .owl-carousel .owl-nav button.owl-next:hover{
	opacity:1;
}
#slider .owl-carousel .owl-nav button.owl-prev{
	left:0.5%;
}
#slider .owl-carousel .owl-nav button.owl-next{
	right:0.5%;
}
#slider .owl-dots{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
}
#slider .owl-carousel button.owl-dot{
	border:1px solid #fff;
	height:12px;
	width:12px;
	border-radius:50%;
	display:inline-block;
	margin:0 4px;
}
#slider .owl-carousel button.owl-dot.active{
	background:#fff;
}
.catlist {
    padding: 20px 0;
	
}
.catlistbody{
	text-align:center;	
	padding: 30px 0 0 0;
}
.catitem{
	display: inline-block;
	width:49.5%;
	text-align:center;
	padding-bottom:20px;
}
.c3 .catitem{
	width:33%;
}
.ciimg{
	margin-bottom: 8px
}
.ciimg img{
	display:block;
	max-width:234px;
	max-height:234px;
	margin:0 auto;
}
.ciorder {
    display: inline-block;
}
.ciprice{
	margin-bottom: 8px
}
.ciname{
	margin-bottom: 8px
}
.news-date-time {
    color: #3CA792;
}
footer{
    background-color: #B4CEC9;
    border-radius: 20px;
	margin:30px 0;
	color:#5E5E5E;
	text-align:center;font-size: 14px;
}
footer a{
	color:#5E5E5E;
}
footer p {
    margin: 0px;
}
.fmenu{
	margin-bottom:20px
}
.fmenu #horizontal-multilevel-menu li{
	border-radius: 10px;
	overflow: hidden;
}
.fmenu #horizontal-multilevel-menu li a{
	color:#fff;
}
.fmenu #horizontal-multilevel-menu li:hover a.root-item{
	color:#000;
	background-color:transparent;
}
.fmenu #horizontal-multilevel-menu li a:hover{text-decoration: none;}
.fcopy{
	width:25%;
	float:left;
}
.fmap{
	width:25%;
	float:left;
}
.faddr{
	width:23%;
	float:left;
}
.fwork{
	width:22%;
	float:right;
	text-align:left;
	margin-bottom: 10px;
}
.fcall {
    margin-top: 10px;
}
.popupbg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
	z-index: 1000;
	display:none;
}
.popup {
    /*position: fixed;
    top: 30px;
    width: 40%;
    background: #fff;
    z-index: 1001;
    left: 30%;*/
	display:none;
    position: fixed;
    width: 400px;
    background: #fff;
    z-index: 1001;
    display: none;
    max-width: 400px;
    min-width: 200px;
    margin: 0 auto;
    /*display: flex;*/
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupbody {
    padding: 15px 0;
}
.popuphead {
    position: relative;
	padding:  0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.popclose {
    position: absolute;
	right: 15px;
	top: 0;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;
	opacity: 0.5;
	line-height: 1px;
}
.popclose:hover{
	opacity:1;
}
.popname {
    color: #325377;
    font-size: 22px;
    text-align: center;
    padding-bottom: 15px;
}
.popuptext {
    padding: 30px 15px 30px 15px;
	text-align: center;
}
.pclbut{
	width:150px;
	margin:0 auto;
}
section#slider {
    display: none;
}
/*.review-list {
//    display: none;
}*/
ul#horizontal-multilevel-menu li:nth-child(5) {
    /*display: none;*/
}
ul#horizontal-multilevel-menu li:nth-child(6) {
    display: none;
}

.wers {
margin-bottom:25px;
margin-top:25px;
border: 2px double green; /* Параметры границы */
background: #cceecf; /* Цвет фона */
padding: 10px; /* Поля вокруг текста */
}

.wers p.ob {
text-align:center;
margin-bottom:25px;
}

.wers p.cli {
color: blue;
font-weight: bold;
text-align:center;
font-size: 22px;
line-height: 1.2;
}

.wers p.ob span.red {
color: red;
font-weight: bold;
font-size: 22px;
}

.wers p.ob span.green {
color: green;
font-weight: bold;
font-size: 22px;
}