/*.banner-block img{
  width: 100%;
}*/
.witr_swiper_area{
  padding-bottom: 40px;
}
div.witr_swiper_height{
  height: 510px;
  background-position: center bottom;
}
div.witr_swiper_content {
  top: 70%;
}

.products_area{
  padding-bottom: 40px;
}
.products-list{
  justify-content: center;
  flex-basis: 100%;
}
.products_area img{
  max-height: 300px;
  align-self: center;
}
.products_area .team-part{
  text-align: center;
}
.products_area .team-part-img{
  height: 300px;
  display: flex;
  justify-content: center;
}

.buy_area .em-service-icon img {
  max-width: 40px;
  height: 40px;
  margin: 0;
}
.description_area.description_1{
  padding-top: 40px;
}
.description_area{
  text-align: justify;
  padding-bottom: 40px;
}
.description_area img{
/*  max-height: 300px;*/
  margin: auto;
}
.video_block_area{
  padding-bottom: 40px;
}

.row .cesium-overhauser-col .row{
  margin: 10px auto;
}
.cesium-overhauser-col .row > :first-child,
.cesium-overhauser-col .row > :last-child{
  font-size: 12px;
  white-space: nowrap;
}
.cesium-overhauser-col .row > :first-child{
  text-align: left;
}
.cesium-overhauser-col .row > :nth-child(2){
    align-self: center;
}
.cesium-overhauser-col .row > :last-child{
  text-align: right;
}
.cesium-overhauser-col img,
.cesium-overhauser-col svg{
  max-width: 40px;
  max-height: 40px;
}
@media screen and (max-width: 768px){
  .cesium-overhauser-col .row > :first-child, 
  .cesium-overhauser-col .row > :last-child {
    white-space: normal;
  }
}