body {
    font-family: "Open Sans";
}

img {
    max-width: 100%;
}

.container {
    max-width: 100%;
}

#slider {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 477px;
    width: 100%;
}

.slide_txt {
    position: absolute;
    top: 160px;
    font-family: 'Lato', sans-serif;
}

.slide_txt h2 {
    /*text-shadow: 1px 2px 1px #ac0000;*/
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 25px;
}

.slide_txt span {
    max-width: 480px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    margin-top: 27px;
}

.slide_txt span strong {
    position: relative;
    font-weight: 700;
}

.slide_txt span strong:after {
    content: "";
    background: url(../img/strong.png) no-repeat;
    height: 6px;
    width: 95px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.btn_slider {
    display: inline-block;
    border: 2px solid #e65d5d;
    color: #ffffff;
    line-height: 45px;
    padding: 0 39px 0 17px;
    margin-top: 42px;
    background: url(../img/btn_next.png) no-repeat right 15px center;
    font-size: 15px;
    font-weight: 700;
}

.btn_slider:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.1) url(../img/btn_next.png) no-repeat right 15px center;
}

#slider .pager {
    position: absolute;
    bottom: 20px;
    right: 15px;
    margin: auto;
    text-align: right;
    z-index: 999;
    left: 0;
}

.cycle-pager span {
    width: 13px;
    height: 13px;
    border: 2px solid #aaaaaa;
    background-color: rgba(255, 255, 255, 0);
    color: transparent;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    cursor: pointer;
}

.cycle-pager .cycle-pager-active {
    background-color: #e53232;
    border: 2px solid #ffffff;
}

#prev {
    position: absolute;
    left: -150px;
    top: 0;
    background: url(../img/prev_btn.png) no-repeat;
    height: 99px;
    width: 99px;
    z-index: 999;
    cursor: pointer;
}

#next {
    position: absolute;
    right: -150px;
    top: 0;
    background: url(../img/next_btn.png) no-repeat;
    height: 99px;
    width: 99px;
    z-index: 999;
    cursor: pointer;
}

.nav_slider {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 999;
}

.container_rel {
    position: relative;
    width: 100%;
    height: 99px;
}

.main_section {
    padding: 40px 0;
}

.col-md-4 img {}

p {
    color: #353535;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.f_17 strong {
    font-weight: 600;
}

p.f_17 {
    color: #353535;
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

#realizations h3 {
    text-shadow: 1px 1px 0 #ffffff;
    color: #666666;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.more_real {
    text-align: right;
}

.more_real a {
    text-shadow: 1px 1px 0 #ffffff;
    color: #e53232;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.more_real a:hover {
    color: #e53232;
}

#realizations {
    box-shadow: inset 0 2px 2px rgba(132, 132, 132, 0.11);
    background-color: #f2f2f2;
    padding: 6px 0 50px;
    height: 320px;
}

.realis {
    padding: 33px 0;
}

.row_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row_flex .col {
    padding: 0px;
    position: relative;
}

.row_flex .col img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    border: 5px solid transparent;
    z-index: 98;
}

.row_flex .col img:hover {
    box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.2);
    border: 5px solid #ffffff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 99;
    cursor: pointer;
    position: relative;
}

.logo_carousel {
    vertical-align: middle;
}

.logo_carousel img {
    max-height: 54px;
    width: auto !important;
    height: auto;
    margin: auto;
}

.owl-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners {
    padding: 40px 0;
    box-shadow: inset 0 2px 2px rgba(132, 132, 132, 0.11);
}

.carousel_all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.center_carousel {
    width: calc(100% - 140px);
}

.nav_carousel {
    width: 70px;
    cursor: pointer;
}

#c_prev {
    background: url(../img/prev.png) no-repeat center center;
}

#c_next {
    background: url(../img/next.png) no-repeat center center;
}

#counter {
    padding: 43px;
}

.sec_numb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_txt {
    width: calc(100% - 73px);
    padding-left: 21px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400px;
}

.sec_txt strong {
    font-weight: 700px;
}

.number {
    width: 73px;
    text-align: center;
    background-color: #e53232;
    color: #ffffff;
    line-height: 73px;
    border-radius: 50%;
    display: inline-block;
    font-family: 'Lato';
    font-size: 28px;
    font-weight: 700;
}

