/*html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}*/

.mr-t-200 {
  margin-top: 200px;
}

.placehold {
  width: 100%;
  height: 380px;
  background-color: #f2f2f2;
}




/*Стили этой компоненты*/
.portfolio_viewer {
  position: relative;
  width: 100%;
  height: 470px;
  cursor: pointer;
}

.portfolio_viewer>img {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.portfolio_viewer_hover {
  background-color: rgba(0, 0, 0, 0.58);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 2;
  opacity: 0;
  transition: .3s linear;
}

.viewer_icon {
  width: 77px;
  height: 77px;
}

.viewer_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.viewer_name {
  text-align: center;
  color: #FFF;
}

.viewer_name_tile {
  font-size: 22px;
  font-weight: 600;
}

.portfolio_viewer:hover .portfolio_viewer_hover {
  opacity: 1;
}

.portfolio_viewer.detail-image.detail-image--left {
  max-width: 100% !important;
}

/*//////////////////////////*/
.portfolio_window {
  backdrop-filter: blur(4px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(40 40 40 / 79%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.portfolio_slider {
  width: 1032px;
  z-index: 4;
}

.portfolio_slide {
  width: 100%;
  height: 100%;
}

.portfolio_slide_content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*width: 80%;*/
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide_content_mockup_0 {
  position: absolute;
  width: 1026px;
  height: 100%;
  background-image: url(../img/screenub-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 2;
}

.slide_content_mockup {
  overflow-y: scroll;
  border-radius: 3px;
  width: 960px;
  height: 568px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  /*border: 1px dashed #FFF;*/
  z-index: 3;
}

.slide_content_mockup img {
  width: 100%;
  object-fit: contain;
}

.slide_content_mockup {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slide_content_mockup::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.portfolio_window_close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/close_ic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
  top: 5%;
  right: 3.2%;;
}

.slide_content_mockup:before {
  display: block;
    content: '';
    bottom: 69px;
    left: 91%;
    margin-left: -18px;
    position: absolute;
    z-index: 99999;
    width: 25px;
    min-width: 22px;
    white-space: nowrap;
    border-radius: 23px;
    box-sizing: border-box;
    cursor: pointer;
    border: 3px solid #b2adad;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 31px;
    font-size: 24px;
    height: 41px;
    max-height: 55px;
    opacity: 0.6;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.slide_content_mockup:after {
  bottom: 96px;
    left: 90%;
    content: '';
    margin-left: 1px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b2adad;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
    opacity: 0.6;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.portfolio_slider .slick-dots li button:before {
 font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•'; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.portfolio_slider ul li:before {
    background: rgba(0,0,0,0) ! important;

}
.portfolio_slider .slick-dots {
    bottom: -50px;
}
.portfolio_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.cus_sl_arr_l{
  position: absolute;
  left: -4%;
  border: 2px solid #fff;
  border-radius: 5px;
  top: 50%;
  z-index: 9999;
  cursor: pointer;
}
.cus_sl_arr_r{
  border: 2px solid #fff;
  border-radius: 5px;
  position: absolute;
  right: -4%;
  top: 50%;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 1124px)  {
  .portfolio_slider {
    width: 770px;

  }
  .portfolio_slide_content {

    height: 475px;

  }
  .slide_content_mockup_0 {

    width: 766px;
    height: 100%;

  }

  .slide_content_mockup {

    width: 720px;
    height: 423px;

  }
  .slide_content_mockup:after {

      margin-left: -1px;
    }

    .portfolio_window_close {

      top: 14%;
      right: 2.2%;;
    }
}


@media (max-width: 850px)  {
  .portfolio_slider {
    width: 540px;

  }
  .portfolio_slide_content {

    height: 320px;

  }
  .slide_content_mockup_0 {

    width: 512px;
    height: 100%;

  }

  .slide_content_mockup {

    width: 480px;
    height: 282px;

  }
  .slide_content_mockup:after {

      margin-left: -3px;
    }
    .cus_sl_arr_l{
      left: 3%;
      top: 102%;
    }
    .cus_sl_arr_r{
      right: 3%;
      top: 102%;

    }
    .portfolio_window_close {

      top: 23%;
      right: 2.2%;;
    }

}




/**/

@media (max-width: 520px)  {
  .portfolio_slider {
    width: 100%;

  }
  .portfolio_slide_content {

    height: 320px;

  }
  .slide_content_mockup_0 {

    width: 100%;
    height: 100%;

  }

  .slide_content_mockup {

    width: 93%;
    height: 88%;
    margin-top: 5px;

  }
  .slide_content_mockup:after {

      margin-left: -3px;
    }
    .cus_sl_arr_l{
      left: 3%;
      top: 102%;
    }
    .cus_sl_arr_r{
      right: 3%;
      top: 102%;

    }


}
