
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    color:#000000;
    font-size: 16px;
    word-wrap: break-word;
    

}

body.lang_en-GB,
body.lang_ru-RU{
    font-family: Roboto,sans-serif;
}



h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size:24px;
    font-family: Roboto,sans-serif;
}
a, a:focus, a:hover{
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none!important;
    color: #000;
}
p{
    font-family: Roboto,sans-serif;
    line-height: 1.4;
}
ul{
    list-style: none;
}
.fixwidth{
    width:1280px;
    margin:0 auto;
}


.main_row{
    position: relative;
    overflow: hidden;
    margin-bottom: 500px;
    z-index: 999;
    background: #fff;    
}


.mb_close{
    display:none;
}
.menuBox{
    float:left;
}

.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0px 5px 15px;
    cursor: pointer;
    position: relative;
    top: 8px;
    z-index: 9;
}

.menu_row{
width: 100%;
    display: inline-block;
    height:61px;
}


.mainBgRow{
    position:relative;
    height: 690px;
    z-index:9999;
}
.mainSlideOver{
      position: absolute;
    width: 100%;
    left: 0;
    top: 0;  
}

.mainSlider .owl-nav,
.mainSlider .owl-dots{
    display:none;
}
.mainSlider {
       height: 700px; 
}

.mainSlider .owl-item{
    height: 700px;
}

.mainSlider.owl-item img{
     height: 700px;
}


.mainBgRow:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:101.5%;
    background:rgba(0,0,0,0.6);
    z-index:99;

}

.pageHeader{
position: relative;
    height: 450px;
    z-index:99;
}

.pageHeader:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:101.5%;
    background:rgba(0,0,0,0.6);
    z-index:99;

}

.itemBoxPage{
  min-height:600px;   
}

.mainBg.parallax-window {
    min-height: 640px;
    background: transparent;
    position: relative;
}
.top_row{
    position: absolute;
    z-index: 99999;
}




.top_content {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 7px;
}

.top_social ul{
  width: 100%;
    display: inline-flex;  
}

.top_social ul li img{
    filter: grayscale(1);
}

.top_social ul li:hover img{
    filter: grayscale(0);
}

.logo_line {
    float: left;
        padding: 10px 0;
}

.logo_line img{
   height: 100px; 
}

.top_contact {
    float: right;
    width: 920px;
    margin-top: 40px;
}

.top_contact .top_cnt {
    display: inline-flex;
    margin: 15px 0px 0px 0px;
    float: right;
}

.top_contact  .top_cnt>li.tps {
    width: 210px;
    text-align: left;
    position: relative;
    float: left;
    text-align: center;
    padding: 8px 0px 0px 0px;
}

.top_cnt>li a{
    position:relative;
}
.top_contact  .top_cnt>li.tps:nth-of-type(2) a{
    padding: 12px 18px 12px 25px;
}
.top_contact  .top_cnt>li.tps:nth-of-type(2) a:before{
    content:"";
    width:3px;
    height:100%;
    background:#0399D4;
    position:absolute;
    right:0;
    top:0;
}


.top_contact  .top_cnt>li.tps2 {
    width: 180px;
    text-align: left;
    position: relative;
    float: left;
    text-align: center;
    padding: 3px 15px 0px 0px;
    margin-right: 24px;
}

div.mod-languages img{
    width: 32px!important;
    margin-top: 3px;
}

.top_contact  .top_cnt>li.tps2:before{
    content:"";
    width:3px;
    height:100%;
    background:#0399D4;
    position:absolute;
    right:0;
    top:0;

}

.tps2 ul{
        width: 100%;
    display: inline-flex;
}

