@font-face {
    font-family: 'Montserrat-VariableFont_wght';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BigShoulders-VariableFont_opsz';
    src: url('../fonts/BigShoulders-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Bold.eot');
    src: local('../fonts/Avenir Next Cyr Bold'), local('../fonts/AvenirNextCyr-Bold'),
        url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Heavy.eot');
    src: local('../fonts/Avenir Next Cyr Heavy'), local('../fonts/AvenirNextCyr-Heavy'),
        url('../fonts/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Heavy.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Demi.eot');
    src: local('../fonts/Avenir Next Cyr Demi'), local('../fonts/AvenirNextCyr-Demi'),
        url('../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: "Source Sans 3", sans-serif;	
	color-scheme: light;
	font-size: 1.1rem;
	/* max-width: 1440px; */
	margin: 0 auto;
	background-color: #fff;
}

body:has(.topimage) {
/* 	background-image: url(../img/ceca_bg.png),url(../img/footer.png);
	background-position: center 5rem,  bottom right;
	background-repeat: no-repeat;
	background-size: 100%; */
}

body:has(.intropage) {
/* 	background-image: url(../img/ceca_bg.png),url(../img/footer2.png),url(../img/center.png);
	background-position: center -4rem, bottom right, left calc(100% - 1100px);
	background-repeat: no-repeat;
	background-size: 100%; */
}

body:has(.topimage.nobottom) {
/* 	background-image: url(../img/ceca_bg.png);
	background-position: center 10rem;
	background-repeat: no-repeat;
	background-size: 100%; */
}

body:has(.justbottom) {
	background-image: none;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
}

.formsection {
/* 	background-image: url(../img/footer.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	aspect-ratio: 1440 / 813; */
} 

body:has(.intropage) .formsection{
background-image: none;
}

.bigfont, h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Avenir Next Cyr';	
	text-transform: uppercase;
	font-weight: 500;
	hyphens: auto;
}

.mont {
    font-family: 'Montserrat-VariableFont_wght', sans-serif;	
    font-weight: normal;
    font-style: normal;
}

b, strong  {
	font-variation-settings: "wght" 800;	
}
.strong {
	font-variation-settings: "wght" 700;
}

.black {
	font-variation-settings: "wght" 900;
		font-weight: 900!important
}

.bolder {
	font-variation-settings: "wght" 700;
}
.small,small {
	font-size: .7rem
}

h1, .h1 {
	font-size: 4.375rem;
	    line-height: 1.05;
	font-weight: 900;
	}
.h1-blog {
	font-size: 3.325rem;	
}

@media (max-width: 991px) {
	h1, .h1 {
	font-size: 2.6rem;
	font-weight: 900;
	
}
}

.bg-primary-opa .bigfont {
	font-size: 1rem;
}

h2, .h2 {
	font-size: 1.675rem;
	font-weight: 700!important;
letter-spacing: .5rem;	
}

h3, .h3 {
	font-size: 1.675rem;
	font-weight: 500;
	
}
.letter-auto {
	letter-spacing: initial;
}

.bg-primary {
	background: #560BAD!important;
}
.bg-primary-opa {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%)!important;
}

.bg-dark-opa {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%)!important;
}

.bg-dark-2 {
background: rgba(66, 29, 148, 1)!important;
}

.text-primary {
	color: #560BAD!important;
}

.border-primary {
	border-color: #560BAD!important;
}

.bg-light {
	background: rgba(149, 149, 149, 1)!important;
}

.text-light {
	color: rgba(149, 149, 149, 1)!important;
}

.border-light {
	border-color: rgba(149, 149, 149, 1)!important;
}

.btn-primary {
	background: #652FDD;!important;
	border: none;
	color: white!important;
	font-variation-settings: "wght" 800;
	border-radius: .5rem;
	text-transform: uppercase;
	padding: 16px 27px;
	font-size: 12px;
	box-shadow: rgba(101, 47, 221, 0.7) 0px 0px 17.6px 0px;
}

