
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
picture {
  display: block;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.link-arrow {
  width: 18px;
  height: 18px;
  background: url(../images/medgene/box-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: all 0.2s linear;
}
.inner-arrow {
  position: relative;
}
.inner-arrow:before {
  width: 18px;
  height: 18px;
  background: url(../images/medgene/box-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: all 0.2s linear;
}
.main-screen {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
  float: left;
  width: 100%;
  z-index: 0;
  background: #000;
}
.main-screen .wrap_float {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.main-screen-left {
  max-width: 600px;
  padding-top: 5%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.main-screen-right {
  max-width: 876px;
  width: 100%;
}

.background-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homescreen:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main-title {
  font-size: 97px;
  font-family: 'Ubuntu', sans-serif;
	line-height: 1.1;
  font-weight: 500;
  color: #FF8201;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.main-screen-boxes {
  float: right;
  height: 100%;
	padding-top: 120px
}
.main-screen-boxes .m-box {
  width: 200px;
  height: 200px;
  border: 1px solid #7b7b7b;
  margin-right: -1px;
  margin-top: -1px;
  float: right;
  padding: 20px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  transition: all 0.2s linear;
  position: relative;
  padding-right: 70px;
}
.main-screen-boxes .m-box:before {
  width: 18px;
  height: 18px;
  background: url(../images/medgene/box-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: all 0.2s linear;
}
.main-screen-boxes .m-box:nth-child(2),
.main-screen-boxes .m-box:nth-child(4) {
  clear: both;
}
.main-screen-boxes .m-box:hover {
  color: #000;
  background: #FF9001;
  border-color: #FF9001;
  z-index: 1;
  box-shadow: 0px 0px 77px 20px #FF9001;
}
.main-screen-boxes .m-box:hover:before {
  transform: none;
  opacity: 1;
}


@media (max-width: 1600px) {
  .main-screen-boxes .m-box {
    width: 176px;
    height: 176px;
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .main-title {
    font-size: 75px;
  }
  .main-screen-left {
    padding-top: 184px;
  }


  .main-screen .wrap_float {
    min-height: 800px;
  }
}


@media (max-width: 1280px) {
  .main-screen-boxes .m-box {
    width: 154px;
    height: 154px;
  }

  .main-title {
    font-size: 75px;
  }

}

@media (max-width: 992px) {
	.main-screen-boxes{
    display: none
  }
  .main-screen {
    position: relative;
  }

  .main-screen-left {
    padding-top: 120px;
  }
  .main-screen-right {
    margin-top: 0px;
  }
.main-title {
    font-size: 85px;
    line-height: 90px;
	  max-width: 400px
  }

}


@media (max-width: 760px) {
	.main-screen-left {
    padding-top: 30px;
  }
	.main-screen-boxes{
    display: none
  }

  .main-title {
    font-size: 46px;
    line-height: 58px;
  }
	
	p.lead  {
    font-size: 16px;
    line-height: 24px;
  }

	
}

