

/* Start:/css/style.css?176703482731781*/
:root {
--black:#090A0A;
--white:#FFF;
--dark-gold:#665231;
--gold:#8D744B;
--font-size:1vw;
}

* {
font-family: "Manrope", sans-serif;
font-size: var(--font-size);
}

html {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

body {
background: var(--black);
color: var(--white);
font-size: var(--font-size);
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
max-width: 100%;
width: 100%;
overflow-x: hidden;
margin: 0;
}

a {
color: var(--white);
text-decoration: none;
transition: 300ms;
}

a:hover {
color: var(--gold);
}

h1 {
font-size: 9.14rem;
font-weight: 400;
}

.fancybox__backdrop {
//background: rgba(102, 82, 49, 0.4) !important;
}

.button {
height: 2.86rem;
border-radius: 2rem;
background: var(--gold);
border:1px solid var(--gold);
color: var(--white);
transition: 300ms;
padding: 0 2.14rem;
display: flex;
align-content: center;
align-items: center;
font-size: 1rem;
cursor: pointer;
text-transform: uppercase;
}

.button_alt {
border:1px solid var(--white);
background: var(--black);
}

.button:hover {
box-shadow: 0px 0px 20px 10px #665231;
background: var(--black);
border:1px solid var(--dark-gold);
color: var(--gold);
}

.wrapper {
margin-left: 7.14rem;
margin-right: 7.14rem;
}

.header {
margin-left: 4.29rem;
margin-right: 4.29rem;
padding-top: 2.86rem;
padding-bottom: 2.86rem;;
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
flex-wrap: wrap;
position: relative;
z-index: 2;
}

.header__button-val-p {
margin-right: 1rem;
}

.header__mm {
display: none;
}

.header__menu {
display: flex;
flex-wrap: wrap;
width: 40%;
}

.header__menu-item {
font-size: 1rem;
text-transform: uppercase;
margin-right: 2.86rem;
}

.header__button-val-m {
display: none;
}

.header__menu-item_selected {
color: var(--gold);
}

.header__logo {
font-size: 1.43rem;
}

.header__logo-src {
max-width: 10rem;
}

.header__button {
width: 40%;
display: flex;
justify-content: flex-end;
}

.fs {
margin-left: 7.14rem;
padding-top: 4.57rem;
width: calc(100% - 7.14rem);
max-width: calc(100% - 7.14rem);
position: relative;
z-index: 2;
}

.fs__video {
display: flex;
flex-wrap: wrap;
overflow: hidden;
position: relative;
z-index: 2;
width: 50%;
transition: width 0.1s ease;
}

.fs__video-link {
width: 100%;
display: block;
font-size: 0;
}

.fs__video-icon {
width: 6.57rem;
height: 4.57rem;
top:calc(50% - 2.29rem);
left: calc(50% - 3.29rem);
position: absolute;
transition: 300ms;
}

.fs__video-pic {
width: 100%;
font-size: 0;
}

.fs__video:hover .fs__video-pic {
transform: scale(1.02);
transition: 300ms;
}

.fs__video:hover .fs__video-icon{
opacity: 0;
}

.fs__title {
font-size: 1.57rem;
display: flex;
align-items: center;
align-content: center;
justify-content: space-between;
width: 100%;
margin-top: 1.57rem;
position: relative;
z-index: 2;
}

.fs__title_m {
display: none;
}

.fs__icons {
display: flex;
align-items: center;
align-content: center;
}

.fs__icons-item {
margin-left: 1.43rem;
}

.fs__icons-item-src {
height: 1.57rem;
width: 1.57rem;
fill:var(--white);
transition: 300ms;
}

.fs__icons-item:hover .fs__icons-item-src  {
fill:var(--gold);
}

.fs__icons-item-src_01 {
width: 2.29rem;
}

.fs__bg {
width: 77.86rem;
position: absolute;
top:0;
right: -22.14rem;
z-index: -1;
}

.fs__bg_m {
display: none;
}

.marquee {
display: flex;
overflow: hidden;
white-space: nowrap;
width: 100%;

}

.marquee span {
display: inline-block;
animation: marquee 15s linear infinite;
font-size: 9.14rem;
}

.marquee span::after {
content: attr(data-text);
font-size: 9.14rem;
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.mp__marquee {
margin-top: 5rem;
margin-bottom: 12.86rem;
position: relative;
z-index: 3;
}

.about__marquee {
margin-top: 11.43rem;
margin-bottom: 6.43rem;
}

.cat__marquee {
margin-bottom: 6.43rem;
}

.mp__about {
max-width: 60%;
margin: 0 auto;
font-size: 2.57rem;
position: relative;
z-index: 2;
}

.cat__block {
margin-bottom: 11rem;
position: relative;
z-index: 1;
}

.cat__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 3.57rem;
grid-row-gap: 0px;
}

.cat__list-block {

}

.cat__list-block-title {
font-size: 2.57rem;
font-weight: 400;
}

.cat__list-block-item {
display: flex;
align-items: center;
align-content: center;
border-bottom: 1px solid rgba(255,255,255,0.08);
padding: 1.29rem 0;
}

.cat__list-block-item-num {
font-size: 1.43rem;
opacity: .4;
width: 4.29rem;
}

.cat__list-block-item-name {
width: calc(100% - 10.29rem);
margin-right: 1.43rem;
font-size: 1.43rem;
}

.cat__list-block-item-count {
margin-right: 1rem;
}

.cat__list-block-item-button {
width: 4.57rem;
padding: 0;
justify-content: center;
}

.cat__list-block-item:hover .cat__list-block-item-button {
box-shadow: 0px 0px 20px 10px #665231;
background: var(--black);
border:1px solid var(--dark-gold);
color: var(--gold);
}

.sponsors {
//background: var(--dark-gold);
color: var(--white);
padding-top: 10.36rem;
padding-bottom: 14rem;
}

.sponsors__marquee {
margin-bottom: 5.71rem;
}

.sponsors__list {
display: flex;
flex-wrap: wrap;
border-top:1px solid #8D744B;
border-right:1px solid #8D744B;
border-left:1px solid #8D744B;
}

.sponsors__list_s .sponsors__list-item {
padding: 1rem;
width: calc(16.6% - 2.04rem);
border-bottom:1px solid #8D744B;
border-right:1px solid #8D744B;
height: 10rem;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.sponsors__list_big .sponsors__list-item {
padding: 2.14rem;
width: calc(33.33% - 4.36rem);
border-bottom:1px solid #8D744B;
border-right:1px solid #8D744B;
}

.sponsors__list-item-logo {
display: flex;
justify-content: center;
height: 13rem;
align-items: center;
align-content: center;
}

.sponsors__list-item-logo-src {
width: 80%;
height: 80%;
object-fit: contain;
}

.sponsors__list_big .sponsors__list-item-logo-src {
max-height: 8rem;
}

.sponsors__list-item-title {
font-size: 1.71rem;
}

.sponsors__list-item-text {
opacity: .6;
font-size: 1rem;
margin-top: 0.57rem;
min-height: 5.71rem;
}

.sponsors__list-item-label {
border:1px solid var(--white);
border-radius: 2.14rem;
display: inline-flex;
height: 1.71rem;
align-items: center;
align-content: center;
justify-content: center;
font-size: 0.86rem;
text-transform: uppercase;
padding: 0 0.71rem;
opacity: .6;
}

.sponsors__list-item-cat {
opacity: .6;
font-size: 1.43rem;
}

.sponsors__list_big .sponsors__list-item:nth-child(3n+3) {
border-right: 0;
}

.sponsors__list_s .sponsors__list-item:nth-child(6n+6) {
border-right: 0;
}

.sponsors__list_s .sponsors__list-item-logo-src {
max-width: 70%;
}

.sponsors-bottom {
margin-top: 2rem;
position: relative;
z-index: 2;
display: flex;
justify-content: center;
}

.sponsors-bottom .button {
max-width: 15rem;
border:1px solid #8D744B;
color: #8D744B;
}

.news__marquee {
margin-top: 5.71rem;
margin-bottom: 3.21rem;
}

.news-list {
margin-left: 22.07rem;
margin-right: 22.07rem;
margin-bottom: 2.86rem;
position: relative;
z-index: 4;
}

.news-list__item {
display: flex;
flex-wrap: wrap;
margin-bottom: 2.14rem;
}

.news-list__item-pic {
width: 50%;
overflow: hidden;
}

.news-list__item-pic-src {
width: 100%;
height: auto !important;
transition: 300ms;
object-fit: cover;
}

.news-list__item:hover .news-list__item-pic-src {
transform: scale(1.05);
}

.news-list__item-text {
padding-left: 3.43rem;
padding-right: 3.43rem;
padding-top: 2.57rem;
padding-bottom: 2.57rem;
width: calc(50% - 7.4rem);
background: #171919;
display: flex;
align-content: space-between;
flex-wrap: wrap;
}

.news-list__item-text-title {
font-size: 1.43rem;
}

.news-list__item-text-date {
border-radius: 2.14rem;
border:1px solid var(--white);
height: 1.71rem;
padding: 0 0.71rem;
display: flex;
align-items: center;
align-content: center;
opacity: 0.6;
}

.news-list__item:hover .news-list__item-text-date {
border:1px solid var(--gold);
opacity: 1;
}

.mp__news-more {
display: flex;
justify-content: center;
position: relative;
z-index: 3;
}

.news-detail {
margin-left: 22.07rem;
margin-right: 22.07rem;
margin-bottom: 2.86rem;
}

.news-detail__title {
font-size: 4.57rem;
line-height: 1.1;
margin-top: 1rem;
}

.news-detail__date {
border-radius: 2.14rem;
border: 1px solid var(--white);
height: 1.71rem;
padding: 0 0.71rem;
display: inline-flex;
align-items: center;
align-content: center;
opacity: 0.6;
}

.news-detail__pic {
font-size: 0;
margin-bottom: 2rem;
}

.news-detail__text {
font-size: 1.29rem;
line-height: 1.5;
}

.content-page {
display: flex;
flex-wrap: wrap;
}

.content-page__title {
margin: 0;
width: 100%;
margin-bottom: 2.5rem;
text-align: center;
font-size: 5.5vw;
}

.content-page__sidebar {
width: 25%;
}

.content-page__sidebar-item {
font-size: 1.14rem;
text-transform: uppercase;
display: block;
margin-bottom: 1.29rem;
}

.content-page__body {
width: calc(75% - 3rem);
margin-left: 3rem;
font-size: 1.29rem;
}

.content-page__body h2 {
font-size: 2.57rem;
opacity: 1;
}

.content-page__body h2:after {
width: 100%;
display: block;
content: ' ';
background: rgba(255,255,255,0.08);
height: 1px;
margin-top: 1rem;
}

.content-page__body h3 {
font-size: 1.71rem;
opacity: 1;
}

.content-page__body p {
opacity: .4;
}

.nominess__top {
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
}

.nominess__top-prev, .nominess__top-next {
width: 4.64rem;
}

.nominess__top-prev a, .nominess__top-next a {
position: relative;
cursor: pointer;
font-size: 4.57rem;
}

.nominess__top-prev a:hover, .nominess__top-next a:hover {
color: var(--gold);
}

.nominess__top-name {
width: calc(100% - 9.29rem);
text-align: center;
font-size: 4.57rem;
}

.nominess__table-head {
display: flex;
flex-wrap: wrap;
}

.nominess__table-head-item {
font-size: 0.86rem;
opacity: .6;
text-transform: uppercase;
padding: 1.43rem 0;
}

.nominess__table-head-item:nth-child(1), .nominess__table-item:nth-child(1) {
width: 3.86rem;
}

.nominess__table-item_up, .nominess__table-item_down {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
display: inline-block;
}

.nominess__table-item_up {
border-bottom: 8px solid #00ff00;
}

.nominess__table-item_down {
border-top: 8px solid #ff0000;
}

.nominess__table-head-item:nth-child(2), .nominess__table-item:nth-child(2) {
width: calc(100% - 32.43rem);
}

.nominess__table-head-item:nth-child(3), .nominess__table-item:nth-child(3) {
width: 10.71rem
}

.nominess__table-head-item:nth-child(4), .nominess__table-item:nth-child(4) {
width: 10.71rem;
}

.nominess__table-head-item:nth-child(5), .nominess__table-item:nth-child(5) {
width: 7.14rem;
}

.nominess__table-item-el {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.08);
padding: 2.14rem 0;
}

.nominess__table-item:nth-child(1) {
font-size: 1.43rem;
opacity: .4;
} 

.nominess__table-item:nth-child(2) {
display: flex;
align-items: center;
align-content: center;
}

.nominess__table-item-logo-src {
max-width: 4.86rem;
max-height: 3rem;
min-width: 2.86rem;
}

.nominess__table-item-name {
font-size: 1.71rem;
margin: 0 1.43rem;
}

.nominess__table-item-ticker {
font-size: 1.43rem;
opacity: .4;
}

.nominess__table-item:nth-child(3), .nominess__table-item:nth-child(4) {
font-size: 1.71rem;
}

.nominess__table-item-title {
display: none;
}

.vote-btn {
font-size: 1.29rem;
}

.vote-modal {
background: #121515 !important;
color: var(--white);
padding: 2.86rem;
border-radius: 1.43rem;
max-width: 24.50rem;
position: relative;
display: none;
}

.vote-modal__title {
font-size: 1.71rem;
color: var(--white);
text-align: center;
}

.vote-modal__title span {
font-size: 1.71rem;
color: var(--white);
}

.vote-modal__stitle {
font-size: 0.86rem;
text-transform: uppercase;
opacity: 0.6;
text-align: center;
margin-top: 0.3rem;
}

.vote-modal__controls {
display: flex;
align-items: center;
gap: 10px;
margin-top: 1.71rem;
}

.vote-modal__number-input {
display: flex;
align-items: center;
background: #171919;
border-radius: 2rem;
height: 2.86rem;
border:1px solid #22262B;
padding: 0 0.3rem
}

.vote-modal__number-btn {
background: none;
border: none;
color: var(--white);
font-size: 18px;
cursor: pointer;
padding: 5px 10px;
}

.vote-modal__number-btn:hover {
color: var(--gold);
}

.vote-modal__number-value {
background: none;
border: none;
color: #fff;
font-size: 16px;
width: 50px;
text-align: center;
outline: none;
-webkit-appearance: none;
-moz-appearance: textfield;
}

.vote-modal__number-value::-webkit-inner-spin-button,
.vote-modal__number-value::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

[custom-tooltip] {
display: inline-block;
position: relative;
}

[custom-tooltip]::after {
content: attr(custom-tooltip);
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background: #121515;
color: var(--gold);
padding: 0.43rem 0.71rem;
border-radius: 3.57rem;
font-size: 0.86rem;
white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
z-index: 10;
}

[custom-tooltip]::before {
content: '';
position: absolute;
top: calc(100% - 6px);
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-bottom-color: #121515;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
}

[custom-tooltip]:hover::after,
[custom-tooltip]:hover::before {
opacity: 1;
visibility: visible;
}

#animationCanvas {
position: absolute;
width: 100%;
height: 100vh;
top:0;
left: 0;
}

