@font-face {
	font-family: 'LTSuperior';
	src: url('/wp-content/themes/kino-fest/assets/fonts/LTSuperior-Light.woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LTSuperior';
	src: url('/wp-content/themes/kino-fest/assets/fonts/LTSuperior-Regular.woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LTSuperior';
	src: url('/wp-content/themes/kino-fest/assets/fonts/LTSuperior-SemiBold.woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
#gt_float_wrapper {
	width: 4.427vw; /* 85px -> 85/1920*100 */
}
html {
	line-height: 110%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: var(--black);
	color: var(--light);
	font-family: 'LTSuperior', -apple-system, Roboto, sans-serif;
	letter-spacing: -0.0333vw; /* -0.64px -> -0.64/1920*100 */
	font-size: 0.8333vw; /* 16px -> 16/1920*100 */
	line-height: 110%;
	overflow-x: hidden;
}
:root {
	--black: #000000;
	--orange: #F39644;
	--blue: #65B6D4;
	--grey: #9FA7AA;
	--light: #F2F3F4;
	--red: #D45A4F;
	--dark-green: #4F6E5F;
	--dark-blue: #4D6197;
}
main {
	display: block;
}
h1 {
	font-size: 3.75vw; /* 72px -> 72/1920*100 */
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.15vw; /* -2.88px -> -2.88/1920*100 */
}
h2, .h2 {
	font-size: 3.75vw; /* 72px */
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.15vw; /* -2.88px */
	text-transform: uppercase;
}
h3, .h3 {
	font-size: 1.3542vw; /* 26px */
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.0542vw; /* -1.04px */
}
h4, .h4 {
	font-size: 1.6667vw; /* 32px */
	line-height: 110%;
	letter-spacing: -0.0667vw; /* -1.28px */
}
b,
strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
fieldset {
	padding: 0.0182vw 0.0391vw 0.0326vw; /* 0.35em 0.75em 0.625em */
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin: 0 0 0.8333vw; /* 16px */
}
hr {
	background-color: #ccc;
	border: 0;
	height: 0.0521vw; /* 1px */
	margin-bottom: 0.0781vw; /* 1.5em */
}
ul,
ol {
	margin: 0 0 0.0781vw 0.1563vw; /* 0 0 1.5em 3em */
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.0781vw; /* 1.5em */
}
img {
	height: auto;
	max-width: 100%;
	display: block;
}
figure {
	margin: 0.0521vw 0; /* 1em 0 */
}
a {
	color: var(--light);
	text-decoration: none;
	transition: all 0.4s ease;
}
a:hover, .win .blue {
	color: var(--blue);
}
a:focus {
	outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0.0521vw solid #ccc; /* 1px */
	border-radius: 0.1563vw; /* 3px */
	padding: 0.1563vw; /* 3px */
}
select {
	border: 0.0521vw solid #ccc; /* 1px */
}
textarea, .program.width100 {
	width: 100%;
}
.wp-caption {
	margin-bottom: 0.0781vw; /* 1.5em */
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.0421vw 0; /* 0.8075em 0 */
}
.wp-caption-text, .center-block {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 0.0781vw; /* 1.5em */
	display: grid;
	grid-gap: 0.0781vw; /* 1.5em */
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 0.0781vw; /* 1.5em */
	margin-bottom: 0.0781vw; /* 1.5em */
}
.alignright {
	float: right;
	margin-left: 0.0781vw; /* 1.5em */
	margin-bottom: 0.0781vw; /* 1.5em */
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.0781vw; /* 1.5em */
}
.section-inner {
	width: 59.375vw; /* 1140px */
	margin: 0 auto;
	max-width: 96%;
}

.footer-image {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.logo8 {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.flex {
	display: flex;
}
.space-between {
	justify-content: space-between;
}
.center-item {
	align-items: center;
}
.flex1 {
	flex: 1;
}
.grey {
	color: var(--grey);
}
.small.grey {
	color: var(--grey) !important;
}

.site-info .flex .flex {
	gap: 0.5208vw; /* 10px */
	justify-content: flex-end;
}
.site-info {
	margin: 6.25vw auto 1.6667vw; /* 120px auto 32px */
	font-size: 0.8333vw; /* 16px */
	letter-spacing: -0.0333vw; /* -0.64px */
	line-height: 110%;
}
.site-info a {
	text-decoration: underline;
}
.gap120 {
	gap: 6.25vw; /* 120px */
}
.row1, .gap60 {
	gap: 3.125vw; /* 60px */
}
.flex-col {
	flex-direction: column;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 3.125vw; /* 60px */
	list-style: none;
	text-transform: uppercase;
	letter-spacing: -0.0417vw; /* -0.8px */
	font-size: 1.0417vw; /* 20px */
}
.mobile-version {
	display: none;
}
.footer-menu a {
	color: var(--light);
	text-decoration: none;
}
.footer-menu {
	font-size: 1.25vw; /* 24px */
	letter-spacing: -0.05vw; /* -0.96px */
	line-height: 110%;
}
.margin120 {
	padding: 6.25vw 0; /* 120px 0 */
}
.parts-list {
	flex-wrap: wrap;
	gap: 3.125vw; /* 60px */
}
.wrap {
	flex-wrap: wrap;
}
.gap60 {
	gap: 3.125vw; /* 60px */
}
.part_items {
	justify-content: center;
	border: 0.0521vw solid rgba(255, 255, 255, 0.30); /* 1px */
	height: 8.3333vw; /* 160px */
	padding: 1.6667vw; /* 32px */
	width: calc(25% - 2.3438vw); /* 45px */
	box-sizing: border-box;
}
.part_items img {
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}
.flex-end {
	justify-content: flex-end;
}
.partners .flex-end {
	align-items: flex-end;
}
.main-img, .grey-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.absolute-part-image, .menu-popup {
	height: 100%;
	width: 100%;
}
.main-img, .part_items:hover .grey-img {
	opacity: 0;
}
.part_items:hover .main-img, .grey-img {
	opacity: 1;
}
.relative {
	position: relative;
}
.vote {
	width: 93.75vw; /* 1800px */
	margin: 0 auto;
	background: var(--blue);
	padding: 3.125vw; /* 60px */
	gap: 3.125vw; /* 60px */
	box-sizing: border-box;
	height: 23.9583vw; /* 460px */
}
.vote-image {
	position: absolute;
	bottom: 0;
	left: 3.125vw; /* 60px */
	width: 43.3854vw;
}
.text-vote, .single-date {
	font-size: 1.0417vw; /* 20px */
	line-height: 140%;
	letter-spacing: -0.0417vw; /* -0.8px */
	margin-top: 1.25vw; /* 24px */
}
.single-date {
	color: var(--blue);
}
.btn {
	background: var(--orange);
	padding: 0.8333vw 1.25vw; /* 16px 24px */
	display: inline-block;
	transition: all 0.4s ease;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	color: white;
     font-size: 0.8333vw;
     border: none;
}
.btn:hover {
	background: var(--red);
	color: white;
}
.program {
	width: calc(33.33% - 1.1115vw); /* 21.33px */
	padding: 1.6667vw; /* 32px */
	box-sizing: border-box;
	overflow: hidden;
	border: 0.0521vw solid var(--light); /* 1px */
	height: 15.625vw; /* 300px */
	transition: all 0.4s ease;
	color: var(--light);
}
.line {
	position: absolute;
	bottom: 0;
	left: -0.0521vw; /* -1px */
	transition: transform 0.4s ease;
}
.program-name, .margin0, .winner.margin0 {
	margin: 0;
}
.program:hover {
	color: var(--light);
}
.program:hover {
	background: var(--blue);
}
.program:nth-child(3n+2):hover {
	background: var(--dark-green);
}
.program:nth-child(3n+3):hover {
	background: var(--red);
}
.arrow {
	transition: all 0.4s ease;
}
.program:hover .arrow, .news-item:hover .arrow {
	transform: rotate(45deg);
}
.program:hover .line {
	transform: translateX(-25%);
}
.btn.blue {
	background: var(--blue);
}
.btn.blue:hover, .blue.active {
	background: var(--dark-blue);
}
.item-end {
	align-items: end;
}
.about-padding {
	padding: 2.9167vw 0 1.25vw; /* 56px 0 24px */
}
.about .kino, .font500 {
	font-weight: 500;
}
.about-fest {
	width: 11.9271vw; /* 229px */
}
.section-inner.wide-inner {
	width: 75vw; /* 1440px */
	margin: 3.125vw auto; /* 60px auto */
	justify-content: center;
}
.animated {
	opacity: 0;
}
.main-title {
	height: 10.2vw; /* 203px */
	text-transform: uppercase;
	line-height: 90%;
}
.large {
	font-size: 6.8vw;
	font-weight: 700;
	line-height: 64%;
	letter-spacing: -0.369vw; /* -7.08px → -0.369vw */
	text-transform: uppercase;
	margin-left: -0.365vw; /* -7px → -0.365vw */
}
#menu-popup2, .menu-popup2-container {
	height: 100%;
}
.num {
	font-size: 14.073vw;
	font-weight: 400;
	letter-spacing: -0.708vw;
	line-height: 81%;
}
.video, .video__element {
	max-width: 100%;
	text-align: center;
	margin-top: 4.1667vw; /* 80px */
}
.juri-content, .place {
	font-size: 1.0417vw; /* 20px */
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.0417vw; /* -0.8px */
}
.country {
	padding: 0.5208vw 0 1.6667vw; /* 10px 0 32px */
}
.place {
	text-align: right;
	color: var(--orange);
	min-width: 6.6667vw; /* 128px */
}
.juri-item {
	height: 26.7708vw; /* 514px */
	align-items: center;
}
.juri-item .flex, .gap48 {
	gap: 2.5vw; /* 48px */
}
.sticky {
	position: sticky;
	top: 0;
}
.grid-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.grid-col-3 {
	display: grid;
	gap: 3.3333vw 1.6667vw; /* 64px 32px */
	grid-template-columns: 1fr 1fr 1fr;
}
.center-block .btn {
	padding: 1.3698vw 1.25vw; /* 26.3px 24px */
}
.kino-info p {
	margin-bottom: 0.4167vw; /* 8px */
	text-transform: uppercase;
	color: var(--orange);
}
.kino-data {
	gap: 1.25vw; /* 24px */
}
.kupi {
	min-width: 9.1667vw; /* 176px */
}
.kino-info .where-show p {
	margin: 0;
}
.where-show {
	line-height: 140%;
	margin-bottom: -0.3125vw; /* -6px */
}
.kino-title {
	font-size: 2.0833vw; /* 40px */
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.0833vw; /* -1.6px */
}
.kino-item {
	align-items: stretch;
     justify-content: center;
}
.age {
	font-size: 1.3542vw; /* 26px */
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.0542vw; /* -1.04px */
}
.kino-info.flex {
	gap: 0.8333vw; /* 16px */
	color: var(--orange);
}
.kino-item span {
	font-size: 3.3333vw; /* 64px */
	font-weight: 450;
	line-height: 77%;
	letter-spacing: -0.1333vw; /* -2.56px */
	color: white;
}
.kino-item .btn {
	padding: 0.8333vw 1.6667vw; /* 16px 32px */
}
.info-item {
	font-weight: 500;
	font-size: 1.0417vw; /* 20px */
}
.gap24 {
	gap: 1.25vw; /* 24px */
	flex-wrap: wrap;
}
.sticky.top5 {
top: 5.8vw;
}
.filter-buttons {
	margin-top: 60px; /* 60px 3.125vw*/
}
.main-menu {
	gap: 0.5208vw; /* 10px */
	cursor: pointer;
	z-index: 12;
}
.transform-menu {
	width: 3.9063vw; /* 75px */
	overflow: hidden;
}
.menu-opened rect {
	transition: all 0.4s;
	transform: rotate(0deg) translateY(0) translateX(0);
}
.menu-opened svg {
	overflow: visible;
}
.transform-menu span {
	position: absolute;
	top: 0;
	left: 0;
}
.close, .menu-opened .open {
	opacity: 0;
	transition: all 0.5s;
	transform: translateX(-40%);
}
#open-menu svg rect {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center;
}
.menu-opened .close, .open {
	opacity: 1;
	transition: all 0.5s;
	transform: translateX(0);
}
.menu-opened .line1 {
	transform: rotate(40deg) translateY(0) translateX(23px); /* 23px 1.1979vw*/
	transition: all 0.4s;
	transform-origin: center center;
}
.menu-opened .line2 {
	transform: rotate(-40deg) translateY(6px) translateX(7px); /* 6px 7px 0.3125vw 0.3646vw*/
	transition: all 0.4s;
	transform-origin: right center;
}
.menu-opened .line3 {
	opacity: 0;
}
.section-inner-wide {
	margin: 0 auto;
	padding: 1.2604vw 0; /* 24.2px 0 */
	width: 93.75vw; /* 1800px */
}
.header-right {
	gap: 9.6354vw; /* 185px */
	align-items: center;
}
.site-header {
	font-weight: 450;
	line-height: 110%;
	letter-spacing: -0.0333vw; /* -0.64px */
	text-transform: uppercase;
	height: auto;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(0.5208vw); /* 10px */
	-webkit-backdrop-filter: blur(0.5208vw); /* 10px */
	z-index: 99;
	height: 5.1042vw; /* 98px */
}
.site-header a:hover {

}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.25vw; /* 24px */
}
.gt_float_switcher, .gt_float_switcher .gt-selected {
	background: transparent !important;

}
.gt_float_switcher .gt-selected .gt-current-lang, .small {
	color: var(--light) !important;
	padding: 0 !important;
	font-weight: 400 !important;
	font-size: 0.8333vw; /* 16px */
	margin-top: 0.1563vw; /* 3px */
}
.gt_float_switcher img {
	width: 0.9375vw !important; /* 18px */
	height: 0.7813vw !important; /* 15px */
	margin-right: 0.5208vw !important; /* 10px */
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	transform: rotate(-0deg) !important;
	margin-left: 0.5208vw; /* 10px */
	background-size: 0.625vw !important; /* 12px */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M10.8006 0.137065L5.80257 5.00907L0.804566 0.137065C0.715272 0.0498356 0.595396 0.000999928 0.470566 0.000999928C0.345737 0.000999928 0.22586 0.0498356 0.136566 0.137065C0.0933286 0.17943 0.0589787 0.229995 0.0355287 0.285801C0.0120787 0.341608 0 0.401532 0 0.462065C0 0.522598 0.0120787 0.582522 0.0355287 0.638329C0.0589787 0.694135 0.0933286 0.744701 0.136566 0.787065L5.45357 5.97107C5.54694 6.06208 5.67217 6.11302 5.80257 6.11302C5.93296 6.11302 6.05819 6.06208 6.15157 5.97107L11.4686 0.788065C11.5121 0.745669 11.5467 0.694979 11.5704 0.638988C11.594 0.582997 11.6062 0.522839 11.6062 0.462065C11.6062 0.401291 11.594 0.341133 11.5704 0.285142C11.5467 0.229151 11.5121 0.178461 11.4686 0.136065C11.3793 0.0488352 11.2594 0 11.1346 0C11.0097 0 10.8899 0.0488352 10.8006 0.136065V0.137065Z' fill='white'/%3E%3C/svg%3E") !important;
}
.gt_float_switcher .gt_options {
	position: absolute !important;
}
.gt_float_switcher .gt_options a {
	padding: 1.0417vw 0 0 !important; /* 20px 0px 0 */
	color: var(--light) !important;
	font-size: 0.8333vw; /* 16px */
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
	transform: rotate(180deg) !important;
}
.gt_float_switcher .gt_options a:hover {
	background: transparent !important;
	color: var(--blue) !important;
}
.mobile-header-menu.active {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
}
.mobile-header-menu {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	z-index: 9;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 1.0417vw; /* 20px */
	box-sizing: border-box;
	overflow-y: auto;
	display: flex;
	transform: translateX(-200%);
	transition: all 0.6s ease-in-out;
}
.header-left {
	z-index: 100;
}
.popup2 ul, .popup1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	gap: 1.6667vw; /* 32px */
}
.popup2 ul {
	justify-content: space-between;
	font-size: 1.6667vw; /* 32px */
	line-height: 110%;
	letter-spacing: -0.0667vw; /* -1.28px */
	text-transform: lowercase;
}
.popup1 a, .popup2 a {
	color: var(--grey);
}
.popup1 {
	font-size: 3.75vw; /* 72px */
	line-height: 110%;
	letter-spacing: -0.15vw; /* -2.88px */
	text-transform: uppercase;
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	opacity: 1;
	width: 100%;
	height: 102vh;
	overflow: hidden;
	contain: layout paint;
	max-width: 100%;
}
.gt_float_switcher {
	box-shadow: none;
}
.light-fon {
	opacity: 1;
	height: 102vh;
	width: 100%;
	background: #000;
	align-items: center;
	justify-content: center;
	will-change: transform;
	max-width: 100%;
}
.green-fon {
	height: 102vh;
	width: 100%;
	max-width: 100%;
	background: var(--blue);
	will-change: transform;
}
.green-fon.black {
	background: var(--black);
}
.load-img {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.first-svg {
	transform: translateZ(0);
}
.preloader-remove {
	transform: translateY(-100%);
	opacity: 0;
	transition: all 0.5s ease-out;
	will-change: transform;
	backface-visibility: hidden;
}
.bvi-open, .menu-item a, .hover-for {
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.4s ease;
	z-index: 1;
}
.bvi-open::before, .menu-item a::before, .hover-for::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: var(--orange);
	transition: left 0.4s ease;
	z-index: -1;
}
.bvi-open:hover, .menu-item a:hover, .hover-for:hover {
	color: #F2F3F4 !important;
}
.bvi-open:hover::before, .menu-item a:hover::before, .hover-for:hover::before {
	left: 0;
}
/* Стилизация скроллбара для всей страницы */
html {
	scrollbar-width: thin;
	scrollbar-color: var(--blue) #000;
}
/* Для WebKit браузеров (Chrome, Safari, Edge) */
::-webkit-scrollbar {
	width: 0.4167vw; /* 8px */
	height: 0.4167vw; /* 8px */
}
::-webkit-scrollbar-track {
	background: #000;
	border-radius: 0.2083vw; /* 4px */
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 0.2083vw; /* 4px */
	border: 0.0521vw solid var(--blue); /* 1px */
}
::-webkit-scrollbar-thumb:hover {
	background: #000;
}
::-webkit-scrollbar-thumb:active {
	background: var(--blue);
}
::-webkit-scrollbar-corner {
	background: var(--blue);
}
.margin60 {
	margin: 3.125vw auto; /* 60px auto */
}
.content {
	font-size: 1.0417vw; /* 20px */
	line-height: 140%;
	letter-spacing: -0.0417vw; /* -0.8px */
}
.page-title {
	font-weight: 500;
}
.breadcrumbs {
	padding: 0.8333vw 0; /* 16px 0 */
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.0333vw; /* -0.64px */
}
.small-tip {
	text-transform: initial;
	font-size: 0.8333vw; /* 16px */
	line-height: 140%;
	letter-spacing: -0.0333vw; /* -0.64px */
}
.contact-item {
	text-transform: lowercase;
	font-size: 1.25vw; /* 24px */
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.05vw; /* -0.96px */
}
.contact-item p, .win .orange, .orange {
	color: var(--orange);
}
.margin16 {
	margin-bottom: 0.8333vw; /* 16px */
}
.grid-col-3 .program {
	width: auto;
}
.margin32 {
	padding: 1.6667vw 0; /* 32px 0 */
}
.gap24 {
	gap: 1.25vw; /* 24px */
}
.date {
	color: var(--blue);
	margin-bottom: 0.5208vw; /* 10px */
}
.news-name {
	font-size: 1.0417vw; /* 20px */
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.0417vw; /* -0.8px */
	min-height: 3.125vw; /* 60px */
}
.news-item {
	padding: 24px; /* 24px */
	box-sizing: border-box;
	overflow: hidden;
	border: 0.0521vw solid rgba(255, 255, 255, 0.30); /* 1px */
	transition: all 0.4s ease;
	color: var(--light);
}
.news-image {
	height: 15.7292vw; /* 302px */
	width: 100%;
	overflow: hidden;
	margin-top: 1.25vw; /* 24px */
}
.news-item:hover .news-name {
	color: var(--light);
}
.news-image img, .single-news-img, .online-single-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}
.news-item:hover, .vote-item:hover {
	border: 0.0521vw solid var(--light) /* 1px */
}
.news-item:hover .news-image img, .vote-item:hover img {
	transform: scale(1.1);
}
.pages .next::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M5.357 15.289L5.334 15.266 12.406 8.177 5.334 1.088 5.357 1.065H8.903L16 8.177 8.903 15.288 5.357 15.289z' fill='%23245D43'/%3E%3Cpath d='M0 6.992h12.444v2.37H0z' fill='%23245D43'/%3E%3C/svg%3E");
	display: inline-block;
	width: 0.8333vw; /* 16px */
	height: 0.8333vw; /* 16px */
}
.pages .prev::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M5.357 15.289L5.334 15.266 12.406 8.177 5.334 1.088 5.357 1.065H8.903L16 8.177 8.903 15.288 5.357 15.289z' fill='%23245D43'/%3E%3Cpath d='M0 6.992h12.444v2.37H0z' fill='%23245D43'/%3E%3C/svg%3E");
	display: inline-block;
	width: 0.8333vw; /* 16px */
	height: 0.8333vw; /* 16px */
	rotate: 180deg;
}
.breadcrumbs.flex {
	gap: 48px; /* 48px */
}
.breadcrumbs.flex .flex {
	gap: 12px; /* 12px 0.625vw;*/
}
.single-news-info {
	margin: 120px auto 32px; /* 120px auto 32px 6.25vw auto 1.6667vw*/
}
.news-full-img {
	width: 100%;
	height: 42.4479vw; /* 815px */
}
.margin-content {
	margin: 48px auto 120px; /* 2.5vw auto 6.25vw 48px auto 120px */
}
.all-news {
	padding: 16px 0; /* 16px 0 0.8333vw*/
	gap: 12px; /* 12px 0.625vw*/
}