.btn-outline-dark {
		font-variation-settings: "wght" 800;
	border-radius: .5rem;
	text-transform: uppercase;
	padding: 12px 27px;
	font-size: 12px;
		padding: 16px 27px;
}

.btn-outline-dark:hover svg path {
	stroke: white
}

.btn-primary:hover {
	background: black;!important;
	border: none;
	color: #fff!important;

}

.btn-primary.btn-white {
	background: white!important;
	color: black!important;
	text-transform: uppercase;
}

.btn-primary.btn-white:hover {
	background:  #000!important;
	color: white!important;
	text-transform: uppercase;
}

.form-check-input:checked {
background-color: #560BAD;
border-color: #560BAD;
}

.dropdown-item {
font-size: .8rem;
font-family: 'Avenir Next Cyr';
}

.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #560BAD;
}

.member-item-img,
.news-item-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jury-item-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jury-item-text {
	margin-top: 60%;
	transition: all .15s ease-in-out
}

.member-item-inner:hover .jury-item-img,
.jury-item-img-wrapper:hover  .jury-item-img {
	transform:scale(1.1);
		transition: all .5s ease-in-out
}

.member-item-inner:hover .jury-item-text,
.jury-item-img-wrapper:hover .jury-item-text{
		margin-top: 0%;
		transition: all .15s ease-in-out
}

.news-item-text {
	margin-top: 100%;
	transition: all .15s ease-in-out
}

.news-item:hover .news-item-text{
		margin-top: 0%;
		transition: all .15s ease-in-out
}
.news-item:hover .news-item-img{
	transform:scale(1.1);
		transition: all .5s ease-in-out
}

.cat-item-text {
	margin-top: 200%;
	transition: all .15s ease-in-out
}

.cat-item-img-wrapper:hover .cat-item-text{
		margin-top: 0%;
		transition: all .15s ease-in-out
}

.download-item-text{
		margin-top: 200%;
		transition: all .15s ease-in-out
}

.download-elem-inner:hover .download-item-text{
		margin-top: 0%;
		transition: all .15s ease-in-out
}

.news-item-img-wrapper {
	overflow: hidden;
}


.cat-grid {  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 190px 190px 190px 190px 190px; 
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "fashion fashion product product ."
    ". gaming gaming beauty beauty"
    "talent talent collab collab ."
    ". audience audience lifetime lifetime"
    ". . ce ce .";*/
}

/* .fashion { grid-area: fashion; }

.product { grid-area: product; }

.gaming { grid-area: gaming; }

.beauty { grid-area: beauty; }

.talent { grid-area: talent; }

.collab { grid-area: collab; }

.audience { grid-area: audience; }

.lifetime { grid-area: lifetime; }

.ce { grid-area: ce; } */

.py-5 {
	padding-top: 4rem!important;
	padding-bottom: 4rem!important;
}

.pt-5 {
	padding-top: 4rem!important;	
}

.pb-5 {
	padding-bottom: 4rem!important;	
}

