body {
    background: #B4B4B4 url(../background/backbround_winter5.jpg) repeat 50% 0;
    background-attachment: fixed;
    background-size: cover !important;
    position: relative;
    font-family: var(--bs-font-sans-serif);
}

/* Logo Main */
.head_logo_cmt {
	transition: opacity 0.3s ease;
    display: block;
    width: 300px;
    height: 64px;
    margin-top: 24px;
    margin-left: 10px;
    color: #FFF;
    font-size: 36px;
    line-height: 60px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    text-decoration: none;
    text-indent: 300px;
    overflow: hidden;
    background: url(../logo/Logo_v1-white_3.png) no-repeat;
    background-size: 100% 100%;
}
.head_logo_cmt:hover {
	opacity: 0.7;
}
/* Logo Main */

/* Navigator menu */
#top_menu_cmt {
	display: flex;
	margin: 20px 0;
}
/*.top_menu_cmt ul, .top_menu_cmt li{
	padding: 0;
	margin: 0;
}*/
.top_menu_cmt ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
.navigator {
	display: flex;
	align-items: center;
}
.navigator_drop {
	/*display: flex;
	flex-direction: column;
    align-items: flex-start;*/
}
.navigator li{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	margin-right: 8px;
}
.navigator_drop li{
	list-style: none;
}
.navigator li:last-child {
	margin: 0;
	float: right;
    margin-left: auto;
}
.navig_dropdown {
	position: relative;
	display: inline-block;
}
.navig_dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 15px 10px;
	font-size: 14px;
	border: none;
	border-radius: 8px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.navigator_drop {
	/*display: none;*/
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
	padding: 0;
	top: 100%;
	border-radius: 8px;
	visibility: hidden;
	opacity: 0;
	/*transition: visibility 0.3s ease;*/
	transition-property: opacity, visibility;
	transition-duration: 0.3s; /* Добавляем анимацию 0.3 сек. */
    transition-delay: 0.15s; /* Добавляем задержку в 0.15 сек. */
}
.navigator_drop a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navigator_drop a:hover {
	background-color: #f01d39;
	color: #fff;
    font-weight: 500;
}

/* Show the dropdown menu on hover */
.navig_dropdown:hover .navigator_drop {
	/*display: block;*/
	opacity: 1;
	visibility: visible;
}
/*.navigator_drop li.active a:active {background-color: #ddd;}*/
/*li.active a{background-color: forestgreen;}*/
.navig_dropdown.active .navig_dropbtn {
	background-color: #f01d39;
	color: #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.navig_dropdown:hover .navig_dropbtn, .navig_dropdown:focus .navig_dropbtn {
	background-color: #f01d39;
	color: #fff;
}
.navig_item_drop {
    border-radius: 0px;
}
.navig_item_drop:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navig_item_drop:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


li.home > a i {
	font-size: 16px;
	margin: 0;
}
.navig_item i {
	font-size: 14px;
	margin-right: 5px;
}
.navig_dropbtn i {
	font-size: 14px;
	margin-right: 5px;
}
.navigator li a {
	background-color: #fff;
	/*border-radius: 8px;*/
	color: #7F8C8D;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.navigator li .navig_item {
	border-radius: 8px;
}
.navigator li.active .navig_item {
	background-color: #f01d39;
	color: #fff;
}
.navig_item {
	padding: 15px 10px;
}
.navig_item:first-child {
	padding: 15px 20px;
}
.navig_item:hover, .navig_item:focus {
	background-color: #f01d39;
	color: #fff;
}
.navig_dropdown-hover::before {
	font-family: 'FontAwesome';
	content: '\f067';
	font-size: 8px;
    margin-left: 5px;
    /*transition: content 0.3s ease;*/
}
li.home > a {
	display: block;
}
.navig_dropbtn:hover > .navig_dropdown-hover::before {
	font-family: 'FontAwesome';
	content: '\f068';
	font-size: 8px;
    margin-left: 5px;
}
.navig_dropdown:hover .navig_dropdown-hover::before {
	font-family: 'FontAwesome';
	content: '\f068';
	font-size: 8px;
    margin-left: 5px;
}

/*.navig_item_shop {
	background-color: #845ef7 !important;
    color: #fff !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}*/
.navigator li a.navig_item_shop{
	background-color: #845ef7;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.navigator li a.navig_item_shop:hover, .navigator li a.navig_item_shop:focus {
	background-color: #f01d39;
	color: #fff;
}


/* Navigator menu */

/* Short Carousel */
.carusel_smenu {
	/*margin-bottom: 32px;*/
	margin-bottom: 20px;
}

/* Carousel Карусель*/
.carusel_cmt {
	max-height: 360px;
	/*width: 50%;*/
	border-radius: 16px;
}
.carousel-item img {
	max-height: 360px;
	border-radius: 16px;
}

.carousel {
	border-radius: 16px;
}
.carousel-inner {
	border-radius: 16px;
}
.carousel-item {
	border-radius: 16px;
}
.carousel-control-prev {
	border-radius: 16px 0 0 16px;
}
.carousel-control-next {
	border-radius: 0 16px 16px 0;
}
.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-radius: 50%;
}
.carousel-caption {
    position: absolute;
    right: 50%;
    left: 5%;
    top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    overflow: hidden;
}
.carousel-link {
	position: absolute;
    left: 0;
    top: 0;
    /*bottom: 2%;*/
    /*padding: 1rem;*/
    /*height: 90%;*/
    height: 100%;
    width: 100%;
    border-radius: 16px;
}
.carousel-caption p{
	font-size: 14px;
    line-height: 1.17;
}
.carousel-caption h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
    line-height: 1.17;
    margin-bottom: 10px;
}
/* Carousel Карусель*/
/* ShortMenu SMenu*/
.short_menu {
	max-height: 360px;
	/*width: 50%;*/
	border-radius: 16px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.smenu_none {
	max-height: 360px;
	width: 100%;
	border-radius: 16px;
	background-color: #fff;
}
.smenu_none img{
	max-height: 360px;
	width: 100%;
	border-radius: 16px;
}
.login_navig {
    width: 100%;
    height: 100%;
}
.login_navig .align-items-start {
	height: 100%;
}
.login_navig .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /*color: #f01d39;
    background-color: #fff;*/
    color: #fff;
    background-color: #f01d39;
}
.login_navig .nav-pills .nav-link {
    /*background: #f01d39;*/
    background-color: #fff;
    /*border: 0;*/
    border-bottom: 1px solid #7F8C8D;
    border-right: 1px solid #7F8C8D;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    /*height: 25%;  Высота кнопок Login_Navig */
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
}
.login_navig .nav-pills .nav-link:last-child {
	border-bottom: 0px;
}
.login_navig .nav-pills .nav-link:first-child {
    border-top-left-radius: 16px;
}
.login_navig .nav-pills .nav-link:last-child {
    border-bottom-left-radius: 16px;
}
.login_navig .nav-link:focus, .login_navig .nav-link:hover {
    /*color: #f01d39;
    background-color: #fff;*/
    color: #fff;
    background-color: #f01d39;
    outline: 0;
}
.login_navig .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    /*color: #fff;*/
    color: #7F8C8D;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.login_navig .nav-link i, .login_navig .nav-link span{
    font-size: 18px;
    margin-bottom: 2px;
}
.login_navig .tab-pane {
    width: 100%;
    height: 100%;
    word-break: break-word;
}
.login_navig .nav-pills {
    /*min-width: 100px;*/
    max-width: 100px;
}
.login_navig .nav {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
    background-color: #A9A9A9;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.tab-content {
    width: 100%;
    height: 100%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;

    max-height: 360px;
    min-height: 280px;
}

