@font-face {
	font-family: 'Gabriola';
	src: url('/template/fonts/Gabriola.ttf');
}
@font-face {
  font-family: "Zurich";
  src: url("/template/fonts/Zurich.otf");
}
@font-face {
  font-family: "Avenir-Light";
  src: url("/template/fonts/AvenirNextCyr-Light.ttf");
}
@font-face {
  font-family: "EB Garamond";
  src: url("/template/fonts/EBGaramond.ttf");
}
@font-face {
  font-family: "Din-Next-Light";
  src: url("/template/fonts/DINNextCYR-Light.otf");
}
body {
    background-size: 100% 100%;
    background-attachment: fixed;
	font-family: Zurich;
}
header {
	background: white;
	padding-bottom: 13px;
}
.slogan {
    font-size: 8pt;
    font-family: "Avenir-Light";
    float: none;
    text-align: center;
    background: #bfbfbf;
    color: #737373;
    padding: 10px 0px;
}
.slogan p {
    margin: 0px;
}
.search input {
	font-size: 14px;
    font-family: Arial;
    margin: 23px 0px 0px 0px;
    padding: 10px 15px 10px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}
.logo {
    text-align: center;
}
.logo a {
    text-decoration: none;
	color: inherit;
}
.zak-zvon {
    padding: 6px 5px;
    display: block;
    font-size: 20px;
    cursor: pointer;
    margin: 34px 0px 0px 10px;
    text-align: center;
    background: orange;
    color: white;
    border-radius: 9px;
}
.cont {
    text-align: right;
    font-size: 11px;
    line-height: 36px;
    margin-top: 10px;
    color: #585858;
    font-family: "Avenir-Light";
}
.cont .adr, .cont .tel {
	position: relative;
}
.cont .adr:before { 
	content: url(/images/adr.png);
    position: absolute;
    left: -25px;
    top: -4px;
}
.cont .tel:before {
	content: url(/images/tel.png);
    position: absolute;
	left: -27px;
    top: -3px;
}
#mop {
	display: none;
}
#menu {
    border-bottom: 3px solid #c5c5c5;
    overflow: visible;
    min-height: 67px;
}
#menu .container{
	overflow: visible;
    border-top: 1px solid #c5c5c5;
}
#menu ul {
	list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    font-size: 13pt;
    text-align: center;
    font-family: "EB Garamond";
}
#menu ul li {
	display: inline-block;
	position: relative;
}
#menu ul li a {
	display: block;
	color: gray;
	text-decoration: none;
	padding: 18px 14px;
}
#menu ul li a:hover, #menu ul li.active a {
	color: #8B0000;
}
#menu ul li ul {
    display: none;
    position: absolute;
    top: 101%;
    left: 0px;
    min-width: 150px;
    width: auto;
    background: white;
	z-index: 1;
}
#menu ul li:hover ul, #menu ul li ul:hover {
	display: block;
}
#menu ul li.active ul li a {
	color: gray;
}
#menu ul li ul li a {
	color: gray;
	padding: 7px 11px;
}
#menu ul li ul li {
	display: block;
}
#menu ul li ul li ul {
	display: none !important;
	top: 0px;
    left: 100%;
	width: 150%;
	background: white;
}
#menu ul li ul li:hover ul, #menu ul li ul li ul:hover {
	display: block !important;
}
#menu ul li ul li ul li a {
    padding: 9px 5px;
}
#menu ul li ul li a:hover {
    color: #8B0000;
}
#msMiniCart i {
	font-size: 43px;
    color: #ffa400;
    padding-top: 7px;
}
#msMiniCart p {
	width: fit-content;
    float: right;
}
#msMiniCart a {
	text-decoration: none;
    height: 100%;
    display: block;
	position: relative;
}
#msMiniCart .total_count {
    position: absolute;
    left: 7px;
    top: 15px;
    font-size: 20px;
    font-weight: 900;
    color: white;
}
#msMiniCart .total_cost {
	font-size: 20px;
    color: black;
}
.B_crumbBox {
	list-style: none;
}
.B_crumbBox li {
	display: inline-block;
}
.B_crumbBox li a {
	color: blue;
}
.B_crumbBox li a:focus {
	color: red;
}
main {
	min-height: 500px;
	background: white;
	clear: both;
}
h1, h2, h3, .tz {
	text-align: center;
}

.viewport {
    width: 980px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.slidewrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	margin: 0;
	padding: 0;    
}
.slidewrapper li {
	width: 980px;
	float: left;
	list-style: none;
	padding: 0;
	text-align: center;
}
.slidewrapper li img {
	width: 100%;		
	padding-top: 9px;							
}
.slidewrapper li p {
	background: #a0a0a0;
	color: white;
	padding: 10px;
	font-size: 15px;
}
.slicon {
    position: absolute;
    font-size: 27px;
    cursor: pointer;
    background: #00000070;
    opacity: 0.7;
    color: white;	
}
.slicon:hover {
	opacity: 1;
}
.bef {
	top: 50%;
    transform: translate(0%, -50%);
    padding: 50px 10px 50px 5px;
}
.next {
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	padding: 50px 5px 51px 10px;
}
.cont .tel {font-size:20px !important;}
.cont .adr {font-size:13px !important;}