@font-face {
 font-family: Montserrat-Medium;
 src: url(fonts/Montserrat-Medium.ttf);
}
@font-face {
 font-family: Montserrat-Bold;
 src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
 font-family: Montserrat-SemiBold;
 src: url(fonts/Montserrat-SemiBold.ttf);
}
@font-face {
 font-family: Bebas_Neue_Cyrillic;
 src: url(fonts/Bebas_Neue_Cyrillic.ttf);
}
@-webkit-keyframes glitch {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 20% {
  -webkit-transform:translate(-2px,2px);
  transform:translate(-2px,2px)
 }
 40% {
  -webkit-transform:translate(-2px,-2px);
  transform:translate(-2px,-2px)
 }
 60% {
  -webkit-transform:translate(2px,2px);
  transform:translate(2px,2px)
 }
 80% {
  -webkit-transform:translate(2px,-2px);
  transform:translate(2px,-2px)
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}
@keyframes glitch {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 20% {
  -webkit-transform:translate(-2px,2px);
  transform:translate(-2px,2px)
 }
 40% {
  -webkit-transform:translate(-2px,-2px);
  transform:translate(-2px,-2px)
 }
 60% {
  -webkit-transform:translate(2px,2px);
  transform:translate(2px,2px)
 }
 80% {
  -webkit-transform:translate(2px,-2px);
  transform:translate(2px,-2px)
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}

@-webkit-keyframes glitch-one {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0);
  z-index:-1;
 }
 20% {
  -webkit-transform:translate(-2px,2px);
  transform:translate(-2px,2px);
  z-index:1;
 }
 40% {
  -webkit-transform:translate(-2px,-2px);
  transform:translate(-2px,-2px);
  z-index:1;
 }
 60% {
  -webkit-transform:translate(2px,2px);
  transform:translate(2px,2px);
  z-index:1;
 }
 80% {
  -webkit-transform:translate(2px,-2px);
  transform:translate(2px,-2px);
  z-index:1;
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0);
  z-index:-1;
 }
}
@keyframes glitch-one {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0);
  z-index:-1;
 }
 20% {
  -webkit-transform:translate(-2px,2px);
  transform:translate(-2px,2px);
  z-index:1;
 }
 40% {
  -webkit-transform:translate(-2px,-2px);
  transform:translate(-2px,-2px);
  z-index:1;
 }
 60% {
  -webkit-transform:translate(2px,2px);
  transform:translate(2px,2px);
  z-index:1;
 }
 80% {
  -webkit-transform:translate(2px,-2px);
  transform:translate(2px,-2px);
  z-index:1;
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0);
  z-index:-1;
 }
}

