hr{
  box-sizing: border-box;
}

.poshiv-head-background{
  background: #99C2D1;
  margin-bottom: -16px;
  transform: translateY(-16px);
}
  @media(max-width: 1024px){
    .poshiv-head-background{
      margin-bottom: 0;
      transform: translateY(-16px);
      height: 293px;
    }
    .poshiv-head-background .container {
      height: 293px;
    }
  }
.poshiv-head-block{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 60px;
}
.poshiv-lead-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
.poshiv-title {
  height: 120px;
}
.auto-height {
  height: auto;
}
  @media(max-width: 767px){
    .poshiv-lead-head{
      font-size: 16px;
      letter-spacing: normal;
      margin-bottom: 20px;
      padding: 0;
    }
    .poshiv-title {
      height: 80px;
    }
    .auto-height {
      height: auto;
    }
    .auto-height-px {
      height: 110px !important;
    }
  }
.poshiv-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 50%;
}
  @media(max-width: 1024px){
    .poshiv-head{
      font-size: 38px;
      letter-spacing: normal;
      text-transform: lowercase;
      margin-bottom: 10px;
    }
      .poshiv-head::first-letter{
        text-transform: uppercase;
      }
      .poshiv-head-block {
        padding-top: 30px;
      }
  }
  @media(max-width: 767px){
    .poshiv-head{
      font-size: 28px;
      width: 100%;
      margin-bottom: 10px;
    }
  }
.poshiv-button,
.poshiv-button-second{
  background: #9677bf;
  border: 1px solid #9677bf;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  height: 42px;
  margin: 0 auto;
  transition: .5s;
}
.poshiv-button{
  width: 270px;
}
.poshiv-button-second{
  width: 369px;
}
  @media(max-width: 767px){
    .poshiv-button,
    .poshiv-button-second{
      font-size: 14px;
      width: 71.5vw;
      text-align: center;
    }
    .poshiv-button-second{
      width: 100%;
    }
    .poshiv-five-image-head {
      padding: 0;
    }
  }
  .poshiv-button:hover,
  .poshiv-button-second:hover{
    background: #fff;
    color: #9677bf;
  }
  .poshiv-button:focus,
  .poshiv-button-second:focus{
    background: #fff;
    color: #9677bf;
  }
.poshiv-first-block-head{
  position: relative;
  margin: 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.25;
  text-align: center;
  color: #333333;
  padding-top: 70px;
  width: 80%;
  left: 10%;
}
  @media(max-width: 1024px){
    .poshiv-first-block-head{
      font-size: 24px;
      padding-top: 50px;
      width: 100%;
      left: 0;
    }
  }
.poshiv-first-block-head-second{
  position: relative;
  margin: 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.25;
  text-align: left;
  color: #333333;
  padding-top: 120px;
  width: 50%;
}
  @media(max-width: 1024px){
    .poshiv-first-block-head-second{
      font-size: 24px;
      padding-top: 50px;
      /* width: 75%; */
    }
  }
  @media(max-width: 767px){
    .poshiv-first-block-head-second{
      padding-top: 50px;
    }
  }
.hor-line-left hr{
  display: block;
  position: relative;
  height: 1px;
  border: 0;
  border-top: 1px solid #9677BF;
  margin: 40px 0 60px 0;
  padding: 0;
  width: 12%;
}
  @media(max-width: 767px){
    .hor-line-left hr{
      margin: 40px 0 100px 0;
    }
  }

.poshiv-second-item-list,
.poshiv-second-item-list-right{
  background: #FFFFFF;
  font-family: Roboto;
  font-size: 18px;
  height: 245px;
  color: #333333;
  line-height: 1.15;
  list-style-type: none;
  margin: 0;
  opacity: 0.9;
  padding: 25px 0 10px 40px;
  width: 291px;
}
.poshiv-second-item-list li,
.poshiv-second-item-list-right li{
  padding-bottom: 20px;
}
.poshiv-second-item,
.poshiv-second-item-right{
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-bottom: 30px;
}
.poshiv-second-item-right{
  display: flex;
  justify-content: flex-end;
}
  @media(max-width: 1199px){
    .poshiv-second-item,
    .poshiv-second-item-right{
      height: 245px;
    }
  }
  .poshiv-second-item-img{
    display: none;
  }
  @media(max-width: 767px){
    .poshiv-second-item-list-right {
      text-align: right;
    }
    .poshiv-second-item,
    .poshiv-second-item-right{
      background-color: #f9f9f9;
      height: unset;
      margin: 0 0 10px;
      position: relative;
        left: 50%;
      transform: translateX(-50%);
      width: 100vw;
    }
    .poshiv-four-block-part-one{ 
      border-radius: 3px;
    }
      .poshiv-second-item-img{
        display: block;
        height: 80%;
        /* opacity: 0.29; */
        position: absolute;
          top: 10%;
      }
      .poshiv-second-item img{
        right: 0;
        display: none;
        transform: translateX(15%);
      }
      .poshiv-second-item-right img{
        display: none;
        left: 0;
        transform: translateX(-15%);
      }
      .poshiv-second-item-list,
      .poshiv-second-item-list-right{
        background-color: #F9F9F9;
        font-size: 16px;
        height: unset;
        margin: 0;
        padding: 20px;
        min-height: unset;
        width: 320px;
      }
      .how-w-slider .slick-slide {
        width: 272px !important;
      }

    .poshiv-second-item,
    .poshiv-second-item-right{
      background-image: none !important;
    }

    .poshiv-second-item img{
      display: block;
    }
    .poshiv-second-item-right img{
      display: block;
    }
  }
  