.footer_bot {
    padding: 28px 0 24px;
    color: #686868;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

.footer_bot a {
    color: #686868;
    font-weight: 700;
}

.proj {
    text-align: right;
}

.page_top {
    height: 180px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page_top h1 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 26px;
}

.form {
    padding: 40px 0;
}

.ico_info {
    margin-right: 15px;
}

.form_all {
    padding: 0px 0;
}

.form_all label {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #353535;
    margin-top: 20px;
}

.form_all label sup {
    color: #a81111;
}

.form_all input {
    box-shadow: inset 1px 1px 0 #e5e5e5;
    background-color: #f7f7f7;
    line-height: 45px;
    border: 0;
    padding: 0 17px;
}

.form_all select {
    box-shadow: inset 1px 1px 0 #e5e5e5;
    background-color: #f7f7f7;
    height: 45px;
    border: 0;
    padding: 0 17px;
    width: 100%;
}

.form_all textarea {
    width: 100%;
    height: 105px;
    box-shadow: inset 1px 1px 0 #e5e5e5;
    background-color: #f7f7f7;
    line-height: 17px;
    padding: 16px 17px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    border: 0;
}

.end_form {
    padding: 20px;
}

.f_captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.f_captcha span {
    width: 120px;
    color: #353535;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

.form_all .f_captcha input {
    width: 130px;
    box-shadow: inset 1px 1px 0 #e5e5e5;
    background-color: #f7f7f7;
    margin-left: 20px;
}

.form_all .sent input {
    line-height: 45px;
    color: #ffffff;
    width: auto;
    padding: 0 47px 0 16px;
    background: #bd1111 url(../img/mail.png) no-repeat center right 17px;
}

.form_all .sent {
    text-align: right;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
}

.img_link img {
    margin: 10px 0 0;
}

.realizacje_all {
    padding: 40px 0;
}

.img_rel {
    position: relative;
}

.single_gallery span {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #353535;
    padding-top: 16px;
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s;
}

.single_gallery span strong {
    font-weight: 600;
    color: #a81111;
}

.single_gallery:hover .img_hover {
    opacity: 1;
}

.single_gallery:hover span {
    color: #a81111;
}

.img_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 17, 17, 0.72);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.img_hover_btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    line-height: 45px;
    padding: 0 38px 0 16px;
    background: url(../img/btn_next.png) no-repeat right 14px center;
}

@media only screen and (max-width:1439px) {
    #prev {
        left: -105px;
    }
    #next {
        right: -105px;
    }
}

@media only screen and (max-width:1365px) {
    #prev {
        left: -70px;
    }
    #next {
        right: -70px;
    }
    .slide_txt {
        padding-left: 30px;
    }
}

@media only screen and (max-width:1279px) {
    #prev {
        left: -42px;
    }
    #next {
        right: -42px;
    }
    .slide_txt {
        padding-left: 60px;
    }
    .main_section {
        text-align: center;
    }
    p.f_17 {
        margin-top: 10px;
    }
    #counter {
        background: rgba(0, 0, 0, 0) url("../img/counter.png") repeat scroll center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .col-md-6:first-child .sec_numb {
        margin-bottom: 20px;
    }
    .footer_bot {
        text-align: center;
    }
    .proj {
        text-align: center;
    }
}


/*------------------------------------*\
    MENUMOBILE
\*------------------------------------*/

.top__nav {
    background-color: rgba(0, 0, 0, 0.98);
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    left: 0;
    line-height: 1.1;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    z-index: 900;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-open.top__nav {
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
}

.menumobile {
    display: none;
    position: fixed;
    top: 66px;
    right: 20px;
    z-index: 99999;
    text-align: right;
    min-height: 59px;
}

.menumobile ul {
    list-style: none;
    /*    display: none;*/
    padding: 0 0 15px 0;
    /*    background: #1F2D3E;*/
    margin: auto;
    /*    width: 300px;*/
}

.menumobile li {
    margin: 0;
    padding: 0;
}

.menumobile a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    padding: 0px 15px;
    text-align: center;
    width: 300px;
    /*    background: #1F2D3E;*/
}

.menumobile a:hover {
    color: #fff;
}

.menumobile ul a.active {
    color: #fff;
}

.button {
    position: absolute;
    top: -40px;
    right: 0px;
    background: transparent;
    width: 36px;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(244, 247, 251, 0.5);
    cursor: pointer;
}

.close {
    position: absolute;
    top: 26px;
    right: 20px;
    background: transparent;
    width: 36px;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(244, 247, 251, 0.5);
    cursor: pointer;
    opacity: 1 !important;
}

.containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide {
    right: 0;
    width: 100%;
}

.menu ul {
    padding: 0;
}

.banner_bg {
    width: 100%;
    color: #ffffff;
font-family: "Open Sans";
font-size: 20px;
line-height: 27px;
    padding: 34px 31px 33px;
    margin-top: 10px;
position: relative;
    
}

.banner_bg span {
    font-weight: 400;
   
}

.banner_bg span strong {
    font-size: 700;
     display: block;
    
}

.banner_1 {
    background: url(../img/banner1.png) no-repeat;
    background-size: cover;
}

.banner_2 {
    background: url(../img/banner2.png) no-repeat;
    background-size: cover;
}

.a_abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 998;
}

.single_gallery {
    position: relative;
}


.no-gutter {
    margin-right: 0;
    margin-left: 0
}

