﻿html
{
height: 100%; 
width:100%;
padding:0;
margin:0;
}
body
{
padding:0;
margin:0;
	background-image: url(../images/background.jpg);
	background-size: initial;
        background-attachment: fixed;
}
.main
{
width:100%;
}
.body {
	width: 100%;
	margin-left: 0%;
	/*background-color: #f7f7f7;
	/*background-image: url(../images/footer.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	opacity: .99;
	margin-bottom: -50px;
}
#footer
{
width: 60%;
margin-bottom:0px;
z-index: 1;
padding-top: 50px;
padding-left: 20%;
padding-right: 20%;
}
#header
{
	height: auto;
	text-align: right;
    font-weight: bold;
    font-size: 18pt;
	color:#fff;
	padding:2%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 10%;
}
.header1, .header2 {
	display: block;
	margin-right: 5%;
}
.header2 {
	margin-top: 20px;
}
.header2 p{
text-shadow: 1px 1px 1em white, 0 0 1em white;
}
#content {
	z-index: 6;
	display:block;
	min-height:100%;
        padding:0; width: 90%; margin-left: 5%; margin-top: 2%;
}
#text {
  width: calc(97.5%*0.81);
  margin-top:10px;
  margin-left:2%;
}
.servimg {
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
    height: auto;
    width: 50%;
}
.inform, textarea {
    display: block;
    margin: 0;
    padding: 5px 10px 5px 20px;
    height: 44px;
    width: 100%;
    font-family: 'HelveticaNeueCyr', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    background: transparent;
    color: #000;
    resize: none;
    overflow: hidden;
    outline: none;
    border: 1px solid #646469;
    transition: 0.8s;
}
.mattable{
border: 1px solid lightskyblue;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

p {
	margin:0;
    font-weight: lighter;
    font-size: 14pt;
	color:Black;
}
h1 {
	padding: 5px 0;
	font-weight: bold;
    font-size: 15pt;
	font-family: Arial;
	text-shadow: 2px 2px 0.7em white;
    text-align: left;
}
h2 {
	padding: 5px 0;
    font-size: 12pt;
	font-family: Arial;
	text-shadow: 2px 2px 0.7em white;
    text-align: left;
}
.name {
	padding-top: 10px;
    font-weight: bold;
    font-size: 15pt;
	font-family: Arial;
}
.pl {
    font-weight: bold;
    font-size: 12pt;
	font-family: Arial;	
}
/*Блоки*/
.itemblock {
	width: 100%;
	margin:0;
	padding:0;

}
.itemblock a {
	width: 250px;
	height:auto;
	background-color: #f7f7f7;
	display: block;
	color: black;
	text-decoration: none;
}
.item {
	margin:10px;
	width: 250px;
	height: 187px;
	display: inline-block;
	overflow: hidden;
border: 2px solid blanchedalmond;
    box-shadow: 2px 2px 0.3em dimgrey;
}
.item img {
	width: 250px;
	height: auto;
}
.blok {
z-index: 6;
background-image: url(../images/backblok.jpg);
background-size: cover;
padding: 3%;
margin-top:3%;
clip-path: 
    polygon(
      0% 0%,     /* верхняя левая */
      0% 0%,     /* верхняя левая */
      95% 0%,    /* верхняя правая */
      100% 10%,   /* верхняя правая */
      100% 100%,  /* нижняя правая */
      100% 100%,  /* нижняя правая */
      5% 100%,   /* нижняя левая */
      0% 90%      /* нижняя левая */
    );
width:94%;
}
/*Меню*/
#verticalmenuh {
float: left;
display: inline-block;
}
.leftmenu {
   margin: 0;
   padding: 0;

  display: inline-block;
  text-align:center;
  color: #000;
  font-size: 14pt;
  -webkit-margin: none;
}
.leftmenu p {
	padding-top: 5px;
	text-align:left;
	color: #fff;
    font-size: 14pt;
}
.leftmenu a {
	  transition: .5s linear;
	text-decoration: none;
	outline: none;
	border: none;	
	color: #fff;
	display: block;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
}
.leftmenu li {

	vertical-align:center;
	padding: 5px 18px;
        min-height: 50px;
	background-color: black;
	color: #000;
	vertical-align: middle;
	margin-top:5px;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        box-shadow: -0.3em -0.3em 10px rgba(122,122,122,0.9);
}
.leftmenu li:first-child {
	margin-top: 0;
}
.leftmenu li:hover {
	background-color: white;
}
.leftmenu li:hover a{
	color: black;
}
/*Меню*/
nav {
  display: block;
  margin-top:0;
    width: 90%;
    margin-left: 5%;
z-index: 2;
}
#four ul {
  list-style: none; 
  margin: 0;
  padding: 0;
  display: list-item;
  z-index:2;

}
.topmenu > li {
	z-index: 3;
  display: inline-block;
  position: relative;
  width: calc(97%/7);
  height: 50px;
  margin-right: calc(0.5% - 4px);
  color: white;
  background-color: white;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
        box-shadow: -0.3em -0.3em 5px rgba(122,122,122,0.9);
}
.topmenu > li a{
  color: black;
-webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.topmenu > li:last-child {
  margin-right: 0;
}
.topmenu a {
  display: block;
  padding: 18px 10px;
  text-decoration: none;
  outline: none;
  font-family: cursive;
  transition: .5s linear;
  text-align: center;
    font-size: 12px;
	font-weight: bold;
}

ul.submenu {
	z-index:4;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: white;
	z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: .4s ease-in-out;
}
ul.submenu > li {
  z-index: 5;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  color: white;
  background-color: white;
          box-shadow: -0.3em -0.3em 5px rgba(122,122,122,0.9);
}
ul.submenu > li > a {
    display: block;
    padding: 10px;
    color: black;
    text-decoration: none;
	  z-index: 5;
}
ul.submenu > li > a:hover {
    text-decoration: underline;
	  z-index: 5;
}

.topmenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}
/*Кнопка*/
.knopka01 {
  font-family: Times New Roman;
  display: inline-block;
  height: 30px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #grey radial-gradient(150% 100% at 50% 5px, rgba(255,255,255,.2), rgba(0,0,0,0));
  color: #252525;
  user-select: none;
  box-shadow: 0.2em 0.2em 3px rgba(122,122,122,0.5);
} 
.knopka01:hover {
  color: rgb(0,59,66);
  cursor: pointer;
}
.knopka01:active {
  padding-bottom: 1px;
  box-shadow:
   inset rgba(0,0,0,1) 0 1px 3px,
   inset rgba(0,0,0,.6) 0 -2px 5px,
   inset rgba(252,255,255,.7) 0 2px 5px,
   0 1px rgba(255,255,255,.08);
  color: rgb(128,207,214);
}


