 body {
    margin:0;
    padding:0;
    width:100%;
    
    background-color: #30ea96;
}
 .wrapper{
    min-width:80%;   
    min-height:700px;    background-image: url(../pics/fon_yellow.jpg);				    background-color: #30ea96;		    border: 10px solid #30ea96;}    
/* .menu {
    position: fixed; 		 
    right: 20px; 
    width:180px;
    bottom: 50px;    
    background-color: #dbedff; 
    font: 16px Georgia; 	
}
.menu-left ul li {
    list-style: circle;
    line-height:25px;	
}
.menu-left a {
    color: #00015d; 
    text-decoration: none;		
} 
.menu a:hover {
    color: #00015d; 
    text-decoration:underline;
}               */
.main-one {
    float:left;    width:25%;    overflow: auto;	margin-right: 10px;    list-style-type: none;    margin-top: 20px;    	
}.main-two {float:left;width:40%;color: rgb(255, 255, 51);    height: 550px;    font-size: x-large;    overflow: auto;    margin: 10px auto;    margin-top: 50px;
}

.main-tri {    
float:left;    
width:95%;    
color: rgb(255, 255, 51);    
height: 330px;    
font-size: x-large;    
overflow: auto;	
padding-left: 10px;
}

.menu-left {    
border: 2px solid #fff;    
border-radius: 10px;   
position: fixed;


    right: 20px;
    width: 180px;
    bottom: 50px;
    background-color: #dbedff;
    font: 14px Georgia; 	 
}
.box-content {    
float:left;    
width:34%;    
color: rgb(255, 255, 51);        
font-size: x-large;    
overflow: auto;    
margin: 10px auto;    
margin-top: 50px;
}
@media screen and (max-width:700px) 
{   body {    
margin:0;    
padding:0;    width:100%;    background-color: #30ea96;} 
.wrapper{    min-width:80%;    min-height:1550px;    background-image: url(../pics/fon_yellow.jpg);				    
background-color: #30ea96;		    border: 10px solid #30ea96;}    
/* .menu {    position: fixed; 		     right: 20px;     width:180px;    bottom: 50px;        background-color: #dbedff;     font: 16px Georgia; 	}
.menu-left ul li {    
list-style: circle;    
line-height:25px;	}
.menu-left a {    
color: #00015d;     
text-decoration: none;		} 
.menu a:hover {    color: #00015d;     text-decoration:underline;}               */
.main-one {    float:left;    width:25%;    overflow: auto;	margin-right: 10px;    list-style-type: none;    margin-top: 20px;    	}
.main-two {    /* float: left; */    width: 100%;    padding-left: 10px;    padding-right: 10px;    color: rgb(255, 255, 51);    
height: 550px;    font-size: x-large;    overflow: auto;    /* margin: 10px auto; */    margin-top: 470px;}
.main-tri {    float:left;    width:95%;    color: rgb(255, 255, 51);    height: 250px;    font-size: x-large;    overflow: auto;	padding-left: 10px;}
/* .menu-left {    
float: left;    
padding-left: 10px;    
width: 60%;    
position: inherit
;
margin-left: 20%;
background-color: #dbedff;    
font: 16px Georgia;    
border: 2px solid #fff;    border-radius: 10px;   } */

.box-content {    color: rgb(255, 255, 51);    font-size: x-large;    overflow: auto;    width: 100%;    margin: 10px auto;    margin-top: 20px;}}

/* Адаптивное меню */
nav{
    display:block;
    text-align: center;
    background:#33cc98;
  }
  .menu{
    display:block;
  }
  .menu li{
    display: inline-block;
    position: relative;
    z-index:100;
  }
  .menu li:first-child{
    margin-left:0;
  }
  
  .menu li a {
    font-weight:600;
    text-decoration:none;
    padding:11px;
    display:block;
    color: #fff703;
  
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  
  .menu li a:hover, 
  .menu li:hover > a{
    color:#007d4c;
    background:rgb(255, 255, 51);
  }
  
  .menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #ffffff;
  }
  
  .menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
  }
  .menu ul li a {
    font-size:12px;
    font-weight:normal;
    display:block;
    color:rgb(255, 255, 51);;
    border-left:3px solid rgb(255, 255, 51);
    background:#00A162;
  }
  .menu ul li a:hover, .menu ul li:hover > a{
    background:rgb(255, 255, 51);
    border-left:3px solid rgb(255, 255, 51);
    color:#00A162;
  }
  .menu li:hover > ul{
    display: block;
  }
  .menu ul ul {
    left: 149px;
    top: 0px;
  }
  .mobile-menu{
    text-decoration: none;
    display:none;
    width:93%;
    margin: 0 auto;
    padding:11px;
    background:#038652;
    color:#ffffff;
    text-transform:uppercase;
    font-weight:600;
  }
  .mobile-menu:hover{
    background:rgb(255, 255, 51);
    color:#00A162;
    text-decoration:none;
  }
  @media (min-width: 768px) and (max-width: 979px) {
  
    .mainWrap{
      width:768px;
    }
    .menu ul {
      top:37px;
    }
    .menu li a{
      font-size:12px;
      padding:8px;
    }
  }
  
  @media (max-width: 760px) {
  
    .mainWrap{
      width:auto;
    }
    .menu{
      display:none;
    }
    .mobile-menu{
      display:block;
    }
    nav{
      margin:0;
      background:none;
    }
    .menu li{
      display:block;
      margin:0;
    }
    .menu li a {
      background:#038652;
      color:rgb(255, 255, 51);
      border-top:1px solid #e0e0e0;
      border-left:3px solid #ffffff;
    }
    .menu li a:hover, .menu li:hover > a{
      background:rgb(255, 255, 51);
      color:#00A162;
      border-left:3px solid rgb(255, 255, 51);
    }
    .menu ul {
      display:block;
      position:relative;
      top:0;
      left:0;
      width:100%;
    }
    .mobile-menu:hover{
      background:rgba(0, 161, 98, 0.9);
    }
    .menu ul ul {
      left:0;
    }
  
  }

/* конец адаптив меню */

/* Боковое меню адаптив */
/* * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #2d2c41;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul { list-style-type: none; }

a {
  color: #b63b4d;
  text-decoration: none;
} */

/** =======================
 * Contenedor Principal
 ===========================*/


/* h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

h1 a {
  color: #c12c42;
  font-size: 16px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/**
 * Submenu
 -----------------------------*/


/* .submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
} */
/* конец бокового меню адаптив */

