@charset "utf-8";
/* CSS Document */

/*.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/


body{
	margin:0;
	font-family:'Google Sans';
	background-image:url(/images/bg.gif);
}

.window {
	height:440px;
	width: 750px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.window img{
	border:none;
}

.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}

.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position:relative;
	bottom: 40px; 
	right: -7px;
	width: 190px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	margin-left:562px;
	margin-top:-55px;
	font-size:10px;
}

.paging a {
	padding: 5px;
	text-decoration: none;
	color:#FFF;
	outline:none;
	background:#999;
}

.paging a.active {
	font-weight: bold;
	background:#920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.paging a:hover {
font-weight: bold;
}

.div_for_head{
	height:131px;	
	overflow-x:hidden;
	overflow-y:hidden;
	font-size:14px;
	position:relative;
}
	
.div_for_head a img{
 	border:none;
}

.div_for_head--az {
	height: auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.div_for_head-link {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.div_for_head-banner {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	vertical-align: bottom;
}

.div_for_head--az .div_for_head-bannerRow {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.div_for_head--az .div_for_head-link {
	display: block;
	width: 100%;
}

/* Single white "Az / En" on top of the banner image */
.div_for_head-lang {
	position: absolute;
	right: 12px;
	top: 10px;
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	z-index: 2;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.div_for_head-lang__lnk {
	color: #fff;
	text-decoration: none;
	opacity: 0.65;
}

.div_for_head-lang__lnk:hover {
	opacity: 1;
}

.div_for_head-lang__lnk.is-active {
	opacity: 1;
	font-weight: 700;
	text-decoration: none;
}

.div_for_head-lang__sep {
	color: rgba(255, 255, 255, 0.55);
	font-weight: 500;
	pointer-events: none;
	user-select: none;
}
	
.head_table{
	height:103px;
	width:35%;
	float:right;
	color:#666;
}

.pass_forget{
	padding-left:45%;
}
	
.div_for_footer{
	background-color: #ce2a31;
	margin-top: 0;
	color: #fff;
	position: relative;
	max-width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.p_in_foot{
	font-size:14px;
	margin-left:10px;
	align:left;
}

.div_for_footer > .p_in_foot{
	margin-left: 0;
}

.p_in_foot--credit{
	text-align: right;
	margin-left: auto;
}

.div_for_footer a{
	color: #fff;
	text-decoration: underline;
}

.div_for_footer a:hover{
	color: #f5f5f5;
}

/* —— Contact form: markup matches signup-page + signup-form__* (see returnContacts) —— */

.contacts-form__status{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 1rem;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f0f9f4;
	border: 1px solid #c6e9d6;
	color: #1e4d2f;
}

.contacts-form__status:empty{
	display: none;
}

.contacts-form__status:not(:empty){
	display: block;
}

.contacts-form__status.is-error{
	background: #fff5f5;
	border-color: #f5c6c6;
	color: #8a1f1f;
}

/* Contact page: card layout (returnContacts) */
.contact-form .contact-form__card{
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1.25rem 1.75rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 16px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
}

.contact-form .contact-form__grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.125rem;
	margin-top: 0.25rem;
}

@media (min-width: 40rem){
	.contact-form .contact-form__grid{
		grid-template-columns: 1fr 1fr;
		gap: 1rem 1.25rem;
	}
	.contact-form .contact-form__field--full{
		grid-column: 1 / -1;
	}
}

.contact-form .contact-form__field{
	min-width: 0;
}

.contact-form .contact-form__label{
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
	margin-bottom: 0.375rem;
	letter-spacing: 0.01em;
}

.contact-form .contact-form__footnote{
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #6b7280;
	margin: 1rem 0 0;
}

.contact-form .contact-form__actions{
	margin-top: 1.35rem;
	justify-content: flex-end;
}

.contact-form .signup-form__textarea{
	min-height: 9rem;
}

.inner-block .contact-form .contact-form__card{
	margin-top: 0.5rem;
}
	
.div_for_p_grey{
	width:100%;
	margin-top:20px;
	color:#666;
	display:none;
}

.info{
	width:98%;
	height:150px;
}

.central_table_contact{
	width:50%;
	color:#666;
	height:300px;
}

.p_info{
	width:70%;
	color:#666;
	margin-left:10%;
}
		
.central_table_kitab{
	margin-top:10%;
	color:#666;
}

#central_table_kitab td{
	width:60%;
}
	
