@media screen and (max-width: 999px) {
    strong.strongRightbar {
    display: none;
}
    .content h1 {
    width: auto;
}
    .container {
    width: 95%;
}
    .text {
    width: auto;
    float: none;
    text-align: justify;
    padding: 0;
}
    .block2 {
    width: auto;
}
    .conteinerCenter {
    width: 550px;
    margin: 0 auto;
}
    img.butgreen {
    margin: 0 auto;
    display: block;
}
    .header {
    height: auto;
}
   .newBLImg {
    padding-top: 0;
} 
    img.newLogoType {
    float: none!important;
    margin: 0 auto!important;
}
    .conteinerCenter center {
    padding-bottom: 0;
}
}
@media screen and (max-width: 767px) {
img.imgFl {
    float: none!important;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
    .conteinerCenter {
    width: auto;
    margin: 0 auto;
}
.conteinerCenter img {
    float: none!important;
    margin: 0 auto!important;
    display: block;
    margin-top: 10px!important;
}
    .d{display: none!important}
    .d1{display: block!important;}
}
@media screen and (max-width:479px) {
.content h1 {
    width: auto;
    font-size: 22px;
}
    .d1{display: none!important}
    .d2{display: block!important;}
    input[type="text"] {
    width: 100%!important;
}
    textarea {
    width: 100%;
}
    .text p {
    text-align: left;
}
    .block2 {
    text-align: left;
}
    .text3 {
    text-align: left;
}
    .comment {
    text-align: left;
}
        .footer {
   
    text-align: center;
}
    img.newLogoType {
    width: 100%;
}
}
@media screen and (max-width:319px) {
    .d2{display: none!important}
    .d3{display: block!important;}


}
@media (max-width: 999px) {
    .sidebar{
        display: none!important;
    }
}