@media only screen 
and (max-width : 1255px) {
    
    #wrapper {
        width: auto;
        padding: 0 15px;
        background: url('../img/fonInfo.jpg');
        background-repeat: repeat;
    }
    
    .text-banner {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .bg-block {
        background: none;
    }
    
    
}


@media only screen 
and (max-width : 1200px) {
    
    .logoBlock .logo {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .logoBlock .logo img {
        max-width: 100%;
    }
    
    .find-block {
        margin-left: 0;
        width: 300px;
        margin-top: 10px;
    }
    
    .contactmainBlock {
        width: 320px;
    }
    
    .contactmainBlock p:nth-of-type(2) {
        font-size: 16px;
    }
    
    .sliderItemBlock img {
        width: auto;
    }
      
    .catalogBody li {
        word-break: break-all;
    }

    
    
}

@media only screen 
and (max-width : 1000px) {
    
    .pluso {
        float: none !important;
        display: block !important;
        text-align: center !important;
    }
    
    .menuSliderBlock {
        float: none;
        width: auto;
    }
    
    .about-company-left,
    .about-company-right {
        width: 100%;
        float: none;
    }
    
    .about-company-left .btn_1 {
        margin-top: 10px;
    }
    
    .about-company-right {
        margin-top: 30px;
    }
    
    .footerInfo .logo {
        display: block;
    }
    
    .footerBlock {
        text-align: center;
    }
    
    .second-options-footer .footerInfo img {
        width: auto;
        display: inline-block;
        max-width: 100%;
    }
    
    .second-options-footer .footerInfo,
    .footerCopyrite_copyrite {
        width: auto;
        float: none;
        margin-top: 0;
    }
    
    .second-options-footer .footerInfo div {
        margin: 15px 0;
    }
    
    .catalog-no-menu .catalogBody li {
        width: 25%;
    }
    
    .leftMenu,
    .catalogAndMenu .catalog{
        float: none;
        width: auto;
        margin-top: 20px;
    }
    
    .tovar-card {
        float: none;
        width: auto;
        margin-top: 30px;
    }
    

    
}

@media only screen 
and (max-width : 800px) {
    
    .our-services-item {
        width: 100%;
    }
    
    .our-services-item img {
        float: left;
        width: 100px;
    }
    
    .our-services-item img ~ * {
        margin-left: 120px !important;
    }
    
    .company-info,
    .form {
        float: none;
        width: auto;
    }
    
    .form {
        margin-top: 30px;
    }
    
}

@media only screen 
and (max-width : 700px) {
    
    .find-block {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    
    .contactmainBlock {
        width: auto;
        float: none;
        text-align: center;
    }
    
    .pluso {
        display: none !important;
    }
    
    #mainSlider {
        display: none;
    }
    
    .footerMenu li {
        display: block;
        margin-right: 0;
    }
    
    .catalog-no-menu .catalogBody li {
        width: 33.333%;
    }
    
    .text-banner-container .text {
        margin-right: 0;
        font-size: 18px;
        margin-top: 20px;
    }
    
    .text-banner-container .btn_2 {
        float: none;
        display: inline-block;
    }
    
    .text-banner {
        text-align: center;
    }
    
    .information-item {
        width: 100%;
    }
    
    .information-item img {
        float: left;
        width: 100px;
    }
    
    .information-item img ~ * {
        margin-left: 120px !important;
    }
    
    .catalogAndMenu .catalogBody li {
        width: 33.33%;
        padding: 5px;
    }
    
    
}

@media only screen 
and (max-width : 600px) {
    
    .arcticmodal-container_i {
        width: auto;
    }
    
    .modal-form {
        width: 100%;
    }
    
    .tovar-card-slider-block {
        float: none;
        width: auto;
    }
    
    .tovar-info-white {
        float: none;
        width: auto;
    }
    
}

@media only screen 
and (max-width : 500px) {
    
    .catalog-no-menu .catalogBody li {
        width: 50%;
    }
    
    .catalogAndMenu .catalogBody li {
        width: 50%;
    }
    
}


@media only screen 
and (max-width : 400px) {
    
    .catalogBody li {
        padding: 5px;
    }
    
    .information-item img,
    .our-services-item img {
        width: 50px;
    }
    
    .information-item img ~ *,
    .our-services-item img ~ * {
        margin-left: 60px !important;
    }
    
}

























