.screen {
  position: relative;
}

.screen__cont {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.screen_5:after {
  /* content: ''; */
  /* display: block; */
  position: absolute;
  /* right: 0; */
  /* top: 0; */
  /* width: 40vw; */
  /* height: 100vh; */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.3)), to(#fff));
  background-image: -o-linear-gradient(left, rgba(51, 51, 51, 0.3), #fff);
  /* background-image: linear-gradient(to right, rgba(51,51,51,0.3), #fff); */
  /* z-index: -1; */
}

.screen_5__wrap {
  height: 100%;
  clear: both;
}

.screen_5__left {
  width: 45%;
  float: left;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.screen_5__left_cont {
  position: relative;
  height: 100%;
  padding: 0px 0px 0px 19%;
  display: table-cell;
  vertical-align: middle;
}

.screen_5__title {
  margin-bottom: 75px;
}

.screen_5__txt {
  position: relative;
  /*padding-top: 44px;*/
  margin-bottom: 60px;
  color: rgba(51, 51, 51, 0.7);
}

/*
.screen_5__txt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  height: 3px;
  background: #333;
}*/
.screen_5__mat {
  display: inline-block;
  margin-right: 50px;
}

.screen_5__mat:nth-last-child(1) {
  margin-right: 0;
}

.screen_5__mat_txt {
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  opacity: 1;
  font-size: 24px;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.screen_5__mat_txt:hover {
  color: rgba(51, 51, 51, 0.3);
}

.screen_5__mat_txt.active {
  border-bottom: 2px solid;
}

.screen_5__right {
  width: 55%;
  height: 100%;
  float: left;
  position: relative;
}

.screen_5__pieces {
  transform: scale(.76);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 266px;
  width: 750px;
  top: -220px;
  bottom: 0;
  margin: auto;
  height: 86vh;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.screen_5__pieces__invis .screen_5__piece {
  width: initial;
  height: initial;
}

.screen_5__pieces__invis .screen_5__piece_mask {
  width: 794px;
  height: 560px;
}

.screen_5__pieces__invis .screen_5__piece:nth-child(1) {
  z-index: 30;
}

.screen_5__pieces__invis .screen_5__piece:nth-child(2) {
  z-index: 20;
}

.screen_5__pieces__invis .screen_5__piece:nth-child(3) {
  z-index: 10;
}

.screen_5__pieces.show {
  visibility: visible;
  opacity: 1;
}

.screen_5__pieces.show .screen_5__piece:nth-child(1) {
  top: -60px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.screen_5__pieces.show .screen_5__piece:nth-child(2) {
  top: 100px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.screen_5__pieces.show .screen_5__piece:nth-child(3) {
  top: 220px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.screen_5__pieces.show .screen_5__piece:nth-child(4) {
  top: 360px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.screen_5__piece {
  position: absolute;
  width: 750px;
  height: 560px;
  opacity: 0;
  cursor: pointer;
  left: 0px;
  /* -webkit-transition: all .7s cubic-bezier(0.18, 0.44, 0, 0.99); */
  -o-transition: all .7s cubic-bezier(0.18, 0.44, 0, 0.99);
  /* transition: all .7s cubic-bezier(0.18, 0.44, 0, 0.99); */
  -webkit-transition: all .7s cubic-bezier(0.47, 0.32, 0.26, 1.18);
  -o-transition: all .7s cubic-bezier(0.47, 0.32, 0.26, 1.18);
  transition: all .7s cubic-bezier(0.47, 0.32, 0.26, 1.18);
}

.screen_5__piece_img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.screen_5__piece:nth-child(1) {
  top: 0px;
  z-index: 4;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.screen_5__piece:nth-child(2) {
  top: 100px;
  z-index: 3;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.screen_5__piece:nth-child(3) {
  top: 200px;
  z-index: 2;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.screen_5__piece_mask {
  position: absolute;
  top: 139px;
  left: 25px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateX(63deg) rotateY(16deg) rotateZ(-64deg);
  transform: rotateX(63deg) rotateY(16deg) rotateZ(-64deg);
  /* background: #827474ad; */
}

.screen_5__piece_mask:hover+.screen_5__piece_dscrp {
  visibility: visible;
  opacity: 1;
  /* position: relative; */
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.screen_5__piece_dscrp {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -116px;
  /* width: 195px; */
  text-align: right;
  white-space: nowrap;
  top: 400px;
  padding: 9px 23px;
  background: #333;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.screen_5__piece_dscrp>span {
  color: #fff;
}

.screen_5__piece_dscrp:after {
  content: '';
  display: block;
  position: absolute;
  right: -24px;
  top: 9px;
  border: 14px solid transparent;
  border-left: 20px solid #333;
}

.scroll-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.screen__cont-grad_top {
  background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 262px;
  z-index: 1;
  pointer-events: none;
  top: 0;
}

.screen__cont-grad_bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(105.21%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 105.21%);
  background: linear-gradient(0deg, #000000e3 0, rgba(0, 0, 0, 0) 96.21%);
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 66vh;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
}

.screen {
  /* position: absolute; */
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  /* transform: translateY(100vh); */
  /* z-index: 1; */
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 0;
  }
}

/*
section {
  padding: 5em 2em 10em;
  background: #2dcb89;
  text-align: center;
}

section.related {
  padding: 3em 1em 4em;
  background: #465650;
  color: rgba(0,0,0,0.4);
  font-size: 1.5em;
}

*/
.screen_5__pieces__vis {
  transform: translateY(197px) translateX(34px);
}

.screen_5__piece.screen_5__piece_i {
  width: 323px;
  height: 557px;
  opacity: 0;
}

.screen_5__pieces .screen_5__piece.screen_5__piece_i:nth-child(1) {
  top: 0;
  -webkit-transform: translateY(0%) translateX(40%);
  -ms-transform: translateY(0%) translateX(40%);
  transform: translateY(0%) translateX(40%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.screen_5__pieces .screen_5__piece.screen_5__piece_i:nth-child(2) {
  top: 0;
  -webkit-transform: translateY(0%) translateX(120%);
  -ms-transform: translateY(0%) translateX(120%);
  transform: translateY(0%) translateX(120%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.screen_5__pieces .screen_5__piece.screen_5__piece_i:nth-child(3) {
  top: 0;
  -webkit-transform: translateY(0%) translateX(200%);
  -ms-transform: translateY(0%) translateX(200%);
  transform: translateY(0%) translateX(200%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.screen_5__pieces.show .screen_5__piece.screen_5__piece_i:nth-child(1) {
  top: 0;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.screen_5__pieces.show .screen_5__piece.screen_5__piece_i:nth-child(2) {
  top: 0;
  -webkit-transform: translateY(0%) translateX(87%);
  -ms-transform: translateY(0%) translateX(87%);
  transform: translateY(0%) translateX(87%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.screen_5__pieces.show .screen_5__piece.screen_5__piece_i:nth-child(3) {
  top: 0;
  -webkit-transform: translateY(0%) translateX(170%);
  -ms-transform: translateY(0%) translateX(170%);
  transform: translateY(0%) translateX(170%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.screen_5__pieces__vis.screen_5__pieces__vis_i {
  transform: translateY(150px);
}

.screen_5__pieces.show .screen_5__piece {
  opacity: 1;
}

.screen_5__backs {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 650px;
  height: 100%;
}

.screen_5__backs-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .35s ease;
  -ms-transition: all .3s ease;
}

.screen_5__backs-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media (max-width: 768px) {
  .screen_5__backs-item img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0%;
  }
  .screen_5__backs-mobile-breaker {
    position: absolute;
    bottom: 0;
    background-repeat: repeat-x;
    background-image: url(../image/slider-gradbreak-mobile.png);
    height: 200px;
    width: 100%;
  }
}
.screen_5__backs-item.show {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .35s ease;
  -ms-transition: all .3s ease;
}

.screen.show {
  transform: translateY(0vh);
}

.screens_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.screens {
  /* height: 100vh; */
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

.screen__cont-grad_bottom.screen__cont-grad_bottom_i2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(75.21%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 80.21%);
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70.21%);
}

.screen_6 .screen__cont-grad_bottom {
  z-index: 0;
}

.screen_6 .screen__cont-grad_top {
  z-index: 0;
}

.screen_5__pieces.show .screen_5__pieces__invis .screen_5__piece.screen_5__piece_i {
  transform: translateY(207px) translateX(7%) !important;
}

.screen_5__pieces.show .screen_5__pieces__invis .screen_5__piece.screen_5__piece_i:nth-child(2) {
  transform: translateY(197px) translateX(97%) !important;
}

.screen_5__pieces.show .screen_5__pieces__invis .screen_5__piece.screen_5__piece_i:nth-child(3) {
  transform: translateY(197px) translateX(187%) !important;
}

.screen_5__piece_dscrp.screen_5__piece_dscrp_i {
  background: #333;
  top: -35px;
  left: 20%;
  -webkit-transform: translateX(0px) translateY(20px);
  -ms-transform: translateX(0px) translateY(20px);
  transform: translateX(0px) translateY(20px);
}

.screen_5__piece_dscrp_i:after {
  border-left-color: transparent;
  /* border-left: 14px solid transparent; */
  /* border: 15px solid transparent; */
  /* border-bottom: 14px solid; */
  /* transform: rotate(90deg); */
  top: 99%;
  bottom: initial;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #333 transparent transparent transparent;
}

.screen_5__piece_dscrp_i>span {
  color: #fff;
}

.screen_5__pieces.show .screen_5__pieces__invis .screen_5__piece.screen_5__piece_i:nth-child(1) .screen_5__piece_dscrp.screen_5__piece_dscrp_i {
  background: #333;
}

.screen_5__pieces.show .screen_5__pieces__invis .screen_5__piece.screen_5__piece_i:nth-child(1) .screen_5__piece_dscrp.screen_5__piece_dscrp_i>span {
  color: #fff;
}

.screen_5__pieces.show .screen_5__pieces__invis .screen_5__piece.screen_5__piece_i:nth-child(1) .screen_5__piece_dscrp_i:after {
  border-left-color: transparent;
}

.screen_5__piece_mask:hover+.screen_5__piece_dscrp_i {
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}





/*  media styles */
@media only screen and (min-width: 2000px) {
    .screen_5__pieces {
    top: 0;
    transform: scale(1);
}

.screen_4__panel {
    width: 100%;
    height: 37%;
}

.screen_4__panel_slider {
    height: 63%;
}

 .screen_4__panel__more_txt {
     font-size: 22px;

 }
}




@media only screen and (max-width: 1800px) {
  .screen_4__panel__title {
    font-size: 36px;
    margin-bottom: 45px;
  }

  .screen_4__panel__text {
    font-size: 16px;
  }

  .screen_4__cont__title {
    font-size: 50px;
  }

  .screen_2__bg .title {
    font-size: 50px;
  }

  .title_big {
    font-size: 60px;
    width: 900px;
  }
  .preloader__item {
    font-size: 16px;
  }

  .preloader__item {
    font-size: 16px;
  }

  .pin-pp_cont-right_box_cell {
    display: table-cell;
    vertical-align: middle;
  }

  .title {
    font-size: 50px;
  }

  .pin-pp_text {
    font-size: 16px;
  }

  .pin-pp_next span {
    font-size: 20px;
  }

  .sly-h__item__txt {
    font-size: 16px;
    padding-top: 30px;
  }

  .sly-h__item__title {
    margin-bottom: 44px;
  }

  .screen_3__gallies__nums_cur {
    font-size: 40px;
  }

  .screen_3__gallies__nums_slsh {
    font-size: 40px;
    padding-left: 27px;
  }

  .screen_3__gallies__nums_all {
    font-size: 26px;
  }

  .screen_6__txt {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .title.screen_6__title {
    margin-bottom: 45px;
  }

  .screen_6__prop_txt {
    font-size: 14px;
    line-height: 1.4;
  }

  .screen_6__prop_ico {
    margin-bottom: 13px;
  }
  .title.title_l-b.title_big {
    font-size: 60px;
  }

  .title.screen_4__panel__title {
    font-size: 39px;
  }

  .screen_5__txt {
    font-size: 16px;
  }

  .title.screen_5__title {
    margin-bottom: 50px;
  }

  .screen_5__mat_txt {
    font-size: 20px;
  }

  .screen_5__pieces {
    top: -150px;
  }

  .screen_8__right_cont-magz {
    width: 1400px;
  }

  .screen_8__right_cont-pen {
    width: 170px;
  }

  .screen_8__txt {
    font-size: 16px;
  }

  span.screen_8__order_txt {
    font-size: 20px;
  }

  .title.screen_8__title {
    margin-bottom: 45px;
  }

  .title.form__title {
    font-size: 46px;
  }

  .screen_9__info_title {
    font-size: 28px;
  }
  .title.form__title {
    font-size: 46px;
  }

  .screen_9__info_title {
    font-size: 28px;
  }

  .sly-easy__nums {
    height: 70px;
    width: 180px;
    padding: 15px 0px;
  }

  .sly-easy__nums_cur {
    font-size: 40px;
    /* vertical-align: 5px; */
  }

  .sly-easy__nums_slsh {
    font-size: 38px;
    /* padding-left: 25px; */
  }

  .sly-easy__nums_all {
    font-size: 26px;
    vertical-align: 10px;
  }

  .sly-easy__ars_prev {
    width: 70px;
    height: 70px;
    left: 180px;
  }

  .sly-easy__ars_next {
    width: 70px;
    height: 70px;
    left: 250px;
  }

  .sly-easy__nav {
    bottom: 30px;
  }
  .screen_5__piece.screen_5__piece_i {
    width: 280px;
    height: 478px;
  }

  .title.form__title {
    font-size: 46px;
  }

  .screen_9__info_title {
    font-size: 28px;
  }

  .sly-easy__nums {
    height: 70px;
    width: 180px;
    padding: 15px 0px;
  }

  .sly-easy__nums_cur {
    font-size: 40px;
    /* vertical-align: 5px; */
  }

  .sly-easy__nums_slsh {
    font-size: 38px;
    /* padding-left: 25px; */
  }

  .sly-easy__nums_all {
    font-size: 26px;
    vertical-align: 10px;
  }

  .sly-easy__ars_prev {
    width: 70px;
    height: 70px;
    left: 180px;
  }

  .sly-easy__ars_next {
    width: 70px;
    height: 70px;
    left: 250px;
  }

  .sly-easy__nav {
    bottom: 30px;
  }

  .screen_5__piece.screen_5__piece_i {
    width: 280px;
    height: 478px;
  }

  .menu__item_num {
    font-size: 42px;
  }

  .menu__item_txt {
    font-size: 42px;
  }

  .menu__order_txt {
    font-size: 43px;
  }
  .screen_4-1__gal__text_inner {
    font-size: 32px;
    /* padding: 6% 24%; */
  }
  .form {
    height: 468px;
  }



}

@media only screen and (max-width: 1700px) {

    .pp_close {
    height: 66px;
    background-size: 30px;
}


    .header__logo-img svg {
    transform: scale(.8);
    /* width: 100%; */
}

  .header__burger {
    height: 65px;
    width: 8.6%;
  }

  .burger-click-region {
    top: 19px;
  }

  .header__logo {
    height: 66px;
    left: 8.6%;
    width: 194px;
  }

  .header__logo-img {
    top: 13px;
    width: 82px;
    left: 50px;
  }

  .header__toform {
    height: 66px;
    padding-top: 21px;
    font-size: 17px;
  }

  .screen_5__pieces.materials {
    transform: scale(.65);
    left: 0;
    height: 99vh;
    top: -100px;
  }

  .screen_4-1__slider_close {
    height: 66px;
    background-size: 30px;
  }

  .sly-pp {
    height: 180px;
  }

  .sly-pp__item {
    height: 100px;
    width: 170px;
  }
  .preloader__item {
    font-size: 14px;
  }

    .screen_4-1__section_close {
    height: 66px;
    background-size: 27px;
    width: 66px;
    top: 90px;
}

span.header__toform-txt_close:before {
    background-size: 28px;
    top: -8px;
}

span.header__toform-txt_close {
    top: 21px;
}

.header__logo_wrap {
    height: 65px;
}

.header_phone {
    left: 380px;
    height: 66px;
    padding-top: 16px;
    font-size: 24px;
}

.header_callback {
    height: 66px;
    padding-top: 20px;
    left: 604px;
    font-size: 16px;
}

.header_email {
    right: 470px;
    padding-top: 19px;
    font-size: 18px;
    height: 66px;
}


}

@media only screen and (max-width: 1600px) {


    .screen_4__left .screen_4__panel__cont {
    height: 340px;
}

.screen_4__panel_slider {
    height: calc(100% - 340px);
}

.screen_4__right .screen_4__panel__cont {
    height: 340px;
}


  .title.screen_4__panel__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .screen_4__panel__text {
    font-size: 15px;
    margin-bottom: 34px;
  }

  .screen_4__panel__more_txt {
    left: 60px;
    top: 14px;
    font-size: 15px;
  }

  .screen_4__panel__more_circ {
    width: 45px;
    height: 45px;
  }

  .title.title_i {
    font-size: 48px;
  }

  .sly-h__item__txt {
    font-size: 14px;
  }

  .title {
    font-size: 48px;
  }

  .title.screen_6__title {
    margin-bottom: 30px;
  }

  .screen_6__txt {
    font-size: 14px;
    padding-top: 30px;
  }

  .screen_6__prop_txt {
    font-size: 13px;
  }

  .screen_5__txt {
    font-size: 14px;
  }

  .screen_5__mat {
    margin-right: 30px;
  }

  .title.screen_8__title {
    margin-bottom: 30px;
  }

  .screen_8__txt {
    font-size: 14px;
    padding-top: 30px;
  }

  .screen_8__right_cont-magz {
    width: 1200px;
  }

  .screen_8__right_cont-pen {
    width: 140px;
    /* top: 20%; */
    /* right: 20%; */
  }

  .title.form__title {
    font-size: 40px;
  }

  .screen_9__info_title {
    font-size: 24px;
  }


  span.menu__item_num {
    font-size: 32px;
  }

  span.menu__item_txt {
    font-size: 32px;
  }

  span.menu__order_txt {
    font-size: 36px;
  }

  .menu__logo {
    width: 500px;
  }
  span.menu__item_num {
    font-size: 32px;
  }

  span.menu__item_txt {
    font-size: 32px;
  }

  span.menu__order_txt {
    font-size: 36px;
  }

  .menu__logo {
    width: 500px;
  }

  .preloader__item {
    font-size: 13px;
  }
  .screen_3__gallies__nav {
    bottom: 120px;
  }
  .screen_4-1__gal__text_inner {
    font-size: 28px;
  }

  .title.title_l-b.title_big {
    font-size: 50px;
    width: 50%;
  }
  .screen_4-1__gal__linkblock_title {
    font-size: 36px;
  }

  .screen_4-1__gal__linkblock_item {
    font-size: 28px;
  }

  .screen_4-1__gal__linkblock_cont {
    padding: 0 19%;
  }

  .screen_4-1__gal__linkblock_item_ar:after {
    top: 10px;
  }

  .sexy_input .sexy_input_placeholder {
    font-size: 18px;
}

.screen_4-1__gal__logo.screen_4-1__gal__logo_dark {
    background-size: 150px;
}

.screen_4-1__gal__logo.screen_4-1__gal__logo_gold {
    background-size: 150px;
}
.screen_4-1__gal__logo.screen_4-1__gal__logo_white {
    background-size: 150px;
}
.screen_4-1__gal__logo.screen_4-1__gal__logo_grey {
    background-size: 150px;
}
}

@media only screen and (max-width: 1500px) {
.header__toform {
    width: 270px;
}


.header__toform:after {
    display: none;
}

.header_email {
    right: 320px;
}

.screen_4-1__section_close {
    right: 0;
}

.header_phone {
    left: 25%;
    font-size: 23px;
    padding-top: 16px;
}

.header_callback {
    left: 41%;
}



}

@media only screen and (max-width: 1400px) {
  .pin-pp_cont-right_box {
    padding: 0 100px;
  }

  .screen_5__mat_txt {
    font-size: 17px;
  }

  .sexy_input input {
    font-size: 18px;
  }

  .sexy_input .sexy_input_placeholder {
    font-size: 18px;
  }

  .form {
    height: 365px;
    padding-top: 145px;
    padding-bottom: 50px;
  }
  .screen_4-1__gal__text_inner {
    font-size: 24px;
  }


  .screen_4-1__gal__logo.screen_4-1__gal__logo_dark {
    background-size: 100px;
  }

  .screen_4-1__gal__logo.screen_4-1__gal__logo_gold {
    background-size: 100px;
  }


}

@media only screen and (max-width: 1300px) {

    .header_callback.js-callback {
    display: none;
}

.header_email {
    /* right: initial; */
    /* left: 520px; */
}

.header_phone {
    left: 330px;
}


  .title.title_l-b.title_big {left: 10%;font-size: 44px;}

  .ar-down {
    left: 10%;
  }

  .callback {
    right: 10%;
  }

  .preloader__item {
    padding: 0px 20px;
  }

  .title.title_i {
    font-size: 36px;
  }

  .title {
    font-size: 45px;
  }

  .screen_4__cont {
    left: 10%;
    width: 80%;
  }

  .screen_4__cont__ar {
    width: 46px;
  }

  .screen_5__mat {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .screen_5__mat_txt {
    font-size: 15px;
  }

  .title.screen_5__title {
    margin-bottom: 30px;
  }

  .screen_5__txt {
    padding-top: 30px;
  }

  .screen_5__pieces.materials {
    left: initial !important;
    right: -65px;
  }

  .screen_5__pieces.materials {
    left: 0px;
  }

  .screen_8__right_cont-magz {
    width: 1100px;
  }

  .pin-pp_text {
    font-size: 14px;
  }

  .title.pin-pp_title {
    margin-bottom: 30px;
  }

  .pin-pp_text {
    margin-bottom: 50px;
  }

  .pin-pp_next span {
    font-size: 17px;
  }

  .sly-easy__nav {
    left: 10%;
  }
  .sly-easy__nav {
    left: 10%;
  }

  .screen_4-1__gal__linkblock_title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .screen_4-1__gal__linkblock_item {
    font-size: 22px;
  }

  .screen_4-1__gal__linkblock_item_ar:after {
    top: 7px;
  }
  .screen_4-1__gal__linkblock_item_ar:after {
    top: 7px;
  }

  .title.form__title {
    font-size: 32px;
  }

  .form__callback {
    font-size: 15px;
  }

  .form__callback_txt {
    display: block;
  }
  .pin-pp_back {
    bottom: 5%;
    left: 10%;
  }








.screen_4-1__gal__logo.screen_4-1__gal__logo_dark {
    background-size: 100px;
}

.screen_4-1__gal__logo.screen_4-1__gal__logo_gold {
    background-size: 100px;
}
.screen_4-1__gal__logo.screen_4-1__gal__logo_white {
    background-size: 100px;
}
.screen_4-1__gal__logo.screen_4-1__gal__logo_grey {
   background-size: 100px;
}





.screen_5__pieces.materials[data-materials="materials-4"] {
    transform: scale(.6) translateX(0px) translateY(44px);
}





}

@media only screen and (max-width: 1200px) {

    .pp_close {
    right: 360px;
    }



   .screen_4-1__gal__row.screen_4-1__gal__row_form .screen_9__form {
    height: 100%;
}
    .screen_4-1__section_close {
        right: 360px;
    }
        .screen_4-1__slider_close {
    right: 360px;
}


  .menu__logo {
    width: 300px;
    right: 10%;
    height: 100px;
    bottom: 18%;
  }

  .form {
    padding: 130px 9%;
  }

  .sexy_input input {
    font-size: 14px;
  }

  .sexy_input .sexy_input_placeholder {
    font-size: 14px;
  }

  .form_group__btn button {
    padding: 17px 44px;
  }

  .screen_4__panel__text {
    font-size: 13px;
  }

  .title {
    font-size: 36px;
  }

  .callback__phone {
    font-size: 24px;
  }

  .callback {
    right: 5%;
  }

  .header__toform {
    /* width: 350px; */
  }

  .header__toform:after {
    width: 70px;
  }

  .screen_4-1__gal__text_inner {
    font-size: 22px;
    /* padding: 5% 20%; */
  }

  .screen_4-1__gal__row {
    height: 279px;
  }

  .screen_4-1__gal__logo_white {
    background-size: 100px;
  }

  .screen_4-1__gal__logo_grey {
    background-size: 100px;
  }

  .screen_9__form {
    height: 50vh;
  }

  .screen_4-1__gal__linkblock_cont {
    padding: 0 10%;
  }

  .screen_4-1__gal__linkblock_title {
    margin-top: -50px;
  }

  .pin-pp_cont-right_box {
    padding: 0 10%;
  }

  .pin-pp_next span:after {
    top: 5px;
  }

  .screen_6__left {
    width: 100%;
  }

  .screen_6__right {
    width: 30%;
  }

  span.video_button_b {
    left: -120px;
  }

  .screen_5__backs {
    width: 30%;
  }

  .screen_5__pieces.materials {
    transform: scale(.6) translateX(0px);
    /* left: 176px; */
  }

  .screen_5__left {
    width: 50%;
  }

  .screen_5__right {
    width: 50%;
  }

  .screen_8__right_cont-magz {
    width: 1100px;
    transform: translateX(200px);
  }

  .screen_8__right_cont-pen {
    /* top: 40%; */
    /* right: 0; */
  }

  .screen_8__left_cont {
    padding-right: 0;
  }

  .screen_9__contacts_right {
    padding: 0 50px;
  }

  .screen_9__info {
    /* padding-top: 30px; */
  }
  .preloader__items {
    padding: 52px 50px 0;
  }

.screen_8__right_cont-pen {
    /* top: 2%; */
    /* right: 0; */
}


.title.title_l-b.title_big {
    bottom: 40%;
}

.ar-down {
    bottom: 15%;
}

.title.screen_4__cont__title {
    margin-bottom: 60px;
}

.screen_4__cont {
    bottom: 14%;
}

.screen_5__pieces.materials[data-materials="materials-4"] {
    transform: scale(.6) translateX(0px) translateY(44px);
}



.screen_9__info_title {
    font-size: 18px;
}

.screen_9__info_phone {
    font-size: 18px;
}

.screen_9__info_mail a {
    font-size: 18px;
}

.screen_9__info_mail span {
    font-size: 18px;
}



}

@media only screen and (max-width: 1100px) {

    .header_phone {
    left: 300px;
    font-size: 18px;
    padding-top: 9px;
}

.header_email {
    left: 300px;
    font-size: 16px;
    padding-top: 33px;
}


.screen_9__info_phone {
    margin-bottom: 4px;
}

.screen_9__info_mail {
    margin-bottom: 11px;
}

}

@media only screen and (max-width: 1024px) {
    .pin-pp_back {
    display: none;
}

.show .pin_image.pin_image_left {
    pointer-events: none;
}
}

@media only screen and (max-width: 1023px) {
  .pin-pp_next span:after {
    background-image: url(../img/3sc-ar-r-w.svg);
}
   .pin_image.pin_image_right {
    display: none;
}

.title.pin-pp_title .txt-grey {
    color: #fff;
}

.title.pin-pp_title .txt-grey3 {
    color: #fff;
}

.pin-pp_text {
    color: #fff;
}

.pin-pp_next {
    color: #fff;
}

.show .pin-pp_next {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.show .pin-pp_text {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.show .title.pin-pp_title {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.show .pin_image.pin_image_left {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.pin_image.pin_image_left:before {
    content: ' ';
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(105.21%, rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 105.21%);
    background: linear-gradient(0deg, #000000e3 0, rgba(0,0,0,0) 96.21%);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 66vh;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
}

.pin_image.pin_image_left:after {
    content: ' ';
    background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
    background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 262px;
    z-index: 1;
    pointer-events: none;
    top: 0;
}

.callback {
    display: none;
}

.menu__phone {
    display: block;
    /* font-size: 24px; */
}

.menu__phone a {
    font-size: 24px;
}

.menu__phone span.menu__order_txt {
    font-size: 32px;
}


    .title.sly-h__item__title .txt-grey3 {
    color: #fff;
}

.title.sly-h__item__title .txt-grey {
    color: #fff;
}

.sly-h__item__txt:before {
    background: #fff;
}

.sly-h__item__txt {
    color: #fff;
}

span.screen_3__gallies__nums_cur {
    color: #fff;
}

span.screen_3__gallies__nums_slsh {
    color: rgba(255, 255, 255, 0.75);
}

span.screen_3__gallies__nums_all {
    color: rgba(255, 255, 255, 0.75);
}


    .plyr--video .plyr__controls {
    width: 50%;
}

.pp_close {
    top: 70px;
    right: 0;
}

.screen_4-1__gal__row.screen_4-1__gal__row_form .screen_9__form {
    height: 100%;
}
  .title.title_l-b.title_big {
    font-size: 56px;
    width: 91%;
    bottom: 38%;
  }

  .menu__logo {
    /* display: none; */
    bottom: 5%;
  }

  .screen {
    min-height: initial;
    position: relative;
  }

  .screen_4__fppanel.screen_4__left {
    width: 100%;
    height: 700px;
    overflow: hidden;
    border-right: 0px;
  }

  .title.screen_4__cont__title {
    font-size: 56px;
  }

  .screen_4 {

  }

  .screens {
    height: initial;
    overflow: auto;
  }

  .screen_1 {
    height: 100vh;
  }

  .screen_4__fppanel.screen_4__right {
    width: 100%;
    height: 800px;
    overflow: hidden;
    border-left: 0px;
  }

  .screen__cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    overflow: hidden;
  }

  .screen_4__panel__text {
    font-size: 16px;
  }

  .title.screen_4__panel__title {
    font-size: 36px;
  }

  .screen_4__panel__more_txt {
    font-size: 17px;
    top: 12px;
  }

  .screen_2 {
    height: 700px;
  }

  .pin-overlay__prompt {
    opacity: 1 !important;
    visibility: visible;
    text-align: center;
    top: 52px;
    width: 168px;
    left: -43px;
    height: 54px;
    /* font-size: 20px; */
    background: #ffffffb0;
  }

  .pin-overlay__prompt_img {
    display: none;
  }

  .pin-overlay__prompt_info {
    float: none;
    width: 100%;
    padding: 10px;
  }

  .pin-overlay__prompt_more {
    display: none;
  }

  .pin-overlay__prompt_title {
    font-size: 14px;
    line-height: 1.2;
  }

  .pin-pp_cont-left {
    width: 100%;
    height: 700px;
  }

  .pin-pp_cont-right {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .pin-pp {
    height: 100%;
  }

  .sly-h {
    width: 100%;
    height: 700px;
    z-index: 2;
  }

  .sly-v {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sly-h__item {
    height: 700px;
  }

  .sly-v__item {
    height: 700px;
  }

  .sly_navi {
    width: 200px;
  }

  span.sly_navi_item {
    display: inline-block;
  }



  .screen_6 {
    height: initial;
    padding: 120px 0 40px;
  }

  .title {
    font-size: 47px;
  }

  .screen_6__txt {
    font-size: 16px;
  }

  .screen_6__right {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 170px;
  }

  span.video_button_b {
    right: initial;
    left: 10%;
    bottom: 0;
  }

  .sly-h__item__txt {
    font-size: 16px;
  }

  .pin-pp_text {
    font-size: 18px;
  }

  .sly-h__item_tab {
    padding: 0 10%;
  }

  .screen_4__right .screen_4__panel__cont {
    padding: 0 10%;
  }

  .screen_4__left .screen_4__panel__cont {
    padding: 0 10%;
  }

  .screen_6__left_cont {
    padding: 0 10%;
  }

  .screen_6__prop_txt {
    font-size: 15px;
  }

  .screen_5__left {
    width: 100%;
    height: 60vh;
  }

  .screen_5 {
    height: 100vh;
  }

  .screen_5__left_cont {
    padding: 0 10%;
  }

  .screen_5__backs {
    width: 100%;
    height: 45vh;
    bottom: 0;
  }

  .screen_5__right {
    width: 100%;
    height: 50vh;
  }

  .screen_5__txt {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .screen_5__mat_txt {
    font-size: 20px;
  }

  .screen_5__pieces.materials {
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: scale(.6) translateX(-59px) translateY(-400px);
  }

  .screen_8 {
    height: 100vh;
  }

  .screen_8__left {
    width: 100%;
    height: 50vh;
  }

  .screen_8__left_cont {
    padding: 0 10%;
  }

  .screen_8__right {
    width: 100%;
    height: 50vh;
  }

  .screen_9__form .form {
    min-height: 300px;
  }

  .screen_9__form {
    min-height: 361px;
  }

  .form_group__input {
    width: 100%;
    margin-bottom: 16px;
  }

  .title.form__title {
    margin-bottom: 74px;
  }

  .form__left {
    width: 50%;
  }

  .form__right {
    width: 50%;
  }

  .screen_9__contacts_left {
    width: 100%;
    height: 50vh;
  }

  .screen_9__contacts_right {
    width: 100%;
    padding: 0px 10%;
    height: 407px;
  }

  .screen_4-1__gal__item {
    /* width: 100%; */
  }



  .screen_4-1__gal__text_inner {
    padding: 10% 10%;
    font-size: 20px;
  }

  .screen_4-1__gal__item.screen_4-1__gal__item_i {
    width: 100%;
    height: 33vh;
  }

  .screen_4-1__gal__row {
    height: 33vh;
  }

  .sly-4__item {
    height: 100vh;
  }
  .screen_4-1__gal__row.screen_4-1__gal__row_i {
    height: 66vh;
  }




  .preloader {
    height: 41vh;
  }

  .preloader__item {
    width: 76%;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    display: block;
    float: none;
  }

  .preloader__items {
    padding: 10% 10% 0;
  }
  .title.title_c.title_big {
    width: 100%;
    transform: translateY(-150px);
  }

.screen_4-1__section_close {
    top: 70px;
    right: 0;
}

.screen_4-1__gal__linkblock {
    height: 100%;
}
.screen_4-1__slider_close {
    top: 70px;
    right: 0;
}


.footer_light .txt-white {
    color: #959392;
}

.footer_light .callback__title {
    color: #959392;
}
.footer_light .txt-white {
    color: #959392;
}

.footer_light .callback__title {
    color: #959392;
}

.pin-overlay__pin.pin-overlay__pin_right .pin-overlay__prompt {
    right: initial;
    left: initial;
    left: -43px;
}


.screen_3__gallies__nav {
    left: 10%;
    right: 0;
    margin: initial;
    height: 50px;
    bottom: 70px;
}

.screen_3__gallies__nums {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.screen_3__gallies__nav_left {
    left: 0;
    top: -7px;
}

.screen_3__gallies__nav_right {
    right: -8px;
    top: -7px;
}
.sly_navi {
    display: none;
}

.screen_5__mats {
    position: relative;
    z-index: 4;
}
.screen_5__pieces.materials[data-materials="materials-4"] {
    transform: scale(.6) translateY(-230px) translateX(-59px);
}
}

@media only screen and (max-width: 767px) {
    .header_email {
    left: 210px;
}

.header_phone {
    left: 210px;
}


    .screen_4__cont {
        bottom: 20%;
    }


    .pp_close {
    top: 0;
    right: 98px;
    width: 66px;
}


  .title.title_l-b.title_big {
    font-size: 35px;
    margin: 0 auto;
    /* position: relative; */
    left: 0;
    right: 0;
  }

  .ar-down {
    left: 2%;
  }

  .title.screen_4__cont__title {
    font-size: 36px;
  }

  .screen_2 {
    height: 700px;
  }

  .title {
    font-size: 36px;
  }

  .pin-pp_back {
    display: none;
  }

  .show .pin_image.pin_image_left {
    pointer-events: none;
  }

  .sly-h {
    height: 610px;
    z-index: 2;
    color: #fff;
  }

  .sly-h__item {
    height: 610px;
  }

  .sly-v {
    height: 610px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sly-v__item {
    height: 610px;
  }

  .sly_navi {
    top: 200px;
  }

  .screen_6 {
    height: 860px;
  }

  .screen_6__left {
    width: 100%;
  }

  .screen_6__prop {
    width: 100%;
    margin-bottom: 30px;
  }

  .screen_6__right {height: 98px;}

  .screen_5 {
    height: 790px;
  }

  .screen_5__left {
    height: 80%;
    height: 60%;
  }

  .screen_5__right {
    height: 27%;
    height: 72%;
  }

  .screen_5__pieces.materials {
    transform: scale(.45) translateX(-209px) translateY(-400px);
    width: 100%;
  }

  .screen_5__mat {
    margin-bottom: 20px;
  }

  .screen_5__txt {
    margin-bottom: 20px;
  }

  .sly-easy__nav {
    transform: scale(1);
    left: 5%;
  }

  .screen_8 {
    height: 740px;
  }

  .screen_8__left {
    height: 74%;
  }

  .screen_8__right_cont-magz {
    width: 498px;
    transform: translateX(0px);
  }

  .screen_8__right {
    position: absolute;
    bottom: 0;
    height: 50%;
    pointer-events: none;
  }

  .screen_8__right_cont-pen {
    width: 100px;
    bottom: 100px;
  }

  .form__left {
    width: 100%;
    margin-bottom: 29px;
    float: none;
  }

  .form__right {
    width: 100%;
    float: none;
  }

  .screen_9__form .form {
    padding: 0 5%;
  }

  .screen_8__left_cont {
    padding: 0 5%;
  }

  .screen_5__left_cont {
    padding: 0 5%;
  }

  .screen_6__left_cont {
    padding: 0 5%;
  }

  span.video_button_b {
    left: 5%;
  }

  .pin-pp_cont-right_box {
    padding: 0 5%;
  }

  .screen_4__right .screen_4__panel__cont {
    padding: 0 5%;
  }

  .screen_4__left .screen_4__panel__cont {
    padding: 0 5%;
  }

  .sly-h__item_tab {
    padding: 0 5%;
  }

  .screen_9__contacts_right {
    padding: 0 5%;
    height: 500px;
    padding-top: 40px;
    float: none;
  }

  .screen_9__contacts_left {
    height: 400px;
    float: none;
  }

  fieldset {
    padding: 0;
  }

  .title.form__title {
    margin-bottom: 30px;
  }

  .screen_9__form {
    height: 560px;
  }

  .header__toform.header__toform_light {
    display: none;
  }

  .header__logo {
    left: 5%;
    width: 150px;
  }

  .header__logo-img {
    left: -18px;
    right: 0;
    margin: auto;
  }

  .header__burger.pp_ {
    left: initial;
    right: 5%;
    width: 70px;
  }

  span.menu__item_txt {
    font-size: 18px;
  }

  span.menu__item_num {
    font-size: 18px;
  }

  span.menu__order_txt {
    font-size: 18px;
  }

  .menu__logo {
    width: 79%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .screen_4-1__gal__item {
    width: 100%;
    height: 33vh;
  }

  .screen_4-1__gal__item_part {
    width: 100%;
  }

  .screen_4-1__gal__row.screen_4-1__gal__row_i {
    height: 132vh;
  }

  .screen_4-1__gal__item.screen_4-1__gal__item_i {
    height: 66vh;
  }

  .screen_4-1__gal__row.screen_4-1__gal__row_form {
    height: 87vh;
  }

  .screen_4-1__slider_close {
    top: 72px;
    right: 5%;
    width: 70px;
  }

  .screen_4-1__gal__item_parts {
    /* height: 66vh; */
  }


  .screen_4-1__section_close {
    /* top: 0; */
    /* right: 98px; */
    width: 66px;
}


.screen_4-1__slider_close {
    top: 0;
    right: 98px;
    width: 66px;
}

.video_button.pp_ {
    display: none;
}

.screen_5__pieces.materials[data-materials="materials-4"] {
    transform: scale(.45) translateX(-89px) translateY(-400px);
    width: 100%;
}

.form.form_callback {
    height: 590px;
}
.form.form_order {
    height: initial;
    padding: 100px 5%;
}

.form_close_mob {
    display:block;
    position: absolute;
    bottom: 21px;
    left: 6%;
    font-size: 15px;
}


.form_close_mob:after {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/pp_slider/pp_close_dark.svg) no-repeat center;
    background-size:100%;
    vertical-align: -5px;
    margin-left: 6px;
}

.form {
    padding: 130px 5%;
}
.screen_9__info_social {margin-top: 20px;}

.screen_9__info_phone {
    margin-bottom: 13px;
}

.screen_9__contacts {
    height: initial;
}
.menu__phone{
    display: block;
}
.footer {
    display: none;
}
.screen_5__piece_dscrp {
    display: none;
}
.screen_9__info_t {
    display: block;
}

.burger-click-region {
    width: 37px;
}
.screen_3__gallies__nav {
    bottom: 20px;
}


.title.sly-h__item__title .txt-grey3 {
    color: #fff;
}

.title.sly-h__item__title .txt-grey {
    color: #fff;
}

.sly-h__item__txt {
    color: #fff;
}

.sly-h__item__txt:before {
    background: #fff;
}

span.screen_3__gallies__nums_cur {
    color: #fff;
}

span.screen_3__gallies__nums_slsh {
    color: #fff6;
}

span.screen_3__gallies__nums_all {
    color: #ffffff8a;
}

.screen_3__gallies__nav_left {
    left: 9px;
}

.sly-h__item_cell {
    transform: translateY(-40px);
}

.pin_image.pin_image_left:before {
    height: 100%;
}

}
