
* {margin:0; padding:0; font-size:14px; font-family: 'Open Sans', sans-serif;}
body{
	display: flex;
    flex-direction: column;
	min-height: 100vh;
}
#main{
    flex-grow: 1;
}
img {border:0;max-width:100%;pointer-events:none;}
ul,li{list-style: none;}
ol  li{list-style:none;list-style-position: inside;}
a { font-weight:bold; text-decoration:none;color:inherit;}
h1,h2,h3,h4{width: 100%; text-align:center;margin: 20px 0 20px 0;}
h1{font-size: 30px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{margin: 20px 0;}
#breadcrumbs{padding:1%;color: #915908;}
#breadcrumbs li{float:left;}
#breadcrumbs a:hover{color: #b62f2f;}
.breadcrumb span {font-size:12px;}
.breadcrumb li:before {
    content: "/";
    padding: 0 4px;
    font-weight:bold;
	font-size:12px
}
.breadcrumb li.first-br:before {
    padding: 0;
	content: "";
}
.wrapper{
	display: flex;
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
	max-width:1400px;
}
header{
	position: relative;
    width: 100%;
    padding: 5px 0 5px 0;
    border-top: 3px solid #b96c08;
    border-bottom: 2px solid #b96c08;
	/*background: url(image/fonh4.png);*/	
}
.menu-triger {
	display: none;
}

#box-header{
	width:100%;
    display: flex;	
	flex-wrap: wrap;
    justify-content: space-around;	
}
#logo{
    width: 120px;
    margin: 0 5px 0px 0;
    display: flex;
    align-items: center;
	padding: 0 5px;	
}
#logo:hover {
    border-radius: 5px;
    background: rgb(93 98 98 / 70%);
    /* padding: 0 2px; */
}
#logo a{
	display:flex; vertical-align:middle;
}
#knopki-vyzova{
	display: flex;
    justify-content: space-around;
	align-items: center;
}
#knopki-vyzova span,#vr-rab p,.raschitat span{
	font-weight: 800;
}

.obr-zv,.vyzv-zamershika,.raschitat{
    display: flex;
	margin: 5px;
    padding: 13px 20px;
    border-radius: 30px;
	justify-content: center;
	background: radial-gradient(#dbc894, #b96c08);
	box-shadow: 1px 2px 1px -1px;
	align-items: center;
}
.obr-zv:hover,.vyzv-zamershika:hover,.raschitat:hover{
	background: radial-gradient(#9d8f67, #8b690b);
	cursor:pointer;
}
#kontakts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #d9b63d 35%, #e2d375 100%);
    padding: 0 10px;
    border-radius: 10px;
}
.telefon:hover{color:#b10707;}
#mess{
	display: flex;
    /*flex-direction: column;*/
    justify-content: space-around;
}
#mess img{width:50px;}
#vc,#tg{
	width:50px;
	height:50px;
	background: linear-gradient(45deg, #825009, #d8901b);
	border-radius:50%;
	margin:5px;
	box-shadow: 0px 0.5px 0.5px #1f0303;
}

#vc:hover,#tg:hover{background: linear-gradient(45deg, #3f2705, #9f6912);cursor:pointer;}
.shadow {
  position: relative;
}
#topmenu{
	width: 100%;
    /* padding: 13px 0; */
    /* background: bisque; */
	background:#e7dbbf;
    border-bottom: 1px solid #b96c08;
}
#topmenu ul{	
	flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
#topmenu li{	
	padding: 13px 10px;
}
#topmenu li:hover,#topmenu li.active{	
	color: #b62f2f;
}
/*///////////////FOOTER////////////////*/
footer{
	background: #424242;
	color:#fff;
}
footer a,footer p{
	color:#fff;
}