#central_table_kitab img {
	border:2px solid #707070;
}

#central_table_kitab div {
	border:2px solid #707070;
	width:246px;
	height:155px;
}
	
.search input{
	color:#666;
	width:30%;
}
		
.search{
	margin-top:3%;
}
			
			
.elm_table{
	margin-top:4%;
	width:100%;
	color:#666;
}

#elm_table a div {
	width:200px;
	height:100px;
	border:1px solid #707070;
	margin-bottom:30px;
}
	
#elm_table a div img{
	width:200px;
	height:100px;
}
		
.list {
	line-height:25px;
	color:#666;
}

.list li a{
	text-decoration:underline;
	color:#333333;
}

.list li a:hover{
	text-decoration:none;
	color:#333333;
}

.table_for_links{
	width:100%;
	margin-top:3%;
	color:#666;
}

.table_for_links td a {
	color:#333333;
}

.table_for_links td a:hover{
	color:#333333;
}
					
.p_describe{
	color:#666;
}
		
.table_for_info{
	margin-top:2%;
	height:200px; 
	width:40%;
	color:#666;
}

#table_for_info td{
	width:40%;
}

.question{
	width:40%;
	height:150px;
	overflow:hidden;
}
			
.radio_div{
	color:#666;
}
			
.grey_color{
	color:#666;
}

.banners_table,
.home-cards{
	color:#666;
	margin-top:150px;
	font-size:14px;
	width:768px;
}


.banners_table div,
.home-cards div{
	}


.banners_table a img,
.home-cards a img{
	border:1px solid #999999;
}

.sideline {
	background-color:#ce2a31; 
	width:15px; 
	height:95px;
	margin-left:98%;
	margin-top:50%;
}

.p_uzvluk{
	color:#666; 
}
					
.uzv_ol{
	margin-left:2%;
	color:#666;
}
										
.main_div_sign{
	width:75%;
	margin-left:2%;
	color:#666;
}
										
#main_div_sign input{
	color:#666;
}

.uzvler_table{
	width:100%;
	margin-top:20px;
}

.uzvler_table a {
	color:#333333;
	text-decoration:none;
}

.div_for_citata{
	float:right;
	text-align:right;
	border-top:1px solid #ff0000;
	width:270px;
	height:30%;
	color:#666;
	margin-top:3px;
}

.span_for_az{
	float:right;
	text-align:right;
	color:#e3252c;
	font-size:20px;
}

.span_for_en{
	font-size:18px;
	float:right;
}

.div_in_head{
	float:right;
	width:50%;
	height:100%;
	text-align:center;
	padding-top:20px;
}

.login_table{
	height:180px;
	padding-left:15px;
	line-height:5px;
	color:#666;
	font-size:12px;
	
}

.login_table tr td a{
	font-size:12px;
	color:#333333;
}

.alphabet{
	font-size:13px;
	color:#666;
}

.div_for_uzv_heqiqi{
	background-image:url(/images/2.png);
	width:250px;
	height:200px;
	border:1px solid #999999;
	border-radius:15px;
}

.div_for_uzv_fexri{
	background-image:url(/images/1.png);
	width:250px;
	height:200px;
	border:1px solid #999999;
	border-radius:15px;
}

.img_for_photo{
	border-radius:10px;
	margin-left:5px;
	margin-top:40px;
}
	
.div_for_uzv_info{
	font-size:12px;
	color:#666;
	float:right;
	margin-right:1px;
	margin-top:-60px;
	border-left:2px solid #999999;
	text-align:center;
	width:150px;
}

.table_for_uzvler{
	width:100%;
	height:700px;
}

.div_for_search{
	float:right;
	margin-top:-35px;
}

.p_above_calc{
	text-align:center;
	color:#666;
}

.answers_table{
	width:700px;
	display:none;
}

.question_table{
	color:#666;
	width:700px;
}

.question_table input{
}

#for_mail{
	margin-top:4px;
	float:right;
	border:none;
}

#for_mail img{
	border:none;
}

.span_for_lang{
	height:30px;
	width:100px;
	margin-top:-43px;
	margin-left:870px;
	position:absolute;
}

