:root {
	--placeholder-color: #016a95;
}
@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/renaissance-dao-2025/bg.webp) no-repeat top center #010e1e;
    background-size: 100% auto;
}

.backBtn_wrapper {
    padding: 0 0 30px;
}

.backBtn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.backBtn:hover {
    text-decoration: underline;
    transform: scale(1.1);

    text-underline-offset: 3px;
}

.wrapper {
    flex-direction: column;
    display: flex;
}

.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;
}

.container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}
.container-md {
	max-width: 700px;
}

.header__content {
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    display: flex;
}

.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: 85px;
    height: 50px;
    padding: 11px 20px 9px;
    overflow: hidden;
    color: #fff;
    color: #fff;
    font-size: 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: 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 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;
}

.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;
    width: 160px;
    height: 50px;
    overflow: hidden;
    color: #090a1a;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    gap: 7px;
    border-radius: 11px;
}

.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;
}

.user {
}

.user__uid {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.user__label {
}

.main {
    min-height: calc(100vh - 117px);
    `: #090A1A;
}

.main__content {
}

.topBlock {
    padding: clamp(20px, 4.1vw, 50px);
    margin: 0 auto;
    color: #016a95;
    text-align: center;
    background-color: rgb(115, 214, 255);
    border-radius: 11px;
}
.topBlock strong {
	font-weight: bold;
	font-size: 125%;
}
.topBlock p {
	font-size: clamp(16px, 1.7vw, 20px);
	font-weight: 500;
}
.topBlock i {}
.topBlock p:not(:last-child) {
    margin-bottom: clamp(10px, 1.7vw, 20px);
}
.topBlock-closed {
    border: 1px solid #ff0047;
    background-color: #62001b;
}
.topBlock-closed .h5 {
    color: #ff0047;
}
.topBlock-closed .text {
    color: #ffffff;
}

.firstMilestone {
    /* background: #090A1A; */
    height: 100%;
    padding: 50px 0;
}

.h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
}

.h2 span {
    color: #016a95;
}

.firstMilestone__header {
    position: relative;
    padding: 50px 0;
    background-color: #1b1c38;
}

.firstMilestoneHeader__content {
}

.h5 {
    color: #bcebff;
    font-size: clamp(14px, 3vw, 30px);
    font-weight: 600;
    line-height: 140%;
    text-wrap: balance;
}

.h5 span {
    color: #00ddf9;
}

.text__wrap {
    margin-top: 15px;
}

.text {
    color: #016a95;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.text-center {
    text-align: center;
}

.firstMilestoneHeader__wrap {
    position: relative;
    z-index: 1;
}

.canvas__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.vote__result {
    position: relative;
    padding: clamp(15px, 4vw, 45px);
    background-color: rgba(0, 18, 40, 0.75);
    box-shadow: 0 0 100px 0 #0084ff80;
    border-top: 1px solid #3d6586;
    border-radius: 7px;
}

.voteResult__content {
    position: relative;
    z-index: 2;
    padding: clamp(10px, 2vw, 20px);
    background-color: rgb(1 78 149 / 30%);
    margin-bottom: 50px;
}
.page__content .h3 {
	color: #bcebff;
}
.page__content .h4 {
    color: #bcebff;
}
.page__content .page__textWrap {}
.page__content .page__text {
    color: #73d6ff;
}

.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;
}

.greenInformer {
    padding: 30px 50px;
    margin-top: 20px;
    background: #a3ff12;
}

.greenInformer__content {
}

.greenInformer__text {
    color: #090a1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
}

.whiteInformer {
    background-color: #fff;
    border-radius: 11px;
    padding: clamp(10px, 2.1vw, 25px) clamp(15px, 2.5vw, 30px);
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.whiteInformer-arrow:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%) rotate(45deg);
	z-index: 0;
}
.whiteInformer__content {}
.whiteInformer__text {
    color: #ff0047;
    font-size: clamp(14px, 2vw, 20px);
}
.whiteInformer__text b {}

.whiteInformer__italic {
	font-style: italic;
    color: #ff0047;
    font-size: clamp(12px, 1.8vw, 16px);
}

.page__content {position: relative;z-index: 2;padding: 30px;background-color: rgb(1 78 149 / 30%);margin-bottom: 50px;}

.h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.page__textWrap {
    flex-direction: column;
    display: flex;
    margin: 0 50px;

    gap: 10px;
}

.page__text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.variables {
    display: flex;
    margin-top: 50px;

    gap: 20px;
}

.variable {
    position: relative;
    flex: 1;
    padding: 45px 50px;
    overflow: hidden;
    background: rgba(30, 31, 53, 0.8);
    transition: 0.35s;
    border-radius: 6px;
    padding: 2px;
}

.variable-for {
    background: #26E9F8;
    background: linear-gradient(90deg, rgba(38, 233, 248, 1) 0%, rgba(33, 180, 228, 1) 100%);
}
.variable-against {
    background: #FC001A;
    background: linear-gradient(90deg, rgba(252, 0, 26, 1) 0%, rgba(252, 0, 24, 1) 100%);
}
.variableWrapper {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.variable-for .variableWrapper {
    background: #1CB8EC;
    background: linear-gradient(90deg, rgba(28, 184, 236, 1) 0%, rgba(10, 74, 170, 1) 100%);
}
.variable-against .variableWrapper {
    background: #36101E;
    background: linear-gradient(90deg, rgba(54, 16, 30, 1) 0%, rgba(166, 3, 31, 1) 100%);
}

.variable__header {
    color: #fff;
    font-size: clamp(16px, 2.3vw, 25px);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.variable__textWrap {
    margin-top: 20px;
}

.variable__text {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    line-height: 140%;
    font-size: clamp(12px, 2vw, 16px);
}

.variable__text b {
    color: #fff;
}

.variable__yourVote {
	color: #fff;
    font-size: clamp(16px, 2.3vw, 25px);
    font-weight: bold;
    text-transform: uppercase;
}


.variable__btnWrap {
    margin-top: 20px;
}

.variable__btn {
}

.video__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
}

.video__icon .circle--outer {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -5px;
    border: 1px solid #e50040;
    border-radius: 50%;
    -webkit-animation: circle 2s ease-in-out infinite;
    animation: circle 2s ease-in-out infinite;
    opacity: 0.8;
}

.video__icon.green .circle--outer {
    border-color: #a3ff12;
}

.video__icon .circle--inner {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 18px;
    height: 18px;
    background: #e50040;
    border-radius: 50%;
    opacity: 0.8;
}

.video__icon.green .circle--inner {
    background: #a3ff12;
}

.video__icon .circle--inner::after {
    position: absolute;
    top: -5px;
    left: -4.8px;
    display: block;
    width: 25px;
    height: 25px;
    content: '';
    border: 2px solid #e50040;
    border-radius: 50%;
    -webkit-animation: circle 2s ease-in-out 0.2s infinite;
    animation: circle 2s ease-in-out 0.2s infinite;
    opacity: 0.8;
}

.video__icon.green .circle--inner::after {
    border-color: #a3ff12;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.variable__btn {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: clamp(30px, 5vw, 50px);
    overflow: hidden;
    color: #ff0047;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    border: none;
    cursor: pointer;
    gap: 7px;
    border-radius: 11px;
}

.variable__btn:focus {
    outline: none;
}

.variable__btn-text {
    position: relative;
    z-index: 1;
}

.variable__btn-green {
    color: #090a1a;
    background: #a3ff12;
}

.variable__btn-red {
    color: #fff;
    background: #e50040;
}

.variable__btn:hover .hover-shape1 {
    left: 40%;
    background: rgba(0, 0, 0, 0.1);
}

.variable__btn:hover .hover-shape2 {
    left: 46.5%;
    background: rgba(0, 0, 0, 0.1);
}

.variable__btn:hover .hover-shape3 {
    left: 53%;
    width: 11px;
    background: rgba(0, 0, 0, 0.1);
}

.variable__wrapper:not(.variable__wrapper-disabled) .variables:hover > :not(:hover) {
    transform: scale(0.95);
    opacity: 0.4;
}

.variables__header {
}

.variablesHeader__title {
    color: #bcebff;
    font-size: clamp(14px, 3.5vw, 32px);
    text-align: center;
}

.footer {
    padding: 50px;
}

.footer__content {
}

.footer__text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.variable__wrapper {
	position: relative;
	z-index: 2;
	padding: clamp(15px, 3vw, 30px);
	background-color: rgb(1 78 149 / 30%);
	margin-bottom: 50px;
}
.variable__wrapper-disabled {
    cursor: no-drop;
    opacity: 0.5;
}

.variable__btn-disabled {
    cursor: no-drop;
    filter: grayscale(1);
}

.loginPage {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: inherit;
    padding: 100px 0;
    /* background: #090a1a; */
}

.login {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    max-width: 690px;
    padding: 63px 60px 56px 60px;
    margin: auto;
    background: rgba(30, 31, 53, 0.8);
    border-radius: 11px;
}

.loginForm__h2 {
    color: #bcebff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.loginForm {
    flex-direction: column;
    display: flex;
    margin-top: 50px;

    gap: 25px;
}

.form-group {
    flex-direction: column;
    display: flex;

    gap: 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;
}

.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);
}

.website__btnWrap {margin-top: 30px;}

.website__btnWrap .variable__btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
}

.website__btnWrap .variable__btn:hover .hover-shape1 {
    left: 47%;
}

.website__btnWrap .variable__btn:hover .hover-shape2 {
    left: 50%;
}

.website__btnWrap .variable__btn:hover .hover-shape3 {
}

.signForm__errorMsg {
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    background: rgb(229 0 64 / 70%);
    border: 2px solid #e50040;
}

.errorPage {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: inherit;
    background: #090a1a;
}

.errorPage__content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.errorPage__h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 900;
}

.errorPage__h3 {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 33px;
    font-weight: bold;
}

.errorPage__btnWrap {
    margin-top: 50px;
}

.checkboxWrap {
    padding-top: clamp(15px, 3vw, 30px);
    margin-top: clamp(15px, 3vw, 30px);
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
}

.packageOfChangesWrapper__checkboxLabel {
    position: relative;
    display: flex;
    margin-bottom: 0;
    color: #bcebff;
    font-size: clamp(14px, 1.7vw, 20px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.packageOfChangesWrapper__checkboxLabel input {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    opacity: 0;
}

.checkmark {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    background-color: #eee;
    border-radius: 6px;
    transition: 500ms all;
    margin-right: 10px;
    position: relative;
}

.packageOfChangesWrapper__checkboxLabel:hover input ~ .checkmark {
    background-color: #73d6ff;
}

.packageOfChangesWrapper__checkboxLabel input:checked ~ .checkmark {
    background-color: #73d6ff;
}

.checkmark:after {
    position: absolute;
    display: none;
    content: '';
}

.packageOfChangesWrapper__checkboxLabel input:checked ~ .checkmark:after {
    display: block;
}

.packageOfChangesWrapper__checkboxLabel .checkmark:after {
    top: 5px;
    left: 9px;
    width: 5px;
    height: 10px;
    border: solid #016a95;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.firstMilestone2 {
    padding-top: 0 !important;
}

.firstMilestone2 .vote__result {
    margin-top: 0;
}

.variable__btnWrap-empty {
    height: 50px;
    display: flex;
    align-items: center;
}

.variables-hover .variable:not(.variable-active) {
    transform: scale(0.95);
    opacity: 0.4;
}

.variables-hover .variable-active {
    transform: initial !important;
    opacity: 1 !important;
}

.variable-active:after {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 20px;
    height: 40px;
    clear: both;
    content: '';
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    transform: rotate(45deg);
}

.redInformer {
    background: #62001b;
    border: 1px solid #ff0047;
    border-radius: 11px;
    padding: clamp(10px, 5vw, 50px);
}
.redInformer__title {
	font-size: clamp(16px, 3vw, 30px);
	font-weight: bold;
	color: #ff0047;
}
.redInformer__text {
	color: #fff;
	font-size: clamp(14px, 2.2vw, 22px);
}

.redInformer .greenInformer__text {
    color: #fff;
}

.firstMilestone-full {
    min-height: inherit;
}

.variable__btnWrap2 {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

.variable__btnWrap2 .variable__btn {
    width: 300px;
}

.variable__btn-text {
    position: relative;
    z-index: 1;
    font-size: clamp(12px, 2vw, 16px);
}

.variable__btnWrap2 .variable__btn:hover .hover-shape2 {
    left: 50%;
}

.variable__btnWrap2 .variable__btn:hover .hover-shape1 {
    left: 47%;
}

.voteResult__text {
    color: #73d6ff;
    font-size: 14px;
    font-weight: 500;
}

.line {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 30px 0;
    text-align: center;
}

.line:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    clear: both;
    content: '';
    background-color: #fff;
}

.line__text {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #090a1a;
}

.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);
}

.answered .variable__btn {
    color: #ff0047;
    background-color: #fff;
}

.firstMilestone__header {
    background: url(/assets/images/first_milestone_2024/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inputGroup__block {
    display: flex;
    width: 100%;

    gap: 10px;
}

.inputGroup__text {
    flex: 1;
    height: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.inputGroup__captcha img {
    width: 100%;
    height: 100%;
    cursor: pointer;

    object-fit: cover;
}

.captcha_text {
    display: none;
}

.inputGroup__em {
    display: none;
}

.variable__btnWrap3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.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: #1CB8EC;
	background: linear-gradient(90deg,rgba(28, 184, 236, 1) 0%, rgba(10, 74, 170, 1) 100%);
}
.votingBar__against {
	background: #36101E;
	background: linear-gradient(90deg, rgba(54, 16, 30, 1) 0%, rgba(166, 3, 31, 1) 100%);
}
.votingBar__label {
    font-size: clamp(12px, 2vw, 20px);
    color: #fff;
    font-weight: bold;
}

.votePart {
	position: relative;
}

@media(max-width: 1500px) {
    .main {
        min-height: initial;
    }

    .h2 {
        font-size: 28px;
    }

    .firstMilestone__header {
        padding: 70px 0;
    }

    .firstMilestone {
        padding: 70px 0;
    }

    .voteResult__titleWrap {
        margin-bottom: 70px;
    }

    .greenInformer__text {
        font-size: 18px;
    }

	.wrapper {
        min-height: 100vh;
    }

    .main {
        flex: 1;
    }

    .errorPage {
        padding: 100px 0;
    }
}

@media(max-width: 1200px) {
    .loginPage {
        padding: 70px 0;
    }

    .h2 {
        font-size: 24px;
    }

    .errorPage {
        padding: 100px 0;
    }
}

@media(max-width: 1024px) {
    .text br {
        display: none;
    }
}

@media(max-width: 768px) {
    .loginPage {
        padding: 50px 0;
    }

    .loginForm__h2 {
        font-size: 24px;
    }

    .login {
        padding: 30px;
    }

    .signForm__errorMsg {
        padding: 15px 7px;
        font-size: 14px;
    }

    .loginForm {
        margin-top: 30px;
    }

    .form-group label {
        font-size: 14px;
    }

    .h2 {
        font-size: 20px;
    }

    .firstMilestone__header {
        padding: 50px 0;
    }

    .firstMilestone {
        padding: 50px 0;
	}

    .text {
        font-size: 14px;
    }

    .text__wrap {
        margin-top: 10px;
	}

    .voteResult__titleWrap {
        margin-bottom: 50px;
    }

    .greenInformer__text {
        font-size: 16px;
    }

    .greenInformer {
        padding: 20px;
    }


    .variables {
        flex-direction: column;
        margin-top: 30px;
    }

    .page__textWrap {
        margin: 0;
    }

    .page__content {
        padding: 30px;
    }

    .h3 {
        font-size: 24px;
        line-height: 140%;
    }

    .h4 {
        font-size: 18px;
        line-height: 140%;
    }

    .page__text {
        font-size: 16px;
    }

    .errorPage__h2 {
        font-size: 70px;
    }

    .errorPage__h3 {
        font-size: 24px;
    }

    .errorPage {
        padding: 50px 0;
    }

    .errorPage__btnWrap {
        margin-top: 30px;
    }

    .errorPage {
        padding: 30px 0;
    }
}

@media(max-width: 576px) {
    .header:before {
        width: 100px;
    }

    .header:after {
        width: 100px;
    }

    .header__content {
        align-items: center;
        flex-direction: column;
        justify-content: center;

        gap: 30px;
    }

    .header:before {
        content: none;
    }

    .header:after {
        content: none;
    }

    .loginPage {
        padding: 30px 0;
    }

    .loginForm__h2 {
        font-size: 18px;
    }

    .website__btnWrap .variable__btn {
        height: 50px;
        font-size: 16px;
    }

    .footer {
        padding: 30px;
    }

    .footer__text {
        font-size: 14px;
    }

    .login {
        padding: 20px 15px;
    }

    .header__right {
        flex-direction: column;
    }

    .h2 {
        font-size: 18px;
    }

    .firstMilestone__header {
        padding: 30px 0;
    }

    .firstMilestone {
        padding: 30px 0;
    }


    .voteResult__titleWrap {
        margin-bottom: 30px;
    }

    .voteResult__header {
        flex-direction: column;

        gap: 20px;
    }

    .green__block {
        width: 20px;
        height: 18px;
        margin-right: 10px;
        border: 2px solid #35e9f6;
        border-radius: 2px;
        background: #1CB8EC;
        background: linear-gradient(90deg, rgba(28, 184, 236, 1) 0%, rgba(10, 74, 170, 1) 100%);
    }

    .red__block {
        width: 20px;
        height: 18px;
        margin-right: 10px;
        border-radius: 2px;
        border: 2px solid #fa0024;
        background: #36101E;
        background: linear-gradient(90deg, rgba(54, 16, 30, 1) 0%, rgba(166, 3, 31, 1) 100%);
    }

    .voteResultHeader__elem {
        align-items: center;
        display: flex;
    }

    .greenInformer__text {
        font-size: 14px;
        line-height: 140%;
    }


    .answered__done {
        top: 4px;
        right: 4px;
    }

    .page__content {
        padding: 20px 15px;
    }

    .h3 {
        font-size: 18px;
    }

    .h4 {
        font-size: 14px;
    }

    .page__text {
        font-size: 12px;
    }

    .errorPage__h2 {
        font-size: 50px;
    }

    .errorPage__h3 {
        font-size: 18px;
    }

    .greenInformer__text {
        text-wrap: balance;
    }

    .inputGroup__block {
        flex-direction: column-reverse;

        gap: 2px;
    }

    .inputGroup__captcha img {
        height: 43px;
    }
}