.poshiv-four-block-part-one{
  display: flex;
  flex-wrap: wrap;
  height: 410px;
  background: #99C2D1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.poshiv-four-part-one-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.17;
  color: #FFFFFF;
  padding-top: 5%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
}
  @media(max-width: 1199px){
    .poshiv-four-part-one-head{
      font-size: 20px;
      font-weight: 500;
      padding-top: 20px;
    }
  }
.poshiv-four-block-part-one hr{
  background: none;
  border-bottom: 1px solid white;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 90%;
}
.poshiv-four-text-block{
  width: 75%;
  margin-top: 45px;
}
  @media(max-width: 1199px){
    .poshiv-four-text-block{
      margin-top: 0;
    }
  }
.poshiv-four-text-block-second{
  width: 75%;
}
  /* @media(max-width: 1024px){
    .poshiv-four-text-block-second{
      margin-left: -35px;
    }
  } */
.poshiv-four-part-one-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  width: 100%;
  padding: 0;
  padding-left: 5%;
}
    @media(max-width: 1199px){
      .part-tile .poshiv-four-part-one-text{
        padding: 0 10px;
      }
    }
.poshiv-four-first-letter{
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.4;
  color:#9677BF;
  opacity: 0.15;
  margin-left: 15px;
}
  @media(max-width: 1199px){
    .poshiv-four-first-letter{
      font-size: 48px;
      color:#9677BF;
      opacity: 0.15;
      margin-left: 10px;
    }
  }
.poshiv-four-first-letter-white{
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.4;
  color: #FFFFFF;
  opacity: 0.15;
  margin-left: 10px;
}
  @media(max-width: 1024px){
    .poshiv-four-first-letter-white{
      font-size: 48px;
      color: #9677bf;
    }
  }
.poshiv-four-part-one-button{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  height: 46px;
  margin-top: 40px;
  margin-left: 5%;
  transition: 0.5s;
  white-space: nowrap;
  width: 262px;
}
  @media(max-width: 1024px){
    .part-tile .poshiv-four-part-one-button{
      width: calc(100% + 50px);
    }
  }
  @media(max-width: 767px){
    .part-tile .poshiv-four-part-one-button{
      margin-left: -30px;
      width: calc(100% + 50px);
    }
  }
  .poshiv-four-part-one-button:hover{
    background: #fff;
    color: #99c2d1;
  }
  .poshiv-four-part-one-button:focus{
    background: #fff;
    color: #99c2d1;
  }
.poshiv-four-block-part-one-slider{
  height: 389px;
  background: #99c2d1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.poshiv-four-part-one-head-slider{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-top: 5%;
  padding-left: 5%;
}
.poshiv-four-block-part-one-slider hr{
  width: 90%;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
}
.poshiv-four-part-one-text-slider{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  width: 95%;
  height: 60%;
  padding-left: 5%;
}
.slider-nav .slider-item{
  margin: 0 15px; /* отступ */
}
.poshiv-four-part-one-button-slider{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background: transparent;
  position: relative;
  left: 5%;
  width: 90%;
  padding: 2% 0;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
}
.poshiv-four-block-width{
  width: 440px;
}
.poshiv-four-block-width-last{
  width: 290px;
}
.poshiv-four-part-one-image{
  position: absolute;
  top: 55%;
  left: 65%;
}
.poshiv-four-block-part-two{
  display: flex;
  flex-wrap: wrap;
  height: 190px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.poshiv-four-part-two-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  padding: 0;
  padding-top: 20px;
  padding-left: 5%;
  letter-spacing: -0.75px;
  white-space: nowrap;
}
.poshiv-four-part-two-head-white{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 0;
  padding-top: 20px;
  padding-left: 5%;
  white-space: nowrap;
}
  @media(max-width: 1024px){
    .poshiv-four-part-two-head-white{
      color: #333;
      font-size: 20px;
    }
  }
.poshiv-four-block-part-two hr{
  position: relative;
  left: -5%;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E2E4;
}
.poshiv-four-part-two-text{
  color: #333333;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.65;
  padding: 0;
  padding-left: 5%;
  width: 95%;
}
  @media(max-width: 1199px){
    .part-tile .poshiv-four-part-two-text{
      font-size: 16px;
      padding: 0 15px;
      width: 100%;
    }
  }
.poshiv-four-part-two-text-white{
  color: #FFFFFF;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 0;
  padding-left: 5%;
  width: 95%;
}
  @media(max-width: 1024px){
    .poshiv-four-part-two-text-white{
      color: #333;
      margin-left: -15%;
      width: 125%;
    }
  }
.poshiv-four-part-two-image{
  position: absolute;
  top: 17%;
  left: 81%;
}
.poshiv-four-part-three-image{
  position: absolute;
  top: 69.3%;
  left: 78.5%;
}
.poshiv-four-block-part-four{
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  height: 165px;
  height: 170px;
}
.poshiv-four-part-four-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  padding-top: 5%;
  padding-left: 5%;
}
.poshiv-four-block-part-four hr{
  border-bottom: 1px solid #E6E2E4;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
    left: -5%;
  width: 80%;
}
.poshiv-four-part-four-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  width: 90%;
  padding-left: 5%;
}
.poshiv-four-part-four-image{
  position: absolute;
  top: 24%;
  left: 74%;
}
.poshiv-four-part-five-image{
  position: absolute;
  top: 12.5%;
  left: 78%;
}
.poshiv-four-part-six-image{
  position: absolute;
  top: 65%;
  left: 75.5%;
}
.poshiv-four-part-seven-image{
  position: absolute;
  top: 62.7%;
  left: 80.3%;
}
.poshiv-four-part-left-bar{
  height: 370px;
  background: #99C2D1;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
  @media(max-width: 1024px){
    .poshiv-four-part-left-bar{
      background-color: #f5f5f5;
    }
  }
.poshiv-four-part-left-bar-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  padding-top: 5%;
  padding-left: 5%;
  height: 50px;
}
.poshiv-four-part-left-bar hr{
  position: relative;
  left: -5%;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E2E4;
}
  @media(max-width: 1199px){
    .part-tile.poshiv-four-part-left-bar hr{
      margin-top: 10px;
      margin-bottom: 15px;
    }
  }
