body{
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
}
div{
  box-sizing: border-box;
}
ul{
  margin:0;
}
p{
  margin: 0;
}
.changeColor li a{
-webkit-transition: all 0.3s ease;;
-moz-transition: all 0.3s ease;;
-o-transition: all 0.3s ease;;
transition: all 0.3s ease;
}
.changeColor li a:hover{
color:  #fff;
}
#curentLanguage{
  color:#fff;
  text-decoration: underline;
}
.container{
  max-width: 1920px;
  height: 1000px ;
  margin: 0 auto;

}
.logo {
  margin-top: 1%;
  margin-left: 10%;
  float: left;
  height: 15%;
  width:15%;
}
nav{
  float: right;
  margin-top:2%;
  margin-right: 10%;
  height: auto;
  width: 60%;
}
.languages{
  padding: 0;
}
.languages li{
  float: right;
  display: block;
  margin-left: 3%;
}
.languages li a{
  color:#D8D8D8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 150%;
}
.menu {
  padding: 0;
}
.menu li {
  float: right;
  display: block;
  margin-left: 5%;
}
.menu li a {
  color:#BDBDBD;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 220%;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}
.menu li a:hover{
  color:#fff;
}
.titles_first{
  margin-top: 5%;
  margin-bottom: 4%;
  font-size: 400%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.titles_other{
  padding: 1%;
  font-size: 400%;
  color: #075CA2;
  text-align: center;
  text-transform: uppercase;
}
.titles_firstpagetext{
  line-height: 120%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 200%;
  color: #fff;
  text-align: justify;
  text-indent: 5%;
}
.clearfix:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.wwd_divright{

  width: 55%;
  height: 100%;
  background-color: #7990A4;
  float: right;
  padding-right: 1%;
  padding-top: 1%;
}
.wwd_divleft{

  width: 45%;
  height: 100%;
  float: left;
  line-height: 0px;
}
.wwd_subdivleft{
  width:100%;
  height: 50%;
  background-color: #7990A4;
}
.images{
  width: 98%;
  height: auto;
}
.images-service{
  width: auto;
  height: 100%;
}
.images-service-mobile{
  display: none;
  width: 100%;
  height: auto;
}

.product_top{
  height: 40%;
  width: 100%;

}
.product_photo{
  align-items: center;
height: 60%;
width: 100%;

}
.product_photo_left{
height: 100%;
width: 50%;
float: left;
}
.product_photo_right{
height: 100%;
width: 50%;
float: right;
}
.main_backimage{
  background: url(../img/header_background.jpg) no-repeat center top / cover;
}
.partners_backimage{
  background: url(../img/pic4_1.jpg) no-repeat right center / contain ;
}
.partners_backcolor_text{
  background-color: #D8DEE4;
  opacity: 0.80;
}
.partnets_backgrund_color{
  background-color: #7990A4;
}
.partners_main_container{
  width: 100%;
  height: 100%;
}
.partners_add_container{
  width: 100%;
  height: 100%;
}
.enumerable{
  font-size: 200%;
  line-height: 160%;
}
.productBackground{
  background-color: #BDC2C6;
}
.servicesBackground{
  background: url(../img/services_Background.jpg) no-repeat center top / cover;
}
.serviceLeft{
  line-height: 0px;
  width: 48%;
  height: 100%;
  background-color: #C3CBD3;
  opacity: 0.8;
  float: left;
  padding-top: 5%;
  padding-left: 1%;
  margin-left: 1%;
}
.serviceRight{
  align-items:flex-end;
  width: 46%;
  height: 100%;
  float: right;
  line-height: 0px;
  margin-right: 1%;

}
.serviceBigCont{
  margin-top: 13%;
  height: 50%;
  width: 100%;
}
.contactsCon{
  max-width: 1920px;
  height: 270px ;
  margin: 0 auto;
  background-color: #7990A4;
}
.contactsText{
  margin: 0 auto;
  text-align: center;
  font-size: 200%;
  line-height: 150%;
}
.addpadtop{
  padding-top: 5%;
}
.addpadtopsmallpersent{
  padding-top: 1%;
}
.addpadleft{
  padding-left: 5%;
}
.addpadright{
  padding-right: 2%;
}
.image-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-flex-bottom{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.layer_position_front{
  z-index: 100;
}