.span_for_lang a{
	color:#333333;
	text-decoration:none;
}

#login_2 {
	border:none;
	outline:none;
	padding-bottom:5px;
	float:right;
	margin-right:23px;
}


#login_2 input{
	border:none;
	outline:none;
	width:26px;
	height:26px;
	outline:none;
	background-image:url(/images/login.png);
}



#login_2 input:hover{
	background-image:url(/images/login-hover.png);
	cursor:pointer;
	outline:none;
}

#login_3 {
	border:none;
	outline:none;
}

#login_3 input{
	border:none;
	outline:none;
}




#login_3 input{
	background-image:url(/images/login-out.png);
	outline:none;
}

#login_3 input:hover{
	background-image:url(/images/login-hover-out.png);
	cursor:pointer;
	outline:none;
}

.shops_item_div{
	color:#666;
	float:left;
	width:46%;
	height:260px;
}

.shops_item_div a{
	color:#333333;
	text-decoration:none;
}

.shops_float_div{
	color:#666;
	width:550px;
	height:250px;
	
}

.shops_float_div a{
	color:#333333;
	text-decoration:none;
}

#shops_path a{
	color:#333333;
	text-decoration:none;
}

.preview_div > img{
	border:2px solid #707070; 
}

.div_in_description_of_shop{
	width:400px;
	float:right;
	vertical-align:top;
	height:200px;
}

.preview_div div img{
	border:2px solid #707070; 
}

.href_in_uzv{
	float:left;
	color:#666;
	text-decoration:underline;
	margin-top:10px;
}

.text_area_uzv{
	width:100%;
	height:200px;
	border:1px solid #707070;
}

.main_div_uzv{
	width:100%;
	height:600px;
	margin-top:20px;
}

.search_book_span{
	margin-top:20px;
	font-oolor:#666;
	height:50px;
}

.search_book_span form{
	color:#666;
}

.search_book_span input{
	color:#666;
}

.form1{
	color:#666;
}

.main_photo_table {
	width:70%;
}
.main_photo_table tr{
	height:170px;
}
.main_photo_table tr td div{
padding-left:20px;
margin-top:-77px;
width:450px;
}

					
.main_photo_table tr td img{
	width: 200px;
	height: 150px;
	object-fit: cover;
	cursor: pointer;
}

/* Inner photo category grid: 4 columns, even width; thumbnails (see my_photo_gallery_show_photos / paging_fancy) */
table.photo_table.photo_table--inner{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	box-sizing: border-box;
}
table.photo_table.photo_table--inner tr{
	height: auto;
	min-height: 0;
}
table.photo_table.photo_table--inner tr td{
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding: 0;
}
table.photo_table.photo_table--inner tr td a{
	display: block;
}
table.photo_table.photo_table--inner tr td a img{
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 200 / 150;
	object-fit: cover;
	cursor: pointer;
	vertical-align: middle;
}

@media (max-width: 720px){
	table.photo_table.photo_table--inner tr{
		display: flex;
		flex-wrap: wrap;
	}
	table.photo_table.photo_table--inner tr td{
		width: 50%;
		box-sizing: border-box;
	}
}

.search_button{
	width:25px;
	height:22px;
	float:right;
	margin-right:28px;
	outline:none;
}

#table_work_group tr td{
	background-color:#ffffff;
	border:1px solid #dddddd;
}

#table_work_group tr td a{
	color:#333333;
	text-decoration:none;
}

#table_work_group{
	width:100%;
	border-spacing:3px 20px;
	margin-top:20px;
}


#table_conference tr td{
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-
}

#table_conference tr td a{
	color:#333333;
	text-decoration:none;
}

#table_conference {
	width:100%;
	
	margin-top:20px;
}
.idare_table tr{
	height:210px;
}

.idare_table td strong{
	color:#000000;
}

.idare_table td span {
	color:#900;
}

.idare_table td div{
	width:141px;
	height:171px;
	border:2px solid;
}

#send_pass_to_email{
	color:#666;
}

#send_pass_to_email input{
	color:#666;
}

.div_forgot_pass {
	color:#666;
	height:900px;
}

#answer_container{
	color:#666;
	width:100px;
}