/* Login LMenu */
.login_users {
	height: 100%;
	/*padding: 5px;*/
	display: flex;
	flex-direction: column;
}
.login_title {
    text-align: center;
    color: #f01d39;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.login_user_names {
	display: flex;
    /*padding: 0 10px;*/
    margin: 0 10px;
    margin-bottom: 8px;
}
.login_user_names a img {
    border-radius: 16px;
}
.login_user_names a {
    margin-right: 10px;
}
.login_user_name_weather {
	display: flex;
    flex-direction: column;
}
.login_user_name {
	font-size: 18px;
    font-weight: bold;
    color: #f01d39;
}
.login_user_game-group {
	font-size: 11px;
    font-style: italic;
    color: #ff6b6b;
    font-weight: 500;
}
.login_user_weather {
	font-size: 13px;
    font-style: italic;
}
.login_user_weather span {
    color: #7f8c8d;
}
.login_user_сashaccount {
    display: flex;
    /*padding: 0 10px;*/
    margin: 0 10px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.login_сashaccount_balance {
    font-size: 16px;
    font-style: italic;
    color: #7f8c8d;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.login_сashaccount_balance span {
    font-size: 16px;
    font-style: italic;
    color: #95a5a6;
    font-weight: bold;
    margin-right: 5px;
}
.login_сashaccount_balance i {
    margin-right: 5px;
}

.login_user_footerbuttons {
    margin-bottom: 0;
    margin-top: auto;
    border-bottom-right-radius: 16px;
    background-color: #7F8C8D;
    /*height: 40px;*/
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.login_user_footerbuttons a {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    /*border-radius: 8px;*/
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    border: 0 none;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.login_user_footerbuttons a:last-child {
    border-bottom-right-radius: 16px;
}
.login_user_footerbuttons a i {}
.login_user_footerbuttons a:hover, .login_user_footerbuttons a:focus, .login_user_footerbuttons a:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
.login_footerbuttons__settings {}
.login_footerbuttons__exit {}
.login_user_panelbuttons {
    display: block;
    margin: 8px 10px;
    height: 100%;
}

/* Login Input */
.login_user_name_login {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    /*justify-content: center;*/
}
.login_user_name_login ul{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0 10px;
    margin: 0;
}
.login_user_name_login ul li{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0 10px;
    margin: 0;
    width: 100%;
}
.login_user_name_login_submitline {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0 20px;
    margin: 0;
}
.login_user_name_login_links {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_user_name_login_links a{
	color: #7F8C8D;
	font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
    margin-right: 10px;
}
.login_user_name_login_links a:hover{
	color: #f01d39;
}
.login_user_name_login_links a:last-child{
	margin-right: 0px;
}
input[type="text"], input[type="password"] {
	padding: 6px;
    background: #fff;
    border: 2px solid #7F8C8D;
    border-radius: 8px;
    box-shadow: 0 0 0 0;
    margin-bottom: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #7F8C8D !important;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
input[type="text"]:active, input[type="password"]:active {
    border-color: #2ecc71;
    background-color: #2ecc71;
}
/* стили при наведении курсора на checkbox */
input[type="text"]:not(:disabled):not(:active):hover, input[type="password"]:not(:disabled):not(:active):hover {
  border-color: #2ecc71;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="text"]:not(:disabled):active, input[type="password"]:not(:disabled):active {
  background-color: transparent;
  border-color: #2ecc71;
}
/* стили для чекбокса, находящегося в фокусе */
input[type="text"]:focus, input[type="password"]:focus {
  box-shadow: 0 0 0 0rem rgba(127, 140, 141, 0.0);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
input[type="text"]:focus:not(:active), input[type="password"]:focus:not(:active) {
  border-color: #2ecc71;
}
/* стили для чекбокса, находящегося в состоянии disabled */
input[type="text"]:disabled, input[type="password"]:disabled {
  background-color: #7F8C8D;
}
/* Login Input */

/* Login LMenu */
/* ShortMenu SMenu*/
/* Short Carousel */

/* Fix DLE-Content */
.fix_content #dle-content {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.fix_content #dle-content>* {
    /*flex-shrink: 0;*/
    /*width: 100%;*/
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
/* Fix DLE-Content */

/* ShortStory ShortNews */
.shortstory_main {
	background-color: #fff;
    border-radius: 16px;
    min-height: 370px;
    width: 100%;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}
.shortstory_main:hover, .shortstory_main:focus, .shortstory_main:active {
	box-shadow: 0px 0px 10px #fff;
}
.shortstory_link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 10;
}
.shortstory_poster {
	position: relative;
	width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.shortstory_poster::after {
	content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff);
    /*background: linear-gradient(180deg,rgba(255,250,250,0) 0,#fff);*/
}
.shortstory_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: transform 0.3s ease;
    background: #657171 url(../../dleimages/no_image.jpg) no-repeat;
}
.shortstory_main:hover .shortstory_image, .shortstory_main:focus .shortstory_image, .shortstory_main:active .shortstory_image {
	transform: scale(1.03);
}
.shortstory_badge {
	pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.shortstory_badge_text {
	pointer-events: auto;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    padding: 10px 20px;
    /*font-family: RobotoCondensed,sans-serif;*/
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    color: #fff;
    text-align: right;
    background: #e44844;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    transition: all .3s ease;
}
.shortstory_content {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	pointer-events: none;
    width: 100%;
    padding: 0 20px 13px;
}
.shortstory_title {
	display: flex;
    align-items: center;
    min-height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.17;
    color: #7f8c8d;
    font-weight: 500;
}
.shortstory_text {
    position: relative;
    /*height: 57px;*/
    height: 61px;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.17;
    /* color: #8da0aa; */
    color: #bdc3c7;
    /*font-weight: 500;*/
}
.shortstory_text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff);
    /*background: linear-gradient(180deg,rgba(255,250,250,0) 0,#fff);*/
}
.shortstory_meta {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: flex;
}
.shortstory_meta li, .shortstory_meta li a {
	color: #bdc3c7;
    font-size: 18px;
    font-weight: 500;
}
.shortstory_meta li i{
	margin-right: 5px;
}
.shortstory_meta__item {}
.shortstory_meta__item:last-child {
    margin-right: 0;
    margin-left: auto;
}

/* ShortStory ShortNews */












/* Footer Низ */
.footer {
	/*font-size: 14px;*/
	padding: 25px 0;
	/*border-top: 1px solid #d9d9d9;*/
	border-top: 1px solid #fff;
	margin-top: 20px;
}
.footer_midside {
	display: flex;
	float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.footer_rightside {
	float: right;
    position: relative;
    width: 100%;
}
.footer_counter {
	float: right;
    margin-left: 10px;
    opacity: .5;
    transition: opacity 0.3s ease;
}
.footer_counter:hover {
	opacity: 1;
}
/* Copyright Копирайт */
.copyright {
	color: #fff;
	font-weight: 500;
	line-height: 1.17;
}
.copyright p {
	font-size: 12px;
}
.copyright p:first-child {
	font-size: 14px;
}
.copyright a {
	/*color: #fff;*/
	color: #FFA07A;
	font-weight: bold;
	text-decoration: underline;
	transition: color 0.3s ease;
}
.copyright a:hover {
	text-decoration: underline;
	/*color: #f01d39;*/
	/*color: #DC143C;*/
	color: #ff6b6b;
}
.copydate {}
/* Copyright Копирайт */
/* Footer Низ */




/* Ticket Билет Пропуск */
#ticket_table__info {
	display: block;
}
#ticket_table__form {
	display: none;
}
#ticket_table__expectation {
	display: none;
}
#ticket_table__expectation_await {
	display: block;
}

.ticket_navig {}
.ticket_main {
	width: 100%;
    display: flex;
    flex-direction: column;
}
.ticket_title {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #f01d39;
}
.ticket_recordform {
	display: block;
	padding: 0 5px;
}
.ticket_recordform form textarea {
	resize : none;
}
.ticket_recordform {}
.ticket_recordform__table {}

.ticket_recordform__expectation-text {
	font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
    /*margin-bottom: 16px;*/
    color: #7F8C8D;
    line-height: 1.17;
}
/* Отправить Send */
.record_send {
	border: 1px solid #7F8C8D;
	border-radius: 8px;
	width: 100%;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #7F8C8D;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    outline: none;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
}
.record_send:hover, .record_send:focus, .record_send:active {
	text-decoration: none;
	border: 1px solid #f01d39;
	color: #fff;
	background-color: #f01d39;
	cursor: pointer;
}
.record_send i {
	font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    flex-direction: column;
}
.record_send-green:hover, .record_send-green:focus, .record_send-green:active{
	border: 1px solid #2ecc71;
	color: #fff;
	background-color: #2ecc71;
	outline: 0;
}
.record_send-green:hover, .record_send-green:focus, .record_send-green:active .record_send-title{
	color: #fff;
}
.record_send-exit {
	float: right;
    margin-left: auto;
}
/* Отправить Send */
/* Ticket Билет Пропуск */



