html {
  padding: 0;
  margin: 0;
  background: #100c1b;
}

* {
box-sizing: border-box;
}

* {
	outline: none;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  background: #0c0620;
  background-size: 100% auto;
  padding: 0;
  margin: 0;
  color: #000;
  -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3 {
  font-weight: normal;
}

img {
	display: inline-block;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: .3s all;
}

a:hover, a:focus {
	color: #666;
	text-decoration: none;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}

.container {
	width: 1790px;
	margin: 0 auto;
}


.my_cookie_alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 1.8em;
	width: 100%;
	background: #000;
	/*opacity: 0.9;*/
	z-index: 100;
	font-size: 14px;
	visibility: hidden;
}

.my_cookie_alert span {
	text-align: left;
	display: block;
	float: left;
	color: #aaa;
	padding: 0 0;
	max-width: calc(100% - 120px);
}

.my_cookie_alert > div {
	float: right;
}

.my_cookie_alert > div a {
	display: inline-block;
	background-color: #008bf7;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-color: #008bf7;
	-webkit-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
	text-transform: uppercase !important;
	padding: .8em 1.5em;
	border-radius: 4px;
}

.mybut1 {
	display: inline-block;
	background: url(/images/button.png) center center no-repeat;
	background-size: contain;
	text-align: center;
	text-transform: uppercase;
	width: 334px;
	height: 78px;
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #222F43;
	text-decoration: none;
	position: relative;
}

.mybut1 span {
	display: inline-block;
	position: relative;
}

