@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,400;1,600;1,700;1,900&display=swap');

:root {

    --pink: #e25766;
    --pink--dark: #c03d4a;
    --coral: #fc5a50;
    --coralDark: #ec453c;

    --pinkLight: #FFF1F3;
    --blackLight: #1c1c21;
    --grey: #727272;
    --greyDark: #4b4b4b;

    --beigeLight: #eae8df;

    --white: white;
    --blue: #528fff;
    --blueDark: rgb(40, 61, 161);
    --ublueLight: #d5EFFF;
    --uorange: #FABF68;
    --yellow: #f0d01b;
    --yellowDark: #dbc604;
    --gold: #d79600;
    --goldDark: #b37d00;
    --ured: #FC5740;
    --ugray: #DFE0EB;
    --ugrayDark: #9FA2B4;
    --ublack: #252733;
    --ufon: #363740;
    --ugrayfon: #F7F8FC;
    --ugraypoint: #9FA2B4;
}

/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    box-sizing: border-box;
    font: 18px/1.3em 'Poppins', Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
    color: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
    scrollbar-width: thin;
}
textarea, input{
    box-sizing: border-box;
    outline: none;
    font: inherit;
}
label{
    cursor: pointer;
}

::-webkit-scrollbar {
	width: 10px;
	/* height: 8px; */
	background-color: rgb(77, 77, 77);
}
::-webkit-scrollbar-thumb {
	background: rgb(119, 119, 119);
	border-radius: 2px;
    width: 6px;
}
::-webkit-scrollbar-thumb:hover {
	background: rgb(8, 67, 122);
}
/* end reset.css */