.poshiv-four-part-left-bar-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  width: 95%;
  height: 100%;
  padding-left: 5%;
}
.poshiv-four-first-letter-big{
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 222px;
  line-height: 1.4;
  color: #FFFFFF;
  opacity: 0.2;
}
  @media(max-width: 1199px){
    .poshiv-four-first-letter-big{
      font-size: 48px;
      margin-left: 10px;
    }
  }
.poshiv-block-background{
  background: #F5F5F5;
  margin-top: 90px;
  padding-bottom: 70px;
}
.footer-top {
  border-top: unset !important;
}
  @media(max-width: 1199px){
    .poshiv-block-background{
      margin-top: 50px;
      padding-bottom: 70px;
    }
  }
  @media(max-width: 1024px){
    .poshiv-block-background{
      padding-bottom: 50px;
    }
  }
  @media(max-width: 767px){
    .poshiv-block-background .poshiv-first-block-head{
      width: 104%;
      left: -2%;
    }
  }
.poshiv-five-block{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.poshiv-grey-block-el{
  text-align: center;
}
  @media(max-width: 767px){
    .poshiv-grey-block-el{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .poshiv-grey-block-el img{
    width: 65px;
  }
  @media(max-width: 767px){
    .poshiv-grey-block-el{
      align-items: center;
    }
      .poshiv-grey-block-el img{
        width: 50px;
        height: 50px;
      }
      .poshiv-grey-block-el div{
        margin-left: 19px;
        width: 75%;
      }
      .poshiv-grey-block-el-head {
        padding: 0;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
      }
        .poshiv-grey-block-el div *{
          text-align: left;
          margin-bottom: 0 !important;
        }
      .poshiv-grey-block-el {
        margin-bottom: 30px;
      }
  }
.poshiv-grey-block-el-head{
  color: #333333;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin: 12.5px 0;;
  width: 100%;
}
.poshiv-grey-block-el-text{
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
  margin: 0 auto 50px;
  text-align: center;
  padding: 0;
  width: 60%;
}
  @media(max-width: 1024px){
    .poshiv-grey-block-el-text{
      margin-bottom: 30px;
      width: unset;
    }
  }
.poshiv-five-block-image-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 30px;
  width: 30%;
}
  @media(max-width: 1199px){
    .poshiv-five-block-image-block{
      margin-right: 20px;
      width: 27%;
    }
  }
  @media(max-width: 767px){
    .poshiv-five-block-image-block{
      margin: 0;
      width: 100%;
      align-items: center;
      justify-content: center;
    }
  }
.poshiv-five-block-image-block img{
  width: 110px;
  height: 110px;
  border-radius: 24px;
  margin-bottom: 15px;
}
.poshiv-five-image-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #333333;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
}
.poshiv-five-image-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  padding: 0;
  width: 90%;
}
.poshiv-five-block-text-block{
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
  @media(max-width: 1199px){
    .poshiv-five-block-text-block{
      width: 65%;
    }
  }
  @media(max-width: 767px){
    .poshiv-five-block-text-block{
      width: 90%;
    }
    .poshiv-five-image-text {
      font-size: 14px;
      margin-bottom: 13px;
      width: 100%;
    }
    .poshiv-first-block-head-second {
      width: 80%;
    }
  }
.poshiv-five-block-text{
  margin-top: -5px;
}
/* .poshiv-five-block-text, */
.poshiv-five-block-text > p{
  display: inline;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  /* width: 90%; */
}
  /* @media(max-width: 1024px){
    .poshiv-five-block-text{
      width: 50%;
    }
  } */
  .poshiv-five-block-text > p::before{
    content: '';
    display: table;
    display: block;
    margin-top: 5px;
  }
.poshiv-five-block-text::after{
  color:#9677BF;
  content: "»";
  content: '\f101';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 48px;
  line-height: 1;
  margin-left: 10px;
  transform: translateY(-14px);
  vertical-align: text-top;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
  @media(max-width: 1199px){
    .poshiv-five-block-text::after{
      font-size: 24px;
      margin-left: 5px;
      transform: translateY(-2px);
    }
  }
.poshiv-five-first-letter{
  color:#9677BF;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.18;
  margin-top: -21px;
  margin-right: 10px;
}
  @media(max-width: 1199px){
    .poshiv-five-first-letter{
      font-size: 24px;
      margin-top: 0;
      margin-right: 5px;
      padding: 0;
    }
  }
  @media(max-width: 767px){
    .poshiv-five-first-letter{
      font-size: 24px;
    }
    .poshiv-five-block-text > p:first-child {
      margin-bottom: 10px;
    }
  }
.poshiv-five-last-letter{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  color:#9677BF;
  width: 3%;
  position: relative;
}
.poshiv-six-block-background{
  background: #99C2D1;
  position: relative;
  height: 434px;
}
  @media(max-width: 767px){
    .poshiv-six-block-background{
      margin-bottom: 50px;
      padding-bottom: 30px;
      height: auto;
    }
  }
.poshiv-six-block-text-block{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 52px;
  width: 100%;
}
  @media(max-width: 1024px){
    .poshiv-six-block-text-block{
      margin-top: 20px;
    }
    .poshiv-five-block-text > p {
      font-size: 16px;
      line-height: 24px;
    }
    .fa-angle-double-left:before {
      position: relative;
      top: -2px;
    }
    .poshiv-control-list {
      padding: 0 5px !important;
    }
  }
  @media(max-width: 767px){
    .poshiv-six-block-text-block{
      margin-top: 10px;
    }
  }
.poshiv-six-block-text-first{
  width: 20%;
  margin-right: 20px;
}
  @media(max-width: 1024px){
    .poshiv-six-block-text-first{
      margin-right: 10px;
      width: auto;
    }
  }
.poshiv-six-block-text{
  width: 75%;
}
  @media(max-width: 767px){
    .poshiv-six-block-text{
      width: 100%;
    }
  }
.poshiv-six-block-text-first > p{
  color: #FFFFFF;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  opacity: 0.4;
  padding: 0;
}
  @media(max-width: 1024px){
    .poshiv-six-block-text-first > p{
      font-size: 40px;
      line-height: 1;
    }
  }
.poshiv-six-block-text > p{
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
}
/* .about-slider{
  position: relative;
  top: -150px;
} */
  .about-slider .slick-list{
    overflow: visible;
  }
  .about-slider .slick-slide:focus{
    outline: none;
  }
.slick-prev:before{
  content: url(../svg/about-slider-arrow-left.svg) !important;
  color: #9677BF !important;
  background-color: #FFFFFF !important;
  opacity: 1 !important;
}
.slick-next:before{
  content: url(../svg/about-slider-arrow-right.svg) !important;
  color: #9677BF !important;
  background-color: #FFFFFF!important;
  opacity: 1 !important;
}
.about-slider-for .slider-item{
  margin: 0 15px; /* отступ */
}
.about-slide-image{
  display: flex;
    align-items: center;
    justify-content: center;
  overflow: hidden;
    position: relative;
    top: -200px;
}

.poshiv .about-slide-image {
  flex-shrink: 0;
}

  @media(max-width: 767px) {
    .poshiv .about-slide-image {
      /* width: 100%;
      overflow: hidden;
      left: 0;
      right: 0;
      margin-right: 500px;
      border: 1px solid red; */
      top: -20px;
      height: 223px;
    }
    .about-slider-nav {
      justify-content: center !important;
    }
    .poshiv .about-slider-paging-info {
      padding: 0 20px;
    }
    .poshiv-clients-text-block {
      width: 100%;
    }
    .slide-block-width-2 {
      margin-bottom: -20px;
    }
    .poshiv-control-list {
      padding: 0 5px !important;
      padding-top: 12px !important;
    }

    .about-slider .slick-list{
      overflow: hidden;
    }
  }
  @media(max-width:370px) {
    /* .poshiv .about-slide-image {
      top: -20px;
      width: 255px;
      overflow: hidden;
      left: 15px;
      margin-right: 500px;
    } */
  }
  .about-slide-image img{
    /* width: 100%; */
    height: 469px !important;
    max-width: initial;
    width: auto !important;
  }
.about-slide{
  display: flex;
}
.poshiv-six-block-background .about-slider .slick-list{
  padding: 0!important;
}

.poshiv-six-block-background .slick-slide{
  overflow:hidden;
}
.poshiv-six-block-background .slick-slide.slick-current.slick-active{
  overflow:unset;
}
@media(max-width: 767px){
  .about-slider.poshiv .slick-slide{
    padding: 0 !important;
  }
}
.about-shadow-slider{
  position: absolute;
  z-index: 200;
  height: 90%;
  width: 11%;
  right: 0;
  background: linear-gradient(271.17deg, #FFFFFF 23.02%, rgba(255, 255, 255, 0.7) 98.35%);
}
.about-slide-text-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}
.about-slide-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  width: 95%;
}
.about-slider-nav{
  display: flex;
    align-items: center;
    justify-content: space-between;
  margin-top: -165px;
  padding: 0 !important;
  position: relative;
    left: 40%;
  width: 20%;
}
.about-slider-paging-info{
  font-family: Roboto;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #FFFFFF !important;
}
.about-slider-paging-info::first-letter{
  font-size: 30px !important;
  line-height: 42px !important;
  color: #FFFFFF !important;
}
.about-slider-nav-320{
  display: none !important;
}
.about-slider-for li.slick-active button:before{
  content: url('../svg/rect-fill.svg') !important;
}
.about-slider-second-for li.slick-active button:before{
  content: url('../svg/rect-fill.svg') !important;
}
.slide-block-width-1{
  width: 45%;
}
.slide-block-width-2{
  width: 55%;
}
.poshiv-sev-block-el{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 40px;
  background: #F5F5F5;
}
  @media(max-width: 1024px){
    .poshiv-sev-block-el{
      padding-bottom: 30px;
    }
  }
  @media(max-width: 767px){
    .poshiv-sev-block-el{
      margin-bottom: 10px;
      padding: 20px 10px 20px;
    }
  }
.poshiv-sev-block-el hr{
  margin-top: 19px;
  margin-bottom: 19px;
}
.poshiv-sev-block-el-head{
  color: #333333;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
  text-align: center;
}
  @media(max-width: 1024px){
    .poshiv-sev-block-el-head{
      font-size: 16px;
      margin-bottom: 10px;
    }
  }
.poshiv-sev-block-el-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
  color: #333333;
}
  @media(max-width: 1024px){
    .poshiv-sev-block-el-text{
      height: 2.4em;
    }
    .poshiv-five-image-text {
      width: 100%;
      line-height: 20px;
    }
    .poshiv-six-block-background {
      height: auto;
    }
  }
  @media(max-width: 767px){
    .poshiv-sev-block-el-text{
      height: auto;
    }
    .poshiv-sev-block-el hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
.poshiv-sev-block-el-foot{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.poshiv-sev-block-el-numb{
  display: inline;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 0.8;
  color: #9677BF;
  margin-right: 10px;
}
.poshiv-sev-block-el-lead{
  display: inline;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: #9677BF;
  margin-right: 10px;
}
  @media(max-width: 1024px){
    .poshiv-title {
      height: 80px;
    }
    .auto-height {
      height: auto;
    }
    .poshiv-sev-block-el-foot{
      display: block;
      margin: 0 -5px;
      text-align: center;
    }
    .poshiv-sev-block-el-numb{
      font-size: 28px;
      margin: 0;
    }
    .poshiv-sev-block-el-lead{
      font-size: 14px;
      margin: 0;
    }
  }
  @media(min-width: 768px) and (max-width: 1024px) {
    .poshiv-lead-head {
      margin-bottom: 20px;
    }
  }
.poshiv-sev-button{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 90px;
}
  @media(max-width: 1199px){
    .poshiv-sev-button{
      margin-top: 20px;
      margin-bottom: 50px;
    }
  }
.poshiv-control-background{
  background: #F5F5F5;
  overflow: hidden;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
  /* @media(max-width: 767px){
    .poshiv-control-background{
      display: none;
    }
  } */
.poshiv-control-list{
  list-style: none;
  padding: 0;
  margin-bottom: 90px;
}
  @media(max-width: 1199px){
    .poshiv-control-list{
      margin-bottom: 50px;
    }
  }
.poshiv-control-list li {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: #333333;
  margin-bottom: 20px;
  padding-left: 18px;
}
.poshiv-control-list li::before{
  content: url(/images/poshiv-shtor/list-mark.svg);
  margin-right: 11px;
  position: absolute;
  top: -2px;
  left: 0;
}
  @media(max-width: 1024px){
    .poshiv-control-list li{
      font-size: 16px;
    }
  }
.poshiv-control-image{
  position: absolute;
    top: -70px;
}
  @media(max-width:767px){
    .poshiv-control-image{
        top: -66px;
        right: 20px;
    }
    .clients-slider .slick-slide { 
      width: 230px !important; 
      height: 225px !important;
    }
  }
  .poshiv-control-image img{
    width: 300px;
  }
  @media(max-width: 1024px){
    .poshiv-control-image img{
      width: 180px;
    }
  }
  @media(max-width: 767px){
    .poshiv-control-image img{
      width: 90px;
    }
  }
.poshiv-clients-el{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
  margin-bottom: 340px;
  padding: 0 10px;
  text-align: center;
}
  @media(max-width: 1024px){
    .poshiv-clients-el{
      margin-bottom: 200px;
    }
  }
  .poshiv-clients-el-img{
    height: 170px;
    display: flex;
    align-items: center;
  }
    @media(max-width: 1024px){
      .poshiv-clients-el-img{
        height: 80px;
      }
    }
    .poshiv-clients-el-img img{
      height: auto;
      max-height: 100%;
      max-width: 100%;
      width: auto;
    }
  .poshiv-clients-el-img:hover{
    filter: grayscale(0%); 
    transition: .5s;
  }
  .poshiv-clients-text-block > p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #333333;
  }
    @media(max-width: 1199px){
      .poshiv-clients-text-block > p{
        font-size: 14px;
      }
    }
    @media(max-width: 767px){
      .poshiv-clients-text-block > p{
        padding-right: 5px;
      }
    }
.poshiv-reviews-background{
  background: #99C2D1;
  height: 621px;
}
  @media(max-width: 1024px){
    .poshiv-reviews-background{
      height: 400px;
    }
  }
  @media(max-width: 767px){
    .poshiv-reviews-background{
      height: 740px;
    }
  }
.slick-prev:before{
  content: url(../svg/arrow-left-slider.svg) !important;
  color: #9677BF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF !important;
  opacity: 1 !important;
}
.slick-next:before{
  content: url(../svg/arrow-right-slider.svg) !important;
  color: #9677BF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF!important;
  opacity: 1 !important;
}
.poshiv-slide{
  border-radius: 3px;
  overflow: hidden;
}
.poshiv-slide-image img{
  width: 100%;
  height: 269px;
}
.poshiv-slide-image{
  width: 100%;
  height: 269px;
}
.poshiv-slide-review-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 269px;
}
  @media(max-width: 1024px){
    .poshiv-slide-review-image{
      height: 150px;
    }
  }
  @media(max-width: 767px){
    .poshiv-slide-review-image{
      height: 225px;
    }
  }
.poshiv-slide-text-block{
  background: #FFFFFF;
  height: 275px;
  padding: 20px;
  position: relative;
}
  @media(max-width: 1024px){
    .poshiv-slide-text-block{
      height: auto;
    }
  }
.poshiv-slide-price-text{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.poshiv-last-slide-head{
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}
  @media(max-width: 1024px){
    .poshiv-last-slide-head{
      font-size: 16px;
      padding: 0;
    }
  }
.poshiv-last-slide-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
  @media(max-width: 1024px){
    .poshiv-last-slide-text{
      font-size: 14px;
      /* height: 5em; */
      overflow: hidden;
      margin-bottom: 20px;
    }
  }
  /* @media(max-width: 767px){
    .poshiv-last-slide-text{
      height: 190px;
      overflow: hidden;
    }
  } */
.poshiv-slider-last-button{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #B36ACD;
  position: absolute;
  bottom: 20px;
}
.reviews-position{
  position: relative;
  top: -320px;
}
  @media(max-width: 1024px){
    .reviews-position{
      top: -220px;
    }
    .page-header {
      padding-bottom: 14px !important;
    }
  }

.poshiv-st ~ * .poshiv-slider-slider-nav .slider-item{
  padding: 0 !important;
  /* padding: 0; */
}
@media(min-width: 767px){
  .poshiv-slider-slider-nav{
    left: -15px;
    width: 103%;
  }
  .poshiv-grey-block-el {
    margin-top: 16px;
  }
  .poshiv-five-block {
    margin-top: 39px;
  }
  .page-header {
    padding-bottom: 14px !important;
  }
  .poshiv-four-block-part-one{ 
    border-radius: 0px;
  }
}
  @media(max-width: 1024px){
    .poshiv-slider-slider-nav button{
      display: none !important;
    }
    .poshiv-slider-slider-nav .slick-list{
      margin-right: -20px;
      padding-right: 60px;
    }
  }
  @media(max-width: 767px){
    .poshiv-slider-slider-nav .slick-list{
      /* margin-right: -15px; */
      padding-right: 37.5px !important;
    }
  }

.poshiv-slider-slider-nav .slider-item{
  margin: 0 15px; /* отступ */
}
.slick-prev{
  z-index: 2;
  left: -20px !important;
}
.slick-next{
  z-index: 2;
  right: 10px !important;
}
.poshiv.about-slider-nav .slick-arrow{
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  height: unset;
  position: static !important;
    /* top: 50% !important; */
    top: unset !important;
  transform: unset !important;
}

.poshiv.about-slider-nav .slick-arrow .xs{
  display: none;
}
  @media(max-width: 767px){
    .poshiv.about-slider-nav .slick-arrow .xl{
      display: none;
    }
    .poshiv.about-slider-nav .slick-arrow .xs{
      display: block;
    }
  }
  

.clients-slider .slick-arrow{
  background-color: #fff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 8px 12px !important;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15) !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 20% !important;
}
  .clients-slider .slick-arrow.slick-prev{
    left: -30px !important;
    background-image: url(/local/templates/tkani_optom/images/prev-arrow.png) !important;
  }
  .clients-slider .slick-arrow.slick-next{
    right: -27px !important;
    background-image: url(/local/templates/tkani_optom/images/next-arrow.png) !important;
  }
  @media(max-width: 1024px){
    .clients-slider .slick-arrow{
      display: none !important;
    }
  }
  @media(max-width: 767px){
    .clients-slider .slick-list{
      padding: 0 !important;
    }
      .clients-slider button.slick-arrow{
        display: none !important;
      }
  }
.poshiv-slider-slider-nav .slick-prev{
  z-index: 2;
  left: -20px !important;
}
.poshiv-slider-slider-nav .slick-next{
  right: -20px !important;
  z-index: 2;
}
.poshiv-slider-slider-nav .slick-arrow{
  position: absolute !important;
  top: 50% !important;
}
.poshiv-footer-background{
  position: relative;
  top: -144px;
  margin-bottom: -144px;
  background: #F5F5F5;
  padding-top: 0px;
  height: 332px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.poshiv-footer-background .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.poshiv-footer-background::before{
  content: '';
  clear: both;
  display: table;
}
.mob-br {
  display: none;
}
.poshiv-footer{
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
}
  @media(min-width: 767px) and (max-width: 1024px){
    .poshiv-footer-background{
      top: -88px;
      margin-bottom: -88px;
      height: 196px;
     }
     .poshiv-footer{
      margin-top: -10px;
    }
  }
  @media(max-width: 767px){
    .poshiv-footer-background{
      top: -95px;
     }
     .clients-slider {
       padding-bottom: 90px;
     }
    .poshiv-footer{
      margin-top: -60px;
    }
    .mob-br {
      display: block;
    }
  }
.poshiv-footer-text{
  color: #333333;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}
  @media(max-width: 1024px){
    .poshiv-footer-text{
      font-size: 20px;
      font-weight: bold;
    }
  }
  @media(max-width: 767px){
    .poshiv-footer-text br{
      display: none;
    }
    .poshiv-footer-text {
      width: 105% !important;
      margin-left: -7.5px;
      margin-bottom: 0;
      margin-top: 0;
    }
  }
.poshiv-footer-button{
  background: #9677bf;
  border: 1px solid #9677bf;
  border-radius: 6px;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  height: 46px;
  margin-top: 30px;
  transition: 0.5s;
  width: 369px;
}
  .poshiv-footer-button:hover{
    background: #fff;
    color: #9677bf;
  }
  .poshiv-footer-button:focus{
    background: #fff;
    color: #9677bf;
  }
  a.poshiv-footer-button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 50%;
    padding: 0px 55px;
    transform: translateX(-50%);
    width: auto;
    line-height: 1;
  }
  @media(max-width: 767px){
    a.poshiv-footer-button{
      padding: 8px 20px;
    }
  }
@media(max-width:767px){
  .text-wrap {
    display: none;
  }
  .poshiv-four-block-part-one{
        height: 389px;
        /* margin-top: 10%; */
    }
    .poshiv-four-part-one-text{
        font-size: 16px;
        line-height: 26px;
    }
    .poshiv-four-part-one-button{
        width: 90%;
    }
    .poshiv-four-block-part-two{
        height: 100%
    }
    .poshiv-four-part-two-head{
        font-size: 20px;
        line-height: 23px;
        white-space: normal;
    }
    .poshiv-four-part-two-text{
        font-size: 14px;
        line-height: 24px;
    }
    .poshiv-four-part-four-head{
        font-size: 20px;
        line-height: 23px;
    }
    .poshiv-four-part-four-text{
        font-size: 14px;
        line-height: 24px;
    }
    .poshiv-four-part-left-bar-head{
        font-size: 24px;
        line-height: 28px;
    }
    .poshiv-four-part-left-bar-text{
        font-size: 16px;
        line-height: 26px;
    }
    .poshiv-four-part-left-bar{
        height: 100%;
    }
    .poshiv-four-part-left-bar hr{
        width: 90%;
        left: 0%;
    }
    .poshiv-four-part-one-image{
        display: none;
    }
    .poshiv-four-part-two-image{
        display: none;
    }
    .poshiv-four-part-three-image{
        display: none;
    }
    .poshiv-four-part-four-image{
        display: none;
    }
    .poshiv-four-part-five-image{
        display: none;
    }
    .poshiv-four-part-six-image{
        display: none;
    }
    .poshiv-four-part-seven-image{
        display: none;
    }
    .about-shadow-slider{
        display: none;
    }
    .about-slide{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-slide-text{
        font-size: 14px;
        line-height: 24px;
        width: 120%;
    }
    .poshiv .slick-slide>.container>.row{
      display: flex;
        flex-wrap: wrap;
    }
      .poshiv .slick-slide>.container>.row>.slide-block-width-1{
        order: 1;
      }
      /* @media(max-width: 767px){
        .slide-block-width-2{
          margin-bottom: 75px;
        }
      } */
          .poshiv .about-slide-image img{
            height: 100% !important;
            width: 145% !important;
          }
    .poshiv .about-slider-paging-info{
      display: block;
    }
    .poshiv.about-slider-nav{
      display: flex;
      margin: 0 auto 30px;
      position: absolute;
        bottom: -115px;
        left: 10%;
      width: 80%;
    }
      .poshiv .about-slider-paging-info{
        color: #9677bf !important;
      }
        .poshiv .about-slider-paging-info::first-letter{
          color: #9677bf !important;
        }
    .about-slider-nav{
        display: none;
    }
    .about-slider-nav-320{
        left: 13%;
        top: 96.2%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 70%;
    }
    .about-slider-second-nav-320{
        left: 8.5%;
        top: 94%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .poshiv-slide-image-text{
        display: none;
    }
    .poshiv-slide-image img{
        width: 100%;
        height: auto;
    }
    .slick-list{
        padding:0 30% 0 0 !important;
    }
    .poshiv-slider-slider-nav .slider-item{
        margin: 0 5px; /* отступ */
    }
    .poshiv-slide-text-block{
        /* padding-left: 0; */
        padding: 15px 15px 50px;
    }
    .poshiv-slide-price{
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }
    .poshiv-slide-button{
        position: relative;
        border: 0;
        top: -3px;
        margin-left: 15px;
        background: transparent;
    }
    .poshiv-slide-name{
        font-size: 14px;
        line-height: 16px;
    }
    .poshiv-slide-type{
        font-size: 14px;
        line-height: 16px;
    }
    .poshiv-slide-height{
        display: none;
    }
    .poshiv-slide-density{
        display: none;
    }
    .poshiv-slide{
        border: 0;
    }
    .poshiv-six-block-background {
      margin-bottom: 50px;
      margin-left: 15px;
      margin-right: 15px;
    }
    .slide-block-width-2 {
      padding: 0 !important;
    }
    
}
@media(min-width:768px) and (max-width: 1024px){
  .how-w-slider .slick-slide>div {
    padding: 0 20px;
  }
  .poshiv-footer-text {
    margin: 0;
  }
  .text-wrap {
    display: none;
  }
  .poshiv-four-block-part-one{
        height: 397px;
    }
    .poshiv-four-part-one-text{
        font-size: 16px;
        line-height: 26px;
        margin-left: -36px;
        width: calc(100% + 50px);
    }
    .poshiv-four-part-one-button{
        /* width: 60%; */
        margin-left: -27px;
        width: calc(100% + 55px);
    }
    .poshiv-four-block-part-two{
        height: 189px;
    }
    .poshiv-four-part-two-head{
        font-size: 20px;
        line-height: 23px;
        white-space: normal;
    }
    .poshiv-four-part-two-text{
        font-size: 14px;
        line-height: 24px;
    }
    .poshiv-four-part-four-head{
        font-size: 20px;
        line-height: 23px;
    }
    .poshiv-four-part-four-text{
        font-size: 14px;
        line-height: 24px;
    }
    .poshiv-four-part-left-bar-head{
        font-size: 24px;
        line-height: 28px;
    }
    .poshiv-four-part-left-bar-text{
        font-size: 16px;
        line-height: 26px;
    }
    .poshiv-four-part-left-bar hr{
        width: 90%;
        left: 0%;
        margin-top: 15px;
    }
    .poshiv-four-part-one-image{
        display: none;
    }
    .poshiv-four-part-two-image{
        display: none;
    }
    .poshiv-four-part-three-image{
        display: none;
    }
    .poshiv-four-part-four-image{
        display: none;
    }
    .poshiv-four-part-five-image{
        display: none;
    }
    .poshiv-four-part-six-image{
        display: none;
    }
    .poshiv-four-part-seven-image{
        display: none;
    }
    .poshiv-four-block-width{
        width: 50%;
    }
    .poshiv-four-block-width-last{
        width: 100%;
    }
    .about-slide-text{
        font-size: 14px;
        line-height: 24px;
        width: 120%;
    }
    /* .about-slide-image{
        display: none;
    } */
      .poshiv .about-slide-image{
        top: -50px;
      }
        .poshiv .about-slide-image img{
          height: 250px !important;
        }
    .about-slider-paging-info{
        display: none;
    }
    .poshiv .about-slider-paging-info{
        display: block;
    }
    .about-slider-nav{
        display: none;
    }
    .about-slider-nav.poshiv{
        display: flex;
        margin: -30px auto 30px;
        position: static;
        width: 30%;
    }
    .about-slider-nav-320{
        left: 23%;
        top: 89%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 50%;
    }
    .poshiv-slide-image-text{
        display: none;
    }
    .poshiv-slide-image img{
      /* height: 208px; */
      height: auto;
        width: 100%;
    }
    .poshiv-slider-slider-nav .slider-item{
        margin: 0 10px; /* отступ */
    }
    .poshiv-slide-text-block{
        /* padding-left: 0; */
    }
    .poshiv-slide-price{
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }
    .poshiv-slide-button{
        position: relative;
        border: 0;
        top: -3px;
        margin-left: 15px;
        background: transparent;
    }
    .poshiv-slide-name{
        font-size: 14px;
        line-height: 16px;
    }
    .poshiv-slide-type{
        font-size: 14px;
        line-height: 16px;
    }
    .poshiv-slide-height{
        display: none;
    }
    .poshiv-slide-density{
        display: none;
    }
    .poshiv-slide{
        border: 0;
    }
}


@media(min-width: 992px){
  .poshiv-four-block-width{
    /* width: 37%!important; */
    width: 74%!important;
  }
  .poshiv-four-block-width-last{
    width: 26%!important;
  }
}

.poshiv-st ~ * .hor-line-left hr,
.poshiv-st ~ * .hor-line hr{
  background: none;
  position: static;
  width: 130px;
}
  .poshiv-st ~ * .hor-line hr{
    margin: 30px auto 65px;
  }
  .poshiv-st ~ * .hor-line-left hr{
    margin: 40px 0 30px;
  }
  @media(max-width: 1024px){
    .poshiv-st ~ * .hor-line-left hr,
    .poshiv-st ~ * .hor-line hr{
      margin-top: 15px;
      margin-bottom: 30px;
      width: 100px;
    }
    .poshiv-second-item, 
    .poshiv-second-item-right {
      margin-bottom: 24px;
    }
  }

.slick-slide[tabindex]{
  outline: none;
}

.how-w-nav{
  display: none;
}
  @media(max-width: 767px){
    .how-w-nav{
      display: flex;
        align-items: center;
        justify-content: center;
      margin-top: 10px;
      position: relative;
    }
    .how-w-nav-info{
      color: #9677bf;
      font-size: 18px;
      line-height: 1.4;
      margin: 0 15px;
    }
      .how-w-nav-info .current{
        font-size: 1.33em;
      }
      .poshiv-second-item, 
      .poshiv-second-item-right {
        margin-bottom: 10px;
      }
  }
  .how-w-nav > .slick-arrow,
  .how-w-nav > .slick-arrow:active,
  .how-w-nav > .slick-arrow:focus,
  .how-w-nav > .slick-arrow:hover{
    background-color: transparent;
    box-shadow: none;
    height: unset;
    position: static;
    transform: none;
    width: unset;
  }
.how-w-slider .slick-list{
  margin-right: -20px;
  padding-right: 190px;
}
  @media(max-width: 1024px){
    .how-w-slider button.slick-arrow{
      display: none !important;
    }
  }
  @media(max-width: 767px){
    .how-w-slider .slick-list{
      padding-right: 50px !important;
    }
  }
  .how-w-slider .slick-track{
    display: flex;
  }
  .how-w-slider.slick-initialized .slick-slide {
    display: flex;
    padding: 0 7.5px !important;
  }
    .how-w-slider .slick-slide>div{
      height: unset;
      height: 100%;
      width: 100%;
      margin-bottom: 0;
      padding-bottom: 15px;
    }
  @media(max-width: 767px){
    .how-w-slider.slick-initialized .slick-slide {
      padding: 0 5px !important;
    }
    .extr-sldr .slick-dots{
      top: unset!important;
      bottom: -10px !important;
    }
      .extr-sldr .slick-dots li button,
      .extr-sldr .slick-dots li.slick-active button{
        border: 1px solid rgba(0, 0, 0, 0.5);
        height: 10px;
        width: 10px;
      }
      .extr-sldr .slick-dots li.slick-active button{
        border-color: #9677bf;
        background-color: #9677bf;
      }
        .extr-sldr .slick-dots li button::before,
        .extr-sldr .slick-dots li.slick-active button::before{
          content: '' !important;
        }
      .extr-sldr .slick-arrow{
        bottom: -10px !important;
        height: auto;
        top: unset !important;
        width: auto;
      }
      .extr-sldr .slick-arrow::before{
        background-color: transparent !important;
        /* font-family: FontAwesome; */
        font-size: 40px;
        line-height: 0.5;
        padding: 0 !important;
      }
      .extr-sldr .slick-prev.slick-arrow{
        left: 10% !important;
      }
        .extr-sldr .slick-prev.slick-arrow::before{
          content: '\f104' !important;
        }
        .extr-sldr .slick-next.slick-arrow::before{
          content: '\f105' !important;
        }
      .extr-sldr .slick-next.slick-arrow{
        right: 10% !important;
      }
  }
@media(min-width: 1025px) {
  .poshiv-clients-el-img {
    filter: grayscale(100%); 
  }

}
  /*  */