.prehome_container .decor_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
html {
    position: relative;
}
body {
  height: 100%;
}
body.ios_device {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .copyrights,
.header .mobile_copyrights {
  display: none !important;
}

.prehome_container {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.prehome_container .brand_section {
  position: relative;
  overflow: hidden;
  max-width: 50%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 60px;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.prehome_container .brand_section:hover {
  flex: 2;
  max-width: 66.7%;
}
.prehome_container .brand_section:hover .rotate_prev,
.prehome_container .brand_section:hover .rotate_next {
  opacity: 1;
}
.prehome_container .brand_section:hover .rotate_prev:hover,
.prehome_container .brand_section:hover .rotate_next:hover {
  opacity: 0.7;
}
.prehome_container .artshani_section {
  border-right: 1px solid #96B816;
  background-image: url("../images/artshani_bg_green.jpg");
}
.prehome_container .artshani_section .brand_logo img {
  height: 80px;
}
.prehome_container .artshani_section .rotate_prev,
.prehome_container .artshani_section .rotate_next {
  color: #96B816;
}
.prehome_container .artshani_section .view_more {
  background: #96B816;
}
.prehome_container .artshani_section .decor_block li:first-child {
  width: 15.47%;
  height: 19.54%;
  top: 7.22%;
  left: 14.3%;
}
.prehome_container .artshani_section .decor_block li:nth-child(2) {
  width: 22.19%;
  height: 26.67%;
  top: -4.72%;
  left: 65.55%;
}
.prehome_container .artshani_section .decor_block li:nth-child(3) {
  width: 5.08%;
  height: 5.83%;
  top: 29.26%;
  left: 32.19%;
}
.prehome_container .artshani_section .decor_block li:nth-child(4) {
  width: 6.41%;
  height: 7.69%;
  top: 36.48%;
  left: 71.8%;
}
.prehome_container .artshani_section .decor_block li:nth-child(5) {
  width: 3.2%;
  height: 4.26%;
  top: 66.48%;
  left: 28.98%;
}
.prehome_container .artshani_section .decor_block li:nth-child(6) {
  width: 5%;
  height: 5.93%;
  top: 71.02%;
  left: 78.2%;
}
.prehome_container .artshani_section .decor_block li:nth-child(7) {
  width: 5.16%;
  height: 6.11%;
  top: 76.94%;
  left: 14.92%;
}
.prehome_container .artshani_section .decor_block li:last-child {
  width: 15.47%;
  height: 15.37%;
  left: -2.81%;
  top: 36.85%;
}
.prehome_container .darvita_section {
  background-image: url("../images/darvita_bg.jpg");
}
.prehome_container .darvita_section .brand_logo img {
  height: 53px;
}
.prehome_container .darvita_section .rotate_prev,
.prehome_container .darvita_section .rotate_next {
  color: #CAB379;
}
.prehome_container .darvita_section .view_more {
  background: #CAB379;
}
.prehome_container .darvita_section .decor_block li:first-child {
  width: 5%;
  height: 5.83%;
  top: 30.65%;
  left: 15.55%;
}
.prehome_container .darvita_section .decor_block li:nth-child(2) {
  width: 2.81%;
  height: 2.5%;
  top: 29.26%;
  left: 31.72%;
}
.prehome_container .darvita_section .decor_block li:nth-child(3) {
  width: 9.3%;
  height: 11.11%;
  top: 21.02%;
  left: 75.94%;
}
.prehome_container .darvita_section .decor_block li:nth-child(4) {
  width: 5.47%;
  height: 5.56%;
  top: 38.61%;
  left: 68.28%;
}
.prehome_container .darvita_section .decor_block li:nth-child(5) {
  width: 14.53%;
  height: 16.57%;
  top: 55.46%;
  left: 8.28%;
}
.prehome_container .darvita_section .decor_block li:nth-child(6) {
  width: 13.67%;
  height: 16.3%;
  top: 60.83%;
  left: 73.75%;
  z-index: 1;
}
.prehome_container .darvita_section .decor_block li:last-child {
  width: 14.06%;
  height: 12.41%;
  top: 70.19%;
  left: 76.88%;
}
.prehome_container .brand_logo {
  height: 80px;
  display: flex;
  align-items: center;
}
.prehome_container .rotate_images {
  height: 60%;
  flex: 1;
  max-height: 820px;
  padding: 60px 15px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin: auto 0;
}
.prehome_container .page_link {
  flex: 1;
  margin-bottom: 50px;
  height: 60%;
  width: auto;
  position: relative;
}
.prehome_container .page_link:hover .view_more {
  opacity: 1;
}
.prehome_container .view_more {
  position: absolute;
  height: 64px;
  width: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  color: #ffffff;
  opacity: 0;
  bottom: 82px;
  line-height: 17px;
  left: 50%;
  margin-left: -138px;
}
.prehome_container .images_list {
  display: flex;
  justify-content: center;
  max-width: 200px;
  height: 100%;
}
.prehome_container .images_list img {
  height: 100%;
}
.prehome_container .images_list img:not(.active) {
  display: none;
}
.prehome_container .images_list img.active {
  display: block;
}
.prehome_container .play_btn {
  border: none;
  background: transparent;
  opacity: 0.5;
  padding: 0;
}
.prehome_container .play_btn.played {
  opacity: 1;
}
.prehome_container .play_btn:hover {
  opacity: 0.8;
}
.prehome_container .play_btn img {
  width: auto;
  height: 33px;
  display: block;
}
.prehome_container .rotate_prev,
.prehome_container .rotate_next {
  position: absolute;
  opacity: 0;
  background: transparent;
  border: none;
  font-size: 210%;
  top: 50%;
  margin-top: -30px;
}
.prehome_container .rotate_prev:before,
.prehome_container .rotate_next:before {
  display: block;
}
.prehome_container .rotate_prev {
  left: 15px;
}
.prehome_container .rotate_next {
  right: 15px;
}
.prehome_container .decor_block {
  position: absolute;
  top: 0;
  left: 50%;
  width: 66.6vw;
  height: 100%;
  margin-left: -33.3vw;
}
.prehome_container .decor_block li {
  position: absolute;
}
.prehome_container .decor_block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-height: 719px) {
  .prehome_container .brand_section {
    padding-bottom: 30px;
  }
  .prehome_container .rotate_images {
    padding-top: 30px;
    max-width: 360px;
  }
  .prehome_container .page_link {
    margin-bottom: 30px;
  }
  .prehome_container .view_more {
    height: 50px;
    width: 230px;
    bottom: 40px;
    margin-left: -115px;
  }
}
@media (max-height: 599px) {
  .prehome_container .brand_section {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .prehome_container .rotate_images {
    padding-top: 20px;
    max-width: 280px;
  }
  .prehome_container .page_link {
    margin-bottom: 20px;
  }
  .prehome_container .view_more {
    height: 40px;
    width: 180px;
    margin-left: -90px;
  }
}
@media (max-width: 1440px) {
  .prehome_container .brand_section {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .prehome_container .brand_section {
    padding-top: 15px;
  }
  .prehome_container .brand_logo {
    height: 60px;
  }
  .prehome_container .artshani_section .brand_logo img {
    height: 60px;
  }
  .prehome_container .darvita_section .brand_logo img {
    height: 35px;
  }
}
@media (max-width: 959px) {
  .prehome_container .artshani_section .brand_logo img {
    height: 50px;
  }
  .prehome_container .darvita_section .brand_logo img {
    height: 30px;
  }
  .prehome_container .view_more {
    height: 40px;
    width: 120px;
    margin-left: -60px;
  }
}
@media (max-width: 639px) {
  .prehome_container .rotate_images {
    max-height: 700px;
  }
}
@media (max-width: 639px) and (max-height: 719px) {
  .prehome_container .rotate_images {
    max-height: 540px;
  }
}
@media (max-width: 639px) and (max-height: 599px) {
  .prehome_container .rotate_images {
    max-height: 480px;
  }
}
@media (max-width: 479px) {
  .prehome_container .rotate_images {
    max-height: 600px;
  }
}
@media (max-width: 479px) and (max-height: 719px) {
  .prehome_container .rotate_images {
    max-height: 440px;
  }
}
@media (max-width: 479px) and (max-height: 599px) {
  .prehome_container .rotate_images {
    max-height: 380px;
  }
}

.prehome_container .view_more, .prehome_container .play_btn, .prehome_container .rotate_prev,
.prehome_container .rotate_next {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*# sourceMappingURL=prehome.css.map */