/* Margins: */
.m0{margin: 0 !important;}
.m10 {margin: 10px;}
.mt2 {	margin-top: 2px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt12 {	margin-top: 12px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 { margin-top: 30px !important }




.ml5{	margin-left: 5px;}
.ml10{	margin-left: 10px !important;}
.ml15{	margin-left: 15px !important;}
.ml20{	margin-left: 20px !important;}


.mr5{	margin-right: 5px !important;}
.mr8{	margin-right: 8px !important;}
.mr15{	margin-right: 15px !important;}
.mr10{	margin-right: 10px !important;}
.mr20{	margin-right: 20px !important;}
.mr25{	margin-right: 25px !important;}
.mr60{	margin-right: 60px !important;}

.mb0 {	margin-bottom: 0 !important;}
.mb2{	margin-bottom: 2px !important;}
.mb5{	margin-bottom: 5px !important;}
.mb10{	margin-bottom: 10px !important;}
.mb15{	margin-bottom: 15px !important;}
.mb20{	margin-bottom: 20px !important;}
.mb25{	margin-bottom: 25px !important;}
.mb30{	margin-bottom: 30px !important;}
.mb60 { margin-bottom: 60px !important }

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}





/* Paddings */
.p0 {	padding: 0px !important;}
.p5 {	padding: 5px !important;}
.p10 {	padding: 10px !important;}
.pl0 {	padding-left: 0 !important;}
.p15 {	padding: 15px !important;}
.p16 {	padding: 16px !important;}
.p20 {	padding: 20px !important;}

.pb0 {	padding-bottom: 0 !important;}
.pb5{	padding-bottom: 5px !important;}
.pb10{	padding-bottom: 10px !important;}
.pb15{	padding-bottom: 15px !important;}
.pb20{	padding-bottom: 20px !important;}
.pb30{	padding-bottom: 30px !important;}
.pb40{	padding-bottom: 40px !important;}

.pt0{	padding-top: 0 !important;}
.pt5{	padding-top: 5px !important;}
.pt10{	padding-top: 10px !important;}
.pt15{	padding-top: 15px !important;}
.pt20{	padding-top: 20px !important;}
.pt40{	padding-top: 40px !important;}

.pl10 {	padding-left: 10px !important;}
.pl15 {	padding-left: 15px !important;}
.pl20 {	padding-left: 20px !important;}
.pl25 {	padding-left: 25px !important;}
.pl40 {	padding-left: 40px !important;}

.pr0 {	padding-right: 0px !important;}
.pr10 {	padding-right: 10px !important;}
.pr15 {	padding-right: 15px !important;}
.pr20 {	padding-right: 20px !important;}
.pr25 {	padding-right: 25px !important;}

.fs10{	font-size: 10px;}
.fs11{	font-size: 11px;}
.fs12{	font-size: 12px;}
.fs13{	font-size: 13px;}
.fs14{	font-size: 14px;}
.fs16{	font-size: 16px }
.fs18{	font-size: 18px;}
.fs20 {	font-size: 20px;}
.fs22 {	font-size: 22px;}
.fs24 {	font-size: 24px;}
.fs26{	font-size: 26px;}

.df             {display: flex;}
.fd-column {flex-direction: column;}
.jc-start 		{justify-content: flex-start }
.jc-end 		{justify-content: flex-end }
.jc-center 		{justify-content: center }
.jc-sb 			{justify-content: space-between }

.ai-start 		{align-items: flex-start }
.ai-baseline 	{align-items: baseline }
.ai-center 		{align-items: center }
.ai-end			{align-items: flex-end }

.gap5{gap: 5px;}
.gap10{gap: 10px;}

.flex-wrap{flex-wrap: wrap;}

.color--beige {color:var(--beigeLight)}
.color--grey {color:var(--grey)}



.dn{
    display: none;
}

.btn{
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    width: max-content;
    border: 1px transparent;
}
.btn--small{
    padding: 10px 15px;
}
.btn--xs{
    padding: 5px 10px;
    font-size: 16px;
}

.btn--yellow{
    background: var(--yellow);
    color: var(--blackLight);
}
.btn--yellow:hover{
    background: var(--yellowDark);
    color: var(--blackLight);
}
.btn--coral{
    background: var(--coral);
    color: white;
}
.btn--coral:hover{
    background: var(--coralDark);
}
.btn--beigeLight{
    background: var(--beigeLight);
    color: var(--blackLight);
}
.btn--beigeLight:hover{
    background: rgb(255, 242, 172);
}
.btn--coral:hover{
    background: var(--coralDark);
}
.btn--gold{
    background: var(--gold);
    color: var(--blackLight);
}
.btn--gold:hover{
    background: var(--goldDark);
    color: var(--blackLight);
}
.text--quote{
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 15px;
    background: #ffffff3d;
    color: #f1f1f1;
    border-radius: 12px;
}
.text--small{
    font-size: 20px;
    line-height: 28px;
}

.text--middle{
    font-size: 26px;
    line-height: 34px;
}
.text--grande{
    font-size: 32px;
    line-height: 40px;
}
.text--gold{
    background: url(../img/fon_gold.jpg) no-repeat center center/cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.blockDivider{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 0;
    z-index: 1;
}
.blockDivider svg{
    height: 50px;
    width: 100%;
    fill: black;

}
.blockDivider--rotate{
    transform: scale(1, -1);
    bottom: -50px;
}
.blockDivider--black svg{
    fill: black;
}

header{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;

    background: #1c1c2199;
    color: var(--white);
    font-weight: bold;
    gap: 20px;
    z-index: 20;

    backdrop-filter: saturate(215%) blur(5px);
}
.header--dark{
    background: #1c1c21ef;
}
.header__burger{
    display: none;
    width: 40px;
    height: 32px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.header__burgerItem{
    border-radius: 8px;
    height: 6px;
    width: 100%;
    background: white;
}
.header__burger:hover .header__burgerItem{
    background: var(--yellow);
}
.header__9111 img{
    width: 50px;
}
.header__award{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 28px;
}
.header__title{
    font: inherit;
}
.header__title span{
    font-weight: normal;
    font-size: 24px;

}
.header__logo img{
    height: 40px;
    filter: invert();
}

nav {
    display: flex;
    gap: 20px;
    align-items: center;
}
.navBlock a{
    font-size: 24px;
}




.content{
}
.contentBlock{
    padding:80px ;
    position: relative;
}
.contentBlock + .contentBlock{
    /* margin-top: 40px; */
}
.contentBlock__header {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 60px;
}


.firstBLock {
    position: relative;
    padding-top: 100px;
    height: 100vh;
    display: flex;
    align-items: center;
    gap: 100px;
    z-index: 1;
    background: black;
    color: white;
}
.firstBLock::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .2;
    background: url('../img/fon.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;

    /* clip-path: url('/img/svg/used/divider.svg'); */

    /* -webkit-mask-image: url('/img/svg/used/divider.svg');
    mask-image: url('/img/svg/used/divider.svg');
    -webkit-mask-size: 100% 10%;
    mask-size: 100% 10%;
    -webkit-mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */
}
.firstBLock__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}
.awardName{
    margin-bottom: 20px;
}
.awardName__type{
    font-size: 25px;
    margin-bottom: 5px;
}
.awardName__data{
    font-size: 80px;
}


.awardName{
    display: flex;
    flex-direction: column;
}

.registration {
    margin-top: 20px;
}

.firstBLock__img {
    display: flex;
    flex-shrink: 0;
    width: 60%;
}
.firstBLock__img img{
    width: 100%;
}
.firstBLock__txt{
    font-size: 48px;
}
.firstBLock__txt p{

}
p + p{
    margin-top: 20px;
}


.nominations{
    display: none;
    background: rgba(0, 0, 0, 0.9);
}
.nominations .contentBlock__header{
    color: white;
}

.nominations video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.nomination__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;

}

.nomination{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
    padding: 20px;
    border: 1px solid gainsboro;
    background: white;
}
.nomination__info{
    display: flex;
    flex-direction: column;
}
.nomination__nav{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nomination__name{
    display: flex;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.nomination__name span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d79600;
    color: var(--white);
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 5px;
    line-height: 19px;
}
.nomination__desc{
    margin-bottom: 10px;
}
.nominationType{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    /* padding-top: 30px; */
}
.nominationType__label {
    font-size: 24px;
    width: max-content;
    color: white;
    background: #d79600;
    padding: 5px;
    margin-bottom: 5px;
}

.nominationType__name{
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;

}
.nomineesList {
    display: flex;
    flex-direction: column;
}
.nomineesList .btn{
    border-radius: 0;
    /* align-self: center; */
}

.nominees{
    position: relative;
    background: rgb(55,28,26);
    background: linear-gradient(71deg, #402f0aec 0%, #564c01cc 52%, #a2750d85 100%);
}
.nominees::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/fon3.jpg');
    z-index: -1;
    opacity: .8;
}

.nominees .contentBlock__header{
    color: white;
    text-align: center;
}

.nominees__items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.nominees__items + .nominationType{
    margin-top: 60px;
}
.nominee{
    position: relative;

    display: none;
    flex-direction: column;
    align-items: center;
    width: 70%;
    gap: 10px;
    padding-top: 20px;
    /* padding: 20px 10px; */
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    transition: all ease .2s;
    background: var(--beigeLight);


    /* background: #ffffffd6; */
}
.nominee:first-child{
    display: flex;
}

.nominee:hover{
    box-shadow: 0 0 30px rgb(0 0 0 / 60%);

}


.nominee:hover .nominee__bg{
    transform: rotate(5deg);
}


.nominee__info{
    display: flex;
    flex-direction: column;
    padding: 10px 20px 0;
    flex-grow: 1;
    width: 100%;
    z-index: 1 ;

}
.nominee__author{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1 ;

}
.nominee__authorImg{
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    height: max-content;
    line-height: 0;
    z-index: 1 ;
}
.nominee__authorImg img{
    width: 250px;
    transition: all ease .2s;
}

.nominee:hover .nominee__authorImg img{
    transform: scale(1.05);

}


.nominee__authorStatus{
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    color: #ef8d9e;
    text-transform: capitalize;
}
.nominee__authorCity{
    font-size: 14px;
}
.nominee__authorName{
    font-size: 34px;
    color: var(--ublack);
    font-weight: bold;
    margin-bottom: 10px;

    text-align: center;
}

.nominee__footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--greyDark);
    z-index: 1;
    padding: 0 0 20px;
}

