.proj_page {
  /* / */
}
.proj_page .proj_mir {
  background: url(../images/pages/page_bg_mir.jpg) center top no-repeat;
}
.proj_page .proj_rej {
  background: url(../images/pages/rejection/page_bg_rej.jpg) center top no-repeat;
}
.proj_page .proj_plen {
  background: url(../images/pages/plennica/page_bg_plen.jpg) center top no-repeat;
}
.proj_page .proj_val {
  background: url(../images/pages/val/page_bg_val.jpg) center top no-repeat;
}
.proj_page .proj_city {
  background: url(../images/pages/city/page_bg_city.jpg) center top no-repeat;
}
.proj_page .proj_girl {
  background: url(../images/pages/girl/page_bg_girl.jpg) center top no-repeat;
}
.proj_page .proj_demon {
  background: url(../images/pages/demon/page_bg_demon.jpg) center top no-repeat;
}
.proj_page .proj_btc {
  background: url(../images/pages/bitcoin/page_bg_bitcoin.jpg) center top no-repeat;
}
.proj_page .proj_trap {
  background: url(../images/pages/trap/page_bg_trap.jpg) center top no-repeat;
}
.proj_page #main-page {
  padding-top: 81px;
  min-height: 1074px;
  padding-bottom: 69px;
}
.proj_page #main-page .outer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.proj_page #main-page .outer .lc {
  width: 100%;
  max-width: 730px;
}
.proj_page #main-page .outer .rc {
  width: 346px;
  margin-right: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 46px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.proj_page #main-page .outer .rc .poster {
  margin-bottom: 0;
  display: block;
  width: 289px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.proj_page #main-page .outer .rc .min {
  width: 47px;
  cursor: pointer;
  opacity: 0.5;
  margin-bottom: -2px;
  -webkit-transform: scale(0.838, 0.838);
          transform: scale(0.838, 0.838);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  display: block;
}
.proj_page #main-page .outer .rc .min img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.proj_page #main-page .outer .rc .min.p-active {
  cursor: initial;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  margin-bottom: 4px;
}
.proj_page #main-page .outer .rc .min.p-mt {
  margin-top: -5px;
}
.proj_page #main-page .outer .rc .min.p-mb {
  margin-bottom: 5px;
}
.proj_page #main-page .outer .rc .min:hover {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.proj_page #main-page .outer .rc .min:last-child {
  margin-bottom: 0;
}
.proj_page #main-page .top_t {
  text-transform: uppercase;
  font-size: 20px;
  color: #FDCB03;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 19px;
}
.proj_page #main-page h1 {
  font-size: 64px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 71px;
  color: #fff;
}
.proj_page #main-page .tags {
  margin-bottom: 31px;
}
.proj_page #main-page .tags div {
  margin-right: 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 34px;
  padding: 5px 12px 0;
}
.proj_page #main-page .tags div p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 70;
}
.proj_page #main-page .tags div p span {
  color: rgba(255, 255, 255, 0.5);
}
.proj_page #main-page .info {  
  margin-bottom: 40px;  
  max-width: 680px;
}
.proj_page #main-page .info p{
  line-height: 1.9;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.proj_page #main-page .media_btns {
  border: 1px solid #fff;
  border-radius: 8px;
  height: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.proj_page #main-page .media_btns p {
  line-height: 1.2;
  margin: 6px 0 0 12px;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
.proj_page #main-page .media_btns a {
  cursor: pointer;
  margin-left: 8px;
  height: 34px;
  border-radius: 8px;
  display: block;
  margin-top: -1px;
  margin-right: -1px;
}
.proj_page #main-page .media_btns .sweet {
  background: url(../images/sveettv_bg.png) center no-repeat;
  background-size: 178px;
  width: 178px;
}
.proj_page #main-page .media_btns .amazon {
  background: url(../images/amazon_bg.jpg) center no-repeat;
  background-size: 116px;
  width: 116px;
}
.proj_page #main-page .media_btns .yt {
  background: url(../images/yt_bg.jpg) center no-repeat;
  background-size: 116px;
  width: 116px;
}
.proj_page #main-page .gall_outer {
  padding-top: 96px;
}
.proj_page #main-page .gall_outer .tt {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 27px;
  color: #999;
  margin-left: 2px;
}
.proj_page #main-page .gall_outer .item {
  width: 278px;
}
.proj_page #main-page .gall_outer .video_outer {
  margin-bottom: 25px;
  cursor: pointer;
}
.proj_page #main-page .gall_outer .video_outer .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 22;
}
.proj_page #main-page .gall_outer .video_outer .play svg {
  width: 46px;
  height: 46px;
}
.proj_page #main-page .gall_outer .video_outer:hover .play svg path {
  fill: #FDCB03;
}
.proj_page #main-page .gall_outer picture {
  position: relative;
  z-index: 19;
  border-radius: 12px;
}
.proj_page #main-page .gall_outer picture img {
  border-radius: 12px;
}
.proj_page #main-page .gall_outer .img_outer {
  margin-bottom: 25px;
}
.proj_page #main-page .gall_outer .hh {
  text-align: center;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.proj_page #main-page.proj_val h1 {
  line-height: 1.1;
  margin-bottom: 37px;
}
.proj_page #main-page.proj_val .gall_outer {
  padding-top: 66px;
}
.proj_page #bl4 h2 {
  font-size: 56px;
  max-width: 680px;
}
.proj_page #kaplan {
  padding-top: 68px;
  min-height: 1124px;
}

