body {
	margin: 0;
	padding: 0;
	color: #878787;
	font-family:'Tahoma',Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.5em; 
	background-color: #0b0b0b;
}


a, a:link, a:visited { color: #8a2020; font-weight: normal; text-decoration: none }
a:hover { text-decoration: underline; }

a.more { display: block; color: #878787; text-align: justify; text-decoration: underline }
a.more span { font-size: 14px; letter-spacing: -3px; }
a.more:hover { text-decoration: none }

p { margin: 10 5 15px 0; padding: 0; text-align: justify }
img { border: none;}

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color: #696969; }
cite a, cite a:link, cite a:visited  { font-weight: bold; color:#696969; }
cite span { font-weight: 400; color: #514e51; }
em { color: #696969; }

h1, h2, h3, h4, h5, h6 { color: #878787; font-weight: normal; }
h1 { font-size: 24px; margin: 0 0 10px; padding: 5px 0; padding-bottom: 10px }
h2 { font-size: 24px; margin: 0 50 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 20px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

table {border: 2px solid white; border-collapse: collapse; margin: 1%;}
td {border: 2px solid #6a6868; }

/*.cleaner { clear: both }*/
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_frame { display: inline-block; padding: 5px; position: relative; margin-bottom: 15px }
.image_frame span { position: absolute; top: 0; left: 0; width: 600px; height: 153px; background: url(images/tooplate_frame.png) }
.image_frame img { width: 150px; height: 150px;  }
.image_fl { float: left; margin: 3px 30px 0 0 }
.image_fr { float: right; margin: 3px 0 0 30px }

.tmo_list { list-style: disc; padding: 0 0 0 15px }
.tmo_list li { color:#514e51; margin-bottom: 8px }
.tmo_list li a { color: #878787; font-weight: normal; text-decoration: none }
.tmo_list li a:hover { text-decoration: underline }

#tooplate_wrapper { 
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
}

.tooplate_wb {
	position: absolute;
	top: 200px;
	width: 80px;
    height: 898px;
}

.tooplate_wbl {
	left: -60px;
	background: url(images/tooplate_border_left.png) no-repeat
}

.tooplate_wbr {
	right: -60px;
	background: url(images/tooplate_border_right.png) no-repeat
}

#tooplate_header {
	width: 960px;
	height: 70px;
	padding: 30px;
	background: url(images/tooplate_header11.png) no-repeat
}


/* menu */

#tooplate_menu {
	float: right;
	width: 600px;
	margin-top: 10px;
}

#tooplate_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tooplate_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#tooplate_menu ul li a {
	float: left;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 10px;
	font-size: 15px;
	color: #878787;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	/*background: url(images/tooplate_menu_divider.png) center right no-repeat*/
}

#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
	color: #c0bebe;
}

#tooplate_menu ul li #active{
	color: #c0bebe;
}

#tooplate_menu ul .last { background: none }

/* end of menu */

#tooplate_middle { 
	clear: both;
	position: relative;
	width: 880px;
	height: 200px;
	padding: 10px 60px;
	
}


#mid_title
	{ 
		font-size: 28px; 
		font-weight: 400; 
		color: #696969; 
		margin-bottom: 15;
		margin-left: 30%;
        padding-bottom: 10px;		
		}
#mid_left 
	{ 
		float:left; 
		margin-top: 30px; 
		width: 600px; 
		height:400px
	}
#mid_left p 
	{
		font-size: 14px; 
		letter-spacing: 2px; 
	}
#mid_image 
	{
		float: right; 
		position: relative; 
		width: 230px; 
		height: 225px; 
		margin-right: 60px; 
	}
#mid_image span 
	{
		position: absolute; 
		z-index: 100; 
		top: 0; left: 0; 
		width: 450px;
		height: 350px; 
		text-align: right 
	 
		/*background:url(images/tooplate_fp_frame.png) no-repeat*/
	}
#mid_image img 
	{
		position: absolute;
		z-index: 50;
		top: 5px;
		left: 5px; 
	}

#tooplate_main
	{
		clear: both;
		width: 920px;
		padding: 20px 0 40px 60px;
	}

#tooplate_content 
	{
		float: left;
		width: 925px;
	}

#tooplate_sidebar
	{
		float: right;
		width: 315px;
		
	}

#main_box 
	{
		width: 600px;
		margin-bottom: 40px;
		padding-bottom: 5px;
		padding-right: 5px;
		background: url(images/tooplate_divider.png) repeat-x bottom;
		float: left;
	}
	
	.collage_l {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
   
   .collage_r {
    float:right; /* Выравнивание по левому краю */
    padding-left: 7px; /* Отступы вокруг картинки */
   }
   

.divnull {
		position: relative;
        float: left;
        width: 600; 
        height: 200;
        margin: 0px;
    }  		
	
@keyframes fade {
0%{ opacity: 0; }
10%{ opacity: 1; }
20%{ opacity: 1; }
30%{ opacity: 1; }
40%{ opacity: 0; }
50%{ opacity: 0; }
60%{ opacity: 0; }
70%{ opacity: 0; }
80%{ opacity: 0; }
90%{ opacity: 0;}
100% { opacity: 0; }
}

.wrapper img {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-name: fade;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 600px;
}

.wrapper img:nth-child(1) {
   animation-delay: 0s;
}
.wrapper img:nth-child(2) {
    animation-delay: 5s;
}
.wrapper img:nth-child(3) {
    animation-delay: 10s;
}
	
.sb_wrapper {
	clear: both;
	position: relative;
	width: 315px;
	margin-bottom: 20px;
}
.sb_title {
	position: absolute;
	width: 240px;
	height: 30px;
	padding: 16px 45px;
	top: 0;
	right: -15px;
	color: #a4a1a4;
	font-size: 24px;
	background: url(images/tooplate_sitebar_title.png) no-repeat;
}
.sb_content 
	{
		padding: 70px 40px 20px; 
		background: url(images/tooplate_box.jpg) top left no-repeat 
	} 

.column-container
{
  display:flex;
  align-items:stretch;
}

.column
{
  width: 600px;
  padding: 3px;
}

.column:nth-child(1)
{
  order: 1;
  width: 30%;
  justify-content: center 
  background: 
}

.column:nth-child(2)
{
  order: 2;
  width: 90%;
  align-items: center;
  background: 
}
	
/* footer */
#tooplate_footer_wrapper {
	clear: both;
	width: 800px;
	height: 80px;
	background: url(images/tooplate_footer.png) top center no-repeat;
}

#tooplate_footer {
	clear: both;
	width: 800px;
	padding: 10px 60px;	
	margin: 0 auto;
	color: #423f3f;
	text-align: center;
}

#tooplate_footer a { 
	color: #423f3f;
}

#contact_form { padding: 0; }

#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 320px; 
	padding: 8px; 
	margin-bottom: 20px; 
	color: #ccc;  
	background: #151515; 
	border: 1px solid #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_form form label { display: block; margin-bottom: 5px; }

#contact_form form textarea { 
	width: 320px; 
	height: 130px; 
	padding: 8px; 
	margin-bottom: 10px; 
	color: #ccc;
	background: #151515; 
	border: 1px solid #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form_hint {
 background: #d45252;
 border-radius: 3px 3px 3px 3px;
 color: white;
 margin-left:8px;
 padding: 1px 6px;
 z-index: 999; /* hints stay above all other elements */
 position: absolute; /* allows proper formatting if hint is two lines */
 display: none;
}

.cbox_x {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 20px;
	background: url(images/tooplate_divider.png) repeat-x bottom;
}*

.submit_btn {
	padding: 7px 15px;
	color: #ccc;
	background: #151515; 
	border: 1px solid #444;
	margin-top: 10px;
}

/*Всплывающий скриншот*/
/*.thumbnail{  
position: relative;  
z-index: 0;  
}  
.thumbnail:hover{  
background-color: transparent;  
z-index: 50;  
}  
.thumbnail span{ /*CSS for enlarged image*/
/*position: absolute;  
background-color: #3d3d3d;  
padding: 5px;  
left: -1000px;  
border: 1px solid white;  
visibility: hidden;  
color: Red;  
text-decoration: none;  
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}  
.thumbnail span img{ /*CSS for enlarged image*/  
/*border-width: 0;  
padding: 2px;  
}  
.thumbnail:hover span{ /*CSS for enlarged image on hover*/  
/*visibility: visible;  
bottom: 0;  
left: 500 px; /*position where enlarged image should offset horizontally
}*/  
