@font-face {
  font-family: 'NunitoBlack';
  src: url('../fonts/Nunito-Black.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoBlackItalic';
  src: url('../fonts/Nunito-BlackItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoBold';
  src: url('../fonts/Nunito-Bold.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoBoldItalic';
  src: url('../fonts/Nunito-BoldItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoExtraBold';
  src: url('../fonts/Nunito-ExtraBold.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoExtraBoldItalic';
  src: url('../fonts/Nunito-ExtraBoldItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoExtraLight';
  src: url('../fonts/Nunito-ExtraLight.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoExtraLightItalic';
  src: url('../fonts/Nunito-ExtraLightItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoItalic';
  src: url('../fonts/Nunito-Italic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoLight';
  src: url('../fonts/Nunito-Light.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoLightItalic';
  src: url('../fonts/Nunito-LightItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoRegular';
  src: url('../fonts/Nunito-Regular.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoSemiBold';
  src: url('../fonts/Nunito-SemiBold.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoSemiBoldItalic';
  src: url('../fonts/Nunito-SemiBoldItalic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoHeavyItalic';
  src: url('../fonts/NunitoHeavy-Italic.ttf') format("truetype");
}
@font-face {
  font-family: 'NunitoHeavyRegular';
  src: url('../fonts/NunitoHeavy-Regular.ttf') format("truetype");
}

html, body {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, li, a {
  font-family: 'NunitoHeavyRegular';
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center center; */
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
/* .background:before {
  content: " ";
	width: 100%;
  height: 100%;
	position: absolute; top: 0; left: 0;
	background: radial-gradient(ellipse 55% 60%, #808080, #000);
	opacity: 0.8;
} */
.background:first-child {
  background: url('../main_slide_img/main_bg_all.png') no-repeat center;
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background: center no-repeat url('../delifast_slide_img/delifast_bg.png');
  background-size: contain;
}
.background:nth-child(3) {
  background: center no-repeat url('../nemdiz_slide_img/warehouse.png');
}
.background:nth-child(4) {
  background: center no-repeat url('../market_slide_img/market_bg.png');
}
.background:nth-child(5) {
  background: center no-repeat url('../background3.png');
}
/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 5;
}
.background:nth-child(2) {
  z-index: 4;
}
.background:nth-child(3) {
  z-index: 3;
}
.background:nth-child(4) {
  z-index: 2;
}
.background:nth-child(5) {
  z-index: 1;
}

.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 6;
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}


.content-subtitle-text {
  font-size: 25px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.a-content-subtitle-text {
  width: 20%;
  padding: 15px 0 15px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  line-height: 1.3333333 !important;
  font-size: 25px;
  background-color: rgb(219, 0, 58);
  border-radius: 35px !important;
  border: 1px solid transparent;
  color: #FFF !important;
}
.p1-text {
  font-size: 20px;
  color: #000;
  text-transform: none;
  margin: 10px 0;
  text-align: center;
  font-weight: 900;
}

.p1-text-icon {
  font-size: 14px;
  color: #000;
  text-transform: none;
  padding: 5px;
  font-weight: 600;
}

.arrow-1 {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 50px;
  margin: 20px;
}
.arrow-1 div {
  position: relative;
  top: 20px;
  width: 60px;
  height: 10px;
  background-color: #337AB7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  left:0;
  display: block;
}
.arrow-1 div::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 10px;
  top: -11px;
  right: -8px;
  background-color: #337AB7;
  transform: rotate(45deg);
}
.arrow-1 div::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 10px;
  top: 11px;
  right: -8px;
  background-color: #337AB7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transform: rotate(-45deg);
}
.arrow-1:hover {
  animation: arrow-1 1s linear infinite;
}
@keyframes arrow-1 {
  0% {
      left:0;
  }
  50% {
      left:10px;
  }
  100% {
      left:0;
  }
}


.arrow-2 {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 50px;
  margin: 20px;
}
.arrow-2 div {
  position: relative;
  top: 20px;
  width: 60px;
  height: 10px;
  background-color: #337AB7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  left:0;
  display: block;
}
.arrow-2 div::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 10px;
  top: 11px;
  right: 27px;
  background-color: #337AB7;
  transform: rotate(45deg);
}
.arrow-2 div::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 10px;
  top: -11px;
  right: 27px;
  background-color: #337AB7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transform: rotate(-45deg);
}
.arrow-2:hover {
  animation: arrow-2 1s linear infinite;
}
@keyframes arrow-2 {
  0% {
    right:0;
  }
  50% {
    right:10px;
  }
  100% {
    right:0;
  }
}

/* image */
.dark_block {
  background: rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  border-radius: 30px;
}
.text_block {
  color: white;
  font-weight: 600;
  font-size: 7vh;
}
.fast {
  color: #000;
  font-size: 2vh;
  position: inherit;
  bottom: 4%;
  left: 2%;
  background-color: #DE4351;
  border-radius: 30px;
  padding: 10px;
}


/* SLIFE DELIFAST */
.delifast-text-bg {
  position: absolute;
  width: 27.3%;
  height: 59.4%;
  top: 15%;
  left: 61%;
  background: no-repeat url('../delifast_slide_img/delifast_text_bg.png');
  background-size: contain;
}
.wh-text {
  width: 96%;
  height: 97%;
}
.delifast-title {
  position: absolute;
  top: 5.5%;
  left: 62.5%;
}
.delifast-icon-group {
  position: absolute;
  bottom: 1%;
  right: 2%;
}
.delifast-icon {
  padding: 0 5px 0 5px;
}
.icon-delifast {
  width: 150px;
  height: 150px;
}
.col-33 {
  width: 33%;
}
.col-50 {
  width: 50%;
}
.col-100 {
  width: 100%;
}
.delifast-arrow {
  position: absolute;
  bottom: 8%;
  right: 10%;
}
.group-btn {
  position: relative;
  width: 96%;
  bottom: -3%;
}
.group-btn-nemdiz {
  bottom: -26%;
}
.group-btn-kit-market {
  bottom: -13%;
}
.btn-delifast-left {
  margin-left: 15px;
}
.btn-delifast-right {
  margin-right: 0;
}



/* SLIDE NEMDIZ */
.nemdiz-text-bg {
  position: absolute;
  width: 27.3%;
  height: 59.4%;
  top: 15%;
  left: 61%;
  background: no-repeat url('../nemdiz_slide_img/nemdiz_text_bg.png');
  background-size: contain;
}
.nemdiz-phone {
  position: absolute;
  top: 5.5%;
}
.nemdiz-title {
  position: absolute;
  top: 5.5%;
  left: 62%;
}
.nemdiz-icon-group {
  position: absolute;
  bottom: 1%;
  right: 2%;
}
.nemdiz-arrow {
  position: absolute;
  bottom: 8%;
  right: 10%;
}


/* SLIDE KIT-MARKET */
.kit-market-text-bg {
  position: absolute;
  width: 27.3%;
  height: 59.4%;
  top: 15%;
  left: 61%;
  background: no-repeat url('../market_slide_img/market_txt.png');
  background-size: contain;
}
.kit-market-title {
  position: absolute;
  top: 5.5%;
  left: 62%;
}
.kit-market-arrow {
  position: absolute;
  bottom: 8%;
  right: 10%;
}
.kit-market-gyrocopter {
  position: absolute;
  top: 19%;
  left: 7.65%;
}





.block_image_dokumentooborot {
  width: 46%;
  height: 44%;
  top: 4%;
  right: 2%;
  background: center no-repeat url('../scale_1200.png');
  background-size: cover;
}
.block_image_fullfilment {
  width: 46%;
  height: 44%;
  bottom: 4%;
  left: 2%;
  background: center 10% no-repeat url('../2d63642d32d34cad93920a1daca34819.jpg');
}
.block_image_constructor {
  width: 46%;
  height: 44%;
  bottom: 4%;
  right: 2%;
  background: center no-repeat url('../51573b_0c20767c1f664211b1f7706062b33ab2_mv2_d_1389_1382_s_2.png');
  background-size: cover;
}
.block_image_repackaging {
  width: 23%;
  height: 20%;
  top: 34%;
  left: 29%;
  background: center 55% no-repeat url('../ce5da0010795afed945298e2da3bfbd8.png');
}
.block_image_design {
  width: 15%;
  height: 40%;
  top: 4%;
  right: 2%;
  background: center left 31% no-repeat url('../maintenance-site-internet.png');
  background-size: cover;
}
.block_image_statistics {
  width: 46%;
  height: 44%;
  top: 4%;
  left: 2%;
  background: center 35% no-repeat url('../statistics.jpg');
  background-size: cover;
}
.block_image_video {
  width: 19%;
  height: 18%;
  top: 77%;
  right: 25%;
  background: center 55% no-repeat url('../video.jpg');
  background-size: cover;
}
.block_image_content {
  width: 19%;
  height: 18%;
  top: 77%;
  right: 2%;
  background: center 55% no-repeat url('../e702744fe5996669faae6fb6bf36d8f5.jpg');
  background-size: cover;
}
.block_image_rek {
  width: 50%;
  height: 35%;
  top: 60%;
  left: 2%;
  background: center 55% no-repeat url('../rek.jpg');
  background-size: cover;
}
.border_children_rek {
  margin-top: 2%;
  width: 20%;
  border-radius: 30px;
  border: 2px solid white;
  padding: 15px 20px 15px 20px;
}
.main_heading {
  color:white;
  font-size:50px;
  text-align:center;
  text-transform: uppercase;
}
.btn {
  padding:20px;
  font-size:15px;
  margin-top: 5%;
  background-color:#de4351;
  border-radius:35px !important;
  border: 1px solid transparent;
  color: #FFF !important;
}
div .btn-form {
  padding: 20px 50px 20px 50px;
}
div textarea {
  margin-bottom:20%;
}
.float-right {
  float:right;
}
.float-left {
  float:left;
}
.p-text-kit-market {
  text-align:start;
  font-size:18px;
  color:#000;
  font-family:'NunitoSemiBold';
  text-transform:none;
  padding: 10px 20px;
}
.item-li {
  text-align:start;
  font-size:20px;
  color:#000;
  font-family:'NunitoSemiBold';
  text-transform:none;
  padding: 0 10px;
}
.input_nemdiz {
  margin-top:5%;
  background:#333333;
  border-radius:20px;
  padding:10px;
  width:85%;
  font-size:20px;
  color:white;
}
.heading_text_form {
  margin-top:10%;
  margin-bottom:3%;
  font-size:30px;
  text-transform: none;
}
.text_form {
  margin-bottom:5%;
  font-size:15px;
  text-transform:none;
}
.document-margin-top {
  margin-top: 15%;
}
.rek-margin-top {
  margin-top: 3%;
}
.text_bloct-ransport-logistic {
  font-weight: 600;
  color: #000;
  font-size:5vh;
  margin-top: 28%;
}
.text_block-contact-center {
  color: #000;
  font-size:5vh;
  font-weight: 600;
  margin-top: 9%;
}
@media only screen and (max-width: 1440px) and (max-height: 800px) {
  .group-btn-nemdiz {
    bottom: -26%;
  }
}



@media only screen and (max-width: 1440px) {
  .background:first-child {
    background: url('../main_slide_img/main_bg_all_1440.png') no-repeat center;
  }
  .background:nth-child(2) {
    background: center no-repeat url('../delifast_slide_img/delifast_bg_1440.png');
    background-size: contain;
  }
  .btn-delifast-left {
    margin-left: 17px;
  }
  .btn-delifast-right {
    margin-right: 0;
  }
  .wh-text {
    height: 77%;
  }
  .group-btn {
    bottom: -5%;
  }
  .group-btn-nemdiz {
    bottom: -24%;
  }
  .group-btn-kit-market {
    bottom: -14%;
  }
  .p1-text {
    margin: 10px 0;
  }
  .p1-text-icon {
    font-size: 12px;
    padding: 0 11px;
  }
  .delifast-title {
    left: 61.5%;
    top: 13%;
    width: 25%;
  }
  .kit-market-title {
    left: 62%;
    top: 15.5%;
    width: 25%;
  }
  .nemdiz-title {
    left: 61.5%;
    top: 17%;
    width: 25%;
  }
  .delifast-text-bg {
    top: 19%;
  }
  .kit-market-text-bg {
    top: 22%;
  }
  .nemdiz-text-bg {
    top: 22%;
  }
  .kit-market-gyrocopter {
    top: 20%;
    width: 35%;
    left: 3%;
  }
  .nemdiz-phone {
    top: 13%;
    width: 45%;
    left: -4.5%;
  }
  .content-title {
    line-height: 7;
  }
  .p1-text {
    font-size: 15px;
  }
  .btn {
    font-size: 12px;
    padding: 15px;
  }
  .p-text-kit-market {
    font-size: 14px;
    padding: 5px 20px;
  }
  .item-li {
    font-size: 15px;
  }
  .heading_text_form {
    margin-top: 5%;
    font-size: 22px;
  }
  .input_nemdiz {
    margin-top: 2%;
    padding: 8px;
    font-size: 15px;
  }
  .text_block {
    font-size: 6vh;
  }
  .document-margin-top {
    margin-top: 20%;
  }
  .icon-delifast {
    width: 80%;
    height: 80%;
  }
  .i-1440 {
    width: 67%;
    height: 65%;
  }
  .rek-margin-top {
    margin-top: 8%;
  }
  .text_bloct-ransport-logistic {
    font-size: 4vh;
    margin-top: 40%;
  }
  .text_block-contact-center {
    margin-top: 12%;
  }
}

@media only screen and (max-width : 1280px) and (max-height: 800px) {
  .background:first-child {
    background: url('../main_slide_img/main_bg_all_1280x800.png') no-repeat center;
  }
  .group-btn {
    bottom: 5%;
  }
  .group-btn-nemdiz {
    bottom: -21%;
  }
  .group-btn-kit-market {
    bottom: -13%;
  }
  .delifast-text-bg {
    top: 18%;
    left: 63%;
  }
  .delifast-title {
    left: 64%;
    top: 12%;
  }
  .p1-text-icon {
    font-size: 10px;
  }
  .content-title {
    line-height: 7;
  }
  .p1-text {
    font-size: 15px;
  }
  .btn {
    font-size: 11px;
    padding: 10px;
  }
  .p-text-kit-market {
    font-size: 13px;
    padding: 3px 20px;
  }
  .item-li {
    font-size: 15px;
  }
  .heading_text_form {
    margin-top: 5%;
    font-size: 22px;
  }
  .input_nemdiz {
    margin-top: 2%;
    padding: 8px;
    font-size: 15px;
  }
  .text_block {
    font-size: 6vh;
  }
  .document-margin-top {
    margin-top: 20%;
  }
  .icon-delifast-work {
    width: 80%;
  }
  .icon-delifast-work-w {
    width: 55%;
  }
}
@media only screen and (max-width : 1280px) and (max-height: 720px) {
  .background:first-child {
    background: url('../main_slide_img/main_bg_all_1280x720.png') no-repeat center;
  }
  .group-btn {
    bottom: 5%;
  }
  .group-btn-nemdiz {
    bottom: -23%;
  }
  .group-btn-kit-market {
    bottom: -15%;
  }
  .delifast-title {
    left: 63.5%;
    top: 9%;
  }
  .delifast-text-bg {
    top: 15%;
  }
  .kit-market-gyrocopter {
    top: 14%;
    width: 34%;
    left: 3%;
  }
  .nemdiz-phone {
    top: 8%;
  }
  .kit-market-title {
    top: 11%;
  }
  .nemdiz-title {
    top: 13%;
  }
  .kit-market-text-bg {
    top: 18%;
  }
  .nemdiz-text-bg {
    top: 18%;
  }
}

/* iPhone 6/7/8 */
@media only screen and (max-width : 375px) and (max-height: 667px) {
  .background:first-child {
    background: center no-repeat url('../background3.png');
  }
  .background:nth-child(2) {
    background: 18.5% 1500% no-repeat url(../delifast_slide_img/delifast_bg.png);
    background-size: 410%;
  }
  .delifast-arrow {
    bottom: 15%;
    right: 15%;
    width: 70%;
  }
  .delifast-title {
    width: 70%;
    left: 15%;
    top: 12%;
  }
  .delifast-text-bg {
    width: 75%;
    top: 20%;
    left: 13%;
  }
  .p-text-kit-market {
    font-size: 11px;
    padding: 2px 15px;
  }
  .p1-text {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .btn {
    font-size: 9px;
    padding: 6px;
  }
  .delifast-icon-group {
    bottom: 24%;
    right: 27%;
  }
  .nemdiz-phone {
    top: 1%;
    width: 175%;
    left: -61%;
  }
  .nemdiz-arrow {
    bottom: 15%;
    right: 15%;
    width: 70%;
  }
  .nemdiz-title {
    width: 70%;
    left: 15%;
    top: 12%;
  }
  .nemdiz-text-bg {
    width: 75%;
    top: 20%;
    left: 13%;
  }
  .group-btn-nemdiz {
    bottom: -20%;
    left: -1%;
  }
  .nemdiz-icon-group {
    bottom: 24%;
    right: 41%;
  }
  .kit-market-gyrocopter {
    top: 30%;
    width: 100%;
    left: 3%;
  }
  .kit-market-title {
    width: 70%;
    left: 15%;
    top: 12%;
  }
  .kit-market-text-bg {
    width: 75%;
    top: 20%;
    left: 13%;
  }
  .kit-market-arrow {
    bottom: 15%;
    right: 15%;
    width: 70%;
  }
  .group-btn-kit-market {
    bottom: 0%;
    left: -1%;
  }
  .text_block {
    font-size: 2vh;
  }
  .fast {
    left: 9%;
  }
  .content-title {
    line-height: 21;
  }
}