

/* Start:/local/components/rs/language.switcher/templates/.default/style.css?17717890961346*/
.lang-switcher {
    position: relative;
    display: inline-block;
}

.lang-switcher__current {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-switcher__current img {
    width: 40px;
    /*height: 3px;*/
    border-radius: 4px;
}

.lang-switcher__arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    transition: transform 0.2s;
}

.lang-switcher__dropdown--open + .lang-switcher__arrow,
.lang-switcher__dropdown--open ~ .lang-switcher__arrow {
    transform: rotate(180deg);
}

.lang-switcher__dropdown {
    position: absolute;
    top: 100%;
    left: -16px;
    margin-top: 6px;
    background: rgba(30, 30, 40, 0.95);
    border-radius: 8px;
    padding: 8px;
    display: none;
    z-index: 100;
    min-width: 80px;
}

.lang-switcher__dropdown--open {
    display: block;
}

.lang-switcher__option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    transition: background 0.2s;
}

.lang-switcher__option:hover {
    background: rgba(255, 255, 255, 0.1);
}

.lang-switcher__option img {
    width: 40px;
    height: 14px;
    
}

/* End */


/* Start:/local/templates/main/css/swiper-bundle.min.css?177183636114424*/
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/local/templates/main/css/global.css?17717031606000*/
@font-face {
    font-family: 'Mulish-Black';
    src: url('/local/templates/main/css/../fonts/mulish-black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Bold';
    src: url('/local/templates/main/css/../fonts/mulish-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('/local/templates/main/css/../fonts/ibmplexsans-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBMPlexSans-Regular';
    src: url('/local/templates/main/css/../fonts/ibmplexsans-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --color-white: #E6E6E6;
	--color-pr-color3: rgb(221,221,221);
  --color-white-5p: rgba(255,255,255,0.05);
  --color-white-10p: rgba(255,255,255,0.1);
  --color-white-20p: rgba(255,255,255,0.2);
  --color-white-40p: rgba(255,255,255,0.4);
  --color-grey: #777777;
  --color-black: #1A1A1A;
  --color-primary1: #A16540;
  --color-primary1-60p: rgba(161,101,64,0.6);
  --color-yellow: #FACC15;
  --color-green: #4ADE80;
  --color-red: #F87171;
  --animation-time: 150ms;
  --base-padding: 24px;
  --header-height: 100px;
}
.color-primary1 {
  color: var(--color-primary1);
}


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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Links */
a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
	margin: 0;
}

ul,
ul li, ol {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
	fill: none;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}


body {
  min-width: 375px;
	background: #000000;
	font-size: 18px;
	font-family: 'IBMPlexSans-Regular';
	position: relative;
}

header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	color: var(--color-pr-color3);
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4 {
  text-transform: uppercase;
  font-family: "Mulish-Black";
	font-weight: normal;
  color: var(--color-white);
}

h1,.h1 { font-size: 3.3rem; }
h2,.h2 { font-size: 2.7rem; }
h3,.h3 { font-size: 2rem; }
h4,.h4 { font-size: 1.3rem; }


h1, .h1 {
  font-size: 3.3rem;
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
}

h2, .h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 375px) {
  h2, .h2 {
    font-size: 2.1rem;
  }
}

h3, .h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 1.67rem;
  }
}
@media screen and (max-width: 375px) {
  h3, .h3 {
    font-size: 1.55rem;
  }
}

h4, .h4 {
  font-size: 1.33rem;
}
@media screen and (max-width: 1024px) {
  h4, .h4 {
    font-size: 1.11rem;
  }
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1rem;
  }
}


.body__container {
  max-width: 1440px;
	width: 100%;
  clear: both;
  margin: 0px auto;
}

/* h1 {
	font-family: "Mulish-Black";
	font-weight: normal;
	text-align: left;
	color: var(--color-pr-color3);
}

h3 {
	font-family: "Mulish-Black";
	font-weight: normal;
	font-size: 58px;
	text-transform: uppercase;
	color: var(--color-pr-color3);
	line-height: 100%;
	max-width: 1109px;
}

h2 {
	font-family: "Mulish-Black";
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-align: left;
	text-transform: uppercase;
	color: var(--color-pr-color3);
	z-index: 5;
}*/

/* buttons */
.btn {
	font-family: var(--manrope);
	border-radius: 5px;
	transition: background 0.3s ease;
	transition: color 0.3s ease;
	padding: 9px 40px;
}

header.filled .btn-dark {
	color: var(--greyish);
	border: 1px solid var(--greyish);
}

/* End */


