body {margin: 0px;padding: 0px;background: #070707;}
td {vertical-align: top;}
#index td {vertical-align:middle}
#index> table{width:1200px; margin: 0px auto;}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
background:#070707;
	text-align: right;
	padding-right: 20px;
}
a{    color: #000;}
.style3 {
    font-size: 9px;
    text-align: center;
    margin: 0px;
    padding: 8px 0px;
    background: #070707;
}
.top .topadd {
	text-align: right;
	display: block;

	float: right;
	margin-top: 20px;
}

.topadd a{
color: #fff;	
font-size: 26px;
    text-decoration: none;	
}

.row{display: flex;justify-content: space-between;}
.row > div{    width: 25%;
    margin: 0px 6%;}
    
.top > img{margin-top: 15px;    margin-bottom: 15px;}
    img{max-width:100%;}

.text-right {
	height: 80px;
	width: 360px;
	float: left;
	margin-left: 80px;
	margin-top: 25px;
	text-align: left;
}
.flash {
	background: #dfdfdf;
	background-repeat: repeat-y;
}
.menu ul li a {
    color: #6e0202;
    text-decoration: none;
}
.topadd strong {
	font-size: 22px;
}
.menu {
	background: #cbcbcb;	 
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	    position: relative;
}
.menu ul {
    padding: 0px;
    margin: 1px  0px  0px  0px;
    text-align: center;  
}
.menu ul li {
    display: inline-block;
    list-style-type: none;
    width: 24.5%;
}

.desby{ font-size: 12px;color:#fff;    margin-top: 10px;}
.desby a{ color:#fff;}
.content {

	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
.text-left {
	float: left;
	height: 214px;
	width: 237px;
	margin-top: 20px;
	margin-left: 70px;
	overflow: hidden;
	text-align: left;
}
.menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.contentabout {
	background-image: url(../img/about_content-bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
.before tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.serv-bg {
	background-image: url(../img/bg-serv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 13px;
}
.text tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 126%;
	color: #E1E1E1;
}
.text {
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
}

#menuToggle
{
    display: none;
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1;
    cursor: pointer;
    float: right;
	    font-size: 11px;
	    text-transform: uppercase;	
}
#menuToggle.active {
 
}
#menuToggle span
{
  display: block;
  width: 31px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle.active span
{opacity: 1;transform: rotate(45deg) translate(-2px, -1px);background: #232323;}

#menuToggle.active span:nth-last-child(3)
{opacity: 0;transform: rotate(0deg) scale(0.2, 0.2);}

#menuToggle.active span:nth-last-child(2)
{transform: rotate(-45deg) translate(0, -1px);}





@media (max-width: 1200px) {
 #index> table {
    width: 100%;
    margin: 0px auto;
}
}
@media (max-width: 768px) {
#menuToggle
{
    display: inline-block;
 
}	
	.menu ul {
display: none;
}
	.desby {
    float: none;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu ul li {
    display: block;
    list-style-type: none;
    width: 100%;
    text-align: center;
	font-size: 20px;
}
.row > div {
    width: 100%;
    margin: 10px 0%;
}
}
