
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.udacha-heading {
  font-family: "Gilroy ExtraBold";
  font-size: 64px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.udacha-container {
  padding: 0 15px;
}

.udacha-main {
  padding: 100px 0 0 0;
  background-color: #F2F2F2;
}
.udacha-main .udacha-heading {
  font-family: "Gilroy Heavy";
  font-size: 76px;
  line-height: 82px;
  margin-bottom: 80px;
}
.udacha-main .udacha-main__bg {
  width: 1730px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#scene-main {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#scene-main .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
#scene-main .layer img {
  position: absolute;
}
#scene-main .layer.layer-1 img {
  width: 310px;
  left: 5%;
  top: 7%;
}
#scene-main .layer.layer-2 img {
  width: 200px;
  right: 5%;
  top: 7%;
}
#scene-main .layer.layer-3 img {
  width: 240px;
  left: 5%;
  bottom: 10%;
}
#scene-main .layer.layer-4 img {
  width: 230px;
  right: 5%;
  bottom: 10%;
}

.prizes {
  padding: 50px 0 80px 0;
  background-color: #F2F2F2;
  position: relative;
}
.prizes .udacha-heading {
  margin-bottom: 80px;
}

.prizes__items {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prizes__item {
  width: 267px;
  margin: 0 0 20px 0;
  position: relative;
  background-color: #fff;
  box-shadow: 6px 5px 14px -5px #414141;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.prizes__item .prize__item-count {
  background: url(../img/prizes-count-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.prizes__item .prize__item-count p {
  font-family: "Gilroy ExtraBold";
  font-size: 28px;
  line-height: 34px;
}
.prizes__item .prize__item-count p span {
  font-family: "Gilroy Medium";
  font-size: 20px;
  line-height: 26px;
}
.prizes__item .prizes__item-image {
  width: 80%;
}
.prizes__item .prizes__item-title {
  font-family: "Gilroy ExtraBold";
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}
.prizes__item .prizes__item-type {
  font-family: "Gilroy Bold";
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}
.prizes__item .prizes__item-description {
  font-family: "Gilroy Medium";
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 12px;
}

#scene-prizes {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#scene-prizes .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
#scene-prizes .layer img {
  position: absolute;
}
#scene-prizes .layer.layer-1 img {
  width: 280px;
  left: 8%;
  top: 7%;
}
#scene-prizes .layer.layer-2 img {
  width: 260px;
  right: 9%;
  top: 7%;
}
#scene-prizes .layer.layer-3 img {
  width: 400px;
  left: 4%;
  bottom: 50%;
}
#scene-prizes .layer.layer-4 img {
  width: 400px;
  right: 0;
  bottom: 40%;
}
#scene-prizes .layer.layer-5 img {
  width: 500px;
  left: 2%;
  bottom: 8%;
}
#scene-prizes .layer.layer-6 img {
  width: 400px;
  right: 1%;
  bottom: 6%;
}

.participate {
  padding: 60px 0 80px 0;
}
.participate .udacha-heading {
  margin-bottom: 70px;
}

.participate__step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.participate__step .participate__step-icon {
  width: 146px;
}
.participate__step .participate__step-content {
  margin-left: 70px;
  width: 750px;
  max-width: 100%;
}
.participate__step .participate__step-content .title {
  font-family: "Gilroy ExtraBold";
  font-size: 55px;
  line-height: 61px;
  text-transform: uppercase;
}
.participate__step .participate__step-content .text {
  font-family: "Gilroy Medium";
  font-size: 40px;
  line-height: 46px;
}
.participate__step .participate__step-content .text a {
  color: inherit;
}
.participate__step .participate__step-content .text span {
  font-family: "Gilroy ExtraBold";
}

.more {
  padding: 40px 0 80px 0;
}
.more .udacha-heading {
  margin-bottom: 30px;
}
.more .more-subheading {
  font-family: "Gilroy Medium";
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
}
.more .more-subheading span {
  font-family: "Gilroy ExtraBold";
}
.more .more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
}
.more .more-link img {
  width: 140px;
}
.more .more-link p {
  font-family: "Gilroy Medium";
  font-size: 39px;
  line-height: 45px;
  margin-left: 24px;
  color: inherit;
}/*# sourceMappingURL=style.css.map */