.nominee__pub{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;

    text-align: center;
}

.nominee__pubDate{
    font-size: 14px;
}
.nominee__pubName{
    font-size: 20px;
    margin-bottom: 5px;
}

.nominee__pubLikes{
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
    padding: 40px 0 0;

    color: var(--beigeLight);
}

.nominee__pubLikes .blockDivider{
    top: 0;
    bottom: unset;
    width: 100%;
}
.nominee__pubLikes .blockDivider svg{
    margin-right: 0;
    width: 100%;
    fill: var(--beigeLight);
}

.likesBlock{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}
.likesBlock svg{
    width: 30px;
    height: 30px;
    fill: var(--beigeLight);
    margin-right: 5px;
}
.like{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
}



footer{
    padding: 20px;
    background: #000;
    color: white;
}

.votersList{
    display: flex;
    flex-direction: column;
    /* max-height: 100%; */
    max-height: inherit;
    overflow-y: auto;
    padding-right: 10px;
    min-width: 250px;
}
.voter{
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    transition: all ease .2s;
}
.voter:hover{
    background-color: rgb(255, 244, 181);
}
.voter + .voter{
    /* margin-top: 5px; */
}
.voter__photo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}
.rulesBlock{
    font-size: 16px;
    line-height: 18px;
    padding-right: 10px;
}
.rulesBlock__title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.rulesBlock ul{
    list-style: auto;
    margin-bottom: 10px;
    padding-left: 25px;

}
.rulesBlock ul li{
    font-size: 18px;
    line-height: 22px;
}


