img.attachment-skew-img.size-skew-img.brands-img {
    width: auto;
    max-height: 85px;
    margin: 0 auto;
}
.project-img-container.brands-img-container {
    max-height: 130px;
}
.last-projects-list.brands-list h3 {
    text-align: center;
}

.last-projects h2, .main-title {
    margin-bottom: 40rem!important;
}
.last-projects-list {
    padding: 00rem 0 0 0!important;
}
.about-img-container {
    width: 500rem!important;
}
.bamp_cont {
    padding-top: 20px;
}
.b_item {
    width: 49%;
    display: inline-block;
}
@media (max-width: 400px) {
	.b_item {
	    width: 100%;
	    display: inline-block;
	    padding-bottom: 10px;
	}
}
/*video on main*/	
.cover {
  position: relative;
    /* top: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.cover .hi {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    transform: none;
    color: #fff;
    font-family: 'Bahnschrift', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}
.cover .hi span {
  color: #ff0;
  cursor: pointer;
  text-decoration: underline;
}
.cover .hi em {
  font-style: normal;
}
.cover .hi em.hidden {
  display: none;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.tv .screen.active {
  opacity: 1;
}
.main-menu .phone_wa_he a:last-child{
  display: none!important;
}
