.b-header .b-logo{
  display: block;
}
.b-logo img{
  width: 100%;
  object-fit: contain;
  object-positionL cebter;
  max-width: 127px;
}
/* .b-header .b-nav > ul > li:nth-child(4){
  margin-right: 65px;
} */
/* .b-header .b-nav > ul > li:nth-child(3){
  margin-right: 320px;
} */

/* .b-header .b-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */


.b-header .b-logo{
  display: block;
}

.b-logo img{
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 86px;
	max-height: 70px;
	height: 100%;
}
.b-header .b-nav > ul > li:nth-child(4){
  margin-right: 65px;
}
.b-header .b-nav > ul > li:nth-child(4){
  margin-right: 320px;
}
.our_social{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;

}
.our_social span{
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.our_social img{
  width: 22px;
  height: 22px;
  object-size: contain;
  object-position: center;
  position: relative;
  z-index: 10;
}
.our_social span:after {
  position: absolute;
  bottom: -1px;
  right: -12px;
  content: "";
  width: 40px;
  height: 6px;
  background: #d5b237;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}
.our_social:hover span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.w-100{
  width: 100% !important;
}

@media (max-width: 1360px) {
  .b-header .b-nav > ul > li:not(:last-child){
    margin-right: 24px;
  }
  .b-header .b-nav > ul > li:nth-child(3){
    margin-right: 210px;
  }

}
@media (max-width: 991px) {
  .our_social{
    position: relative;
    justify-content: flex-start;
    right: 0;
    top: auto;
    margin-top: 20px;
  }
  .our_social span{
      font-size: 18px;
  }
}
.b-main__item-newTitle{
  position: absolute;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20;
}
.b-main__item-newTitle h2{
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  font-size: 140px;
}
.b-main__item-newTitle p{
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 200;
  text-transform: lowercase;
  margin: 0;
  font-size: 72px;
  transition-delay: .5s;
}
.b-main .b-info__line{
  top: 40%;
  height: 80px;
}
.b-main .b-info__line._small{
  top: 54%;
  left: calc(73% - 330px);
  height: 85px;
  width: 330px;
}
@media (max-width: 1599px) {
  .b-main__item-newTitle h2{
    font-size: 110px;
  }
  .b-main__item-newTitle p{
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .b-main__item-newTitle h2{
    font-size: 72px;
  }
  .b-main__item-newTitle p{
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .b-main__item-newTitle{
    display: none;
  }
  .b-main{
    min-height: auto;
  }
  .b-main__item-block{
    margin-top: 40px;
  }
  .b-mobile{
    margin: 0 !important;
  }
}