.div_for_img_video_player{
	width:230px;
	height:100px;
}

.div_for_img_video_player img{
	margin-left:20px;
	width:100px;
	height:100px;
}

.main_div_for_video_player{
	height:700px;
	width:750px;
	border:1px solid #dddddd;
	background-color:#cccccc;
}

.div_for_img_video_player img:hover{
	cursor:pointer;
}
	
.banners{
	margin-left:38px;
	width:190px;
	height:95px;
}

#courses{
	height:200px;
	display:block;
	position:relative;
	width:320px;
	float:left;
	margin-left:40px;
	color:#666;
	margin-top:40px;	
}

#courses .span_in_courses{
	vertical-align:top;
	float:right;
	margin-right:0px;
	width:160px;
	padding:5px;
	font-size:13px;
}
				
.url_img{border:none;
	border-left:1px solid #707070;
	margin-left:15px;
}

#blog_inner_item h2{
	font-size:medium;
	font-weight:normal;
}


#blog_inner_item{
	color:#666;	
	height:850px;
	width:100%;
}


#vitalik{
	color:#666;	
	height:850px;
	width:100%;
}

.shop_content{
	color:#666;	
	height:350px;
}

.search_input{
	width:65%;
}

div{
	color:#666;	
}

a {
	text-decoration:none;	
}

.div_in_slides a{
	color:#333333;
}

.div_for_content{
	position:relative;
	padding:0;
}

/* Non-home pages: .div_for_content is renamed to .inner-block in index.php output */
.inner-block{
	position:relative;
	padding:20px;
	box-sizing:border-box;
}

.table_for_slides{
	width:100%;
	height:350px;
	color:#666;	
}

.table_for_slides a{
	color:#333333;	
}

.logo-band{
	width:100%;
	position: relative;
}

