@font-face {
  font-family: 'Firenight';
  src: url("../fonts/Firenight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: min-content 1fr;
      grid-template-rows: -webkit-min-content 1fr;
      grid-template-rows: min-content 1fr;
  min-width: 1500px;
  margin: 0;
  min-height: 100%;
  font-family: 'ProximaNova', sans-serif;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  list-style-type: none;
}

p, input {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  wid autoth: 100%;
  margin: 0;
}

.title {
  margin: 0;
  font-family: 'Firenight', sans-serif;
  font-size: 55px;
  line-height: 128%;
  color: #light;
}

.section__header {
  background-color: #4F4F4F;
}

.section__header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 61px;
}

.section__header .header img {
  width: 533px;
  height: 83px;
}

.section__header .header .terms {
  padding: 12.6px 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #5FAAFF;
  border: solid 2px #E21F27;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section__header .header .terms:hover {
  color: #fb0e17;
  border-color: #fb0e17;
}

.section__hero {
  background-color: #4F4F4F;
  background-repeat: no-repeat;
  background-position: right center, left bottom;
  color: #ffffff;
}

.section__hero .hero {
  padding-top: 50px;
  padding-bottom: 0px;
  width: 100%;
  color: #ffffff;
}

.section__hero .hero .hero__descritpion {
  margin-top: 24px;
  margin-right: 164px;
  font-size: 30px;
  line-height: 39px;
}

.section__hero .hero .hero__descritpion span {
  font-weight: bold;
}

.section__hero .hero .hero__descritpion div dt {
  font-family: 'ProximaNova', sans-serif;
  font-size: 20px;
  line-height: 128%
  color: #4F4F4F;
}

.section__hero .hero .hero__descritpion div dd {
  margin: 0;
  margin-top: 37px;
  font-size: 20px;
  font-weight: bold;
  line-height: 128%;
  color: #4F4F4F;
}

.section__hero .hero .hero__button {
  display: inline-block;
  padding: 14px 50px;
  margin-top: 31px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #00000;
  background-color: #00000;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section__hero .hero .hero__button:hover {
  background-color: #fb0e17;
}

.section__prizes {
  background-color: #4F4F4F;
  color: #4F4F4F;
}

.section__prizes .prizes {
  position: relative;
  top: 60px; 
}

.section__prizes .prizes__list::before {
  content: url("../../img/ferns-left.png");
  position: absolute;
  top: -60px;
  left: 120px;
  z-index: 1;
  transform: rotate(-20deg);
}

.section__prizes .prizes__list::after {
  content: url("../../img/ferns-left.png");
  position: absolute;
  top: -20px;
   right: 120px;
  z-index: 1;
  transform: scale(-1, 1);
    transform: rotate(60deg);
}

.section__prizes .prizes__title {
  text-align: right;
}

.section__prizes .prizes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-top: 26px;
}

.section__prizes .prizes__list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc((100% - 124px) / 3);
      flex-basis: calc((100% - 124px) / 3);
  padding: 69px 58px 78px 58px;
  margin-right: 62px;
  margin-bottom: 63px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #E2DFDD;
  border-radius: 3px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
	z-index: 2;
}

.section__prizes .prizes__list div:nth-child(3) {
  margin-right: 0;
}

.section__prizes .prizes__list div:last-child {
  margin-right: 0;
}

.section__prizes .prizes__list div dt {
  font-family: 'ProximaNova', sans-serif;
  font-size: 20px;
  line-height: 128%
  color: #4F4F4F;
}

.section__prizes .prizes__list div dt::before {
  content: url("../../img/left-hand.png");
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 3;
  transform: rotate(20deg);
}

.section__prizes .prizes__list div dt::after {
  content: url("../../img/right-hand.png");   position: absolute;  top: 170px;
  right: 0px;

  z-index: 3;
  transform: rotate(0deg);
}


.section__prizes .prizes__list div dd {
  margin: 0;
  margin-top: 37px;
  font-size: 20px;
  font-weight: bold;
  line-height: 128%;
  color: #4F4F4F;
}

.section__prizes .prizes__list .hero__button {
  display: inline-block;
  padding: 14px 50px;
  margin-top: 31px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  background-color: #E21F27;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/*# sourceMappingURL=main.css.map */