.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #0072bc;
    border-radius:0px !important;
}
@media all and (max-width:729px) and (min-width:360px)  {
    .mt50{
        margin-top: 50px;
    }
    #FooterForRwd .imgIn{
        width:80%;
        height:auto;
    }
    #FooterForRwd .textFooter2{
        padding-top:20px;
    }
    #FooterForRwd .textFooter1{
        padding-top:10px;
    }
    #FooterForRwd{
        display: block;
        font-size:13px;
        color:#000000;
        padding:10px 15px;
        background: #ebebeb;
        min-height: 60px;
        font-family: 'Ubuntu-M';
        font-weight: 400;

    }
    #menuTop.open > li > a{
        color:#fff;
        font-size:25px;
        font-weight:300;
    }
    #menuTop.open > li:last-child{
        display:none;
    }
    #menuTop.open > li{
        display: list-item;
        padding-left: 0px;
        list-style: none;
        text-align: left;
        margin-bottom: 20px;
    }
    #menuTop.open{
        padding-left:70px;
        position: absolute;
        top: -10px;
        background: #0072bc;
        display: block;
        height: 500px;
        z-index: 9999;
        right: 0;
        width: 76%;
    }
    /*   SLIDER MAIN    */
    .swiper-container {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-size: cover !important;
    }
    .swiper-pagination-bullet{
        width:11px;
        height:11px;
        background: transparent;
        border:1px solid #0072bc;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background: #0072bc;
    }
    /*   SLIDER MAIN    */
    .hideOnRwd{
        display:none;
    }
    .showOnRwd{
        display:block;
    }
    #menuTop{
        display: none;
    }

    .buttonBlue1{
        background: #0072bc;
        border: none;
        min-width: 180px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        font-family: 'Ubuntu';
        font-weight: 400;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30%;
        padding-right: 30%;
    }
    .buttonBlue2{
        background: #0072bc;
        border: none;
        min-width: 180px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        font-family: 'Ubuntu';
        font-weight: 400;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20%;
        padding-right: 20%;
    }
    span.rwdArrowSlideLeft{
        width:23px;
        height:47px;
        display: block;
        background: url('../img/rwd_slide_arrow_rwd.png')no-repeat;
        background-size: 70% 70%;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        background-position: 0px 13px;
    }
    span.rwdArrowSlideRight{
        width:23px;
        height:47px;
        display: block;
        background: url('../img/rwd_slide_arrow_rwd.png')no-repeat;
        background-size: 70% 70%;
    }
    section#homeProductSlider .slide .left{
        width:100%;
        padding-top: 50px;
    }
    section#homeProductSlider .slide .right{
        width:100%;
    }
    section#homeProductSlider .borderFx{
        display:none;
    }
    section#homeProductSlider .slide .right .col{
        width: 100% !important;
        background-size: cover !important;
        height: 200px !important;
        margin-top: 10px !important;
    }
    section#homeProductSlider .slide .right .col .textOnHover {
        background: #fff !important;
        color: #000 !important;
        font-size: 15px !important;
        font-family: 'Ubuntu-M' !important;
        position: relative !important;
        /* top: 56px; */
        opacity: 1 !important;
        z-index: 9999 !important;
        left: 50% !important;
        /* height: 50px; */
        padding: 7px 3px !important;
        text-transform: uppercase !important;
        min-width: 100px !important;
        display:block !important;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        width: 50% !important;
        top: 0 !important;

        /* text-align: center; */
    }
    .emailIndex{
        padding-left: 5%;
        padding-right: 5%;
    }
    section#homeProductSlider .slide .left p{
        display:none;
    }
    section#homeTopSlider{
        display:none;
    }

    section#homeCounterDivRWD{
        display:block;
    }
    section#ServicesMainBlock{
        padding-top:50px;
    }
    section#ServicesMainBlock .borderFx{
        display:none !important;
    }
    section#ProjectsMainBlock .slide .left{
        width:100%;
        padding-top:50px;
        padding-bottom: 20px;
    }
    section#ProjectsMainBlock .slide .left p{
        display:none !important;
    }
    section#homeCounterDivRWD .box > span{
        font-size:70px;
        color:#e1e1e1;
    }
    section#ProjectsMainBlock .slide .right{
        width:100%;
    }
    section#ProjectsMainBlock .slide .right .borderFx{
        display:none;
    }
    section#ProjectsMainBlock .slide .right .col .textOnHover{
        display:block !important;
        width: 50% !important;
        left: 50% !important;
    }
    section#ProjectsMainBlock .slide .right .col{
        background-size: cover !important;
    }
    section#homeCounterDivRWD .box > p{
        color: #000000;
        font-size: 30px;
        position: relative;
        top: -46px;
        left: 42px;
        font-family: 'Ubuntu-M';
        font-weight: 500;
        line-height: 34px;
        text-align: left;
    }
    section#homeCounterDivRWD .swiper-container{
        height:230px;
    }
    section#homeCounterDivRWD .counterSlider{
        font-size: 24px;
        font-family: Ubuntu;
        font-weight: 400;
        color:#000;
    }
    section#homeCounterDivRWD .swiper-slide .box{
        padding-left: 10%;
    }
    section#homeCounterDivRWD .swiper-slide {
        text-align: left;
        font-size: 18px;
        background: #fff;
        display: block;
        -webkit-box-pack: left;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-size: cover !important;
    }
    section#homeCounterDiv{
        display:none;
    }
    section#homeTopSliderRWD{
        display: block;
    }
    section#homeTopSliderRWD .textTop h2{
        color: #0072bc;
        line-height: 39px;
        font-family: 'Ubuntu-M';
        font-weight: 500;
        font-size: 36px;
    }
    section#homeTopSliderRWD .textTop{
        position: relative;
        height: 158px;
        z-index: 999;
    }
    section#footerContactblock{
        margin-top:50px;
    }
    section#footerContactblock .slide .left{
        width:100%;
        min-height: 200px;
    }
    section#footerContactblock .slide .left img{
        float: right;
        width: 13vw;
        margin-top: 3vw;
    }
    section#footerContactblock .slide .left br{
        display:none;
    }
    section#footerContactblock .slide .left p span {
        color: #fff;
        font-size: 40px;
        font-family: 'Ubuntu-M';
        line-height: 65px;
        margin-top: 30px;
        padding-right: 25px;
    }
    section#footerContactblock .slide .right .textInside h3{
        font-size: 33px;
        color: #000000;
        font-weight: 300;
        line-height: 40px;
        margin-top: 40px;
        position: relative;
    }
    section#footerContactblock .slide .right .textInside{
        padding-left: 5% !important;
        padding-right: 5% !important;
        min-height: 100px !important;
        margin-top: 4vw !important;
    }
    section#footerContactblock .slide .right{
        min-height: 200px;
        width: 100%;
        float: left;
    }
    section#footerContactblock .slide .right .textInside{
        padding-left: 5%;
        padding-right: 5%;
        min-height: 200px;
    }
    section#footerContactblock .slide .right .textInside .buttonBlue{
        float: left;
    }
    /*  ============================================= PODSTRONA KONTAKT =========================================*/
    section#contactTopBlock .slide .left{
        padding-top:0px;
        width:100%;
    }
    section#contactTopBlock .slide .right{
        display:none;
    }
    section#contactTopBlock .mapsLink{
        color:#0072bc;
        font-family: Ubuntu;
        font-weight: 400;
        font-size: 20px;
        text-decoration: underline;
    }
    section#exportAboutblockContact .slide .left{
        background: #ebebeb;
        width: 100%;
        float: left;
        min-height: auto;
        padding-top: 20px;
    }
    section#exportAboutblockContact .slide .right {
        min-height: auto;
        background: #ebebeb;
        width: 100%;
        float: left;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    section#exportAboutblockContact .slide .right .textInside{
        min-height: auto;
    }
    section#exportAboutblockContact .slide .right .textInside h3{
        margin-top:auto;
        padding-left:15px;
        font-size: 20px;
        line-height: 28px;
    }
    section#EquiryBlockContact {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section#EquiryBlockContact .boxEquiry.boxis_1,
    section#EquiryBlockContact .boxEquiry.boxis_2,
    section#EquiryBlockContact .boxEquiry.boxis_3{
        width:100%;
    }

    /*  ============================================= PODSTRONA PARTNERS =========================================*/
    section#partnersTopSlider .slide .left{
        min-height: auto;
        padding-top: 0px;
        padding-bottom: 30px;
        width: 100%;
    }
    section#partnersTopSlider .slide .left p{
        display:none;
    }
    section#partnersTopSlider .slide .left .borderFx{
        display:none;
    }
    section#partnersTopSlider .slide .right{
        display:none;
    }
    section.partnersBox{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    section.partnersBox .logosList{
        display: none;
    }
    section.partnersBox.blueBg .openListLink span{
        background: url('../img/partners_arrow_white.png')no-repeat;
    }
    section.partnersBox.whiteBg .openListLink span{
        background: url('../img/partners_arrow_blue.png')no-repeat;
    }
    section.partnersBox .openListLink span:hover{
        cursor: pointer;
    }
    section.partnersBox .openListLink span{
        width: 36px;
        height: 23px;
        background-color: transparent;
        display: block;
        position: absolute;
        right: 0;
        top: 29px;
        right: 25px;
        border: none;
        background-size: contain !important;
    }
    section.partnersBox .title{
        font-size: 20px;
        width: 80%;
    }
    section.partnersBox.openBox .logosList{
        display:block;
    }
    section.partnersBox.openBox .openListLink span{
       -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    section.partnersBox .logosList .item{
        float: left;
        width: 25%;
        width: 100% !important;
        clear: both;
        text-align: left !important;
        font-size: 16px;
        line-height: 30px;
    }
    section.partnersBox .logosList .item img{
        display:none;
    }
    section.partnersBox.whiteBg .logosList .item span{
        color:#337ab7;
    }
    section.partnersBox .logosList .item span{
        display: block;
        color: #fff;
        text-decoration: underline;
        font-size: 20px;
        line-height: 35px;
    }
    section.partnersBox ul.logosList li a img{
        display: none;
    }
    section.partnersBox ul.logosList li span{
        color: #337ab7;
        font-size: 20px;
        font-family: Ubuntu;
        font-weight: 300;
        text-decoration: underline;
        line-height: 40px;
        display: block;
    }
    section.partnersBox ul.logosList li{
        display: list-item;
        color:#337ab7;
        font-size: 16px;
        line-height: 30px;
    }

    /*  ============================================= PODSTRONA PROJECT =========================================*/
    section#aboutTopSlider{

    }
    section#aboutTopSlider .slide .left{
        padding-top: 0px;
        width: 100%;
        min-height: 100px;
        padding-bottom: 20px;
    }
    section#projectsSection,
    section#aboutTopSlider .slide .right,
    section#aboutTopSlider .slide .left p,
    section#aboutTopSlider.projectPage .slide .left .borderFx{
        display:none;
    }
    .projectPage #selectFilter{
        margin-top:20px;
    }
    .projectPage #selectFilter li{
        padding-right:15px;
    }
    .projectPage #selectFilter li a{
        font-size:20px;
        color:#000000;
        font-family: Ubuntu;
        font-weight: 400;
    }
    #swipperProjectsForRWD .swiper-slide-prev{
        left:20% !important;
    }
    #swipperProjectsForRWD .swiper-slide-active{
        width: 80%;
        left: 10% !important;
        right: 10% !important;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
    }
    #thisIsDataFromSlide{
        width: 80%;
        margin-left: calc(10% + 10px);
    }
    #swipperProjectsForRWD .swiper-slide .data-text{
        display:none;
    }
    #thisIsDataFromSlide h2{
        font-size:22px;
        font-family: Ubuntu;
        font-weight: 400;
        margin-bottom: 0px;

    }
    #thisIsDataFromSlide h3{
        font-size:22px;
        font-family: Ubuntu;
        font-weight: 200;
        margin-top: 5px;
    }
    #thisIsDataFromSlide p{
        margin-top:15px;
        font-size:22px;
        font-family: Ubuntu;
        font-weight: 200;
        line-height: 25px;
    }
    #thisIsDataFromSlide{
        margin-bottom:10px;
    }
    /*  ============================================= PODSTRONA -- END =========================================*/
}
@media all and (min-width:730px) and (max-width:991px)  {
    section#homeTopSlider .slide .left h2{
        color: #fff;
        line-height: 43px;
        font-family: 'Ubuntu-M';
        font-weight: 500;
        font-size: 32px;
    }
}
@media all and (max-width:1200px) and (min-width:992px) {

}