@media (max-width: 991px) {


.py-5 {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

.pt-5 {
	padding-top: 2rem!important;	
}

.pb-5 {
	padding-bottom: 2rem!important;	
}

}

@media (max-width: 768px) {


	
	body:has(.intropage) {
	/* background-image: url(../img/ceca_bg.png),url(../img/footer2.png),url(../img/center.png);
	background-position: center 9rem, bottom right, left calc(100% - 1200px);
	background-repeat: no-repeat;
	background-size: 100%; */
	}
	
	footer .col-6 img {
		max-height: 60px;
	}
}

.cat-elem {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	font-size: 2rem;
    font-family: "Avenir Next Cyr", sans-serif;
	font-weight: 900;
	padding: 0;
	width: fit-content;
}

.cat-grid .cat-elem {
	font-size: 2.8rem;
	    z-index: 4;
}

.cat-elem a {
    position: relative;
    z-index: 4;
    display: flex;
    width: 100%;
    height: 100%;
	color: white;
	 -webkit-text-stroke: 1px black;
    align-items: center;
    justify-content: flex-start;
	text-align: left;
	hyphens: auto;
	    line-height: 1.05;
	letter-spacing: 0
}

.cat-elem .title {
	padding: 1rem;
}

.cat-elem-xl {
	height: 295px
}

.cat-elem.active,
.cat-elem:hover {
	z-index: 20!important
}

.cat-elem:hover .title{
		visibility: hidden;
}

.cat-elem:hover a {
	background-image: none;
	background-color: transparent;
		color: black;
}

.form-select,
.form-control {
	padding: .5rem .75rem;
	border-width: 1px;
	border-color: #000;
	background-color: #fff
}

#newsform .form-control {
	border-radius: 0;
	border-width: 1px;
	border-left: 0;
	border-right: 0;
	border-color: rgba(149, 149, 149, 1)!important;
	background-color: #fff
}

.form-check-input {

		border-color: #000;
	border-width: 1px;	
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color: #000;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color: #ff5b40;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
border-color: rgba(101, 47, 221, 1);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
background-color: rgba(101, 47, 221, 1);
}

.form-control.is-valid, .was-validated .form-control:valid {
border-color: #000;}

.form-dark .form-control.is-valid, .form-dark.was-validated .form-control:valid {
border-color: #fff;}


.form-dark .form-control {

	border-width: 1px;
	border-color: #fff;
	background-color: rgba(101, 47, 221, 1);
	color:  #fff;
}

.form-dark .form-check-input {

	background-color: rgba(101, 47, 221, 1);
		border-color: #fff;
	border-width: 1px;	
}

.form-check-input:checked[type=radio] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-dark .form-check-input.is-valid:checked,
.form-dark.was-validated .form-check-input:valid:checked {
background-color:rgba(101, 47, 221, 1);
}

.form-dark .form-check-input.is-valid~.form-check-label,.form-dark.was-validated .form-check-input:valid~.form-check-label {
color: #fff;
}

.form-check-input.is-valid, .form-dark.was-validated .form-check-input:valid {
border-color: #fff;
}

.form-dark input::placeholder {
  color: #fff;
}

.form-dark input:placeholder-shown {
  color: #fff;
}

input:focus::placeholder {
  color: transparent;
}

input:focus:placeholder-shown {
  color: transparent;
}


.navigate {  display: grid;
  grid-template-columns: auto auto 0 auto;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "logo mainnav  hamb loginnav";
}

.logo img {
	width: 138px
}

.logo { grid-area: logo; }

.mainnav { grid-area: mainnav; }

.loginnav { grid-area: loginnav; padding: .5rem 0 }


/* body:has(.intropage) .navigate {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "loginnav"
	"logo"
	"mainnav";
}

body:has(.intropage) .logo {
	text-align: center;
	margin-bottom: 2rem
}

body:has(.intropage) .logo img {
	width: 370px;
} */

@media (max-width: 1399px) {


body:has(.intropage) .logo img {
	width: 99px
}

.logo img {
	width: 99px
}
}

.navbar-toggler{
	padding: .5rem
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='black' viewBox='0 0 3…miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.swiper {
	border-radius: .5rem;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: 'next';
font-size: 1.5rem;
color: black;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: 'prev';
font-size: 1.5rem;
color: black;
}

.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 0;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: 100%;
margin-top: 0;
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color,var(--swiper-theme-color));
padding: 1.25rem;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 0;
left: auto;
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);

}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: 0;
right: auto;
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);

}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .0;
cursor: auto;
pointer-events: none;
}

@media (min-width:992px){
	.col-lg-20 {
		flex: 0 0 auto;
width: 20%;
	}
}

