.border_js {
	border-top : 1px solid#000000;
	border-bottom : 1px solid#000000;
}
.border_big_td {
	border : 1px dotted#0058c2;
	
	}
    
    .button {
    color:#fff;
    height:34px;
    box-sizing:border-box;
    padding: 0;
    line-height:34px;
    background:#0079c2;
    font-size:14px;
    letter-spacing: 2px;
    text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:900;
    position:relative;
    border:none;
    transition:0.2s;
}
    
    
.ind {border: 1px dotted #0058c2; width: 95%;}
.ind_title {background-color:#E6E6E6;}
.ind_name {font-weight:bold; margin-top:7px; margin-bottom:7px; color:00ccff;}
.ind_p {font-size:11px; margin-top:7px; margin-bottom:7px; color:#0066FF;}
.view_ind {font-size:16px; font-weight:bold;  color:#00ccff; text-align:center;}
.view_ind_date {font-size:11px; margin-top:7px; margin-bottom:7px; color:#0066FF}

	
a:link			{ color: #0000cc;text-decoration: none;} 
a:active		{ color: #3399FF;text-decoration: none;}
a:visited	{ color: #006600; text-decoration: none;}
a:hover		{ color: #FF0000; text-decoration: underline;} 
 H3     { color:#FF0000; font-size: 18px; text-align:center;} 
H1		{ color: #3399FF;  font-weight: bold; font-size: 18px; text-align:center;} 
H2		{ color: #0000cc;  font-weight: bold; font-size: 16px; text-align:center; margin: 10px;} 
p		{ font-family:Arial, Helvetica, sans-serif;  margin: 20px; font-size:16px; line-height: 2; text-indent: 30;} 
H4 {
    color: red; 
    font-weight: bold;
    font-size: 24px;
    text-align:center;
    
} 

body {
    background-image: url(../img/fon.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    
}




#wrapper {
    width: 1100px;
    height: auto;
    outline: 2px solid #000000;
    margin: 0 auto;
}

#header {
    width: 1100px;
    height: 250px;
    background-image: url(../img/viv.jpg);
    background-repeat: no-repeat;
    outline: 2px solid #000000;
    margin: 0 auto;
}

#menu {
    width: 1100px;
    height: 30px;
    background-image: url(../img/bg3.jpg);
    background-repeat: repeat-x;
}

#nav li {
   float: left; 
   outline: 2px dotted #000000;
   height: 50px;
   width: 200px;
   text-align: center;
}

#nav li a {
    display: block;
    height: 45px;
    padding-top: 5px;
    font: 20px Arial, sans-serif;
    color: black;
    text-decoration: none;
    
    }
.red {
    color: red; 
    font-weight: bold;
    font-size: 24px;
    text-align:center;
    
} 

.contacts{
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}
.form-container{
    width: 600px;
    margin: auto;
}
.form-container h3{
    font-size: 25px;
}
.form-container fieldset{
    text-align: center;
    font-size: 18px;
    padding: 5px;
}
.form-container fieldset legend{
    font-size: 20px;
}
.form-container input, textarea{
    width: 500px;
    font-size: 12px;
    color: blue;
    font-style: inherit;
    padding: 2px;
}
#review{
    text-transform: capitalize;
