* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h2 {
  color: #0183ba;
}

/*============================== scrollbar =================================*/
::-webkit-scrollbar-button {
  display: block;
  height: 3px;
  border-radius: 0;
  background-color: #0183ba;
}

::-webkit-scrollbar-button:hover {
  background-color: rgba(1, 131, 186, 0.7);
}

::-webkit-scrollbar-thumb {
  background-color: #0183ba;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(1, 131, 186, 0.7);
}

::-webkit-scrollbar-track {
  background-color: #efefef;
}

::-webkit-scrollbar-track:hover {
  background-color: #CCC;
}

::-webkit-scrollbar {
  width: 10px;
}

/*============================== end scrollbar =================================*/
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url(fonts/PlayfairDisplay-Regular.ttf) format("truetype");
  src-src: local(PlayfairDisplay-Regular), url(fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
  font-family: PlayfairDisplay-Medium;
  src: url(fonts/PlayfairDisplay-Medium.ttf) format("truetype");
  src-src: local(PlayfairDisplay-Medium), url(fonts/PlayfairDisplay-Medium.ttf);
}

@font-face {
  font-family: FuturaPT-Book;
  src: url(fonts/FuturaPT-Book.woff) format("truetype");
  src-src: local(FuturaPT-Book), url(fonts/FuturaPT-Book.woff);
}

@font-face {
  font-family: Inter-Regular;
  src: url(fonts/Proxima_Nova_Semibold.ttf) format("truetype");
  src-src: local(Inter-Regular), url(fonts/Proxima_Nova_Semibold.ttf);
}

@font-face {
  font-family: Inter-Medium;
  src: url(fonts/Proxima_Nova_Semibold.ttf) format("truetype");
  src-src: local(Inter_Medium), url(fonts/Proxima_Nova_Semibold.ttf);
}

.h1_min {
  display: block;
  width: 100vw;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .h1_min {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .h1_block_1 {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .h1_block_1 {
    pointer-events: none;
    height: 0;
    top: calc(50vh - 291px + 56px);
    margin-left: 10px;
    position: fixed;
  }
}

@media screen and (min-width: 1920px) {
  .h1_block_1 {
    top: calc(50vh - 399.5px + 96px);
    margin-left: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .h1_block_not1 {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .h1_block_not1 {
    height: 0;
    pointer-events: none;
    margin-left: 10px;
    position: sticky;
  }
}

@media screen and (min-width: 1920px) {
  .h1_block_not1 {
    top: 20%;
    margin-left: 25px;
  }
}

h1 {
  pointer-events: none;
  text-transform: uppercase;
  font-family: Inter-Regular;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media screen and (min-width: 1024px) {
  h1 {
    color: white;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 2em;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 2.5em;
  }
}

.st6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  color: white;
  text-decoration: underline;
  font-family: Inter-Regular;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  color: white;
  font-family: Inter-Regular;
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 3em;
  }
}

.nomination_name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.9em;
  color: white;
  font-family: Inter-Regular;
}

@media screen and (min-width: 1920px) {
  .nomination_name {
    font-size: 2.5em;
  }
}

h3 {
  font-family: FuturaPT-Book;
  font-weight: 500;
  color: white;
  font-size: 1.2em;
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 1.3em;
  }
}

.st9 {
  font-family: FuturaPT-Book;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
  color: white;
}

p {
  font-family: FuturaPT-Book;
  font-size: 1.1em;
  font-weight: normal;
  color: white;
}

@media screen and (min-width: 1024px) {
  p {
    font-size: 1em;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.2em;
  }
}

.svg_filter {
  position: absolute;
  top: 0;
}

header {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: no-repeat url("../images/first_bg.jpg");
}

header .flex-block {
  align-items: center;
}

header .flex-block .ras_block:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  header .flex-block .ras_block:not(:last-child) {
    margin-bottom: 0px;
  }
}

header button {
  min-width: 300px;
  max-width: 100%;
  order: 0;
  padding: 20px 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}

header button.participate {
  border: none;
  background-color: #ec2635;
}

header button.participate:hover {
  background-color: #cc2431;
  cursor: pointer;
}

header button.download {
  border: 2px solid #ffffff;
  background-color: rgba(0, 54, 158, 0);
}

header button.download:hover {
  background-color: rgba(0, 54, 158, 0.5);
  cursor: pointer;
}

header .logo {
  pointer-events: none;
  max-width: 100%;
  width: 500px;
  margin: 0 calc(10vw - 20px);
  max-height: 80vh;
  order: -1;
}

