/* .page-block.acoustic {
    background-color: #f9f9f9;
} */
.acoustic .block-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acoustic .container p {
    color: #909090;
    font-weight: 400;
    font-size: 18px;
    max-width: 550px;
    text-align: center;
}
.page-block.acoustic .solutions__wrap {
    background: transparent;
}
.acoustic .content__container {
    display: flex;
    justify-content: space-between;
}
.acoustic .content__container .img__container {
    width: 50%;
    max-width: 474px;
    max-height: 452px;
    overflow: hidden;
    margin-right: 4.6%;
}
.acoustic .content__container .desc__acoustic {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.acoustic .content__container .img__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.acoustic .content__container .desc__acoustic .btn_orange {
    margin-bottom: 16px;
    width: 260px;
    padding: 1.6rem 1.4rem 1.716rem;
}
.acoustic .content__container .desc__acoustic ul li {
    font-size: 1.2rem;
}
.acoustic .solutions__wrap {
    margin-top: 0;
}

/* Acoustic page */
.acoustic__page h3 {
  padding: 15px 70px 0 70px;
  font-weight: 600;
  opacity: .7;
}

.desc__acoustic ul li {
  position: relative;
  list-style: none;
}
.desc__acoustic ul li:before {
  position: absolute;
  content: '';
  margin-left: -20px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FD4000;
}

.acoustic__page ul {
  padding: 0 70px 0 70px;
}

.acoustic__page p {
  padding: 0 70px 0 70px;
}

.acoustic__page p span {
  color: #fd4000;
}

.acoustic__page p b {
  font-style: italic;
  font-weight: 700;
  opacity: .7;
}

.acoustic__page .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.acoustic__page .cont .img__cont {
  width: 50%;
  max-height: 465px;
  overflow: hidden;
}

.acoustic__page .cont .img__cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.acoustic__page .cont .flex__cont {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.acoustic__page .cont .info__container {
  width: 50%;
}

.acoustic__page .cont:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.acoustic__page .src__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 15px 70px 15 70px;
}

.acoustic__page .src__cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #323232;
  -webkit-transition: .3s color ease-out;
  transition: .3s color ease-out;
  text-decoration: none;
}

.acoustic__page .src__cont a span {
  margin-top: 15px;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
}

.acoustic__page .src__cont a img {
  width: initial;
  height: initial;
  -o-object-fit: initial;
     object-fit: initial;
}

.acoustic__page .src__cont a:hover {
  color: #fd4000;
}

.acoustic__page .cont__states h3 {
  padding: 15px 0 0 0;
}

.acoustic__page .cont__states ul {
  padding: 15px 0 0 0;
}

.acoustic__page .cont__states p {
  padding: 15px 0 0 0;
}

.acoustic__page .cont__states p span {
  color: #fd4000;
}

.acoustic__page .cont__states p b {
  font-style: italic;
  font-weight: 700;
}

.acoustic__page .cont__states .img__cont {
  width: 100%;
  margin-top: 20px;
  max-height: 500px;
  overflow: hidden;
}

.acoustic__page .cont__states .img__cont img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.acoustic__page .cont__states .img__cont.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acoustic__page .cont__states .img__cont.two img {
  width: 50%;
}

.acoustic__page .cont__states .info__container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.acoustic__page .cont__states .info__container-bottom p {
  width: 100%;
  max-width: 250px;
}

.acoustic__page .cont__states .info__container-bottom.not {
  display: block;
}

.acoustic__page .cont__states .info__container-bottom.not p {
  max-width: initial;
}

.acoustic__page .cont__states .info__container-bottom.not ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.acoustic__page .cont__states .info__container-bottom.not ul li {
  grid-column: span 1;
  max-width: 90%;
}

.acoustic__page .cont__states .info__container-bottom .our__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.acoustic__page .cont__states .info__container-bottom .human__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acoustic__page .cont__states .info__container-bottom .human__container ul {
  display: block;
}

.acoustic__page .cont__states .info__container-bottom .human__container .photo__container {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  max-width: 140px;
  max-height: 140px;
}

.acoustic__page .cont__states .info__container-bottom .human__container .photo__container img {
  max-width: 140px;
}

