:root {
	--main-color: #002d5c;
	--main-color-hover: #2294fe;
	--banner-main-color: rgb(0 45 92 / .1);
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body * {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
}

body {
	background: url(/assets/images/vote_071125/bg.webp) no-repeat top center #010e1e;
	background-size: 100% auto;
	min-height: 100vh;
	font-size: 14px;
	margin: 0;
	background-attachment: fixed;
}

.bodyContent {
	/* height: calc(100% - 106px); */
	/* position: relative; */
	min-height: calc(100vh - 163px);
}

.main {
	background-color: rgba(0, 0, 0, 0.6);
	flex: 1;
}


.header__content {
	position: relative;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
	display: flex;
}
.text-center {
	text-align: center;
}

.header__logoWrap {}

.header__logo {
	align-items: center;
	justify-content: center;
	display: flex;
}

.header__right {
	align-items: center;
	display: flex;

	gap: 20px;
}


.language {
	position: relative;
}

.language__current {
	position: relative;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	width: clamp(50px, 8.5vw, 85px);
	height: 50px;
	padding: 11px clamp(10px, 2.2vw, 20px) 9px;
	overflow: hidden;
	color: #fff;
	color: #fff;
	font-size: clamp(12px, 1.6vw, 16px);
	font-weight: bold;
	border: 2px solid #393941;
	cursor: pointer;
	gap: 7px;
	border-radius: 11px;
}

.language__list {
	position: absolute;
	top: 100%;
	left: 0;
	flex-direction: column;
	z-index: 10;
	display: flex;
	width: clamp(50px, 8.5vw, 85px);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: 0.3s;
	-webkit-transition: all 0.3s ease-in-out;
	transition: 0.3s;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.language:hover .language__list {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.language__link {
	padding: 15px clamp(10px, 2.2vw, 22px);
	color: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	text-decoration: none;
	background: rgba(19, 20, 44, 0.98);
	border-bottom: 1px solid #393941;
	transition: 500ms all;
	font-size: clamp(12px, 1.6vw, 16px);
}

.language__link:last-of-type {
	border-bottom: none;
}

.language__link:hover {
	color: #fff;
}

.header__btns {
	display: flex;
	width: 100%;
}

.header__btn {
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
	max-width: 160px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: #090a1a;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	gap: 7px;
	border-radius: 11px;
	font-size: clamp(12px, 1.6vw, 16px);
	padding: 0 clamp(5px, 2vw, 20px);
}

.header__btn-text {
	color: #ff0047;
}

.language__current-text {
	position: relative;
	z-index: 9;
}

.hover-shape1 {
	position: absolute;
	top: -5px;
	left: -42%;
	width: 5px;
	height: 124%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.hover-shape2 {
	position: absolute;
	top: -5px;
	left: -42%;
	width: 5px;
	height: 124%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.hover-shape3 {
	position: absolute;
	top: -5px;
	left: -42%;
	width: 5px;
	height: 124%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.language:hover .hover-shape1 {
	left: 31%;
}

.language:hover .hover-shape2 {
	left: 44%;
}

.language:hover .hover-shape3 {
	left: 58%;
	width: 11px;
}

.arrow {
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-4px);
}

.header__btn-icon {
	width: 20px;
	height: 20px;
}

.header__btn .hover-shape1,
.header__btn .hover-shape2,
.header__btn .hover-shape3 {
	background: rgba(0, 0, 0, 0.1);
}

.header__btn:hover .hover-shape1 {
	left: 42%;
}

.header__btn:hover .hover-shape2 {
	left: 50%;
}

.header__btn:hover .hover-shape3 {
	left: 58%;
	width: 11px;
}

.header__logo-img {
	max-width: 180px;
	filter: hue-rotate(145deg);
	width: 100%;
}


.container {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}

.container-md {
	max-width: 700px;
}

.vote__result {
	background-color: rgb(0 18 40 / 35%);
	border-radius: 7px;
	padding: 50px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(131, 203, 255, 0.5), 0px 0px 40px 30px rgb(0 132 255 / 10%);
}

.user {}

.user__uid {
	color: #fff;
	font-size: clamp(12px, 1.6vw, 16px);
	font-weight: bold;
}

.user__label {}

.loginPage {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.header {
	position: relative;
	padding: 30px 0;
	background-color: rgba(0, 18, 40, 0.75);
	box-shadow: 0 0 70px 0 #0084ff80;
	border-bottom: 1px solid #3d6586;
}

.wrapper {

	display: flex;

	flex-direction: column;

	height: 100%;
}

.login {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #d8d8d8;
	padding: 30px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 10px 13px -7px #d8d8d8, 5px 5px 15px 5px rgb(216 216 216 / 0%);
	box-shadow: 0px 10px 13px -7px #d8d8d8, 5px 5px 15px 5px rgb(216 216 216 / 0%);
	position: relative;
	background-color: white;
}

.login:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #e1f0ff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(6deg);
	border-radius: 16px;
}

.loginForm__h2 {
	text-align: center;
	margin-bottom: 50px;
	color: #bcebff;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 140%;
}

.website__btnWrap {
	margin-top: 30px;
}

.website__btn {
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border: none;
	background-color: #0064cb;
	color: #fff;
	border: 1px solid #73d6ff;
	transition: 500ms all;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
}

.website__btn:focus {
	outline: none;
}

.website__btn:hover {
	background-color: #73d6ff;
}


.area {
	background: #4e54c8;
	background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
	width: 100%;
	height: 100vh;


}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: hsl(0deg 0% 97%);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}


.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}


@keyframes animate {

	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}

}

.signForm__errorMsg {
	border: 1px solid red;
	border-radius: 6px;
	text-align: center;
	background-color: rgb(255 0 0 / 10%);
	padding: 10px 10px;
	font-weight: 500;
	color: red;
	margin-bottom: 20px;
}

.inputGroup__block-captcha {
	display: flex;
}

.inputGroup__block-captcha .inputGroup__text {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inputGroup__text:focus {
	outline: none;
}

footer {
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	height: initial;
}

.vote {
	position: relative;
	z-index: 1;
	padding-bottom: 150px;
}

.yourLRP {
	border: 1px solid var(--main-color);
	border-radius: 6px;
	padding: 20px 50px;
	background-color: var(--banner-main-color);
}

.yourLRP__wrap {
	margin: 50px 0;
}

.yourLRP__h4 {
	text-align: center;
	font-size: 22px;
	margin: 0;
	font-weight: 500;
}

.yourLRP__value {
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

.yourLRP__sub br {
	display: none;
}

.yourLRP__sub {
	font-style: italic;
	font-size: 14px;
	color: #343a40;
	text-align: center;
}

.variable {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}

.variable_chart {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
	justify-items: center;
}

.variable__elem {
	border: none;
	padding: 15px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.variable__elem-green {
	background-color: #73d6ff;
}

.variable__elem-green .variable__h2 {
	color: #0064cb;
}
.variable__elem-red {
	background-color: #ff0047;
}
.variable__elem-red .variable__h2 {
	color: #9bff4b;
}

.variable__elem:after {
	content: none;
	width: 100%;
	height: 100%;
	background-color: var(--banner-main-color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(6deg);
	border-radius: 16px;
}

.variable__elem:nth-child(2):after {
	transform: rotate(-6deg);
}

.variable__h2 {
	-webkit-text-stroke: initial;
	-webkit-text-fill-color: initial;
	font-weight: bold;
	font-size: 30px;
	font-style: initial;
	text-shadow: 0px 2px 1px rgba(31, 12, 67, 0.4);
	text-align: center;
}

.variable__content {
	border: none;
	padding: 10px 15px;
	border-radius: 0;
	margin: 20px 0;
	background-color: transparent;
}

.variable__point {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
}

.variablePoint__sub {}

.variablePointSub__title {}

.variablePointSub__textWrap {
	margin-left: 30px;
}

.variablePointSub__text {}

.variable__btnWrap {}

.variable__elem-red .variable__btn {
	background-color: #fff;
	border: none;
	color: #ff0047;
}

.variable__btn-disabled {
	cursor: no-drop;
	background: #bfbfbf;
}

.variable__btn-disabled:hover {
	background: #959595;
}

.bg-dark {
	background-color: var(--main-color) !important;
}

.important {
	margin-top: 100px;
	display: flex;
	border: 1px solid red;
	padding: 50px;
	border-radius: 16px;
	background-color: rgb(255 0 0 / 90%);
	align-items: center;
}

.important__icon {
	font-size: 100px;
	line-height: 60%;
	font-weight: bold;
	color: #fff;
}

.important__text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	flex: 1;
	margin-left: 30px;
}

.blueInforemer {
	border: none;
	padding: 50px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(131, 203, 255, 0.5), 0px 0px 40px 30px rgb(0 132 255 / 10%);
	background-color: rgb(0 18 40 / 35%);
}

.blueInforemer__title {
	color: #bcebff;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 140%;
}

.blueInforemer__text {}

.variable__elem-green:after {
	background-color: #9bff4b;
}

.variable__elem-red:after {
	background-color: rgb(165 0 0 / 50%);
}


.variable__elem-green .variable__content {border-color: initial;background-color: transparent;}

.important__p {
	text-align: center;
	font-size: 16px;
	margin-top: 50px;
	font-style: italic;
}

.importantInformer__text {
    color: #ffffff;
    font-size: clamp(14px, 2.2vw, 22px);
    line-height: 140%;
    font-weight: 500;
}

nav {
	position: relative;
	z-index: 2;
}

.canvasWrap {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.noData {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.variable__content-blue {
	border: 1px solid var(--main-color);
	background-color: var(--banner-main-color);
}

.variable__content-blue .variable__point {
	margin-bottom: 0;
}

.language__btn {
	/* border: 1px solid #e5f2ff; */
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	border: 0;
}

.language__btn:hover {
	color: #d8bfbf;
}

.language__btn:focus {
	outline: none;
}

.language__btn img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.langWrap__all-sub {
	position: absolute;
	-webkit-box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
	box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
	background-color: #fff;
	/* width: 150px; */
	right: -6px;
	top: 40px;
	display: flex;
	flex-direction: column;
	/* padding: 20px; */
	border-radius: 6px;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.26s ease;
}

.langWrap__all {
	position: relative;
}

.langWrap__row {
	color: #000 !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	/* margin-bottom: 10px; */
	padding: 10px;
	margin: 0;
	text-align: center;
	justify-content: center;
}

.langWrap__row:hover {
	text-decoration: none;
	background-color: whitesmoke;
	border-radius: 6px;
}

.langWrap__row-selected {
	text-decoration: none;
	background-color: whitesmoke;
	border-radius: 6px;
}

.langWrap__all:after {
	position: absolute;
	top: 55%;
	right: -3px;
	width: 0;
	height: 0;
	clear: both;
	content: '';
	border-color: #d0a749 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 2.5px 0 2.5px;
	transform: translate(-50%, -50%);
}

.langWrap__row:last-of-type {
	margin-bottom: 0;
}

.langWrap__row-img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #e5f2ff;
	margin-right: 10px;
}

.make_choice {
	margin: 50px 0;
}

.variable__point-green {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: green;
}

.variable__point-red {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: red;
}

.langWrap__all-sub-active {
	transform: scaleY(1);
}

.userInfo__exitBttn {
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-weight: bold;
	transition: 500ms all;
	text-decoration: none !important;
}

.userInfo__exitBttn:hover {
	background-color: #fff;
	color: #004d99 !important;
}


#loadingBlock {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 500ms all;
}

#loadingBlock.show {
	display: block;
}


.sk-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sk-circle .sk-child:before {
	display: block;
	width: 15%;
	height: 15%;
	margin: 0 auto;
	content: '';
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bodyContent {
	position: relative;
	overflow: hidden;
}

.mt-5 {
	margin-top: 0 !important;
	padding-top: 3rem !important;
}

.changes__btn {
	/* cursor: pointer; */
}

.changes__btn h1 {
	color: #bcebff;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 140%;
}

.arrow {
	min-width: clamp(6px, 1vw, 10px);
	min-height: clamp(6px, 1vw, 10px);
	transition: .2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.changes {
	margin-top: 30px;
}

.changes h4,
.changes h5 {
	font-size: clamp(12px, 2vw, 24px);
	color: #73d6ff;
}

.changes__wrapper dl,
.changes__wrapper ol,
.changes__wrapper ul {
	padding-left: clamp(5px, 3.4vw, 40px);
}

.changes__table {
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: initial;
	margin: 20px auto;
	border-radius: 5px;
	background-color: rgb(1 78 149 / 20%);
	padding: 50px;
	border: none;
}

.changes__row-header {
	display: flex;
	font-weight: bold;
	border-bottom: solid 1px #bcebff;
}

.changes__row {
	display: flex;
}

.changes__row:not(:last-child) {
	border-bottom: solid 1px #bcebff;
}

.changes__col {
	flex: 1;
	padding: 5px;
	min-width: 50%;
	font-size: clamp(12px, 1.6vw, 16px);
}

.changes__col:not(:last-child) {
	border-right: solid 1px #bcebff;
}


.packageOfChangesWrapper {border: none;padding: initial;border-radius: initial;background: initial;box-shadow: initial;}

.packageOfChangesWrapper__checkboxLabel {

	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
}

.vote__wrap {
	display: flex;
	flex-direction: column;
	background-color: rgb(0 18 40 / 35%);
	border-radius: 7px;
	padding: clamp(10px, 5vw, 50px);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(131, 203, 255, 0.5), 0px 0px 40px 30px rgb(0 132 255 / 10%);
	color: #bcebff;
	margin-bottom: clamp(20px, 5vw, 50px);
}

.importantInformer {
    border: 1px solid #ff0047;
    border-radius: 5px;
    background-color: #62001b;
    padding: clamp(10px, 5vw, 50px);
    margin-top: clamp(15px, 3vw, 30px);
    color: #fff;
    text-align: center;
}

.vote__h2 {
	color: #bcebff;
	font-weight: bold;
	font-size: clamp(16px, 3vw, 30px);
	text-transform: uppercase;
	line-height: 140%;
}

.vote__h3 {
	color: #bcebff;
	font-weight: bold;
	font-size: clamp(16px, 2.4vw, 24px);
	text-transform: uppercase;
	line-height: 140%;
}

p {
	color: #fff;
	font-size: clamp(14px, 2.2vw, 22px);
	line-height: 140%;
	line-height: 140%;
}

.packageOfChangesWrapper {
	transition: 500ms all;
	order: 0;
}

.variable__wrapper {
	transition: 500ms all;
	order: 1;
}

.variable__wrapper-disabled {
	filter: grayscale(1) opacity(0.5);
	cursor: no-drop;
}

.variable__wrapper-answered .variable__elem:not(.variable__elem-choose) {
	filter: grayscale(1) opacity(0.5);
}

.answered__done {
    position: absolute;
    top: 20px;
    right: 20px;
    width: clamp(30px, 4.9vw, 60px);
    height: clamp(30px, 4.9vw, 60px);
    border: clamp(2px, 0.5vw, 5px) solid #9bff4b;
    border-radius: 50%;
    z-index: 3;
}

.answeredDone__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(15px, 2.5vw, 30px);
    height: clamp(7px, 1.3vw, 15px);
    border-bottom: clamp(2px, 0.5vw, 5px) solid #9bff4b;
    border-left: clamp(2px, 0.5vw, 5px) solid #9bff4b;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.votePart {
	position: relative;
}

.packageOfChangesWrapper__checkboxLabel input {
	margin-right: 10px;
}

.variable__elem-disabled.variable__elem:after,
.variable__elem-disabled .variable__h2,
.variable__elem-disabled .variable__content {
	filter: grayscale(1) opacity(0.4);
}

.variable__wrapper-disabled:hover ~ .packageOfChangesWrapper {
    border: none;
    border-radius: none;
    padding: initial;
    background-color: initial;
}

.logo__img {
	opacity: .3;
}


.form-group {
	flex-direction: column;
	display: flex;

	margin-top: 15px;
}

.form-group label {
	color: #73d6ff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.form-group input {
	height: 40px;
	padding: 10px 20px;
	color: #bcebff;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	margin-top: 3px;
}

.form-control {}

input[type='text'].form-control::-webkit-input-placeholder {
	color: var(--placeholder-color);
}

input[type='text'].form-control::-moz-placeholder {
	color: var(--placeholder-color);
}

input[type='text'].form-control:-ms-input-placeholder {
	color: var(--placeholder-color);
}

input[type='text'].form-control:-moz-placeholder {
	color: var(--placeholder-color);
}

input[type='password'].form-control::-webkit-input-placeholder {
	color: var(--placeholder-color);
}

input[type='password'].form-control::-moz-placeholder {
	color: var(--placeholder-color);
}

input[type='password'].form-control:-ms-input-placeholder {
	color: var(--placeholder-color);
}

input[type='password'].form-control:-moz-placeholder {
	color: var(--placeholder-color);
}


.voteResult__content {
    position: relative;
    z-index: 2;
    padding: clamp(10px, 2vw, 20px);
    background-color: rgb(1 78 149 / 30%);
    margin-bottom: 50px;
}
.voteResult__header {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}

.voteResultHeader__elem {
    color: #73d6ff;
    font-size: clamp(12px, 2vw, 20px);
    font-weight: bold;
}

.progress-inner {
    padding: 8px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.progress {
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(60deg, #ff0047 26%, transparent 25%, transparent 50%, #ff0047 54%, #ff0047 82%, transparent 75%, transparent);
    background-size: 14px 32px;
}

.progress-bar {
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(60deg, #9bff4b 26%, transparent 25%, transparent 50%, #9bff4b 54%, #9bff4b 82%, transparent 75%, transparent);
    background-size: 14px 32px;
}

.voteResult__titleWrap {
    padding-bottom: 15px;
    margin-bottom: 100px;
    border-bottom: 3px solid rgb(255 255 255 / 20%);
}

.vote__result .hover-shape-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    display: inline-block;
    width: 35px;
    height: 100%;
    margin: 0 5.5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(150, 136, 217, 0.06)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(150, 136, 217, 0.06) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.vote__result .hover-shape-bg.hover_shape1 {
    left: 40%;
}

.vote__result .hover-shape-bg.hover_shape2 {
    left: 46.5%;
}

.vote__result .hover-shape-bg.hover_shape3 {
    left: 53%;
    width: 60px;
}


.votingBar {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	height: clamp(40px, 6.5vw, 65px);
}
.votingBar__wrapper {
	height: 100%;
	padding: 2px;
}
.votingBar__forWrapper {
	background: #26E9F8;
	background: linear-gradient(90deg,rgba(38, 233, 248, 1) 0%, rgba(33, 180, 228, 1) 100%);
	border-radius: 6px 0px 0px 6px;
	padding-right: 0;
}
.votingBar__againstWrapper {
	background: #FC001A;
	background: linear-gradient(90deg, rgba(252, 0, 26, 1) 0%, rgba(252, 0, 24, 1) 100%);
	border-radius: 0 6px 6px 0;
	padding-left: 0;
}
.votingBar__choice {
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.votingBar__for {
	background: #73d6ff;
	background: linear-gradient(90deg, #73d6ff 0%, #0064cb 100%);
}
.votingBar__against {
	background: #36101E;
	background: linear-gradient(90deg, rgba(54, 16, 30, 1) 0%, #ff0047 100%);
}
.votingBar__label {
    font-size: clamp(12px, 2vw, 20px);
    color: #fff;
    font-weight: bold;
}

@media(max-width: 1200px) {}

@media(max-width: 1024px) {
	.yourLRP__h4 {
		font-size: 20px;
	}

	.variable__elem {
		padding: 20px;
	}

	.variable__point {
		font-size: 15px;
	}

	.canvasWrap {
		max-width: 270px;

	}

	.navbar-text {
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
		margin: 20px 0 !important;
	}

}

@media(max-width: 768px) {
	.variable {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 576px) {
	.navbar-brand {
		font-size: 11px !important;
	}

	.blueInforemer {
		padding: 20px;
	}

	.langWrap__all-sub {
		right: initial;
		left: 0;
	}

	.variable__elem {
		max-width: calc(100% - 20px);
		justify-self: center;
	}
}
