body
{
  font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.header
{
  height: 120px;
}

.burger-menu {
    display: none;
}

.logo {
  float: left;
  padding: 2% 5%;
}

.tel {
    float: right;
    clear: both;
}

.contact {
  font-size: 18px;
  line-height: 1.6;
  float: right;
  padding: 2.85% 5%;
}

.contact a {
  font-weight: bold;
  text-decoration: none;
  color: #fccf17;
}

ul.navigation
{
  margin: 2% 0 3%;
  padding: 1.5% 1%;
  text-align: center;
  background: #fccf17; 
}

ul.navigation li
{
   display: inline;
   padding: 0 2%; 
}

ul.navigation li a
{
  font-size: 28px;
  font-weight: 600;
  color: #000;
  padding: 1.5% 1%;
  text-decoration: none;
}

ul.navigation li a:hover
{
  background: #fcd04a;
}

.content
{
  max-width: 960px;
  margin: 0 auto;
}

.content a {
  font-weight: bold;
  color: #fccf17;
  text-decoration: none;
  border-bottom: 5px solid #fccf17;  
}

.actions
{
  border: 4px solid #fccf17;
  padding: 1% 2%;
  margin-bottom: 5%;
}


h1, h2, h3, h4, h5, h6 
{
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #fccf17;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 4% 0;
}

.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

p
{
 font-size: 16px;
 line-height: 1.7;
 color: #000;
}

.sblocks img {
    width: 24%;
    height: auto;
    padding: .5%;
}

.market {
  height: 500px;
}

.market a, .services a {
  border-bottom: none; 
}

ul.product,
ul.services {
  width: 45%;
  float: left;
  margin: 0;
  padding: 0 5% 0 0;
}

ul.product li,
ul.services li
{
  background: url(images/marker.png) no-repeat 0 8px;
  list-style: none;
  padding-left: 16px;
  line-height: 28px;
}

.maps {
  float: right;
}

.maps a {
  border-bottom: none;
}

.services {
  height: 550px;
}

.footer
{
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 3% 0;
  border-top: 5px solid #fccf17;
}
.author {
    margin-top: 20px;
}

.author a {
    font-weight: bold;
    text-decoration: none;
    color: #fccf17;
}

/*Планшеты*/
@media only screen and (max-width:1023px) {
  ul.navigation, .maps {
    display: none;
  }

  .logo {
    margin-left: 20px;
}

  .burger-menu {
    display: block;
  }

  .burger-menu_button
{
    float: left;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 40px;
    margin-left: -4%;
    left: 7%;
    z-index: 30; 
    transition: 0.4s;    
}

.burger-menu_lines,
.burger-menu_lines::after,
.burger-menu_lines::before {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fccf17;    
}
.burger-menu_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.burger-menu_lines::before {
    content:'';
    top: -8px;
}
.burger-menu_lines::after{
    content:'';
    top: 8px;
}

.burger-menu.burger-menu_active .burger-menu_button {
     left: 290px;
}
.burger-menu_active .burger-menu_button,
.burger-menu_active .burger-menu_lines {
    background: #fff;    
}
.burger-menu_active .burger-menu_lines::before {
    top: 0;
    transform: rotate(45deg);    
}
.burger-menu_active .burger-menu_lines::after {
    top: 0;
    transform: rotate(-45deg);     
}

.burger-menu_nav {
    display: block;
    padding-top: 80px;
    position: fixed;
    z-index: 20;
    display: flex;
    flex-flow: column;
    height: 100%;
    background: #fccf17;
    overflow-y: auto;
    left: -100%;
    transition: 0.5s;    
}
nav.burger-menu_nav li {
    list-style-type: none;
    padding-left: 20px;
}

.burger-menu_active .burger-menu_nav {
    left: 0;
    top: 0;
}
.burger-menu_link {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.burger-menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
} 
.burger-menu_active .burger-menu_overlay {
    display: block;
    background: rgba(0,0,0,0.5);
}
.burger-menu_nav li {
    margin: 10px 20px 10px 0;
}
  
  .content {
    padding: 0 3%;
}

  .market {
    height: 430px;
}

  .services {
    height: 300px;
}
}

@media only screen and (max-width:875px) {
  .logo img {
    height: 50px;
    width: auto;
    margin-top: 14px;
}
  .contact {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media only screen and (max-width:480px) {
  .logo img {
    height: 40px;
    margin-top: 17px;
  }
  .burger-menu_button {
    top: 30px;
  }
    
    .contact {
    font-size: 14px;
    margin-top: 10px;
  }

  ul.product, ul.services {
    float: none;
  }
  .market, .services {
    height: auto;
  }

  .actions {
    font-size: 14px;
    padding: 3%;
  }

  p, ul li {
    font-size: 14px;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
  }
}

@media only screen and (max-width:350px) {
    .logo img {
    height: 30px;
    margin-top: 23px;
  }
}