.hero-quotes{
	/* Petit Formal Script; Google Sans fallback for missing glyphs. */
	font-family: 'Petit Formal Script', 'Google Sans', system-ui, cursive;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* Bar under logo (non–head-banner locales, e.g. ru) */
.hero-quotes:not(.hero-quotes--banner){
	position: sticky;
	top: 0;
	z-index: 60;
	padding: 12px 16px;
	width: 100%;
	box-sizing: border-box;
	min-height: 3.1em;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Centered in the middle band of head-az / head-en (between logo and right graphic) */
.hero-quotes.hero-quotes--banner{
	position: absolute;
	left: 24%;
	right: 20%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	padding: 0 8px;
	box-sizing: border-box;
	pointer-events: none;
	background: transparent;
	border: none;
	box-shadow: none;
	min-height: 0;
}

.hero-quotes--banner .hero-quotes__inner{
	max-width: 100%;
	margin: 0;
}

.hero-quotes--banner .hero-quotes__quote,
.hero-quotes--banner .hero-quotes__dash{
	text-shadow: 0 0 14px rgba(255, 255, 255, 0.95), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.hero-quotes--banner .hero-quotes__author{
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.92), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hero-quotes__inner{
	display: inline-block;
	max-width: 960px;
	margin: 0 auto;
	vertical-align: top;
}

.hero-quotes__track{
	display: inline-block;
	max-width: 100%;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.32, 1), opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
	will-change: transform, opacity;
}

.hero-quotes__inner.hero-quotes__inner--out .hero-quotes__track{
	transform: translate3d(-22px, 0, 0);
	opacity: 0;
	filter: blur(5px);
}

.hero-quotes__track--pre{
	transform: translate3d(26px, 0, 0) !important;
	opacity: 0 !important;
	filter: blur(4px) !important;
	transition: none !important;
}

@media (prefers-reduced-motion: reduce){
	.hero-quotes__track{
		transition-duration: 0.12s;
		filter: none !important;
	}
	.hero-quotes__inner.hero-quotes__inner--out .hero-quotes__track{
		filter: none !important;
		transform: translate3d(-6px, 0, 0);
	}
	.hero-quotes__track--pre{
		filter: none !important;
		transform: translate3d(8px, 0, 0) !important;
	}
}

.hero-quotes__quote{
	color: #111;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.hero-quotes__dash{
	color: #111;
	font-weight: 400;
}

.hero-quotes__author-stack{
	display: inline;
	vertical-align: baseline;
}

.hero-quotes--author-2row .hero-quotes__author-stack{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.12em;
	line-height: 1.35;
	vertical-align: baseline;
}

.hero-quotes__author{
	color: #ce2a31;
	font-weight: 600;
}

.hero-quotes__author--row2{
	font-size: 0.96em;
}

.hero-quotes__caret{
	display: none;
	width: 0.07em;
	min-width: 2px;
	height: 1.08em;
	margin-left: 2px;
	vertical-align: -0.1em;
	background: #ce2a31;
	border-radius: 1px;
}

.hero-quotes.is-typing .hero-quotes__caret{
	display: inline-block;
	animation: heroQuotesCaret 0.95s ease-in-out infinite;
}

@keyframes heroQuotesCaret{
	0%, 45%{ opacity: 1; }
	55%, 100%{ opacity: 0.2; }
}

.last_main_div{
	width:1020px;
	margin:0 auto;
	background-color:#fff;
	-moz-box-shadow:
       15px 0 15px -15px #666,
       -15px 0 15px -15px #666;
    -webkit-box-shadow:
        15px 0 15px -15px #666,
        -15px 0 15px -15px #666;
    box-shadow:
        15px 0 15px -15px #666,
        -15px 0 15px -15px #666;
}


.menu_footer{
	margin-top:200px;
	width:850px;
}


.menu_footer ul{
	width:100%;
	
}

.menu_footer ul li{
	display: inline;
	color:#666;	
	font-size:10px;
	padding-left:6px;
	margin-left:6px;
} 

.menu_footer ul li:first-child{
	margin-left:-40px;
}

.menu_footer ul li + li{
	border-left:1px solid;
}


.menu_footer ul li a{
	color:#333333;	
} 

.content-shell{
	width:100%;
	background-color:#fff;
	position:relative;
	padding:0 !important;
	box-sizing:border-box;
}

.slidemenu-wrap{
	float:right;
	margin-top:6.7%;
}

.lang-switcher{
	margin-left:90%;
}

.lang-divider{
	margin-left:5px;
	border-left:1px solid #707070;
	padding-left:7px;
}

.span_for_lang.lang-switcher{
	position:fixed;
	top:10px;
	right:10px;
	left:auto;
	width:auto;
	height:auto;
	margin:0;
	margin-top:0;
	margin-left:0;
	z-index:10050;
	white-space:nowrap;
	color:#fff;
}

.span_for_lang.lang-switcher a,
.span_for_lang.lang-switcher a span{
	color:#fff !important;
}

.span_for_lang.lang-switcher .lang-divider{
	border-left-color:rgba(255,255,255,0.45);
}

.span_for_lang.lang-switcher #for_mail{
	float:none;
	margin-top:0;
	vertical-align:middle;
}

.login_table.is-right{
	width:90%;
	float:right;
}

.partner-banners-table,
.partner-banners{
	width:190px;
	height:auto;
	min-height:0;
	line-height:30px;
	margin:0;
	padding-bottom:0;
	box-sizing:border-box;
}

.partner-banners{
	display:flex;
	flex-direction:column;
	gap:19px;
	padding:0 20px;
	width:100%;
	max-width:210px;
	box-sizing:border-box;
}

.partner-banners__item{
	display:block;
}

.partner-banners__item a{
	display:block;
}

.partner-banners__item img,
.partner-banners__item .banners{
	width:100%;
	height:auto;
	display:block;
}

.partner-banners .banners{
	margin-left: 0;
	width: 100%;
	height: auto;
}

/* Full-bleed hero (replaces legacy Nivo slider on home; main column is #central_div for legacy JS). */
.site-hero.site-hero--fullbleed{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: min(48vw, 380px);
	margin: 0 0 24px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}

.site-hero__bg{
	position: absolute;
	inset: 0;
	background-color: #1a1a1a;
	background-image: url(/bg-hero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

body.nav-under-logo .div_for_content + table.banners_table,
body.nav-under-logo .inner-block + table.banners_table{
	margin-top: 36px;
}

body.nav-under-logo .content-shell #central_div{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* İdarə heyəti / administration: nav above long floated content; even image rows */
body.page-administration .logo-band{
	position: relative;
	z-index: 40;
}
body.page-administration #below_logo_nav{
	position: relative;
	z-index: 39;
}
body.page-administration .below-logo-wrap{
	position: relative;
	z-index: 38;
}

/* Neutralize legacy floated thumbs (inline float/margin/width/line-height) without regex HTML */
body.page-administration #central_div{
	overflow: visible;
}
body.page-administration #central_div img{
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: auto !important;
	max-width: 165px;
	height: auto;
	margin: 10px !important;
	line-height: normal !important;
}