.cri-insider {
position: relative;
width: 100%;
height:38rem;
overflow: hidden;
z-index: 1;
}

.cri-insider__tape {
position: absolute;
width: 150%;
height: 5.71rem;
display: flex;
align-items: center;
overflow: hidden;
left: 50%;
transform-origin: center;
}

.cri-insider__tape--top {
top: 50%;
transform: translate(-50%, -50%) rotate(10deg);
background: linear-gradient(90deg, #6E501F 0%, #967937 100%);
}

.cri-insider__tape--bottom {
top: 50%;
transform: translate(-50%, -50%) rotate(-15deg);
background: linear-gradient(90deg, #967937 0%, #8D744B 100%);
}

.cri-insider__text {
display: inline-block;
font-size: 3.43rem;
white-space: nowrap;
animation: marquee 20s linear infinite;
}

.cri-insider__text::after {
content: attr(data-text);
padding-left: 30px;
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.ica-subscribe {
background: url('/img/main-bg.jpg') top center no-repeat;
position: relative;
padding-top: 21.43rem;
margin-top: -16rem;
z-index: 0;
}

.ica-subscribe:before {
width: 100%;
height: 100%;
position: absolute;
display: block;
content: ' ';
background: rgba(0,0,0,0.5);
top:0;
left: 0;
z-index: 0;
}

.ica-subscribe .wrapper {
z-index: 1;
position: relative;
}

.ica-subscribe__top {
display: flex;
align-content: center;
align-items: center;
}

.ica-subscribe__top-text {
width: 20%;
font-size: 1.29rem;
text-transform: uppercase;
}

.ica-subscribe__top-title {
width: 60%;
font-size: 9.14rem;
font-weight: 400;
text-align: center;
}

.ica-subscribe__top-text_right {
text-align: right;
}

.ica-subscribe__form {
display: flex;
justify-content: center;
}

.ica-subscribe__form-input {
display: flex;
align-items: center;
background: #171919;
border-radius: 2rem;
height: 2.86rem;
border: 1px solid #22262B;
padding: 0 1rem;
color: #fff;
}

.ica-subscribe__form-button {
margin-left: -2rem;
}

.footer {
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 2.14rem;
padding-bottom: 2.14rem;
margin-top: 11.64rem;
}

.footer__cr {
font-size: 0.86rem;
opacity: 0.6;
}

/* Стили формы */

.feedback-form {
padding: 2rem;
background: var(--black);
color: var(--white);
}

.feedback-form_pu {
display: none;
max-width: 30rem;
padding: 0 !important;
border-radius: 0.5rem;
}

.feedback-form__title {
width: 100%;
padding-bottom: 1rem;
font-size: 2rem;
}

.form-input {
height: 2.40rem;
border-radius: 0.35rem;
font-size: 1rem;
outline: none;
transition: border-color 0.2s;
width: 100%;
display: flex;
align-items: center;
background: #171919;
border-radius: 2rem;
height: 2.86rem;
border: 1px solid #22262B;
padding: 0 0.3rem;
color: var(--white);
}

.form-group {
position: relative;
margin-bottom: 1.7rem;
}

.form-group label {
position: absolute;
top: 0.8rem;
left: 0.8rem;
transition: 0.2s;
color: var(--gtext);
font-size: 0.80rem;
pointer-events: none;
}

.form-input:focus {
border-color: var(--blue);
}

.form-input:focus + label,
.form-input:not(:placeholder-shown) + label {
top: -1.2rem;
left: 0.5rem;
font-size: 0.8rem;
color: var(--blue);
}

.form-input.invalid {
border-color: red;
}

.form-input.valid {
border-color: green;
}

.form-group select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: #171919k url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10"><path fill="none" stroke="%23fff" stroke-width="2" d="M1 1l5 5 5-5"/></svg>') no-repeat right 10px top 50%;
color: var(--white);
background-size: 12px;
width: 100%;
}

.form-group .iti {
display: block;
}

.form-group .phone-input {
width: 100%;
}

.form-group textarea {
min-height: 5rem;
padding: 1rem;
}

.form-group select + label {
top: -0.8rem;
left: 0.5rem;
font-size: 0.6rem;
color: var(--blue);
}

/* Стили для сообщения об ошибке */
.error-message {
color: red;
font-size: 0.60rem;
margin-top: 0.25rem;
display: none;
}

.button .checkmark {
display: none;
margin-right: 10px;
}

.button.success {
background-color: #28a745;
color: white;
width: auto;
}

.button.success .checkmark {
display: inline-block;
animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.feedback-form.submitted {
display: none;
}

.checkbox-group {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 0rem;
margin-bottom: 1.5rem;
}

.checkbox {
position: relative;
}

.checkbox input[type="checkbox"] {
display: none;
}

.checkbox label {
display: inline-block;
padding: 0.50rem 1.00rem;
font-size: 0.80rem;
border-radius: 1.50rem;
background-color: var(--grey);
color: var(--black);
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}

.checkbox input[type="checkbox"]:checked + label {
background-color: var(--blue);
color: var(--white);
}

/* Стили формы конец */

.feedback-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.feedback-form .form-group {
width: calc(50% - 1rem);
}

.feedback-form .form-group_2x {
width: 100%;
}

.form-group_last {
margin-bottom: 0;
}

.grecaptcha-badge {
display: none;
}

.scroll-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #090A0A;
border: 2px solid #8D744B;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 1000;
}

.scroll-to-top svg {
fill: #8D744B;
width: 24px;
height: 24px;
}



@media (max-width:990px) {

:root {
--font-size:14px;
}

.header-wrap {
height: 5.86rem;
}

.header {
margin-left: 0;
margin-right: 0;
padding:1.43rem;
position: fixed;
z-index: 4;
top:0;
left: 0;
width: calc(100% - 2.86rem);
background: rgba(0,0,0,0.3);
backdrop-filter: blur(5px);
}

.header__mm {
position: relative;
z-index: 2;
display: block;
width: 10%;
}

.header__mm-stripe {
width: 1.43rem;
height: 1px;
background: var(--white);
margin-bottom: 0.43rem;
}

.header .header__menu {
position: absolute;
left: 0;
top:-100vh;
width: 100vw;
height: calc(100vh - 9.29rem);
background: var(--black);
z-index: 1;
padding-top: 9.29rem;
align-items: flex-start;
align-content: flex-start;
transition: 300ms;
}

.header .header__menu_a {
top:0;
}

.header .header__menu-item {
font-size: 2.57rem;
width: 100%;
text-align: center;
margin-right: 0;
margin-bottom: 1rem;
}

.header__logo {
position: relative;
z-index: 3;
font-size: 1.43rem;
}

.header__button {
position: relative;
z-index: 3;
width: 30%;
}

.header__logo-src {
max-height: 3rem;
}

.header .header__button-val-p {
display: none;
}

.header__button-val-m {
display: flex;
margin: 1rem auto;
}

.wrapper {
margin-left: 1.43rem;
margin-right: 1.43rem;
}

.marquee span {
white-space: normal;
}

.mp__marquee {
display: none;
}

.fs__title_m {
display: block;
font-size: 8vw;
margin-bottom: 1rem;
}

.fs {
margin-left: 1.43rem;
margin-right: 1.43rem;
max-width: calc(100% - 2.86rem);
width: calc(100% - 2.86rem);
padding-top: 2.57rem;
}

.fs__video {
width: 100%;
}

.fs__video-icon {
display: none;
}

.fs__title {
font-size: 0;
}

.fs__bg {
display: none;
}

.fs__bg_m {
display: block;
width: 100%;
margin-bottom: -11rem;
}

.mp__about {
margin-left: 1.43rem;
margin-right: 1.43rem;
max-width: calc(100% - 2.86rem);
font-size: 1.71rem;
}

.marquee {
margin-left: 1.43rem;
margin-right: 1.43rem;
}

.marquee span {
font-size: 10vw;
animation: none;
}

.marquee span::after {
display: none;
}

.about__marquee {
margin-top: 7.43rem;
margin-bottom: 3.43rem;
}

.cat__block {
margin-bottom: 7.14rem;
}

.cat__list {
display: block;
}

.cat__list-block-title {
font-size: 1.71rem;
}

.cat__list-block-item {
padding: 1rem 0;
}

.cat__list-block-item-num {
font-size: 1.14rem;
width: 2.86rem;
}

.cat__list-block-item-name {
font-size: 1.14rem;
width: calc(100% - 7.29rem);
}

.sponsors {
background: var(--dark-gold);
padding-top: 6rem;
padding-bottom: 7rem;
}

.sponsors__marquee {
margin-bottom: 3.71rem;
}

.sponsors__list_big .sponsors__list-item {
width: 100%;
}

.sponsors__list_s .sponsors__list-item {
width: calc(50% - 2.1rem);
}

.sponsors__list_big .sponsors__list-item:nth-child(3n+3) {
border-right: 1px solid #8D744B;
}

.sponsors__list_big .sponsors__list-item {
border-right: 0;
}

.sponsors__list_s .sponsors__list-item:nth-child(6n+6) {
border-right: 1px solid #8D744B;
}

.sponsors__list_s .sponsors__list-item:nth-child(2n+2) {
border-right: 0;
}

.news-list {
margin-left: 1.43rem;
margin-right: 1.43rem;
}

.news-list__item {
margin-bottom: 1.43rem;
}

.news-list__item-pic {
width: 100%;
}

.news-list__item-text {
width: 100%;
padding: 2.14rem;
}

.news-list__item-text-title {
font-size: 1.71rem;
margin-bottom: 2.14rem;
display: block;
}

.cri-insider__tape {
height: 2.86rem;
}

.cri-insider__text {
font-size: 1.71rem;
}

.ica-subscribe {
padding-top: 9.43rem;
}

.ica-subscribe__top-text {
display: none;
}

.ica-subscribe__top-title {
font-size: 3rem;
width: 100%;
}

.footer {
margin-top: 4rem;
flex-wrap: wrap;
}

.footer .header__mm {
display: none;
}

.footer .header__menu {
order: 1;
width: 100%;
}

.footer__cr {
order: 2;
width: 100%;
font-size: 1;
margin-top: 1rem;
margin-bottom: 1rem;
}

.footer__button {
order: 3;
width: 100%;
text-align: center;
justify-content: center;
}

.news-detail {
margin-left: 1.43rem;
margin-right: 1.43rem;
}

.news-detail__title {
font-size: 2.86rem;
}

.news-detail__pic-src {
width: 100%;
height: auto;
}

.nominess__top-name {
font-size: 2.86rem;
}

.nominess__top-prev a, .nominess__top-next a {
font-size: 2.57rem;
}

.nominess__top-next {
text-align: right;
}

.nominess__table-head {
display: none;
}

.nominess__table-item-el {
justify-content: space-between;
}

.nominess__table-item:nth-child(1) {
width: 2.86rem;
}

.nominess__table-item:nth-child(2) {
width: calc(100% - 2.86rem);
margin-bottom: 1rem;
}

.nominess__table-item:nth-child(3), .nominess__table-item:nth-child(4) {
width: 25%;
}

.nominess__table-item-name {
font-size: 1.71rem;
}

.nominess__table-item-title {
display: block;
font-size: 0.86rem;
text-transform: uppercase;
opacity: .6;
}

.content-page__sidebar {
width: 100%;
}

.content-page__body {
width: 100%;
}

.content-page__title {
font-size: 2.86rem;
}

.content-page__body {
margin-left: 0;
}

}

.nominess__table-item-trigger {
	display: flex;
	align-items: center;
	align-content: center;
	color: var(--white); /* Наследование цвета */
	text-decoration: none; /* Убираем подчеркивание */
	transition: 300ms;
	cursor: pointer;
}

/* 2. Эффект наведения на ссылку (лого + имя) */
.nominess__table-item-trigger:hover .nominess__table-item-name {
	color: var(--gold);
}
.nominess__table-item-trigger:hover .nominess__table-item-logo-src {
	/* Легкое свечение при наведении */
	filter: drop-shadow(0 0 5px rgba(141, 116, 75, 0.7));
}

/* 3. Стилизация самого модального окна (контента) - теперь это шаблон */
#company-info-modal-template {
	 /* display: none; убран, Fancybox v5 работает с <template> или клонирует */
}
.company-info-modal {
	/* Стили применяются к клонированному элементу */
	background: #121515;
	color: var(--white);
	padding: 2.5rem;
	border-radius: 1.43rem;
	max-width: 450px;
	width: 90%;
	text-align: center;
	box-sizing: border-box;
	margin: auto;
	 /* display: block; /* Убедимся что клон видим */
}


.company-info-logo {
	max-width: 120px;
	max-height: 80px;
	margin: 0 auto 1.5rem auto;
	object-fit: contain;
}

.company-info-name {
	font-size: 2rem;
	font-weight: 600;
	color: var(--gold);
	margin-bottom: 1rem;
	line-height: 1.2;
}

.company-info-description {
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.8;
	text-align: left;
	margin-top: 0;
	white-space: pre-wrap; /* Сохраняем переносы строк из data-атрибута */
}

.company-info-link {
	text-align: center;
	justify-content: center;
}

/* 4. Стилизация контейнера Fancybox */
.fancybox__content {
	background: transparent;
	padding: 0;
	border-radius: 1.43rem; /* Применяем к обертке, если нужно */
	color: var(--white);
	max-width: 450px; /* Ограничиваем максимальную ширину окна */
	 /* Убираем overflow hidden, чтобы тени были видны, если они есть */
	overflow: visible;
}
 /* Убираем лишние отступы внутри Fancybox */
 .fancybox__content > .carousel__track > .carousel__slide {
	padding: 0;
}


/* Кнопка закрытия */
 .fancybox__content .f-button.is-close-btn {
	color: var(--gold);
	transition: 300ms;
	/* Позиционируем кнопку относительно .fancybox__content */
	position: absolute; /* Или используем стандартное позиционирование Fancybox */
	top: 10px; /* Скорректируйте по необходимости */
	right: 10px; /* Скорректируйте по необходимости */
	z-index: 10; /* Над контентом */
	background: rgba(18, 21, 21, 0.7); /* Полупрозрачный фон для видимости */
	border-radius: 50%;
}
 .fancybox__content .f-button.is-close-btn:hover {
	color: var(--white);
	background: rgba(141, 116, 75, 0.9);
}

/* Затемнение фона */
.fancybox__backdrop {
	 background: rgba(9, 10, 10, 0.85);
	 backdrop-filter: blur(8px);
}

.company-info-modal  {
background: var(--black) !important;
color: var(--white) !important;
}

.socials-marquee-container {
	width: 100%; /* На сайте это будет 100% или 100vw */
	overflow: hidden; /* Обязательно для marquee */
	border-top: 1px solid var(--dark-gold); /* В стиле спонсорского блока */
	border-bottom: 1px solid var(--dark-gold);
	padding: 2rem 0;
	box-sizing: border-box;
	margin-top: 3rem;
}

.socials-marquee {
	display: flex;
	width: fit-content; /* Ширина по контенту */
	animation: marquee-socials 30s linear infinite;
}

.socials-marquee__content {
	/* Этот блок теперь просто контейнер для ссылок */
	display: flex;
	align-items: center;
}

.socials-marquee__content a {
	display: inline-flex;
	align-items: center;
	white-space: nowrap; /* Важно */
	font-size: 6rem; /* Размер шрифта (можете взять 9.14rem как у вас) */
	font-weight: 400;
	color: var(--white);
	margin: 0 2rem; /* Отступы по бокам */
	transition: 300ms;
	text-decoration: none;
}

.socials-marquee__content a:hover {
	color: var(--gold);
	transform: scale(1.1);
}

.socials-marquee__content a svg {
	width: 5rem;  /* Размер чуть меньше текста */
	height: 5rem;
	fill: currentColor;
	margin-left: 1.5rem; /* Отступ иконки от текста */
}

@keyframes marquee-socials {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); } /* Анимация на половину ширины */
}