.top_contact  .top_cnt>li.tps:after{
    content: "";
    background: rgba(255,255,255,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.top_contact  .top_cnt>li.tps:nth-of-type(1):before{
    content: "";
    background: url(../images/top_phone.png) no-repeat 1px 1px;
    position: absolute;
    left: 6px;
    top: 7px;
    width: 24px;
    height: 24px;
    background-size: 20px
}

.top_contact  .top_cnt>li.tps:nth-of-type(2):before{
    content: "";
    background: url(../images/top_email.png) no-repeat 1px 1px;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
    background-size: 20px
}




.top_social{
        float: left;
            margin-top: 24px;
}

.top_social ul li a{
        display: block;
    margin: 0 6px;
}

.main_menu {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    position:relative;
        border-radius: 10px;
}


.menuBox {
    float: left;
}

div.mod-languages a{
    color:#fff;
}

.lang-active a,
div.mod-languages a:hover{
    color: #0399D4!important;
}


.tps a{
        color: #fff;
    font-size: 14px;
}

.menuBox ul{
      width: 100%;
    padding: 15px;  
}
.menuBox ul li{
        padding: 5px 20px;
}
.menuBox ul li a{
    font-size: 18px;
    color: #28586C;
    position:relative;
}


.menuBox ul>li>a:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #0399D4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}


.menuBox ul li:not(.parent) a:hover:after,
.menuBox ul li:not(.parent).active a:after{
width: 100%!important;
}



/*.menuBox ul li.current a:before,
.menuBox ul li a:hover:before{
    content:"";
    width:100%;
    height:2px;
    background:#0399D4;
    position:absolute;
    bottom:-2px;
    left:0;
}*/

.slider_slogan{
    width: 100%;
    height: 690px;
    position: relative;
    z-index: 9999;
}

.slider_slogan_data{
        position: absolute;
    bottom: -100px;
    width: 550px;
    left: 0;
    z-index: 999;
    height: 445px;
    background: #28586C;
    border-radius: 20px;
    padding: 35px;
    box-sizing: border-box;
}


.slider_slogan_data span{
  color: #FFFFFF;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: bold;  
}

.slogan2{
    color: #28586C!important;
    -webkit-text-stroke: 2px #fff;
}

.req_nav{
        position: absolute;
    right: -1px;
    margin: 0;
    top: 0;
    background: #0399D4;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
        overflow: hidden;
}

.req_nav a{
color: #fff!important;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    display: block;
    padding: 22px 22px;
}

.req_nav a:hover{
    transition: all .5s ease;
    background:#28586C;
}

#submitButton,
.product_request{
    transition: all .5s ease;
    color: #0499d4;
    border: 3px solid #0499d4;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color : transparent;
    padding: 10px;
    outline: none;
    border-radius: 4px;
}
#submitButton:hover,
.product_request:hover{
    color: #fff!important;
    background-color: #0499d4;
}




.download_box{
        width: 100%;
    display: inline-block;
    border-top: 1px solid rgba(255,255,255,0.5);
        margin-top: 25px;
}

.download_box ul{
  width: 100%;
    display: inline-flex;  
}

.download_box ul li{
        width: 50%;
    position: relative;
}
.download_box ul li img{
    height:90px;
}

.download_box ul li a{
        display: block;
}

.download_box ul li a span{
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    width: 113px;
    text-transform: inherit;
    left: 25%;
    top: 34%;
}


.mainBgBottom{
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding-top: 50px;
    background: url(../images/middle_bg.png) no-repeat left top;
    min-height: 450px;
}

.mainBgBottom p{
    text-align: right;
    font-size: 40px;
    color: #00576C;
    font-weight: bold;
}

.mainBgBottom p span{
        color: #0399D4;
}

.mainBgBottom h3{
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #28586C;
    font-size: 100px;
    font-weight: bold;
    padding: 10px 0;
    text-align:left;
}

.mainBgBottom h3 {
    background: url(../images/middle_header_bg.png) no-repeat right top -6px;
    background-size: auto 140px;
}

.production_row{
        width: 100%;
    display: inline-block;
}

.blockStandartHeader{
        text-align: center;
}

.blockStandartHeader h2{
    display: inline-block;
    position: relative;
    color: #fff;
    -webkit-text-stroke: 1px #0399D4;
    font-size: 34px;
    position:relative;
}

.blockStandartHeader h2:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #0399D4;
    position: absolute;
    bottom: -2px;
    left: 0;
}


.blockStandartHeader h2 span{
    color: #28586C;
}

.production_block{
        width: 100%;
    display: inline-block;
}


.production_block ul{
        width: 100%;
    display: inline-flex;
    margin: 50px 0;
}

.production_block ul li{
width: 48%;
    margin-right: 50px;
    background: #f8fdff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.product_data{
        float: left;
    position: relative;
}

.product_data h3{
  color: #513131;
  font-weight:bold;
}


.product_prev{
        float: right;
      position: relative;  
}

.production_block ul li:before{
    content: "";
    width: 200px;
    height: 200px;
    background: #c7e9f6;
    border-radius: 100%;
    position: absolute;
    top: -40%;
    right: -4%;
}
    
.blockFirstBs{
        margin-top: -90px;
}


.ab_data{
        width: 100%;
    display: inline-flex;
    margin: 50px 0;
}

.ab_preview{
width: 40%;
    margin-right: 100px;
}

.ab_preview img{
    height: 95%;
}

.ab_content{
   width:50%;   
}


.ab_content ul li{
        margin-bottom: 30px;
    width: 100%;
}

.ab_content ul li h4{
    color: #3C6C72;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}


/*.ab_content ul li h4:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #0399D4;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ab_content ul li:hover h4:before{
        background: #28586C;
}

*/
.ab_content ul li strong{
    display:inline-block;
    position:relative;
    font-weight:normal;
}

.ab_content ul li strong:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background-color: #0399D4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}




.ab_content ul li h4:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #28586C;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    z-index:99;
}


.ab_content ul li h4:hover:before{
width: 100%!important;
}







.ab_content ul li:nth-of-type(1) h4:after{
    content: "1";
    position: absolute;
    left: -50px;
    top: 0;
    background: #0399D4;
    color: #fff;
    padding: 6px 0px 0px 0px;
    font-size: 23px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}


.ab_content ul li:nth-of-type(2) h4:after{
    content: "2";
    position: absolute;
    left: -50px;
    top: 0;
    background: #0399D4;
    color: #fff;
    padding: 6px 0px 0px 0px;
    font-size: 23px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}



.ab_content ul li:nth-of-type(3) h4:after{
    content: "3";
    position: absolute;
    left: -50px;
    top: 0;
    background: #0399D4;
    color: #fff;
    padding: 6px 0px 0px 0px;
    font-size: 23px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}




.ab_content ul li:nth-of-type(4) h4:after{
    content: "4";
    position: absolute;
    left: -50px;
    top: 0;
    background: #0399D4;
    color: #fff;
    padding: 6px 0px 0px 0px;
    font-size: 23px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}


.ab_content ul li:nth-of-type(5) h4:after{
    content: "5";
    position: absolute;
    left: -50px;
    top: 0;
    background: #0399D4;
    color: #fff;
    padding: 6px 0px 0px 0px;
    font-size: 23px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}


.ab_content ul li:nth-of-type(6) h4:after{
    content: "6";
    position: absolute;
    left: -50px;
    top: 0;
    background: #0399D4;
    color: #fff;
    padding: 6px 0px 0px 0px;
    font-size: 23px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}








.partners_block{
    margin: 30px 0;
    padding: 0;
}

.partners_header{
    position: relative;
    color: #fff;
    -webkit-text-stroke: 1px #0399D4;
    font-size: 30px;
    padding-left: 60px;
    border-bottom: 2px solid #0399D4;
    margin-bottom: 20px;
    padding-bottom: 15px;    
}

.partners_header:before{

}

.partners_header span{
    color: #28586C;
    position: relative;
}




.partners_logo li:hover{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
    border: 2px solid #0499D4;
}





.partners_logo  li{
    border: 2px solid rgb(211, 211, 211, 0.5);
    padding: 25px;
    border-radius: 10px;
    height:130px;
}

.partners_logo  li img{
    height: 100%;
    object-fit: contain;
}

.partners_logo {
    margin-top: 10px;
    margin-bottom: 20px;
}



.partners_header:before{
    content: "";
    background: url(../images/h_bg.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 65px;
    background-size: 40px;
}





.middle_box{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
    background: url(../images/bg_1.jpg) no-repeat 0px 0px;
    background-size: cover;
    height: 450px;
    background-attachment: fixed;
}

.middle_data_row{
        width: 100%;
    display: inline-block;
}

.middle_form{
    width: 45%;
    margin-right: 40px;
}


.middle_faq{
    width: 60%;
}


.faq_row > h5{
        font-size: 29px;
    color: #91BF49;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 20px;
}



.contactform_data{
        width: 620px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 0px 7px 0px #ccc;
    margin-top: 50px;
}

.contactform_data h5{
   color: #28586C;
    font-size: 23px;
    padding-left: 55px;
    margin-bottom: 25px; 
     background: url(../images/chat.png) no-repeat 0px 0px;
}

.contactform_data h5 strong{
        width: 100%;
    display: inline-block;
    color: #0399D4;
    font-size: 25px;
    font-weight: bold;
}

.form_item_contact.manager{
    display:none;
}

.form_item_contact input{
        border: none;
    border-bottom: 2px solid #0399D4;
    width: 100%;
    outline: none;
    padding: 10px;
    background:none;
}


.form_item_contact_message textarea{
        border: none;
    border-bottom: 2px solid #0399D4;
    width: 100%;
    outline: none;
    padding: 10px;
    resize:none;
    background:none;
    height:95px;
}

.btn-box {
        text-align: center;
}

.btn-box button{
        background: #0399D4;
    border: none;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    width: 50%;
    outline: none;
}


.news_row{
        margin: 30px 0;
}

.news_row .partners_header a{
    float: right;
    color: #0399D4;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 30px;
}

.news_data{
        width: 100%;
    display: inline-flex;
}

.news_item{
    box-shadow: 0px 0px 7px 0px #ccc;
    width: 32%;
    margin-right: 30px;
    padding: 10px;
    border-radius: 10px;
}

.newsPreview{
    width: 100%;
}

.newsPreview{
    width: 370px;
    height: 320px;
    padding: 5px;
    overflow:hidden;
}
.newsPreview img{
       width: 100%;
    height: 100%;
    object-fit: cover; 
}

.news_content{
    padding: 15px;
}

.news_content strong{
    font-size: 13px;
    color: rgba(89, 89, 89, 0.67);
    padding: 11px 10px 10px 20px;
    display: block;
    position: relative;
}

.news_content strong:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/news_time.png) no-repeat 0px 0px;
    position: absolute;
    top: 12px;
    left: 0px;  
}