@media (max-width: 1700px) {
    .nomination{
        width: 30%;
    }
 }

@media (max-width: 1400px) {
    .nominee{
        width: 60%;
    }
    .firstBLock{
        padding-top: 50px;
    }
    .contentBlock__header{
        font-size: 40px;
        margin-bottom: 40px;
    }
    .header__logo img{
        height: 32px;
    }
    .header__9111 img{
        width: 35px;
    }
    .header__title{
        font-size: 20px;
    }
    .awardName__data{
        font-size: 60px;
    }
    .text--small{
        font-size: 16px;
        line-height: 20px;
    }

    .text--middle{
        font-size: 24px;
        line-height: 30px;
    }
    .text--grande{
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 1300px) {
    .nomination{
        width: 30%;
    }
    .navBlock a{
        font-size: 18px;
    }
 }

@media (max-height: 800px) {
    .firstBLock{
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .firstBLock__img{
        width: 200px;
    }

    .firstBLock__title{
    }
}
@media (max-height: 650px) and (max-width: 800px) {
    .firstBLock{
        height: auto;
    }
}

 @media (max-width: 1200px) {

    .nominee{
        width: 60%;
    }

    .nomination {
        width: 45%;
    }

  }

 @media (max-width: 900px) {

     .header__burger{
         display: flex;
     }
    .navBlock{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        transition: transform ease .5;
        transform: translateX(-100%);
        padding: 20px;
    }
    .navBlock a{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        font-size: 20px;
        border: 1px solid #212121;
        width: 100%;
    }

    .navBlock--show{
        transform: translateX(0);
    }
    .firstBLock{
        padding-top: 150px;
        flex-direction: column;
        height: auto;
    }

    .nominee{
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .nomination{
        width: 100%;
    }
 }

 @media (max-width: 650px) {
    .nominee{
        width: 85%;
    }
  }

@media (max-width: 600px) {

    .nominee__authorName{
        font-size: 20px;
    }

    header{
        padding: 10px 20px;
    }
    .header__title{
        display: none;
    }
    .header__burger{
        height: 25px;
        width: 30px;

    }
    .header__burgerItem{
        border-radius: 8px;
        height: 4px;
        width: 100%;
        background: #b5b5b5;
    }
    .contentBlock{
        padding: 60px 20px 20px;
    }
    .firstBLock{
        padding-top: 0;
        padding-bottom: 60px;
        height: auto;
        flex-direction: column;
        gap: 40px;
    }
    .awardName__data{
        font-size: 60px;
    }
    .firstBLock__title{
        justify-content: center;
        display: flex;
        width: 100%;
        height: 100vh;
        padding-top: 50px;
    }
    .firstBLock__img{
        width: 70%;
    }

    .text--small{
        font-size: 14px;
        line-height: 20px;
    }

    .text--middle{
        font-size: 20px;
        line-height: 26px;
    }
    .text--grande{
        font-size: 26px;
        line-height: 32px;
    }

    .nominationType__name{
        font-size: 22px;
        line-height: 26px;
    }
    .nominations{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nominationType__label{
        font-size: 18px;
    }


 }

 @media (max-width: 400px) {
    .awardName__data{
        font-size: 50px;
    }
    .awardName__type{
        font-size: 18px;
    }
    .nomination__name{
        font-size: 20px;
    }
    .btn--small{
        padding: 5px 10px;
    }

    .nominee__authorImg img{
        width: 200px;
    }
  }

  @media (max-width: 350px) {
    .nominee{
        width: 100%;
    }
    .nomination__name{
        font-size: 18px;
    }
   }