.single-title {
	font-weight: 500;
}
.gt_float_switcher img {
	width: 20px !important;
	height: 20px !important;
}
#gt_float_wrapper {
	width: 88px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	background-size: 14px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	font-size: 16px;
}
.single-category {
	text-transform: uppercase;
	margin-top: 1.25vw; /* 24px */
}
.single-film-content {
	line-height: 110%;
}
.info-item-single {
	color: var(--light);
	font-size: 1.0417vw; /* 20px */
	font-weight: 450;
	line-height: 110%;
	letter-spacing: -0.0417vw; /* -0.8px */
	text-transform: lowercase;
	text-align: right;
}
.gap32 {
	gap: 32px; /* 32px 1.6667vw*/
}
.margin48 {
	padding: 2.5vw 0; /* 48px 0 */
}
.win .place {
	line-height: 120%;
	text-align: left;
	width: 12.5vw; /* 240px */
	min-width: 12.5vw; /* 240px */
}
.winner {
	font-size: 2.0833vw; /* 40px */
	line-height: 110%;
	letter-spacing: -0.0833vw; /* -1.6px */
	margin-bottom: 0.8333vw; /* 16px */
}
.win {
	width: 35.6771vw; /* 685px */
}
.win-item .relative .sticky, .top20 {
	top: 1.0417vw; /* 20px */
}
.cont-cookie-popup {
	color: #1F2120;
	background: var(--light);
	padding: 1.25vw; /* 24px */
	bottom: 3.125vw; /* 60px */
	position: fixed;
	right: 3.125vw; /* 60px */
	z-index: 8;
	width: 17.6042vw; /* 338px */
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.cont-cookie-popup a {
	color: #1F2120;
}
.cont-cookie-popup.show {
	visibility: visible;
	opacity: 1;
}
.cookie-title {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.8px;
}
#cookie_close, .width100 {
	width: 100%;
	text-align: center;
}
.footer-image-top {
	width: 10.0521vw; /* 193px */
}
.gt_float_switcher .gt_options {
	max-width: unset !important;
}
.half {
	width:calc(50% - 30px);
}
.gap8 {
  gap:0.4167vw;
}
.gt_float_switcher .gt_options.gt-open {
	background: #000;
	padding: 0px 10px 15px;
	margin-top: 10px;
}
.gt_float_switcher .gt_options {  
   max-height: 350px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
   width: 22px;
  display: inline-flex;
  overflow: hidden;
  height: 20px;
}
.event-foto {
  width: 3.8542vw; 
  min-width: 3.8542vw; 
  height: 3.8542vw;
  overflow: hidden;
  border-radius: 4.1667vw; 
}
.half-title {
  width: 60%;
  margin-left: 0;
}
.event-item:not(:last-child) {
   margin-bottom: 4.1667vw;
   padding-bottom: 4.1667vw;
   border-bottom: 1px solid var(--grey);
} 