@-webkit-keyframes line-glitch {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 20% {
  -webkit-transform:translate(-1px,1px);
  transform:translate(-1px,1px)
 }
 40% {
  -webkit-transform:translate(-1px,-1px);
  transform:translate(-1px,-1px)
 }
 60% {
  -webkit-transform:translate(1px,1px);
  transform:translate(1px,1px)
 }
 80% {
  -webkit-transform:translate(1px,-1px);
  transform:translate(1px,-1px)
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}
@keyframes line-glitch {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 20% {
  -webkit-transform:translate(-1px,1px);
  transform:translate(-1px,1px)
 }
 40% {
  -webkit-transform:translate(-1px,-1px);
  transform:translate(-1px,-1px)
 }
 60% {
  -webkit-transform:translate(1px,1px);
  transform:translate(1px,1px)
 }
 80% {
  -webkit-transform:translate(1px,-1px);
  transform:translate(1px,-1px)
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}
@-webkit-keyframes blur-glitch {
 0% {
 	z-index: 2;
  -webkit-filter:blur(0);
  filter:blur(0)
 }
 50% {
 	 z-index: 1;
  -webkit-filter:blur(.75px);
  filter:blur(.75px)
 }
 to {
 	z-index: 2; 
  -webkit-filter:blur(0);
  filter:blur(0)
 }
}
@keyframes blur-glitch {
 0% {
 	z-index: 2;
  -webkit-filter:blur(0);
  filter:blur(0)
 }
 50% {
 	z-index: 1;
  -webkit-filter:blur(.75px);
  filter:blur(.75px)
 }
 to {
 	z-index: 2;
  -webkit-filter:blur(0);
  filter:blur(0)
 }
}

@-webkit-keyframes zindex-glitch {
 0% {
 	z-index: 2;
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 20% {
 	z-index: 1; 
  -webkit-transform:translate(-2px,2px);
  transform:translate(-2px,2px)
 }
 40% {
 	z-index: 2; 
  -webkit-transform:translate(-2px,-2px);
  transform:translate(-2px,-2px)
 }
 60% {
 	z-index: 1; 
  -webkit-transform:translate(2px,2px);
  transform:translate(2px,2px)
 }
 80% {
 	z-index: 1; 
  -webkit-transform:translate(2px,-2px);
  transform:translate(2px,-2px)
 }
 to {
 	z-index: 2; 
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}
@keyframes zindex-glitch {
 0% {
 	z-index: 2;
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 20% {
 	z-index: 1; 
  -webkit-transform:translate(-2px,2px);
  transform:translate(-2px,2px)
 }
 40% {
 	z-index: 2; 
  -webkit-transform:translate(-2px,-2px);
  transform:translate(-2px,-2px)
 }
 60% {
 	z-index: 1; 
  -webkit-transform:translate(2px,2px);
  transform:translate(2px,2px)
 }
 80% {
 	z-index: 1; 
  -webkit-transform:translate(2px,-2px);
  transform:translate(2px,-2px)
 }
 to {
 	z-index: 2; 
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}

button:focus {
    outline: 0 none;
}
*:focus {
  outline: 0 none;
}
body {
	font-family: Montserrat-Medium;
	font-size: 16px;
	background: white;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	font-size: 2rem;
}
*, *::before, *::after {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none;
}
.header-first .container {
	position: relative;
}
.text-rotate-wrapper {
	max-width: 50px;
	position: relative;
}
.text-rotate {
	transform: rotate(-90deg);
	font-size: 47px;
	font-family: Montserrat-Bold;
	margin-top: 0;
	position: absolute;
	left: -43px;
	top: 42px;
	width: 130px;
	height: 45px;
	line-height: 45px;
}
.logo-text {
	font-size: 40px;
	text-transform: uppercase;
	font-family: Montserrat-Bold;
	line-height: 38px;
	margin-top: 6px;
}
.logo-text div:nth-child(2) {
	font-size: 22px;
}
.logo-text div:nth-child(3) {
	font-size: 47px;
}
.container-fluid.header-first {
	/*background-image: url(/poll_2018/images/top-head.jpg); */
	background-image: url(/poll_2023/images/top-head.jpg);
	min-height: 193px;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;
}
.row.title-box {
	background: #de0700;
	color: white;
	width: 254px;
	height: 130px;
}
.container-fluid.header-second {
	/* background-image: url(/poll_2023/images/head-second.png); */
	min-height: 350px;
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #de0700;
	color: white;
}
.header-second .container .row:nth-child(1) {
	height: 220px;
}
.header-second .container .row:nth-child(1) .col-sm-12 {
	display: flex;
	align-items: center;
	flex-flow: column wrap;
	justify-content: center;
}
.white {
	color: white;
}
.yellow {
	color: white;
}
.yellow:hover {
	color: white;
}
.yellow-big {
	font-size: 30px;
}
.header-second .container .row:nth-child(1) .col-sm-12 .yellow-big {
	margin-bottom: 10px;
	line-height: 40px;
	text-transform: uppercase;	
}
.container.announcement {
	padding: 50px 0 40px;
}
.container.announcement .announcement-text div {
	margin-bottom: 10px;
}
.announcement-block {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	line-height: 31px;
	width: 330px;
}

.announcement-block a {
	color: black;
}
.announcement-block div {
	position: relative;
}
.announcement-block div:nth-child(1) {
	font-size: 36px;
}
.announcement-block div:nth-child(2) {
	font-size: 25px;
}
.announcement-block div:nth-child(3) {
	font-size: 33px;
	letter-spacing: 5px;
}
.announcement-block div:nth-child(4) {
	font-size: 27px;
	letter-spacing: 9px;
}
.announcement-block span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 12;
}

.announcement-block img {
	
}
.vote-success {
	padding: 30px;
	color: white;
	background: #E5D8FF;
}
.nomenee-photo img {
	width: 200px;
	height: 300px;
}

/*#promo,
.horizont-menu.container,
.voting .container {*/
body > * {
	padding-left: 0;
	padding-right: 0;
}

.voting .container {
	/* position: relative; */
}
.voting .container {
	/*position: absolute;
	top: 0;
	left: -10000px;*/
	height: 0;
	overflow: hidden;
	opacity: 0;
	/* visibility: hidden;
	transform: translateY(-100%);
	transition: transform 0.3s linear 0s, visibility 0s linear 0s; */
	transition: all 0.5s ease 0s;
}
.voting .container.active {
	/*left: 0;*/
	height: auto !important;
	opacity: 1;
	/*transform: translateY(0%);
	visibility: visible; */
}
/*
.voting .container .nomi-wrapper {
    position: absolute;
    top: 100%;
    overflow: hidden;

    transition: transform 0.3s linear 0s, visibility 0.3s linear 0s;
    transform: translateY(-100%);
    visibility: hidden;
    color: white;
}
.voting .container.active .nomi-wrapper {
    transform: translateY(0%);
    visibility: visible;
    transition: transform 0.3s linear 0s, visibility 0s linear 0s;
}
.voting .container.active .nomi-mask {
    transform: translateY(0%);
}
.nomi-mask {
    position: relative;
    background-color: gray;
    transform: translateY(100%);
    transition: transform 0.3s linear 0s;
}
*/
.sliderslick {
	width: 598px;
}
.sliderslick .slickimgwrapper {
	width: 510px;
	height: 300px;
	display: block;
}
.sliderslick .slick-arrow {
	cursor: pointer;
	font-size: 0;
	border: 0 none;
	background: url(images/arr-ico.png) 0 0 no-repeat;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 150px;
	z-index: 1000;
}
.sliderslick .slick-prev {
	left: 20px;
	transform: rotate(180deg);
}
.sliderslick .slick-next {
	right: 20px;
}
.col-sm.nominee-works {
	max-width: 598px;
}
.col-sm.nomenee-announce {
	max-width: 380px;
}
.row.rblockHir {
	margin-bottom: 37px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.more-berns:hover,
.nominee-name span:hover,
.rblockHir a:hover {
	text-decoration: none;
	color: #de0700;
}

.more-berns,
.nominee-name span,
.rblockHir a {
	color: #de0700;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.more-berns,
.rblockHir a {
	line-height: 1;
	text-decoration: none;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #de0700;
	z-index: 11;
	cursor: pointer;
	display: block;
	width: fit-content;
	width: -moz-fit-content;
}

.rblockHir .do-vote.cant-vote a {
	color: #eee;
	border-bottom: 1px solid #eee;
}

.nomenee-photo .image-container {
	position: relative;
}
.nomenee-photo .image-container.kubok:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 65px;
	height: 46px;
	background: url('assets/img/kubok.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.nomenee-photo .image-container.venok:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 78px;
	height: 56px;
	background: url('assets/img/vetvi.png');
}

.nominee-name {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}
.horizont-menu {
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.horizont-menu h2 {
	margin-bottom: 50px;
}
.main-raiting .horizont-menu .top-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.divider {
	border-right: 1px solid #bebebe;
	height: 45px !important;
	min-height: 45px !important;
	margin-top: 7px;
}
/*.item.active + div {
	display: none !important;
}
*/
.main-raiting .horizont-menu .top-menu > div.active {
	padding: 0 1em;
}
/*
.main-raiting .horizont-menu .top-menu {
  display: flex;
  color: #ebebeb;
}
.main-raiting .horizont-menu .top-menu > div {
  position: relative;
  padding: .5rem 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 0 1 25%;
}
.main-raiting .horizont-menu .top-menu > div:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -2px;
  top: 25%;
  width: 2px;
  height: 50%;
  background-color:#ebebeb;
}
*/
/*
.main-raiting .horizont-menu .top-menu {
	margin: 0 -8px;
	display: flex;
	flex-direction: row;
	flex: 1;
}
.main-raiting .horizont-menu .top-menu > * {
	margin: 0 8px;
	padding: 0 8px;
	min-height: 60px;
	transition: all 0.5s ease 0s;
	position: relative;
}
.main-raiting .horizont-menu .top-menu > div {
	flex: 0 1 auto;
}
.main-raiting .horizont-menu .top-menu > div.bord {
	display: block;
	height: 45px;
	width: 1px;
	background: #bebebe;
	margin-top: 7px;
}
.main-raiting .horizont-menu .top-menu > div::before {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 8px;
	height: 45px;
	width: 1px;
	border-right: 1px solid #bebebe;
}*/


.main-raiting .horizont-menu .top-menu > div,
.horizont-menu .col-sm {
	align-items: center;
	justify-content: center;
	display: flex;
	min-height: 60px;
	transition: all 0.5s ease 0s;
	position: relative;
}
.artplast .horizont-menu .col-sm::before {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 8px;
	height: 45px;
	width: 1px;
	border-right: 1px solid #bebebe;
}
.horizont-menu .top-menu > div.active::before,
.horizont-menu .col-sm:last-child::before {
	content: none;
}
.horizont-menu .top-menu > div.active {
	background: #de0700;
	position: relative;
	border-right: 0 none;
	margin-left: -1px;
	transition: all 0.5s ease 0s;
}
.horizont-menu .top-menu > div::after {
	position: absolute;
	display: block;
	bottom: -13px;
	left: 45%;
	content: "";
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #de0700;
	opacity: 0;
	transition: all .5s ease 0s;
}
.horizont-menu .top-menu > div.active::after {
	opacity: 1;
}
.horizont-menu .top-menu > div a {
	font-family: Montserrat-SemiBold;
	font-weight: bold;
	color: black;
	font-size: 12px;
	transition: all 0.5s ease 0s;
}
.horizont-menu .top-menu > div a:hover {
	text-decoration: none;
}
.horizont-menu .top-menu > div.active a {
	color: white;
}
.col-sm.nomenee-announce > div {
	margin-bottom: 15px;
}
.social {
	margin-bottom: 50px;
}
/*
.social span.share42-item a {
	width: 40px !important;
	height: 40px !important;
}
*/
.social a {
	background-image: url(images/social.png);
	background-repeat: no-repeat;
	width: 40px !important;
	height: 40px !important;
	display: block;
}

.social .share42init div:nth-child(1) a {
	background-position: 0 0;
}
.social .share42init div:nth-child(2) a {
	background-position: -40px 0 !important;
}
.social .share42init div:nth-child(3) a {
	background-position: -80px 0 !important;
}
.social .share42init div:nth-child(4) a {
	background-position: -120px 0 !important;
}

/*
.social span:nth-child(1) a {
	background-position: 0 0;
}
.social span:nth-child(2) a {
	background-position: -40px 0 !important;
}
.social span:nth-child(3) a {
	background-position: -80px 0 !important;
}
.social span:nth-child(4) a {
	background-position: -120px 0 !important;
}
*/
.berns > div:nth-child(3) .bern {
	background-image: url(images/promo250x250.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 250px;
}
.berns > div:nth-child(4) .bern {
	background-image: url(images/promo240x400.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 240px;
	height: 400px;
}
.berns > div:nth-child(2) .bern {
	background-image: url(images/promo200x200.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 200px;
}
.berns > div:nth-child(1) .bern {
	background-image: url(images/promo320x100.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 320px;
	height: 100px;
}
.berns > div:nth-child(1) textarea {
	width: 320px;
}
.berns > div:nth-child(2) textarea {
	width: 200px;
}
.berns > div:nth-child(3) textarea {
	width: 250px;
}
.berns > div:nth-child(4) textarea {
	width: 240px;
}

.bern {
	background-color: #de0700;
	margin-bottom: 20px;
}
textarea {
	width: 240px;
	height: 100px;
	font-size: 10px;
	resize: none;
	border: 1px solid #de0700;
	padding: 10px;
}
.berns {
	justify-content: space-between;
}
#footer {
	background: #de0700;
	color: white;
	font-size: 12px;
	padding: 30px 0;
	margin: 40px 0 0;
}
#footer a {
	color: #780210;
}
#top {
	border-radius: 30px;
	background: #de0700;
	position: fixed;
	bottom: 15px;
	right: 30px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#top span {
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 13px solid white;
	margin-top: -4px;
}
.vote-success .wrapper {
	background: #de0700;
	border: 1px solid white;
	padding: 20px;
}
.vote-success {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(78, 52, 178,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Montserrat-Bold;
	text-transform: uppercase;
}
.winner, .nomenee-voites span {
	font-weight: bold;
	color: #de0700;
}
.big {
	text-transform: uppercase;
}
.spec-nom {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
@media (max-width: 991.98px)  {
	.horizont-menu .top-menu-mob .slick-slide a::after {
		content: none !important;
	}
	.sliderslick .slick-arrow {
		width: 50px;
		height: 50px;
		background: url(images/arr-ico.png) center center no-repeat;
	}
	.sliderslick .slick-prev {
		left: 0;
	}
	.sliderslick .slick-next {
		right: 0;
	}
	.announcement-block {
		width: 100%;
		min-height: 0 !important;
	}
	html .announcement-block div::before, 
	html .announcement-block div::after {
		content: none !important;
	}
	.horizont-menu .col-sm::before { content: none; }
	.container-fluid.header-first {
		background-image: none;
		min-height: 150px;
	}
	.yellow-big {
		font-size: 20px;
	}
	.header-second .container .row:nth-child(1) .col-sm-12 .yellow-big {
		margin-bottom: 10px;
		line-height: 30px;
		text-transform: uppercase;	
	}
	.announcement-block span {
		display: none;
	}
	.container.announcement {
		padding: 35px 15px 25px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 20px;
	}
	.horizont-menu .top-menu-mob .slick-slide {
		border-right: 0 none;
	}
	.horizont-menu .top-menu-mob .slick-slide a {
		background: #de0700;
		position: relative;
		display: flex;
		width: 180px;
		height: 60px;
		margin: auto;
		justify-content: center;
		align-items: center;
		color: white;
	}
	.top-menu.slick-slider .slick-list {
		padding: 0 0 20px;
	}
	.horizont-menu .top-menu-mob .slick-slide a::after {
		position: absolute;
		display: block;
		bottom: -13px;
		margin: auto;
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #de0700;
		visibility: visible;
	}
	.horizont-menu .slick-arrow {
		cursor: pointer;
		font-size: 0;
		border: 0 none;
		background: url(images/arr-ico2.png) 0 0 no-repeat;
		width: 17px;
		height: 35px;
		position: absolute;
		top: 9px;
		z-index: 1000;
	}
	.horizont-menu .slick-prev {
		left: 0;
		transform: rotate(180deg);
	}
	.horizont-menu .slick-next {
		right: 0;
	}
	.rblockHir {
		border-bottom: 1px solid #ebebeb;
	}
	.horizont-menu {
		margin-bottom: 30px;
	}
	.sliderslick img {
		width: 100vw;
		height: auto;
	}
	.sliderslick {
		width: 100%;
	}
	.sliderslick .slick-arrow {
		top: 70px;
	}
	.sliderslick .slickimgwrapper {
		height: auto;
	}
	.do-vote {
		margin-bottom: 20px;
	}
}

.artplast .etap > div {
	text-align: center;
	line-height: 60px;
}
.artplast .etap > div:nth-child(1) {
	font-size: 72px;
	text-transform: uppercase;
	color: #de0700;
	font-family: Bebas_Neue_Cyrillic;
}
.artplast .etap > div:nth-child(2) {
	font-size: 22px;
	color: #de0700;
	font-weight: bold;	
}
.artplast .etap > div:nth-child(3) {
	font-size: 38px;
	text-transform: uppercase;
	font-family: Bebas_Neue_Cyrillic;
}
.artplast h1, .artplast h2, .artplast h3, .artplast h4, .artplast h5, .artplast h6 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	font-size: 2rem;
}
.artplast .graybg {
	background: #ebebeb;
}
.artplast ul li {
	list-style-type: none;
	position: relative;
	line-height: 34px;
}
.artplast ul li::before {
	content: "•";
	position: absolute;
	top: 0;
	left: -20px;
	color: #de0700;
	font-size: 40px;
}
.artplast .yellow-big {
	font-size: 28px;
}
.artplast .horizont-menu {
	margin-top: 45px;
	margin-bottom: 40px;
}
.artplast .horizont-menu > div > div {
	align-items: center;
	justify-content: center;
	display: flex;
	min-height: 30px;
	transition: all 0.5s ease 0s;
	position: relative;
	margin: 0;
	padding: 0 10px;
}
.artplast .horizont-menu > div > div::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	border-right: 1px solid #bebebe;
}
.artplast .horizont-menu > div > div:first-child::before {
	content: none;
}

.artplast .horizont-menu .top-menu > div a {
    text-align: center;
    word-wrap: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: nowrap;
}
.artplast .horizont-menu > div > div:hover {
	background: #de0700;
}
.artplast .horizont-menu > div > div:hover a {
	color: white;
}
.artplast .horizont-menu .top-menu > div::after {
	content: none;
}
.artplast .bold {
	font-weight: bold;
}
.artplast .zayavki {
	background: #de0700;
	min-height: 557px;
	color: white;
}
.artplast .zayavki .podat-z::after,
.artplast a.ancor::after {
	border-bottom: 0 none;
}
.artplast .podat-z span {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	line-height: 30px;
}
.artplast .podat-z span:nth-child(1) {
	font-size: 20px;
	letter-spacing: 0;
}
.artplast .podat-z span:nth-child(2) {
	font-size: 16px;
	letter-spacing: 0.5px;
}
.artplast .podat-z span:nth-child(3) {
	font-size: 35px;
	letter-spacing: 9px;
}
.artplast .podat-z.clinic span:nth-child(1) {
	font-size: 20px;
	letter-spacing: 1.5px;
}
.artplast .podat-z.clinic span:nth-child(2) {
	font-size: 16px;
	letter-spacing: 0px;
}
.artplast .podat-z.clinic span:nth-child(3) {
	font-size: 35px;
	letter-spacing: 6px;
}
.artplast .rezultat a {
	color: black;
}
.artplast .rezultat .rezultat-knpk > div {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
}
.artplast .rezultat .rezultat-knpk > div:nth-child(1) {
	font-size: 50px;
	letter-spacing: 0;
	line-height: 42px;	
}
.artplast .rezultat .rezultat-knpk > div:nth-child(2) {
	font-size: 27px;
	letter-spacing: 0;
}
.artplast .rezultat .rezultat-knpk > div:nth-child(3) {
	font-size: 32px;
	letter-spacing: 0;
}
.artplast .subtitle {
	text-align: left;
	font-size: 24px;
	margin-bottom: 30px;
}
.artplast .predbot {
	border-bottom: 1px solid #ebebeb;
}
.artplast .share42-item {
	margin: 0 15px 6px 0 !important;
}

.artplast .podat-z span,
.artplast .d-block .yellow-big,
.artplast .rezultat-knpk > div {
	position: relative;
}

.artplast .podat-z span::after,
.artplast .d-block .yellow-big::after {
	color: #f0f;
}
.artplast .podat-z span::before,
.artplast .d-block .yellow-big::before {
	color: #0ff;
}

.artplast .rezultat-knpk > div::after {
	color: #f0f;
	z-index: -1;
}
.artplast .rezultat-knpk > div::before {
	color: #0ff;
	z-index: -2;
}
.artplast .rtejustify a {
	color: black;
	position: relative;
}
.artplast .zayavki a {
	color: white;
}
.artplast .zayavki > div > div:nth-child(4) a {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 1px solid white;
	position: relative;
}
.artplast .zayavki > div > div:nth-child(4) a:hover {
	border-bottom: 0 none;
}
.artplast .rtejustify a::after,
.artplast .rtejustify a::before,
.artplast .zayavki > div > div:nth-child(4) a::after,
.artplast .zayavki > div > div:nth-child(4) a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	visibility: hidden;
}
.artplast .rtejustify a::after,
.artplast .zayavki > div > div:nth-child(4) a::after {
	background: #f0f;
}
.artplast .rtejustify a::before,
.artplast .zayavki > div > div:nth-child(4) a::before {
	background: #0ff;
}
.artplast .rtejustify a:hover::after,
.artplast .zayavki > div > div:nth-child(4) a:hover::after {
	-webkit-animation: line-glitch .5s cubic-bezier(.25,.46,.45,.94) infinite reverse both;
	animation: line-glitch .5s cubic-bezier(.25,.46,.45,.94) infinite reverse both;
	visibility: visible;
}
.artplast .rtejustify a:hover::before,
.artplast .zayavki > div > div:nth-child(4) a:hover::before {
	-webkit-animation: line-glitch .5s cubic-bezier(.25,.46,.45,.94) infinite both;
	animation: line-glitch .5s cubic-bezier(.25,.46,.45,.94) infinite both;
	visibility: visible;
}

.artplast .podat-z span::after,
.artplast .podat-z span::before,
.artplast .d-block .yellow-big::after,
.artplast .d-block .yellow-big::before,
.artplast .rezultat-knpk > div::after,
.artplast .rezultat-knpk > div::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.artplast .podat-z:hover span::after,
.artplast .d-block .yellow-big:hover::after {
	-webkit-animation: glitch-one .5s cubic-bezier(.25,.46,.45,.94) reverse both;
	animation: glitch-one .5s cubic-bezier(.25,.46,.45,.94) reverse both;
	visibility: visible;	
}
.artplast .podat-z:hover span::before,
.artplast .d-block .yellow-big:hover::before {
	-webkit-animation: glitch-one .5s cubic-bezier(.25,.46,.45,.94) both;
	animation: glitch-one .5s cubic-bezier(.25,.46,.45,.94) both;
	visibility: visible;
}

.artplast .rezultat-knpk:hover > div::after {
	-webkit-animation: glitch .5s cubic-bezier(.25,.46,.45,.94) reverse both;
	animation: glitch .5s cubic-bezier(.25,.46,.45,.94) reverse both;
	visibility: visible;
}
.artplast .rezultat-knpk:hover > div::before {
	-webkit-animation: glitch .5s cubic-bezier(.25,.46,.45,.94) both;
	animation: glitch .5s cubic-bezier(.25,.46,.45,.94) both;
	visibility: visible;
}


.owl-prev,
.owl-next {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: #ffffff;;
  color: #ccc;
  font-size: 12px;
  padding: 0 5px;
}
.owl-prev {
  left: 0;
  top: 0;
}
.owl-next {
  right: 0;
  top: 0;
}
.owl-prev:before {
  content: '';
  width: 13px;
  height: 60px;
  background: center center no-repeat url('images/left-arrow.png');
}
.owl-next:after {
  content: '';
  width: 13px;
  height: 60px;
  background: center center no-repeat url('images/left-arrow.png');
  transform: rotate(180deg);
}

.top-menu-mob .item {
	background: #de0700;
	position: relative;
	padding: 0 1em;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.top-menu-mob .item a {
	color: white;
	font-family: Montserrat-SemiBold;
	font-weight: bold;
	font-size: 12px;
}
.top-menu-mob .item.active {
	background: #de0700;
}
.top-menu-mob .item.active a {
	color: white;
}

@media (max-width: 991.98px)  {
	.artplast .header-second .container .row:nth-child(1) {
		height: auto;
	}
	.artplast .header-second .container .row:nth-child(1) .col-sm-12 .yellow-big {
		line-height: 40px;
	}
	.artplast .container-fluid.header-second {
		/* background-image: url(/poll_2018/images/head-second.png); */
		min-height: 350px;
		background-repeat: repeat;
	}
	.artplast .horizont-menu > div > div::before {
		content: none;
	}
	.artplast .horizont-menu {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.artplast .horizont-menu > div > div {
		min-height: 30px;
	}
	.artplast h1, .artplast h2, .artplast h3, .artplast h4, .artplast h5, .artplast h6 {
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		font-size: 2rem;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}
.top-menu {
	transition: all 1s ease;
}
.arrow-right img {
	transform: rotate(180deg);
}
.menu-with-arrows {
	display: block;
	position: relative;
}
.arrow {
	z-index: 100;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.arrow-left {
	left: -1.5rem;
} 
.arrow-right {
	right: -1.5rem;
}

.category-container > .itembuti {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.category-container > .itembuti a {
	color: #fff;
	background: #de0700;
	padding: 10px 16px;
	font-size: 1.3em;
}

.category-container:not(.hide-all) > .itembuti a {
	display: none;
}
.category-container.hide-all .nomi-wrapper .nomi-mask > .row:not(:first-child) {
	height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*
body.main-raiting.fin .container-fluid.header-first {
	background-image: url(/poll_2023/images/top-head-fin.jpg);	
}
body.main-raiting.fin .container-fluid.header-second {
	background-image: url(/poll_2023/images/head-second-fin.png);
	background-color: #4E34B2;
	color: yellow;
}

body.main-raiting.fin .horizont-menu h2 {
	margin-bottom: 20px;
}
body.main-raiting.fin .row.title-box {
	background: #4E34B2;
	color: yellow;
}
body.main-raiting.fin .divider {
	display: none;
}*/
body.main-raiting.fin .horizont-menu .top-menu {
	--itemPerRow: 6;
	--itemMargin: 5px;
	display: flex;
	flex-wrap: wrap;
	margin: calc(-1 * var(--itemMargin));
	justify-content: center;
	margin-bottom: 30px;
}
body.main-raiting.fin .horizont-menu .top-menu > div {
	margin: var(--itemMargin);
	background: #de0700;
	min-width: calc(100% / var(--itemPerRow) - var(--itemMargin) * 2);
	min-height: auto;
	display: initial;
}
body.main-raiting.fin .horizont-menu .top-menu > div a {
	color: white;
	padding: 10px 16px;
	text-align: center;
	justify-content: center;
    align-items: center;
	display: flex;
	height: 100%;
	font-size: 16px;
}
body.main-raiting.fin .horizont-menu .top-menu > div:hover {
	background: #bb0600;
}
body.main-raiting.fin .horizont-menu .top-menu > div:hover a {
	color: #fff;
}
/*
body.main-raiting.fin .nomenee-announce a {
	color: #4E34B2;
	border-bottom-color: #4E34B2;
}
body.main-raiting.fin .nomenee-voites span {
	color: #4E34B2;
}
body.main-raiting.fin .category-container > .itembuti a {
	background: #4E34B2;
	color: yellow;
	transition: all 0.2s;
}
body.main-raiting.fin .category-container > .itembuti a:hover {
	color: #4E34B2;
	background: yellow;
}
body.main-raiting.fin #footer {
	background: #4E34B2;
    color: yellow;
}
body.main-raiting.fin #footer a {
    color: yellow;
}
body.main-raiting.fin #top {
	background: #4E34B2;
}
body.main-raiting.fin #top span {
	border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
}*/