@font-face {
  font-family: a-light;
  font-display: swap;
  src: url("../fonts/ABBvoice_Latin_Cyrillic_Greek_Math_Web/WOFF/ABBvoice_W_Lt.woff"); }
@font-face {
  font-family: a-regular;
  font-display: swap;
  src: url("../fonts/ABBvoice_Latin_Cyrillic_Greek_Math_Web/WOFF/ABBvoice_W_Rg.woff"); }
@font-face {
  font-family: a-medium;
  font-display: swap;
  src: url("../fonts/ABBvoice_Latin_Cyrillic_Greek_Math_Web/WOFF/ABBvoice_W_Md.woff"); }
@font-face {
  font-family: a-bold;
  font-display: swap;
  src: url("../fonts/ABBvoice_Latin_Cyrillic_Greek_Math_Web/WOFF/ABBvoice_W_Bd.woff"); }
.heading-2 {
  font-size: 38px;
  line-height: 38px;
  font-family: a-bold; }

.heading-3 {
  font-size: 30px;
  line-height: 38px;
  font-family: a-bold; }

.heading-4 {
  font-size: 26px;
  line-height: 32px;
  font-family: a-bold; }

.title-decor {
  font-size: 40px;
  line-height: 50px;
  font-family: a-bold;
  color: #000;
  padding-top: 25px;
  position: relative;
  display: block; }
  .title-decor:before {
    content: "";
    height: 5px;
    width: 40px;
    background-color: #FD0D1B;
    position: absolute;
    top: 0px;
    left: 0px; }

