@charset "utf-8";
@import "../fonts/BebasNeue/stylesheet.css" screen;
@import "../fonts/Inter/stylesheet.css" screen;
/* CSS Document */
:root {
	--black-color: #000000;
	--white-color: #ffffff;
	--dark-color:#333333;
	--sdark-color:#292929;
	--red-color:#E40000;
	--blue-color:#1270FF;
	--green-color:#3ECB53;
	--grey-color:#ccc;
	--grey1-color:#808080;
	--lightgrey-color:#f5f5f5;
	--lightgrey1-color:#f0f0f0;
	--lightgrey2-color:#999999;
}

* {font-family: 'Inter';}
.registration .row {--bs-gutter-x:0;}
a {cursor: pointer;}
.container {width: 100%; max-width:1052px; margin: 0 auto; padding:0;}
.icon1 {color:var(--white-color); display: inline-block; width: 36px; height:36px; font-family: unset;}
.icon-plus {font-size: 16px;}
.color-red {color:var(--red-color);}
.btn-red {background:var(--red-color) !important;padding:10px 1rem !important; color:var(--white-color) !important; border-radius: 0;}
.btn-red i {margin-right:10px;}
.btn-dark {background:var(--dark-color) !important; border-radius: 0;}
h2 {font-family: 'Bebas Neue'; font-weight: bold !important;}
.line {margin: 48px 0; height:1px; background-color:var(--grey-color);}
.item .title {font-weight: bold; font-size: 1.125rem;}
.item .text {font-size: 0.875rem; line-height:1.25rem;}
.logo-as-text { cursor:pointer;}
.logo-as-text > div {color:var(--red-color); font-weight: bold;font-family: 'Bebas Neue';}
.logo-as-text > p {font-weight: bold; color:var(--grey-color); margin: 0;font-family: 'Bebas Neue';}
.logo-as-text.logo {display: flex; flex-direction: row;}
.logo-as-text.logo > div {font-size: 64px; line-height: 52px; letter-spacing: -1px; height: 48px; overflow-y: hidden;}
.logo-as-text.logo > p {font-size: 24px; line-height: 25px; margin-left:5px; height: 48px; overflow: hidden;}
.logo-as-text.logo-1 > div {font-size: 112px; line-height: 84px; margin-left:-13px; letter-spacing: -7px;}
.logo-as-text.logo-1 > p {font-size: 64px; line-height: 48px;}
.logo-as-text.logo-2 > div {font-size: 52px; line-height: 38px; margin-left:-7px; letter-spacing: -3px;}
.logo-as-text.logo-2 > p {font-size: 26px; line-height: 22px;}
ul {margin:0 !important; padding:0 !important; list-style: none;}
.title h2 {font-size: 4rem; margin-bottom:30px; position: relative;}
.title h2::after {position: absolute; content:""; width: 50px; height: 3px; background:var(--red-color); bottom:0; left:0;}
section {margin-top:50px;}
label { padding-bottom:5px; font-weight: 500;}
label span {font-weight: bold; color:var(--red-color);}
input.error { border-color:var(--red-color); bacckground:rgba(228,0,0,.1);}
input.error:focus { border-color:var(--red-color); box-shadow:none;}
p.error {color:var(--red-color);}
input.success { border-color:var(--green-color);}
input.success:focus { border-color:var(--green-color); box-shadow:none;}
.fs-18 {font-size: 1.5rem;}
.spol-form-control {width: 100%; max-width: 380px; border:1px solid #EBEBEB; font-size: 0.875rem; color:var(--dark-color); outline: none; padding:11px 8px;}
.spol-form-control:focus {border-color:var(--blue-color); box-shadow: none;}
.fancybox-content .fancybox-close-small {width: 60px; height: 60px;}
.select2-container { z-index: 99992; }
.select2-container .select2-selection--single {height:unset !important;}
.select2-selection__rendered {padding:5px 12px; font-size: 0.875rem;}
.select2-container--default .select2-search--dropdown .select2-search__field {outline:none;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top:7px !important;}
.select2 {width: 100% !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color:var(--dark-color) !important;}
.select2-container--default .select2-selection--single {border:1px solid #EBEBEB !important; outline: none;}
.select2-results__option {font-size: 0.875rem !important; padding:3px 6px !important;}
.select2-container--focus { outline: none;}
.mainpage {display: none;}

header > div {background: var(--dark-color);  font-weight: 700;}
header nav {display: flex; justify-content: space-between; padding:20px 0;}
header ul {list-style: none; display: flex; gap:2rem; margin: 0; padding:0;}
header a {color: var(--white-color) !important;text-decoration: none; text-transform: uppercase; font-size: 2rem; cursor: pointer;font-family: 'Bebas Neue';}
header a span {font-family: 'Bebas Neue';}
header a:hover,header a:hover i {color: var(--red-color) !important;font-family: 'Bebas Neue';}
header .row {margin:0 !important;}

.user_block {position: relative;}
.user_block.active > a .icon1 svg {transform:rotate(180deg);}
.user_menu_ex {display: none; position: absolute; top:100%; right:0; padding:.5rem 1rem; background:var(--dark-color); z-index: 2; }
.user_menu_ex ul {display: block;}
.user_menu_ex ul li a {font-family: 'Inter' !important; font-size: 1rem !important; font-weight: 500; text-transform: inherit !important; white-space: nowrap; padding:5px; display: block; line-height: 24px;}
.user_menu_ex ul li a span {padding-right:1rem; width: 24px; display: inline-block; margin-right: 0.5rem;}

#banner {width: 100%; height: 400px; background: url(../images/mainimg.jpg) no-repeat; background-size: cover; font-family: 'Bebas Neue'; margin-top:0;}
#banner h1 {font-size: 18px; margin-bottom:64px;}
.banner-content {display: flex; justify-content: space-between; padding:60px 0;}

#news {}
#news h2 {margin-bottom: 46px;}
.index_news_item {background:var(--lightgrey-color);}
.index_news_item > div:first-child {width: 100%; height: 160px;}
.index_news_item img {object-fit: cover; display: inline-block; width: 100%; height: 100%;}
.index_news_content {padding: 1rem;font-size: 0.875rem;}
.index_news_content > div:first-child {margin-bottom: 10px; min-height: 81px;}
.index_news_content > div:nth-child(2) {margin-bottom: 10px; min-height: 60px;}
.index_news_content > div:last-child > div:first-child {color:var(--lightgrey2-color);}
.index_news_content a {text-decoration: none; color:var(--dark-color);}
.index_news_content a:hover {color:var(--red-color);}

#appeal {}
#appeal h2 {margin-bottom: 40px;}
.index_appeal_item {display: flex; gap:25px; margin-bottom:30px;}
.index_appeal_item img {width: 175px;}
.index_appeal_item > div:first-child {font-weight:bold;}
.index_appeal_item .title span {color:var(--lightgrey2-color); display: block; font-size: 14px; padding-top:10px; font-weight: normal;}
.index_appeal_item .readmore span {display:none;}
.index_appeal_item .readmore span.dots {display: inline-block;}
.index_appeal_item .content {display: flex; flex-direction:column; gap: 20px; /*justify-content: space-between;*/}
.index_appeal_item .content a {color:var(--lightgrey2-color); font-size: 0.875rem; line-height: 1.125rem; text-decoration: none;}
.index_appeal_item .readmore-link {cursor: pointer;}

#timer {margin-top:28px; font-family: 'Bebas Neue';}
#timer .container {padding:40px 3rem; text-align: center; background: var(--lightgrey1-color);}
#timer h2 {font-size: 2rem;}
.countdown {font-size: 24px; text-align: center; margin-top: 50px; }
.countdown > div {display: flex; gap:50px;justify-content:center;}
.countdown > div:first-child span {font-size: 8rem; font-weight: bold; min-width: 102px; line-height: 120px;font-family: 'Bebas Neue';}
.countdown > div:last-child span { display: inline-block; font-size: 28px; font-weight: bold; color: var(--dark-color);  min-width: 102px;font-family: 'Bebas Neue';}
.countdown-label { font-size: 14px; display: block; color: #777; margin-top: 5px; }

#schedule {}

#schedule .solid-vert-line {position: relative; padding-left:88px; margin-top:3rem;}
#schedule .solid-vert-line::after {position:absolute; content:""; width: 2px; height: calc(100% - 3rem); background:rgba(0,0,0,.3); left:19px; top:0px;}
#schedule .schedule-item {position: relative; margin-bottom: 2.5rem;}
#schedule .schedule-item::before {position: absolute; content:""; width: 48px; height: 48px; background: var(--white-color); top:-4px; left:-92px; z-index: 1;}
#schedule .schedule-item::after {position: absolute; content:"\2192"; width: 40px; height: 40px; background:var(--dark-color); left:-88px; top:0px; z-index: 10; line-height: 40px; text-align: center; font-size: 24px; color:var(--white-color);}
#schedule .schedule-item span {font-size: 2rem; line-height: 2rem; font-weight: 700; font-family: 'Bebas Neue'; color:var(--dark-color); display: block;}
#schedule .schedule-item p {font-size: 16px; line-height: 24px; font-weight: 500; color:var(--dark-color); display: block; margin-top:8px}
#schedule .schedule-item.active::after {background:var(--red-color);}

.main_schedule span {color:var(--red-color); font-size:4rem; line-height: 4.5rem; font-family: 'Bebas Neue'; font-weight: 700; display: block;}
.main_schedule p {display: block; font-size:1rem; line-height: 20px; color:var(--sdark-color); font-weight: 500;}
.main_schedule a {text-decoration: underline; font-size: 1rem; line-height: 20px; color:var(--sdark-color);}
.main_schedule {display: flex; justify-content: space-between; margin-top: 2rem;}
.main_schedule > div:last-child {margin:auto 0 auto 0;}

.doc-item {margin-bottom:10px; padding:1rem; background: var(--lightgrey-color);}
.doc-item .col-md-2 {text-align: center;}
.doc-item a {cursor: pointer;}

#text {}
#text img {width: 100%;box-shadow: 3px 3px 5px rgba(0,0,0,.5);}
#text .title p {font-size: 1.125rem; font-weight: bold; color:var(--dark-color); margin-bottom: 0.5rem;}
#text span {display: block; font-size: 0.875rem; color:var(--lightgrey2-color);}
#text .text {color:var(--dark-color);}

#faq {}
#faq a {cursor: pointer;}
#faq p {display: none; padding-top:10px; color:var(--lightgrey2-color);}
#faq .item {margin-bottom:30px; position: relative;}
#faq .item a {font-size: 1.25rem; line-height: 1.5rem; color:var(--dark-color) !important; text-decoration: none !important;}
#faq .item a::after {content:""; border-style: solid; position: absolute;  border-color: var(--red-color);border-width: 0px 2px 2px 0px;display: inline-block; padding: 5px; transition: 0.2s; color: var(--red-color); margin-top: 8px; transform: rotate(45deg); left:-30px; top:-4px;}
#faq .item a.active::after {transform: rotate(-135deg);margin-top: 14px;}

#registration  {margin-top:50px;}

#auth {display: none; width: 100%; max-width: 450px;}
#auth .btn-red {width: 100%;}
#auth #regfancy {padding:11px; color:var(--dark-color); line-height: 20px; font-weight: 500; display: block; text-decoration: none; cursor: pointer;}
#regform {display: none;}
.checkbox-text {font-size: 0.875rem;}
.checkbox-text a {text-decoration: underline !important; cursor: pointer;}
#regform h2 {cursor: pointer;}

#private label {margin-top:1rem; display: block; font-size: 0.875rem; color:var(--grey1-color);}
#private .spol-form-control {max-width: 100%;}
.auth-error {color:var(--red-color); display: none; font-size: 0.875rem;}
.custom-upload-text {padding-left:20px;}

.search_button {position: absolute; top:9px; right:9px;}

.result-item {padding:1rem; background:var(--lightgrey-color); margin-top:1.5rem;}
.result-item > div:first-child > div:first-child {font-size:0.875rem; line-height: 24px; color:var(--lightgrey2-color);}
.result-item > div:first-child > div:last-child { color:var(--green-color); font-size:0.875rem; line-height: 18px; padding:3px 8px; background: var(--white-color);}
.result-item > div:first-child > div:last-child.green { color:var(--green-color);}
.result-item > div:first-child > div:last-child.blue { color:var(--blue-color);}
.result-item > div:nth-child(2) {padding:1rem 0;}
.result-item > div:nth-child(2) span {font-family: 'Bebas Neue'; font-weight: 700; font-size: 28px !important; color:var(--sdark-color);}
.result-item > div:nth-child(2) p {font-size:0.875rem; color:var(--sdark-color); margin: 0; min-height: 42px; line-height: 21px; font-weight: 500;}
.result-item > div:nth-child(3) {margin-bottom: 1rem; min-height: 24px;}
.result-item > div:last-child {text-align: right;}
.result-item > div:last-child a { font-size: 0.875rem; margin-left:.5rem; font-weight: 500;}

.media-cats {margin:10px 0 16px 0;}
.media-cats ul {display: flex; gap:30px; margin:0; padding:0;justify-content:center;}
.media-title {color:var(--dark-color); position: relative; font-size:2rem; font-family: 'Bebas Neue'; text-decoration: none; font-weight: bold;}
.media-title.active::after {position: absolute; content:""; width: 20px; height: 3px; background:var(--red-color); bottom:0; left:0;}
.media-title:hover {color:var(--red-color);}
.media-content > div {display:none;}
.media-content > div.active {display: block;}
.media-content ul.row li {margin-bottom: 24px;}
.media-content img {box-shadow:5px 5px 6px rgba(0,0,0,.5);}

.mil-img { width: 180px;}

footer {margin:60px 0 10px 0;}
footer .container {border-top:10px solid var(--dark-color); padding:30px 0;}
footer a {color:var(--dark-color); text-decoration: none;}
footer svg {color:var(--dark-color);}
footer a:hover svg {color:var(--red-color);}
footer ul.soc {list-style: none; display: table; margin: 0 auto !important;}
footer .row > div:last-child ul {display: table; float: right;}

.desktop {display: block;}
.mobile {display: none;}


@media (max-width:601px) {
	.desktop {display: none;}
	.mobile {display: block;}
	.logo-as-text.logo > div {overflow-y: visible;}
	body {width: 100%;}
	nav > ul {display: none;}
	.mob_visible {display: block !important;}
	header .container {width:100%; position: relative;}
	.mainpage {display: block;}
	.title h2 {font-size: 2rem; margin-bottom:20px;}
	.container {width: 90%; margin:0 auto;}
	.countdown > div {gap:25px;}
	.countdown > div:first-child span {min-width: 40px; font-size:3rem;}
	.countdown > div:last-child span {min-width: 40px; font-size:1.5rem;}
	.main_schedule span {font-size: 2rem; line-height: 2.5rem;}
	.main_schedule > div:last-child a {font-size: 0.875rem; line-height: 1rem;}
	.index_appeal_item {flex-direction: column;}
	.index_appeal_item > div:first-child {text-align: center;}
	.index_appeal_item .title {text-align: center;}
	.header-mob-icon,.user_menu {width: 40px; height: 40px; color: var(--dark-color); background: var(--grey-color); border-radius: 50%; display: flex !important; margin: auto;}
	.header-mob-icon svg {margin: auto;}
	header a.mobile {margin: auto;display: flex; margin-left:16px;}
	.h-top-right {display: flex;}
	nav > ul {position: absolute; width:calc(100% + 24px);left:-12px; top:100%; background:var(--dark-color); z-index:1;}
	nav > ul li {text-align: center;}
	.doc-item .col-md-2 {text-align: left;}
	header .user_menu span {display: none;}
	.icon2 {height: 36px;}
	footer ul.soc {margin:20px 0 !important;}
	footer .row > div:last-child ul {float:none;}

	.mil-img { width: 91px;}
	
	.user_menu .icon1 {display: none;}
	.user_block,.user_menu .icon2 {display: flex;margin:auto;}
	.user_menu .icon2 svg {margin:auto;}
}