/* Адаптация для мобильных */
@media (max-width: 990px) {
	.container {
		max-width: 85vw;
		padding: 1rem;
	}
	.socials-marquee__content a {
		font-size: 10vw; /* Адаптивный размер шрифта */
		margin: 0 1rem;
	}
	.socials-marquee__content a svg {
		width: 8vw;
		height: 8vw;
	}
	.socials-marquee {
		animation-duration: 25s; /* Ускоряем на мобильных */
	}
}

.nominess__table-item:nth-child(1) {
	width: 3.86rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.43rem;
	opacity: 1;
}

.nominess__table-item-trophy {
	font-size: 2.5rem; 
	line-height: 1;
	opacity: 1; 
	text-shadow: 0 0 10px rgba(255, 223, 0, 0.5);
}

		.marquee {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.marquee span {
	display: inline-block;
	animation: marquee 15s linear infinite;
	font-size: 9.14rem;
	font-weight: 400; /* Add for bold */
}

.marquee span::after {
	content: attr(data-text);
	font-size: 9.14rem;
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Copied styles adaptation */
@media (max-width: 990px) {

	.marquee span {
		font-size: 10vw;
		animation: none; /* Animation is disabled on mobile */
	}
	.marquee span::after {
		display: none;
	}
}

.event-marquee {
	margin-bottom: 5.71rem; /* Like .sponsors__marquee */
	color: var(--white);
}

/* Class for the whole section */
.event-section {
	margin-top: 5rem;
	padding-top: 5.36rem;
	padding-bottom: 7rem;
	/* Use --dark-gold background, like .sponsors block */
	background-color: var(--dark-gold);
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden; /* To prevent marquee from overflowing */
}

/* H2 Header */
.event-section__title {
	font-size: 4.57rem; /* Like .nominess__top-name */
	font-weight: 400;
	color: var(--white);
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

/* Description text */
.event-section__description {
	font-size: 1.71rem; /* Like .mp__about */
	color: var(--white);
	opacity: 0.8;
	max-width: 45em; /* Limit text width */
	margin: 0 auto 3.5rem auto;
	line-height: 1.6;
}

.event-section .button {
	height: 2.86rem;
	border-radius: 2rem;
	background: var(--gold);
	border: 1px solid var(--gold);
	color: var(--white);
	transition: 300ms;
	padding: 0 2.14rem;
	display: inline-flex; /* Use inline-flex */
	align-content: center;
	align-items: center;
	justify-content: center; /* Add for text centering */
	font-size: 1rem;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none; /* For <noscript> a */
}

.event-section .button:hover {
	box-shadow: 0px 0px 20px 10px #665231;
	background: var(--black);
	border: 1px solid var(--dark-gold);
	color: var(--gold);
}

/* New block adaptation */
@media (max-width: 990px) {
	.event-section {
		padding-top: 6rem;
		padding-bottom: 7rem;
	}
	.event-marquee {
		margin-bottom: 3.71rem;
	}
	.event-section__title {
		font-size: 2.86rem; /* Like .news-detail__title on mobile */
	}
	.event-section__description {
		font-size: 1.29rem;
		margin-bottom: 2.5rem;
	}
}
/* End */


/* Start:/css/normalize.css?17670351856138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */
/* /css/style.css?176703482731781 */
/* /css/normalize.css?17670351856138 */
