ul{
    margin: 0;
    padding: 0;
}

/*.btn-br{
    display: inline-block;
    padding: 10px 17px;
    text-transform: uppercase;
    color: #30b7ea;
    background-color: transparent;
    font-weight: 400;
    border: 1px  solid #0CB0ED;
    font-size: 16px;
}
    .btn-br:hover{
         color: #fff;
        background-color: #30b7ea;
    }*/
.btn-br{
    display: inline-block;
    padding: 10px 17px;
    text-transform: uppercase;
    color: #DF9300;
    background-color: #fff;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
    .btn-br:hover{
         color: #30b7ea;
    }


.sep{
    height: 1px;
	background-color: #173d73;
}
    .language{
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #143360;
        list-style: none;
        margin-right: 60px;
    }
        .language li{
            display: inline-block;
        }
            .language li a{
                display: inline-block;
                font-size: 12px;
                color: #30b6e9;
                padding: 12px 8px;
                text-transform: uppercase;
            }
                .language li a.active,
                .language li a:hover
                {
                    background-color: #0E2546;
                    color: #fff;
                }
.angle-down{
    background:url("../img/arrow-down-small.svg") 0 0 no-repeat;
    width: 8px;
    height: 4px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.in-1-corect{
    margin: 0 -10px;
position:relative;
z-index:1;
}
.in-1{
    padding: 0 10px;
}
.clear{
    clear: both;
}
.col-2{
    width: 50%;
}

.half-main .col-2{
    float: left;
}

.homepage_campaign_section .homepage_campaign_support .info_mod .info_mod_content_container .copy_container p{
        font-size: 17px;
        color: #6f7987;
        line-height: 30px;
    }

.half-main img{
    max-width: 100%;
    height: auto;
}
.block-idea h2{
    padding-left: 65px;
    text-align: left;
}
    .list-idea{
        display: block;
    }
        .list-idea li{
            display: block;
            padding-left: 64px;
            position: relative;
            margin-bottom: 20px;
        }
        .list-idea li:after{
            content: " ";
            width: 35px;
            height: 35px;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
        }
            .list-idea li.icon-1:after{
                background-image: url("../img/bulb.svg");
            }
            .list-idea li.icon-2:after{
                background-image: url("../img/modelling.svg");
            }
            .list-idea li.icon-3:after{
                background-image: url("../img/detal.svg");
            }
            .list-idea li h3{
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 24px;
                font-weight: 400;
                color: #102a50;
                margin: 5px 0;
            }
                .list-idea li p{
                    color: #6f7987;
                    line-height: 20px;
                }
.block-idea .link-more{
    margin-left: 64px;
    background: #4F78E1;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
color:#fff;
font-size:24px;
padding:10px 25px;
}

.link-more{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #102a50;
    position: relative;
    padding-right: 45px;

}
    .link-more span{
        display: inline-block;
        vertical-align: middle;
    }

.mb-40{
    margin-bottom: 40px;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  width: 100%;
}
.panel-blue{
    background: #49C8E7 url("../img/empty-pan.png") 0 0 repeat-y;
    min-height: 360px;
	-webkit-box-shadow: 0 3px 24px rgba(0,0,0,.35);
	-moz-box-shadow: 0 3px 24px rgba(0,0,0,.35);
	box-shadow: 0 3px 24px rgba(0,0,0,.35);
    width: 100%;
    overflow: hidden;
}

    .panel-blue .max_width_container{
        padding: 1px 0;
    }

        .panel-blue .max_width_container h2{
            color: #fff;
            margin-top: 60px;
            text-align: center;
        }
            .panel-blue p{
                font-weight: 300;
                margin-bottom: 45px;
                color: #fff;
            }
                .panel-blue p strong{
                    font-weight: 700;
                }

.t-a_c{
    text-align: center;
}

.wrap-small{
    max-width: 664px;
    margin: 0 auto;
}

p{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 17px;
    line-height: 20px;
}

.btn-first{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #102A50;
    color: #102A50;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 18px 20px;
}

    .btn-first:hover{
        border: 1px solid #102A50;
        color: #102A50;
        background-color: transparent;
    }
    .btn-first{
        background-color: #102A50;
        color: #fff;
    }

    .btn-gr .btn-first{
        width: 49%;
        margin-right: 2%;
    }
        .btn-gr .btn-first:last-child{
            margin-right: 0;
        }

.head-img{
    position: relative;
}
    .head-img img{
        max-width: 100%;
        height: auto;
        display: block;
    }

    .type-work-bl .head-img{
        max-height: 320px;
    }
    .type-work-bl{
        border-bottom: 10px solid #49C7E7;

    }
.cap-first{
    background-color: #165b84;
	background-image: -webkit-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -moz-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -o-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -ms-linear-gradient(left, #2ca1dd, #122e53);
	background-image: linear-gradient(to right, #2ca1dd, #122e53);
    display: block;
    opacity: 0.9;
    padding: 15px 20px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 120px;
}

.max_width_container{
    padding: 1px 15px;
}

.link-type{
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 10px 25px;
    background: #4F78E1;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
    color: #fff;
    position: relative;
    text-transform:uppercase;
}
  /*  .link-type:after{
        content: ' ';
        background: url("../img/arr-link-white.svg") 0 0 no-repeat;
        display: block;
        width: 21px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -6px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
        .link-type:hover:after{
            right: 15px;
        }*/
    .link-type span{
        width: 99.9%;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
        .type-cvs{
            padding: 15px 10px 15px 60px;
            position: relative;
            display: inline-block;
        }
            .type-cvs:before{
                content: " ";
                background-repeat: no-repeat;
                background-position: 0 0;
                width: 38px;
                height: 55px;
                display: block;
                position: absolute;
                top: 7px;
                left: 0;
            }
                .type-cvs.icon-1:before{
                    background-image: url("../img/laser.svg");
                }
                .type-cvs.icon-2:before{
                    background-image: url("../img/welding.png");
                }

.wrap-middle{
    max-width: 940px;
    padding: 1px 0;
    margin: 0 auto;
}
    .wrap-middle h2{
        margin: 50px 0 40px;
        text-align: center;
    }

h2 span{
    display: inline-block;
    vertical-align: middle;
}

    .panel-dark p{
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
        .panel-dark{
            background-color: #102A50;
            min-height: 270px;
            margin-bottom: -1px;
        }

.col-3{
    width: 33.33%;
}

.half-main .col-3{
    float: left;
}
.body-img{
    position: relative;
    background: #165A84;
    text-align:right;
    padding:10px;
}
    .type-bl .head-img{
        max-height: 370px;
        text-align: center;
    }
        .type-bl .head-img img{
            margin: 0 auto;
        }

    .type-bl .body-img{
        position: relative;
        padding: 20px;
        text-align: center;
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top, #ededed, #fff);
        background-image: -moz-linear-gradient(top, #ededed, #fff);
        background-image: -o-linear-gradient(top, #ededed, #fff);
        background-image: -ms-linear-gradient(top, #ededed, #fff);
        background-image: linear-gradient(to bottom, #ededed, #fff);
        height: 220px;
    }
        .type-bl .body-img:after{
            content: '';
            background: url("../img/arr-top.png") 0 -16px no-repeat;
            width: 30px;
            height: 16px;
            position: absolute;
            top: -16px;
            left: 50%;
            margin-left: -15px;
        }
            .type-bl:hover .body-img:after,
            .type-bl.active .body-img:after{
                background-position: 0 0;
            }
            .type-bl:hover .body-img,
            .type-bl.active .body-img{
                background: #fff;
            }

            .type-bl .desc-cap{
                top: 50%;
                width: 100%;
                left: 0;
                right: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                position: absolute;
                padding: 0 20px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                z-index: 2;
            }
                .type-bl p{
                    color: #6f7987;
                    line-height: 30px;
                }
.homepage_campaign_section .homepage_campaign_support .max_width_container.mb-40{
    margin-bottom: 60px;
}
.desc-cap h3{
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

.title-tp{
    display: inline-block;
    font-size: 24px;
    line-height: 44px;
    color: #4ac7e7;
    border: 2px solid #61CEE8;
}
    .title-tp span{
        display: inline-block;
        vertical-align: middle;
        text-transform:uppercase;
    }
.overly{
    background: url("../img/empty-img.png");
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
.max_width_container.second,
.homepage_campaign_section .homepage_campaign_support .max_width_container.second{
    max-width: 1330px;
}



.max_width_container.third,
.homepage_campaign_section .homepage_campaign_support .max_width_container.third{
    max-width: 1600px;
    padding: 0;
}
    .fl-l{
        float: left;
    }
        .fl-r{
            float: right;
        }

    .type-bl .head-img a,
    .type-bl .head-img > span

    {
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.btn-first.white-skin{
    width: 335px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    line-height: 13px;
    font-weight: 600;
}

    .btn-first.white-skin:hover{
        background-color: transparent;
        border-color: #112B50;
        color: #112B50;
    }
    .panel-blue-small{
        background-color: #49C7E7;
        margin-bottom: -1px;
        padding: 40px 0;
    }

        .panel-blue-small strong{
            font-size: 20px;
            line-height: 44px;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 5px;
            color:#fff;
        }
    .arr-title-right{
        background: url("../img/arrow-big.svg") 0 0 no-repeat;
        background-size: 100%;
        display: inline-block;
        width: 35px;
        height: 21px;
        vertical-align: middle;
        margin-left: 30px;
    }

.panel-blue .max_width_container{
    background:url("../img/note-bg.png") bottom center no-repeat;
    min-height: 360px;
}

.arr-right-more{
    background: url("../img/arr-right-more.svg") 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 15px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 3px;
}
    .arr-right-more{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .link-more:hover .arr-right-more{
        right: -5px;
    }

    .type-bl.second .head-img{
        max-height: 460px;
    }
    .type-bl.second .head-img > img{
        width: 100%;
    }
.type-tsb .resp-tabs-list.hor_1 {
    overflow: hidden;
}
    .type-tsb .resp-tabs-list.hor_1 .resp-tab-item.hor_1{
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
        width: 33.33%;
    }
    .type-tsb .resp-tabs-list.hor_1 .resp-tab-item.hor_1{
        position: relative;
    }
        .type-tsb .resp-tabs-list.hor_1 .resp-tab-item.hor_1.resp-tab-active{
            padding: 0!important;
            margin: 0!important;
            border: 0!important;
        }

        .type-tsb .resp-tabs-list.hor_1 .resp-tab-item.hor_1 .type-bl.second{
            position: relative;
        }

            .type-tsb .resp-tabs-list.hor_1 .resp-tab-item.hor_1.resp-tab-active:before{
                content: '';
                background: url("../img/arr-top.png") 0 0 no-repeat;
                width: 30px;
                height: 16px;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -15px;
                z-index: 2;
            }

.type-tsb .resp-tabs-list.hor_1 .resp-tab-item.hor_1.resp-tab-active .overly,
.type-tsb  .resp-tab-item:hover .overly
{
   
     background-color: transparent;
   /*    background-color: #165b84;
	background-image: -webkit-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -moz-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -o-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -ms-linear-gradient(left, #2ca1dd, #122e53);
	background-image: linear-gradient(to right, #2ca1dd, #122e53);
    opacity: 0.9;*/
}

.type-tsb .resp-tabs-list.hor_1  .overly{
    background-color: #122e53;
    opacity: 0.8;
}
.type-tsb .resp-tabs-list.hor_1 .head-img:hover .overly {
    background-color: transparent;
}


.type-tsb  .resp-tab-content{
    border: 0;
    background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(bottom, #ededed, #fff);
	background-image: -moz-linear-gradient(bottom, #ededed, #fff);
	background-image: -o-linear-gradient(bottom, #ededed, #fff);
	background-image: -ms-linear-gradient(bottom, #ededed, #fff);
	background-image: linear-gradient(to top, #ededed, #fff);
    padding: 20px 20px 30px 74px;
}
    .type-tsb  .resp-tab-content p{
        color: #6f7987;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .title-sm{
        display: block;
        font-size: 24px;
        line-height: 30px;
        color: #4ac7e7;
        margin-bottom: 5px;
    }
h2 a,
h1 a
{
    color:#0CB0ED;
}

.slider-main.owl-carousel .owl-item > div{
    padding: 30px 17px 30px;

}
    .slider-main p{
        color: #6f7987;
        line-height: 20px;
    }
        .slider-main  span{
            font-size: 13px;
            line-height: 44px;
            color: #2fa4d0;
            display: block;
        }

    .title-sl{
        font-size: 18px;
        line-height: 30px;
        /*color: #2fa4d0;*/
        color: #0d364a;
        display: inline-block;
        margin-bottom: 15px;
        font-family: 'Roboto Condensed', sans-serif;

    }
    .slider-main.owl-carousel{
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .bl-cont-sh{
        padding: 15px 25px;
        border-bottom: 6px solid #2EA5D1;
        height: 270px;
        overflow: hidden;
        position: relative;
    }
.box-sev{
     position: relative;
}
.slider-main.owl-carousel .owl-item > div:hover .box-sev{
    -moz-box-shadow:
        4px -27px 56px -21px rgba(0,0,0,0.1), 0 11px 20px -5px rgba(0,0,0,0.1), 10px 2px 28px -3px rgba(0,0,0,0.1), -9px 2px 13px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow:
        4px -27px 56px -21px rgba(0,0,0,0.1), 0 11px 20px -5px rgba(0,0,0,0.1), 10px 2px 28px -3px rgba(0,0,0,0.1), -9px 2px 13px -3px rgba(0,0,0,0.1);
    box-shadow:
        4px -27px 56px -21px rgba(0,0,0,0.1), 0 11px 20px -5px rgba(0,0,0,0.1), 10px 2px 28px -3px rgba(0,0,0,0.1), -9px 2px 13px -3px rgba(0,0,0,0.1);
}
    .slider-main.owl-carousel .owl-item > div:hover .title-sl{
        color: #2fa4d0;
    }
        .panel-slider h2{
            margin-bottom: 0;
            margin-top: 60px;
        }
        .link-center{
            margin-bottom: 40px;
        }


.arr-slider-main .owl-buttons > div{
    background: url("../img/arr-clider.png") 0 0 no-repeat;
    position: absolute;
    width: 11px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
    .arr-slider-main .owl-buttons > div.owl-prev{
        background-position: 0 0;
        left: 0;
    }
        .arr-slider-main .owl-buttons > div.owl-prev:hover{
            background-position: 0 -33px;
        }
    .arr-slider-main .owl-buttons > div.owl-next{
        background-position: -36px 0;
        right: 0;
    }
         .arr-slider-main .owl-buttons > div.owl-next:hover{
            background-position: -36px -33px;
         }
/*  */
    .layout { overflow: hidden; }
    .col1-x { width: 50%; float: left; }
    .col1-x .wrap-x {
        /*background: #FFFFFF;*/
        margin-right: 585px;
        padding: 10px;
    }
    .col2-x {
        /*background: #FFFFFF;*/
        width: 1170px;
        float: left;
        margin-left: -585px;
    }
    .col3-x {
        width: 50%;
        float: right;
        margin-left: -585px;
    }
    .col3-x .wrap-x {
        background: #102A50;
        margin-left: 585px;
        padding: 10px;
    }
    .wrap-x{
        height: 100%;
    }
    .col1-x,
    .col2-x,
    .col3-x{
        height: 50px;
    }


/* */
.social_media_links li{
    display: inline-block;
    vertical-align: middle;
}
    .social_media_links li a{
        display: inline-block;
        padding: 8px 15px;
    }
    .social_media_links li a img{
        position: relative;
        top: 2px;
    }
    .social_media_links li:nth-child(2) a{
        padding: 10px 13px;
    }
    .social_media_links li:nth-child(3) a{
        padding: 10px 13px;
    }
     .social_media_links li:last-child a{
        padding: 10px 13px;
    }

.bevel-item{
    position: relative;
    background: #102A50;
    height: 50px;
    /*line-height: 56px;*/
    width: 230px;
    text-align: left;
    padding-top: 8px;
}
.bevel-item:after{
    position: absolute;
    left: -3.5rem;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    border-bottom: 8.1rem solid #102A50;
    border-left: 3.5rem solid transparent;
}
    .bevel-item .social_media_links li{
        /*margin-left: 20px;*/
    }

.d-t{
    display: table;
}
    .t-cell{
        display: table-cell;
    }

.footer-top{
    background-color: #102A50;
    padding-top: 40px;
    padding-bottom: 25px;
}
    .footer-top .d-t,
    .footer-bottom .d-t
    {
        width: 100%;
    }
    .footer-top .d-t .t-cell,
    .footer-bottom .d-t .t-cell
    {
        vertical-align: top;
    }
        .footer-bottom .d-t .t-cell:last-child
        {
            width: 195px;
        }

        .footer-top .d-t .t-cell:first-child{
            width: 35%;
        }

.title-fot{
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
        .footer-top ul{
            overflow: hidden;
        }
            .footer-top ul li{
                float: left;
                margin-bottom: 11px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding-right: 5px;
            }
                .footer-top ul li a:hover{
                    text-decoration: underline;
                }
            .footer-top .d-t .t-cell:first-child ul li:nth-child(odd){
                width: 46%;
            }
            .footer-top .d-t .t-cell:first-child ul li:nth-child(even){
                width: 54%;
            }
                .footer-top ul li a{
                    font-size: 14px;
                    color: #2ea1cc;
                }

                .footer-top .d-t .t-cell:last-child ul li{
                    width: 33.3%;
                }
                    .footer-top .d-t .t-cell:last-child ul li:nth-child(3n+3){
                        margin-left: -60px;
                    }


.logo-footer{
    display: inline-block;
    width: 134px;
    height: 38px;
    margin-bottom: 25px;
}
    .logo-footer img{
        width: 100%;
        height: auto;
    }
.footer-bottom .d-t .t-cell:first-child{
    width: 16%;
}

.footer-bottom .d-t .t-cell:nth-child(2){
    width: 41%;
}

.footer-bottom .d-t {
    margin-bottom: 20px;
}

    .footer-bottom{
        padding: 40px 0;
        background-color: #0E2546;
    }
        .footer-bottom p{
            font-size: 14px;
            color: #2ea1cc;
            display: block;
        }
.footer-bottom .d-t .t-cell:first-child p{
    display: none;
}
.footer-bottom ul > li,
.footer-bottom ul > li a
{
    font-size: 14px;
    line-height: 20px;
    color: #2ea1cc;
    display: block;
    position: relative;

}
.footer-bottom ul > li.phone a
{
    font-size: 19px;
}

.footer-bottom ul > li{
    padding-left: 30px;
    padding-right: 5px;
    margin-bottom: 5px;
    word-break: break-all;
}

    .footer-bottom ul > li a:hover,.footer-bottom a:hover{
        text-decoration: underline;
    }

.footer-bottom ul > li:after{
    content:'';
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top:-2px;
    left: 0;
}
    .footer-bottom ul > li.icon1:after{
        background-image: url("../img/ic-1.png");
    }
    .footer-bottom ul > li.icon2:after{
        background-image: url("../img/ic-2.png");
    }
    .footer-bottom ul > li.icon3:after{
        background-image: url("../img/ic_mail.svg");
    }
    .footer-bottom ul > li.icon4:after{
        background-image: url("../img/fax.svg");
    }
   /* .footer-bottom ul > li.icon5:after{
        background-image: url("../img/ic-5.png");
    }
    .footer-bottom ul > li.icon6:after{
        background-image: url("../img/ic-6.png");
    }
        */
    
.page-in-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 398px;
}
    .page-in-image .max_width_container{
        position: relative;
        height: 100%;
    }
    .pos1{
        background-color: #fff;
        padding: 20px 30px;
        position: absolute;
        left: 15px;
        bottom: 0;
        -webkit-box-shadow: 0 -7px 10px rgba(0,0,0,.23);
	-moz-box-shadow: 0 -7px 10px rgba(0,0,0,.23);
	box-shadow: 0 -7px 10px rgba(0,0,0,.23);
    }
        .pos1 h2{
            margin: 0;
            text-transform: uppercase;
            text-align: left;
        }


.page_template,
article.page_template{
    height: auto;
}

.block-m{
    padding: 50px 0 50px;
}
    .cont-img img{
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 40px;
    }
        .desk{
            font-size: 30px;
            line-height: 44px;
            padding: 0 28px;
            margin-bottom: 10px;
            color: #B1B1B1;
            font-family: 'PT Serif', serif;
        }

.stat h3,
h3.stat

{
    margin: 0 0 20px 0;
    color: #33b1e1;
    font-size: 30px;
    line-height: 44px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.stat h3{
    margin-top: -8px;
}
.stat > p:last-child{
    margin-bottom: 0;
}
.stat h3 + span
{
    font-size: 12px;
    color: #a9a9a9;
    position: relative;
    top: -15px;
    font-family: 'Roboto Condensed', sans-serif;

}
    .stat p,
    .stat
    {
        color: #6f7987;
        line-height: 30px;
    }
        .stat p{
            margin-bottom: 20px;
        }
    .stat ul li,.resp-tab-content ul li{
        color: #6f7987;
        line-height: 30px;
        position: relative;
        padding-left: 15px;
        font-size: 16px;
    }
    
    .resp-tab-content ul.tabs-menu li {
            padding-left: 0px;

    }
        .stat ul li:after,.resp-tab-content ul li:after{
            content: '';
            width: 4px;
            height: 4px;
            position: absolute;
            top: 13px;
            left:0;
            -webkit-border-radius:50%;
            -moz-border-radius:50%;
            border-radius:50%;
            background-color: #32B1E1;
        }
.resp-tab-content ul.tabs-menu li:after {
background-color:#fff;
content:none;
}
.block-m.second{
    background-color: #F8F8F8;
}
.block-m.first .stat,.block-m:nth-child(odd) .stat{
    padding-left: 40px;
}
.block-m.second .stat,.block-m:nth-child(even) .stat{
    padding-right: 40px;
}
    .link-gr{
        background: url("../img/link-gr.svg") 0 0 no-repeat;
        background-size: contain;
        display: block;
        height: 200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*padding: 50px 90px;*/
        margin: 80px 0 20px;
    }

   .gr-in{
       padding: 55px 90px 1px;
   }
        .link-gr a{
            color: #fff;
            display: inline-block;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            font-size: 20px;
            border-bottom: 1px solid #fff;
            line-height: 20px;
            position: relative;
            margin-bottom: 20px;
        }
        .link-gr a:hover{
            border-color: transparent;
        }
            .link-gr a:after{
                content: '';
                background: url("../img/arr-white-fight.svg");
                display: block;
                width: 21px;
                height: 14px;
                position: absolute;
                right: -45px;
                top: 6px;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }
            .link-gr a:hover:after{
                right: -55px;
            }
.contact-main{
    padding-top: 30px;
}
    .contact-main .half-main{
        margin-bottom: 85px;
    }
        .contact-main p{
            line-height: 30px;
            color: #6f7987;
            margin-bottom: 30px;
        }


/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

/*----- Section Titles -----*/
.accordion-section-title{
	width:100%;
	padding:15px 15px 15px 50px;
	display:inline-block;
	transition:all linear 0.15s;
	/* Type */
	font-size: 16px;
    color: #33b0df;
    font-weight: bold;
    position: relative;
    outline: none;
}
.accordion-section-title:focus{
    outline: none;
}
    .accordion-section-title:before{
        content: ' ';
        background: url("../img/spoiler_closed.svg") no-repeat;
        position: absolute;
        top: 16px;
        left: 8px;
        width:9px;
        height: 16px;
    }

        .accordion-section-title.active:before{
            background: url("../img/spoiler_opened.svg") no-repeat;
             width:16px;
        height: 9px;
         top: 23px;
        }

/*.accordion-section-title:hover {*/
	/*background:#4c4c4c;*/
	/*!* Type *!*/
	/*text-decoration:none;*/
/*}*/

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px 15px 15px 50px;
	display:none;
}

/* --- Accordione*/

.inpt-main input[type='text'],
.inpt-main input[type='tel'],
.inpt-main input[type='email'],
.inpt-main textarea
{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D7D7D7;
    padding: 8px 10px;
    width: 100%;
    color: #6f7987; 
}
.inpt-main input[type='text'],
.inpt-main input[type='tel'],
.inpt-main input[type='email']{
    height: 40px;
}
    .inpt-main textarea{
        resize: none;
        height: 180px;
    }
.cont-left{
    padding-left: 30px;
}
.contact-form{
    padding-top: 20px;
    max-width: 400px;
}
    .contact-form label,
    .calc-body label
    {
        display: block;
        font-size: 14px;
        color: #6f7987;
        margin-bottom: 7px;
    }
        .inpt-main input[type='text'] + span,
        .inpt-main input[type='tel'] + span,
        .inpt-main input[type='email'] + span
        {
            position: absolute;
            bottom: -17px;
            left: 0;
            font-size: 12px;
            color: #fd7373;
            display: none;
        }
            .inpt-main input.rsform-error + span{
                display: block;
            }
                .inpt-main input.rsform-error{
                    border: 2px solid #fd7373;
                }
.fr-item{
    position: relative;
    margin-bottom: 20px;
}
    .fr-item:last-child{
        margin-bottom: 30px;
    }
    .btn-sub{
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        height: 50px;
	    background-color: #165b84;
        line-height: 50px;
        border: 0;
        outline:none;
    }

    .bl-man p{
        color: #6f7987;
        line-height: 30px;
    }
        .bl-man img{
            display: block;
            margin-right: 25px;
        }
        .bl-man strong{
            display: block;
        }

.map-page{
    margin-bottom: -50px;
    position: relative;
    z-index:1;
    height:346px;
}

.bevel{
    position: relative;
    z-index: 2;
}

.dots-slider .owl-pagination{
    padding: 15px 0 0;
    text-align: center;
}
    .dots-slider  .owl-pagination .owl-page{
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        line-height: 11px;
        background-color: transparent;
    }

    .dots-slider  .owl-pagination .owl-page.active{
        background-color: #0eb0ed;
    }
    .dots-slider .owl-pagination .owl-page.active span{
        background-color: transparent;
    }

    .dots-slider  .owl-pagination .owl-page span{
        display: inline-block;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #C9C9C9;
        vertical-align: middle;
    }

/*-- Pagination ----*/

.re-pagination {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 20px;
}
.re-pagination a.re-prev {
    /*background: url("/user/img/pagination-arrow.png") 8px 9px no-repeat;*/
}
.re-pagination a.re-next {
    /*background: url("/user/img/pagination-arrow.png") -8px 9px no-repeat;*/
}
.re-pagination a {
    display: inline-block;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    color: #0eb0ed;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0 3px;
    line-height: 25px;
    text-decoration: underline;
}

    .re-pagination a.active {
        background-color: #102A50;
        color: #fff;
        text-decoration: none;
    }
        .re-pagination a:hover {
            text-decoration: none;
        }


/*-- Pagination ----*/


/* ------- Block calc -----------*/
.calc-main{
    padding-top: 40px;
  /*  margin-bottom: 100px;*/
}
    .calc-main .calc-col1{
        width: 370px;
    }
    .calc-main .calc-col2{
        padding-left: 370px;
    }
    .calc-in-first{
        padding-left: 10px;
    }
    .calc-in-second{
        max-width: 580px;
    }
        .calc-in-first ul {
            display: block;
            margin-bottom: 15px;
        }
            .calc-in-first ul li a{
                color: #0eb0ed;
                font-weight: bold;
                font-size: 16px;
                padding: 15px 20px;
                display: block;
            }
                .calc-in-first ul li a:hover,
                .calc-in-first ul li a.active
                {
                    background-color: #0eb0ed;
                    color: #fff;
                }
                /* --- vertical tab --- */
.list-vertical{
    float: left;
    width: 30%;
    position: relative;
    padding-bottom: 135px;
    padding-left: 10px;
}
  .list-vertical ul.resp-tabs-list{
      width: 100%;
  }

.btn-group1{
    position: relative;
    bottom: 0;
    /* width: 100%; */
    overflow: hidden;
    clear: both;
    padding-left: 18px;
    padding-top: 20px;
}

.btn-group1 .btn-first.active{
    margin-bottom: 20px;
    display: block;
}


 /* --- vertical tab --- */
/*------------ Tabs --------------*/

a:focus{
    outline: none;
}
.tabs-menu {
    float: left;
    clear: both;
    margin-bottom: -1px;
}

.tabs-menu li {
    float: left;
    margin-right: 30px;
    border-bottom: 3px solid transparent;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-color: #32B1E1;
    z-index: 5;
}

.tabs-menu li a {
    padding: 7px 0 7px 0;
    font-size: 16px;
    color: #6f7987;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.tabs-menu .current a {

}

.tab {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
	clear:both;
}

.tab-content {
    border-top: 1px solid #D7D7D7;
    width: 100%;
    padding: 30px 0 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tab-1 {
 display: block;
}

/*------------ Tabs --------------*/

.btn-first.third{
    border-color:#0CB0ED;
    color: #0CB0ED;
    display: block;
    background-color: transparent;
}
    .btn-first.third:hover{
        color: #102A50;
        border-color: #102A50;
    }


 .sel-main select{
        width: 100%;
        display: block;
    }
        .sel-main .select2-container{
            display: block;
            width: 100%;
        }
        .sel-main .select2-container .select2-selection--single{
            height: 40px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: 0;
            padding: 12px 20px 12px 15px;
        }
            .sel-main .select2-container .select2-selection--single .select2-selection__rendered{
                line-height: 1;
                font-size: 14px;
                color: #6f7987;
                font-weight: normal;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 98.9%;
                padding-left: 0;
                padding-right: 25px;
            }
            .sel-main .select2-container--default .select2-selection--single .select2-selection__arrow{
                background: url("../img/icon-arr.png") 0 12px no-repeat;
                top: 6px;
            }

            .sel-main .select2.select2-container.select2-container--open .select2-selection__arrow{
                background-position: 0 -18px;
            }
            .sel-main .select2-container--default .select2-selection--single .select2-selection__arrow b{
                display: none;
            }
                .select2-dropdown{
                    border: 0;
                    box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.3);
                    -webkit-box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.3);
                    -moz-box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.3);
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }
.sel-main .select2-container .select2-selection--single {
    border: 1px solid #D7D7D7;
}
/* ------- Block calc -----------*/

.calc-row{
    display: table;
    width: 100%;
    margin-bottom: 45px;
}
.c-row-1{
    padding-right: 20px;
    width: 36%;
}
.c-row-2{
    width: 64%;
}
    .c-row-1,
    .c-row-2
    {
        display: table-cell;
        vertical-align: top;
    }
    .inp-group{
        width: 156px;
    }

.select2-search.select2-search--dropdown{
    display: none;
}
    .calc-body.inpt-main input{
        color:#6f7987;
        font-size: 14px;
    }

.calc-body{
    padding-top: 20px;
}
.calc-in-second #tabs-container{
    /*margin-bottom: 55px;*/
    overflow: hidden;
}
.t-row{
    display: table-row;
}
.price-work{
    width:100%;
}
    .price-work p{
        font-size: 16px;
    }
         .price-work .t-cell{
             padding: 5px 0;
             vertical-align: middle;
         }
            .price-work .t-row .t-cell:first-child{
                padding-right: 5px;
                width: 185px;
            }
                .price-work .t-cell span{
                    font-size: 16px;
                    font-weight: bold;
                    color: #33b1e1;
                }

.btn-group{
    padding-left: 20px;
}
    .pos1.w-1{
        width: 370px;
    }
        .pos1 h1{
            margin: 0;
            text-align: left;
            text-transform: uppercase;
        }

    .mobile-hide.btn-group{
        display: none;
    }
  /*   .calc-main .resp-tabs-list li,
.calc-main .resp-tabs-list li.resp-tab-active,*/
    .calc-main .resp-tabs-list li{
        border: 0!important;
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        background-color: transparent!important;
        padding: 15px 20px!important;
    }
    
    .calc-main .resp-tabs-list li a {
            color: #33b1e1;
    }
         .calc-main .resp-tabs-list li.current{
            border: 0!important;
            background-color: #33b1e1!important;
            padding: 15px 20px!important;
        }
        
         .calc-main .resp-tabs-list li.current a{
            color: #fff;
        }
            .calc-main .resp-tab-content{
                padding: 0 15px 15px 60px;
            }

            .calc-main .resp-vtabs .resp-tabs-container{
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                border: 0;
            }

.article-body{
    padding-top: 10px;
    color: #6f7987;
    line-height: 30px;
    font-size: 14px;
}
    .article-body h2{
        margin-top: 0;
        text-align: left;
        margin-bottom: 25px;
    }
        .article-body p{
            color: #6f7987;
            margin-bottom: 25px;
            line-height: 30px;
        }
         .article-body strong
         {
            color: #6f7987;
            line-height: 30px;
            font-size: 16px;
         }
            .article-body > strong{
                display: block;
            }
                .article-body .quote p{
                    margin: 0;
                }
                    .w-100{
                        width: 100%;
                    }
                    .article-body .accordion-section-content,
                    .accordion.second .accordion-section-content{
                        padding-top: 0;
                    }
.quote{
    padding: 20px 15px;
    background-color: #F9F9F9;
    border-left: 5px solid #32B1E1;
    margin: 30px 0 30px;
}
    .quote h3{
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
        color: #33b1e1;
    }
        .quote .d-t .t-cell{
            padding-right: 5px;
            vertical-align: top;
        }
            .owl-carousel img{
                max-width: 100%;
                height: auto;
            }

.quote .owl-carousel{
    margin-top: -20px;
    margin-left: -15px;
    max-width: 900px;
    margin-bottom: -30px;
    margin-right:-15px;
}

.quote + h2{
    margin-top: 85px;
}

.quote .dots-slider .owl-pagination {
    padding: 0;
}
    .col-x{
        width: 100%;
    }
    .col-x2{
        width: 54%;
    }
        .quote .owl-carousel .owl-controls{
            position: absolute;
            width: 100%;
        }
            .accordion.second .accordion-section-title{
                padding: 5px 15px 5px 50px;
            }
                .accordion.second .accordion-section-title:before{
                    top: 16px;
                }
                .quote .btn-first{

                }

.btn-first.four{
    max-width: 370px;
    width: 90%;
    height: 40px;
    background-color: #165B84;
    border-color: #165B84;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 19px;
    color: #fff;
}
    .quote .col-x2 p{
        height: 260px;
        overflow: hidden;
    }
        .quote .btn-first.four{
            margin-top: 15px;
        }

    .desk a{
        color: #33b1e1;
        border-bottom: 1px solid #33b1e1;
    }
        .desk a:hover{
           border-color: transparent;
        }
            .block-m.second.last{
                margin-bottom: -50px;
            }

.wrap-anketa{
    max-width: 560px;
    margin: 0 auto 0;
}
    .wrap-anketa p{
        text-align: center;
        margin-bottom: 20px;
    }
        .wrap-anketa h2{
            margin-top: 0;
        }
            .wrap-anketa .contact-form{
                max-width: 100%;
                margin-bottom: 80px;
            }

    .fr-item textarea.w-2{
        height: 100px;
    }
        .wrap-anketa .fr-item{
            margin-bottom: 30px;
        }
        .calendar-wrap{
            width: 210px;
        }
            .inp-calendar{
                background:#fff url("../img/icon-calendar.svg") 175px 50% no-repeat;
                padding-right: 40px!important;
            }
            .fr-item  .chose-file label{
                display: inline-block;
                vertical-align: middle;
                margin: 0;
            }
                .fr-item  .chose-file > label:first-child{
                    width: 70px;
                }

.btn-small {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 30px;
    background: url("../img/btn-small.svg") 0 0 no-repeat;
    color: #6f7987;
    text-align: center;
    margin-right: 25px;
    font-size: 14px;
}
.btn-small:hover {
     /*background: #7aad55;*/
}
.btn-small input[type="file"]{
    display: none; 
}
.btn-small label {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}
.btn-small span {
    line-height: 31px;
    font-size: 14px;
}
.homepage_campaign_section .homepage_campaign_support .info_mod + .half-main img{
    position: relative;
    /*top: -2px;*/
}
.header_container .header_bar_container .logo_container.ps{
    height: 35px;
    bottom: 5px;
    width: 143px;
}
.type-work-bl .head-img {
    overflow: hidden;
}
.type-work-bl .head-img .cap-first{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*------------------ New hover ------------------ */

/*.type-work-bl .head-img:hover .cap-first{*/
    /*bottom: -100%;*/
/*}*/

.cap-first{
    background: none;
}
.skew{
    position: absolute;
    bottom: 0;
    top:0;
    right: -5.3rem;
    z-index: -1;
    width: calc(100% + 3rem);
    background-color: #165b84;
	background-image: -webkit-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -moz-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -o-linear-gradient(left, #2ca1dd, #122e53);
	background-image: -ms-linear-gradient(left, #2ca1dd, #122e53);
	background-image: linear-gradient(to right, #2ca1dd, #122e53);
    opacity: 0.8;
    transform: skewX(-30deg);
    transition: transform cubic-bezier(0, 0, 0.2, 1) 0.5s, opacity cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
.type-work-bl .head-img:hover .skew{
    transform: translate(-4rem, 0rem);
    opacity: 0.9;
}
.type-work-bl .head-img:hover .txt-skew{
    margin-left: 0;}

.type-work-bl .head-img:hover .cap-first{
    padding: 25px 20px 30px;
}

.txt-skew{
    transition: all cubic-bezier(0, 0, 0.2, 1) 0.5s;
    margin-left: 80px;
}
.half-main .type-bl .head-img .desc-cap img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s  ease;
    -o-transition: all 1s  ease;
    transition: all 1s  ease;
}

.half-main .type-bl .head-img:hover .desc-cap img{
    margin-top: -3px;
}


/*------------------ New hover ------------------ */



.arr-blue-rt{
    background: url("../img/arr-small-blue-right.png") 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    margin-left: 20px;
}
.resp-tab-content-active[aria-labelledby="hor_1_tab_item-1"] .title-sm{
    text-align: center;
    margin-right: 14%;
}
.resp-tab-content-active[aria-labelledby="hor_1_tab_item-2"] .title-sm{
    text-align: right;
    padding-right: 20%;
}

.pos-lnk{
    text-align: right;
}

.remodal h2 {
 border-bottom: 1px solid #0eb0ed;
    margin: 0;
    padding-bottom: 10px;
}

.remodal input[type="text"], .remodal textarea {
font-size:14px;
}

#rdiv_tcalc,#ldiv_tcalc,fieldset#group1 .calc-row:nth-child(1),fieldset#group2 .calc-row:nth-child(1),fieldset#group2 .calc-row:nth-child(4),fieldset#group3 .calc-row:nth-child(1),fieldset#group4 .calc-row:nth-child(1),fieldset#group4 .calc-row:nth-child(4) {
display:none;
}

#tcalc td {
padding:5px;
}

fieldset#group1 .calc-row:nth-child(6),fieldset#group1 .calc-row:nth-child(8),fieldset#group1 .calc-row:nth-child(9),fieldset#group1 .calc-row:nth-child(7),fieldset#group1 .calc-row:nth-child(10),fieldset#group2 .calc-row:nth-child(6),fieldset#group2 .calc-row:nth-child(7),fieldset#group2 .calc-row:nth-child(8),fieldset#group3 .calc-row:nth-child(6),fieldset#group3 .calc-row:nth-child(8),fieldset#group3 .calc-row:nth-child(9),fieldset#group3 .calc-row:nth-child(7),fieldset#group3 .calc-row:nth-child(10),fieldset#group4 .calc-row:nth-child(6),fieldset#group4 .calc-row:nth-child(7),fieldset#group4 .calc-row:nth-child(8) {
margin-bottom:0px;
}

#tcalc {
height:500px;
 overflow: hidden;
      overflow-y: auto;
      display:block;
}

.fb_el_____total_cost label,.fb_el_____sum2 label,.fb_el_____cost_1det label,.fb_el_____sum1 label,.fb_el__truba___total_cost label,.fb_el__truba___sum1 label,.fb_el__truba___sum2 label,.fb_el__truba___workcost label,.fb_el_plate_part___sum1 label,.fb_el_plate_part___sum2 label,.fb_el_plate_part___cost_1det label,.fb_el_plate_part___total_cost label,.fb_el_pipe_part___total_cost label,.fb_el_pipe_part___sum1 label,.fb_el_pipe_part___sum2 label,.fb_el_pipe_part___workcost label{
font-weight:bold;
font-size:16px;
float:left;
color:#444;
}

.fb_el_____sum1 label,.fb_el_____sum2 label,.fb_el_____cost_1det label,.fb_el__truba___sum1 label,.fb_el__truba___sum2 label,.fb_el__truba___workcost label,.fb_el_plate_part___sum1 label,.fb_el_plate_part___sum2 label,.fb_el_plate_part___cost_1det label,.fb_el_pipe_part___sum1 label,.fb_el_pipe_part___sum2 label,.fb_el_pipe_part___workcost label {
font-weight:normal;
}
.fb_el_____total_cost .controls,.fb_el_____sum1 .controls,.fb_el_____sum2 .controls,.fb_el_____cost_1det .controls,.fb_el__truba___total_cost .controls,.fb_el__truba___sum1 .controls,.fb_el__truba___sum2 .controls,.fb_el__truba___workcost .controls,.fb_el_plate_part___sum1 .controls,.fb_el_plate_part___sum2 .controls,.fb_el_plate_part___cost_1det .controls,.fb_el_plate_part___total_cost .controls,.fb_el_pipe_part___total_cost .controls,.fb_el_pipe_part___sum1 .controls,.fb_el_pipe_part___sum2 .controls,.fb_el_pipe_part___workcost .controls {
float:left;
margin-left:25px;
}
.fb_el_____total_cost span,.fb_el_____sum1 span,.fb_el_____sum2 span,.fb_el_____cost_1det span,.fb_el__truba___total_cost  span,.fb_el__truba___sum1 span,.fb_el__truba___sum2 span,.fb_el__truba___workcost span,.fb_el_plate_part___sum1 span,.fb_el_plate_part___sum2 span,.fb_el_plate_part___cost_1det span,.fb_el_plate_part___total_cost span,.fb_el_pipe_part___total_cost  span,.fb_el_pipe_part___sum1 span,.fb_el_pipe_part___sum2 span,.fb_el_pipe_part___workcost span {
color: #33b1e1;
    font-size: 16px;
    font-weight: bold;
}

.fb_el_____sum1,.fb_el_____sum2,.fb_el_____cost_1det,.fb_el_____list_perimetr,.fb_el__truba___weight1,.fb_el__truba___total_cost,.fb_el__truba___sum1,.fb_el__truba___sum2,.fb_el__truba___workcost,.fb_el_plate_part___sum1,.fb_el_plate_part___sum2,.fb_el_plate_part___cost_1det,.fb_el_pipe_part___weight1,.fb_el_pipe_part___total_cost,.fb_el_pipe_part___sum1,.fb_el_pipe_part___sum2,.fb_el_pipe_part___workcost {
width:55% !important;
}
.fb_el_plate_part___list_perimetr,.fb_el_plate_part___list_zgyn {
width:55% !important;
}
.fb_el_____pusto2,.fb_el_____pusto3,.fb_el_____pusto4,.fb_el_____pusto5,.fb_el_____pusto6,.fb_el_____pusto7,.fb_el__truba___pusto,.fb_el__truba___pusto2,.fb_el__truba___pusto3,.fb_el__truba___pusto5,.fb_el__truba___pusto6,.fb_el__truba___pusto3,.fb_el__truba___pusto4,.fb_el__truba___pusto7,.fb_el__truba___pusto8,.fb_el__truba___pusto9,.fb_el__truba___pusto10,.fb_el__truba___pusto11,.fb_el_plate_part___pusto2,.fb_el_plate_part___pusto3,.fb_el_plate_part___pusto4,.fb_el_plate_part___pusto5,.fb_el_plate_part___pusto6,.fb_el_plate_part___pusto7,.fb_el_pipe_part___pusto,.fb_el_pipe_part___pusto2,.fb_el_pipe_part___pusto3,.fb_el_pipe_part___pusto5,.fb_el_pipe_part___pusto6,.fb_el_pipe_part___pusto3,.fb_el_pipe_part___pusto4,.fb_el_pipe_part___pusto7,.fb_el_pipe_part___pusto8,.fb_el_pipe_part___pusto9,.fb_el_pipe_part___pusto10,.fb_el_pipe_part___pusto11 {
width:1% !important;
}

.jbzoo-view-item .resp-tab-content {
display:block !important;
}

.fb_el_____list_type select,.fb_el__truba___truba_mattype select,.fb_el__truba___thick select,select.flt,.fb_el_plate_part___list_type select,.fb_el_pipe_part___truba_mattype select,.fb_el_pipe_part___thick select {
height:40px;
border:1px solid #d7d7d7;
color:#6f7987;
width:99%;
}

.fb_el__truba___table label,.fb_el_pipe_part___table label {
font-weight:bold;
text-align: center;
font-size: 16px;
}

fieldset.fabrikGroup .calc-row {
    margin-bottom: 20px;
}

.fb_el__truba___kilk_vriz label,.fb_el__truba___kilkist label,.fb_el_pipe_part___kilk_vriz label,.fb_el_pipe_part___kilkist label {
margin-top:30px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
fieldset.fabrikGroup .calc-row {
    margin-bottom: 10px;
    clear:both;
}

.fb_el_____pusto3,.fb_el_____pusto9,.fb_el_____pusto10,.fb_el_____pusto,.fb_el_____pusto2,.fb_el_____pusto8,.fb_el_____pusto4,.fb_el_____pusto6,.fb_el_____pusto5,.fb_el_____pusto7,.fb_el__truba___pusto11,.fb_el__truba___pusto12,.fb_el__truba___pusto,.fb_el__truba___pusto2,.fb_el__truba___pusto5,.fb_el__truba___pusto6,.fb_el__truba___pusto7,.fb_el__truba___pusto8,.fb_el__truba___pusto3,.fb_el__truba___pusto4,.fb_el_plate_part___pusto3,.fb_el_plate_part___pusto9,.fb_el_plate_part___pusto10,.fb_el_plate_part___pusto,.fb_el_plate_part___pusto2,.fb_el_plate_part___pusto8,.fb_el_plate_part___pusto4,.fb_el_plate_part___pusto6,.fb_el_plate_part___pusto5,.fb_el_plate_part___pusto7,.fb_el_pipe_part___pusto11,.fb_el_pipe_part___pusto12,.fb_el_pipe_part___pusto,.fb_el_pipe_part___pusto2,.fb_el_pipe_part___pusto5,.fb_el_pipe_part___pusto6,.fb_el_pipe_part___pusto7,.fb_el_pipe_part___pusto8,.fb_el_pipe_part___pusto3,.fb_el_pipe_part___pusto4 {
height:0;
}
.fb_el_____sum1, .fb_el_____sum2, .fb_el_____cost_1det, .fb_el_____list_perimetr, .fb_el__truba___sum1, .fb_el__truba___sum2, .fb_el__truba___workcost,.fb_el__truba___weight1, .fb_el__truba___total_cost,.fb_el_plate_part___sum1, .fb_el_plate_part___sum2, .fb_el_plate_part___cost_1det, .fb_el_plate_part___list_perimetr, .fb_el_pipe_part___sum1, .fb_el_pipe_part___sum2, .fb_el_pipe_part___workcost,.fb_el_pipe_part___weight1, .fb_el_pipe_part___total_cost {
width:100% !important;
}
.fb_el__truba___kilk_vriz label, .fb_el__truba___kilkist label,.fb_el_pipe_part___kilk_vriz label, .fb_el_pipe_part___kilkist label {
margin-top:0;
}

table#tcalc {
font-size:11px;
}

}

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

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}


.rsform-block-captcha {
position:absolute;
z-index:-10;
opacity:0;
}
.copy_container .about_quote {text-align:right;}
.copy_container .about_quote a {padding-right:17px;margin:10px 0;}
.video-yt {margin:75px auto;max-width:710px;}
.video-yt iframe  {min-height:400px;}
.ytp-hide-controls .ytp-watermark {display:none!important;}


.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin:50px auto;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}