@media (min-width:1200px){
	.col-xxl-20 {
		flex: 0 0 auto;
width: 20%;
	}
}

.jury-hl {
 display: grid; 
  grid-template-columns: auto 1fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
}

.deco {
/* background: linear-gradient(to bottom,  transparent 0%,transparent calc(100% - 2px),#000 calc(100% - 2px),#000 100%);
background-repeat: no-repeat; */
margin-bottom: .5rem
}

.dropdown-toggle::after {
display: none;
}

@media (max-width:1399px) {
.dropdown-toggle {
display: inline-flex;
align-items: center	
}

/* .dropdown-toggle::after {
display: inline-flex;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: none;
border-right: none;
border-bottom: 0;
border-left: none;
background-image: url(../img/ddown.svg);
background-position: center;
background-repeat: no-repeat;
width: 6px;
height: 9px;
} */
}

.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  min-width: fit-content;
  border-radius: .25rem!important;
}


.dropdown-menu.active {
  pointer-events: auto;
  visibility: visible;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #000;
background-color: transparent;
}

@media (min-width:1400px) {
.modal-xl {
--bs-modal-width: 1340px;
}
}

@media (min-width:1600px) {
.modal-xl {
--bs-modal-width: 1540px;
}
}

.page-link {
	background-color: transparent;
	border: 0;
	color: #000;
	font-variation-settings: "wght" 600, "ital" 1;
}

.page-item {
	display: flex;
	align-items: center
}

.page-link:hover {
z-index: 2;
color: rgba(101, 47, 221, 1);
background-color: transparent;
border-color: transparent;

}

.active>.page-link, .page-link.active {
color: rgba(101, 47, 221, 1);
background-color: transparent;
border-color: transparent;
font-size: 1rem
}

@media (max-width:768px) {
	h2, .h2 {
	font-size: 2rem;
	font-variation-settings: "wght" 500;
	
}

h3, .h3 {
	font-size: 1.5rem;
	font-variation-settings: "wght" 500;
	
}
}

@media (max-width:600px) {
html, body {
	font-size: 1rem
}
	h2, .h2 {
	font-size: 1.7rem;
	font-variation-settings: "wght" 500;
	
}

h3, .h3 {
	font-size: 1.33rem;
	font-variation-settings: "wght" 500;
	
}

.nav-item {
	text-align: left
}
}

/* .modal-backdrop {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.27) 25%, rgba(255, 255, 255, 0) 100%)!important;
} */

.btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
} 

.form-check-input {
	--bs-form-check-bg: transparent;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color:#ff5b40;
}

.invalid-feedback {
color: #ff5b40;
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
border-color: #ff5b40;
}

@media (max-width: 767px) {
	div.news-item-img-wrapper.ratio.ratio-1x1.overflow-hidden {

}
}

.modal-backdrop.show {
opacity: .75;
}

.modalSwiper {
	
}

.modalSwiper .swiper-button-prev, .modalSwiper .swiper-rtl .swiper-button-next {
left: 0;
right: auto;
background: linear-gradient(to right,  rgba(240,234,234,0) 0%,rgba(240,234,234,0) 100%);
}

.modalSwiper .swiper-button-next, .modalSwiper .swiper-rtl .swiper-button-prev {
right: 0;
left: auto;
background: linear-gradient(to right,  rgba(240,234,234,0) 0%,rgba(240,234,234,0) 100%);
}

.modalSwiper .swiper-button-prev:after, .modalSwiper .swiper-rtl .swiper-button-next:after {
content: 'prev';
font-size: 1.5rem;
color: white;
}

.modalSwiper .swiper-button-next:after, .modalSwiper .swiper-rtl .swiper-button-prev:after {
content: 'next';
font-size: 1.5rem;
color: white;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
color: white!important;
pointer-events: none;
background-color: #e7e7e7;
border-color: rgba(0,0,0,0);
opacity: 1;
box-shadow: none;
}

.nav-tabs {
	border: 0;
}

