
@font-face {
	font-family: Montserrat;
	src: url(/fonts/Montserrat-Light.woff2) format("woff2"), url(/fonts/Montserrat-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(/fonts/Montserrat-Regular.woff2) format("woff2"), url(/fonts/Montserrat-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(/fonts/Montserrat-Bold.woff2) format("woff2"), url(/fonts/Montserrat-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(/fonts/Montserrat-Medium.woff2) format("woff2"), url(/fonts/Montserrat-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}


*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::placeholder {
	color: #666;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 320px;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: -0.4px;
	overflow-x: hidden;
	margin: 0;
	background-color: #000;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

input {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	resize: none;
}

.hidden {
	display: none;
}

.site-wrap {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 25px;
	width: 100%;
	max-width: 1250px;
}

.logo {
	max-width: 49px;
	width: 100%;
}

.mainscreen {
	padding-top: 7px;
	padding-bottom: 50px;
}

.mainscreen__wrap {
	max-width: 645px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #C2C2C2;
}

.mainscreen__wrap p {
	margin-bottom: 34px;
}

.mainscreen__wrap p br {
	display: none;
}

.mainscreen__wrap p:last-child {
	margin-bottom: 0;
}

.mainscreen__wrap p:first-child {
	margin-bottom: 64px;
}

.mainscreen__wrap p b {
	font-weight: 400;
	color: #fff;
}

.mainscreen__wrap p a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
}

.mainscreen__text1 {
	max-width: 215px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mainscreen__text2 {
	max-width: 515px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mainscreen__text3 {
	max-width: 642px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.no-touch .mainscreen__wrap p a:hover {
	text-decoration-color: #fff;
}

.politic {
	padding-top: 55px;
	padding-bottom: 30px;
}

.politic-item1 {
	padding: 30px 0;
	border-bottom: 1px solid #5A5A5A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.politic-item1__wrap1 {
	width: calc(100% - 460px);
}

.politic-item1__title {
	max-width: 670px;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 28px;
}

.politic-item1__subtitle {
	max-width: 670px;
	width: 100%;
	color: #C2C2C2;
}

.politic-item1__wrap2 {
	max-width: 430px;
	width: 100%;
}

.politic-item1__wrap2 ol {
	counter-reset: counter;
	color: #C2C2C2;
	font-family: "Montserrat", sans-serif;
}

.politic-item1__wrap2 ol li {
	margin-bottom: 50px;
}

.politic-item1__wrap2 ol li:last-child {
	margin-bottom: 0;
}

.politic-item1__wrap2 ol li::before {
	counter-increment: counter;
	content: counter(counter) ".";
	color: #fff;
	margin-right: 5px;
}

.politic-item1__text1 {
	color: #C2C2C2;
	margin-top: 20px;
}

.politic-item1__text1 a {
	color: #fff;
	font-weight: 400;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.politic-item2 {
	border-bottom: 1px solid #282828;
}

.politic-item2:first-child .politic-item2__title {
	padding-top: 0;
}

.politic-item2:first-child .politic-item2__title-icon {
	top: 30%;
}

.politic-item2:last-child {
	border: none;
}

.politic-item2__title {
	padding: 32px 0;
	padding-right: 30px;
	position: relative;
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.politic-item2__title.active .politic-item2__title-icon {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.politic-item2__title-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 21px;
	height: 21px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.politic-item2__title-icon::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	background-color: #433EFF;
}

.politic-item2__title-icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	background-color: #433EFF;
}

.politic-item2__text {
	line-height: 1.3;
	display: none;
	color: #C2C2C2;
	padding-bottom: 32px;
}

.politic-item2__text ol {
	font-family: "Montserrat", sans-serif;
}

.politic-item2__text ol li {
	margin-bottom: 20px;
}

.politic-item2__text ol li:last-child {
	margin-bottom: 0;
}

.politic-item2__text ol b {
	font-weight: 400;
	color: #fff;
}

.politic-item2__text p {
	margin-bottom: 20px;
}

.politic-item2__text p:last-child {
	margin-bottom: 0;
}

.politic-item2__text p b {
	font-weight: 400;
	color: #fff;
}

.no-touch .politic-item2__title:hover {
	color: #433EFF;
}

.no-touch .politic-item1__text1 a:hover {
	color: #433EFF;
}

.politicchanges {
	padding-top: 21px;
	padding-bottom: 81px;
}

.politicchanges__title {
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 25px;
}

.politicchanges__text1 {
	color: #C2C2C2;
	max-width: 714px;
	width: 100%;
	margin-bottom: 30px;
}

.politicchanges__text2 {
	color: #C2C2C2;
	max-width: 540px;
	width: 100%;
	margin-bottom: 103px;
}

.politicchanges__text3 {
	max-width: 980px;
	width: 100%;
	color: #C2C2C2;
	line-height: 1.3;
}

.politicchanges__text3 a {
	font-weight: 400;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .politicchanges__text3 a:hover {
	color: #433EFF;
}

.footer {
	padding: 40px 0;
}

.footer__wrap {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #C2C2C2;
	font-size: 12px;
	letter-spacing: 0;
}

.footer__text1 {
	margin-bottom: 4px;
}

.footer__email {
	display: inline-block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .footer__email:hover {
	color: #fff;
}

@media (max-width: 900px) {
	body {
		font-size: 19px;
	}

	.mainscreen {
		padding: 30px 0;
	}

	.mainscreen__wrap p {
		margin-bottom: 20px;
	}

	.mainscreen__wrap p:first-child {
		margin-bottom: 40px;
	}

	.politic {
		padding: 30px 0;
	}

	.politic-item1__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.politic-item1__title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.politic-item1__wrap2 {
		max-width: none;
	}

	.politic-item2:first-child {
		padding-top: 20px;
	}

	.politic-item2__title {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.politicchanges {
		padding: 30px 0;
	}

	.politicchanges__text1 {
		margin-bottom: 15px;
	}

	.politicchanges__text2 {
		margin-bottom: 50px;
	}

	.footer {
		padding: 15px 0;
	}
}

@media (max-width: 600px) {
	.mainscreen__wrap p br {
		display: block;
	}
	.mainscreen__wrap p b, .mainscreen__wrap p, .politic-item1__title, .politic-item1__subtitle, .politic-item2__title, .politic-item2__text p:last-child, .politic-item2__text ol, .politic-item1__wrap2 ol li, .politic-item1__text1,.politicchanges__title, .politicchanges__text1, .politicchanges__text2, .politicchanges__text3{
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	/* .mainscreen__wrap p {
		font-size: 4.4vw;
	} */

	.mainscreen__text1 {
		max-width: 53.75vw;
	}

	.mainscreen__text2 {
		max-width: 84vw;
	}

	.mainscreen__text3 {
		max-width: 85vw;
	}
}

@media (max-width: 374px) {
	body {
		font-size: 17px;
	}
}

#preloader {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 1s;
	transition-delay: 1s;
	transition-property: opacity, visibility;
	z-index: 1001;
}

html.is-loaded #preloader {
	opacity: 0;
	visibility: hidden;
}