:root {
  --742bda: #742bda;
  --e1cbff: #e1cbff;
  --white: white;
  --black: black;
}

a {
  color: #fff;
  text-decoration: none;
}

.gotoweb {
  background-color: var(--742bda);
  box-shadow: 0 15px 40px -15px var(--742bda);
  color: #f8f9fb;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .444s;
  display: flex;
}

.gotoweb:hover {
  background-color: var(--e1cbff);
  box-shadow: 0 15px 40px -8px var(--742bda);
  color: #000;
}

.gotoweb.yellow {
  color: #1f1e1e;
  background-color: #f1e368;
  max-width: 378px;
  font-size: 12px;
  box-shadow: 0 15px 40px -15px #f1e368;
}

.gotoweb.yellow:hover {
  background-color: #dac300;
  box-shadow: 0 15px 30px -10px #dac300;
}

.dateweb {
  color: #f8f9fb;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.datecounter.webdatecounter {
  font-weight: 700;
  display: block;
}

.body {
  background-color: #686868;
}

.dateweb2 {
  color: #2b2b2b;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block {
  color: red;
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button {
  position: absolute;
  top: 30px;
}

.bg {
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1920px;
  height: 1080px;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: static;
  inset: 0% auto auto 0%;
}

._300x225 {
  z-index: 5;
  width: 300px;
  height: 225px;
  position: absolute;
  top: 50px;
  left: 50px;
}

._300x400 {
  z-index: 5;
  width: 300px;
  height: 400px;
  position: absolute;
  top: 63px;
  left: 505px;
}

._450-338 {
  z-index: 5;
  width: 450px;
  height: 338px;
  position: absolute;
  top: 689px;
  left: 124px;
}

.video_1, .video_2, .video_3 {
  width: 100%;
  height: 100%;
}

._500-375 {
  z-index: 5;
  width: 500px;
  height: 375px;
  position: absolute;
  top: 31px;
  left: 879px;
}

._650-488 {
  z-index: 5;
  width: 650px;
  height: 488px;
  position: absolute;
  top: 542px;
  left: 699px;
}

._413x550 {
  z-index: 5;
  width: 413px;
  height: 550px;
  position: absolute;
  top: 66px;
  left: 1451px;
}

._350-263 {
  z-index: 5;
  width: 350px;
  height: 263px;
  position: absolute;
  top: 717px;
  left: 1481px;
}

._350-263x2 {
  z-index: 5;
  width: 350px;
  height: 263px;
  position: absolute;
  top: 346px;
  left: 87px;
}

@media screen and (max-width: 991px) {
  .gotoweb.yellow {
    max-width: 300px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .gotoweb {
    max-width: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 12px;
  }

  .dateweb {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .datecounter.webdatecounter {
    display: inline;
  }

  .dateweb2 {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
}