.nav-tabs .nav-item .nav-link {
	font-variation-settings: "wght" 600;
	color: #000;
	border: 0
}

.nav-tabs .nav-item .nav-link.active {
	background-color: transparent;
	color: rgba(101, 47, 221, 1)
}

.tab-pane {
	padding-top: 1rem
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin:;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
--bs-tooltip-border-radius:0;
}

.tab-pane label {
font-size: .8rem;
display: flex;
align-items: center;
gap: .25rem;
}

.table>:not(caption)>*>* {
padding: .5rem .5rem;
color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
background-color: transparent;
border-bottom-width: var(--bs-border-width);
box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

th {
	font-variation-settings: "wght" 600;	
}

#navicon {
  transition: transform 0.3s ease;
}

#navicon.rotate {
  transform: rotate(90deg);
}


.btn-outline-danger {
--bs-btn-color: #ff5b40;
--bs-btn-border-color: #ff5b40;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #ff5b40;
--bs-btn-hover-border-color: #ff5b40;
--bs-btn-focus-shadow-rgb: 220,53,69;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #ff5b40;
--bs-btn-active-border-color: #ff5b40;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ff5b40;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #ff5b40;
--bs-gradient: none;
}

.news-item-inner {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
/* height: 550px; */
}

.news-item-img-wrapper {
grid-column: 2 / 6;
grid-row: 1 / 6;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: .5rem;
}

.news-item-title {
	grid-column: 1 / 4;
grid-row: 2 / 5;
border-radius: .5rem;
background: white;
position: relative;
padding: 1rem;
box-shadow: 0px 0px 145.37px 0px rgba(0, 0, 0, 0.4);
}



@media (max-width:767px) {
/* 	
		div.news-item-img-wrapper.ratio.ratio-1x1.overflow-hidden {
--bs-aspect-ratio: 50%!important;
        width: 50%
} */

.news-item-inner {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, auto);
/* height: 550px; */
}	
	

.news-item-img-wrapper {
grid-column: 1 / 6;
grid-row: 1 / 4;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: .5rem;
}

.news-item-title {
	grid-column: 1 / 6;
grid-row: 3 / 5;
border-radius: .5rem;
background: white;
position: relative;
padding: 1rem;
width: 90%;
margin-inline: auto;
box-shadow: 0px 0px 145.37px 0px rgba(0, 0, 0, 0.4);}

.news-page div.news-item-img-wrapper.ratio.ratio-1x1.overflow-hidden {

}

.news-page  .news-item-title {

}
}

@media (max-width:991px) {
.news-page div.news-item-img-wrapper.ratio.ratio-1x1.overflow-hidden {

}

.news-page  .news-item-title {

}
}


@media (max-width:767px) {
.jury-item-text {

transition: all .15s ease-in-out;
opacity:0;
}
	.member-item-inner:hover .jury-item-text, .jury-item-img-wrapper:hover .jury-item-text {
margin-top: 0%;
transition: all .15s ease-in-out;
}
}

.alert {
	display: block;
	border-radius: 0;
}

.alert-danger {
	--bs-alert-color: #fff;
--bs-alert-bg: transparent;
--bs-alert-border-color: #ff5b40;
--bs-alert-link-color: #fff;
}

.alert-success {
--bs-alert-color:  #fff;
--bs-alert-bg: transparent;
--bs-alert-border-color:  #fff;
--bs-alert-link-color:  #fff;
}

.annexeslist {
/* 	margin-top: 0 */
}

.modalSwiper div.swiper-slide > div > img {
max-width:100%}

.loginnav .nav {
width: fit-content;
margin-left: auto;
}

.navbar-nav .nav-link, .loginnav .nav-link {
	font-size: .8rem;
font-family: 'Avenir Next Cyr';
}

.shadow-lg {
	box-shadow: 0px 0px 145.37px 0px rgba(0, 0, 0, 0.4);
}