@media screen and (min-width: 1024px) {
  header .logo {
    width: auto;
    margin: 0;
    max-width: 40vw;
    max-height: 80vh;
    order: 0;
  }
}

header .logo img {
  max-width: inherit;
  max-height: inherit;
}

@media screen and (max-width: 1023px) {
  .social_block {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .social_block {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: fixed;
    background: white;
    border-radius: 0px 25px 0px 0px;
  }
}

@media screen and (min-width: 1920px) {
  .social_block {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1023px) {
  .social_block_min {
    bottom: 0;
    left: 0;
    padding: 20px 0;
    position: fixed;
    border-radius: 0px 25px 0px 0px;
  }
}

@media screen and (min-width: 1024px) {
  .social_block_min {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .mod_icon {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .mod_icon {
    width: 60px;
    display: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    position: fixed;
    background: white;
    border-radius: 0px 0px 25px 0px;
  }
}

@media screen and (min-width: 1920px) {
  .mod_icon {
    width: 90px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  .mod_icon img {
    width: 50px;
    margin: auto 5px;
  }
}

@media screen and (min-width: 1920px) {
  .mod_icon img {
    width: 80px;
    margin: auto 5px;
  }
}

.socialIcons {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.socialIcons li {
  display: inline-block;
  margin: auto 10px;
}

.socialIcons li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 40px;
  color: #868685;
  transition: all ease 0.5s;
  text-shadow: 0px 0px 1px black, 0px 0px 1px black;
  transform: rotateX(-30deg);
}

.socialIcons li a:hover {
  transform: rotateX(-30deg) translateY(-20px);
}

@media screen and (min-width: 1024px) {
  .socialIcons li a {
    font-size: 2rem;
    height: 40px;
    width: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .socialIcons li a {
    font-size: 2.5rem;
    height: 55px;
    width: 70px;
  }
}

.socialIcons li a:hover.twitter {
  color: #1DA1F2;
  text-shadow: 0px 0px 0px #1DA1F2, 0px 1px 2px #0d95e8, 0px 2px 2px #0c85d0, 0px 3px 2px #0b76b8, 0px 4px 2px #0967a0, 0px 5px 2px #085788, 0px 6px 2px #064870, 0px 7px 2px #053857, 0px 8px 2px #04293f, 0px 9px 2px #021927, 0px 10px 2px #010a0f;
}

.socialIcons li a:hover.instagram {
  color: #E1306C;
  text-shadow: 0px 0px 0px #E1306C, 0px 1px 2px #ae2591, 0px 2px 2px #992180, 0px 3px 2px #841c6e, 0px 4px 2px #6f185d, 0px 5px 2px #5a134b, 0px 6px 2px #450f3a, 0px 7px 2px #300a28, 0px 8px 2px #1b0617, 0px 9px 2px #060105, 0px 10px 2px black;
}

.socialIcons li a:hover.vk {
  color: #597da3;
  text-shadow: 0px 0px 0px #597da3, 0px 1px 2px #2f4d86, 0px 2px 2px #294273, 0px 3px 2px #223760, 0px 4px 2px #1b2d4e, 0px 5px 2px #15223b, 0px 6px 2px #0e1728, 0px 7px 2px #070c15, 0px 8px 2px #010102, 0px 9px 2px black, 0px 10px 2px black;
}

.socialIcons li a:hover.youtube {
  color: #FF0000;
  text-shadow: 0px 0px 0px #FF0000, 0px 1px 2px #e60000, 0px 2px 2px #cc0000, 0px 3px 2px #b30000, 0px 4px 2px #990000, 0px 5px 2px maroon, 0px 6px 2px #660000, 0px 7px 2px #4d0000, 0px 8px 2px #330000, 0px 9px 2px #1a0000, 0px 10px 2px black;
}

.socialIcons li a:hover.ok {
  color: #EE8208;
  text-shadow: 0px 0px 0px #EE8208, 0px 1px 2px #c76c04, 0px 2px 2px #945002, 0px 3px 2px #804502, 0px 4px 2px #804502, 0px 5px 2px maroon, 0px 6px 2px #663802, 0px 7px 2px #492802, 0px 8px 2px #331c01, 0px 9px 2px #221200, 0px 10px 2px black;
}

.socialIcons li a:hover.facebook {
  color: #365899;
  text-shadow: 0px 0px 0px #365899, 0px 1px 2px #2f4d86, 0px 2px 2px #294273, 0px 3px 2px #223760, 0px 4px 2px #1b2d4e, 0px 5px 2px #15223b, 0px 6px 2px #0e1728, 0px 7px 2px #070c15, 0px 8px 2px #010102, 0px 9px 2px black, 0px 10px 2px black;
}

.otherPens {
  position: absolute;
  color: #212121;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.2rem;
}

.content {
  width: 100vw;
  background: #676767;
  position: relative;
}

.content .min-up {
  order: -1;
}

@media screen and (min-width: 1024px) {
  .content .min-up {
    order: 0;
  }
}

.content .about_pad:not(:first-child) {
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  .content .about_pad {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .content .about_pad {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .content .h1_block_not1:first-child {
    top: calc(50vh - 270.5px + 56px);
  }
}

@media screen and (min-width: 1920px) {
  .content .h1_block_not1:first-child {
    top: calc(50vh - 373.5px + 96px);
  }
}

.content .flex-block.about_desc {
  justify-content: space-between;
}

.content .flex-block.about_desc div {
  flex: 1 1 50%;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .content .flex-block.about_desc div {
    max-width: 45%;
  }
}

.content .flex-block.about_desc div img {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .content .flex-block.about_desc div img {
    max-width: 80%;
  }
}

.content .flex-block.about_members {
  align-items: center;
}

.content .flex-block.about_members div {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .content .flex-block.about_members div {
    max-width: 20%;
  }
}

.nominations {
  min-height: 100vh;
  height: max-content;
  background: fixed url("../images/third_bg.jpg");
  position: relative;
  width: 100vw;
}

.nominations svg {
  display: none;
}

@media screen and (min-width: 600px) {
  .nominations svg {
    display: block;
  }
}

.nominations .min-nomination {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.nominations .min-nomination .nomination-block:not(:last-child) {
  margin-bottom: 40px;
}

.nominations .min-nomination .nomination-block:not(:last-child) p {
  padding-top: 10px;
}

.nominations .min-nomination h3 {
  font-weight: 700;
  font-family: Inter-Regular;
  font-size: 1.7em;
}

@media screen and (min-width: 600px) {
  .nominations .min-nomination {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .nominations .h1_block_not1:first-child {
    top: calc(50vh - 263.5px + 56px);
  }
}

@media screen and (min-width: 1920px) {
  .nominations .h1_block_not1:first-child {
    top: calc(50vh - 365.25px + 96px);
  }
}

.nominations .content_block {
  display: flex;
  justify-content: center;
}

.finalists {
  min-height: 100vh;
  height: max-content;
  width: 100vw;
  background: white;
  position: relative;
}

.finalists .flex-block {
  padding: 0;
}

@media screen and (min-width: 600px) {
  .finalists .flex-block {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 1024px) {
  .finalists .flex-block {
    padding: 5px 20px;
  }
}

.finalists .flex-block .photo {
  order: 1;
  width: 65%;
  flex-direction: column !important;
}

@media screen and (min-width: 1024px) {
  .finalists .flex-block .photo {
    flex-direction: row !important;
  }
}

.finalists .flex-block .photo .person {
  margin: 0 10px;
}

.finalists .flex-block .nomination_name {
  width: 35%;
  order: 0;
}

@media screen and (min-width: 1024px) {
  .finalists .flex-block .nomination_name {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .finalists .flex-block div {
    max-width: 45%;
  }
}

.finalists .flex-block div img {
  max-width: 300px;
}

@media screen and (min-width: 1024px) {
  .finalists .flex-block div img {
    max-width: 80%;
  }
}

.finalists h1 {
  color: #333333;
  text-transform: uppercase;
}

.finalists .nomination_name {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}

.finalists p, .finalists h3 {
  color: #333333;
}

@media screen and (min-width: 1024px) {
  .finalists .h1_block_not1:first-child {
    top: calc(50vh - 300.5px + 56px);
  }
}

@media screen and (min-width: 1920px) {
  .finalists .h1_block_not1:first-child {
    top: calc(50vh - 411.5px + 96px);
  }
}

.content_block {
  margin: 0 20px;
  padding: 5vh 20px;
}

@media screen and (min-width: 1024px) {
  .content_block {
    padding: 5vh 40px;
    margin: 0 60px;
  }
}

@media screen and (min-width: 1920px) {
  .content_block {
    padding: 10vh 50px;
    margin: 0 90px;
  }
}

.content_block .flex-block {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .content_block .flex-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
/*# sourceMappingURL=style.css.map */