/* Start:/local/templates/main/css/style.css?177197196663328*/
.lk-page-loader {
  position: fixed;
  inset: 0;
  background: #0e0e11;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.lk-page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.blur-overlay {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 3;
    pointer-events: none;
}
.blur-overlay.active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: all;
}
/* background styles */
.background-blured {
	position: absolute;
	top: 0px; left: 0px;
	z-index: -10;
	inset: 0;
	background-color: var(--color-primary2);
	width: 100%;
	height: 100%;
	overflow: hidden;
}
 .background-blured .blur-item {
	position: absolute;
	border-radius: 100%;
}
.background-blured .blur-spiral {
	position: absolute;
}
.background-blured .spiral-1  { top: 1365px;  left: 50%; transform: translateX(-50%); }
.background-blured .spiral-2  { top: 589px;  left: 50%; transform: translateX(-50%); opacity: 0.25; }
.background-blured .spiral-3  { top: 3413px;  left: 50%; transform: translateX(-50%); opacity: 0.25; }
.background-blured .blur-1  { top: 4460px;  left: 0; transform: translateY(-50%);  width: 1636px; height: 1560px; background: radial-gradient(circle,#A16540 0%,rgba(161, 101, 64, 0) 100%); filter: blur(100px); opacity: 0.15; }
.background-blured .blur-2  { top: 3265px;  left: -40%; transform: translateY(-40%);  width: 1835px; height: 1750px; background: radial-gradient(circle,#FFFFFF 0%,#ffffff00  100%); filter: blur(100px); opacity: 0.08; }
.background-blured .blur-3  { top: 2376px;  right: -60%;  width: 1806px; height: 1722px; filter: blur(100px); opacity: 0.1; background: radial-gradient(circle,#FFFFFF 0%,#ffffff00  100%); }
.background-blured .blur-4  { top: 1336px; left: -30%;  width: 1806px; height: 1722px; filter: blur(700px); opacity: 0.1; background: radial-gradient(circle,#FFFFFF 0%,#ffffff00  100%);}
.background-blured .blur-5  { top: 210px; right: -10%;  width: 1388px; height: 1323px; opacity: 0.05; background: radial-gradient(circle,#FFFFFF 0%,#ffffff00  100%);}
.background-blured .blur-6  { top: 1302px; right: -40%;  width: 1389px; height: 1325px; opacity: 0.2; background: radial-gradient(circle,#FFFFFF 0%,#ffffff00  100%); filter: blur(200px);}
.background-blured .blur-7  { top: 2490px; left: 0;  width: 1210px; height: 1155px; filter: blur(100px); opacity: 0.15; background: radial-gradient(circle,#A16540 0%,rgba(161, 101, 64, 0) 100%); }
.background-blured .blur-8  { top: 0px; left: -10%;  width: 1638px; height: 1562px; filter: blur(100px);opacity: 0.25;background: radial-gradient(circle,#A16540 0%,rgba(161, 101, 64, 0) 100%);}
.background-blured .blur-9  { bottom: 3347px; right: -50%;  width: 1636px; height: 1562px; filter: blur(100px);opacity: 0.15;background: radial-gradient(circle,#A16540 0%,rgba(161, 101, 64, 0) 100%); }

.header__wrrp.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
}

.header__wrrp {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #00000080;
}
.header__wrrp.scrolled {
  background-color: none;
}
.header__wrrp header {
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__wrrp header .logo {
  width: 100%;
  max-width: 106px;
}
.header__wrrp header .header__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__wrrp header .header__right .lang {
  width: 43px;
}



.header__wrrp header .header__right .menu__ctrl {
  text-transform: uppercase;
  height: 48px;
    border-radius: 100px;
    border: 3px solid var(--color-primary1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    color: var(--color-white);
    background-color: transparent;
    transition: background-color var(--animation-time) ease;
}
.lk-person__wrrp.lk-pill {
  text-transform: uppercase;
    height: 48px;
    border-radius: 100px;
    border: 3px solid var(--color-primary1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    color: var(--color-white);
    background-color: transparent;
    transition: background-color var(--animation-time) ease;
    cursor: pointer;
}

.lk-person__fi {
  display: none;
}
@media screen and (max-width: 768px) {
  .lk-person__fi {
    display: block;
  }
}

.header__wrrp header .header__right.user-button__hide .lk-person__wrrp.lk-pill {
  display: none;
}

.menu-dropdown {
  position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0009;
    overflow: hidden;
    transition: height .3s ease;
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header__wrrp header .header__right .menu__ctrl .menu__icon {
  width: 18px;
  height: 18px;
  margin: 8px 0px 8px 8px;
  background-image: url("/local/templates/main/css/../images/icon-menu-ham.svg");
  transition: background-image var(--animation-time) ease;
}
.header__wrrp .mainnav__wrrp {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: var(--base-padding);
  display: none;
}
/* ?? */
.header__wrrp .mainnav__wrrp .mainnav {
  width: 100%;
  display: grid;
  -moz-column-gap: calc(var(--base-padding) / 2);
       column-gap: calc(var(--base-padding) / 2);
  grid-template-columns: repeat(2, minmax(calc(50% - var(--base-padding) / 2), 1fr));
}
.header__wrrp header .header__right .menu__ctrl .menu__icon {
    width: 18px;
    height: 18px;
    margin: 8px 0px 8px 8px;
    background-image: url(/local/templates/main/css/../images/icon-menu-ham.svg);
    transition: background-image var(--animation-time) ease;
}
.header__wrrp .mainnav__wrrp .mainnav .mainnav__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
}
.header__wrrp .mainnav__wrrp .mainnav > nav {
  height: auto;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 50px;
  gap: calc(var(--base-padding) / 2);
}
.pill:hover,
.partners__btn:hover,
.lk-person__wrrp.lk-pill:hover {
    background-color: var(--color-primary1) !important;
    color: var(--color-white) !important;
}
.header__wrrp .mainnav__wrrp .mainnav > nav a {
  font-size: 1.86rem;
  text-transform: uppercase;
}
.header__wrrp.mainnav__showed {
  background-color: rgba(0, 0, 0, 0.8);
}
.header__wrrp.mainnav__showed header .header__right .menu__ctrl .menu__icon {
    background-image: url(/local/templates/main/css/../images/icon-close.svg);
}
.header__wrrp.mainnav__showed .mainnav__wrrp {
  display: flex;
}

.socials__wrrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.socials__wrrp .social__item {
  width: 32px;
  height: 32px;
  transition: opacity var(--animation-time) ease;
}
.socials__wrrp .social__item:hover {
  opacity: 0.8;
}
a:link, a:visited {
  color: var(--color-white);
  text-decoration: none;
  transition: color var(--animation-time) ease;
}
a:link.lk-color-primary1, a:visited.lk-color-primary1,
a.popup__info-link {
  color: var(--color-primary1);
}
a:hover {
  color: var(--color-primary1);
}
a:hover.lk-color-primary1 {
  color: var(--color-white);
}

/* HOME PAGE START */
.hero {
	width: 100%;
	position: relative;
}
.main-swiper {
	width: 100%;
  height: 100vh;
}
.main-swiper .swiper-wrapper {
	transition: transform 0.8s ease-in-out;
}
.main-swiper .swiper-slide {
	transition: transform 0.5s ease-in-out;
  position: relative;
	overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
}
.main-swiper__navigation-container {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  height: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity var(--animation-time) ease;
}
.main-swiper__button {
  width: 25px;
  height: 75px;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity var(--animation-time) ease;
}
.main-swiper .main-swiper__navigation-container .main-swiper__prev {
  margin-left: 24px;
  transition: margin-left var(--animation-time) ease;
}
.main-swiper .main-swiper__navigation-container .main-swiper__next {
  margin-right: 24px;
  transition: margin-right var(--animation-time) ease;
}
.main-swiper__button svg {
  stroke: var(--color-white);
  stroke-width: 2px;
}
.main-swiper:hover .main-swiper__navigation-container {
  opacity: 1;
}
.main-swiper__button:hover {
  opacity: 1;
}
.main-swiper:hover .main-swiper__navigation-container .main-swiper__prev {
  margin-left: 0;
}
.main-swiper:hover .main-swiper__navigation-container .main-swiper__next {
  margin-right: 0;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.slide-background {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  
}

@media screen and (orientation: landscape) {
  .slide-background video.video-horz { display: block; }
  .slide-background video.video-vert { display: none; }
}
@media screen and (orientation: portrait) {
  .slide-background video.video-horz { display: none; }
  .slide-background video.video-vert { display: block; }
}



.hero .swiper-content {
	position: relative;
	text-align: left;
  
}
.swiper__title {
	font-size: calc(48px + 24 * ((100vw - 320px) / 960));
	max-width: 80%;
	line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .swiper__title {
    max-width: 100%;
  } 
}
@media screen and (max-width: 768px) {
  .swiper__title {
    text-align: center;
  } 
}


.swiper__desc {
	font-family: "IBMPlexSans-Regular";
	font-size: 2rem;
	margin-top: 48px;
	max-width: 80%;
	color: var(--color-pr-color3);
}
.global-timer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
		gap: 12px;
}
.global-timer__wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.global-timer__block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-timer__value {
    font-family: 'Mulish', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}
.global-timer__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
		font-weight: 700;
		margin-top: 5px;
    opacity: 0.85;
    color: #ffffff;
}

.global-timer__colon {
    font-family: 'Mulish', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}
.global-subtitle {
	font-family: "IBMPlexSans-Regular";
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 8px;
	text-align: center;
}
.btn-timer {
	display: flex;
	align-items: center;
	gap: 48px;
	margin-top: 64px;
}
@media screen and (max-width: 1024px){
  .btn-timer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 48px;
  } 
}
@media screen and (max-width: 768px){
  .btn-timer {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
  } 
}


.btn-timer__button {
	text-transform: uppercase;
	width: 100%;
  max-width: 400px;
	height: 100px;
	border-radius: 100px;
	border: 3px solid var(--color-primary1);
	color: var(--color-pr-color3);
	font-size: 2rem;
	font-family: "Mulish-Black";
  transition: background-color 500ms ease;
}
@media screen and (max-width: 1024px){ 
  .btn-timer__button {
    height: 80px; 
    font-size: 1.8rem; 
  } 
}
@media screen and (max-width: 768px){ 
  .btn-timer__button {
    height: 60px; 
    font-size: 1.4rem; 
  } 
}

.btn-timer__button:hover {
	background-color: var(--color-primary1);
}
.scroll-down__elem {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.navigation-container {
	position: absolute;
	bottom: 50%;
	left: 0px;
  width: 100%;
	z-index: 5;
}
.swiper-pagination-bullet {
	background: var(--color-primary1);
	opacity: 0.25;
	width: 16px;
	height: 16px;
	margin: 0 24px !important;
}
.swiper-pagination-bullet-active {
	background: var(--color-primary1);
	opacity: 1;
}
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-next {
	transform: scale(1) !important;
}

/* Блок с цифрами начало */
.count-block {
  padding: 128px 55px 0 55px;
  width: 100%;
}
.count-block__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.count-block__elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.count-block__num {
  font-family: 'Mulish-Black';
  font-size: 196px;
  line-height: 180px;
  text-align: center;
  color: var(--color-pr-color3);
  position: relative;
}
.count-block__num::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background-color: var(--color-primary1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 24px;
}
.count-block__desc {
  font-family: 'IBMPlexSans-Regular';
  font-size: 24px;
  text-align: center;
  color: var(--color-pr-color3);
  text-transform: uppercase;
  max-width: 190px;
}
/* Блок с цифрами конец */

/* Блоки */
.events-block,
.mediacenter-block,
.partners,
.social-block {
  width: 100%;
  padding-top: 128px;
  /* overflow: hidden; */
}
@media screen and (max-width: 1440px) { .events-block, .mediacenter-block, .partners, .social-block { padding-top: 96px; } }
@media screen and (max-width: 1024px) { .events-block, .mediacenter-block, .partners, .social-block { padding-top: 64px; } }
@media screen and (max-width: 768px) { .events-block, .mediacenter-block, .partners, .social-block { padding-top: 48px; } }

.nominations,
.scientific-committee,
.winners,
.rules,
.stages,
.apply-block {
  width: 100%;
  padding-top: 96px;
  overflow: hidden;
}
.nomination__desc,
.committee-item__desc {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 120%;
  color: var(--color-pr-color3);
}
.how-apply {
  width: 100%;
  margin-top: 48px;
  overflow: hidden;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--color-primary1);
}
.nomination__title,
.how-apply__title,
.committee-item__fi,
.winner__card__fi,
.rules-card__title,
.stage-info__title,
.apply-container__contentlock__title,
.apply-block__title,
.contacts__info-title {
  font-family: "Mulish-Black";
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  color: var(--color-pr-color3);
  text-transform: uppercase;
}
.stage__card--no-active .stage-info__title {
  color: #3C3B3B;
}
.nomination__title::after,
.how-apply__title::after,
.winner__card__nom::after,
.rules-card__title::after,
.stage-info__title::after,
.apply-block__title::after,
.faq__answer-text::before,
.contacts__info-title::after {
  content: '';
  display: block;
  width: 37px;
  height: 5px;
  margin: 12px 0;
  background: var(--color-primary1);
}
.apply-block__title::after {
  margin: 12px auto;
}
.stage__card--no-active .stage-info__title::after {
  background: #3C3B3B;
}
.committee-item__object::before {
  content: '';
  display: block;
  width: 37px;
  height: 5px;
  margin: 12px 0;
  background: var(--color-primary1);
}
.how-apply__btn {
  margin-top: 24px;
}
.how-apply__btn,
.nomination__btn,
.popup__partner-btn {
  padding: 9px 16px;
  border-radius: 100px;
  border: 1px solid var(--color-primary1);

  min-width: 167px;
  min-height: 36px;

  font-family: "Mulish-Black";
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-pr-color3);
}
.popup__partner-btn {
  display: flex;
  justify-content: center;
}
.partners {
  display: flex;
  flex-direction: column;
}
.mediacenter-block.body__container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1672px;
  left: 116px;
}
.events-block__heading,
.mediacenter-block__heading,
.partners__heading,
.nominations__heading,
.scientific-committee__heading,
.winners__heading,
.rules__heading,
.stages__heading,
.apply-block__heading,
.faq__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  max-width: 1440px;
}

.events-block__heading-sub,
.mediacenter-block__heading-sub,
.partners__heading-sub,
.nominations__heading-sub,
.scientific-committee__heading-sub,
.winners__heading-sub,
.rules__heading-sub,
.stages__heading-sub,
.apply-block__heading-sub,
.faq__heading-sub {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  color: #BFBFBF;
  text-align: left;
  max-width: 50%;
}
.events-block__heading-right,
.mediacenter-block__heading-right,
.partners__heading-right,
.nominations__heading-right,
.scientific-committee__heading-right,
.winners__heading-right,
.rules__heading-right,
.stages__heading-right,
.apply-block__heading-right,
.faq__heading-right {
  width: 50%;
}
a.events-block__heading-link,
a.mediacenter-block__heading-link {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  color: var(--color-primary1);
  display: block;
  width: 100%;
  position: relative;
  text-align: right;
  padding-right: 30px;
}
a.events-block__heading-link::after,
a.mediacenter-block__heading-link::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/local/templates/main/css/../images/icon-arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.events-block__heading-elem,
.mediacenter-block__heading-elem,
.partners__heading-elem,
.nominations__heading-elem,
.scientific-committee__heading-elem,
.winners__heading-elem,
.rules__heading-elem,
.stages__heading-elem,
.apply-block__heading-elem,
.faq__heading-elem {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: var(--color-primary1);
  margin-top: 10px;
}




.events__wrapper {
  display: grid;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: repeat(3, minmax(calc(33.3333333333% - 24px), 1fr));
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .events__wrapper {
    grid-template-columns: repeat(2, minmax(calc(50% - 24px), 1fr));
    margin-top: 36px;
  }  
}
@media screen and (max-width: 650px) {
  .events__wrapper {
    grid-template-columns: repeat(1, minmax(calc(100% - 24px), 1fr));
    margin-top: px;
  }  
}

.partners__wrapper {
  display: grid;
  margin: 48px 0 24px;
  -moz-column-gap: 64px;
  column-gap: 64px; 
  row-gap: 24px;
  grid-template-columns: repeat(3, minmax(calc(33.3333333333% - 64px), 1fr));
}
@media screen and (max-width: 1024px) {
  .partners__wrapper {
    grid-template-columns: repeat(2, minmax(calc(50% - 64px), 1fr));
  }
}
@media screen and (max-width: 768px) {
  .partners__wrapper {
    grid-template-columns: repeat(1, minmax(calc(100% - 64px), 1fr));
  }
}
a.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--animation-time) ease;
}
a.partners__logo:hover {
  opacity: 0.7;
}
a.partners__logo img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 150px;
}


.partners__btn {
  width: 100%;
  max-width: 380px;
  height: auto;
  min-height: 64px;
  border-radius: 100px;
  border: 3px solid var(--color-primary1);
  font-family: "Mulish-Black";
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}

.events__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events__item-img,
.mediacenter__item-img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.events__item-img img,
.mediacenter__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events__item-title,
.mediacenter__item-title {
  font-family: "Mulish-Black";
  font-size: 24px;
  color: var(--color-pr-color3);
  text-transform: uppercase;
}
.events__item-title::after,
.mediacenter__item-title::after {
  content: '';
  display: block;
  width: 37px;
  height: 5px;
  margin: 10px 0;
  background: var(--color-primary1);
}
.events__item-info,
.mediacenter__item-date {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  color: #BFBFBF;
}
a.events__item-more,
a.mediacenter__item-more,
a.nomination__link {
  font-size: 16px;
  color: var(--color-primary1);
  position: relative;
}
a.events__item-more::after,
a.mediacenter__item-more::after,
a.nomination__link::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/local/templates/main/css/../images/icon-arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mediacenter__item-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 8px;
}
.mediacenter__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premia__block-img,
.winner__card__img {
  position: relative;
}
.winner__card__img {
  border-radius: 12px;
}
.mediacenter__item-img::after,
.premia__block-img::after,
.winner__card__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 51%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  z-index: 1;
  opacity: .7;
}
.mediacenter__item-marker {
  position: relative;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(161, 101, 64, .3);
  z-index: 2;
  top: 24px;
  left: 24px;
  color: #FFFFFF;
}
.mediacenter-swiper {
  position: relative;
  overflow: visible;
  margin-top: 48px;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.mediacenter-swiper .swiper-wrapper {
  overflow: visible;
}
.mediacenter-swiper .swiper-container {
  overflow: visible;
}
.mediacenter__wrapper {
  display: flex;
}
.mediacenter__item {
  flex-shrink: 0;
  width: calc((1440px - 48px) / 3);
  max-width: calc((1440px - 48px) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .mediacenter__item {
    width: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
.mediacenter-swiper__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
  padding: 0;
  margin: 0;
}
.mediacenter-swiper-button-prev,
.mediacenter-swiper-button-next {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .75);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  pointer-events: auto;
  transition: background .3s ease-in-out;
}
.mediacenter-swiper-button-prev:hover,
.mediacenter-swiper-button-next:hover {
  background: rgba(0, 0, 0, 1);
}

.mediacenter-swiper-button-prev {
  position: absolute;
  left: -24px;
}
.mediacenter-swiper-button-next {
  position: absolute;
  right: 32px !important;
}

.swiper-button-next, .swiper-button-prev {
    svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        pointer-events: none;
        height: 32px;
        width: 14px;
        color: wheat;
    }
}
.mediacenter-swiper-button-prev::after {
  transform: rotate(-135deg);
}
.mediacenter-swiper-button-prev:hover,
.mediacenter-swiper-button-next:hover {
  background-color: transparent;
}
.mediacenter-swiper-button-prev:hover::after,
.mediacenter-swiper-button-next:hover::after {
  border-color: var(--color-primary1);
}
.mediacenter-swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.mediacenter-swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.mediacenter__item-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* Блок с мероприятиями и медиацентр конец */

/* Блок с соцсетями начало */
.social-block {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  margin-top: 48px;
}
.social-block__desc {
  color: #BFBFBF;
  font-size: 32px;
}
.social-block__wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.social-wrapper__item {
  width: 64px;
  height: 64px;
  opacity: 1;
}
.social-wrapper__item:hover {
  opacity: 0.85;
}
/* Блок с соцсетями конец */
/* Блок с таймером перед футером */
.timer-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 128px 0;
}
.timer-block .btn-timer {
  margin-top: 0;
  margin-left: 24px;
}
.timer-block .global-subtitle {
  font-size: 24px;
  text-align: left;
}
.timer-block__btn {
  height: 66px;
  min-width: 280px;
  border: 3px solid var(--color-primary1);
  border-radius: 100px;
  font-family: "Mulish-Black";
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* HOME PAGE END */

/* PREMIA PAGE START */
.premia-main {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .premia-main {
    flex-direction: column;
  }
}

.premia-main .premia-sidebar {
  position: sticky;      
  top: 240px;
  width: 25%;
  align-self: flex-start;
  transition: top var(--animation-time) ease;
}
.premia-main .main-page {
  width: 75%;
}

.premia-main .premia-sidebar.premia-sidebar__sticky {
  top: 128px;
}
.premia-main .premia-sidebar .premia-sidebar__select-wrrp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .premia-main .premia-sidebar, .premia-main .premia-sidebar.premia-sidebar__sticky  {
    position: fixed;
    left: 0px;
    z-index: 3;
    top: 99px;
    width: 100%;
    min-width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    transition: none;
  }
  .premia-main .premia-sidebar .premia-sidebar__nav {
    display: none;
  }
  .premia-main .premia-sidebar .premia-sidebar__select-wrrp {
    display: block;
  }
  .premia-main .main-page {
    width: 100%;
  }
}

.select__wrrp {
  width: 100%;
  margin-top: 3px;
}
.select__wrrp .select {
  position: relative;
  width: 100%;
  font-family: inherit;
}
.select__wrrp .select-value {
  color: var(--color-white);
}
.select__wrrp .select.is-placeholder .select-value {
  color: var(--color-white);
}
.select__wrrp .select-button {
  width: 100%;
  height: 36px;
  padding: 0px 18px;
  border: 0px;
  border-radius: 18px;
  background-color: var(--color-white-5p);
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 1px solid var(--color-primary1);
  transition: outline-color 0.2s ease;
  font-family: inherit;
  font-size: 1rem;
}
.select__wrrp .select-button:hover, .select__wrrp .select-button:focus {
  outline: 1px solid var(--color-white);
}
.select__wrrp .select-arrow {
  position: relative;
  transition: transform 0.2s ease;
  overflow: hidden;
  width: 18px;
  height: 10px;
}
.select__wrrp .select-arrow .sign {
  position: absolute;
  top: -4px;
  left: 3px;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: rotate(45deg);
}
.select__wrrp .select-list {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background-color: #2a2625;
  border: 1px solid var(--color-white-10p);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 5;
}
.select__wrrp .select-option {
  padding: 12px 16px;
  cursor: pointer;
  background-color: transparent;
  color: var(--color-white);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.select__wrrp .select-option:hover {
  background-color: var(--color-white-20p);
}
.select__wrrp .select-option.selected {
  background-color: var(--color-white-10p);
}
.select__wrrp .select-option.selected:hover {
  background-color: var(--color-white-40p);
}
.select__wrrp .select.open .select-list {
  display: block;
}
.select__wrrp .select.open .select-arrow {
  transform: rotate(-180deg);
}
.select__wrrp .select.disabled {
  pointer-events: none;
  opacity: 0.6;
}




.premia-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.premia-sidebar__nav a,
.nominations__categories button,
.winners__categories button {
  width: fit-content;
  color: #777777;
  transition: color .3s ease-in-out;
  
  text-transform: uppercase;
  font-family: 'Mulish-Black';
}
.premia-sidebar__nav a:hover,
.nominations__categories button:hover,
.winners__categories button:hover {
  color: var(--color-pr-color3);
}
a.premia-sidebar__link--active,
button.nominations__cat-tab--active,
button.winners__cat-tab--active {
  color: var(--color-pr-color3);
}
.premia-sidebar__link--active::after,
.nominations__cat-tab--active::after,
.winners__cat-tab--active::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background: var(--color-primary1);
  margin-top: 10px;
}
.premia {
  padding-top: 228px;
  padding-bottom: 96px;
}
.premia__title {
  margin-bottom: 24px;
}
.premia__desc,
.premia-item__desc {
  color: var(--color-white);
  line-height: 1.2em;
}
.premia__block-img {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.premia__info {
  display: grid;
  -moz-column-gap: calc(var(--base-padding) / 2);
       column-gap: calc(var(--base-padding) / 2);
  -moz-row-gap: calc(var(--base-padding) / 2);
       row-gap: calc(var(--base-padding) / 2);
  grid-template-columns: repeat(3, minmax(calc(33.3333333% - var(--base-padding) / 2), 1fr));
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .premia__info {
    grid-template-columns: repeat(2, minmax(calc(50% - var(--base-padding) / 2), 1fr));
  }  
}
@media screen and (max-width: 768px) {
  .premia__info {
    grid-template-columns: repeat(1, minmax(calc(100% - var(--base-padding) / 2), 1fr));
  }  
}

.premia-item__title {
  color: var(--color-primary1);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: "Mulish-Black";
  font-size: 24px;
  line-height: 120%;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .premia-item__title {
    margin-bottom: 3px;
  }  
}

.nominations__categories,
.winners__categories {
  display: flex;
  gap: 24px;
  justify-content: left;
  align-items: flex-start;
  margin: 24px 0;
}
.nominations__wrapper {
  display: grid;
  -moz-column-gap: calc(var(--base-padding) / 2);
       column-gap: calc(var(--base-padding) / 2);
  -moz-row-gap: calc(var(--base-padding) / 2);
       row-gap: calc(var(--base-padding) / 2);
  grid-template-columns: repeat(3, minmax(calc(33.3333333% - var(--base-padding) / 2), 1fr));
  margin-top: 48px; /* убрать, когда вернем фильтр */
}
@media screen and (max-width: 800px) {
  .nominations__wrapper {
    grid-template-columns: repeat(2, minmax(calc(50% - var(--base-padding) / 2), 1fr));
  }
}
@media screen and (max-width: 650px) {
  .nominations__wrapper {
    grid-template-columns: repeat(1, minmax(calc(100% - var(--base-padding) / 2), 1fr));
  }
}



.winners__wrapper {
  display: grid;
  -moz-column-gap: calc(var(--base-padding) / 2);
       column-gap: calc(var(--base-padding) / 2);
  -moz-row-gap: calc(var(--base-padding) * 2);
       row-gap: calc(var(--base-padding) * 2);
  grid-template-columns: repeat(3, minmax(calc(33.3333333% - var(--base-padding) / 2), 1fr));
}
@media screen and (max-width: 800px) {
  .winners__wrapper {
    grid-template-columns: repeat(2, minmax(calc(50% - var(--base-padding) / 2), 1fr));
  }
}
@media screen and (max-width: 650px) {
  .winners__wrapper {
    grid-template-columns: repeat(1, minmax(calc(100% - var(--base-padding) / 2), 1fr));
  }
}



.rules__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(calc(50% - var(--base-padding) / 2), 1fr));
  -moz-column-gap: calc(var(--base-padding) / 2);
    column-gap: calc(var(--base-padding) / 2);
  -moz-row-gap: calc(var(--base-padding) / 2);
    row-gap: calc(var(--base-padding) / 2);
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .rules__wrapper {
    grid-template-columns: repeat(1, minmax(calc(100% - var(--base-padding) / 2), 1fr));
  }
}

.nomination__card {
  height: 100%;
  min-height: 400px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(161, 101, 64, .15);
  position: relative;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.nomination-img {
  display: block;
  text-align: right;
}
.nomination-img img {
  width: 100%;
  max-width: 128px;
  height: auto;
  max-height: 128px;
}

.nomination__categories {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}
.nomination__category {
  text-decoration: underline;
  text-decoration-style: dotted;

  font-family: "IBMPlexSans-Regular";
  font-size: 12px;
  line-height: 120%;
  color: var(--color-primary1);
}
.nomination__buttons {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  
}
@container (max-width: 290px) {
  .nomination__card .nomination__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

.scientific-committee__wrapper {
  display: grid;
  -moz-column-gap: calc(var(--base-padding) / 2);
       column-gap: calc(var(--base-padding) / 2);
  -moz-row-gap: calc(var(--base-padding) / 2);
       row-gap: calc(var(--base-padding) / 2);
  grid-template-columns: repeat(3, minmax(calc(33.3333333% - var(--base-padding) / 2), 1fr));
  margin-top: 48px;
}
@media screen and (max-width: 800px) {
  .scientific-committee__wrapper {
    grid-template-columns: repeat(2, minmax(calc(50% - var(--base-padding) / 2), 1fr));
  }
}
@media screen and (max-width: 650px) {
  .scientific-committee__wrapper {
    grid-template-columns: repeat(1, minmax(calc(100% - var(--base-padding) / 2), 1fr));
  }
}

.committee-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.committee-item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.committee-item__img {
  width: 150px;
  height: 150px;
  border-radius: 500px;
  border: 10px solid rgba(161, 101, 64, .25);
  overflow: hidden;
  transition: border .3s ease-in-out;
}
.committee-item:hover .committee-item__img {
  border: 10px solid rgba(161, 101, 64, 1);
}
.committee-item__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.committee-item__post,
.winner__card__nom,
.rules-file__info {
  color: var(--color-pr-color3);
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 120%;
}
.committee-item__object,
.winner__card__object,
.stage-info__date {
  font-family: "IBMPlexSans-Regular";
  font-size: 12px;
  line-height: 120%;
  color: var(--color-primary1);
}
.stage__card--no-active .stage-info__date {
  color: #3C3B3B;
}
.winner__card__img {
  height: 350px;
  width: auto;
  overflow: hidden;
}
.winner__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.winner__card__info {
  margin-top: 24px;
}
.winner__card__fi .surname {
  display: block;
}
.winner__card {
  cursor: pointer;
}
.rules__card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid rgb(62, 47, 38);
  transition: background .3s ease-in-out;
}
.rules__card:hover {
  background: rgb(161, 101, 64, .15);
}
.rules-card__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.rules-card__btn-see,
a.rules-card__btn-downl,
.apply-block__btn {
  font-family: "Mulish-Black";
  font-size: 14px;
  color: var(--color-pr-color3);
  text-transform: uppercase;

  border-radius: 100px;
  border: 1px solid var(--color-primary1);
  padding: 9px 18px;

  transition: background .3s ease-in-out;
}
a.rules-card__btn-see:hover,
a.rules-card__btn-downl:hover {
  background: var(--color-primary1);
}
.stages__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}
.stages__card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgb(62, 47, 38);
  transition: background .3s ease-in-out;
}


.stage__card--no-active {
  background: rgba(56, 56, 56, .15);
  border: 1px solid #3C3B3B;
  color: #3C3B3B !important;
}
.stages__card:hover {
  background: rgb(161, 101, 64, .15);
}

.stage__step {
  width: 96px;
  min-width: 96px; 
  font-family: "Mulish-Black";
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: var(--color-pr-color3);
}

@media screen and (max-width: 530px) {
  .stages__card {
    flex-direction: column;
    align-items: flex-start;
  } 
  .stage__step {
    width: auto;
    min-width: none;
  }
}

.stage__right {
  width: 100%;  
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stage-info__desc,
.pply-block__desc {
  color: var(--color-pr-color3);
}
.stage__card--no-active .stage__card-btn {
  border-color: #3C3B3B !important;
  color: #3C3B3B !important;
}
.stage__card--no-active .stage__step,
.stage__card--no-active .stage-info__desc {
  color: #3C3B3B !important;
}
.stage__card-btn {
	text-transform: uppercase;  
	width: 280px;
	border-radius: 100px;
	height: 66px;	
  border: 3px solid var(--color-primary1);
	color: var(--color-pr-color3);
	font-size: 24px;
	font-family: "Mulish-Black";
}
@media screen and (max-width: 768px) {
  .stage__right {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }  
}
@media screen and (max-width: 550px) {
  .stage__right {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }  
}

.apply-block__container {
  width: 100%;
  margin-top: 24px;
  padding: 48px 0;

  border-radius: 12px;
  background: rgba(161, 101, 64, .15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-container__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
a.apply-block__link {
  color: var(--color-primary1);
  text-decoration: underline;
}
.apply-block__desc {
  max-width: 500px;
  color: var(--color-pr-color3);
  margin-bottom: 24px;
}

/* FAQ Block */
.faq {
  width: 100%;
  padding-top: 96px;
  overflow: hidden;
  margin-bottom: 128px;
}

.faq__wrapper {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  border-radius: 12px;
  border: 1px solid #3E2F26;
  background: rgba(161, 101, 64, 0.05);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq__item--active {
  border-color: var(--color-primary1);
  background: rgba(161, 101, 64, 0.15);
}

.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq__question:hover {
  background: rgba(161, 101, 64, 0.1);
}

.faq__question-text {
  font-family: 'IBMPlexSans-Regular';
  font-size: 18px;
  line-height: 120%;
  color: var(--color-primary1);
  flex: 1;
  padding-right: 24px;
}

.faq__icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}

.faq__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-primary1);
  border-bottom: 2px solid var(--color-primary1);
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.faq__item--active .faq__icon::before {
  transform: translate(-50%, -40%) rotate(225deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 24px;
}

.faq__item--active .faq__answer {
  max-height: 500px;
  padding: 0 24px 24px 24px;
}

.faq__answer-text {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  line-height: 150%;
  color: var(--color-pr-color3);
}
.important-info__map {
  width: 100%;
  margin-top: 24px;
}
.important-info__title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background: var(--color-primary1);
  margin-top: 24px;
}
.important-info__block {
  margin-top: 48px;
}
.important-block__title {
  font-size: 2rem;
  padding-bottom: 10px;
}
/* PREMIA PAGE END */

/* CONTACTS PAGE START */
.contacts {
  padding-top: 196px;
  color: var(--color-pr-color3);
}
.contacts__desc {
  padding-top: 10px;
}
.contacts__info-blocks {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 48px;
  grid-template-columns: repeat(4, minmax(calc(25% - 24px), 1fr));
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .contacts__info-blocks {
    grid-template-columns: repeat(2, minmax(calc(50% - 24px), 1fr));
  } 
}
@media screen and (max-width: 768px) {
  .contacts__info-blocks {
    grid-template-columns: repeat(1, minmax(calc(100% - 24px), 1fr));
  } 
}
a.contacts__info-link,
a.important-block__link {
  color: var(--color-primary1);
  text-decoration: underline;
}
.important-info {
  margin: 96px 0 128px 0;
}

.legal-goback:link, .legal-goback:visited {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDMwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDEyMykgIC0tPgogIDxwYXRoIGQ9Ik0uNSw3LjVoMTRNNy41LjVMLjUsNy41TTcuNSwxNC41TC41LDcuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYTE2NTQwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
    background-repeat: no-repeat;
    background-position: left;
    max-height: 21px;
    width: 215px;
    padding-left: 24px;
    display: inline-flex;
    align-items: center;
    color: var(--color-primary1);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.legal-container {
  padding-top: 155px;
  color: #DDDDDD;
}
.legal__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 20px 0 166px 0;
  max-width: 75%;
}
.legal-textblock h4 {
  font-family: "Mulish-Black";
  padding-bottom: 20px;
  color: var(--color-pr-color3);
}
.legal-textblock p:not(:last-child) {
  padding-bottom: 20px;
}
ul.legal__large-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
ul.legal__large-list,
ul.legal__list {
  padding-left: 20px;
}
ul.legal__large-list li,
ul.legal__list li {
  list-style: disc;
}
/* CONTACTS PAGE END */

/* Footer start */
.footer__wrrp {
	width: 100%;
}
.footer__wrrp footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__wrrp footer .footer__bottom, .footer__wrrp footer .footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer__wrrp footer .footer__top .footer__left {
  display: flex;
  flex-direction: column;
  gap: 16px; 
  width: 100%;
  max-width: 342px;
}
.footer__wrrp footer .footer__bottom {
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--base-padding) / 2);
}
.footer__wrrp footer .footer__bottom .footer__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__wrrp footer .footer__bottom .footer__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  height: 100%;
}
.footer__wrrp footer .footer-nav__wrrp {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, minmax(25%, 1fr));
	color: #AEB2BD;
}
.footer__wrrp footer .footer-nav__wrrp .footer-nav__col {
  display: flex;
  justify-content: flex-end;
}
.footer__wrrp footer .footer-nav__wrrp .footer-nav__col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__wrrp footer .logo-vzv, .footer__wrrp footer .logo-2231 {
  height: 64px;
}
.footer__wrrp footer .roundbox {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-primary1);
  border-radius: 8px;
  padding: calc(var(--base-padding) / 2);
  line-height: 1.4em;
}
.footer__wrrp footer .roundbox .email {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__wrrp footer .roundbox .email img {
  width: 16px;
  height: 16px;
}
.footer__wrrp footer hr {
  width: 100%;
  clear: both;
  border: 0;
  border-top: 1px solid var(--color-primary1);
  margin-top: var(--base-padding);
  margin-bottom: calc(var(--base-padding) / 2);
}
.footer__wrrp footer .legal {
  font-size: 0.86rem;
}
.footer__wrrp footer .legal a {
  font-size: inherit;
  margin-right: 12px;
}
.footer__left-text {
	color: #AEB2BD !important;
}
/* Footer end */
.spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Базовые стили попапа */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.popup__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(14, 14, 17, 0.95);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.partnership-popup .popup__content {
  padding: 24px;
}
.popup__container--auth {
  background: #1E1E1E;
}
.popup.active .popup__container {
  transform: scale(1);
}

.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary1);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.popup__close:hover {
  color: var(--color-pr-color3);
}

.popup__content {
  padding: 48px;
}
/* Стили для попапов авторизации и регистрации */
.popup__container--auth {
  max-width: 450px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(25px);
}

.popup__content--auth {
  padding: 32px;
}
/* Стили для попапа профиля */
.profile-popup__header {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.profile-popup__photo {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid rgba(161, 101, 64, 0.25);
}

.profile-popup__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile-popup__header-info {
  flex: 1;
}

.profile-popup__name {
  font-family: 'Mulish-Black';
  font-size: 48px;
  line-height: 1.1;
  color: var(--color-pr-color3);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.profile-popup__title {
  font-family: 'IBMPlexSans-Regular';
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-pr-color3);
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.9;
}

.profile-popup__bio {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-pr-color3);
  opacity: 0.85;
}

.profile-popup__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(161, 101, 64, 0.2);
}

.profile-popup__detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-popup__detail-label {
  font-family: 'Mulish-Black';
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-primary1);
  text-transform: uppercase;
}

.profile-popup__detail-value {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-pr-color3);
}

.profile-popup__achievements {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-popup__achievements-title {
  font-family: 'Mulish-Black';
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-primary1);
  text-transform: uppercase;
}

.profile-popup__achievements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-popup__achievements-list li {
  position: relative;
  padding-left: 24px;
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-pr-color3);
}

.profile-popup__achievements-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--color-primary1);
  border-radius: 50%;
}