.mybut1:before {
	content: '';
	display: block;
	width: 98px;
	height: 60px;
	background: url(/images/union.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 28px;
	z-index: 0;
	transition: .5s;
}

.mybut1:hover, .mybut1:focus {
	filter: brightness(1) contrast(1.5);
}


.mybut1:hover:before, .mybut1:focus:before {
	left: 200px;
	opacity: 0;
}

/* Content */

.main_top_block {
	height: 44vw;
	max-height: 940px;
	position: relative;
	overflow: hidden;
}

.main_top_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.main_top_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_top_cubic {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 0;
	width: 100%;
}

.main_top_cubic img {
	display: block;
}

.main_top_text {
	position: absolute;
	z-index: 3;
	top: 350px;
	left: 0;
	width: 100%;
}

.main_top_tags span {
	display: inline-block;
	font-size: 18px;
	padding: 8px 12px;
	border-radius: 20px;
	text-transform: uppercase;
	font-style: italic;
	color: #c8c3d5;
	border: 2px solid #c8c3d5;
	background: rgba(0,0,0,0.3);
	margin: 3px;
}

.main_top_head {
	float: left;
	width: 1000px;
	padding-top: 20px;
}

.main_top_head h1 {
	color: #E2E1F7;
	font-size: 126px;
	line-height: 120px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
}

.main_top_head h2 {
	color: #E2E1F7;
	font-size: 42px;
	line-height: 40px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	opacity: 0.5;
}

.main_top_play {
	float: left;
	width: 470px;
	margin-left: 170px;
	margin-top: 70px;
}

.main_top_play_icons {
	margin-bottom: 15px;
}

.main_top_play_icons a {
	margin-right: 15px;
	display: inline-block;
}

.main_top_play_icons a:hover {
	transform: translateY(-3px);
	filter: brightness(1.5);
}

.main_top_play_buts a {
	margin: 5px;
	display: inline-block;
}

.main_top_play_buts a img {
	display: block;
	transition: .5s;
}

.main_top_play_buts a:hover img {
	-webkit-filter: drop-shadow(0px 5px 5px #b2c1e2);
  filter: drop-shadow(0x 5px 5px #b2c1e2);
}


.main_text {
	color: #E2E1F7;
	font-size: 36px;
	font-style: italic;
	text-transform: uppercase;
	margin-top: -180px;
	position: relative;
	z-index: 1;
}

.main_preim {
	padding-top: 40px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	color: #E2E1F7;
	width: calc(100% - 20px);
	margin: 0 auto;
	margin-top: 100px;
background: #66A6F4;
background: linear-gradient(183deg,rgba(102, 166, 244, 1) 0%, rgba(145, 93, 177, 1) 28%, rgba(72, 78, 143, 1) 64%, rgba(72, 78, 143, 1) 100%);
	clip-path: polygon(
    0 0,                  /* Левый верхний — не обрезан */
    calc(100% - 25px) 0,  /* Правый верхний — срез 15px слева */
    100% 25px,            /* Правый верхний — срез 15px снизу */
    100% 100%,            /* Правый нижний — не обрезан */
    25px 100%,            /* Левый нижний — срез 15px справа */
    0 calc(100% - 25px)   /* Левый нижний — срез 15px сверху */
  );
}

.main_preim:before {
	content: '';
	display: block;
	background: url(/images/cubesmask.png) center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 5s;
}

.main_preim:hover:before {
	left: -400px;
	transform: rotate(-90deg);
}

.main_preim_block {
	position: relative;
	float: left;
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
	border-right: 1px solid #a68bc3;
	padding: 0 30px;
}

.main_preim_block1, .main_preim_block3 {
	width: 30%;
}

.main_preim_block2 {
	width: 40%;
}

.main_preim_block3 {
	border: 0;
}

.main_preim_block h2 {
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}

.main_preim_block p {
	font-size: 20px;
}

.main_feedback {
	width: 760px;
	margin: 0 auto;
	margin-top: 70px;
}

.main_feedback_left {
	float: left;
	width: calc(100% - 350px);
	text-align: right;
	color: #E2E1F7;
	font-size: 24px;
	line-height: 38px;
	font-style: italic;
	text-transform: uppercase;
}

.main_feedback_right {
	float: left;
	width: 350px;
	text-align: right;
}

.main_feedback_right .mybut1 {
	text-align: left;
	padding-left: 45px;
}

.main_feedback_right .mybut1:after {
	content: '';
	display: block;
	background: url(/images/icongeneral.png) center center no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 40px;
	transition: .5s;
}

.main_feedback_right .mybut1:hover:after {
	opacity: 0.7;
}



/* Politics */

.politics {
	color: #fff;
	margin-top: -150px;
	position: relative;
	z-index: 1;
}

.politics ul {
	padding: 0;
}



.politics ul li {
	list-style: inside;
	margin: 20px 0;
	font-weight: 300;
	color: #bbb;
	font-size: 18px;
    line-height: 28px;
}

.politics ol li {
	margin: 20px 0;
	color: #bbb;
	font-weight: 300;
}

.politics ul li strong, .politics ol li strong {
	color: #fff;
	font-weight: bold;
}

.politics p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #bbb;
}

.politics p strong {
	font-weight: 600;
}

.politics h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.politics h2 {
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 20px;
}

.politics h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

.politics h4 {
	color: #b2a6e3;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

.politics hr {
	margin-top: 40px;
	border: 1px solid #666;
}

.politics table {
	color: #bbb;
	width: 100%;
	border-collapse: collapse;
}

.politics table td {
	padding: 10px;
	font-size: 15px;
	border: 1px solid #666;
}

.politics a {
	color: #b2a6e3;
}

.politics a:hover {
	color: #cac7f6;
}

.politics_readmore {
	margin: 20px 0;
	font-size: 14px;
	font-style: italic;
}

.politics_readmore p {
	font-size: 14px;
}

.politics_readmore > div:nth-child(1) {
	text-align: center;
}

.politics_readmore > div:nth-child(2) {
	display: none;
}

.politics_readmore_but {
	display: inline-block;
	padding: 10px 30px;
	font-weight: bold;
	border: 1px solid #b2a6e3;
	font-size: 18px;
}



.politics_hint {
	border-top: 1px solid #fff;
	margin-top: 50px;
	padding-top: 20px;
	max-width: 555px;
}

.politics_hint h2 {
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #b2a6e3;
	margin-bottom: 10px;
}

.politics_hint > div {
	padding-left: 35px;
	margin: 15px 0;
	color: #bbb;
}

.politics_hint_address {
	background: url(./images/politics_hint_address.png) center left no-repeat;
}

.politics_hint_email {
	background: url(./images/politics_hint_email.png) center left no-repeat;
}

.politics_hint_email a {
	color: #bbb;
}

.politics_hint_email a:hover {
	color: #b2a6e3;
}

.back_link {
	text-align: center;
	margin-bottom: 50px;
}

.back_link a {
	display: inline-block;
	border: 2px solid #E2E1F7;
	color: #E2E1F7;
	text-transform: none;
	padding: 8px 20px;
}

.back_link a:hover, .back_link a:focus {
	background: #fff;
	color: #505093;
}




.footer {
	clear: both;
	padding-top: 100px;
	padding-bottom: 70px;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}

.footer_copyright {
	float: left;
	color: #E2E1F7;
	opacity: 0.5;
}

.footer_links {
	float: right;
}

.footer_links a {
	color: #E2E1F7;
	opacity: 0.5;
	margin-left: 40px;
}

.footer_links a:hover {
	opacity: 1;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1800px) {
	
	.container {
	width: calc(100% - 100px);
	margin: 0 auto;
}

.main_top_head h1 {
	font-size: 110px;
	line-height: 110px;
}

.main_top_head h2 {
	font-size: 38px;
	line-height: 38px;
}

.main_top_head {
	width: 850px;
}

.main_top_text {
	top: 320px;
}

.main_text {
	font-size: 32px;
}

}

/* ---------------------------------------------------1680------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1680px) {

.main_top_head h1 {
	font-size: 100px;
	line-height: 100px;
}

.main_top_head h2 {
	font-size: 34px;
	line-height: 34px;
}

.main_top_head {
	width: 760px;
}

.main_top_text {
	top: 250px;
}

.main_text {
	font-size: 30px;
}

.main_top_play {
	margin-left: 70px;
}

}

@media screen and (max-width: 1400px) {
	
	.footer_copyright {
	float: none;
	text-align: center;
}

.footer_links {
	float: none;
	text-align: center;
	margin-bottom: 40px;
}

.footer_links a {
	margin: 10px 20px;
}
	
	.main_top_cubic img {
	width: 60px;
}

.main_top_text {
	top: 220px;
}

.main_top_tags span {
	font-size: 16px;
}

.main_top_head h1 {
	font-size: 86px;
	line-height: 86px;
}

.main_top_head h2 {
	font-size: 30px;
	line-height: 30px;
}

.main_top_head {
	width: 660px;
}

.main_top_play {
	margin-left: 60px;
	margin-top: 60px;
	width: 370px;
}

.main_top_play_buts img {
	width: 170px;
}

.main_text {
	font-size: 26px;
	margin-top: -110px;
}

}

/* ---------------------------------------------------1280------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
	
	.back_link {
	margin-top: 100px;
}
	
.main_preim {
	margin-top: 70px;
}

.main_top_text {
	top: 170px;
}

.main_top_head h1 {
	font-size: 70px;
	line-height: 70px;
}

.main_top_head h2 {
	font-size: 28px;
	line-height: 28px;
}

.main_top_head {
	width: 540px;
	padding-top: 15px;
}

.main_top_play {
	margin-left: 40px;
	margin-top: 55px;
	width: 350px;
}

.main_top_play_buts img {
	width: 160px;
}

.main_text {
	font-size: 24px;
	margin-top: -90px;
}

.main_preim_block h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

.main_preim_block {
	padding: 0 10px;
}

}

/* ---------------------------------------------------1024------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	
.main_feedback {
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
}

.main_feedback_right {
	width: 280px;
}

	
.mybut1 {
	width: 260px;
	height: 60px;
	padding-top: 12px;
	font-size: 24px;
}

.mybut1::before {
	height: 46px;
}

.main_feedback_right .mybut1::after {
	top: 13px;
}
	
.main_feedback_left {
	width: calc(100% - 280px);
	font-size: 18px;
	line-height: 28px;
}
	
.main_preim {
	margin-top: 50px;
}

.main_preim_block {
	padding: 0 20px;
	min-height: 140px;
}
	
.main_preim_block h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

.main_preim_block p {
	font-size: 17px;
}
	
.main_top_head h2 {
	font-size: 24px;
	line-height: 24px;
}

.main_top_tags span {
	font-size: 16px;
	padding: 6px 10px;
	border: 1px solid #c8c3d5;
	margin: 2px;
}

.main_top_text {
	top: 160px;
}

.main_top_play_buts img {
	width: 180px;
}

.main_top_play_buts a {
	margin: 15px 0;
	display: block;
}

.main_top_play {
	margin-left: 80px;
	margin-top: -20px;
	width: 180px;
}

.main_text {
	margin-top: -80px;
}

.footer {
	font-size: 16px;
	padding-top: 60px;
	padding-bottom: 40px;
}

	
}

/* ---------------------------------------------------900------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
	
table {
	display: block;
	overflow-x: auto;
}
	
.container {
	width: calc(100% - 30px);
	margin: 0 auto;
}
	
	.main_top_head h1 {
	font-size: 56px;
	line-height: 60px;
}

.main_top_head h2 {
	font-size: 22px;
	line-height: 24px;
}

.main_top_text {
	top: 130px;
}

.main_top_head {
	width: 430px;
}

.main_top_play {
	margin-top: -30px;
	margin-left: 50px;
}

.main_text {
	margin-top: -30px;
}
	
}

/* ---------------------------------------------------700------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
	
.politics h1 {
	font-size: 30px;
}

.politics h2 {
	font-size: 22px;
	line-height: 40px;
}
	
.back_link {
	margin-top: 150px;
}
	
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.footer_links {
	float: none;
	text-align: center;
	margin-bottom: 15px;
}

.footer_copyright {
	float: none;
	text-align: center;
	font-size: 13px;
}

.footer_links a {
	margin: 20px;
	display: inline-block;
}
	
	.main_feedback {
	width: 100%;
	margin-top: 40px;
	padding: 0 10px;
}
	
	.main_feedback_left {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.main_feedback_right {
	width: 100%;
	text-align: center;
}
	
	.container {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.main_top_tags {
	text-align: center;
}

.main_top_head {
	width: 100%;
	float: none;
	text-align: center;
}

.main_top_head h1 {
	font-size: 40px;
	line-height: 40px;
}

.main_top_head h2 {
	font-size: 17px;
	line-height: 17px;
	margin-top: 10px;
}

.main_top_tags span {
	margin: 0 5px;
}

.main_text {
	margin-top: 0px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.main_top_play {
	margin-top: 25px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	float: none;
}

.main_top_play_buts img {
	width: 160px;
}

.main_top_play_buts a {
	margin: 5px;
	display: inline-block;
}

.main_top_block {
	height: 350px;
	max-height: 100%;
}

.main_top_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 280px;
	object-fit: cover;
	overflow: hidden;
}

.main_preim_block {
	float: none;
	border: 0 !important;
	border-right: 1px solid #a68bc3;
	padding: 5px;
	width: 100% !important;
	min-height: auto;
	margin-bottom: 20px;
}

.main_preim_block3 {
	margin-bottom: 0;
}

.main_preim_block:after {
	content: '';
	display: block;
	background: #a68bc3;
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 50px);
}

.main_preim_block3:after {
	display: none;
}

.main_preim_block h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}

.main_preim_block p {
	font-size: 14px;
}


	
}

/* ---------------------------------------------------480------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	.back_link {
	margin-top: 200px;
}
}

/* ---------------------------------------------------320------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
	.main_top_block {
	height: 420px;
	max-height: 100%;
}
}
