.all {
  height: 1000px;
  overflow: hidden;
}

.background {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image.mob {
  display: none;
}

.image-2 {
  z-index: 1;
  object-fit: cover;
  width: 38vw;
  margin-left: auto;
  margin-right: auto;
}

.body {
  overflow: hidden;
}

.txt-bac {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 13vw;
  right: 290px;
}

.img3 {
  z-index: 3;
  background-image: url('../images/Я-хорошо-потрудился-в-Новый-год-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 16vw;
  display: flex;
  position: relative;
  top: 1rem;
  right: 14vw;
}

.txt {
  text-align: center;
  margin-top: 0;
  margin-left: 2vw;
  font-family: Vaccine, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 190%;
  display: block;
}

.txt.non {
  display: none;
}

.box-moroz {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 5vw;
  left: auto;
  right: auto;
}

.link {
  color: #333;
  font-family: Vaccine, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #da091d;
  text-decoration: underline;
}

.txt-lk {
  text-align: center;
  margin-top: -2vw;
  margin-left: 1vw;
  font-family: Vaccine, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 190%;
}

.text-span {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.text-span-2, .text-span-3 {
  font-family: Lato, sans-serif;
}

.img3-copy {
  z-index: 3;
  background-image: url('../images/Я-хорошо-потрудился-в-Новый-год-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 16vw;
  display: flex;
  position: relative;
  top: 1rem;
  right: 14vw;
}

.img34 {
  z-index: 3;
  background-image: url('../images/Я-хорошо-потрудился-в-Новый-год-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 8vw;
  display: flex;
  position: absolute;
  inset: auto auto 7vw;
}

.img44 {
  display: none;
}

.img-ded-mob {
  z-index: 1;
  object-fit: cover;
  width: 38vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.img-txt-2 {
  z-index: 3;
  background-image: url('../images/Я-хорошо-потрудился-в-Новый-год-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 8vw;
  display: none;
  position: absolute;
  inset: auto auto 7vw;
}

.txt-lk-mob {
  text-align: center;
  margin-top: -2vw;
  margin-left: 1vw;
  font-family: Vaccine, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 190%;
}

@media screen and (max-width: 991px) {
  .all {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .all {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .background {
    overflow: hidden;
  }

  .image {
    width: auto;
    height: 100vw;
    display: none;
  }

  .image.mob {
    width: 100vw;
    height: 100vh;
    display: block;
    position: static;
  }

  .image-2 {
    width: 80vw;
    display: none;
    position: relative;
    top: 0;
    left: auto;
  }

  .img3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .txt.non {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 140%;
    display: block;
    position: relative;
    top: 120px;
    left: 20px;
  }

  .box-moroz {
    width: 100vw;
    position: relative;
    top: -750px;
    left: auto;
  }

  .link {
    font-size: 14px;
  }

  .txt-lk {
    text-align: center;
    margin-top: 2vw;
    margin-left: 0;
    font-size: 3vw;
  }

  .img34 {
    display: none;
    bottom: -40px;
  }

  .img44 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0% auto;
  }

  .div-txt {
    justify-content: center;
    align-items: center;
    width: 370px;
    display: flex;
    position: absolute;
    top: 50px;
    left: auto;
  }

  .img-ded-mob {
    width: 90vw;
    display: block;
    position: absolute;
    top: 250px;
    left: auto;
  }

  .img-txt-2 {
    width: 150px;
    height: 60px;
    display: block;
    position: absolute;
    inset: 245px 180px auto auto;
  }

  .txt-lk-mob {
    text-align: center;
    margin-top: 18px;
    margin-left: 8px;
  }

  .div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }
}


@font-face {
  font-family: 'Vaccine';
  src: url('../fonts/vaccine.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}