.notready_proj_page #main-page .rc .poster {
  z-index: 19;
}
.notready_proj_page #main-page .rc .img_pa {
  position: absolute;
  z-index: 20;
}
.notready_proj_page #main-page .rc .hydrant {
  top: 297px;
  left: -71px;
}
.notready_proj_page #main-page .rc .guitar {
  top: 297px;
  left: -71px;
}
.notready_proj_page #main-page .rc .seagull {
  top: 7px;
  left: -117px;
}
.notready_proj_page #main-page .rc .palmtree {
  top: 125px;
  right: -144px;
}
.notready_proj_page #main-page .rc .coins1 {
  top: 142px;
  left: -207px;
}
.notready_proj_page #main-page .rc .coin2 {
  top: 82px;
  left: -57px;
  z-index: 18;
}
.notready_proj_page #main-page .gall_outer {
  padding-top: 40px;
}
.notready_proj_page #main-page.proj_girl h1 {
  max-width: 540px;
  margin-bottom: 40px;
}
.notready_proj_page #main-page.proj_demon {
  overflow-x: hidden;
}
.notready_proj_page #bl4 .owl-theme .owl-dots {
  margin-left: -80px;
}
.notready_proj_page #bl4 .owl-theme .owl-nav {
  width: 292px;
  margin-left: -146px;
}
.proj_page.nogallery_proj_page #main-page{
  min-height: 685px;
}
.proj_page.nogallery_proj_page #bl4{
  padding-top: 60px;
}

@media (min-width: 1441px) {
  .proj_page .proj_mir {
    background: url(../images/pages/page_bg_mir_1900.jpg) center top no-repeat;
  }
  .proj_page .proj_rej {
    background: url(../images/pages/rejection/page_bg_rej_1900.jpg) center top no-repeat;
  }
  .proj_page .proj_plen {
    background: url(../images/pages/plennica/page_bg_plen.jpg) center top no-repeat;
  }
  .proj_page .proj_val {
    background: url(../images/pages/val/page_bg_val.jpg) center top no-repeat;
  }
  .proj_page .proj_city {
    background: url(../images/pages/city/page_bg_city.jpg) center top no-repeat;
  }
  .proj_page .proj_girl {
    background: url(../images/pages/girl/page_bg_girl.jpg) center top no-repeat;
  }
  .proj_page .proj_demon {
    background: url(../images/pages/demon/page_bg_demon.jpg) center top no-repeat;
  }
  .proj_page .proj_btc {
    background: url(../images/pages/bitcoin/page_bg_bitcoin.jpg) center top no-repeat;
  }
  .proj_page .proj_trap {
    background: url(../images/pages/trap/page_bg_trap.jpg) center top no-repeat;
}
}
/* ----TABLET */
/* ----MOBILE */