.auth-card {
  width: 100%;
  color: #fff;
  font-family: 'IBMPlexSans-Regular', Inter, sans-serif;
}

.login-card {
  width: 385px;
  max-width: 100%;
  margin: 0 auto;
}

.registration-card {
  width: 100%;
}

.auth-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Mulish-Black', sans-serif;
}

.auth-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.auth-form {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 18px;
}

.password-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.required {
  color: #ff6b6b;
}

.forgot {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: 0.2s ease;
}

.forgot:hover {
  color: #ff8a3d;
}

.auth-form input:-webkit-autofill,
.auth-form input:-webkit-autofill:hover,
.auth-form input:-webkit-autofill:focus,
.auth-form input,
.auth-form select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.auth-form input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.auth-form input:focus,
.auth-form select:focus {
  border-color: #a8683b;
  background: rgba(255, 255, 255, 0.07);
}

.auth-form select {
  appearance: none;
  background-color: #2e2d2d !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.checkbox-group {
  margin-top: 10px;
  margin-bottom: 22px;
}

.checkbox {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
  align-items: flex-start;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  cursor: pointer;
}

.checkbox a {
  color: #ff8a3d;
  text-decoration: none;
}

.checkbox a:hover {
  opacity: 0.8;
}

.auth-btn {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: none;
  background: #a8683b;
  color: white;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: 0.2s ease;
  margin-top: 10px;
}