.acoustic__page .cont__states .info__container-bottom .human__container .special__container {
  margin-left: 5.2381%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acoustic__page .cont__states .info__container-bottom .human__container .special__container p {
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
}

.acoustic__page .cont__states .info__container-bottom .human__container .special__container ul {
  padding: 0;
}

.acoustic__page .cont__states .src__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.acoustic__page .cont__states .src__cont a {
  grid-column: span 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acoustic__page .cont__states .src__cont a span {
  margin-left: 15px;
  margin-top: 0;
  max-width: 200px;
  text-align: left;
}

.acoustic__page .cont__states .prtf__container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 4%;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.acoustic__page .cont__states .prtf__container .prtf__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  max-width: 560px;
}

.acoustic__page .cont__states .prtf__container .prtf__item .portfolio_item_gal_mob.d-md-none {
  grid-column: span 2;
}

.acoustic__page .cont__states .prtf__container .prtf__item .prtf__desc {
  grid-column: span 1;
  width: 100%;
  max-width: 280px;
  max-height: 180px;
}

.acoustic__page .cont__states .prtf__container .prtf__item .prtf__desc p {
  padding: 5px;
}

.acoustic__page .cont__states .prtf__container .prtf__item .imgs__item {
  grid-column: span 1;
  max-width: 280px;
  min-height: 180px;
  overflow: hidden;
}

.acoustic__page .cont__states .prtf__container .prtf__item .imgs__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.acoustic__page .cont__states .prtf__container .prtf__item ul li:before {
  display: none;
}

.acoustic__page .cont__states .imgsmin {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

.acoustic__page .cont__states .imgsmin__item {
  grid-column: span 2;
  width: 100%;
  max-width: 180px;
  max-height: 120px;
  overflow: hidden;
  border: 1px solid #707070;
}

.acoustic__page .cont__states .imgsmin__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.acoustic__page .cont__states .imgsmin__item:nth-child(3) {
  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;
}

.acoustic__page .cont__states .imgsmin__item:nth-child(3) img {
  width: initial;
  height: initial;
  -o-object-fit: initial;
     object-fit: initial;
}

.acoustic__page .cont__states .grid-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.acoustic__page .cont__states .grid-cont .info__container {
  max-width: 48%;
}

.acoustic__page .cont__states .grid-cont .imgsmin {
  max-width: 48%;
}

@media screen and (max-width: 992px) {
  .acoustic__page .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acoustic__page .cont:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .acoustic__page .cont .info__container {
    width: 100%;
  }
  .acoustic__page .cont .img__cont {
    width: 100%;
  }
  .acoustic__page .cont .flex__cont {
    width: 100%;
  }
  .acoustic__page .cont__states .prtf__container .prtf__item .imgs__item {
    grid-column: span 2;
    max-height: 100px;
    min-height: initial;
  }
  .acoustic__page .cont__states .prtf__container .prtf__item .prtf__desc {
    grid-column: span 2;
    min-height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .acoustic__page .cont__states .grid-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acoustic__page .cont__states .grid-cont .info__container {
    max-width: 100%;
  }
  .acoustic__page .cont__states .grid-cont .imgsmin {
    margin-top: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .acoustic__page h3 {
    padding: 15px 0 0 0;
  }
  .acoustic__page ul {
    padding: 0 0 0 0;
  }
  .acoustic__page p {
    padding: 0 0 0 0;
  }
  .acoustic__page .src__cont {
    margin-bottom: 15px;
  }
  .acoustic__page .src__cont a {
    grid-column: span 2;
  }
  .acoustic__page .cont .img__cont {
    max-height: 250px;
  }
  .acoustic__page .cont__states .info__container-bottom .our__spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .acoustic__page .cont__states .info__container-bottom.not ul li {
    grid-column: span 2;
  }
  .acoustic__page .cont__states .prtf__container .prtf__item {
    grid-column: span 2;
  }
  .acoustic__page .cont__states .prtf__container .prtf__item .prtf__desc {
    max-width: initial;
    min-height: initial;
  }
  .acoustic__page .cont__states .prtf__container .prtf__item .imgs__item {
    max-width: initial;
  }
}


@media screen and (max-width: 768px) {
    .acoustic .content__container {
        flex-wrap: wrap;
    }
    .acoustic .content__container .img__container {
        width: 100%;
    }
    .acoustic .content__container .desc__acoustic {
        width: 100%;
        align-items: center;
    }
    .acoustic .content__container .img__container {
        width: 100%;
        max-width: initial;
    }
}

/* New fixed */
.our-offer__item {
    max-width: 270px;
}
.our-offer__item-title {
    font-size: 20px;
    font-weight: 400;
}