.blog-content-center
{
display:block;
clear: both;
max-width: 960px;
height: inherit;
margin: 0 auto;
}
.blog-h1
{
color: #000;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 300px;
text-align: center;
margin: 30px auto 0 auto;
padding-bottom: 4px;
}
.content-center-blog
{
	display:block;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
	
}
.tablemenu
{
	width: 1140px;
	height: 600px;
	margin: 0 auto;
}

.tablemenu2
{
	width: 1140px;
	height: 400px;
	margin: 0 auto;
}


.bigtable
{
	width: 400px;
	height: inherit;
	clear: none;
	float: left;
}

.middletable
{
	width: 340px;
	height: inherit;
	clear: none;
	float: left;
}

.bigtr
{
	width: 100%;
	height: 400px;
}

.bigtr td
{
	width: 100%;
	height: 400px;
}


.middletr
{
	width: 100%;
	height: 200px;
}

.middle2tr
{
	width: 100%;
	height: 400px;
}
.mintr
{
	height: 200px;
	width: 100%;
}

.mintr2
{
	height: inherit;
	width: 25%;
	clear: none;
	float: left;
}


.blocktablemenu
{
	width: 100%;
	height: 100%;
	padding: 10px;
	
}

.inblocktablemenu
{
	width: 100%;
	height: 100%;
	background-color: #333;
	position: relative;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.inblocktablemenu:hover
{
	-webkit-filter: grayscale(0%);
}

.inblocktablemenu:hover .inblocktablemenuh3
{
	border: 2px solid #7b211d;
}

.inblocktablemenuh3
{
	    position: absolute;
    left: 50%;
    font-size: 36px;
    padding: 6px;
    margin-left: -150px;
    top: 50%;
    margin-top: -30px;
    border: 2px solid #fff;
    color: #fff;
    width: 300px;
	font-weight: bold;
    text-align: center;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.inblocktablemenu img
{
	width: 100%;
}

.pc
{
	
}

.ipad
{
 display: none;	
}

.phone
{
	 display: none;	
}
.tablemenuiphone2
{
	margin: 0 auto;
	width: 400px;
	height: 1200px;
}

.tablemenuiphone
{
	margin: 0 auto;
	width: 400px;
	height: 800px;
}


.tablemenuipad2
{
	margin: 0 auto;
	width: 800px;
	height: 600px;
}
.tablemenuipad
{
	margin: 0 auto;
	width: 800px;
	height: 400px;
}



.index-h1
{	
color: #000;
max-width: 1140px;
margin: 16px auto 6px;	
}

.index-h3{
color: #000;
max-width: 1140px;
margin: 16px auto 6px;
padding: 2px 30px 18px 30px;
}

.index-h3 h3 {
  color: #7b211d;
  text-align: left;
  
  
  font-size: 14px;
}

.index-h1 h2 {
  color: #7b211d;
  text-align: center;
  max-width: 1140px;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 16px;
}


.index-h1 h1 {
  color: #7b211d;
  text-align: center;
  max-width: 1140px;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.index-h1 h1:before {
  content: "";
  position: absolute;
  top: calc(50%);
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e7e8;
  z-index: -1;
}

.index-h1 h2:before {
  content: "";
  position: absolute;
  top: calc(50%);
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e7e8;
  z-index: -1;
}
.index-h1 span {
  background: white;
  padding: 0 24px;
}




.blog-article
{
	float: left;
	width: 50%;
	padding-bottom: 10px;
	padding: 10px 15px;
	
}

.blog-article-padding
{
	padding: 0px 10px 10px 10px;
}

.blog-article-img
{
	width: inherit;
}

.blog-article-img img
{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-article-padding:hover .blog-article-img img{
	-webkit-filter: grayscale(0%);
}
.blog-article-padding:hover .blog-article-h p{
	color: #7b211d;
}

.blog-article-h
{
	margin: 15px 0 5px;
}

.blog-article-h p
{
	font-size: 18px;
	color: #000;
	
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-article-h:hover p
{
	text-decoration: underline;
}

.blog-article-text
{
	color: #555;
}

.blog-article-text p
{
	color: #555;
}

.article-h1
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    
    color: #000;
    text-align: center;
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
}



.artitop
{
	width: inherit;
	height: 120px;
}

.artibottom
{
	width: 1140px;
	height: 30px;
	margin: 0 auto;
}


.menufooterul
{
	margin: 0px;
	padding: 0px;
}

.menufooterul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	line-height: 1.7;
	font-size: 13px;
	color: #555;
}

.menufooterul > li > a
{
	text-decoration: none;
	color: #555;
}

.menufooterul > li > a:hover
{
	text-decoration: underline;
	color: #000;
}





.article-div
{
	
}

.article-p
{
	
	color: #555;
	
	    padding: 2px 30px 18px 30px;
}

.article-p-2
{
	font-size: 16px;
	padding: 0px 30px 0px 30px;
	
	text-align: center;
}

.article-h2
{
	text-align: center;
	margin: 0px auto;
	
	border: 1px solid black;
	padding: 0px 10px 4px 10px;
	margin-bottom: 6px;
}

.margin-article-h2
{
	
}

.article-img-fon
{
	display:block;
clear: both;
max-width: 1020px;
margin: 0 auto;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center -60px;
	
}

.article-img
{
	display:block;
	margin: 0px auto 24px auto;
	width: 100%;
    max-width: 960px;

}

.article-proverb
{
	margin: 30px 30px 70px 30px;
    background-color: rgba(255, 255, 255, 0.80);
    padding: 20px 20px 20px 20px;
	
}



.footer-button
{
	border: 1px solid white;
    background-color: inherit;
	color: white;
	

}

.footer-block
{
	width: 30%;
}
.footer-block-center
{
	width: 40%;
}

.footer-vkokin
{
	width: 30px;
	-webkit-filter: grayscale(80%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-vkokin:hover
{

	-webkit-filter: grayscale(0%);

}

.footer-p
{
    color: #000;
    padding: 24px 0px 12px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.footer-p2
{
	
	color: #000;
	padding: 12px 0px;
	text-align: center;
}


button
{
	padding: 12px;
    margin-top: 5px;
    border: 1px solid #7b211d;
    background-color: white;
	outline: none;
	
}

button:hover 
{
	padding: 12px;
    margin-top: 5px;
    border: 1px solid #fff;
    background-color: #7b211d;
	color: white;
}
button:active
{
	padding: 12px;
    margin-top: 5px;
    border: 1px solid #fff;
    background-color: #7b211d;
	color: white;
}
button:focus
{
	padding: 12px;
    margin-top: 5px;
    border: 1px solid #fff;
    background-color: #7b211d;
	color: white;
	
}

.idb1
{
	color: white;
	background-color: #7b211d;
	border: 1px solid #7b211d;
	
}

.vidgalstuka-img
{
	margin-top: 10px;
	
}
.vidgalstuka-text
{
    
    text-align: center;
    max-width: 900px;
    margin: auto;

	
}

.vidgalstuka-text p
{
	color: black;
	font-size: 13px;
	
    padding: 0px 20px 10px 20px;	
}

.blogheight
{
	height: 800px;
}




@media screen and (max-width: 1180px) {

.pc
{
	display: none;
	
}

.ipad
{
	display: block;
}





}




@media screen and (max-width: 960px) {

.index-h1
{
	font-size: 28px;
    width: 500px;
}

}

@media screen and (max-width: 840px) {

.bigtable
{
	width: 360px;
}
.mintr
{
	height: 180px;
	width: 100%;
}

.index-h1
{
	font-size: 24px;
    width: 400px;
}

.tablemenuipad2
{
	margin: 0 auto;
	width: 720px;
	height: 540px;
}
.tablemenuipad
{
	margin: 0 auto;
	width: 720px;
	height: 360px;
}
.bigtr
{
	width: 360px;
	height: 360px;
}

.middletr
{
	width: 360px;
	height: 180px;
}

}

@media screen and (max-width: 720px) {

.bigtable
{
	width: 320px;
}
.mintr
{
	height: 160px;
	width: 100%;
}


.tablemenuipad2
{
	margin: 0 auto;
	width: 640px;
	height: 480px;
}
.tablemenuipad
{
	margin: 0 auto;
	width: 640px;
	height: 320px;
}
.bigtr
{
	width: 320px;
	height: 320px;
}

.middletr
{
	width: 320px;
	height: 160px;
}

.inblocktablemenuh3 {
    
    font-size: 30px;
    margin-left: -130px;
    width: 260px;
    
}



}

@media screen and (max-width: 680px) {

.bigtable
{
	width: 280px;
}
.mintr
{
	height: 140px;
	width: 100%;
}


.tablemenuipad2
{
	margin: 0 auto;
	width: 560px;
	height: 440px;
}
.tablemenuipad
{
	margin: 0 auto;
	width: 560px;
	height: 320px;
}
.bigtr
{
	width: 280px;
	height: 280px;
}

.middletr
{
	width: 280px;
	height: 140px;
}

.inblocktablemenuh3 {
    
    font-size: 26px;
    margin-left: -110px;
    width: 220px;
    
}

}




@media screen and (max-width: 600px) {


.index-h1
{
	font-size: 24px;
    width: 400px;
}

.blog-h1
{
	font-size: 50px;
	padding-top: 12px;
}

.blogheight
{
	height: 1100px;
}

.blog-article
{
	width: 100%;
}

.article-h1
{
padding-top: 2px;
}

.article-img-fon
{

height: 240px;
}

.bigtable
{
	width: 400px;
}
.mintr
{
	height: 200px;
	width: 100%;
}


.tablemenuipad2
{
	margin: 0 auto;
	width: 400px;
	height: 800px;
}
.tablemenuipad
{
	margin: 0 auto;
	width: 400px;
	height: 600px;
}
.bigtr
{
	width: 400px;
	height: 400px;
}

.middletr
{
	width: 400px;
	height: 200px;
}

.inblocktablemenuh3 {
    
    font-size: 30px;
    margin-left: -130px;
    width: 260px;
    
}



.ipad
{
	display: none;
}

.phone
{
	display: block;
}


}

@media screen and (max-width: 480px) {

.index-h1
{
	font-size: 24px;
    
}

.article-img-fon
{

height: 320px;

}

.index-h1
{
	font-size: 24px;
    width: 300px;
}

.content-center-blog {
    width: 90%;

}

}

@media screen and (max-width: 440px) {

.bigtable
{
	width: 320px;
}
.mintr
{
	height: 160px;
	width: 100%;
}

.tablemenuiphone2 {
    margin: 0 auto;
    width: 320px;
    height: 960px;
}

.tablemenuiphone {
    margin: 0 auto;
    width: 320px;
    height: 640px;
}

.bigtr
{
	width: 320px;
	height: 320px;
}

.middletr
{
	width: 320px;
	height: 160px;
}

.inblocktablemenuh3 {
    
    font-size: 30px;
    margin-left: -130px;
    width: 260px;
    
}

}


@media screen and (max-width: 360px) {

.bigtable
{
	width: 280px;
}
.mintr
{
	height: 140px;
	width: 100%;
}

.tablemenuiphone2 {
    margin: 0 auto;
    width: 280px;
    height: 840px;
}

.tablemenuiphone {
    margin: 0 auto;
    width: 280px;
    height: 560px;
}

.bigtr
{
	width: 280px;
	height: 280px;
}

.middletr
{
	width: 280px;
	height: 140px;
}

.inblocktablemenuh3 {
    
    font-size: 26px;
    margin-left: -110px;
    width: 220px;
    
}


.index-h1
{
	font-size: 18px;
    width: 200px;
}

.article-img-fon
{

height: 400px;

	
}


}