.news_content h4{
    font-size: 18px;
    color: #28586C;
    margin: 10px 0;
}

.news_data .news_item:last-of-type{
    margin:0;
}


.comment_row{
    width: 100%;
    display: inline-block;
        margin-top: 50px;
}


.comment_data{
    width: 100%;
    display: inline-block;
    height: 300px;    
   background: url(../images/faq_ico.png) no-repeat left 30% top 50%; 
}

.sl_item_faq{
        width: 100%;
    display: inline-block;
}

.faq_preview{
        width: 90px;
    margin: 25px auto;
    border-radius: 5px;
    overflow: hidden;
}
   
.faq_desc{
width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.faq_position{
    text-align: center;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    color:#21A7DD;
}


.comment_data  .owl-nav{
position: absolute;
    top: 38%;
    width: 100%;
    display: inline-block;
}

.comment_data  .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    top: 100px;
}

.comment_data  .owl-nav .owl-prev i{
    content:"";
    background: url(../images/arrow-left-solid.svg) no-repeat 0 0; 
    width:30px;
    height:30px;
    position:absolute;
    left:0;
    top:0;
}

.comment_data  .owl-nav .owl-next i{
    content:"";
    background: url(../images/arrow-right-solid.svg) no-repeat 0 0; 
    width:30px;
    height:30px;
    position:absolute;
    right:0;
    top:0;
}




