.menu-toggle,.menu-mobile  {
  display: none;
}

@media (max-width: 940px) {
  .wr {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }

  .wr > .tnav {
    display: none;
  }
  
  .footer {
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }
  .footer .over {
    float: unset;
    display: flex;
    flex-direction: column;
  }

  .footer .over >div {
    float: unset !important; 
    margin-top: 20px;
    display: flex;
  }

  .footer .over .fright >div {
    float: unset !important; 
    padding-top: 10px;
  }

  .menu-toggle,
  .menu-mobile {
    display: block;
    box-sizing: border-box;
  }

  .menu-mobile  *{
    box-sizing: border-box;

  }

  .menu-toggle {
    position: fixed !important;
    top: 3px;
    right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999;
    padding: 5px
  }

  .menu-toggle span {
    display: block;
    width: 25px;
    height: 4px;
    background-color: #376499;
    margin-bottom: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s
  }

  .menu-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(2px) translateX(4px);
    transform: rotate(45deg) translateY(2px) translateX(4px)
  }

  .menu-toggle.active span:nth-child(2) {
    -webkit-transform: translateZ(-5px);
    transform: translateZ(-5px);
    -webkit-perspective: 100px;
    perspective: 100px;
    opacity: 0
  }

  .menu-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(8px);
    transform: rotate(-45deg) translateY(-6px) translateX(8px)
  }

  .menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #FFF3CF;
    z-index: 103;
    transform: translateX(100%);
    transition: 0.3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    width: 100vw;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: transparent;
    text-align: center;
  }

  .menu-mobile.active {
    transform: translateX(0%)
  }

  .menu-mobile nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .menu-mobile a {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
  }
  
  .ttel, .ttext {
    color: #3e4147;
  }
  
  .lastproject .over {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lastproject .coll3 {
    float: unset;
    text-align: center;
    margin: 10px auto;
    width: 100%;
  }
  .lastproject .coll3 .img {
    float: unset;
    text-align: center;
    margin: 10px auto;
    width: 100%;
  }
  .rside {
    margin-left: 0;
  }
  img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
  }
  .navigator {
    display: flex;
    flex-wrap: wrap;
  }
  .portfolio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .portfolio .info {
    margin: 0;
  }
  .pslide {
    margin: 0 auto 20px auto;
  }
  .dopinfo {
    margin-bottom: 20px;
  }
}


@media (max-width: 768px) {
  .lastproject .over {
    flex-direction: column;
  }
  .lenta .over {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lenta .over .coll3 , .coll3 {
    width: 100%; 
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .content  {
    padding-right: 0;
  }
  .fleft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .fdruslugi {
    float: unset;
    margin-left: 0;
    margin-top: 20px;
  }
  .mslide .pagination {
    width: 300px;
  }
  .mslide .pagination li {
    font-size: 16px;
  }

  .mslide, .mslide .oneslide, .mslide .oneslide img {
    height: 411px !important;
    object-fit: fill;
  }
  .tcontact {
    padding-left: 20px;
  }
  .tcontact {
    float: left;
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
  .micronavbut {
    margin-right: 0;
  }
  p>ymaps, p>ymaps>ymaps {
    width: 100% !important;
  }
  .mslide .link {
    z-index: 90;
  }

}