@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "Montserrat";
  src: url("/site/fonts/montserrat/Montserrat-Thin.ttf");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("/site/fonts/montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("/site/fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("/site/fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("/site/fonts/montserrat/Montserrat-Bold.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Montserrat";
  src: url("/site/fonts/montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal; }
.primary, * {
  font-family: "Montserrat", sans-serif; }

@font-face {
  font-family: "Bebasneue";
  src: url("/site/fonts/bebasneue/BebasNeue Thin.ttf");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Bebasneue";
  src: url("/site/fonts/bebasneue/BebasNeue Light.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Bebasneue";
  src: url("/site/fonts/bebasneue/BebasNeue Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Bebasneue";
  src: url("/site/fonts/bebasneue/BebasNeue Bold.ttf");
  font-weight: 600;
  font-style: normal; }
.secondary, .section-title, .section-title *, .gold-text, .header-main__title, .vote-title, .steps-info__step {
  font-family: "Bebasneue", sans-serif; }

@font-face {
  font-family: "Fahkwang";
  src: url("/site/fonts/fahkwang/Fahkwang-Bold.ttf");
  font-weight: 600;
  font-style: normal; }
.tertiary, .header-main__big-year, .nominant-header__big-text {
  font-family: "Fahkwang", sans-serif; }

.ex-bold, .h1, .h2 {
  font-weight: 900; }

.bold, .h3, .h4, .h5, .gold-text, .header-main__title, .vote-title, .steps-info__step, .btn-blend, .custom-select-input__choose, .custom-select-item, .header-main__dates, .header-main__big-year, .nominant-header__big-text, .header-main-request__title, .header-main-stats-item-info__title, .front-news-item__title, .laureates-item-title, .footer-list-item strong, .nominant-article-title, .nominant-article-info-title, .form-steps-item__active, .lk-header-title, .lk-main-orders-item-info-paid_not, .lk-main-orders-item-order-title {
  font-weight: 600; }

.medium, .header-main__subtitle, .header-main-stats-item-info__description, .news-item__time, .laureates-item__more, .steps-info__description-title, .form-item-descriptions-title, .form-item-final-title, .form-field-input-placeholder, .lk-main-header, .participants-item__company-category, .ui-selectmenu-text, .ui-state-active, .ui-menu-item-wrapper {
  font-weight: 500; }

.regular {
  font-weight: 400; }

.light, .laureates2-category, .laureates2-item-info__company-name, .laureates2-link, .nominant-article-info-description, .lk-main-orders-item-info-name {
  font-weight: 300; }

.ex-light {
  font-weight: 100; }

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  color: inherit; }

*:focus, *:active {
  outline: none; }

body {
  background: #F2F2F2;
  overflow-x: hidden; }

.no-scroll {
  overflow: hidden; }

@media screen and (max-width: 1360px) {
  .hidden-load {
    display: none !important; } }
.container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto; }

html {
  height: 100%; }

body {
  height: 100%;
  min-height: 100%; }

.full-page {
  height: 100%;
  display: flex;
  flex-direction: column; }

.header_mt, .section-title, .participants {
  margin-top: 52px; }
  @media screen and (min-width: 1360px) {
    .header_mt, .section-title, .participants {
      margin-top: 80px; } }

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #28282f; }

.h1 {
  font-size: 106px; }

.h2 {
  font-size: 38px;
  text-transform: uppercase; }
  @media screen and (min-width: 1360px) {
    .h2 {
      font-size: 48px; } }

.h3 {
  font-size: 30px; }

.h4 {
  font-size: 24px; }

.h5 {
  font-size: 18px; }

.h6 {
  font-size: 16px; }
  @media screen and (min-width: 20rem) {
    .h6 {
      font-size: 14px; } }

.section-title {
  letter-spacing: 0.08em; }

.gold-text, .header-main__title, .vote-title, .steps-info__step {
  background: url("../img/gold-texture.jpg") no-repeat center center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.btn, .btn-primary, .btn-default, .custom-select-item, .btn-secondary, .btn-blend {
  display: flex;
  height: 52px;
  font-size: 14px;
  width: 246px;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border-color: transparent;
  cursor: pointer;
  line-height: 1.4; }
  @media screen and (min-width: 1360px) {
    .btn:hover, .btn-primary:hover, .btn-default:hover, .custom-select-item:hover, .btn-secondary:hover, .btn-blend:hover {
      box-shadow: 13px 14px 14px rgba(0, 0, 0, 0.19); } }

.btn-primary, .btn-default, .custom-select-item {
  background: #28282f;
  color: #fff;
  box-shadow: 1px 1px 6px #C5BBAE; }
  @media screen and (min-width: 1360px) {
    .btn-primary:hover, .btn-default:hover, .custom-select-item:hover {
      box-shadow: 13px 14px 14px rgba(0, 0, 0, 0.19); } }
  .btn-primary:active, .btn-default:active, .custom-select-item:active {
    background: #000; }

.btn-secondary {
  background: #CCA677;
  color: #fff; }

.btn-blend {
  background: url("../img/gold-texture.jpg") no-repeat center center/cover; }

.btn-default, .custom-select-item {
  background: transparent;
  color: #28282f;
  border-color: rgba(81, 81, 95, 0.7);
  box-shadow: none; }
  .btn-default:active, .custom-select-item:active {
    color: #fff; }

.custom-select {
  display: block;
  position: relative; }
  .custom-select-input {
    border: 1px solid #28282f;
    padding: 17px 12px;
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 767px) {
      .custom-select-input {
        display: none; } }
    .custom-select-input__arrow {
      position: absolute;
      right: 15px; }
  @media screen and (max-width: 767px) {
    .custom-select-popup {
      position: fixed;
      width: 95%;
      height: 98%;
      background: #fff;
      top: 50%;
      left: 50%;
      z-index: 15;
      display: none;
      overflow: hidden;
      transform: translate(-50%, -50%);
      box-shadow: 1px 1px 6px #C5BBAE;
      padding: 0 25px; } }
  .custom-select-popup.open {
    display: block; }
  .custom-select-popup-close {
    font-size: 40px;
    text-align: right;
    padding: 0 10px; }
    @media screen and (min-width: 767px) {
      .custom-select-popup-close {
        display: none; } }
  .custom-select-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .custom-select-list {
        height: calc(100vh - 50px);
        overflow-y: scroll;
        justify-content: center;
        padding-bottom: 70px; } }
  .custom-select-item {
    border: 1px solid #B8B8B8;
    width: max-content;
    max-width: 340px;
    padding: 0 12px;
    transition: .3s;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .custom-select-item {
        border: none;
        border-bottom: 1px solid rgba(81, 81, 95, 0.3);
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        justify-content: flex-start;
        padding: 0; }
        .custom-select-item:last-child {
          border-bottom: none; }
        .custom-select-item:hover {
          background: none !important;
          color: #28282f !important; } }
    @media screen and (max-width: 767px) {
      .custom-select-item__title {
        font-size: 16px; } }
    .custom-select-item__counter {
      flex-shrink: 0;
      color: #CCA677;
      transition: .3s;
      margin-left: 10px; }
    @media screen and (min-width: 767px) {
      .custom-select-item-active {
        background: #CCA677;
        color: #fff;
        border-color: transparent; }
        .custom-select-item-active .custom-select-item__counter {
          color: #fff; }
      .custom-select-item:hover {
        background: #CCA677;
        color: #fff; }
        .custom-select-item:hover .custom-select-item__counter {
          color: #fff; } }

.input-field {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #28282f;
  border: 1px solid #51515F;
  width: 100%;
  padding: 12px; }

.nav {
  position: relative;
  width: 100%;
  z-index: 10;
  /*&_dark &-main__border {
    border-bottom: none;
  }

  &_dark &-main__container {
    border-bottom: none;
  }*/ }
  .nav_dark .nav-main {
    background: #28282f;
    position: relative; }
  @media screen and (min-width: 1360px) {
    .nav_dark .nav-main__logo {
      padding-top: 0;
      padding-bottom: 15px; } }
  .nav.open {
    position: fixed;
    top: 0; }
  .nav-layout {
    position: absolute;
    background: #28282f;
    width: 100%;
    height: 100vh;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .7s; }
  .nav.open .nav-layout {
    transform: scaleY(1);
    transition: transform .3s; }
  .nav.open .nav-main-burger__item:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px); }
  .nav.open .nav-main-burger__item:nth-child(2) {
    transform: rotate(45deg); }
  .nav.open .nav-main-burger__item:nth-child(3) {
    opacity: 0; }
  .nav.open .nav-main__items {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto; }
  .nav-main {
    display: grid;
    grid-template-columns: minmax(1.25rem, 1fr) minmax(200px, 62rem) minmax(1.25rem, 1fr);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4; }
    @media screen and (min-width: 1360px) {
      .nav-main {
        grid-template-columns: minmax(1.25rem, 1fr) minmax(1360px, 90rem) minmax(1.25rem, 1fr); } }
    .nav-main-input {
      position: relative; }
      @media screen and (max-width: 1360px) {
        .nav-main-input-field__icon {
          position: absolute;
          right: 12px;
          top: 50%;
          transform: translateY(-50%); } }
      @media screen and (min-width: 1360px) {
        .nav-main-input-field {
          display: none; } }
    .nav-main__border {
      border-bottom: 1px solid rgba(235, 184, 107, 0.4); }
    .nav-main__border-bottom {
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid rgba(235, 184, 107, 0.4);
      width: calc(100% - 60px);
      height: 2px;
      right: 0; }
      @media screen and (min-width: 62rem) {
        .nav-main__border-bottom {
          width: calc(100% - 95px); } }
    .nav-main__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      max-width: 1500px;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 1360px) {
        .nav-main__container {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
    .nav-main__row {
      align-items: center; }
    .nav-main__logo {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      width: calc(33.3333333333% - 1.25rem);
      margin: 0;
      padding-top: 10px; }
      @media screen and (min-width: 62rem) {
        .nav-main__logo {
          width: calc(16.6666666667% - 1.25rem); } }
      @media screen and (min-width: 1360px) {
        .nav-main__logo-img {
          width: 71px;
          transform: translateY(10px); } }
    .nav-main-burger {
      width: 26px;
      margin-left: auto;
      cursor: pointer; }
      @media screen and (min-width: 1360px) {
        .nav-main-burger {
          display: none; } }
      .nav-main-burger__item {
        display: block;
        background: #CCA677;
        height: 2px;
        margin-bottom: 6px;
        transition: .3s; }
        .nav-main-burger__item:last-child {
          margin-bottom: 0; }
    @media screen and (min-width: 1360px) {
      .nav-main__items {
        display: flex;
        margin-left: auto; } }
    @media screen and (max-width: 1360px) {
      .nav-main__items {
        position: absolute;
        top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: scaleY(0.4);
        transform-origin: top;
        transition: .4s;
        opacity: 0;
        pointer-events: none; } }
    .nav-main__item {
      color: #fff;
      font-size: 14px;
      transition: color .3s;
      cursor: pointer; }
      .nav-main__item:not(:first-child) {
        margin-left: 52px; }
      @media screen and (min-width: 1360px) {
        .nav-main__item:hover {
          color: #CCA677; } }
      @media screen and (max-width: 1360px) {
        .nav-main__item {
          margin-left: 0 !important;
          font-size: 20px;
          width: 100%;
          padding: 20px 0; }
          .nav-main__item:first-child {
            padding-top: 40px; } }
    .nav-main__link {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1360px) {
        .nav-main__link {
          justify-content: center; } }
      .nav-main__link span {
        margin-right: 7px; }
    .nav-main-item__request {
      margin-left: 121px !important; }
      @media screen and (max-width: 1360px) {
        .nav-main-item__request {
          order: -1;
          margin-left: 0 !important;
          padding: 35px 0;
          border-bottom: 1px solid rgba(235, 184, 107, 0.4);
          width: calc(100% + 2.5rem); } }
    @media screen and (max-width: 1360px) {
      .nav-main-item__search {
        display: none; } }
    .nav-main-item-social-container {
      display: none;
      width: 100%; }
      @media screen and (min-width: 1360px) {
        .nav-main-item-social-container {
          display: none; } }
    .nav-main-item-social-list {
      display: flex;
      justify-content: space-around; }
    .nav-main-item-social-item {
      filter: grayscale(1); }

.header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0px, rgba(255, 255, 255, 0) 150px), url("../img/header_full_bg.png") no-repeat center top/cover;
  padding-bottom: 70px;
  position: relative; }
  @media screen and (max-width: 1360px) {
    .header {
      overflow: hidden;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0px, rgba(255, 255, 255, 0) 150px), url("../img/header_bg.png") no-repeat center top/cover; } }
  .header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: grayscale(1);
    height: 100%;
    object-fit: cover; }
  .header-lines {
    width: 100%;
    height: 400px;
    background: url("../img/header_lines.svg") no-repeat left center/contain;
    position: absolute;
    top: 170px;
    pointer-events: none; }
    @media screen and (min-width: 767px) {
      .header-lines {
        width: 70%;
        height: 860px;
        top: 30px;
        opacity: .5; } }
  .header-main {
    padding-top: 100px;
    z-index: 2;
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto; }
    @media screen and (min-width: 62rem) {
      .header-main {
        padding-top: 140px; } }
    .header-main-player-container {
      margin-bottom: 40px; }
      @media screen and (max-width: 1360px) {
        .header-main-player-container {
          max-width: 400px; } }
    .header-main-player-top-container {
      background: #28282F;
      padding: 7px 15px;
      display: flex;
      align-items: center; }
    .header-main-player-red-circle {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: red; }
    .header-main-player-title {
      color: #fff;
      font-size: 13px;
      margin-left: 10px; }
    .header-main-player-video {
      width: 100%;
      height: 200px;
      border: none; }
    .header-main__subtitle {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      width: calc(75% - 1.25rem);
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1.5; }
      @media screen and (min-width: 62rem) {
        .header-main__subtitle {
          width: calc(66.6666666667% - 1.25rem); } }
      @media screen and (min-width: 62rem) {
        .header-main__subtitle {
          font-size: 17px; } }
    .header-main__title {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      width: calc(100% - 1.25rem);
      margin-top: 10px;
      font-size: 106px;
      text-transform: uppercase;
      line-height: .9; }
      @media screen and (min-width: 767px) {
        .header-main__title {
          margin-top: 30px;
          font-size: 132px; } }
    .header-main__dates {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      width: calc(58.3333333333% - 1.25rem);
      font-size: 18px;
      color: #CCA677;
      margin-top: 5px; }
      @media screen and (min-width: 62rem) {
        .header-main__dates {
          margin-top: 20px; } }
      @media screen and (min-width: 62rem) {
        .header-main__dates {
          letter-spacing: 0.2em; } }
    .header-main__big-year, .nominant-header__big-text {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      font-size: 126px;
      white-space: nowrap;
      color: rgba(255, 255, 255, 0.2);
      margin-top: -20px;
      pointer-events: none; }
      @media screen and (min-width: 1360px) {
        .header-main__big-year, .nominant-header__big-text {
          font-size: 300px;
          position: absolute;
          right: 40px;
          bottom: 0;
          line-height: 200px; } }
    .header-main-request {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      margin-top: -10px; }
      @media screen and (min-width: 75rem) {
        .header-main-request {
          width: calc(25% - 1.25rem); } }
      @media screen and (min-width: 62rem) {
        .header-main-request {
          margin-left: auto; } }
      @media screen and (min-width: 62rem) {
        .header-main-request {
          margin-top: 20px; } }
      .header-main-request__title {
        text-transform: uppercase;
        color: #fff;
        font-size: 15px; }
        @media screen and (min-width: 1360px) {
          .header-main-request__title {
            font-size: 18px; } }
      .header-main-request__description {
        color: #fff;
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.5; }
        @media screen and (min-width: 1360px) {
          .header-main-request__description {
            margin-top: 20px; } }
      .header-main-request__button {
        margin-top: 15px; }
        @media screen and (min-width: 1360px) {
          .header-main-request__button {
            margin-top: 20px; }
           }
    .header-main-stats {
      display: flex;
      align-items: center;
      margin-top: 68px;
      margin-bottom: 70px; }
      @media screen and (max-width: 1360px) {
        .header-main-stats {
          display: none; } }
      .header-main-stats-item {
        display: flex;
        align-items: center;
        padding: 20px 10px;
        border: 1px solid #CCA677;
        background: rgba(40, 40, 47, 0.56); }
        .header-main-stats-item:not(:first-child) {
          margin-left: 20px; }
        .header-main-stats-item-info__title {
          font-size: 36px;
          color: #fff;
          letter-spacing: .2em; }
        .header-main-stats-item-info__description {
          font-size: 14px;
          color: #CCA677; }
        .header-main-stats-item__icon {
          margin-left: 65px; }

.front-news {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .front-news {
      display: grid;
      grid-template-areas: "title border-bottom all-news" "news news news";
      grid-template-columns: auto 1fr auto; } }
  .front-news-title {
    font-size: 38px;
    grid-area: title; }
  .front-news-border-bottom {
    grid-area: border-bottom;
    margin: 0 20px; }
  .front-news-items {
    margin-top: 30px;
    grid-area: news; }
    @media screen and (min-width: 767px) {
      .front-news-items {
        display: flex;
        justify-content: space-between; } }
  @media screen and (min-width: 767px) {
    .front-news-item {
      width: 48%; } }
  @media screen and (min-width: 1360px) {
    .front-news-item {
      width: 30%;
      display: flex;
      flex-direction: column;
      margin-bottom: 0 !important; } }
  @media screen and (min-width: 767px) and (max-width: 1360px) {
    .front-news-item:nth-child(n+3) {
      display: none; } }
  .front-news-item:not(:last-child) {
    margin-bottom: 40px; }
  .front-news-item__date {
    font-size: 13px; }
  .front-news-item__title {
    margin-top: 11px; }
    @media screen and (min-width: 1360px) {
      .front-news-item__title {
        font-size: 18px; } }
  .front-news-item__description {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (min-width: 1360px) {
      .front-news-item__description {
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 40px; } }
  .front-news-item__more {
    display: block;
    margin-top: 20px;
    font-size: 14px; }
    @media screen and (min-width: 1360px) {
      .front-news-item__more {
        margin-top: auto; } }
  .front-news__all-news {
    display: block;
    text-align: center;
    margin-top: 40px;
    text-decoration: underline;
    grid-area: all-news;
    align-self: end; }

.news {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 52px; }
  .news-top-grid {
    display: grid;
    grid-template-areas: "title filters" "border-bottom border-bottom"; }
  @media screen and (min-width: 767px) {
    .news-list-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 35px; } }
  @media screen and (min-width: 767px) and (min-width: 1360px) {
    .news-list-grid {
      grid-template-columns: repeat(13, 1fr); } }
  @media screen and (min-width: 767px) {
      .news-list-grid .news-item {
        grid-template-areas: "date ." "img img" "title title";
        border-bottom: none;
        padding: 0;
        grid-template-rows: min-content;
        grid-auto-rows: minmax(min-content, max-content); } }
    @media screen and (min-width: 767px) and (min-width: 1360px) {
      .news-list-grid .news-item {
        grid-column: auto / span 3; }
        .news-list-grid .news-item:nth-child(8n - 7), .news-list-grid .news-item:nth-child(8n) {
          grid-column: auto / span 4; } }
  @media screen and (min-width: 767px) {
        .news-list-grid .news-item:hover {
          box-shadow: none;
          background: transparent; }
        .news-list-grid .news-item__title {
          font-size: 16px;
          text-transform: none;
          line-height: 1.5;
          align-self: start;
          margin-top: 12px; }
        .news-list-grid .news-item__description {
          display: none; }
        .news-list-grid .news-item-img-container {
          width: 100%;
          height: 200px;
          margin-right: 0;
          margin-top: 6px; } }
  .news-border-bottom {
    display: block !important;
    margin-top: 30px;
    margin-bottom: 30px; }
  .news-title {
    grid-area: title;
    margin-top: 0; }
    .news-title-subtitle {
      font-size: 13px;
      font-family: "Montserrat";
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        .news-title-subtitle {
          display: none; } }
  .news-filters {
    display: flex;
    align-items: center;
    grid-area: filters;
    align-self: center;
    justify-self: end; }
    .news-filters-description {
      margin-right: 40px;
      font-size: 13px;
      align-self: flex-end; }
    @media screen and (max-width: 767px) {
      .news-filters {
        display: none; } }
    .news-filters-item {
      width: 23px;
      height: 23px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #28282f;
      transition: .3s; }
      @media screen and (min-width: 767px) {
        .news-filters-item {
          width: 38px;
          height: 38px; }
          .news-filters-item svg {
            width: 20px;
            height: 20px; }
          .news-filters-item:hover {
            cursor: pointer;
            background: #BA9970 !important;
            border-color: transparent; }
            .news-filters-item:hover svg path {
              fill: #fff; } }
      .news-filters-item:last-child {
        margin-left: 5px; }
        @media screen and (min-width: 767px) {
          .news-filters-item:last-child {
            margin-left: 10px; } }
      .news-filters-item.active {
        background: #CCA677;
        border-color: #CCA677; }
        .news-filters-item.active svg path {
          fill: #fff; }
  @media screen and (min-width: 767px) {
    .news-item {
      display: grid;
      grid-template-areas: "img date" "img title" "img description";
      grid-template-columns: min-content 1fr;
      grid-template-rows: minmax(0px, auto) minmax(0px, auto);
      padding: 15px 20px;
      border-bottom: 1px solid rgba(81, 81, 95, 0.2);
      transition: .3s; }
      .news-item:hover {
        position: relative;
        z-index: 2;
        background: #F2F2F2;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
        border-bottom-color: transparent; } }
  .news-item:not(:first-child) {
    margin-top: 30px; }
    @media screen and (min-width: 767px) {
      .news-item:not(:first-child) {
        margin-top: 0; } }
  .news-item__time {
    font-size: 13px; }
    @media screen and (min-width: 767px) {
      .news-item__time {
        grid-area: date; } }
  .news-item__title {
    margin-top: 12px;
    font-size: 16px; }
    @media screen and (min-width: 767px) {
      .news-item__title {
        grid-area: title;
        font-size: 18px;
        margin-top: 8px;
        text-transform: uppercase; } }
  @media screen and (min-width: 767px) {
    .news-item__description {
      line-height: 1.5;
      margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    .news-item__description {
      display: none; } }
  .news-item-img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
    .news-item-img-container {
      position: relative;
      width: 100%;
      margin-top: 6px; }
      @media screen and (min-width: 767px) {
        .news-item-img-container {
          width: 326px;
          grid-area: img;
          margin-top: 0;
          margin-right: 20px; } }
    .news-item-img__texture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: screen; }
  .news-btn-more {
    margin: 40px auto 0; }

.article {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 710px; }
  .article-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5; }
    @media screen and (min-width: 1360px) {
      .article-title {
        font-size: 24px; } }
  .article-time {
    font-size: 13px;
    margin-top: 10px; }
  .article-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5; }
    .article-text > img {
      margin: 20px 0; }
      @media screen and (min-width: 767px) {
        .article-text > img {
          width: 100%;
          margin: 40px 0; } }
  .article-select-container {
    margin: 20px 0 40px; }
    .article-select-container .participants-columns {
      grid-template-columns: 1fr; }
    .article-select-container .participants-item:nth-child(odd) {
      margin-right: 0; }
  .article-select-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5; }

.nominations {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto; }
  .nominations-row {
    display: flex; }
  .nominations-border-bottom {
    flex: 1;
    margin-top: auto;
    margin-left: 10px; }
  @media screen and (min-width: 1360px) {
    .nominations-title {
      flex-shrink: 0; } }
  .nominations-title_color {
    color: #CCA677; }
  .nominations-select {
    margin-top: 20px; }
  .nominations-item {
    margin-top: 30px;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1360px) {
      .nominations-item {
        margin-top: 47px; } }
    .nominations-item-row {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word; }
      @media screen and (min-width: 62rem) {
        .nominations-item-row {
          width: calc(75% - 1.25rem); } }
    .nominations-item__description {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.5; }
      @media screen and (min-width: 1360px) {
        .nominations-item__description {
          margin-top: 27px; } }
    .nominations-item__btn {
      margin: 20px auto 0; }
      @media screen and (min-width: 1360px) {
        .nominations-item__btn {
          margin: auto 0 0 auto; } }

@media screen and (max-width: 1360px) {
  .finalists {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 52px; } }
@media screen and (min-width: 1360px) {
  .finalists {
    margin-right: 20px; } }
.finalists .participants-item:nth-child(odd) {
  margin-right: 0; }

.laureates {
  background: url("../img/gold-texture.jpg") no-repeat center center/cover;
  padding: 2px 0;
  margin-top: 52px; }
  @media screen and (min-width: 1360px) {
    .laureates {
      padding: 2px 0 2px 2px;
      margin-left: 20px;
      align-self: center; } }
  .laureates-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto;
    background: #F2F2F2;
    padding-bottom: 20px; }
  .laureates-title {
    padding: 0 7px;
    background: #F2F2F2;
    transform: translatey(-50%);
    display: inline-block; }
  .laureates-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column; }
  .laureates-item {
    cursor: pointer;
    transition: .3s;
    padding: 7px; }
    @media screen and (max-width: 1360px) {
      .laureates-item {
        width: 40%;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .laureates-item {
        width: 100%; } }
    @media screen and (min-width: 1360px) {
      .laureates-item {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1360px) {
      .laureates-item:hover {
        background: #28282f; }
      .laureates-item:active {
        background: #000; }
      .laureates-item:hover .laureates-item-title, .laureates-item:active .laureates-item-title {
        color: #fff; }
      .laureates-item:hover .laureates-item__more, .laureates-item:active .laureates-item__more {
        color: #fff; } }
    .laureates-item:not(:last-child) {
      margin-bottom: 20px; }
    .laureates-item-info__container {
      flex: 1; }
      @media screen and (min-width: 1360px) {
        .laureates-item-info__container {
          margin-left: 20px; } }
    .laureates-item__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .laureates-item__img-container {
        overflow: hidden;
        position: relative; }
        @media screen and (min-width: 1360px) {
          .laureates-item__img-container {
            margin-left: 0.625rem;
            margin-right: 0.625rem;
            box-sizing: border-box;
            word-wrap: break-word;
            margin: 0; } }
  @media screen and (min-width: 1360px) and (min-width: 62rem) {
    .laureates-item__img-container {
      width: calc(41.6666666667% - 1.25rem); } }

    .laureates-item__watermark {
      width: 114px;
      height: 114px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      position: absolute;
      top: 24px;
      left: -35px; }
      .laureates-item__watermark-img {
        width: 53px; }
    .laureates-item-title {
      margin-top: 10px;
      line-height: 1.5;
      transition: .3s; }
      @media screen and (min-width: 1360px) {
        .laureates-item-title {
          font-size: 16px; } }
    .laureates-item__info {
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-width: 1360px) {
        .laureates-item__info {
          flex-direction: column;
          align-items: flex-start; } }
    .laureates-item__category {
      color: #CCA677;
      font-size: 12px; }
    .laureates-item__more {
      font-size: 14px;
      text-decoration: underline;
      transition: .3s; }
      @media screen and (min-width: 1360px) {
        .laureates-item__more {
          margin-top: 14px; } }

.laureates2 {
  padding: 45px 0;
  background: #1B1C19;
  color: #fff;
  position: relative;
  margin-top: 52px; }
  @media screen and (min-width: 1360px) {
    .laureates2 {
      margin-top: 90px;
      padding-left: calc(8.3333333333% + 0.625rem);
      padding-right: calc(8.3333333333% + 0.625rem); } }
  .laureates2-lines {
    position: absolute;
    width: 218px;
    transform: scale(-1, -1);
    right: 0;
    top: 0;
    opacity: .5; }
  .laureates2-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 767px) {
      .laureates2-container {
        display: grid;
        grid-template-areas: "title link" "list list";
        grid-template-columns: auto auto; } }
  .laureates2-title {
    text-transform: uppercase;
    color: #fff; }
    .laureates2-title-row {
      grid-area: title;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1360px) {
        .laureates2-title-row {
          flex-direction: column;
          justify-self: start;
          align-items: flex-start; } }
    @media screen and (min-width: 1360px) {
      .laureates2-title {
        white-space: nowrap; } }
  .laureates2-category {
    font-size: 14px;
    margin-top: 3px; }
    @media screen and (min-width: 1360px) {
      .laureates2-category {
        white-space: nowrap;
        margin-top: 8px;
        margin-left: 20px; } }
  .laureates2-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px; }
    @media screen and (min-width: 767px) {
      .laureates2-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1360px) {
      .laureates2-list {
        grid-area: list; } }
  .laureates2-item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 1.25rem);
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .laureates2-item-img {
      width: 60px;
      flex-shrink: 0; }
    .laureates2-item-info {
      margin-left: 15px; }
      .laureates2-item-info__company-name {
        line-height: 1.5;
        color: #fff; }
      .laureates2-item-info__category {
        font-size: 12px;
        color: #CCA677;
        margin-top: 5px; }
  .laureates2-link {
    font-size: 11px;
    text-decoration: underline; }
    .laureates2-link__container {
      text-align: center; }
      @media screen and (min-width: 767px) {
        .laureates2-link__container {
          grid-area: link;
          align-self: center;
          margin-left: auto; } }

@media screen and (min-width: 1360px) {
  .finish-step {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

.vote {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 50px; }
  @media screen and (min-width: 767px) {
    .vote .participants-item__link {
      display: none; }
    .vote .participants-item__info {
      display: flex;
      align-items: center; }
    .vote .participants-item__row {
      width: 250px; }
    .vote .participants-item__company-category {
      font-weight: bold;
      margin-left: auto; } }
  .vote-title {
    line-height: .9;
    margin-left: 12px;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 767px) {
      .vote-title {
        font-size: 86px; } }
    @media screen and (min-width: 1360px) {
      .vote-title {
        font-size: 132px; } }
    .vote-title__container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (min-width: 767px) {
        .vote-title__container {
          grid-area: title;
          padding-right: 60px; } }
    .vote-title__img {
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        .vote-title__img {
          width: 96px; } }
      @media screen and (min-width: 767px) {
        .vote-title__img {
          order: 2; } }
    @media screen and (min-width: 1360px) {
      .vote-title-grid {
        display: grid;
        grid-template-areas: "title title request-description" "title title request-button";
        grid-template-columns: 2fr 1fr 1fr; } }
  .vote-description {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (min-width: 1360px) {
      .vote-description {
        grid-area: request-description;
        text-align: left; } }
  .vote-btn {
    margin: 20px auto 0; }
    @media screen and (min-width: 1360px) {
      .vote-btn {
        grid-area: request-button;
        margin-left: 0;
        margin-top: 46px; } }

.steps {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto; }
  .steps-row {
    display: flex; }
  .steps-border-bottom {
    flex: 1;
    margin-top: auto;
    margin-left: 10px; }
  @media screen and (max-width: 1360px) {
    .steps-step-5 div {
      display: none; } }
  .steps-container {
    margin-top: 55px; }
    @media screen and (max-width: 1360px) {
      .steps-container {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1360px) {
      .steps-container {
        display: flex; } }
  @media screen and (max-width: 1360px) {
    .steps-item {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      width: calc(100% - 1.25rem);
      display: flex;
      align-items: flex-start; } }
  @media screen and (min-width: 1360px) {
    .steps-item {
      width: 20%; }
      .steps-item:first-child .steps-ruler div:first-child {
        margin-left: 0; } }
  .steps-item > .row {
    width: 100%; }
    @media screen and (min-width: 1360px) {
      .steps-item > .row {
        margin: 0;
        height: 100%; } }
  .steps-ruler {
    position: relative; }
    @media screen and (max-width: 1360px) {
      .steps-ruler {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        box-sizing: border-box;
        word-wrap: break-word;
        width: calc(25% - 1.25rem); } }
    @media screen and (min-width: 1360px) {
      .steps-ruler {
        width: calc(100% - 11px);
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 20px; } }
    @media screen and (min-width: 1360px) {
      .steps-ruler__before-icon {
        height: 24px !important;
        transform: translateY(25px); } }
    @media screen and (min-width: 1360px) {
      .steps-ruler__before-icon_hidden {
        opacity: 0; } }
    .steps-ruler__icon {
      position: absolute;
      bottom: 6px;
      right: 0; }
      @media screen and (min-width: 1360px) {
        .steps-ruler__icon {
          transform: translate(50%, -28px);
          width: 85px; } }
    .steps-ruler__large, .steps-ruler__middle, .steps-ruler__short {
      background: #28282f;
      margin-bottom: 6px;
      position: relative; }
      @media screen and (max-width: 1360px) {
        .steps-ruler__large, .steps-ruler__middle, .steps-ruler__short {
          height: 1px; } }
      @media screen and (min-width: 1360px) {
        .steps-ruler__large, .steps-ruler__middle, .steps-ruler__short {
          width: 1px; } }
    .steps-ruler__middle, .steps-ruler__short {
      margin-left: 15px; }
    @media screen and (min-width: 1360px) {
      .steps-ruler__large, .steps-ruler__middle, .steps-ruler__short {
        margin-left: 0; } }
    @media screen and (max-width: 1360px) {
      .steps-ruler__large {
        width: 70px; } }
    @media screen and (min-width: 1360px) {
      .steps-ruler__large {
        height: 50px; } }
    @media screen and (max-width: 1360px) {
      .steps-ruler__middle {
        width: 27px; } }
    @media screen and (min-width: 1360px) {
      .steps-ruler__middle {
        height: 27px; } }
    @media screen and (max-width: 1360px) {
      .steps-ruler__short {
        width: 13px; } }
    @media screen and (min-width: 1360px) {
      .steps-ruler__short {
        height: 13px; } }
  .steps-info {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(75% - 1.25rem);
    display: flex;
    margin-top: -30px;
    align-items: flex-start; }
    @media screen and (min-width: 1360px) {
      .steps-info {
        order: -1;
        flex-direction: column;
        margin-top: 0;
        min-height: 200px; } }
    .steps-info__step {
      font-weight: 900;
      font-family: "Montserrat", sans-serif;
      font-size: 64px;
      line-height: 1; }
      @media screen and (min-width: 767px) {
        .steps-info__step {
          font-size: 96px; } }
      .steps-info__step__img {
        width: 85px; }
    .steps-info__description {
      margin-left: 23px;
      margin-top: 20px; }
      @media screen and (min-width: 1360px) {
        .steps-info__description {
          margin-left: 0;
          margin-top: 30px;
          height: 100%;
          display: flex;
          flex-direction: column; } }
      .steps-info__description-title {
        color: #28282f;
        margin-bottom: 20px; }
      .steps-info__description-dates {
        font-size: 12px;
        margin-top: 33px; }
        @media screen and (min-width: 1360px) {
          .steps-info__description-dates {
            margin-top: auto; } }

.partners-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .partners-container {
      display: grid;
      grid-template-columns: min-content 1fr min-content;
      grid-template-areas: "title border-bottom arrows"; } }
@media screen and (min-width: 767px) {
  .partners-title {
    white-space: nowrap;
    grid-area: title; } }
.partners-slider-slick {
  margin-top: 30px !important; }
  @media screen and (min-width: 1360px) {
    .partners-slider-slick {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      max-width: 1500px;
      margin: 0 auto; } }
.partners-slider-item {
  padding: 2px;
  background: url("../img/gold-texture.jpg") no-repeat center center/cover;
  width: 152px;
  margin: 0 12px;
  height: 100%; }
  .partners-slider-item__container {
    padding: 14px 12px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .partners-slider-item__logo {
    width: 90px;
    height: 25px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 10px; }
    @media screen and (min-width: 1360px) {
      .partners-slider-item__logo {
        width: 150px;
        height: 50px;
        margin-bottom: 30px; } }
  .partners-slider-item__description {
    font-size: 12px;
    line-height: 1.2; }
    @media screen and (max-width: 1360px) {
      .partners-slider-item__description {
        margin-top: auto; } }
    @media screen and (min-width: 1360px) {
      .partners-slider-item__description {
        font-size: 14px; } }
.partners-slider-arrows {
  grid-area: arrows;
  align-self: end;
  display: flex; }
.partners-slider-arrow {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40, 40, 47, 0.4);
  border-radius: 50%;
  margin: 0 10px;
  transition: .3s;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .partners-slider-arrow {
      display: none; } }
  .partners-slider-arrow path {
    transition: .3s; }
  @media screen and (min-width: 1360px) {
    .partners-slider-arrow:hover {
      background: #CCA677;
      border-color: #CCA677; }
      .partners-slider-arrow:hover path {
        fill: #fff; } }
  .partners-slider-arrow__right svg {
    transform: scaleX(-1); }
.partners-btn {
  margin: 40px auto 0; }

.footer {
  margin-top: 60px;
  background: #28282f;
  color: #fff;
  padding-top: 38px;
  padding-bottom: 38px; }
  .footer-developer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .footer-developer {
        text-align: center;
        align-items: center;
        margin-left: 0;
        margin-top: 20px; } }
    .footer-developer-img {
      flex-shrink: 0;
      width: 80px; }
    .footer-developer-caption {
      margin-top: 5px; }
  @media screen and (min-width: 767px) {
    .footer-grid__title {
      grid-area: title; }
    .footer-grid__description {
      grid-area: description;
      padding-right: 100px; }
    .footer-grid__menu-title {
      grid-area: menu-title; }
    .footer-grid__menu {
      grid-area: menu;
      display: flex;
      flex-direction: column; } }
  @media screen and (min-width: 767px) and (min-width: 62rem) {
    .footer-grid__menu .footer-list-item {
      width: calc(100% - 1.25rem); } }
  @media screen and (min-width: 767px) {
    .footer-grid__contact-title {
      grid-area: contact-title; }
    .footer-grid__contacts {
      grid-area: contacts; }
    .footer-grid__icons-title {
      grid-area: icons-title;
      margin-top: 40px; }
    .footer-grid__icons {
      grid-area: icons; }
    .copyright {
      grid-area: copyright;
      justify-self: start;
      display: flex;
      width: 100%;
      align-items: center; } }
  @media screen and (min-width: 767px) and (max-width: 1360px) {
    .copyright {
      align-items: flex-end;
      justify-content: space-between; } }

  .footer-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto; }
    @media screen and (min-width: 767px) {
      .footer-container {
        display: grid;
        grid-template-areas: "title title" "description description" "contact-title menu-title" "contacts menu" "icons-title menu" "icons menu" "copyright copyright"; } }
    @media screen and (min-width: 1360px) {
      .footer-container {
        grid-template-areas: "title contact-title menu-title" "description contacts menu" "description icons-title menu" "copyright icons menu";
        grid-template-columns: 2fr 2fr 1fr; } }
  .footer-title {
    color: #fff; }
    @media screen and (max-width: 1360px) {
      .footer-title:not(:first-child) {
        margin-top: 30px; } }
    @media screen and (min-width: 1360px) {
      .footer-title {
        margin-bottom: 20px; } }
  .footer-description {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.5; }
  .footer-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .footer-list-item {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      box-sizing: border-box;
      word-wrap: break-word;
      margin-bottom: 17px;
      font-size: 12px; }
      @media screen and (min-width: 20rem) {
        .footer-list-item {
          width: calc(50% - 1.25rem); } }
      @media screen and (min-width: 62rem) {
        .footer-list-item {
          width: calc(16.6666666667% - 1.25rem); } }
      @media screen and (min-width: 62rem) {
        .footer-list-item:nth-child(even) {
          width: calc(83.3333333333% - 1.25rem); } }
      .footer-list-item strong {
        font-size: 14px; }
      .footer-list-item a[href^="mailto"] {
        text-decoration: underline; }
    .footer-list-icons {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      .footer-list-icons-item {
        margin-right: 25px; }
        .footer-list-icons-item:last-child {
          margin-right: 0; }
    .copyright {
      font-size: 12px;
      text-align: center;
      margin-top: 40px; }

@media screen and (min-width: 767px) {
  .nominant-h1 {
    font-size: 66px;
    width: 500px;
    line-height: 1;
    letter-spacing: 0.1em;
    flex-shrink: 0; } }
.nominant-header {
  position: relative; }
  .nominant-header-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .nominant-header-container {
        display: none; } }
  .nominant-header__big-text {
    position: relative;
    font-size: 170px;
    margin-top: 0;
    line-height: 110px; }
    @media screen and (max-width: 1360px) {
      .nominant-header__big-text {
        margin-left: -270px; } }

.nominant-scroll-menu {
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  background: rgba(242, 242, 242, 0.7);
  padding: 20px 0; }
  @media screen and (min-width: 767px) {
    .nominant-scroll-menu {
      display: none; } }
  .nominant-scroll-menu::-webkit-scrollbar {
    display: none; }
  .nominant-scroll-menu-item {
    background: #28282f;
    color: #fff;
    font-size: 14px;
    padding: 4px 15px;
    white-space: nowrap;
    margin-right: 10px; }
    .nominant-scroll-menu-item:first-child {
      margin-left: 30px; }
.nominant-article {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 30px; }
  @media screen and (min-width: 1360px) {
    .nominant-article {
      max-width: 1000px; } }
  .nominant-article-ul, .nominant-article-ol {
    margin-top: 20px; }
    .nominant-article-ul li, .nominant-article-ol li {
      list-style: initial;
      margin-left: 20px;
      margin-bottom: 10px;
      line-height: 1.5; }
  .nominant-article-ol li {
    list-style: decimal; }
  .nominant-article-title {
    font-size: 20px;
    color: #28282f; }
    @media screen and (min-width: 1360px) {
      .nominant-article-title {
        font-size: 24px; } }
  .nominant-article-description {
    font-size: 14px;
    margin-top: 10px;
    text-indent:2rem; 
    line-height: 2;
  }
  .nominant-article-info {
    display: flex;
    margin-top: 20px; }
    .nominant-article-info-item {
      width: 50%; }
    .nominant-article-info-title {
      font-size: 14px; }
    .nominant-article-info-description {
      font-size: 14px;
      color: #CCA677;
      margin-top: 5px; }
  .nominant-article-nomination {
    background: #CCA677;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .nominant-article-link {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #28282f;
    color: #fff;
    padding: 16px 15px;
    align-items: center;
    justify-content: space-between; }
    @media screen and (min-width: 1360px) {
      .nominant-article-link {
        padding: 35px 30px; } }
    .nominant-article-link-link {
      font-size: 14px; }

.request-header {
  padding-top: 20px;
  flex-grow: 1; }
  .request-header-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .request-header-container {
        margin-top: 30px; } }
  .request-header-main-container {
    max-width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .request-header-main-container {
        max-width: 100%; } }
  .request-header-h2 {
    font-family: "Bebasneue";
    font-size: 57px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .request-header-h2 {
        font-size: 30px; } }
  .request-header-h1 {
    margin-top: 30px;
    font-size: 116px;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 767px) {
      .request-header-h1 {
        font-size: 55px;
        margin-top: 15px; } }
  .request-header-description {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px; }
    .request-header-description-container {
      margin-top: 30px;
      max-width: 950px; }
      @media screen and (max-width: 767px) {
        .request-header-description-container {
          max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .request-header-description {
        font-size: 14px; } }
  .request-header-buttons {
    margin-top: 40px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .request-header-buttons {
        flex-direction: column;
        align-items: center; } }
  .request-header-btn.btn-primary, .request-header-btn.btn-default, .request-header-btn.custom-select-item {
    box-shadow: none;
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .request-header-btn.btn-primary, .request-header-btn.btn-default, .request-header-btn.custom-select-item {
        margin-left: 0;
        margin-top: 15px; } }
  .request-header-figure-img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .5;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .request-header-figure-img {
        display: none; } }
  .request-header-footer {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 20px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .request-header-footer {
        flex-direction: column; } }
    @media screen and (min-width: 767px) and (max-width: 1360px) {
      .request-header-footer {
        display: grid;
        grid-template-areas: "copyright menu financy" "rate socials .";
        row-gap: 30px;
        column-gap: 20px; } }
    .request-header-footer-item a {
      text-decoration: underline; }
    .request-header-footer-item_menu {
      grid-area: menu; }
    .request-header-footer-item_financy-support {
      grid-area: financy; }
    .request-header-footer-item_copyright {
      grid-area: copyright; }
    .request-header-footer-item_socials {
      grid-area: socials; }
    .request-header-footer-item_rate {
      grid-area: rate; }
    @media screen and (max-width: 767px) {
      .request-header-footer-item {
        width: 100%;
        margin-bottom: 20px; }
        .request-header-footer-item_menu {
          order: 1;
          display: flex;
          justify-content: space-between; }
        .request-header-footer-item_financy-support {
          order: 2; }
        .request-header-footer-item_copyright {
          order: 5;
          text-align: center; }
        .request-header-footer-item_socials {
          order: 4; }
          .request-header-footer-item_socials .footer-list-icons {
            justify-content: center; }
        .request-header-footer-item_rate {
          position: absolute;
          left: 0;
          bottom: 25px; } }
    .request-header-footer .footer-list-icons {
      margin-top: 0; }
    .request-header-footer .footer-list-icons-item {
      width: 20px; }

.form-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 40px; }
.form-big-icon {
  position: absolute;
  right: 0;
  top: 100px; }
  @media screen and (max-width: 1360px) {
    .form-big-icon {
      display: none; } }
.form-steps {
  display: flex;
  align-items: flex-end;
  height: 45px; }
  .form-steps-item {
    font-size: 13px;
    margin-right: 22px; }
    .form-steps-item__active {
      font-size: 40px;
      display: flex;
      margin-bottom: -4px; }
    .form-steps-item__active .form-steps-item__slash {
      display: none; }
    .form-steps-item__active .form-steps-item__text {
      font-family: "Bebasneue"; }
    .form-steps-item__active .form-steps-item__step {
      font-family: "Bebasneue";
      margin-left: 10px; }
    .form-steps-item__text {
      transition: .3s; }
    .form-steps-item__step {
      transition: .3s; }
.form-border-bottom {
  margin: 20px 0; }
  @media screen and (max-width: 767px) {
    .form-border-bottom {
      display: block !important; } }
.form-item__description {
  line-height: 1.5;
  max-width: 950px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .form-item__description {
      font-size: 14px; } }
.form-item__sub-description {
  max-width: 950px;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 20px; }
.form-item-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .form-item-buttons-item {
    display: inline-flex;
    width: 420px; }
    .form-item-buttons-item:not(:first-child) {
      margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .form-item-buttons-item {
        width: 100%; } }
.form-item-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .form-item-form {
      width: 100%; } }
  .form-item-form .form-field {
    width: 420px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .form-item-form .form-field {
        width: 100%; } }
  .form-item-form-column-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: flex-start; }
    .form-item-form-column-2-item {
      width: 50%; }
      @media screen and (max-width: 1360px) {
        .form-item-form-column-2-item {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center; } }
    .form-item-form-column-2 .form-field {
      flex-grow: 0;
      margin-bottom: 11px; }
      @media screen and (max-width: 1360px) {
        .form-item-form-column-2 .form-field {
          margin-bottom: 20px; } }
.form-item-navigation-back {
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    .form-item-navigation-back {
      order: 2;
      margin-top: 15px;
      margin-right: 0; } }
.form-item-navigation-buttons {
  margin-left: 25px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .form-item-navigation-buttons {
      flex-direction: column; } }
  @media screen and (max-width: 1360px) {
    .form-item-navigation-buttons {
      width: 100%;
      justify-content: center;
      margin-left: 0; } }
  .form-item-navigation-buttons-next_inactive {
    background: #929295; }
  .form-item-navigation-buttons-container {
    display: flex;
    align-items: center;
    margin-top: 100px;
    max-width: 950px; }
    @media screen and (max-width: 767px) {
      .form-item-navigation-buttons-container {
        margin-top: 50px; } }
    @media screen and (max-width: 1360px) {
      .form-item-navigation-buttons-container {
        margin-top: 20px; } }
.form-item-navigation-border-bottom {
  flex: 1;
  align-self: center !important; }
  @media screen and (max-width: 1360px) {
    .form-item-navigation-border-bottom {
      display: none; } }
.form-item-descriptions {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto; }
  .form-item-descriptions-title-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    margin-top: 15px; }
    .form-item-descriptions-title-container:first-child {
      margin-top: 0; }
  .form-item-descriptions-arrow {
    transition: .3s; }
  .form-item-descriptions-textarea-container {
    width: 100%; }
    .form-item-descriptions-textarea-container .form-field {
      width: 100%;
      margin-top: 15px; }
.form-item-final-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1500px;
  position: relative; }
  @media screen and (max-width: 1360px) {
    .form-item-final-columns {
      display: flex;
      flex-direction: column; } }
  .form-item-final-columns-column-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px; }
    @media screen and (min-width: 767px) and (max-width: 1360px) {
      .form-item-final-columns-column-item {
        grid-template-columns: 200px 1fr; } }
    .form-item-final-columns-column-item-vertical {
      display: flex;
      flex-direction: column; }
      .form-item-final-columns-column-item-vertical .form-item-final-description {
        margin-top: 10px; }
.form-item-final-descriptions {
  margin-top: 50px; }
  @media screen and (min-width: 767px) and (max-width: 1360px) {
    .form-item-final-descriptions {
      margin-top: 0; } }
  .form-item-final-descriptions-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px; }
    .form-item-final-descriptions-item .form-item-final-description {
      margin-top: 10px; }
.form-item-final-description {
  font-size: 14px;
  line-height: 1.5; }

.form-field {
  display: inline-block;
  position: relative; }
  .form-field:first-child {
    margin-top: 10px; }
  .form-field-login-arrow {
    font-size: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: #CCA677;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .form-field-input {
    width: 100%;
    font-size: 14px;
    padding: 18px;
    background: transparent;
    border: 1px solid #28282f;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    textarea + .form-field-input-placeholder {
      top: 25px; }
    .form-field-input option {
      padding: 10px; }
    .form-field-input:focus + .form-field-input-placeholder, .form-field-input:not(:placeholder-shown) + .form-field-input-placeholder {
      color: #CCA677;
      font-size: 10px;
      top: 0; }
    .form-field-input-container {
      width: 100%;
      position: relative; }
    .form-field-input-placeholder {
      max-width: calc(100% - 22px);
      font-size: 14px;
      color: #28282f;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      transition: .2s;
      padding: 0 5px;
      background: #F2F2F2;
      pointer-events: none;
      text-align: left; }
  .form-field-message {
    font-size: 10px;
    line-height: 1.5;
    color: #FF647C;
    margin-top: 6px; }
  .form-field-description {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px; }

.experts-header-container {
  display: flex; }
  .experts-header-container .nominant-h1 {
    font-size: 50px;
    width: 100%;
    flex: 1; }
  .experts-header-container .nominant-header__big-text {
    font-size: 100px; }
.experts-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 50px; }
.experts-filters-container {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .experts-filters-container {
      flex-wrap: wrap;
      flex-direction: column; } }
.experts-char-filter-container {
  flex: 1;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .experts-char-filter-container {
      width: 100%;
      margin-right: 0; } }
.experts-char-filter-items {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .experts-char-filter-items-select {
    display: none;
    width: 100%;
    padding: 10px 30px 10px 20px;
    text-transform: uppercase; }
    @media screen and (max-width: 1360px) {
      .experts-char-filter-items-select {
        display: block; } }
  @media screen and (max-width: 1360px) {
    .experts-char-filter-items {
      display: none; } }
.experts-char-filter-item {
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px; }
  .experts-char-filter-item:hover, .experts-char-filter-item-active {
    background: #CCA677;
    color: #fff; }
@media screen and (max-width: 767px) {
  .experts-search-filter-container {
    width: 100%;
    margin-top: 10px; } }
.experts-search-filter-input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  background: #fff;
  color: #000;
  border: 1px solid #000; }
  .experts-search-filter-input-container {
    width: 200px;
    position: relative; }
    @media screen and (min-width: 767px) and (max-width: 1360px) {
      .experts-search-filter-input-container {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .experts-search-filter-input-container {
        width: 100%; } }
  .experts-search-filter-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px; }
.experts-list-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 50px; }
  @media screen and (max-width: 1360px) {
    .experts-list-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .experts-list-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 320px) {
    .experts-list-container {
      grid-template-columns: 1fr; } }
.experts-item {
  width: 178px;
  margin: 0 auto 20px; }
  @media screen and (min-width: 767px) and (max-width: 1360px) {
    .experts-item {
      width: 215px; } }
  @media screen and (max-width: 767px) {
    .experts-item {
      width: 150px; } }
  .experts-item-photo-container {
    width: 100%;
    height: 178px;
    overflow: hidden;
    position: relative;
    display: block; }
    @media screen and (min-width: 767px) and (max-width: 1360px) {
      .experts-item-photo-container {
        height: 215px; } }
    @media screen and (max-width: 767px) {
      .experts-item-photo-container {
        height: 150px; } }
    @media screen and (min-width: 767px) {
      .experts-item-photo-container:hover:after {
        opacity: .45; }
      .experts-item-photo-container:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../img/gold-texture.jpg");
        z-index: 2;
        mix-blend-mode: screen;
        opacity: 0;
        transition: opacity .4s; } }
  .experts-item-photo-img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .experts-item-photo-glow {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: .6;
    width: 200px;
    height: 200px; }
  .experts-item-places-container {
    position: absolute;
    bottom: 7px;
    left: 5px;
    z-index: 3;
    pointer-events: none; }
  .experts-item-place {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #CCA677;
    padding: 5px;
    margin-top: 3px; }
  .experts-item-info-name {
    font-weight: 600;
    text-align: center;
    margin-top: 7px; }
  .experts-item-info-company {
    margin-top: 10px;
    text-align: center; }

.fadeExperts-enter-active {
  transition: opacity .5s; }

.fadeExperts-enter {
  opacity: 0; }

.lk-header {
  position: relative;
  overflow: hidden; }
  .lk-header-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
    padding-top: 20px; }
    @media screen and (max-width: 1360px) {
      .lk-header-container {
        align-items: flex-start;
        padding-bottom: 40px; } }
  .lk-header-lines {
    position: absolute;
    right: 0;
    bottom: -80px;
    pointer-events: none;
    transform: scale(-1); }
    @media screen and (max-width: 1360px) {
      .lk-header-lines {
        display: none; } }
  .lk-header-title {
    font-size: 48px;
    font-family: "Bebasneue";
    color: #fff;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 767px) {
      .lk-header-title {
        font-size: 30px; } }
  .lk-header-subtitle {
    margin-top: 20px;
    font-size: 14px;
    color: #929295; }
    @media screen and (max-width: 767px) {
      .lk-header-subtitle {
        margin-top: 10px; } }
.lk-logout {
  width: 300px;
  text-align: center; }
  @media screen and (max-width: 1360px) {
    .lk-logout {
      width: auto;
      margin-top: 5px; } }
  .lk-logout svg {
    cursor: pointer; }
    .lk-logout svg path {
      transition: .3s; }
    .lk-logout svg:hover path {
      fill: #929295; }
.lk-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 30px; }
.lk-main-header {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .lk-main-header {
      font-size: 18px; } }
.lk-main-orders-new-button {
  width: 100%;
  margin-top: 50px; }
  .lk-main-orders-new-button .btn, .lk-main-orders-new-button .btn-primary, .lk-main-orders-new-button .btn-default, .lk-main-orders-new-button .custom-select-item, .lk-main-orders-new-button .btn-secondary, .lk-main-orders-new-button .btn-blend {
    margin: 0 auto; }
.lk-main-orders-list {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .lk-main-orders-list {
      margin-top: 25px; } }
.lk-main-orders-item {
  margin-bottom: 25px; }
  .lk-main-orders-item-nomination {
    color: #fff;
    background: #CCA677;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px; }
  .lk-main-orders-item-container {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid rgba(146, 146, 149, 0.2);
    border-top: 1px solid rgba(146, 146, 149, 0.2);
    padding: 20px 10px; }
    @media screen and (max-width: 767px) {
      .lk-main-orders-item-container {
        padding-left: 0;
        padding-right: 0; } }
  .lk-main-orders-item-info {
    display: flex;
    align-items: center; }
    .lk-main-orders-item-info-container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .lk-main-orders-item-info-img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .lk-main-orders-item-info-img-container {
        width: 56px;
        height: 56px;
        margin-right: 13px;
        flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          .lk-main-orders-item-info-img-container {
            margin-right: 6px; } }
    .lk-main-orders-item-info-company-info {
      display: flex;
      flex-direction: column; }
    .lk-main-orders-item-info-name {
      font-size: 14px;
      color: #929295; }
    .lk-main-orders-item-info-paid {
      font-size: 12px;
      margin-top: 6px; }
      .lk-main-orders-item-info-paid_not {
        color: red; }
    .lk-main-orders-item-info-actions {
      display: flex;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .lk-main-orders-item-info-actions {
          margin-right: 0; } }
    .lk-main-orders-item-info-edit {
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        .lk-main-orders-item-info-edit {
          display: none; } }
    .lk-main-orders-item-info-arrow {
      cursor: pointer; }
  .lk-main-orders-item-order-subtitle {
    line-height: 1.5; }
  .lk-main-orders-item-order-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px; }
    @media screen and (max-width: 1360px) {
      .lk-main-orders-item-order-columns {
        display: flex;
        flex-direction: column; } }
  .lk-main-orders-item-order-edit {
    border: 1px solid #28282f;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media screen and (min-width: 767px) {
      .lk-main-orders-item-order-edit {
        display: none; } }
  .lk-main-orders-item-order-column-item {
    font-size: 14px;
    display: flex;
    margin-bottom: 20px; }
    .lk-main-orders-item-order-column-item .lk-main-orders-item-order-title {
      width: 200px; }
      @media screen and (max-width: 767px) {
        .lk-main-orders-item-order-column-item .lk-main-orders-item-order-title {
          width: 150px;
          padding-right: 5px; } }
  .lk-main-orders-item-order-descriptions {
    margin-top: 45px; }
    .lk-main-orders-item-order-descriptions-item {
      margin-bottom: 20px; }
      .lk-main-orders-item-order-descriptions-item .lk-main-orders-item-order-subtitle {
        margin-top: 10px; }

@media screen and (min-width: 1360px) {
  .participants-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*
          grid-template-areas:
                  "left right"
                  "left right"
                  "left right"
                  "left right"
                  "left right";
          grid-auto-rows: min-content;*/ } }
.participants-list {
  margin-top: 20px; }
.participants-item {
  /*&:first-child {
    border-top: 1px solid transparentize($black_light, .7);
  }*/
  border-bottom: 1px solid rgba(81, 81, 95, 0.3);
  padding: 10px 5px 10px 0;
  display: flex;
  align-items: center;
  transition: .3s;
  cursor: pointer;
  animation: showItem .5s forwards;
  opacity: 0;
  transform: translateX(30px);
  /*&:nth-child(-n + 6) {
    grid-area: left;
  }
  &:nth-child(n + 6):nth-child(-n + 11) {
    grid-area: right;
  }*/ }
@keyframes showItem {
  100% {
    opacity: 1;
    transform: translateX(0); } }
  @media screen and (min-width: 1360px) {
    .participants-item {
      padding-right: 15px;
      padding-left: 15px; }
      .participants-item:hover {
        background: #28282f; }
      .participants-item:hover .participants-item__company-name, .participants-item:active .participants-item__company-name {
        color: #fff; }
      .participants-item:hover .participants-item__company-category, .participants-item:active .participants-item__company-category {
        color: #fff; }
      .participants-item:active {
        background: #000; } }
  @media screen and (min-width: 1360px) {
    .participants-item:nth-child(n + 11) {
      display: none; }
    .participants-item:nth-child(odd) {
      margin-right: 20px; } }
  @media screen and (max-width: 1360px) {
    .participants-item:nth-child(n + 7) {
      display: none; } }
  .participants-item__logo {
    width: 74px;
    height: 74px;
    flex-shrink: 0; }
  .participants-item__info {
    margin-left: 10px;
    flex: 1; }
  .participants-item__company-name {
    font-size: 14px;
    color: #929295;
    transition: .3s; }
  .participants-item__company-type {
    font-size: 12px;
    color: #CCA677;
    margin-top: 3px; }
  .participants-item__company-category {
    margin-top: 4px;
    font-size: 14px;
    transition: .3s; }
    @media screen and (min-width: 1360px) {
      .participants-item__company-category {
        margin-top: 10px; } }
  .participants-item__link {
    flex-shrink: 0; }
.participants-more-btn {
  margin: 0 auto;
  margin-top: 30px; }
  @media screen and (min-width: 1360px) {
    .participants-more-btn {
      margin-top: 60px; } }

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap; }

.border-bottom {
  grid-area: border-bottom;
  height: 1px;
  background: rgba(117, 117, 117, 0.3);
  align-self: end; }
  @media screen and (max-width: 767px) {
    .border-bottom {
      display: none; } }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

.smoke-page .nav-main {
  position: absolute;
  background: none; }

.smoke-header {
  background: url("../img/smoke_bg.png") no-repeat center center/cover, #28282f;
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .smoke-header {
      padding-top: 71px; } }
  @media screen and (min-width: 767px) and (max-width: 1360px) {
    .smoke-header {
      padding-top: 90px; } }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.right-to-left-enter, .right-to-left-leave-to {
  opacity: 0; }

.right-to-left-enter {
  transform: translateX(50px); }

.right-to-left-enter-to {
  transform: translateX(0); }

.right-to-left-leave {
  transform: translateX(0); }

.right-to-left-leave-to {
  transform: translateX(-50px); }

.right-to-left-enter-active, .right-to-left-leave-active {
  transition: .5s; }

.left-to-right-enter, .left-to-right-leave-to {
  opacity: 0; }

.left-to-right-enter {
  transform: translateX(-50px); }

.left-to-right-enter-to {
  transform: translateX(0); }

.left-to-right-leave {
  transform: translateX(0); }

.left-to-right-leave-to {
  transform: translateX(50px); }

.left-to-right-enter-active, .left-to-right-leave-active {
  transition: .5s; }

[data-accordion-for] {
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s; }

.ui-selectmenu-button.ui-button {
  width: 100% !important;
  border: 1px solid #28282f !important;
  padding: 18px;
  border-radius: 0;
  background: transparent !important; }

.ui-selectmenu-button.ui-button:hover {
  background: transparent !important;
  border: 1px solid #28282f; }

.ui-selectmenu-text {
  font-size: 14px;
  color: #28282f;
  margin-left: 6px; }

.ui-menu-item {
  border-bottom: 1px solid rgba(81, 81, 95, 0.2) !important;
  padding: 7px; }

.ui-menu-item:hover .ui-menu-item-wrapper, .ui-state-active {
  background: transparent !important;
  color: #28282f !important; }

.ui-state-active {
  border-color: transparent !important; }

.ui-selectmenu-menu .ui-menu {
  padding: 0 10px !important; }

.rotate-icon {
  transition: .3s;
  transform: rotate(180deg); }

[data-accordion-show] .rotate-icon {
  transform: rotate(0); }

.validator-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 999; }
.validator-popup {
  color: #FF647C;
  font-size: 18px;
  padding: 20px 40px;
  border: 1px solid #28282f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff; }

  .laureats-link a{
    margin-left:  auto;
    margin-right:  auto;
  }
  .header-main-request{
    z-index: 1;
  }
/*# sourceMappingURL=style.css.map */
