.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d448d;
  background-image: url('../images/bg.jpg');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block.egt {
  background-image: url('../images/1920x220.jpg');
}

.bt-p2p {
  margin-top: 40px;
  padding: 25px 40px;
  border-radius: 50px;
  background-color: transparent;
  background-image: linear-gradient(138deg, #15b17a, #0ab413);
  box-shadow: inset 0 -1px 10px 0 #74ff4c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Crocosans caps', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.bt-p2p:hover {
  box-shadow: inset 0 -1px 30px 20px #74ff4c, 1px 1px 60px 8px rgba(19, 173, 75, 0.77);
}

.bt-p2p.heartbeat.m {
  display: none;
}

.logo_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #13ad4b;
}

.image {
  display: none;
  width: 10vw;
  max-width: none;
}

.text-block {
  display: block;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Crocosans caps', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 125%;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 1px 12px #000;
}

.text-block._2 {
  position: absolute;
  text-shadow: none;
}

.text-block._2.flicker-5 {
  z-index: auto;
  display: block;
  text-shadow: 1px 1px 20px #000;
}

.span {
  color: #00ff4c;
  text-shadow: 1px 1px 6px #13ad4b;
}

.image-2 {
  width: 300px;
  max-width: none;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 300px;
}

.div-block-5 {
  position: relative;
  left: 3%;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: absolute;
  z-index: 99;
  width: 130%;
  max-width: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  .text-block {
    font-size: 60px;
    text-shadow: 1px 1px 20px #000;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block.egt {
    padding-top: 85px;
    background-image: url('../images/991x220.jpg');
  }

  .bt-p2p.heartbeat {
    padding: 20px 24px;
    font-size: 18px;
  }

  .logo_wrp {
    height: auto;
    padding: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }

  .image {
    display: none;
    width: 15vw;
  }

  .text-block {
    width: 250px;
    margin-left: 54px;
    font-size: 3.5vw;
  }

  .image-2 {
    display: block;
    width: 25vw;
    max-width: none;
  }

  .image-3 {
    width: 190px;
    max-width: none;
  }

  .div-block-5 {
    left: 1%;
    top: 0px;
    height: 220px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-4 {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .bt-p2p {
    display: block;
    margin-top: 10px;
    padding: 3vw;
    font-size: 3vw;
  }

  .bt-p2p.heartbeat {
    padding: 15px 20px;
    font-size: 12px;
  }

  .bt-p2p.heartbeat.m {
    display: none;
    padding: 15px 20px;
    font-size: 12px;
  }

  .logo_wrp {
    left: 6%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .text-block {
    width: auto;
    max-width: none;
    margin-left: auto;
    font-size: 5.5vw;
    line-height: 1;
    text-align: center;
  }

  .image-3 {
    width: 160px;
    max-width: none;
  }

  .div-block-5 {
    position: absolute;
    left: 7%;
    top: 111px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-6 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block.egt {
    padding-top: 117px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/497x220.jpg');
    background-position: 50% 50%;
  }

  .bt-p2p {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 16px;
  }

  .logo_wrp {
    left: auto;
    right: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .text-block {
    position: relative;
    z-index: 99;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 7vw;
  }

  .text-block._2.flicker-5 {
    width: auto;
    max-width: none;
  }

  .image-2 {
    min-width: 144px;
  }

  .div-block-4 {
    margin-right: 20px;
  }

  .div-block-5 {
    left: -80px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    display: none;
  }

  .div-block-6 {
    position: relative;
    z-index: 99;
  }
}

@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.woff') format('woff'), url('../fonts/Proxima-Nova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Crocosans caps';
  src: url('../fonts/CrocoSans-Black_CAPS.woff') format('woff'), url('../fonts/CrocoSans-Black_CAPS.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Crocosanscaps';
  src: url('../fonts/CrocoSansCAPS-Regular.woff') format('woff'), url('../fonts/CrocoSansCAPS-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova text';
  src: url('../fonts/ProximaNova-Text.woff') format('woff'), url('../fonts/ProximaNova-Text.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}