@media screen and (min-width:1000px) and (max-width:1255px) {

.wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}    
 
#logo {
    display: inline-block;
    margin-top: 25px;
    width: 33%;
}

#headcenter {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    font-weight: 400;
    text-align: right;
    width: 33%;
    margin-left: 0px;
    margin-top: 23px;
}

#headright {
    float: right;
    font-size: 20px;
    text-align: right;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;
    width: 33%;
}

.f_block1 {
    width: 50%;
}

.f_block2 {
    width: 49%;
    margin-bottom: 50px;
}

.f_block3 {
    width: 50%;
}

.f_block4 {
    width: 49%;
}

.left-coll {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}


#center-col-site {
    display: inline-block;
    width: 63%;
}

}

@media screen and (min-width:1000px) and (max-width:3000px) {
.mobile-top {
display: none;    
}

.nav-trigger.open {
    display: none;
}

}
@media screen and (min-width:100px) and (max-width:999px) {

.left-coll {
    display: none;
}

#center-col-site {
    display: inline-block;
    width: 100%;
}

.zayava {
     display: none;
}

.smob {
    display: block;
}

.bezmob {
    display: none;
}

.contpre {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -50px;
    margin-top: -75px;
    color: #000;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}

header {
display: none;    
}

.wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}  

.header-mob {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    background: #049de0;
    position: fixed;
        z-index: 99;
            height: 65px;
}

.mob-menu {
     font-size: 40px;
    color: #fff;
    margin-left: 15px;
}

.mob-tel {
     position: absolute;
    right: 15px;
    top: 15px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
}

.mob-tel a {
   color: #fff;  
}

.mob-tel a:hover {
   color: #fff;  
}

#logo-mobile {
  padding-top: 100px;
    text-align: center;
    padding-bottom: 30px;
}

#logo-mobile img {
        width: 90%;
    height: auto;
    max-width: 400px;
}

#top-menuline {
 display: none;    
}

#banner {
    width: 100%;
    height: 600px;
    background: url(../img/banner.jpg) repeat-x center;
    padding-top: 100px;
}

.slog {
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #00000069;
    text-align: center;
    width: 95%;
    margin-top: 0px;
    position: relative;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.zayava {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
    text-align: center;
}

.item-outer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.coll-8 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#footer {
    overflow: hidden;
    padding: 0px;
    font-size: 12px;
    width: 100%;
    background-color: #333;
    color: #fff;
}

.f_block1 {
        width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.f_block2 {
    width: 100%;
    margin-bottom: 40px;
}

.f_block3 {
    width: 100%;
    margin-bottom: 40px;
}

.f_block4 {
    width: 100%;
    margin-bottom: 40px;
}

}