.no-gutter>[class*=col-],
.no-gutter>[class*=flex-]>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.gutter-10 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem
}

.gutter-10>[class*=col-],
.gutter-10>[class*=flex-]>[class*=col-] {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem
}

.gutter-20 {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.gutter-20>[class*=col-],
.gutter-20>[class*=flex-]>[class*=col-] {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}


.custom-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: rgba(229, 50, 50, 0);
    -webkit-transition: background .3s ease-out 0s;
    transition: background .3s ease-out 0s;
    padding: 0;
    border: 0 none;
}

.custom-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:1200px) {
    .custom-thumbnail:hover {
        background: rgba(229, 50, 50, 1);
    }
    .custom-thumbnail:hover img {
        opacity: .2
    }
    .custom-thumbnail:hover .thumbnail-ico {
        opacity: 1
    }
}

.custom-thumbnail .thumbnail-ico {
    color: #fff;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.custom-thumbnail .thumbnail-ico img {
    opacity: 1 !important;
}

.custom-thumbnail.zoom-effect img {
    max-width: 100%!important;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    z-index: 1
}

@media only screen and (min-width:1200px) {
    .custom-thumbnail.zoom-effect:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.custom-thumbnail.slide-effect .thumbnail-ico {
    top: 25%
}

@media only screen and (min-width:1200px) {
    .custom-thumbnail.slide-effect:hover .thumbnail-ico {
        top: 50%
    }
}

.gallery {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gallery .custom-thumbnail {
    margin: 0 0 1.5625rem
}

.gallery.gutter-10 .custom-thumbnail {
    margin-bottom: 0.625rem
}

.gallery.gutter-20 .custom-thumbnail {
    margin-bottom: 1.25rem
}

@media only screen and (max-width:1023px) {
    .menu {
        display: none;
    }
    .menumobile {
        display: inline-block;
    }
    #tel {
        padding-right: 62px;
    }
    #prev {
        left: -24px;
    }
    #next {
        right: -24px;
    }
    .slide_txt {
        padding-left: 75px;
    }
    #realizations {
        height: 237px;
    }
    .container.containter_kontakt .info_btn {
        margin-bottom: 24px;
    }
    .single_gallery {
        margin-bottom: 20px;
    }
    .containter_oferta .menu_oferta {
        margin-bottom: 30px;
    }
    .containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide {
        left: 0;
        width: 100%;
    }
    
    .containter_oferta .oferta_flex_wrap .box_produkt .oferta_show {
        display: none !important;
    }
    
    .containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide {
        opacity: 1;
        position: static;
    }  
}

@media only screen and (max-width:767px) {
    #prev {
        background-size: cover;
        height: 64px;
        left: -13px;
        width: 64px;
    }
    #next {
        right: -13px;
        background-size: cover;
        height: 64px;
        width: 64px;
    }
    .slide_txt {
        padding-left: 75px;
    }
    .slide_txt h2 {
        font-size: 32px;
    }
    .img_rel {
        display: inline-block;
        margin: auto;
    }
    .single_gallery {
        text-align: center;
    }
    .containter_oferta .oferta_flex_wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .box_oferta {
        width: 50%;
    }
    .containter_oferta .oferta_flex_wrap .col-md-4:nth-child(3n+2)::before,
    .containter_oferta .oferta_flex_wrap .col-md-4:nth-child(3n+2)::after {
        display: none;
    }
    .f_captcha {
        margin-bottom: 10px;
    }
    
    .container.containter_kontakt .info_btn {
        text-align: center;
    }
    
    .container.containter_kontakt .info_btn span {
        margin-bottom: 10px;
    }
    
    
    
    
}

@media only screen and (max-width:639px) {
    .slide_txt {
        padding-left: 57px;
        padding-right: 57px;
    }
    .slide_txt h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .box_oferta {
        width: 100%;
    }
}

@media only screen and (max-width:559px) {
    .logo {
        width: 116px;
    }
    .slide_txt {
        top: 80px;
    }
    .page_top h1 {
        font-size: 26px;
    }

    #counter {
        padding: 43px 0;
    }
    
    .form_all .sent {
        text-align: center;
    }
    .f_captcha {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        text-align: center;
    }
    
    .f_captcha span {
        width: 100%;
        text-align: center;
        margin: 10px auto;
        display: block;
    }
      .f_captcha img {
        margin: 10px auto;
        display: block;
          
    }
    .form_all .f_captcha input {
        margin:  auto;
        display: block;
          
    }
    
    
    .row_realizacje {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #realizations {
        height: auto;
        text-align: center;
    }
}


@media only screen and (max-width:359px) {
    .logo {
        width: 60px;
        padding: 20px 0;
    }
    .slide_txt h2 {
        font-size: 25px;
        line-height: 28px;
    }
    .slide_txt span {
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (max-width:320px) {}