.auth-btn:hover {
  background: #c77a44;
}

.submit-btn {
  margin-top: 0;
}

.auth-switch {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.auth-switch-link {
  margin-left: 4px;
  color: var(--color-primary1) !important;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
}

.auth-switch-link:hover {
  opacity: 0.8;
}

/* Адаптивность для форм авторизации */
@media (max-width: 768px) {
  .popup__content--auth {
    padding: 32px 24px;
  }

  .login-card {
    width: 100%;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .form-row .form-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .popup__content--auth {
    padding: 24px 20px;
  }

  .auth-title {
    font-size: 20px;
  }

  .auth-subtitle {
    font-size: 13px;
  }
}

/* Кастомный скроллбар для попапа */
.popup__container::-webkit-scrollbar {
  width: 8px;
}

.popup__container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.popup__container::-webkit-scrollbar-thumb {
  background: var(--color-primary1);
  border-radius: 4px;
}

.popup__container::-webkit-scrollbar-thumb:hover {
  background: rgba(161, 101, 64, 0.8);
}

/* Стили для попапа "МОЛОДОЙ УЧЁНЫЙ" */
.popup__container--compact {
  max-width: 672px;
}

.young-scientist-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}

.young-scientist-popup__title {
  font-family: 'IBMPlexSans-Regular';
  font-size: 30px;
  color: var(--color-primary1);
  text-transform: uppercase;
  margin: 0;
  flex: 1;
  font-weight: 600;
  line-height: 36px;
}
.popup__dop-info {
  padding-top: 36px;
  font-size: 14px;
}

.young-scientist-popup__separator {
  width: 100%;
  height: 1px;
  background: rgba(161, 101, 64, .4);
  margin-bottom: 32px;
}

.young-scientist-popup__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #D4D4D4;
}

