.modern .bg_cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
.modern .topBlock {
  position: relative;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .modern .topBlock {
      padding-top: 150px; } }
.modern .main-title {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .modern .main-title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; } }
.modern h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media screen and (min-width: 768px) {
    .modern h1 {
      font-size: 80px; } }
  @media screen and (min-width: 1025px) {
    .modern h1 {
      font-size: 100px; } }
.modern .main-image, .modern .videoBox {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0; }
  @media screen and (min-width: 768px) {
    .modern .main-image, .modern .videoBox {
      height: 100%; }
      .modern .main-image:after, .modern .videoBox:after {
        content: '';
        opacity: 0.3;
        background-image: linear-gradient(-180deg, transparent 76%, #000 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
.modern .main-image {
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply; }
.modern .videoBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9; }
@media screen and (max-width: 767px) {
  .modern .videoBox {
    background: #000; } }
.modern .video_bg {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.modern .listTitle {
  padding: 35px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2.67px;
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .modern .listTitle span {
    padding: 0 20px;
    display: inline-block;
    line-height: 1;
    text-shadow: 0 0 2px #000; }
  .modern .listTitle .hLine {
    height: 1px;
    background: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (min-width: 768px) {
    .modern .listTitle {
      position: absolute;
      bottom: 180px;
      left: 0;
      padding: 0; } }
.modern .listBlock .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .modern .listBlock .container {
      width: 960px;
      max-width: 96%; } }
  @media screen and (min-width: 1200px) {
    .modern .listBlock .container {
      width: 1270px;
      padding: 0 50px; } }
.modern .listBlock .item {
  text-align: center;
  max-width: 100%;
  position: relative; }
  .modern .listBlock .item a {
    color: #fff;
    display: block;
    padding: 30px 15px; }
.modern .listBlock .title {
  text-transform: uppercase;
  font-size: 20px;
  position: relative; }
.modern .listBlock .desc {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  position: relative;
  width: 400px;
  margin: 20px auto 0;
  max-width: 100%; }
.modern .listBlock .rectangle {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0; }
@media screen and (min-width: 768px) {
  .modern .listBlock .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .modern .listBlock .item-content {
    position: relative;
    padding: 70px 20px 80px; }
    .modern .listBlock .item-content:after {
      content: '';
      background-image: url(../../images/dm_arrow.svg);
      position: absolute;
      width: 58px;
      height: 58px;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
      opacity: 0; }
  .modern .listBlock .animated {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transition: all 0.3s; }
  .modern .listBlock .rectangle {
    top: auto;
    height: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s; }
  .modern .listBlock .title {
    font-size: 16px; }
  .modern .listBlock .desc {
    display: none;
    margin: 20px 0 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .modern .listBlock .item {
    height: 100vh;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
    .modern .listBlock .item a {
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .modern .listBlock .item a:hover .desc {
        display: block; }
      .modern .listBlock .item a:hover .animated {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px); }
      .modern .listBlock .item a:hover .item-content:after {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
      .modern .listBlock .item a:hover .rectangle {
        height: 1000px; } }
@media screen and (min-width: 1025px) {
  .modern .listBlock .title {
    font-size: 20px; } }
.modern .collection-banner-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.modern .item-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply; }
  .modern .item-banner.active {
    opacity: 1; }
@media (min-height: 600px) and (max-height: 730px) {
  .modern .listTitle {
    bottom: 130px; }
  .modern .listBlock .item-content {
    padding: 50px 20px; }
    .modern .listBlock .item-content:after {
      bottom: 10px; }
  .modern .listBlock .desc {
    margin-top: 10px; } }

/*# sourceMappingURL=home-modern.css.map */
