/* Generated by less 3.11.1 */
/*
Developed by helloDigi
https://hellodigi.ru/
*/
/*
Developed by helloDigi
https://hellodigi.ru/
*/
.Playfair_Regular {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.Roboto_Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Roboto_Light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.Roboto_Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.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(../img/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(../img/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 {
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
  background: #000;
}
.main-screen .wrap_float {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  height: 100vh;
  min-height: 940px;
  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: 120px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.main-screen-right {
  max-width: 876px;
  width: 100%;
}
.main-screen-footnote {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 23px;
  color: #fff;
  margin-top: auto;
  position: absolute;
  left: 0;
  bottom: 90px;
  max-width: 600px;
}
.background-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-images:before {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.background-images .picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s linear;
  will-change: opacity;
}
.background-images .picture#background-picture-main {
  z-index: 0;
  opacity: 1;
}
.background-images .picture.active {
  opacity: 1;
}
.main-title {
  font-size: 97px;
  line-height: 106px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #F4FF74;
}
.main-screen-boxes {
  float: right;
  height: 100%;
}
.main-screen-boxes .m-box {
  width: 292px;
  height: 292px;
  border: 1px solid #7b7b7b;
  margin-right: -1px;
  margin-top: -1px;
  float: right;
  padding: 30px;
  font-size: 28px;
  line-height: 34px;
  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(../img/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: #F4FF74;
  border-color: #F4FF74;
  z-index: 1;
  box-shadow: 0px 0px 77px 20px #f3ff74;
}
 .main-screen-boxes .m-box:hover:before {
  transform: none;
  opacity: 1;
}
.tablet .background-images .picture,
.mobile .background-images .picture {
  display: none;
}
.tablet .background-images .picture.default,
.mobile .background-images .picture.default {
  display: block;
}
@media screen and (max-height: 920px) and (min-width: 1801px) {
  .main-screen-boxes .m-box {
    width: 240px;
    height: 240px;
    font-size: 22px;
    line-height: 28px;
  }
  .main-screen .wrap_float {
    min-height: 790px;
  }
}
@media screen and (max-width: 1800px) {
  .main-screen-boxes .m-box {
    width: 230px;
    height: 230px;
    padding: 20px;
    padding-right: 50px;
    font-size: 22px;
    line-height: 26px;
  }
  .main-screen-boxes .m-box:before {
    right: 20px;
    top: 20px;
  }
  .main-title {
    font-size: 77px;
    line-height: 92px;
  }
  .main-screen .wrap_float {
    min-height: 760px;
  }
}
@media screen and (max-width: 1400px) {
  .main-screen-boxes .m-box {
    width: 176px;
    height: 176px;
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .main-title {
    font-size: 66px;
    line-height: 78px;
  }
  .main-screen-left {
    padding-top: 84px;
  }
  .main-screen .wrap_float {
    padding: 60px 0;
  }
  .main-screen-footnote {
    bottom: 60px;
    max-width: 480px;
  }
  .main-screen .wrap_float {
    min-height: 590px;
  }
}
@media screen and (max-width: 1280px) {
  .main-screen-boxes .m-box {
    width: 154px;
    height: 154px;
  }
  .main-screen .wrap_float {
    padding: 30px 0;
  }
  .main-title {
    font-size: 60px;
    line-height: 76px;
  }
  .main-screen-footnote {
    bottom: 30px;
  }
}
@media screen and (min-width: 1001px) and (orientation: portrait) {
  .main-screen .wrap_float {
    height: 590px;
  }
}
@media screen and (max-width: 1000px) {
  .main-screen {
    position: relative;
  }
  .main-screen .wrap_float {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    height: auto;
    min-height: inherit;
    position: relative;
    padding-bottom: 70px;
  }
  .main-screen-left {
    height: auto;
    position: static;
  }
  .main-screen-right {
    margin-top: 50px;
  }
  .main-screen-footnote {
    position: static;
    margin-top: 40px;
  }
  .main-screen-boxes .m-box {
    width: 241px;
    height: 241px;
    font-size: 26px;
    line-height: 30px;
    padding: 20px;
  }
  .main-screen-boxes .m-box:nth-child(2),
  .main-screen-boxes .m-box:nth-child(4) {
    clear: none;
  }
  .main-screen-boxes .m-box:before {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .main-screen-boxes .m-box {
    width: 33.3333%;
    height: 30.666vw;
    font-size: 3vw;
  }
  .main-title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media screen and (max-width: 590px) {
  .main-screen-boxes .m-box {
    font-size: 4vw;
    line-height: 1.3;
    padding: 2vw;
  }
  .main-title {
    font-size: 44px;
    line-height: 60px;
  }
  .main-screen-left {
    padding-top: 68px;
  }
}
@media screen and (max-width: 400px) {
  .main-title {
    font-size: 40px;
    line-height: 52px;
  }
  .main-screen-right,
  .main-screen-footnote {
    margin-top: 35px;
  }
}
@media screen and (max-width: 350px) {
  .main-screen-boxes .m-box {
    width: 50%;
    height: 46vw;
    font-size: 5vw;
  }
  .main-title {
    font-size: 36px;
    line-height: 48px;
  }
}