/* Applications / Заявки */
.applications_content__head {
    display: flex;
}
.applications_content__head .applications_info {
    width: 92%;
    margin-right: 10px;
    line-height: 1.17;
}
.applications_head__button {
    width: 8% !important;
}
.applications_content__main {
    /*overflow-x: auto;*/
}
.applications_content__buttons {
    margin: 0;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.applications_content__buttons:hover, .applications_content__buttons:focus, .applications_content__buttons:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
.applications_content .applications_content__main .universal_main__table tbody tr td:last-child {
    /*width: 100%;*/
}
.applications_content .applications_content__main .universal_main__table tbody tr td:nth-child(2) {
    display: flex;
    align-content: center;
    justify-content: center;
}
.applications_content .applications_content__main .universal_main__table tbody tr td:nth-child(2) img {
    border-radius: 8px;
}
.applications_content .applications_content__main .universal_main__table tbody tr th {
    vertical-align: middle;
}
/*.applications_main__content{}*/
.applications_main__content__img {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.applications_main__content__img img {
    border-radius: 16px;
    transition: box-shadow 0.3s ease;
}
.applications_main__content__img img:hover, .applications_main__content__img img:focus, .applications_main__content__img img:active {
    /*box-shadow: 0px 0px 10px #845ef7;*/
    box-shadow: 0px 0px 10px #f01d39;
}
.applications_main__content__info {}
.applications_main__main {
    list-style: none;
    padding: 0;
    margin: 0;
}
.applications_main__item {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.17;
    display: flex;
    flex-wrap: wrap;
}
.applications_item__title {
    padding: 3px 5px;
    background-color: #657171;
    border-radius: 8px;
    color: #fff;
    width: 120px;
    margin-right: 5px;
}
.applications_item__inner {
    font-weight: 700;
    /* color: #7F8C8D; */
    color: #808b8c;
    display: flex;
    align-items: center;
}
.applications_main__item:last-child {
    flex-wrap: nowrap;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.17;
    display: flex;
}
.applications_main__item:last-child .applications_item__title {
    width: 100%;
}
.applications_main__item:last-child .applications_item__inner {
    width: 100%;
    font-size: 15px;
    margin-top: 8px;
}
.applications_form__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.applications_form__buttons {
    margin: 5px 0px;
}
#button__accept {}
#button__decline {}
.applications_form__buttons {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.applications_form__buttons:hover, .applications_form__buttons:focus, .applications_form__buttons:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
.applications_form__buttons:last-child {
    margin-right: 0px;
}
.applications_form__buttons:first-child:hover, .applications_form__buttons:first-child:focus, .applications_form__buttons:first-child:active {
    outline: none;
    background-color: #2EAC71;
    color: #fff;
}
.applications_form__buttons:first-child {
    margin-left: 0px;
    background-color: #2ecc71;
}
.applications_form__textarea {
    min-height: 120px;
    max-height: 280px;
    height: 140px;
}
.applications_form__reviewed {
    font-size: 20px;
    font-weight: 500;
    color: #808b8c;
    text-align: center;
}
.applications_form__verdict {
    text-align: center;
    border-radius: 8px;
    background-color: #657171;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
/* Applications / Заявки */



/* Menu Navig Menu_Navig Меню */
.menu_navig {
	height: 100%;
	/*padding: 5px;*/
    display: flex;
    flex-direction: column;
}
.menu_navig {}
/*.menu_main {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/
.menu_main {
	/*padding: 0;
    margin: 0;
    list-style: none;
	display: grid;
     grid-template-columns: repeat(4,100%); 
     grid-template-rows: 100%; 
    gap: 0px;
    grid-auto-flow: row;
    justify-items: center;*/
}
.menu_main {
	height: 100%;
	padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,25%);
    /* grid-template-rows: 100%; */
    grid-template-rows: repeat(4, 25%);
    gap: 0px;
    grid-auto-flow: row;
    justify-items: stretch;
    /* align-items: center; */
    /* justify-content: space-evenly; */
    justify-self: stretch;
    align-self: stretch;
    /*grid-template-rows: repeat(3, auto);*/
}
.menu_item {
	/*display: flex;*/
}
.menu_item__link {
	/*padding: 5px 10px;*/
	/*padding: 20px;*/
	padding: 15px;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f01d39;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1.10;
    transition: color .3s ease, background-color .3s ease;
}
.menu_item__link i {
    font-size: 18px;
    line-height: 1;
}
.menu_item__link:hover, .menu_item__link:focus, .menu_item__link:active {
	color: #f01d39;
    background-color: #fff;
    text-decoration: none;
}
/*.menu_item:nth-child(4) {
	border-top-right-radius: 16px;
}*/
.menu_main > .menu_item:nth-child(4) > .menu_item__link {
	border-top-right-radius: 16px;
}
.menu_main > .menu_item:nth-child(16) > .menu_item__link {
	border-bottom-right-radius: 16px;
}

/* Menu Navig Menu_Navig Меню */



/* statusserv_navig Monitoring */

.statusserv_navig {
	height: 100%;
    /*padding: 5px;*/
    display: flex;
    flex-direction: column;
}

/* statusserv_navig Monitoring */



/* FullStory FullNews */
.blocks_concontainer__fullnews {
    padding: 0px !important;
}
.fullnews_preview {
	width: 100%;
	height: 400px;
	position: relative;
}
.fullnews_preview__firstimage {
	width: 100%;
	position: absolute;
	height: 400px;
    object-fit: cover;
    backface-visibility: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.fullnews_main {
	width: 100%;
	padding: 15px;
	padding-bottom: 30px;
}
.fullnews_preview__head {
	position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
}
.fullnews_preview__title {
	font-size: 24px;
    line-height: 26px;
    /*font-weight: 500;*/
    color: #fff;
    word-wrap: break-word;
    width: 50%;
}
.fullnews_preview__rightside {
	margin-right: 0;
	margin-left: auto;
}
.fullnews_preview__rightside_other {
	font-size: 21px;
    border-right: 1px solid #7F8C8D;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
}
.fullnews_preview__rightside_other:first-child {
    padding-left: 0;
}
.fullnews_preview__rightside_other:last-child {
    padding-right: 0;
    border: none;
}
.fullnews_preview__rightside_other i {
	margin-right: 5px;
}
.fullnews_button__back {
	width: 100px !important;
	padding: 10px;
	margin-bottom: 0px !important;
	margin-right: 0;
    margin-left: auto;
}
.fullnews_comments {
    display: flex;
    flex-direction: column;
}
.fullnews_comments__head {
    width: auto;
    padding: 10px 15px;
    color: #FFF;
    background: #f01d39;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.fullnews_comments__title {
	font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}
.fullnews_comments__main {
	width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}
.fullnews_comments__addcomments {
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}
.blocks_concontainer__fullnews_article__info {
    margin-bottom: 24px !important;
}
.fullnews_article__info {
    padding: 10px 0px;
    position: relative;
}
.fullnews_article__datetime {
    font-size: 18px;
    font-weight: 500;
    color: #7f8c8d;
    padding-left: 15px;
}
#fullnews_article__typenews {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 18px;
    background-color: #f01d39;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #fff;
    font-weight: 500;
    cursor: context-menu;
    min-width: 120px;
    text-align: center;
}
.fullnews_article__stock {
    background-color: #f06595 !important;
}
.fullnews_article__important {
    background-color: #ff922b !important;
}
.fullnews_article__development {
    background-color: #339af0 !important
}
.fullnews_article__update {
    background-color: #20c997 !important;
}
.fullnews_article__market {
    background-color: #845ef7 !important;
}
/* FullStory FullNews */



/* Comment Comments */
/* Управление комментариями */
	.mass_comments_action {
		text-align: right;
		/*border-top: 1px solid #efefef;*/
		border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
		padding: 2% 4%;
	}
	.mass_comments_action > select {
		height: 36px;
		padding: 5px;
		width: 200px;
		margin-left: 1em;
        margin-bottom: 0 !important;
	}
	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: 1.08em; }
/* Управление комментариями */
.comments_comment__main {
	display: flex;
	width: auto;
	margin-bottom: 1rem;
}
.comments_info__left {
	margin-right: 15px;
}
.comments_info__image {
	border-radius: 16px;
}
.comments_info__image a{
	border-radius: 16px;
}
.comments_info__image img{
	border-radius: 16px;
    background-position: 50% 0;
    background-size: cover;
    background-color: #FFF;
}
.comments_content__main {
	width: 100%;
    display: flex;
    flex-direction: column;
    /*padding-left: 15px;*/
    border-bottom: 1px solid #dee2e6;
}
.comments_content__head {
	display: flex;
    flex-direction: column;
    line-height: 1.16;
}
.comments_content__author {
	font-weight: 500;
    font-size: 18px;
    color: #f01d39;
}
.comments_content__author a{
    /*color: #f01d39;*/
    color: #20c997;
    transition: color .3s ease;
    text-decoration: none;
}
.comments_content__author a:hover, .comments_content__author a:focus, .comments_content__author a:active {
    /*color: #ca0d26;*/
    color: #1aa179;

}
.comments_content__online {
    font-size: 14px;
    color: #6CB200;
}
.comments_content__group {
	font-size: 12px;
	font-weight: 400;
}
.comments_content__datetime {
	color: #7F8C8D;
    font-size: 14px;
}
.comments_content__text {
	padding: 15px 0;
    line-height: 1.17;
}
.comments_content__meta {
	width: 100%;
}
.comments_content__meta_bottom {
	display: flex;
	margin-bottom: 8px;
    list-style: none;
    margin-top: 0px;
    padding-left: 0px;
    opacity: 0.3;
	/*transition: opacity 0.1s linear;*/
	transition: opacity 0.3s ease;
}
.comments_comment__main:hover .comments_content__meta_bottom {
    opacity: 1;
}
.comments_content__buttons {
	/*padding: 5px 0;*/
	margin: 0 6px;
	font-size: 12px;
    color: #7f8c8d;
}
.comments_content__buttons a {
	padding: 5px 0;
	color: #7f8c8d;
    font-weight: 500;
	text-decoration: none;
}
.comments_content__buttons a:hover, .comments_content__buttons a:focus, .comments_content__buttons a:active {
	color: #f01d39;
}
.comments_content__buttons:first-child {
	margin-left: 0px;
}.comments_content__buttons:last-child {
	margin-right: 0px;
}
.comments_content__buttons i {
	margin-right: 5px;
}
.comments_content__buttons span {}
.comments_content__buttons_fast {}
.comments_content__buttons_reply {}
.comments_content__buttons_complaint {}
.comments_content__buttons_edit {}
.comments_content__buttons_del {}
.comments_content__buttons_mass {}
.comments_content__buttons_mass_action {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    border: 0 none;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.comments_content__buttons_mass_action:hover, .comments_content__buttons_mass_action:focus, .comments_content__buttons_mass_action:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
/* Comment Comments */



/* AddComment AddComments */
.addcomments_addcomment__main {
    background-color: #fff;
    border-radius: 16px;
    padding: 10px 15px;
}
.addcomments_addcomment__head {}
.addcomments_addcomment__title {
    font-weight: 500;
    color: #f01d39;
    font-size: 24px;
}
.addcomments_content__main {}
.addcomments_content__editor {}
.addcomments_content__recaptcha {}
/* AddComment AddComments */



/* Info InfoMessage */
.info_message__main {
    padding: 15px 45px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #7f8c8d;
    background: #fff;
    border-radius: 16px;
}
.info_message__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.info_message__main:hover .info_message__icon {
    background-color: #f01d39;
}
.info_message__icon i {
    color: #7f8c8d;
    font-size: 80px;
    transition: color 0.3s ease;
}
.info_message__main:hover .info_message__icon i {
    color: #fff;
}
.info_message__title {
    font-size: 20px;
    font-weight: 500;
    color: #7f8c8d;
}
.info_message__main a {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.info_message__main a:hover, .info_message__main a:focus, .info_message__main a:active {
    color: #ff6b6b;
    text-decoration: underline;
}
/* Info InfoMessage */



/* ShortBlock Short_Block */
.shortblock_content__main {
    display: flex;
    flex-direction: column;
}
.shortblock_main {
    /*height: 100%;*/
    height: calc((370px - 24px) / 2);
    border-radius: 16px;
    /*background-color: #fff;*/
    background-color: #657171;
    padding: 15px;
}
.shortblock_main:first-child {
    margin-bottom: 12px;
}
.shortblock_main:last-child {
    margin-top: 12px;
}
.shortblock_about {
    position: relative;
    transition: box-shadow 0.3s ease;
}
.shortblock_about:hover, .shortblock_about:focus, .shortblock_about:active {
    box-shadow: 0px 0px 10px #dc1b03;
}
.shortblock_about__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    border-radius: 16px;
    /*background: #f01d39 url(../shortblock/about.jpg) no-repeat;*/
    background: #657171 url(../shortblock/about.jpg) no-repeat;
    background-position: center;
    background-clip: border-box;
    background-size: cover;
}
.shortblock_about__title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: flex;
    left: 20px;
    bottom: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.shortblock_about__icon{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: flex;
    right: 20px;
    bottom: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shortblock_social {
    position: relative;
    transition: box-shadow 0.3s ease;
}
.shortblock_social:hover .shortblock_social__poster {
    /*filter: blur(0px);*/
}
.shortblock_social__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    border-radius: 16px;
    /*opacity: 0.6;*/
    transition: filter 0.3s ease;
    /*filter: blur(2px);*/
    /*background: #f01d39 url(../shortblock/social.jpg) no-repeat;*/
    background: #657171 url(../shortblock/social.jpg) no-repeat;
    background-position: center;
    background-clip: border-box;
    background-size: cover;
}
.shortblock_social__links {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.shortblock_social__link_tab {
    /*padding: 10px 10px;*/
    min-width: 25%;
}
.shortblock_social__link_tab:first-child {
    border-top-left-radius: 16px;
}
.shortblock_social__link_tab:last-child {
    border-top-right-radius: 16px;
}
.shortblock_social__link_name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25%;
    height: 50px;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff;
    transition: background-color .3s ease;
}
.shortblock_social__link_name i {
    font-size: 32px;
}
.shortblock_social__link_name_vk {
    border-top-left-radius: 16px;
    background-color: transparent;
}
.shortblock_social__link_name_discord {
    background-color: transparent;
}
.shortblock_social__link_name_telegram {
    background-color: transparent;
}
.shortblock_social__link_name_youtube {
    border-top-right-radius: 16px;
    background-color: transparent;
}
.shortblock_social__link_name_vk:hover, .shortblock_social__link_name_vk:focus, .shortblock_social__link_name_vk:active {
    border-top-left-radius: 16px;
    background-color: #0e86f2;
    color: #fff;
}
.shortblock_social__link_name_discord:hover, .shortblock_social__link_name_discord:focus, .shortblock_social__link_name_discord:active {
    background-color: #7289da;
    color: #fff;
}
.shortblock_social__link_name_telegram:hover, .shortblock_social__link_name_telegram:focus, .shortblock_social__link_name_telegram:active {
    background-color: #0088cc;
    color: #fff;
}
.shortblock_social__link_name_youtube:hover, .shortblock_social__link_name_youtube:focus, .shortblock_social__link_name_youtube:active {
    border-top-right-radius: 16px;
    background-color: #cd201f;
    /*background-color: #e62828;*/
    color: #fff;
}
.shortblock_social__link_name_vk_hover {
    box-shadow: 0px 0px 10px #0e86f2;
}
.shortblock_social__link_name_discord_hover {
    box-shadow: 0px 0px 10px #7289da;
}
.shortblock_social__link_name_telegram_hover {
    box-shadow: 0px 0px 10px #0088cc;
}
.shortblock_social__link_name_youtube_hover {
    box-shadow: 0px 0px 10px #cd201f;
}
.shortblock_social__title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: flex;
    left: 20px;
    bottom: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.shortblock_social__icon {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: flex;
    right: 20px;
    bottom: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ShortBlock Short_Block */



/* Rules All-Rules Правила*/
.blocks_concontainer__rules {
    padding: 0 !important;
    margin-bottom: 24px !important;
}
.rules_update__content {
    padding: 10px 0px;
}
.rules_update__title {
    font-size: 18px;
    font-weight: 500;
    color: #7f8c8d;
    padding-left: 15px;
}
.rules_content {}
.rules_content__main {}
.rules_main__title {
    font-size: 24px;
    color: #f01d39;
    font-weight: 700;
    padding-left: 20px;
    text-transform: uppercase;
}
.rules_info__informer {}
.rules_info__informer_one {
    font-size: 20px;
    font-weight: 700;
    color: #7F8C8D;
    /*color: #657171;*/
}



/* Rules_Table */
.overflow-fix {
    overflow-x: auto;
}
.table_regrulval thead tr th{

}
.rules_main__table thead tr th:first-child {
    text-align: left;
}
.rules_main__table thead tr th {
    text-align: center;
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    border-bottom-color: forestgreen !important;
    color: #7F8C8D;
    font-size: 14px;
}
.rules_main__table tbody tr th {
    vertical-align: top;
    color: #7F8C8D;
    font-size: 16px;
    font-weight: bold;
}
.rules_main__table tbody tr th a {
    color: #7F8C8D;
    transition: all 0.3s ease;
}
.rules_main__table tbody tr th a:hover {
    color: #7F8C8D;
}
.rules_main__table tbody tr td{
    font-size: 16px;
    color: #7f8c8d;
    font-weight: 500;
    line-height: 1.17;
}
.rules_main__table tbody tr{
    transition: background-color 0.3s ease;
}
.rules_main__table tbody tr:hover{
    /*background-color: rgba(0, 0, 0, 0.075);*/
    background-color: rgba(0, 0, 0, 0.055);
}

.rules_text__desc {
    font-size: 14px;
    /*color: #bdc3c7;*/
    color: #a2acad;
    /*color: #657171;*/
}
.rules__links_link {
    /*color: #20c997;*/
    /*color: #f01d39;*/
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.rules__links_link:hover, .rules__links_link:active, .rules__links_link:focus {
    /*color: #20c997;*/
    /*color: #f01d39;*/
    color: #ff6b6b;
    text-decoration: underline;
}
.rules_dots__info {
    position: relative;
    padding-left: 20px;
}
.rules_dots__span {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #508300;
}
.rules_text__judgment {
    font-size: 16px;
    /*color: #A73124;*/
    color: #ff6b6b;
}
.rules_text__info {
    font-size: 15px;
    color: #7f8c8d;
    margin-bottom: 2px;
}
.mb-rules-10 {
    margin-bottom: 10px;
}
.mb-rules-5 {
    margin-bottom: 5px;
}

/* Rules_Table */
/* ACCEPT_DECLINE */
.accept_decline {
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    /*margin: 8px 0;*/
}
.ac-regrul {
    background-color: #fff;
    border: 1px solid #7F8C8D;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7F8C8D;
    font-weight: 500;
    padding: 20px 35px;
    font-size: 16px;
    margin: 0px 20px;
    margin-bottom: 16px;
    justify-content: center;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
}
.ac-regrul:hover {
    border: 1px solid #2ecc71;
    color: #fff;
    background-color: #2ecc71;
}
.de-regrul {
    background-color: #fff;
    border: 1px solid #7F8C8D;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7F8C8D;
    font-weight: 500;
    padding: 20px 35px;
    font-size: 16px;
    margin: 0px 20px;
    justify-content: center;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
}
.de-regrul:hover {
    border: 1px solid #f01d39;
    color: #fff;
    background-color: #f01d39;
}
.accept_decline form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    justify-content: center;
}
/* ACCEPT_DECLINE */
/* Rules All-Rules Правила*/



/* LostPassword/Восстановление пароля */
.lostpassword_content {
    max-width: 500px;
    margin: 0 auto;
}
/* LostPassword/Восстановление пароля */



/* Registration Validation/ Регистрация Валидация */
.registration_links__link {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
    font-weight: 700;
}
.registration_links__link:hover, .registration_links__link:active, .registration_links__link:focus {
    color: #ff6b6b;
    text-decoration: underline;
}
.registration_alerts_warn {
    color: #FFA07A;
    font-weight: 700;
}
.registration_content {
    max-width: 500px;
    margin: 0 auto;
}
.registration_content .universal{
    margin-top: 16px;
}
.registration_content__info {}
.registration_content__main {}
.universal_form {
    margin: 0;
    padding: 0;
    list-style: none;
}
.universal_form__item {}
.universal_form__item textarea {
    min-height: 140px;
    max-height: 350px;
    line-height: 1.10;
}
.universal_form li label {
    color: #7F8C8D;
    font-size: 16px;
    font-weight: 500;
}
.registration_login {
    margin-right: 10px;
}
.registration_login__check {
    display: flex;
    align-items: baseline;
}
.registration_login__checked {
    margin-bottom: 16px;
    margin-top: 0px !important;
    font-size: 12px !important;
    font-weight: 500;
}
.registration_login__check_button {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    border: 0 none;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.registration_login__check_button:hover, .registration_login__check_button:focus, .registration_login__check_button:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
.wide {}
.btn {}
/* Registration Validation/ Регистрация Валидация */



/* profile_popup / profilepopup / Модальное окно пользователя */
.profilepopup_content {
    display: flex;
}
.profilepopup_content img {
    border-radius: 16px;
    background-position: 50% 0;
    background-size: cover;
    background-color: #FFF;
    max-width: 64px;
    max-height: 64px;
}
.profilepopup_infolist {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}
.profilepopup_infolist__item {
    color: #7f8c8d;
    font-weight: 500;
    font-size: 14px;
}
.profilepopup_infolist__item b {
    color: #657171;
}
/* profile_popup / profilepopup / Модальное окно пользователя */



/* navigation / навигация / навигация страниц */
.fix_navigation {}
.navigation_content {
    display: flex;
    margin: 16px 0;
}
.navigation_content__buttons {
    display: flex;
    float: right;
    margin-left: auto;
    font-size: 24px;
    font-weight: 500;
}
.navigation_buttons__previous_next{
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 8px;
    /*color: #f01d39;*/
    color: #a2acad;
    transition: background-color 0.3s ease, color 0.3s ease;
    min-width: 46px;
    min-height: 46px;
    cursor: pointer;
    text-align: center;
}
.navigation_buttons__previous_next a{
    background-color: #fff;
    color: #f01d39;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.navigation_buttons__previous_next:hover, .navigation_buttons__previous_next:focus, .navigation_buttons__previous_next:active{
    background-color: #a2acad;
    color: #fff;
}
.navigation_buttons__previous_next a:hover, .navigation_buttons__previous_next a:focus, .navigation_buttons__previous_next a:active {
    background-color: #f01d39;
    color: #fff;
}
.navigation_content__previous {
    margin-right: 10px;
    position: relative;
}
.navigation_content__next {
    margin-left: 10px;
    position: relative;
}
.navigation_content__previous a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;
}
.navigation_content__next a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;
}
.navigation_content__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 700;
}
.navigation_content__pages span {
    padding: 5px 10px;
    margin: 0 5px;
    min-width: 46px;
    background-color: #f01d39;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}
.navigation_content__pages a {
    padding: 5px 10px;
    margin: 0 5px;
    min-width: 46px;
    background-color: #fff;
    color: #7F8C8D;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.navigation_content__pages a:hover, .navigation_content__pages a:focus, .navigation_content__pages a:active {
    text-decoration: none;
    background-color: #f01d39;
    color: #fff;
}
/* navigation / навигация / навигация страниц */



/* footmenu / foot_menu / footermenu / футер меню */
.footmenu_content {
    display: flex;
    /*padding: 20px 0;*/
    padding-top: 36px;
}
.footmenu_content__misspell {
    float: right;
    /*margin-left: auto;*/
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    cursor: default;
    margin-bottom: 8px;
}
.footmenu_content__misspell:hover, .footmenu_content__misspell:focus, .footmenu_content__misspell:active {
    opacity: 1;
}
.footmenu_content__misspell i{
    margin-right: 5px;
}
.footmenu_content__nav {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.footmenu_content__nav nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: auto;
    float: left;
    margin-bottom: 8px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.footmenu_content__nav nav a {
    padding: 4px 4px;
    /*background-color: #fff;
    color: #7f8c8d;*/
    background-color: transparent;
    color: #fff;
    border-radius: 8px;
    margin: 5px 2px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.footmenu_content__nav nav:hover, .footmenu_content__nav nav:focus, .footmenu_content__nav nav:active {
    opacity: 1;
}
.footmenu_content__nav nav a:hover, .footmenu_content__nav nav a:focus, .footmenu_content__nav nav a:active {
    color: #fff;
    background-color: #f01d39;
}
/* footmenu / foot_menu / footermenu / футер меню */



/* feedback / Обратная связь */
.feedback_content {}
.feedback_content__main {
    /*padding: 0 80px;*/
}
/* feedback / Обратная связь */



/* Contacts / Контакты */
.contacts_content {}
.contacts_content__links {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contacts_links__item {
    width: 100%;
    margin: 4px 0;
    height: 120px;
    position: relative;
    border-radius: 16px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none !important;
}
.contacts_links__item__vk {}
.contacts_links__item__discord {}
.contacts_links__item__email {}
.contacts_links__item__vk {
    color: #0e86f2;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.contacts_links__item__discord {
    color: #7289da;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.contacts_links__item__email {
    color: #db4a39;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.contacts_links__item__vk:hover, .contacts_links__item__vk:focus, .contacts_links__item__vk:active {
    color: #fff;
    background-color: #0e86f2;
}
.contacts_links__item__discord:hover, .contacts_links__item__discord:focus, .contacts_links__item__discord:active {
    color: #fff;
    background-color: #7289da;
}
.contacts_links__item__email:hover, .contacts_links__item__email:focus, .contacts_links__item__email:active {
    color: #fff;
    background-color: #db4a39;
}
.contacts_item__icon {
    margin-right: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.contacts_item__icon i {
    font-size: 64px;
}
.contacts_item__text i {
    font-size: 14px;
    color: #7F8C8D;
    margin-left: 5px;
}
.contacts_item__text {
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #7F8C8D;
}
.contacts_links__link {
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%;*/
    /*height: 100%;*/
}
.contacts_content .blocks_concontainer .alert {
    margin-bottom: 0;
    border-radius: 16px;
}
.contacts_links__item__vk .contacts_item__text {
    font-size: 18px;
    transition: color 0.3s ease;
}
.contacts_links__item__discord .contacts_item__text {
    font-size: 18px;
    transition: color 0.3s ease;

}.contacts_links__item__email .contacts_item__text {
    font-size: 16px;
    transition: color 0.3s ease;
}
.contacts_links__item__vk:hover .contacts_item__text, .contacts_links__item__vk:focus .contacts_item__text, .contacts_links__item__vk:active .contacts_item__text {
    color: #fff;
}
.contacts_links__item__discord:hover .contacts_item__text, .contacts_links__item__discord:focus .contacts_item__text, .contacts_links__item__discord:active .contacts_item__text {
    color: #fff;
}
.contacts_links__item__email:hover .contacts_item__text, .contacts_links__item__email:focus .contacts_item__text, .contacts_links__item__email:active .contacts_item__text {
    color: #fff;
}
/* Contacts / Контакты */



/* Staff / Персонал */
.staff_content {}
.staff_content .blocks_concontainer .alert {
    margin-bottom: 0;
    border-radius: 16px;
}
.staff_content__left {}
.staff_content__right {}
.staff_content__left .staff_card__left .universal_card .universal_card__main .universal_card__body .universal_card__text:first-child {
    font-weight: 500;
}
.staff_content__middle .staff_card__middle .universal_card .universal_card__main .universal_card__body .universal_card__text:first-child {
    font-weight: 500;
}
.staff_content__right .staff_card__right .universal_card .universal_card__main .universal_card__body .universal_card__text:first-child {
    font-weight: 500;
}
.staff_content__left .staff_card__left .universal_card .universal_card__main .universal_card__body .universal_card__title {
    margin-bottom: 0;
}
.staff_content__middle .staff_card__middle .universal_card .universal_card__main .universal_card__body .universal_card__title {
    margin-bottom: 0;
}
.staff_content__right .staff_card__right .universal_card .universal_card__main .universal_card__body .universal_card__title {
    margin-bottom: 0;
}
.staff_content__left .staff_card__left .universal_card .universal_card__head .universal_card__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.staff_content__middle .staff_card__middle .universal_card .universal_card__head .universal_card__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.staff_content__right .staff_card__right .universal_card .universal_card__head .universal_card__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.staff_content__left .staff_card__left .universal_card .universal_card__main .universal_card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.staff_content__middle .staff_card__middle .universal_card .universal_card__main .universal_card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.staff_content__right .staff_card__right .universal_card .universal_card__main .universal_card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Staff / Персонал */



/* Start_Play / Start Play / Начать Играть / Начать Игру */
.start_play_content .start_play_content__block .alert {
    border-radius: 16px;
    padding: 8px;
    margin-top: 8px;
}
.start_play_content .start_play_content__block .alert a {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.start_play_content .start_play_content__block .alert a:hover, .start_play_content .start_play_content__block .alert a:active, .start_play_content .start_play_content__block .alert a:focus {
    color: #ff6b6b;
    text-decoration: underline;
}
.start_play_content .start_play_content__block .start_play_block__text a {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.start_play_content .start_play_content__block .start_play_block__text a:hover, .start_play_content .start_play_content__block .alert a:active, .start_play_content .start_play_content__block .alert a:focus {
    color: #ff6b6b;
    text-decoration: underline;
}

.start_play {}
.start_play_content {
    padding: 10px;
}
.start_play_content__block {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    /*border-top: 1px solid #dee2e6;*/
    border-bottom: 1px solid #dee2e6;
    padding: 16px 0;
}
.start_play_content__block .row {
    width: 100%;
}
.start_play_content__block:first-child {
    padding-top: 0;
}
.start_play_content__block:last-child {
    padding-bottom: 0;
    border-bottom: 0px;
}
.start_play_block__left {
    /*width: 15%;*/
    font-size: 60px;
    font-weight: 700;
    color: #a2acad;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.17;
    opacity: 0.6;
}
.start_play_block__step {
    font-size: 60px;
}
.start_play_block__number {}
.start_play_block__right {
    /*width: 100%;*/
}
.start_play_block__right .start_play_block__registration {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}
.start_play_block__title {
    /*color: #657171;*/
    color: #f01d39;
    font-size: 26px;
    font-weight: 500;
}
.start_play_block__text {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.17;
}
.start_play_block__downloads form {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.start_play_block__downloads .record_send {
    font-size: 24px;
    font-weight: 700;
    max-width: 340px;
    padding: 40px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 16px;
}
.start_play_block__downloads .record_send:first-child {
    margin-left: auto;
    margin-right: auto;
}
.start_play_block__downloads .record_send:last-child {
    margin-right: auto;
    margin-left: auto;
}
.start_play_block__downloads .record_send i {
    font-size: 80px;
}
.start_play_block__windows {}
.start_play_block__other {}
.start_play_block__system_requirements {
    text-align: center;
    text-transform: uppercase;
}
/* Start_Play / Start Play / Начать Играть / Начать Игру */



/* FAQ / Часто задаваемые вопросы */
/* accordion / аккордеон */
.accordion-button::after {
    width: 1.25rem;
    height: auto !important;
    margin-left: auto;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .3s ease-in-out !important;
    font-family: FontAwesome;
    content: "\f078" !important;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: FontAwesome;
    content: "\f078";
    transform: rotate(-180deg);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion-item:last-of-type .accordion-body {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #fff !important;
}
.accordion-button {
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    background-color: #f01d39;
    border: 0;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,border-radius .3s ease;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe !important;
    outline: 0;
    box-shadow: 0 0 0 0.0 transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    font-weight: 500;
    background-color: #f01d39;
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}
.accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #f01d39;
}
/* accordion / аккордеон */
.faq {}
.faq_content {}
.faq_content__item {}
.faq_item__content {
    display: flex;
    margin-bottom: 24px;
}
.faq_item__left {
    /*width: 44px;*/
    height: 44px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.faq_item__left i {
    font-size: 40px;
    color: #a2acad;
    line-height: 1.17;
    opacity: 0.6;
}
.faq_item__right {}
.faq_item__right h4 {
    font-style: italic;
    font-weight: 700;
    color: #657171;
}
.faq_item__right p {
    color: #7F8C8D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.17;
}
.faq_item__right p a {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.faq_item__right p a:hover, .faq_item__right p a:focus, .faq_item__right p a:active {
    color: #ff6b6b;
    text-decoration: underline;
}
/* FAQ / Часто задаваемые вопросы */



/* Safety / Безопасность */
.safety {}
.safety_content {
    margin: 0 20px;
}
.safety_item__content {
    display: flex;
    margin-bottom: 24px;
}
.safety_item__left {
    /*width: 44px;*/
    height: 44px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.safety_item__left i {
    font-size: 40px;
    color: #a2acad;
    line-height: 1.17;
    opacity: 0.6;
}
.safety_item__right h4 {
    font-style: italic;
    font-weight: 700;
    color: #657171;
}
.safety_item__right p {
    color: #7F8C8D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.17;
}
.safety_item__right p a {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.safety_item__right p a:hover, .faq_item__right p a:focus, .faq_item__right p a:active {
    color: #ff6b6b;
    text-decoration: underline;
}
.safety_feature {
    border-top: 1px solid #dee2e6;
}
.safety_feature h4 {
    font-style: italic;
    font-weight: 700;
    color: #657171;
    margin-top: 8px;
}
/* Safety / Безопасность */



/* Server_Commands / Server Commands / Команды / Команды сервера */
/* Server_Commands / Server Commands / Команды / Команды сервера */



/* About the game / About_the_game / About game / About_game / Об игре / Об_Игре / Об игре майнкрафт / Об игре minecraft */
.aboutgame {}
.blocks_concontainer {}
.blocks_concontainer_title {}
.aboutgame_content {}
.aboutgame_content__promo {}
.aboutgame_promo__logo {
    width: 100%;
}
.aboutgame_promo__buttons {}
.aboutgame_promo__buttons .record_send {
    font-size: 24px;
    max-width: 400px;
    margin: 0 auto;
}
.aboutgame_promo__buttons .record_send .material-icons {
    font-size: 40px;
}
.aboutgame_content__description {
    margin: 0 20px;
}
.aboutgame_content__description p {
    font-size: 18px;
    line-height: 1.17;
    font-weight: 500;
    color: #7F8C8D;
}

.aboutgame_content__systemrequirements {}
.aboutgame_content__systemrequirements .tab-content {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    /*border: 1px solid #dee2e6;*/
    border: 1px solid #f01d39;
    border-top: 0px;
    padding: 20px;
    max-height: 100%;
}
.aboutgame_content__systemrequirements .nav-tabs {
    /*border-bottom: 1px solid #f01d39;*/
    border: 1px solid #f01d39;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.aboutgame_content__systemrequirements .nav-tabs .nav-link {
    width: 100%;
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    font-size: 20px;
    font-weight: 700;
    outline: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
    color: #7F8C8D;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.aboutgame_content__systemrequirements .nav-tabs .nav-link:first-child {
    border-top-left-radius: 16px;
    border-left: 0px;
}
.aboutgame_content__systemrequirements .nav-tabs .nav-link:last-child {
    border-top-right-radius: 16px;
    border-right: 0px;
}
.aboutgame_content__systemrequirements .nav-tabs .nav-link:hover, .aboutgame_content__systemrequirements .nav-tabs .nav-link:focus, .aboutgame_content__systemrequirements .nav-tabs .nav-link:active {
    /*border-color: transparent #f01d39 #f01d39;*/
    border-color: transparent #f01d39 transparent;
    color: #f01d39;
    isolation: isolate;
}
.aboutgame_content__systemrequirements .nav {
    flex-wrap: nowrap;
}
.aboutgame_content__systemrequirements .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f01d39;
    background-color: #fff;
    border-color: #f01d39 #f01d39 #fff;
}

.aboutgame_systemrequirements__content {}
.aboutgame_systemrequirements__title {
    font-weight: 700;
    color: #f01d39;
    font-size: 22px;
}
.aboutgame_systemrequirements__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.aboutgame_systemrequirements__item {
    font-size: 18px;
    font-weight: 500;
    color: #7F8C8D;
    line-height: 1.17;
    margin-bottom: 8px;
}
.aboutgame_systemrequirements__name {
    font-size: 18px;
    font-weight: 700;
    color: #657171;
}
/* About the game / About_the_game / About game / About_game / Об игре / Об_Игре / Об игре майнкрафт / Об игре minecraft */



/* UserInfo / Ифнформация о пользователе / Пользователь */
.userinfo {}
.userinfo .userinfo_information .blocks_concontainer {} .blocks_concontainer_title {
    line-height: 1.17;
}
.userinfo .userinfo_settings .blocks_concontainer {} .blocks_concontainer_title {
    line-height: 1.17;
}
.blocks_concontainer {}
.blocks_concontainer__fix {}
.blocks_concontainer_title {}
.userinfo_content__info {}
.userinfo_info__avatar {
    text-align: center;
}
.userinfo_info__avatar img {
    border-radius: 16px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
}
.userinfo_info__avatar img:hover, .userinfo_info__avatar img:focus, .userinfo_info__avatar img:active {
    box-shadow: 0px 0px 10px #f01d39;
}
.userinfo_information {}
.userinfo_settings {}
.universal_overflow_fix {}
.table {}
.universal_main__table {}
.userinfo_content__settings {}
.userinfo_settings__list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.userinfo_list__items {}
.userinfo_checkbox {
    display: flex;
    align-items: center;
    line-height: 1.17;
    margin-bottom: 4px;
    align-content: center;
}
.userinfo_list__space_top {
    margin-top: 16px;
}
.userinfo_list__space_bottom {
    margin-bottom: 16px;
}
.userinfo_lines__top {
    border-top: 1px solid #dee2e6;
}
.userinfo_lines__bottom {
    border-bottom: 1px solid #dee2e6;
}
.userinfo_info__buttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.userinfo_info__buttons a:first-child {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #2ecc71;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin-bottom: 8px;
    font-weight: 500;
}
.userinfo_info__buttons a:last-child {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin-bottom: 8px;
    font-weight: 500;
}
.userinfo_info__buttons a:first-child:hover, .userinfo_info__buttons a:first-child:focus, .userinfo_info__buttons a:first-child:active {
    outline: none;
    background-color: #2EAC71;
    color: #fff;
}
.userinfo_info__buttons a:last-child:hover, .userinfo_info__buttons a:last-child:focus, .userinfo_info__buttons a:last-child:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
/* UserInfo / Ифнформация о пользователе / Пользователь */



/* Wallet / Wallet_Success / Wallet_Error */
.wallet {
    display: flex;
    justify-content: center;
}
.wallet .blocks_concontainer {
    /*width: 80%;*/
    max-width: 560px;
    /*color: #4d5152;*/
}
.wallet_head {
    min-height: 260px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    text-align: center;
    padding: 20px;
    margin-bottom: 8px;
}
.wallet_head i{
    font-size: 160px;
}
.wallet_head p{
    font-size: 32px;
    font-weight: 700;
}
.wallet_content {
    font-size: 24px;
    color: #7F8C8D;
    font-weight: 500;
    line-height: 1.17;
}
.wallet_footer {
    max-width: 460px;
    margin: auto;
}
.wallet_link {
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.wallet_link:hover, .wallet_link:active, .wallet_link:focus {
    color: #ff6b6b;
    text-decoration: underline;
}
.wallet_success {
    background-color: #70e299;
    color: #306452;
}
.wallet_error {
    background-color: #fd6d0d;
    color: #ffefcc;
}
/* Wallet / Wallet_Success / Wallet_Error */



•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••



/* Модальное окно Bootstrap5 */
.modal-footer, .modal-body, .modal-header {
    border: none;
    padding: 0px;
    background: #fff;
}

.modal-content {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 370px;
    border-radius: 16px;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #fff;
    border-color: rgba(0,0,0,0.0);
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    max-width: none !important;
    max-height: none !important;
}
.modal-content {
    padding: 20px;
    border: 1px solid #fff;
    overflow: auto;
    position: relative;
    zoom: 1;
    font-weight: 500;
    height: auto !important;
}
.modal-header {
    padding: 0px;
    padding-bottom: 20px;
    position: relative;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.modal-title {
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #657171;
}
.btn-close {
    position: absolute;
    right: 20px;
    /*top: 30%;*/
    /*margin-top: 0px !important;*/
    height: 28px !important;
    width: 28px;
    border: 0 none !important;
    /*background-color: #657171;*/
    background: #fff url("../cmtimages/cmt_cross_delete.svg") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: none !important;
    padding: 0px !important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.btn-close:hover, .btn-close:focus, .btn-close:active {
    opacity: 1;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: center;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
#dle-promt-text {
    min-height: 140px;
    max-height: 300px;
    line-height: 1.10;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: right;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ui-dialog-buttonset button {
    margin: 0 8px;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:focus, .ui-dialog-buttonset button:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
.ui-dialog-buttonset button:first-child {
    margin-left: 0px;
}
.ui-dialog-buttonset button:last-child:hover, .ui-dialog-buttonset button:last-child:focus, .ui-dialog-buttonset button:last-child:active {
    outline: none;
    background-color: #2EAC71;
    color: #fff;
}
.ui-dialog-buttonset button:last-child {
    margin-right: 0px;
    background-color: #2ecc71;
}
.modal_minitext {
    font-size: 12px;
    color: #a2acad;
    /*float: right;*/
    text-align: right;
}
/* Модальное окно Bootstrap5 */



/* Модальное окно пополнения баланса */
.form-group-t {}
.form-group-balance__pay input{
    margin-bottom: 0px !important;
}
/* Модальное окно пополнения баланса */



/* Download */

#download__access {
	display: none;
	opacity: 0;
}
#download__filename {
	display: none;
	opacity: 0;
}
#download__loadfile_load {
	display: none;
	opacity: 0;
}
#download__loadfile {
	display: none;
	opacity: 0;
}

/* Download */



/* Информационное оконо загрузки AJAX / Прелоадер / индикатор загрузки */
#loading-layer { 
    display:none;
    /*background: #000 url("../icons/369-2.gif") no-repeat 50% 5px;*/
    background: #000 url("../cmtimages/loading_oval.svg") no-repeat 50%;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    height: 64px;
    width: 64px;
}
/* Информационное оконо загрузки AJAX / Прелоадер / индикатор загрузки */



/* bbcodes-кнопки / разного рода кнопки DLE */
.applychanges {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #2ecc71;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.cancelchanges {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.applychanges:hover, .applychanges:focus, .applychanges:active {
    outline: none;
    background-color: #2EAC71;
    color: #fff;
}
.cancelchanges:hover, .cancelchanges:focus, .cancelchanges:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}

/*.btn, .bbcodes, .btn-border {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 36px;
    border-radius: 18px;
    line-height: 22px;
    outline: none;
    background-color: #3394e6;
    color: #fff;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}*/
/*.comments_content__buttons_mass_action {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}*/
/* bbcodes-кнопки / разного рода кнопки DLE */



/* Модальное окно DLE */
.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 16px;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #fff;
    border-color: rgba(0,0,0,0.0);
    background-color: #fff;
    background-clip: padding-box;
    outline: none;

    max-width: none !important;
    max-height: none !important;
}
.ui-dialog-content {
    padding: 20px;
    border: 1px solid #fff;
    overflow: auto;
    position: relative;
    zoom: 1;
    font-weight: 500;
    
    height: auto !important;
}
.ui-dialog-titlebar {
    padding: 20px 20px;
    position: relative;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.ui-dialog-title {
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #657171;
}
.ui-dialog-titlebar-close {
    position: absolute;
    right: 20px;
    top: 30%;
     margin-top: 0px !important; 
    height: 28px !important;
    width: 28px;
    border: 0 none !important;
    /*background-color: #657171;*/
    background: #fff url("../cmtimages/cmt_cross_delete.svg") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: none !important;
    padding: 0px !important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus, .ui-dialog-titlebar-close:active {
    opacity: 1;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: center;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
#dle-promt-text {
    min-height: 140px;
    max-height: 300px;
    line-height: 1.10;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: right;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.ui-dialog-buttonset button {
    margin: 0 8px;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    outline: none;
    background-color: #f01d39;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:focus, .ui-dialog-buttonset button:active {
    outline: none;
    background-color: #ca0d26;
    color: #fff;
}
.ui-dialog-buttonset button:first-child {
    margin-left: 0px;
}
.ui-dialog-buttonset button:last-child:hover, .ui-dialog-buttonset button:last-child:focus, .ui-dialog-buttonset button:last-child:active {
    outline: none;
    background-color: #2EAC71;
    color: #fff;
}
.ui-dialog-buttonset button:last-child {
    margin-right: 0px;
    background-color: #2ecc71;
}
/* Модальное окно DLE */



/* Universal Универсальный Other*/
.blocks_concontainer {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 20px;
}
.blocks_concontainer__fix {
	min-height: 370px;
}
.blocks_concontainer_title {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #f01d39;
}
/* Universal Универсальный Other*/



/* Стили кнопок Buttons style Button */
/* Отправить Send */
/*.record_send {
	border: 1px solid #7F8C8D;
	border-radius: 8px;
	width: 100%;
    display: flex;
    flex-direction: column;
     align-content: center; 
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #7F8C8D;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
}
.record_send:hover, .record_send:focus, .record_send:active {
	text-decoration: none;
	border: 1px solid #f01d39;
	color: #fff;
	background-color: #f01d39;
	cursor: pointer;
}
.record_send i {
	font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    flex-direction: column;
}
.record_send-green:hover, .record_send-green:focus, .record_send-green:active{
	border: 1px solid #2ecc71;
	color: #fff;
	background-color: #2ecc71;
}
.record_send-green:hover, .record_send-green:focus, .record_send-green:active .record_send-title{
	color: #fff;
}
.record_send-exit {
	float: right;
    margin-left: auto;
}*/
/* Отправить Send */
/* Авторизоваться Log in */
.log_in {
	border: 1px solid #2ecc71;
	/*border: 1px solid #7F8C8D;*/
	border-radius: 8px;
	width: 100%;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    /*color: #7F8C8D;*/
    background-color: #2ecc71;
    /*background-color: #fff;*/
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
}
.log_in:hover, .log_in:focus, .log_in:active {
	text-decoration: none;
	border: 1px solid #f01d39;
	color: #fff;
	background-color: #f01d39;
	cursor: pointer;
}
.log_in i {
	font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    flex-direction: column;
}
.log_in-green:hover, .log_in-green:focus, .log_in-green:active{
	border: 1px solid #2EAC71;
	/*border: 1px solid #2ecc71;*/
	color: #fff;
	background-color: #2EAC71;
	/*background-color: #2ecc71;*/
	outline: 0;
}
.log_in-green:hover, .log_in-green:focus, .log_in-green:active .log_in-title{
	color: #fff;
}
.log_in-exit {
	float: right;
    margin-left: auto;
}
/* Авторизоваться Log in */
/* Universal / Universal_Button / Кнопки */
.universal {
	border: 1px solid #f01d39;
	/*border: 1px solid #7F8C8D;*/
	border-radius: 8px;
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    /*color: #7F8C8D;*/
    background-color: #f01d39;
    /*background-color: #fff;*/
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
    outline: 0;
}
.universal-green {
	border: 1px solid #2ecc71;
	/*border: 1px solid #7F8C8D;*/
	border-radius: 8px;
	width: 100%;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    /*color: #7F8C8D;*/
    background-color: #2ecc71;
    /*background-color: #fff;*/
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
    outline: 0;
}
.universal:hover, .universal:focus, .universal:active {
	text-decoration: none;
	border: 1px solid #ca0d26;
	color: #fff;
	background-color: #ca0d26;
	cursor: pointer;
	outline: 0;
}
.universal i {
	font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    flex-direction: column;
}
.universal-green:hover, .universal-green:focus, .universal-green:active{
	border: 1px solid #2EAC71;
	/*border: 1px solid #2ecc71;*/
	color: #fff;
	background-color: #2EAC71;
	/*background-color: #2ecc71;*/
	outline: 0;
}
.universal-exit {
	float: right;
    margin-left: auto;
}

.universal_button__transparent {
    border: 1px solid #7F8C8D;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #7F8C8D;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    outline: none;
    transition: color .3s ease, border .3s ease, background-color .3s ease;
}
.universal_button__transparent:hover, .universal_button__transparent:focus, .universal_button__transparent:active {
    text-decoration: none;
    border: 1px solid #f01d39;
    color: #fff;
    background-color: #f01d39;
    cursor: pointer;
}
.universal_button__transparent i {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    flex-direction: column;
}
.universal_button__transparent-green:hover, .universal_button__transparent-green:focus, .universal_button__transparent-green:active{
    border: 1px solid #2ecc71;
    color: #fff;
    background-color: #2ecc71;
    outline: 0;
}
.universal_button__transparent-green:hover, .universal_button__transparent-green:focus, .universal_button__transparent-green:active .universal_button__transparent-title{
    color: #fff;
}
.universal_button__transparent-exit {
    float: right;
    margin-left: auto;
}
/* Universal */

/* Стили кнопок Buttons style Button */



/* Universal Table / Универсальная Таблица / Universal_Table / TextBold / Text_Bold / Universal NN / Universal_NN */
.universal_overflow_fix {
    overflow-x: auto;
}
.universal_main__table thead tr th:first-child {
    text-align: center;
}
.universal_main__table thead tr th {
    text-align: left;
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    border-bottom-color: forestgreen !important;
    color: #7F8C8D;
    font-size: 14px;
    font-weight: 700;
}
.universal_main__table tbody tr th {
    vertical-align: top;
    color: #7F8C8D;
    font-size: 14px;
    font-weight: bold;
}
.universal_main__table tbody tr th a {
    color: #7F8C8D;
    transition: all 0.3s ease;
}
.universal_main__table tbody tr th a:hover {
    color: #7F8C8D;
}
.universal_main__table tbody tr td{
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
    line-height: 1.17;
}
.universal_main__table tbody tr{
    transition: background-color 0.3s ease;
}
.universal_main__table tbody tr:hover{
    /*background-color: rgba(0, 0, 0, 0.075);*/
    background-color: rgba(0, 0, 0, 0.055);
}

.universal_text__desc {
    font-size: 14px;
    /*color: #bdc3c7;*/
    color: #a2acad;
    /*color: #657171;*/
}
.universal__links_link {
    /*color: #20c997;*/
    /*color: #f01d39;*/
    color: #FFA07A;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.universal__links_link:hover, .universal__links_link:active, .universal__links_link:focus {
    /*color: #20c997;*/
    /*color: #f01d39;*/
    color: #ff6b6b;
    text-decoration: underline;
}
.universal_dots__info {
    position: relative;
    padding-left: 20px;
}
.universal_dots__span {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #508300;
}
.universal_text__judgment {
    font-size: 16px;
    /*color: #A73124;*/
    color: #ff6b6b;
}
.universal_text__info {
    font-size: 15px;
    color: #7f8c8d;
    margin-bottom: 2px;
}
.u_universal_text__main {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
}
.u_universal_dots__main {
    position: relative;
    padding-left: 20px;
}
.u_universal_span__dots {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    background: #508300;
}
.u_universal_text__desc {
    font-size: 14px;
    /*color: #bdc3c7;*/
    color: #a2acad;
    /*color: #657171;*/
}
.u_universal_text__judgment {
    font-size: 14px;
    /*color: #A73124;*/
    color: #ff6b6b;
}


.universal_mb_10 {
    margin-bottom: 10px;
}
.universal_mb_5 {
    margin-bottom: 5px;
}
.mb-rules-10 {
    margin-bottom: 10px;
}
.mb-rules-5 {
    margin-bottom: 5px;
}

.textbold_4 {
    font-weight: 400;
}
.textbold_5 {
    font-weight: 500;
}
.textbold_7 {
    font-weight: 700;
}
.textbold_B {
    font-weight: bold;
}
.textbold_BB {
    font-weight: bolder;
}
/* Universal Table / Универсальная Таблица / Universal_Table / TextBold / Text_Bold / Universal NN / Universal_NN */



/* Universal Card / Универсальная Карточка / Universal_Card / Универсальная_Карточка */
.universal_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 16px;
    /*width: 50%;*/
}
.universal_card__head {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #657171;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.universal_card__main {}
.universal_card__img {
    max-width: 100%;
    height: auto;
    /*height: 100%;*/
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.universal_card__body {
    padding: 16px;
    height: 100%;
    width: 100%;
}
.universal_card__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #657171;
    line-height: 1.17;
}
.universal_card__text {
    color: #7F8C8D;
    line-height: 1.17;
}
/* Universal Card / Универсальная Карточка / Universal_Card / Универсальная_Карточка */



/* Alert */
/*.alert {
	border-radius: 8px;
}*/
.alert {
    /*margin-bottom: 0;*/
    border-radius: 16px;
    padding: 8px;
}
/* Alert */



/* Input Инпуты*/
select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
    line-height: inherit;
    padding: 6px;
    background: #fff;
    border: 2px solid #7F8C8D;
    border-radius: 8px;
    box-shadow: 0 0 0 0;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #7F8C8D !important;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
select:active, textarea:active, input[type="text"]:active, input[type="password"]:active, input[type="file"]:active,
input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="date"]:active,
input[type="month"]:active, input[type="time"]:active, input[type="week"]:active, input[type="number"]:active,
input[type="email"]:active, input[type="url"]:active, input[type="search"]:active, input[type="tel"]:active,
input[type="color"]:active {
    border-color: #2ecc71;
    background-color: #2ecc71;
}

/* стили при наведении курсора на checkbox */
select:not(:disabled):not(:active):hover, textarea:not(:disabled):not(:active):hover, input[type="text"]:not(:disabled):not(:active):hover, input[type="password"]:not(:disabled):not(:active):hover, input[type="file"]:not(:disabled):not(:active):hover,
input[type="datetime"]:not(:disabled):not(:active):hover, input[type="datetime-local"]:not(:disabled):not(:active):hover, input[type="date"]:not(:disabled):not(:active):hover,
input[type="month"]:not(:disabled):not(:active):hover, input[type="time"]:not(:disabled):not(:active):hover, input[type="week"]:not(:disabled):not(:active):hover, input[type="number"]:not(:disabled):not(:active):hover,
input[type="email"]:not(:disabled):not(:active):hover, input[type="url"]:not(:disabled):not(:active):hover, input[type="search"]:not(:disabled):not(:active):hover, input[type="tel"]:not(:disabled):not(:active):hover,
input[type="color"]:not(:disabled):not(:active):hover {
  border-color: #2ecc71;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
select:not(:disabled):active, textarea:not(:disabled):active, input[type="text"]:not(:disabled):active, input[type="password"]:not(:disabled):active, input[type="file"]:not(:disabled):active,
input[type="datetime"]:not(:disabled):active, input[type="datetime-local"]:not(:disabled):active, input[type="date"]:not(:disabled):active,
input[type="month"]:not(:disabled):active, input[type="time"]:not(:disabled):active, input[type="week"]:not(:disabled):active, input[type="number"]:not(:disabled):active,
input[type="email"]:not(:disabled):active, input[type="url"]:not(:disabled):active, input[type="search"]:not(:disabled):active, input[type="tel"]:not(:disabled):active,
input[type="color"]:not(:disabled):active {
  background-color: transparent;
  border-color: #2ecc71;
}
/* стили для чекбокса, находящегося в фокусе */
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus {
  box-shadow: 0 0 0 0rem rgba(127, 140, 141, 0.0);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
select:focus:not(:active), textarea:focus:not(:active), input[type="text"]:focus:not(:active), input[type="password"]:focus:not(:active), input[type="file"]:focus:not(:active),
input[type="datetime"]:focus:not(:active), input[type="datetime-local"]:focus:not(:active), input[type="date"]:focus:not(:active),
input[type="month"]:focus:not(:active), input[type="time"]:focus:not(:active), input[type="week"]:focus:not(:active), input[type="number"]:focus:not(:active),
input[type="email"]:focus:not(:active), input[type="url"]:focus:not(:active), input[type="search"]:focus:not(:active), input[type="tel"]:focus:not(:active),
input[type="color"]:focus:not(:active) {
  border-color: #2ecc71;
}
/* стили для чекбокса, находящегося в состоянии disabled */
select:disabled, textarea:disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="file"]:disabled,
input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="date"]:disabled,
input[type="month"]:disabled, input[type="time"]:disabled, input[type="week"]:disabled, input[type="number"]:disabled,
input[type="email"]:disabled, input[type="url"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled,
input[type="color"]:disabled {
  background-color: #7F8C8D;
}
/* Input Инпуты*/



/* Input_Scroll / Scroll / Скролл*/
textarea::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:5px
}

textarea::-webkit-scrollbar-track {
    cursor: default;
/*background-color: #7F8C8D;*/
background-color: #a2acad;
box-shadow:0px 0px 0px transparent inset;
/*box-shadow: 4px 4px 4px 4px rgba(34, 60, 80, 0.2);*/
border-radius: 8px;
width: 8px;
}

textarea::-webkit-scrollbar-thumb {
    cursor: default;
border-radius: 8px;
background-color: #f01d39;
box-shadow:0px 0px 0px transparent inset;
background-image:url('https://yraaa.ru/_pu/24/59610063.png');
background-position:center;
background-repeat:no-repeat;
width: 8px;
}

textarea::-webkit-resizer{
background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiAKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjNTg1OTVCIiBkPSJNOCw5LjFMOCw5LjFDNy40LDkuMSw3LDguNiw3LDh2MEM3LDcuNCw3LjQsNi45LDgsNi45aDBjMC42LDAsMS4xLDAuNSwxLjEsMS4xdjBDOS4xLDguNiw4LjYsOS4xLDgsOS4xeiIKCQkvPgoJPHBhdGggZmlsbD0iIzU4NTk1QiIgZD0iTTUsOS4xTDUsOS4xQzQuNCw5LjEsMy45LDguNiwzLjksOHYwYzAtMC42LDAuNS0xLjEsMS4xLTEuMWgwQzUuNiw2LjksNiw3LjQsNiw4djBDNiw4LjYsNS42LDkuMSw1LDkuMXoiCgkJLz4KCTxwYXRoIGZpbGw9IiM1ODU5NUIiIGQ9Ik04LDYuMUw4LDYuMUM3LjQsNi4xLDcsNS42LDcsNXYwQzcsNC40LDcuNCwzLjksOCwzLjloMGMwLjYsMCwxLjEsMC41LDEuMSwxLjF2MEM5LjEsNS42LDguNiw2LjEsOCw2LjF6IgoJCS8+Cgk8cGF0aCBmaWxsPSIjNTg1OTVCIiBkPSJNOCwzLjFMOCwzLjFDNy40LDMuMSw3LDIuNiw3LDJ2MEM3LDEuNCw3LjQsMC45LDgsMC45aDBjMC42LDAsMS4xLDAuNSwxLjEsMS4xdjBDOS4xLDIuNiw4LjYsMy4xLDgsMy4xeiIKCQkvPgoJPHBhdGggZmlsbD0iIzU4NTk1QiIgZD0iTTIsOS4xTDIsOS4xQzEuNCw5LjEsMC45LDguNiwwLjksOHYwYzAtMC42LDAuNS0xLjEsMS4xLTEuMWgwQzIuNiw2LjksMyw3LjQsMyw4djBDMyw4LjYsMi42LDkuMSwyLDkuMXoiCgkJLz4KCTxwYXRoIGZpbGw9IiM1ODU5NUIiIGQ9Ik01LDYuMUw1LDYuMUM0LjQsNi4xLDQsNS42LDQsNXYwQzQsNC40LDQuNCwzLjksNSwzLjloMGMwLjYsMCwxLjEsMC41LDEuMSwxLjF2MEM2LjEsNS42LDUuNiw2LjEsNSw2LjF6IgoJCS8+CjwvZz4KPC9zdmc+');
background-repeat:no-repeat;
width:5px;
height:5px
}

textarea::-webkit-scrollbar{
width: 10px;
margin-right: 2px !important;
padding: 6px 0;
}
/* Input_Scroll / Scroll / Скролл*/



/* Checkbox / Radio / Флажки */
/*input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}
input[type="checkbox"] {
    width: auto;
}*/
/*input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label, 
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #7F8C8D;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #e145a3;
    border-bottom: 4px solid #e145a3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e145a3;
}
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
input[type="checkbox"]:checked + label:after, 
input[type="radio"]:checked + label:after {
    opacity: 1;
}*/


/*input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input[type="radio"]+label,
input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
input[type="radio"]+label::before,
input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #7F8C8D;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, background-image .3s ease;
    margin-right: 4px;
}
input[type="radio"]:checked+label::before,
input[type="checkbox"]:checked+label::before {
    border-color: #2ecc71;
    background-color: #2ecc71;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: cover;
}

input[type="radio"]:checked+span,
input[type="checkbox"]:checked+span {
    color: #2ecc71;
}

input[type="radio"]:not(:disabled):not(:checked)+label:hover::before,
input[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
  border-color: #2ecc71;
}
input[type="radio"]:not(:disabled):active+label::before,
input[type="checkbox"]:not(:disabled):active+label::before {
  background-color: transparent;
  border-color: #2ecc71;
}
input[type="radio"]:focus+label::before,
input[type="checkbox"]:focus+label::before {
  box-shadow: 0 0 0 0rem rgba(127, 140, 141, 0.0);
}
input[type="radio"]:focus:not(:checked)+label::before,
input[type="checkbox"]:focus:not(:checked)+label::before {
  border-color: #2ecc71;
}
input[type="radio"]:disabled+label::before,
input[type="checkbox"]:disabled+label::before {
  background-color: #7F8C8D;
}*/


input[type="radio"],
input[type="checkbox"] {
    /*position: absolute;*/
    /*z-index: -1;*/
    /*opacity: 0;*/
    margin-right: 8px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
input[type="radio"]::before,
input[type="checkbox"]::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #7F8C8D;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #fff;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, background-image .3s ease;
    /*margin-right: 4px;*/
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    border-color: #2ecc71;
    background-color: #2ecc71;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: cover;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    color: #2ecc71;
}

input[type="radio"]:not(:disabled):not(:checked):hover::before,
input[type="checkbox"]:not(:disabled):not(:checked):hover::before {
  border-color: #2ecc71;
}
input[type="radio"]:not(:disabled):active::before,
input[type="checkbox"]:not(:disabled):active::before {
  background-color: #fff;
  border-color: #2ecc71;
}
input[type="radio"]:focus::before,
input[type="checkbox"]:focus::before {
  box-shadow: 0 0 0 0rem rgba(127, 140, 141, 0.0);
}
input[type="radio"]:focus:not(:checked)::before,
input[type="checkbox"]:focus:not(:checked)::before {
  border-color: #2ecc71;
}
input[type="radio"]:disabled::before,
input[type="checkbox"]:disabled::before {
  background-color: #7F8C8D;
}

/*input[type='checkbox']:after{
    line-height: 1.5em;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -4px;
    margin-left: -4px;
    border: 2px solid #7F8C8D;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #fff;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, background-image .3s ease;
    margin-right: 4px;
}

input[type='checkbox']:checked:after {
    width: 18px;
    height: 18px;
    border: 2px solid #00ff00;
    background-color: #2ecc71;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: cover;
}*/
/* Checkbox / Radio / Флажки */













/* Универсальные штучки */
.display__vanish {
    display: none !important;
}
/* Универсальные штучки */