.young-scientist-popup__intro {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
}
.profile-popup__achievements-list li,
.young-scientist-popup__list li {
  position: relative;
  padding-left: 18px;
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  color: var(--color-pr-color3);
}

.profile-popup__achievements-list li::before,
.young-scientist-popup__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--color-primary1);
  border-radius: 50%;
}
/* Адаптивность */
@media (max-width: 768px) {
  .popup__content {
    padding: 32px 24px;
  }

  .profile-popup__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .profile-popup__photo {
    width: 150px;
    height: 150px;
  }

  .profile-popup__name {
    font-size: 32px;
  }

  .profile-popup__title {
    font-size: 16px;
  }

  .profile-popup__details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .popup__close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }

  /* Адаптивность для попапа "МОЛОДОЙ УЧЁНЫЙ" */
  .young-scientist-popup__header {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }

  .young-scientist-popup__title {
    font-size: 22px;
  }

  .young-scientist-popup__close {
    width: 28px;
    height: 28px;
    margin-left: 16px;
  }

  .young-scientist-popup__separator {
    margin-bottom: 24px;
  }

  .young-scientist-popup__intro {
    font-size: 16px;
  }

  .young-scientist-popup__list {
    gap: 16px;
  }

  .young-scientist-popup__list li {
    font-size: 14px;
    padding-left: 28px;
    line-height: 1.5;
  }

  .popup__container--compact {
    max-width: 100%;
    margin: 20px;
  }
}