/* ----- main ----- */
@media (max-width: 1229px) {
  .proj_page #main-page{
    padding-top: 63px;
    padding-bottom: 40px;
  }
  .proj_page #main-page .top_t{
    margin-bottom: 5px;
    font-size: 14px;
    text-align:  center;
  }
  .proj_page #main-page .outer{
    -webkit-flex-direction: column;
    flex-direction: column;
    position:  relative;
  }
  .proj_page #main-page h1{
    text-align:  center;
    font-size: 30px;    
    margin-bottom: 554px;
  }
  .proj_page #main-page .tags{
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .proj_page #main-page .tags div{
    height: 28px;
    padding-top:  6px;
    margin-bottom: 8px
  }
  .proj_page #main-page .tags div p{
    font-size: 12px;    
  }
  .proj_page #main-page .info{    
    margin-bottom: 30px;
  }
  .proj_page #main-page .info p{
    line-height:  1.6;
  }
  .proj_page #main-page .media_btns_2 .yt{
    background: #fff url(../images/yt_bg.jpg) center no-repeat;
    background-size: 90px;
    width: 88px;
    margin-left: 5px
  }
  .proj_page #main-page .media_btns_2 .amazon{
    background: #fff url(../images/amazon_bg.jpg) center no-repeat;
    background-size: 90px;
    width: 88px;    
    margin-left: 12px;
  }
  .proj_page #main-page .outer .rc{
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 289px;
    margin: 0 auto 23px;
    position: absolute;
    left: 50%;
    margin-left: -144px;
    padding-top: 0;
    top: 93px;
  }
  .proj_page #main-page .outer .rc .poster{
    margin-bottom: 12px;
    margin-right:  0;
  }  
  .proj_page #main-page .outer .rc .mins_outer{
    display: -webkit-flex;
    display: flex;
  }
  .proj_page #main-page .outer .rc .min{
    margin-bottom: 0;
    margin-right:  1px;
  }
  .proj_page #main-page .outer .rc .min.p-active{    
    margin-right:  2px;
  }
  .proj_page #main-page .outer .rc .min.p-mb{
    margin-bottom: 0;    
    margin-right: 2px;
  }
  .proj_page #main-page .outer .rc .min.p-mt{
    margin-top: 0;
  }
  /* --- gall_outer */  
  .proj_page #main-page .gall_outer{
    padding-top: 46px;
  }
  .proj_page #main-page .gall_outer .item{
    width: 283px
  }
  .proj_page #main-page .gall_outer .tt{
    text-align:  center;
    margin-bottom: 20px;
  }
  .proj_page #main-page .gall_outer .video_outer{
    margin-bottom: 27px
  }
  .proj_page #main-page .owl-theme .owl-dots{
    bottom: -35px;
    margin-left: -78px;
  }
  .proj_page #main-page.proj_val h1, .proj_page #main-page.proj_girl h1{
    margin-bottom: 554px;
  }
  .proj_page #main-page.proj_val .outer .rc, .proj_page #main-page.proj_girl .outer .rc{
    top: 124px;
  }
  /* --- notready proj*/
  .notready_proj_page #main-page .rc .hydrant{
    top: 252px;
    left: -46px;
  }
  .proj_page.notready_proj_page #main-page h1{
      margin-bottom: 510px;
  }
  .proj_page.nogallery_proj_page #main-page .outer{
    margin-bottom: 20px;
  }
  .proj_page.nogallery_proj_page #bl4{
    padding-top: 40px;
  }  
  .proj_page #main-page.proj_girl h1{
    margin-right: auto;
    max-width: 260px;
    margin-left: auto
  }
  .notready_proj_page #main-page .rc .guitar{
    top: 241px;
    left: -38px;
  }
  .notready_proj_page #main-page .rc .palmtree {
    top: 137px;
    right: -108px;
    width: 260px;
  }
  .notready_proj_page #main-page .rc .seagull {
    top: -28px;
    left: -84px;
    width: 240px;
  }
  .notready_proj_page #main-page .rc .coins1{
    width: 201px;
    left: -77px;
    top: 222px;
  }
  .notready_proj_page #main-page .rc .coin2{
    width: 68px;
    top: 179px;
    left: -33px;
  }

  /* --- bl4  */
  .proj_page #bl4{
    padding: 67px 0 0;
    min-height: 825px;
  }
  .proj_page #bl4 h2{
    font-size: 24px;
  }
  .proj_page #bl4 .owl-theme .owl-dots{
    bottom: 44px;
  }
  .proj_page #kaplan{
    padding-top: 18px;
  }
    /*------ EN */
  .proj_page.en #main-page.proj_val h1{
    margin-bottom: 554px;
  }
  .proj_page.en #main-page.proj_val .outer .rc{
    top: 93px;
  }
}
@media (max-width: 425px){
  .proj_page .proj_mir {
    background: url(../images/pages/page_bg_mir_425.jpg) center top no-repeat;
  }
  .proj_page .proj_rej {
    background: url(../images/pages/rejection/page_bg_rej_425.jpg) center top no-repeat;
  }
  .proj_page .proj_plen {
    background: url(../images/pages/plennica/page_bg_plen_425.jpg) center top no-repeat;
  }
  .proj_page .proj_val {
    background: url(../images/pages/val/page_bg_val_425.jpg) center top no-repeat;
  }
  .proj_page .proj_city {
    background: url(../images/pages/city/page_bg_city.jpg) center top no-repeat;
  }
  .proj_page .proj_girl {
    background: url(../images/pages/girl/page_bg_girl.jpg) center top no-repeat;
  }
  .proj_page .proj_demon {
    background: url(../images/pages/demon/page_bg_demon.jpg) center top no-repeat;
  }
  .proj_page .proj_btc {
    background: url(../images/pages/bitcoin/page_bg_bitcoin.jpg) center top no-repeat;
  }
  .proj_page .proj_trap {
    background: url(../images/pages/trap/page_bg_trap.jpg) center top no-repeat;
  }
}
@media (max-width: 359px) {
  .proj_page #main-page .media_btns_2 p{
    font-size: 12px;
    margin-top: 9px
  }
  .proj_page.nogallery_proj_page #main-page{
    padding-bottom: 20px;
  }
  .proj_page #main-page.proj_city h1,.proj_page #main-page.proj_demon h1 {
    margin-bottom: 505px;
  }
  .proj_page #main-page.proj_city .outer .rc, .proj_page #main-page.proj_demon .outer .rc {
    top: 124px;
  }
  /*------ EN */
  .en.proj_page #main-page.proj_city h1{
    margin-bottom: 510px;
  }
  .en.proj_page #main-page.proj_city .outer .rc{
    top: 93px;
  }
  /*------ UA*/
  .ua.proj_page #main-page.proj_city h1{
    margin-bottom: 510px;
  }
  .ua.proj_page #main-page.proj_city .outer .rc{
    top: 93px;
  }

}












