@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 {
  width: 1280px;
  margin: 0 auto;
}

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

.section__header {
  background-color: #f7f5f3;
}

.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: 193px;
  height: 75px;
}

.section__header .header .terms {
  padding: 12.6px 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #e21f27;
  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: #f7f5f3;
  background-image: url("../../img/deus.png"), url("../../img/adam.png");
  background-repeat: no-repeat;
  background-position: right center, left bottom;
}

.section__hero .hero {
  padding-top: 127px;
  padding-bottom: 572px;
  width: 1013px;
  color: #4f4f4f;
}

.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__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;
}

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

.section__prizes {
  background-color: #4f4f4f;
  color: #ffffff;
}

.section__prizes .prizes {
  position: relative;
  top: -260px;
}

.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);
}

.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: "Firenight", sans-serif;
  font-size: 60px;
  line-height: 77px;
  letter-spacing: 0.02em;
  color: #4f4f4f;
}

.section__prizes .prizes__list div dd {
  margin: 0;
  margin-top: 37px;
  font-size: 50px;
  font-weight: bold;
  line-height: 128%;
  letter-spacing: 0.02em;
  color: #e21f27;
}

.section__prizes .prizes__list .gray-box {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  background-color: transparent;
}

.section__prizes .prizes__list .gray-box dt {
  font-family: "ProximaNova", sans-serif;
  color: #ffffff;
  font-size: 50px;
  line-height: 39px;
}

.section__prizes .prizes__list .gray-box dd {
  margin-top: 8px;
  font-size: 30px;
  font-weight: normal;
  line-height: 39px;
  color: #ffffff;
}

.section__leader {
  position: relative;
  top: -185px;
  margin-bottom: -185px;
}

.section__leader::before {
  content: url("../../img/left-hand.png");
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 3;
}

.section__leader .leader {
  border: 2px solid #e2dfdd;
  border-radius: 3px;
  position: relative;
}

.section__leader .leader::before {
  content: url("../../img/ferns-left.png");
  position: absolute;
  top: -175px;
  left: -110px;
  z-index: 1;
}

.section__leader .leader::after {
  content: url("../../img/ferns-right.png");
  position: absolute;
  top: -260px;
  right: -120px;
  z-index: 1;
}

.section__leader .leader .leader__title {
  position: relative;
  z-index: 2;
  padding: 56px 0 56px 67px;
  background-color: #ffffff;
}

.section__leader .leader .leader__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 82px 70px 88px 72px;
  margin: 0;
  border-top: 2px solid #e2dfdd;
  background-color: #f7f5f3;
}

.section__leader .leader .leader__list dt {
  font-family: "Firenight", sans-serif;
  font-size: 60px;
  line-height: 77px;
  letter-spacing: 0.02em;
  color: #4f4f4f;
}

.section__leader .leader .leader__list dd {
  margin: 0;
  margin-top: 17px;
  font-size: 50px;
  font-weight: bold;
  line-height: 128%;
  letter-spacing: 0.02em;
  color: #e21f27;
}

.section__winner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.section__winner::after {
  content: url("../../img/right-hand.png");
  position: absolute;
  z-index: 3;
  top: 20%;
  right: -2px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: handtransform linear 5s infinite;
  animation: handtransform linear 5s infinite;
}

@-webkit-keyframes handtransform {
  0%,
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes handtransform {
  0%,
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

.section__winner .winner__title {
  width: 703px;
  margin: 175px auto 122px;
  text-align: center;
  color: #e21f27;
}

.rating {
  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-left: 46px;
}

.rating .rating__title {
  color: #000000;
}

.rating p {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 43px;
  margin-top: 16px;
  margin-left: 117px;
  width: 151px;
  font-size: 18px;
  line-height: 116%;
  color: #828282;
}

.rating p::before {
  content: url("../../img/coin.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.rating .terms {
  margin-left: 43px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 116%;
  text-transform: uppercase;
  color: #e15d79;
  -webkit-box-shadow: 0 1px 0 0 #e15d79;
  box-shadow: 0 1px 0 0 #e15d79;
}

.section__result .result__content {
  margin-top: 46px;
}

.section__result .result__content .result__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 40px 18px;
  background-color: #f7f5f3;
}

.section__result .result__content .result__search button {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 0;
  margin-right: 2.5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d8d8d8;
  border: none;
  cursor: pointer;
}

.section__result .result__content .result__search button.active {
  background-color: #e15d79;
}

.section__result .result__content .result__search .toggle__newsale {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.section__result .result__content .result__search .toggle__rg {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section__result .result__content .result__table table {
  width: 100%;
  border-collapse: collapse;
  counter-reset: firstcell;
  position: relative;
}

.section__result .result__content .result__table table th {
  padding-bottom: 27px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
  background-color: #f7f5f3;
  border-bottom: none;
  vertical-align: bottom;
}

.section__result .result__content .result__table table th:first-child {
  position: relative;
}

.section__result .result__content .result__table table th:first-child::after {
  content: "/";
  position: absolute;
  right: -7.5px;
}

.section__result .result__content .result__table table td {
  padding-top: 18px;
  padding-bottom: 25px;
  vertical-align: top;
  font-size: 20px;
}

.section__result .result__content .result__table table td:first-child,
.section__result .result__content .result__table table td:nth-child(2) {
  font-weight: bold;
}

.section__result .result__content .result__table table th,
.section__result .result__content .result__table table td {
  border-bottom: 1px solid #eeede6;
  padding-left: 25px;
  line-height: 23px;
  text-align: left;
}

.section__result .result__content .result__table table th:first-child,
.section__result .result__content .result__table table td:first-child {
  padding-left: 40px;
}

.section__result .result__content .result__table table th:nth-child(2),
.section__result .result__content .result__table table td:nth-child(2) {
  padding-left: 10px;
}

.section__result .result__content .result__table table th:nth-child(3),
.section__result .result__content .result__table table td:nth-child(3) {
  width: 72px;
}

.section__result .result__content .result__table table th:nth-child(7),
.section__result .result__content .result__table table td:nth-child(7) {
  min-width: 136px;
}

.section__result .result__content .result__table table th:last-child,
.section__result .result__content .result__table table td:last-child {
  min-width: 150px;
  padding-right: 12px;
}

.section__result .result__content .result__table .table__newsale,
.section__result .result__content .result__table .table__resubscription,
.section__result .result__content .result__table .table__managers,
.section__result .result__content .result__table .table__rg {
  display: none;
}

.section__result .result__content .result__table .table__newsale.active,
.section__result .result__content .result__table .table__resubscription.active,
.section__result .result__content .result__table .table__managers.active,
.section__result .result__content .result__table .table__rg.active {
  display: table;
}

.section__result .result__content .result__table .table__resubscription {
  display: none;
}

.section__result .result__content .result__table .table__managers {
  display: none;
}

.section__result .result__content .result__table .table__rg {
  display: none;
}

.result__button {
  position: fixed;
  bottom: 30px;
  right: 50%;
  margin-right: -167px;
  z-index: 99;
  padding: 13px 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  border-radius: 5px;
  background-color: #fff6cf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}

.result__button.shown {
  display: block;
}

.table--slick-head {
  display: none;
}

.table--slick-head.active {
  display: block;
  position: fixed;
  top: 0;
  width: 1240px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.table--slick-head.active th {
  padding-top: 20px;
}
/*# sourceMappingURL=main.css.map */