@media (max-width: 480px) {
  .young-scientist-popup__header {
    flex-wrap: wrap;
  }

  .young-scientist-popup__title {
    font-size: 20px;
    flex-basis: calc(100% - 44px);
  }

  .young-scientist-popup__close {
    margin-left: auto;
  }

  .popup__content {
    padding: 24px 20px;
  }

  .young-scientist-popup__list li {
    padding-left: 24px;
    font-size: 14px;
  }
}






.vztl-news-slider {
  padding: 0px calc((100% - 1440px) / 2);
}
@media screen and (max-width: 1440px) {
  .vztl-news-slider {
    padding: 0px 24px;
  }
}
.vztl-news-slider__wrrp {
  margin-top: 48px;
  position: relative;
}
.vztl-news-slider__item {
  width: 100%;
  max-width: 464px;
}


.news-slider__navigation-container {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  height: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity var(--animation-time) ease;
}
.news-slider__button {
  position: absolute;
  z-index: 5;
  top: 162px;
  transform: translateY(-50%);
  width: 25px;
  height: 75px;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity var(--animation-time) ease;
}


.news-slider__button.swiper-button-disabled {
  opacity: 0.20;
}
.news-slider__prev {
  left: 24px;  
}
@media screen and (max-width: 768px) {
  .news-slider__prev {
    left: 12px;
  }
}
.news-slider__next { 
  right: 24px;
}
@media screen and (max-width: 768px) {
  .news-slider__next {
    right: 12px;
  }
}