.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    color: #000;
   background: url(../images/bg_1.jpg) no-repeat 0px 0px;   
}


.main_over{

}

.parallax-mirror{
     z-index: 99!important;
}


.footer_main{
    width: 100%;
    display: inline-block;
}

.footer_logo{
    width: 100%;
    display: inline-block;
    margin: 10px 0px 25px 0px;
    text-align: center;
}

.footer_text{
        text-align: center;
    color: #fff;
}

.footer_social{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.footer_social ul{
        display: inline-flex;
}

.footer_social ul li{
    padding:0 5px;
}

.copyright{
    width: 100%;
    background: #0C0C0D;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.copyright a{
   color: #fff; 
}

.footer_newsletter{
        border-top: 2px solid #0399D4;
    padding: 0px 0px 10px 0px;
    display: inline-block;
    width: 100%;
}

.newsletter_row{
        width: 100%;
    display: inline-flex;
    margin-top: 20px
}

.newsletter_header{
        width: 50%;
}

.newsletter_header h6{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.newsletter_header h6 span{
        color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.newsletter_header p{
        color: #fff;
}

.newsletter_form{
        width: 50%;
    position: relative;
}

.newsletter_form form{
        width: 100%;
    display: inline-flex;
}

.newsletter_form form input{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
    border: none;
    border-radius: 5px;
    outline: none;
    color: #fff;
}

.newsletter_form form button{
    width: 10%;
    position: absolute;
    right: 0;
    outline: none;
    background: url(../images/newsletter_btn.png) no-repeat 0px 3px;
    height: 100%;
    border: none;
}


.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101.5%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
}

.footer .container,
.copyright{
        position: relative;
    z-index: 99;
}

.pageHeader h1{
     position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    z-index: 99;   
}


.pageHeader img{
  max-width:100%;   
}

.mod-breadcrumbs__wrapper ol.mod-breadcrumbs{
        background: none;
    border-bottom: 1px solid #9E9E9E;
    border-radius: inherit;
    padding: 10px 0px 10px 0px!important;
    width: 100%;
    display: inline-flex;
}

ol.mod-breadcrumbs li a{
        color: #9E9E9E;
}

.about_row{
        width: 100%;
    display: inline-block;
}

.about_preview{
        width: 49%;
    float: left;
}

.about_preview img{
        width: 100%;
}

.about_data{
        width: 49%;
    float: right;
    font-size:18px;
}

.video_block{
     width: 100%;
    display: inline-block;
    margin: 50px 0;   
}

.video_block .blockStandartHeader{
        margin-bottom: 50px;
}



.page_114 .products_row ul{
        width: 100%;
    display: inline-flex;
    margin: 50px 0;
}

.page_114 .products_row ul li{
    width: 48%;
    margin-right: 50px;
    background: #f8fdff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 10px;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.page_114 .products_row ul li:before {
    content: "";
    width: 200px;
    height: 200px;
    background: #c7e9f6;
    border-radius: 100%;
    position: absolute;
    top: -40%;
    right: -4%;
}


.conactData{
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 30px;
    border-radius: 15px;
    margin: 50px 0;
    background: url(../images/contact_page_bg.jpg) no-repeat center center;
        width: 100%;
    display: inline-block;
}

.cont_header_sb{
       font-size: 18px;
    float: right;
    color: #28586C;
    -webkit-text-stroke: inherit;
    font-weight: 100;
    padding: 10px 0px 0px 0px; 
}

.contact_page_content{
    width: 48%;
    float: left;
    border-right: 2px solid rgb(3, 153, 212,0.5);
    height:410px;
    margin:30px 0;
}

.contact_page_form{
        float: right;
    width: 48%;
     margin:30px 0;
}


.cont_info>ul>li{
        width: 45%;
    border-bottom: 1px solid rgb(3, 153, 212,0.5);
    margin-bottom: 10px;
    padding: 5px 0px 5px 60px;
    position:relative;
}

.cont_info>ul>li:nth-of-type(1):after{
     content:"";
    background: url(../images/contact_map.png) no-repeat 0 0; 
    width:48px;
    height:48px;
    position:absolute;
    left:0;
    top:0;  
        background-size: 46px;
}

.cont_info>ul>li:nth-of-type(2):after{
     content:"";
    background: url(../images/contact_phone.png) no-repeat 0 0; 
    width:48px;
    height:48px;
    position:absolute;
    left:0;
    top:0; 
        background-size: 46px;
}

.cont_info>ul>li:nth-of-type(3):after{
     content:"";
    background: url(../images/contact_email.png) no-repeat 0 0; 
    width:48px;
    height:48px;
    position:absolute;
    left:0;
    top:0;   
        background-size: 46px;
}

.cont_info>ul>li:nth-of-type(4):after{
     content:"";
    background: url(../images/contact_social.png) no-repeat 0 0; 
    width:48px;
    height:48px;
    position:absolute;
    left:0;
    top:0;   
        background-size: 46px;
}

.contact_social_bg li {
        padding: 0 3px;
}

.cont_info>ul>li p{
    margin:0px;
}



.cont_info>ul>li:last-of-type{
 border:none;
}


.contact_social_bg{
    width:100%;
        display: inline-flex;
}

.contact_map{
        width: 100%;
    display: inline-block;
    margin-bottom: 100px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px;
}







.news_page_row{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.news_page_item{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.news_item_preview{
        width: 40%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

.news_item_preview img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news_item_data{
        width: 60%;
    float: left;
    padding: 0px 0px 0px 20px;
}

p.publish_up{
    color: #ccc;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    position:relative;
}

.news_item_data h4{
        width: 60%;
    float: left;
    padding: 0px 0px 20px 0px;
}

.news_item_data h4 a{
    color: #000;
    text-decoration: none;
}

.news_item_text{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    height: 170px;
    overflow: hidden;
}

.news_item_nav{
    text-align: right;
}

.news_item_nav a{
        color: #000;
    text-transform: lowercase;
}

.publish_up:before{
    content: "";
    width: 18px;
    height: 19px;
    background: url(../images/account_calendar_icon.png) no-repeat 0px 0px;
    position: absolute;
    top: 2px;
    left: 1px;
    background-size: 16px;
}





.news_item_preview img,
.newsPreview img{
overflow: hidden;
    border-radius: 10px;
}


.news_item_preview img,
.newsPreview img{
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.news_item_preview:hover img,
.newsPreview:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.pageInner {
   margin-bottom:100px;
}


.pageInner .page-header h1{
        color: #28586C;
    padding: 0px 0px 10px 0px;
}



.product_wrapper{
        width: 100%;
    display: inline-flex;
    margin-bottom:100px;
}

.product_menubox{
        width: 30%;
    background: #FCFCFC;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-right: 40px;
}

.product_page_row{
    width: 70%;
}

.products_menu > ul{
    width: 100%;
    display: inline-block;
}

.products_menu > ul > li{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.products_menu > ul > li > a{
        font-size: 24px;
    color: #28586C;
    border-bottom: 2px solid #0399D4;
    margin-bottom: 10px;
    display: inline-block;
}

.products_menu .mod-menu__sub li a{
    font-size: 16px;
    color: #28586C;
    display: block;
    position: relative;
}


.products_menu .mod-menu__sub li a:before{
    content: "";
    width: 6px;
    height: 6px;
    background: url(../images/product_nv.png) no-repeat 0px 0px;
    position: absolute;
    top: 9px;
    right: 1px;
}


.product_page_item{
        width: 100%;
    display: inline-flex;
    background: #FCFCFC;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

.product_page_preview{
        width: 30%;
    margin-right: 20px;
}

.product_page_preview img{
        width: auto;
    max-height: 170px;
}

.product_request{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin: 15px 0px 0px 0px;    
}

.product_page_data{
        width: 70%;
}

.product_page_data h3{
color: #0399D4;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.product_page_data h3 a{
    color: #0399D4;
}

.product_params ul li strong{
        font-weight: bold;
    color: #0399D4;
    text-transform: lowercase;
        padding-right: 10px;
}

/*.product_params ul li strong:first-letter{
   text-transform: uppercase;
}
*/


.product_page_row > h2{
    font-size: 28px;
    color: #28586C;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product_media{
      margin-bottom: 20px  
}

.product_media .product_request{
        display: inline-block;
    padding: 5px 20px;
    width: auto;
    margin-top: 18px
}



.albery-item{
     width: 100%;
    margin:10px 5px;
    padding: 0;
    height: 100%;
}


.albery-item img{
object-fit: cover;
    width: 100%;
    height: 120px;
    display: block;
}

.albery-item a{
    display:block;
}

.media_gallery{
        float: left;
    margin-right: 20px;
}

.main_media{
float: left;
    width: 76%;
    height: 390px;
}

.main_media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_inner_data{
      width: 100%;
    display: inline-block;
    margin: 30px 0;  
}


.pr_inner_req{
        width: 100%;
    display: inline-block;
}

.pr_inner_req a{
        padding: 10px 32px!important;
}

.top_cnt>li img{
        width: 35px;
    margin-right: 5px;
}


iframe{
    border-radius:10px;
}

.zoom-thumb-inner{
        float: left;
    margin: 0px 20px 20px 0px;
    width: 35%;
}

.zoom-thumb-inner img{
        width: 100%;
}


.newsInnerPs{
     width:1000px;
    margin:20px auto;   
}

.attach_row{
    width: 100%;
    display: inline-block;
    margin: 10px 0px 35px 0px;
}

.attach_row input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #0399D4;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
        border-radius: 5px;
}

.fa-cloud-upload{
    color:#0399D4;
}




.popOverlay{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

.modal{
    z-index: 999999!important;
}

.modal-content-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fefefe;
    width: 100%;
    padding: 25px;
    max-width: 400px;
    border-radius: 10px;
}


.popupData{
        width: 100%;
    display: inline-block;
}


.popupData form{
        margin-top: 23px;
}

.close{
    outline:none;
}



table {
  border-collapse: collapse;
  width: 100%;
  margin:15px 0;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}


table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #dedede;
  color: white;
}

.itemBoxPage>ul>li{
    padding:2px 2px 2px 35px;
    position:relative;
}

.itemBoxPage ul li:before{
     content: "";
    width: 7px;
    height: 7px;
    background: #0399D4;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
}



.contact_social_bg li:before,
.cont_info ul li:before,
.product_params ul li:before,
ul.mod-menu  li:before{
  display:none;   
}


.pr_pdemo_box{
width: 100%;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    position: relative;
}

.pr_pdemo_box p{
    min-height:90px;
}

.pr_pdemo_box a{
    color: #3C6C72;
    float:right;
}

.home_description{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}