/* Multiple photos in one paragraph row */
body.page-administration #central_div p:has(img:nth-child(2)){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	gap: 1rem 1.25rem;
}
body.page-administration #central_div p:has(img:nth-child(2)) img{
	margin: 0 !important;
}

/* Table-based layouts */
body.page-administration #central_div table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0.75rem 1rem;
}
body.page-administration #central_div table td{
	text-align: center;
	vertical-align: top;
}
body.page-administration #central_div table img{
	display: inline-block;
	margin: 0 auto !important;
}

/* Useful links hub: override legacy inline Arial without mutating HTML (regex broke #slidemenu / site-nav) */
body.page-faydali-linkler #central_div{
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body.page-faydali-linkler #central_div *{
	font-family: inherit !important;
}

/* Signup / registration page: match other inner pages (padding + full column width) */
.signup-page{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 20px;
	color: #333;
}

.inner-block .signup-page{
	padding: 0;
}

body.nav-under-logo .content-shell #central_div .signup-page{
	float: none;
	clear: both;
}

.signup-form__table{
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 1rem;
	box-sizing: border-box;
}

.signup-form__table--spaced{
	margin-top: 1.25rem;
}

.signup-form__table td{
	vertical-align: top;
	word-wrap: break-word;
}

.signup-form__labels td{
	font-size: 13px;
	font-weight: 600;
	color: #444;
	padding-bottom: 4px;
}

.signup-form__req{
	color: #ce2a31;
	font-weight: 700;
	margin-right: 2px;
}

.signup-form__input{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 8px 10px;
	font: inherit;
	font-size: 14px;
	line-height: 1.35;
	color: #222;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.signup-form__input:focus{
	outline: none;
	background: #fff;
	border-color: #ce2a31;
	box-shadow: 0 0 0 2px rgba(206, 42, 49, 0.12);
}

.signup-form__input--block{
	max-width: 640px;
	display: block;
	margin-top: 8px;
}

.signup-form__block{
	margin: 1rem 0;
	line-height: 1.45;
}

.signup-form__submit-wrap{
	text-align: center;
	margin: 1.5rem 0 0;
}

.signup-form__submit{
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 28px;
	border-radius: 8px;
	border: 1px solid #ce2a31;
	background: #ce2a31;
	color: #fff;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.signup-form__submit:hover{
	background: #b3242a;
	border-color: #b3242a;
}

.signup-form__loader-wrap{
	margin-top: 12px;
	min-height: 22px;
}