.news-slider__button svg {
  stroke: var(--color-white);
  stroke-width: 3px;
}












.vztl-news-list__wrrp {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 48px;
  grid-template-columns: repeat(3, minmax(calc(33.3333333333% - 48px), 1fr));
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  .vztl-news-list__wrrp {
    grid-template-columns: repeat(2, minmax(calc(50% - 48px), 1fr));
  }
}
@media screen and (max-width: 768px) {
  .vztl-news-list__wrrp {
    grid-template-columns: repeat(1, minmax(calc(100% - 48px), 1fr));
  }
}
.vztl-news-list__item {
  display: flex;
  flex-direction: column;
  
}


.vztl-news-list__image {
  width: 100%;
  position: relative;
  padding-top: 70%;
  background: #ddd;
  border-radius: 12px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.vztl-news-list__label {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: rgba(161, 101, 64, 0.3);
  color: var(--color-white);
  padding: 6px 12px;
  font-size: 0.85rem;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.vztl-news-list__loader-wrrp {
  display: flex;
  justify-content: center;
  align-items: center;
}



.block-heading__wrrp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.block-heading__wrrp .block-heading__title,
.block-heading__wrrp .block-heading__right {
  flex: 1;
}

.block-heading__wrrp .block-heading__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.block-heading__wrrp .block-heading__right .block-heading__line {
  width: 100%; 
  height: 5px;
  background-color: var(--color-primary1);
}

@media screen and (max-width: 768px) {
  .block-heading__wrrp {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  } 
  .block-heading__wrrp .block-heading__title {
    text-align: center;
  }
}


.premia-video__wrrp {
  margin-top: 48px;
  width: 100%;
}
.premia-video__wrrp video {
  width: auto;
  max-width: 100%;
}


.contacts-map__wrrp {
  width: 100%;
  clear: both;
  height: 400px;
}
/* End */


/* Start:/local/templates/main/css/override.css?17718457992490*/
@media screen and (max-width: 1440px) {
    .body__container {
        max-width: calc(100% - 48px);
    }
    .vztl-about__main {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    
    .header__wrrp header .logo {
        max-width: 80px;
    }
    .header__wrrp header .header__right .menu__ctrl {
        font-size: 0px;
        padding: 13px 9px;
    }
    .lk-person__wrrp.lk-pill {
        padding: 13px 9px;
        text-align: center;
        width: 100px;
        font-size: 0.9rem;
        line-height: 1.2em;
    }
    .lk-person__wrrp .lk-person__fi {
        width: 100%;
        font-size: 1rem;
    }
    .lk-person__wrrp .lk-person__fullname {
        display: none;
    }
    .header__wrrp .mainnav__wrrp .mainnav {
        grid-template-columns: repeat(1, minmax(calc(100% - var(--base-padding) / 2), 1fr));
    }
    .header__wrrp .mainnav__wrrp .mainnav > nav {
        padding-left: 0;
    }
    .header__wrrp .mainnav__wrrp .mainnav .mainnav__image {
        display: none;
    }
    .header__wrrp header .header__right {
        gap: 9px;
    }

}


@media screen and (max-width: 1024px) {
    .header__wrrp header .header__right .socials__wrrp {
        display: none;
    }

    .footer__wrrp footer .footer__top {
        flex-direction: column;
        gap: 24px;
    }
    .footer__wrrp footer .footer__top .footer__left {
        max-width: 100%;
        gap: 24px;
        margin: 0 auto;
    }
    .footer__wrrp footer .footer__top .footer__left .footer__left-text {
        line-height: 1.4em;
        max-width: 400px;
    }
    
    .footer__wrrp footer .footer-nav__wrrp {
        width: 100%;
    }

    .footer__wrrp footer .footer-nav__wrrp .footer-nav__col {
        justify-content: flex-start;
    }

    .footer__wrrp footer hr {
        margin: 24px 0;
    }

    .footer__wrrp footer .footer__bottom {
        flex-direction: column;
        gap: 24px;
    }
        .footer__wrrp footer .footer__bottom {
        height: auto;
    }
}
@media screen and (max-width: 768px) { 
    .footer__wrrp footer .footer-nav__wrrp {
        grid-template-columns: repeat(2, minmax(50%, 1fr));
        grid-template-rows: repeat(2, minmax(50%, 1fr));        
        row-gap: 24px;
        column-gap: 24px;
    }
    .footer__wrrp footer .footer__bottom .footer__right {
        flex-direction: column;
        gap: 24px;
    }
}
/* End */
/* /local/components/rs/language.switcher/templates/.default/style.css?17717890961346 */
/* /local/templates/main/css/swiper-bundle.min.css?177183636114424 */
/* /local/templates/main/css/global.css?17717031606000 */
/* /local/templates/main/css/style.css?177197196663328 */
/* /local/templates/main/css/override.css?17718457992490 */