.btn-red {
  background-color: #FF0000;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-family: a-bold;
  padding: 9px 24px; }
  .btn-red.big {
    font-size: 20px;
    padding: 13px 34px; }
  .btn-red:hover {
    background-color: #EE0000; }

.download-link {
  position: relative;
  padding-left: 45px;
  color: #000000;
  font-size: 16px; }
  .download-link:before {
    content: url("../images/svg/download.svg");
    position: absolute;
    left: 0px;
    top: -3px; }
  .download-link:hover {
    opacity: 0.8; }

.cf7mls-btns .cf7mls_next.action-button {
  background-color: #FF0000;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-family: a-bold;
  padding: 9px 24px; }
  .cf7mls-btns .cf7mls_next.action-button.big {
    font-size: 20px;
    padding: 13px 34px; }
  .cf7mls-btns .cf7mls_next.action-button:hover {
    background-color: #EE0000; }

/*radio*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block; }

.invoice-wrapper [type="radio"]:not(:checked) + span,
.invoice-wrapper [type="radio"]:checked + span {
  font-size: 20px;
  line-height: 30px; }

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  font-size: 18px;
  line-height: 26px; }

[type="radio"]:not(:checked) + span:before,
[type="radio"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box; }

.has-error [type="radio"]:not(:checked) + span:before,
.has-error [type="radio"]:checked + span:before {
  border-color: #E41E02; }

[type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  transition: all .2s;
  line-height: 0; }

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1); }

/*end radio*/
/*checkbox*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + span, [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  display: block; }

[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  font-size: 14px;
  line-height: 20px; }

.wpcf7-not-valid [type="checkbox"]:not(:checked) + span:before,
.wpcf7-not-valid [type="checkbox"]:checked + span:before {
  border-color: #FF000F; }

[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #DBDBDB;
  background: transparent;
  box-sizing: border-box; }

[type="checkbox"]:checked + span:before {
  border-color: #000000; }

.has-error [type="checkbox"]:not(:checked) + span:before,
.has-error [type="checkbox"]:checked + span:before {
  border-color: #E41E02; }

[type="checkbox"]:not(:checked) + span:after, [type="checkbox"]:checked + span:after {
  content: url("../images/svg/check.svg");
  position: absolute;
  top: 6px;
  left: 3px;
  transition: all .2s;
  line-height: 0; }

[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1); }

/*end checkbox*/
.wpcf7-list-item {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0px; }
  .wpcf7-list-item a {
    color: #FF000F; }
  .wpcf7-list-item.active .hidden-text {
    display: initial; }
  .wpcf7-list-item.active .dots {
    display: none; }

.hidden-text {
  display: none; }

.wpcf7 br {
  content: "";
  height: 0px; }
.wpcf7 .title-decor {
  margin-bottom: 30px; }
.wpcf7 .description {
  font-size: 20px;
  line-height: 30px; }
  .wpcf7 .description a {
    color: #FF000F;
    text-decoration: none; }

input[type="search"] {
  border: solid 1px #DBDBDB;
  font-size: 18px;
  line-height: 30px;
  padding: 9px 23px 10px;
  outline: 0;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  border: solid 1px #DBDBDB;
  font-size: 18px;
  line-height: 30px;
  padding: 9px 23px 10px;
  outline: 0;
  width: 100%;
  box-sizing: border-box; }
  .wpcf7 input[type="text"].wpcf7-not-valid,
  .wpcf7 input[type="email"].wpcf7-not-valid {
    border-color: #FF000F; }

.form-label {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 30px; }

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 10px; }
  .wpcf7-form-control-wrap.acceptance-157 {
    margin-top: 0px; }

.selectric-below .selectric .label {
  color: #000; }

.selectric {
  background-color: #fff;
  border-color: #DBDBDB; }
  .selectric .label {
    height: 48px;
    line-height: 48px;
    margin-left: 23px;
    color: #D2D2D2;
    font-size: 18px; }
  .selectric .button {
    width: 48px;
    height: 48px;
    background-color: #fff; }
    .selectric .button:after {
      content: url("../images/svg/arrow_down.svg");
      border: none;
      bottom: auto;
      right: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: auto; }

.selectric-items li {
  padding: 15px 23px;
  color: #D2D2D2;
  font-size: 18px; }

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  background-color: #FF0000;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-family: a-bold;
  padding: 9px 24px;
  border: none;
  cursor: pointer;
  margin-top: 30px; }
  form.cf7mls input.wpcf7-form-control.wpcf7-submit.big {
    font-size: 20px;
    padding: 13px 34px; }
  form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #EE0000; }

.acceptance .wpcf7-not-valid-tip {
  top: -14px;
  position: relative; }

.wpcf7-response-output {
  display: none !important; }

.wpcf7-not-valid-tip {
  color: #FF000F;
  font-size: 13px; }

* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: a-regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.section {
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 35px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

body {
  font-family: a-regular; }

strong {
  font-family: a-bold; }

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  float: none; }

.image {
  display: inline-block; }
  .image img {
    vertical-align: middle;
    width: 100%; }

.banner-wrapper .banner {
  padding-top: 110px;
  padding-bottom: 60px;
  padding-left: 76px;
  background-image: url("../images/png/shutterstock_1306580836@2x.png");
  background-position: center top;
  background-size: cover; }
.banner-wrapper h1 {
  font-size: 70px;
  line-height: 80px;
  font-family: a-light;
  color: #fff;
  padding-top: 40px;
  position: relative; }
  .banner-wrapper h1:before {
    content: "";
    height: 8px;
    width: 70px;
    background-color: #FD0D1B;
    position: absolute;
    top: 0px;
    left: 0px; }

.info-wrapper {
  padding-bottom: 44px;
  padding-top: 86px; }
  .info-wrapper .section {
    display: flex;
    flex-flow: wrap; }
  .info-wrapper .left {
    width: calc(100% / 12 * 5);
    padding-bottom: 40px; }
  .info-wrapper .right {
    width: calc(100% / 12 * 7);
    padding-bottom: 40px; }
  .info-wrapper img {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 10px 23px 50px rgba(0, 0, 0, 0.16);
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .info-wrapper .heading-3 {
    margin-bottom: 20px; }
  .info-wrapper .description {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 34px; }

.rules-wrapper {
  padding-bottom: 40px; }
  .rules-wrapper .heading-2 {
    margin-bottom: 40px; }

.header-wrapper {
  padding: 40px 0px; }

.boxes-list {
  display: flex;
  flex-flow: wrap; }
  .boxes-list li {
    list-style: none;
    width: calc(100% / 3 - 4px);
    margin-right: 5px;
    box-shadow: 30px 33px 56px rgba(0, 0, 0, 0.12);
    padding: 33px 39px 46px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px; }
    .boxes-list li:nth-child(3n+3) {
      margin-right: 0px; }
  .boxes-list .heading-4 {
    display: block;
    margin-bottom: 20px; }
  .boxes-list .image {
    margin-bottom: 20px; }
  .boxes-list .description {
    font-size: 18px;
    line-height: 24px; }
    .boxes-list .description a {
      text-decoration: none;
      color: #FF0000; }

.gifts-wrapper {
  padding-bottom: 40px; }
  .gifts-wrapper .section {
    display: flex;
    flex-flow: wrap; }
  .gifts-wrapper .left {
    width: calc(100% / 12 * 7 - 4px);
    background-color: #FAFAFA;
    padding: 51px 30px 41px;
    box-sizing: border-box;
    margin-right: 4px;
    margin-bottom: 40px; }
    .gifts-wrapper .left .image {
      position: relative;
      left: 50%;
      transform: translate(-50%, 0%); }
  .gifts-wrapper .right {
    width: calc(100% / 12 * 5);
    padding: 42px 47px;
    box-sizing: border-box;
    background-color: #FAFAFA;
    margin-bottom: 40px; }
    .gifts-wrapper .right .image {
      border-radius: 50%;
      box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.16);
      margin-bottom: 42px; }
  .gifts-wrapper .description {
    font-size: 26px;
    line-height: 36px; }
  .gifts-wrapper .heading-2 {
    margin-bottom: 20px; }

.banner-min-wrapper {
  padding-bottom: 60px; }
  .banner-min-wrapper .section {
    display: flex;
    flex-flow: wrap; }
  .banner-min-wrapper .left {
    width: calc(50% - 7px);
    padding: 46px 40px;
    box-sizing: border-box;
    background-color: #FAFAFA;
    margin-right: 7px; }
  .banner-min-wrapper .right {
    width: 50%;
    background-image: url("../images/png/banner-min@2x.png");
    background-position: right;
    background-size: cover; }
  .banner-min-wrapper .description {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 51px; }
  .banner-min-wrapper .heading-3 {
    margin-bottom: 23px; }

.banner-start-quiz-wrapper .banner {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../images/png/Group_11626.png");
  background-size: cover;
  background-position: center; }
.banner-start-quiz-wrapper h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: a-light;
  padding-top: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 37px; }
  .banner-start-quiz-wrapper h2:before {
    content: "";
    height: 4px;
    width: 30px;
    background-color: #FD0D1B;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0); }
.banner-start-quiz-wrapper .btn-red {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }

.logos-wrapper {
  padding: 40px 0; }
  .logos-wrapper .logos-list {
    display: flex;
    flex-flow: wrap;
    font-size: 30px;
    justify-content: center; }
    .logos-wrapper .logos-list strong {
      color: #FF0000; }
    .logos-wrapper .logos-list li {
      list-style: none;
      margin-right: 25px; }
      .logos-wrapper .logos-list li:last-child {
        margin-right: 0px; }

.ranking-wrapper {
  padding-top: 50px;
  padding-bottom: 118px; }
  .ranking-wrapper .heading-2 {
    margin-bottom: 25px; }

.ranking.hidden {
  opacity: 0;
  height: 0px;
  visibility: hidden; }

.ranking-search {
  margin-top: 20px; }
  .ranking-search input {
    margin-top: 10px; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.ranking-header {
  padding-left: 24px;
  padding-right: 46px;
  font-size: 20px;
  line-height: 26px; }
  .ranking-header ul {
    display: flex;
    flex-flow: wrap;
    list-style: none; }
  .ranking-header li {
    padding: 14px 0px;
    justify-content: space-between;
    width: calc(50% / 3); }
    .ranking-header li:first-child {
      padding-left: 7px;
      box-sizing: border-box; }
    .ranking-header li:last-child {
      width: 50%; }

.ranking-list {
  list-style: none;
  padding: 27px 24px 17px;
  background-color: #FAFAFA;
  max-height: 407px;
  overflow-y: scroll;
  box-sizing: border-box; }
  .ranking-list > li:nth-child(odd) {
    background-color: #F0F0F0; }
  .ranking-list > li.odd {
    background-color: #F0F0F0; }
  .ranking-list > li.even {
    background-color: #FAFAFA; }
  .ranking-list ol {
    display: flex;
    flex-flow: wrap;
    list-style: none; }
    .ranking-list ol > li {
      justify-content: space-between;
      width: calc(50% / 3);
      line-height: 38px;
      font-size: 16px; }
      .ranking-list ol > li:first-child {
        padding-left: 15px;
        box-sizing: border-box; }
      .ranking-list ol > li:last-child {
        width: 50%; }

.empty-nick {
  display: none; }
  .empty-nick.active {
    display: block; }

/* width */
.ranking-list::-webkit-scrollbar,
.selectric-scroll::-webkit-scrollbar {
  width: 20px; }

/* Track */
.ranking-list::-webkit-scrollbar-track,
.selectric-scroll::-webkit-scrollbar-track {
  border: solid 1px #D2D2D2; }

/* Handle */
.ranking-list::-webkit-scrollbar-thumb,
.selectric-scroll::-webkit-scrollbar-thumb {
  background: #000000;
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2; }

/* Handle on hover */
.ranking-list::-webkit-scrollbar-thumb:hover,
.selectric-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff; }

.footer-wrapper .section {
  padding-top: 42px;
  border-top: solid 1px #DBDBDB;
  padding-bottom: 20px; }

.bottomSmallMenu {
  font-size: 16px;
  line-height: 1.5em;
  color: #262626;
  padding: 15px 0;
  overflow: hidden;
  margin-top: 32px; }
  .bottomSmallMenu li {
    white-space: nowrap;
    display: inline;
    float: left;
    padding: 0 0 5px 0; }
    .bottomSmallMenu li:after {
      content: "|";
      display: inline-block;
      padding: 0 5px; }
    .bottomSmallMenu li:last-child:after {
      content: ""; }
    .bottomSmallMenu li a {
      color: #262626; }

.steps {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  position: relative;
  margin-bottom: 61px; }
  .steps:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #D2D2D2;
    z-index: -1; }
  .steps li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #D2D2D2;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 33px;
    background-color: #fff; }
    .steps li.active {
      background-color: #000000;
      border-color: #000000;
      color: #fff; }
    .steps li:last-child {
      margin-right: 0px; }

.form-title {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px; }

.timer {
  width: 111px;
  height: 40px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 10px 23px 26px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0; }
  .timer.active {
    opacity: 1; }
  .timer.error {
    color: #FF000F; }
  .timer:before {
    content: url("../images/svg/stoper.svg");
    position: absolute;
    top: 8px;
    left: 13px; }
  .timer span {
    position: absolute;
    top: 9px;
    font-size: 18px;
    right: 16px; }

.thanks-wrapper {
  margin-top: 40px; }
  .thanks-wrapper h2 {
    margin-bottom: 30px; }
  .thanks-wrapper .description {
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 30px; }
  .thanks-wrapper .btn-red {
    position: relative;
    left: 100%;
    transform: translate(-100%, 0); }

.small-content {
  width: 100%;
  max-width: 597px;
  margin: 0 auto; }

.wpcf7-form-control-wrapper {
  padding: 0 55px; }

.form-wrapper {
  margin-top: 40px; }

.end-time-box {
  background-color: #FAFAFA;
  font-size: 32px;
  line-height: 50px;
  font-family: a-light;
  padding: 80px calc(100% / 8 * 1) 95px calc(100% / 8 * 1);
  max-width: 794px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap; }
  .end-time-box .left {
    width: calc(100% / 8 * 4); }
  .end-time-box .right {
    width: calc(100% / 8 * 2); }

.end-time-wrapper {
  margin-top: 80px; }

@media (max-width: 768px) {
  .banner-wrapper .banner {
    padding-left: 25px; }
  .banner-wrapper h1 {
    font-size: 55px;
    line-height: 60px; }

  .info-wrapper .right {
    width: 100%; }
  .info-wrapper .left {
    width: 100%; }

  .boxes-list li {
    width: 100%;
    margin-right: 0px; }

  .gifts-wrapper .left {
    width: 100%; }
  .gifts-wrapper .right {
    width: 100%; }

  .banner-min-wrapper .left {
    width: 100%; }
  .banner-min-wrapper .right {
    width: 100%; }

  .ranking-list ol > li {
    width: calc(100% / 4); }
    .ranking-list ol > li:last-child {
      width: calc(100% / 4); }

  .ranking-header li {
    width: calc(100% / 4); }
    .ranking-header li:last-child {
      width: calc(100% / 4); }

  .wpcf7-form-control-wrapper {
    padding: 0; }

  .steps {
    justify-content: space-between; } }
@media (max-width: 400px) {
  .section {
    padding: 0 15px; }

  .gifts-wrapper .right {
    padding: 42px 27px; }

  .banner-min-wrapper .left {
    padding: 46px 27px; }

  .logos-wrapper .logos-list {
    font-size: 25px; }

  .banner-wrapper h1 {
    font-size: 50px;
    line-height: 50px; }

  .ranking-header {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 21px; }

  .ranking-list {
    padding-left: 0px;
    padding-right: 0px; } }

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