.signup-form__textarea{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 8px 10px;
	font: inherit;
	font-size: 14px;
	line-height: 1.35;
	color: #222;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 120px;
	resize: vertical;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.signup-form__textarea:focus{
	outline: none;
	background: #fff;
	border-color: #ce2a31;
	box-shadow: 0 0 0 2px rgba(206, 42, 49, 0.12);
}

.signup-form__submit-wrap--contact{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.contact-form .signup-form__submit-wrap--contact{
	justify-content: flex-end;
}

.signup-form__submit--secondary{
	background: #fff;
	color: #444;
	border-color: #ccc;
}

.signup-form__submit--secondary:hover{
	background: #f5f5f5;
	border-color: #999;
	color: #222;
}

.signup-form__table--contact{
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* Legacy: contact form no longer uses .signup-form__table--contact; keep rule for any old cached markup */

@media (max-width: 720px){
	.signup-page{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.signup-form__table--3{
		min-width: 520px;
	}
}

/* Contain legacy floats so the under-hero grid sits in normal flow */
body.nav-under-logo .content-shell{
	display: flow-root;
	padding:0 !important;
}

/* Two columns under hero: home card grid left, partner stack right */
.home-under-hero{
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}

.home-under-hero__grid{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
	column-gap: 22px;
	row-gap: 0;
	align-items: stretch;
	width: 100%;
	box-sizing: border-box;
}

.home-under-hero__col--cards{
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.home-under-hero__col--partners{
	min-width: 0;
	justify-self: stretch;
	width: 100%;
	max-width: 220px;
	display: flex;
	flex-direction: column;
}

.home-under-hero .home-under-hero__col--cards.home-cards{
	margin-top: 0;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	flex: 1 1 auto;
	min-height: 0;
}

.home-under-hero .partner-banners{
	max-width: 100%;
	flex: 0 0 auto;
}

/* Home banner grid (.banners-container built from legacy table in home-under-hero.js) */
.banners-container{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}

.banner-card{
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	box-sizing: border-box;
}

.banner-card h3{
	font-size: 14px;
	height: 40px; /* Keeps titles aligned */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none; /* titles normalized to sentence case in PHP/JS, not ALL CAPS */
}

.banner-image{
	min-width: 0;
}

.banner-image img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.banner-card p,
.banner-card .banner-excerpt{
	font-size: 0.9rem;
	color: #555;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.home-cards__row{
	display: grid;
	grid-template-columns: repeat(var(--banner-cols, 3), minmax(0, 1fr));
	gap: 12px;
	align-items: start;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.home-cards__row:last-child{
	margin-bottom: 0;
}

.home-cards__row > .home-cards__item{
	min-width: 0;
	font-size: 14px;
	color: #666;
}

.home-cards__row:first-child > .home-cards__item{
	font-weight: 700;
	text-align: center;
}

@media (max-width: 760px){
	.home-under-hero__grid{
		grid-template-columns: 1fr;
	}
	.home-under-hero__col--partners{
		justify-self: stretch;
		max-width: none;
		order: -1;
	}
	.home-under-hero .home-cards__row{
		grid-template-columns: 1fr;
	}
	.banners-container{
		grid-template-columns: 1fr;
	}
	.partner-banners{
		max-width: none;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.partner-banners__item{
		flex: 1 1 140px;
		max-width: 200px;
	}
}


.paginator{
	clear: both;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 24px;
	box-sizing: border-box;
}

.paginator__list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.paginator__item{
	margin: 0;
	padding: 0;
}

.paginator__form{
	display: inline;
	margin: 0;
	padding: 0;
}

.paginator__link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	min-height: 2.25rem;
	padding: 6px 10px;
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.paginator__link:hover{
	background: #f5f5f5;
	border-color: #999;
	color: #111;
}

.paginator__link--nav{
	font-weight: 600;
}

.paginator__item--current .paginator__num{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	min-height: 2.25rem;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #ce2a31;
	border: 1px solid #ce2a31;
	border-radius: 6px;
	box-sizing: border-box;
}

/* Legacy table markup (older cached pages) */
.paginator table{
	margin-left: 0;
	margin-right: auto;
}

.paginator table tr td a{
	color:#333333;
}

.table_alt_menu_j{
	width:100%;
	margin:0 auto;
	
}
.table_alt_menu_j tr td{
	width:20%;
	height:80px;
}

.table_alt_menu_j tr td a{
	color:#333333;
}

.table_alt_menu{
	width:100%;
	margin:0 auto;
}

.table_alt_menu tr td{
	width:25%;
}

.table_alt_menu tr td a{
	color:#333333;
}

.list{
	color:#666;
}



#fade{
	display: none; /* Скрыто по умолчанию */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	z-index: 9999;
}
	
	
#main{
	width:500px;
	height:500px;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;	
}


.div_in_alt_menu{
	width:100%;
	height:80px;
	background-color:#CCCCCC;
	border-radius:20px;
	text-align:center;
}
.div_in_alt_menu_j{
	width:100%;
	height:40px;
	background-color:#FFF;
	border-radius:25px;
	text-align:center;
	border:1px solid;
	padding-top:15px;
}

#login_password{width:70%;}

.class_for_header_journal{
border:1px solid #999999;
border-radius:15px;
background-image:url('/images/header_journal.png');
}

a{
color:#333333;	
	}
.blogs_date {
	margin-top:-13px;
}

.logo_href {
	width:250px;
	height:120px;
	margin-top:-150px;
	position:absolute;
}

ul#test {
	padding: 0;
}
