/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	
	/*height: auto;*/
	height: 100%;
}
.wrapper {
	min-width: 360px;
	max-width: 1200px;
	margin: auto;
	/*height: auto !important;*/
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	/*margin-left: auto;
    margin-right: auto;*/
	text-align: center;
	margin: auto;
	height: 150px;
	background: #FFF;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 20px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 28%;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 30 px;
	font-size: 0.8vmin;
	font-size: 1vmax;
	
	
	
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	text-align: center;
	float: left;
	width: 25%;
	height: 100%;
	margin-left: -100%;
	position: relative;
	background: #f4f6f6;
	font-family: sans-serif;
	
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	
	clear: both;
    margin: 0 auto;
	
	text-align: center;
	margin-top: -20px;
	min-width: 360px;
	max-width: 1200px;
	height: 20px;
	line-height : 20px;
	background: #0c0;
	position: relative;
	font-family: sans-serif;
}

/*Opprint*/

/*Слайдшоу*/
.slides {
	position: relative;
    padding: 0;
    width: 640px;
    height: 320px;
    display: block;
    margin: 10px auto;

	
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    /*width: 190%;
    height: 485px;*/
	width: 640px;
    	height: 320px;

	/*margin-top:7%;
	margin-left:17%;*/
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
	
}

.slide img {
    width: 100%;
    height: 100%;
}
/*стрелки*/
.nav label {
	/*margin-left:18%;*/
	/*margin-right:-5%;*/
    width: 80px;
    height: 100%;
    display: none;
    position: absolute;
	opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #E57DB6;
    font-size: 100pt;
    text-align: center;
    line-height: 300px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .5);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.9; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	margin-bottom:-1%;
	/*margin-left:0%;*/
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
	
}

.nav-dots .nav-dot {
	top: 12px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.4);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

/* Новое меню */
.menu ul li{
	
	
	margin: 0 auto;
  /*font: bold sans-serif calc(8px + 0.8vw);*/
  font-size: calc(8px + 0.4vw);
  font-family: sans-serif;
  padding: 8px;
 z-index: 1;

  
}
.menu ul > li:hover{
  background-color: #CBFA76;
   
}
.menu ul ul > li:hover{
  background-color: #A1F50A;
  
}
.menu ul li, .menu ul{
  display: inline-block;
   z-index: 1;
}
.menu ul{
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #0c0;
  z-index: 1;
}

.menu ul ul{
  display: none;
  position: absolute;
  background-color: #CBFA76;
  margin-top: 8px;
  margin-left: -8px;
   z-index: 1;
}
.menu ul a{
font-size: calc(8px + 0.4vw);
  color: #000;
  text-decoration: none;
  z-index: 1;
}
.menu ul ul a{
	font-size: calc(8px + 0.4vw);
  color: #000;
  text-decoration: none;
  z-index: 1;
}
.menu li:hover ul{
  display: block;
  
 
}

.menu li:hover li{
  display: block;
  
 }   
 
p {
  color: #2B2A29;
  line-height: 1.2em;
  font-size: calc(8px + 0.6vw);
  /*font-size: calc(8px + 1.2vw)vmin;
  font-size: calc(8px + 1.2vw)vmax;*/
  font-family: sans-serif;
}

a {
  color: blue;
  line-height: 1em;
  font-size: calc(8px + 0.8vw);
  /*font-size: calc(8px + 1.2vw)vmin;
  font-size: calc(8px + 1.2vw)vmax;*/
  font-family: sans-serif;
}

h1 {
   
	color: #E5097D;
	text-align: left;
    font-size: calc(12px + 1.5vw);
	line-height: 1em;
	font-family: sans-serif;
	font-style: bold;
	margin: 20px 0px 20px 0px;
	  }
	  
  
h2 {
   
	color: #444;
	text-align: left;
    font-size: calc(10px + 1vw);
	line-height: 1em;
	font-family: sans-serif;
	margin: 0 0 30px 0;
	  }
  
table {
padding: auto;	
font-size: 12pt;
color: #2B2A29;
margin: 14px 0;
border: 1px solid black;
width: 90%;
text-align: center;
background: #FFFFFF;
line-height: 1.2em;

}

td {
color: #2B2A29;
  font-size: 1em;
  line-height: 1.5em;
  font-family: sans-serif;
  
    padding: 3px; /* Поля вокруг содержимого таблицы */
    border: 1px solid #2B2A29; /* Параметры рамки */
        vertical-align: middle; /* Выравнивание по верхнему краю */
    /*min-width: 100px; /*минимальная ширина*/
   }
   
td.col1 {
background: red;
font-weight: bold;
}	

li {
	
	color: #2B2A29;
  line-height: 1em;
  font-size: calc(8px + 0.6vw);
  /*font-size: calc(8px + 1.2vw)vmin;
  font-size: calc(8px + 1.2vw)vmax;*/
  font-family: sans-serif;
	
	}
	
	.leftfoto {
float: left;
margin: 7px 7px 7px 0px;
	}
	
	.leftimg {
    float:left;
    margin: 20px 20px 20px 20px; 
   }
	
br {
margin: 12px;
}

b {
	font-weight: bold;
}
	
/* Галерея */
/*margin Поочередно устанавливается отступ от верхнего, правого, нижнего и левого края.*/

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
  }
  
  /* Создайте четыре одинаковых столбца, которые находятся рядом друг с другом */
  .column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
  }
  
  .column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
  }
  
 