.btn-dark {
	background: #000!important;
}

#introvideo {
	display: grid;
	grid-template-columns: 1fr;
grid-template-rows: 56vw auto auto auto;
margin-top: -120px;
}

.introvideo-hero {
	grid-column: 1 / 3;
grid-row: 1 / 2;
aspect-ratio: 16 / 9;
}

.introvideo-hl {
	grid-column: 1 / 3;
grid-row: 1 / 2;
position: relative;
z-index: 2
}

.introvideo-text {
grid-column: 1 / 3;
grid-row: 2 / 5;
margin-top: -15%;
position: relative;
z-index: 3
}

@media (max-width:1399px) {
#introvideo {
	display: grid;
	grid-template-columns: 1fr;
grid-template-rows: 56vw auto auto auto;
margin-top: -120px;
}	
	
	.introvideo-hero {
	grid-column: 1 / 3;
grid-row: 1 / 2;
aspect-ratio: 16 / 9;
}

.introvideo-text {
grid-column: 1 / 3;
grid-row: 2 / 5;
margin-top: -10%;
position: relative;
z-index: 3
}
}


@media (max-width:767px) {
h1, .h1 {
font-size: 2.3rem;
font-weight: 900;
}	
	
#introvideo {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, auto);
	margin-top: -200px
}

.introvideo-hero {
	grid-column: 1 / 3;
grid-row: 1 / 2;
aspect-ratio: 9 / 16;
}

.introvideo-text {
grid-column: 1 / 3;
grid-row: 2 / 5;
margin-top: -50%;
}	
}