/*Слайдер*/
.horizontal-slidermix {    
	position: relative;    
	height: 150px;    
	overflow: hidden;
}
.horizontal-slidermix1 {    
	position: relative;    
	height: 200px;    
	overflow: hidden;
}
.slider-prevmix, .slider-nextmix {    
	position: absolute;    
	top: 40%;    
	/*margin: -23px -50px 0 -50px;    */
	width:29px;
	height:29px;
	background: url(images/slider_controls.png) no-repeat;
	}
.slider-prevmix {    background-position: 0 0;    left: 0;}
.slider-nextmix {    background-position: -29px 0;    right: 0;}
ul.no-mark {    margin: 0;    padding: 0;}
ul.sm-slider li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	/*width: 175px;*/
	margin-bottom: 20px;
	text-align: center;}
ul.sm-slider .slide-cont {    
	display: block;    
	margin-right: 10px;    
	text-decoration: none;
	}
.img-over_x95 {
	display: block;    
	margin: 0 auto 14px auto;    
	height: auto;
	width:100%;
	}
.link-namemix {
	display: block;    
	font-weight: 700;    
	line-height: 24px;    
	font-size: 18px;    
	color: Plum;    
	text-decoration: none;
	}/*
.img-over_x95 img {max-height: 95px;}*/
.horizontal-slidermix0 {
	position: relative;
	z-index: 15;
	}