.introvideo-hl::after {
    content: '';
    display: flex;
background: linear-gradient(0deg, #652FDD 0%, #652FDD 20%, rgba(0,0,0,0) 100%);
    height: 260px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    margin-top: calc(100% - 260px);
	border-bottom-left-radius: .5rem;
border-bottom-right-radius: .5rem;
    margin-bottom: 0
}

		.cat-grid { display: flex;
flex-direction: column;

}

.cat-img {
pointer-events: none;
position: absolute;
height: 50vh;
max-height: 150px;
aspect-ratio: 4 / 3;
object-fit: cover;
right: 30%;
top: 110%;
opacity: 0;
z-index: 5;
transform: translate3d(calc(-100% - 6vw), -50%, 0) translate3d(0, 20px, 0) rotate(0deg);
will-change: transform, opacity;
box-shadow: 60px 60px 4px 0px rgba(0, 0, 0, 0.1);
border-radius: .5rem
}

.fashion .cat-img,
.beauty .cat-img,
.collab .cat-img {
	right: 50%
}

.lifetime .cat-img,
.ce .cat-img {
top: -310%;	
right: 10%
}


@media (max-width:768px) {
.fashion .cat-img,
.beauty .cat-img,
.collab .cat-img {
	right: 20%
}	

.lifetime .cat-img {
	right: 70%
}
}



.cat-elem.active a{
  color: black;
  transition: color 0.3s, background-color 0.3s;
}


.cat-img-2 {
box-shadow: 60px 60px 4px 0px rgba(0, 0, 0, 0.1);
border-radius: .5rem	
}

.hamb {
grid-area: hamb;
padding: .5rem 0;
width: fit-content
}

@media(max-width: 991px) {
	.navigate {  display: grid;
  grid-template-columns: auto auto 50px;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "logo  loginnav hamb"
"mainnav mainnav mainnav";
}
			.cat-grid { display: flex;
flex-direction: column;
overflow: hidden;
}

.navigate .nav-item {
	text-align: left;
	font-weight: 900
}

.navigate .loginnav .nav-item {
	text-align: center;
	font-weight: 700
}
}

.timeline-elem {
	border: 1px solid black;
}

.elem-first {
	border-radius: .5rem 0 0 .5rem;
	border-right-width: 0;
}

.elem-2nd {
	border-radius: 0;
	border-right-width: 0;
}

.elem-3rd {
	border-radius: 0;
	border-right-width: 0;
}

.elem-last {
	border-radius: 0 .5rem .5rem 0;
}

@media (max-width: 1199px) {
  .elem-first {
    border-radius: .5rem 0 0 0; 
	border-bottom-width: 0;
  }

  .elem-2nd {
    border-radius: 0 .5rem 0 0; 
	border-bottom-width: 0;
  }

  .elem-3rd {
    border-radius: 0 0 0 .5rem; 
	border-bottom-width: 0;
  }

  .elem-last {
    border-radius: 0 0 .5rem 0;
  }
}


@media (max-width: 1199px) {
  .elem-first {
    border-radius: .5rem 0 0 0; 
		border-right-width: 1px;
  }

  .elem-2nd {
    border-radius: 0 .5rem 0 0; 
	border-right-width: 1px;
  }

  .elem-3rd {
    border-radius: 0 0 0 .5rem; 
	border-right-width: 1px;
  }

  .elem-last {
    border-radius: 0 0 .5rem 0;
  }
}

@media (max-width: 991px) {
  .elem-first {
    border-radius: .5rem .5rem  0 0; 
  }

  .elem-2nd {
    border-radius: 0 0 0 0; 
  }

  .elem-3rd {
    border-radius: 0 0 0 0; 
  }

  .elem-last {
    border-radius: 0 0 .5rem .5rem;
  }
}

.timeline-elem.active {
	background: #000;	
}

.timeline-elem.active .text-dark{
	color: #fff!important;

}

header:has(.collapse.show) {
    background: rgba(255,255,255,0.4);
    transition: all .5s
}



.accordion-flush .accordion-button::after {
	display: none
}

.accordion-flush>.accordion-item {
	border: 0
}

.accordion-flush .accordion-button {
	padding: 0
}

.accordion-flush  h2.accordion-header .title{
	color: white;
-webkit-text-stroke: 1px black;
align-items: center;
justify-content: flex-start;
text-align: left;
hyphens: auto;
letter-spacing: 0;
font-size: 2.8rem;
font-family: "Avenir Next Cyr", sans-serif;
font-weight: 900;
text-transform: uppercase
}

.accordion-flush .accordion-button:not(.collapsed) .title,
.accordion-flush  h2.accordion-header:hover .title {
	color: black
}

.accordion-flush .accordion-button:not(.collapsed) {
color: black;
background-color: transparent;
box-shadow: none;
}

.blogcontent img {
	max-width: 100%!important;
	height: auto!important;
}

.nomi-grid {
	display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: repeat(5, 86px);
}

.nomi-data {
grid-column: 1 / 5;
grid-row: 2 / 4;
background: white;
border-radius: .5rem;
box-shadow: 0px 0px 145.37px 0px rgba(0, 0, 0, 0.4);
position: relative;
z-index: 2;
padding: 1rem;
margin-top: 1rem;
}

.jury-data {
grid-row: 2 / 4;	
}

.nomi-links {
	grid-column: 1 / 3;
grid-row: 4 / 6;
border-radius: .5rem;
background: white;
position: relative;
position: relative;
z-index: 1;
}

.nomi-img {
	grid-column: 4 / 11;
grid-row: 1 / 6;
border-radius: .5rem;
background: white;
position: relative;
 background-size: cover; 
 background-position: center; 
 background-repeat: no-repeat; 
 width: 100%
}

@media (max-width:991px) {
.nomi-grid {
	display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(5, auto);
}	
	
.nomi-data {
grid-column: 1 / 7;
grid-row: 3 / 5;
background: white;
border-radius: .5rem;
        box-shadow: 0px 0px 40.37px 0px rgba(0, 0, 0, 0.4);
position: relative;
z-index: 2;
padding: 1rem;
margin-top: 1rem;
width: 90%;
margin: 0 5%;
}

.jury-data {
grid-row: 3 / 5;
}

.nomi-links {
	grid-column: 1 / 7;
grid-row: 5 / 7;
border-radius: .5rem;
background: white;
position: relative;
padding: 1rem;
position: relative;
z-index: 1;
width: 100%;
}

.nomi-img {
	grid-column: 1 / 7;
grid-row: 1 / 4;
border-radius: .5rem;
background: white;
position: relative;
aspect-ratio: 1;
 background-size: cover; 
 background-position: center; 
 background-repeat: no-repeat; 
}	
}

.jury-item-img-wrapper .btn-primary:hover {
	    background: #652FDD;
}

.swiper-slide:first-of-type .jury-item-img-wrapper{
	border-radius: .5rem 0 0 .5rem;
}

.swiper-slide:last-of-type .jury-item-img-wrapper{
	border-radius: 0 .5rem .5rem 0;
}

.mktwrapper .ratio-1x1,
.choicewrapper .ratio-1x1,
.swiper-slide .ratio-1x1 {
    --bs-aspect-ratio: 133%;
}

.imgSwiper .swiper-slide .ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.mktwrapper .jury-item-text {
    margin-top: 83%;
    transition: all .15s ease-in-out;	
}
.choicewrapper .jury-item-text ,
.swiper-slide  .jury-item-text {
    margin-top: 90%;
    transition: all .15s ease-in-out;
}

.choicewrapper .jury-item-img {
	border-radius: .5rem;
}

@media (max-width: 767px) {
	.swiper-slide  .jury-item-text {
    margin-top: 80%;
    transition: all .15s ease-in-out;
	opacity: 1
}
}

@media (max-width:991px) {
	.dropdown.border-black {
		border: none!important;
	}
}

.loginnav-sm {
		width: fit-content;
}

.modal-grid {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "modal-grid-hl"
    "modal-grid-content"
    "modal-grid-footer";
height: 100%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}

.modal-grid-hl { grid-area: modal-grid-hl; }

.modal-grid-content { grid-area: modal-grid-content; display: flex; flex-direction: column; justify-content: center; }

.modal-grid-footer { grid-area: modal-grid-footer; }

.modal-grid-content .h2 {
	letter-spacing: initial;
	font-weight: 900 !important;
}

.mx-n1 {
	margin-left: -1rem;
	margin-right: -1rem;
}

.width-fit {
	width: fit-content
}

.float-img {
	width: 200px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: .5rem;
	
	will-change: transform, opacity;
box-shadow: 60px 60px 4px 0px rgba(0, 0, 0, 0.1);
}

#float1 { margin-top: -6rem; }
#float2 { margin-bottom: -6rem; }
div:empty {

}

@media (max-width:767px) {
	.navbar-nav .nav-link {
	font-size: 1.33rem;
font-family: 'Avenir Next Cyr';
}

.mainnav .dropdown-item {
	font-size: 1.125rem;
	font-family: 'Avenir Next Cyr';
	white-space: normal;
}
}

.cat-elem.fashion {
	z-index: 13
}

.cat-elem.product {
	z-index: 12;
}

.cat-elem.gaming {
	z-index: 11	
}

.cat-elem.beauty {
	z-index: 10	
}

.cat-elem.talent {
	z-index: 9	
}

.cat-elem.collab {
	z-index: 8	
}

.cat-elem.audience {
	z-index: 7
}

.cat-elem.lifetime {
	z-index: 8
}

.cat-elem.ce {
	z-index: 9
}

.accordion-header button{
font-family: "Avenir Next Cyr", sans-serif;
font-weight: 900;
font-size: 2.8rem;
-webkit-text-stroke: 1px black;
align-items: center;
justify-content: flex-start;
text-align: left;
hyphens: auto;
line-height: 1.05;
letter-spacing: 0;
text-transform: uppercase;
color: white
}

.accordion-header:hover button{
color: black	
}