html, body{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	font-family: Roboto;
}


.titleform {
  
  display: none!important;

}

header, footer, main{
	display: flex;
	flex-direction: column;
	width: 100%;
}
main{
	flex: auto;
}

main .wrapper{
	background-color: #fff;
}

.wrapper{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}

.header-main-block{
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 560px;
    background: url(../images/header-main-block-bg.jpg);
    background-size: cover;
    background-position: center;
    justify-content: space-between;
}

.header-main-block-inner{
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 360px;
    background: url(../images/header-main-block-bg-inner.png);
    background-size: cover;
    background-position: center;
    justify-content: space-between;
}

.header-main-block-top-line{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px;
	background-color: #00BFFF;
	box-shadow: 2px 3px 15px rgba(0, 0, 0, .6);
}


.header-main-block-top-line-logo{
	margin: 0 15px 0 0;
}
.header-main-block-top-line-logo img{
	display: block;
	width: 70px;
	height: 70px;
}

.header-main-block-top-line-navlang{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}


/* ============================ */
/* Стили для меню - НАЧАЛО */
/* ============================ */

.mobile-nav{
	display: none;
}


.main-menu{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
}

.main-menu li{
	margin: 0 5px 0 0;
}

.main-menu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .6);
	transition:.3s;
	padding: 5px;
	font-size: 12px;
}

nav ul {
	list-style: none;
}
nav a {
	text-decoration: none;
	outline: none;	
	display: flex;
	transition: .4s ease-in-out;
}

.main-menu{
	padding: 10px 0;
}
.main-menu > li {
	display: flex;
	position: relative;
}
.main-menu > li:after {
	position: absolute;
	width: 1px;
	height: 12px;
	background: #00BFFF;
	box-shadow: 4px -2px 0 #d2d2d2;
	transform: rotate(30deg);
}
.main-menu > li:last-child:after {
	background: none;
	box-shadow: none;
}

.submenu {
	margin-top: 24px;
	display: block;
	min-width: 190px;
	position: absolute;
	background: #00BFFF;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transform: scale(.8);
	cursor: pointer;
	box-shadow: 2px 3px 4px rgb(0, 0, 0, .6);
}
.submenu > li > .submenu{
	visibility: hidden;
	left: 100%;
	top: 0;
}
.main-menu > li > .submenu > li:hover > .submenu{
	top: 0;
	left: 100%;
	margin: 0;
	background-color: #00BFFF;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.submenu li{
	display: list-item;
	margin: 0;
	position: relative;
}
.submenu li a {
	color: #fff;
	padding: 10px;
}

.main-menu > li:hover > .submenu {
	background: #00BbFF;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: .4s ease-in-out;
}
.main-menu li a:hover {
	color: #007;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
	transition: all .3s;
}
.main-menu li:hover{
	background: #00BbFF;
}
.main-menu i{
	margin-left: 10px;
}

.icon_right{
	padding: 5px 2px;
}
.icon_down{
	display: none;
	padding: 5px 0;
}
.main-menu > li:hover .icon_right {
	display: none;
}
.main-menu > li:hover .icon_down {
	padding: 5px 0;
	display: inline;
	background: #00BFFF;
}
.lang-menu li.lang a{
	padding: 5px;
	background: #00BFFF;
	font-weight: bold;
}


/* ============================ */
/* Стили для меню - КОНЕЦ */
/* ============================ */



.header-big-text{
	font-size: 48px;
	color: #fff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, .7);
	padding: 30px 60px;
	-webkit-text-stroke: 1px #000;
}

.header-big-text-inner{
	font-size: 48px;
	color: #fff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, .7);
	padding: 30px 60px;
	-webkit-text-stroke: 1px #000;
}

.header-small-text{
	font-size: 18px;
    color: #fff;
    text-shadow: 2px 3px 5px rgb(0, 0, 0, .7);
    padding: 30px;
    -webkit-text-stroke: .3px #000;
    text-align: right;
    font-style: italic;
}
.lang{
	display: flex;
}
.lang-menu{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
}
.lang-menu li{
	margin: 0 30px 0 0
}
.lang-menu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, .25)
}
.user{
	padding: 8px 0 0 0;
}
.user a{
	margin: 0 30px 0 0;
	color: #000;
}
.search_1{
	padding: 5px 10px;
	margin: 0;
	border-style: double;	
	background: rgba(254, 245, 245, .6);
	border-radius: 10px; 	
}
.header-main-block-low-line{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background-color:  #00BFFF;
}
.header-main-block-low-line p{
	text-transform: uppercase;
	color: #414141;
	font-size: 15px;
	padding: 0 60px;
}
.footer-main-block{
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    background: url(../images/footer-main-block-bg.jpg);
    background-size: cover;
    background-position: center;
}
.footer-line{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(229, 230, 235, .5);
}
.footer-main-block-content{
	display: flex;
	width: 100%;
}
.big-text{
	font-size: 30px;
	padding: 30px;
}
.footer_text{
	padding: 0 0 0 30px;
}
.footer_text p{
	text-transform: uppercase;
	padding: 0 0 15px 0;
	font-size: 15px;
}

.footer_text .e-mail p{
	text-transform: none;
}

.footer_text i{
	padding: 0 15px 0 0
}
.icon{
	display: flex;
	padding: 15px;
	font-size: 25px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.icon a{
	color: #000;
}
.border{
	margin: 15px 0 0 0;
	width: 300px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.footer-text{
	display: flex;
	padding: 5px 50px 15px 30px;
	justify-content: space-between;

}
.map iframe{
	width: 650px;
	height: 300px;
}
.footer-main-block-content-item{
	width: 50%;
	flex-direction: column;
	display: flex;
}
.map{
	padding: 55px 0 0 0;
}
.new-books-text{
	padding: 30px 0;
	font-size: 36px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	background-color: #fff;
}

.news-text{
	padding: 30px 0;
	font-size: 40px;
	color: #000;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.news-block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.news-block-item{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	width: calc(33.33% - 15px);
	height: 240px;
	position: relative;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.news-block-item a{
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	font-size: 24px;
	transition: 1s;
}
.news-block-item img{
	width: 100%;
	position: absolute;
}
.news-block-item data{
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 5px;
	bottom: 15px;
	color: #fff;
	font-size: 15px;
}
.news-block-item .more{
	top: auto;
	left: auto;
	right: 15px;
	bottom: 15px;
	font-size: 15px;
	border-style: solid;
	transition: 1s;
	border: 1px solid #fff;
	padding: 5px 10px;
}
.block-info-item-arrow{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 50px;
}
.block-info-item-arrow img{
	width: 50px;
	height: 50px;
	opacity: 70%;
}
.item-bg{
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
}

.new-books-bg a {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-weight: 300;
}		
.news-block-item .more:hover{
	color: #2ced20;
}	
.news-block-item a:hover{
	color: #2ced20;
}
.slick-list {
	overflow: hidden;
}

.slick-track{
	display: flex;
}

.slider{
	position: relative;
	padding: 20px 60px;
	background-color: #00BFFF;
}

.slider .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 5px 0 5px;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 60px;
	border: none;
}
.slider .slick-arrow.slick-prev{
	left: 10px;
	background: url('../images/sl-arrow_l.svg') 0 0 /100% no-repeat;
	cursor: pointer;
}
.slider .slick-arrow.slick-next{
	right: 10px;
	background: url('../images/sl-arrow_r.svg') 0 0 /100% no-repeat;
	cursor: pointer;
}
.slider-item img{
	width: 200px;
	height: 300px;

}
.slider .slick-dots{
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #000;
	cursor: pointer;
}
.slider .slick-dots li{
	list-style: none;
	margin: 0 10px;
	cursor: pointer;
}
.slider .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}

.slider .slick-dots li.slick-active button{
	background-color: transparent;
	border: 1px solid #000;
}
.slider-info{
	position: relative;
	padding: 0 60px;
}
.skider-info .slick-slide{
	width: 200px;
	height: 200px;
}
.slider-info .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 0 0 0;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 60px;
	border: none;
}
.slider-info .slick-arrow.slick-prev{
	left: 10px;
	background: url('../images/chevron-left-solid.svg') 0 0 /100% no-repeat;
	cursor: pointer;
}
.slider-info .slick-arrow.slick-next{
	right: 10px;
	background: url('../images/chevron-right-solid.svg') 0 0 /100% no-repeat;
	cursor: pointer;
}
.info-slider-item{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 30px;
    width: 200px;
    height: 280px;
    background-color: rgba(219, 227, 221, .8);
    align-items: center;

}

.info-slider-item-image{
	align-items: center;
	display: flex;
	width: auto;
	height: 70%;
	margin: 0 0 15px 0;
	justify-content: center;
}

.info-slider-item-abai{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 30px;
	width: 130px;
	height: 210px;
	background-color: #00BFFF;
	align-items: center;

}
.info-slider-item a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	padding: 0 0 30px 0;
	cursor: pointer;
}
.info-slider-item img{
	display: block;
	width: auto;
    height: 50%;
    padding: 10px 0 0 0;
    margin: 0 auto;

}
.skider-info .slick-slide{
	width: 200px;
	height: 200px;
}
.info-slider-item-abai img{
	width: 100%;
	height: 205px;
	padding: 10px;
}
.slider-info .slick-dots{
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #000;
	cursor: pointer;
}
.slider-info .slick-dots li{
	list-style: none;
	margin: 0 10px;
	cursor: pointer;
}
.slider-info .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #000;
	margin: 0 0 15px 0;
	cursor: pointer;
}

.slider-info .slick-dots li.slick-active button{
	background-color: transparent;
	border: 1px solid #000;
}
.main-contener-block{
	width: 100%;
	flex-wrap: wrap;
}
.main-contener-block h1{
	padding: 15px 60px;
	font-size: 36px;
}
.main-contener-block data{
	padding: 15px 60px;
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
}
.main-contener-block-item p{
	font-size: 24px;
	padding: 15px 60px;
}
.main-contener-block-item img{
	padding: 15px 60px;
}
.main-contener-block-item a{
	color: #A87012;
}
.abai-text{
	padding: 15px 60px;
	font-size: 30px;
}
.sidebar{
	width: 350px;
}
.sidebar-content-image{
	width: 280px;
	height: 400px;
	margin: 20px 0;
}
.sidebar-content-image img{
	width: 100%;
	height: 100%;
}
.sidebar-content-text{
	background-color: #00BFFF;
	padding: 0 0 20px 0;
}
.sidebar-content-text h3{
	padding: 15px 15px;
	font-size: 24px;
}
.sidebar-content-text li{
	padding: 0 20px;
	list-style: none;
}
.sidebar-content-text a{
	text-decoration: none;
	color: #000;
	font-size: 20px;
}
.main-contener{
	display: flex;
	width: 100%;
}
.sidebar-content{
	padding: 0 0 20px 0;
}

.info-slider-item .info-slider-item-more{
	width: 90%;
	height: 30%;
}

.scrollUp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: rgba(40, 66, 67, .6);
    box-shadow: 2px 3px 15px rgb(0, 0, 0, .9);
    color: #fff;
    font-size: 32px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s;
    z-index: 9999;
}



/*=============================================================*/
/*Переопределение стилей Joomla для страницы блога категории*/
/*=============================================================*/

.blog .items-leading{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}

.blog .items-leading div[itemprop="blogPost"]{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 15px 0;
	padding: 30px 15px; 
	border: 1px solid #bebebe;
}

.blog-anons{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.blog-anons .item-image{
	width: 100%;
	max-width: 200px;
	margin: 0 15px 15px 0;
}
.blog-anons .item-image a, .blog-anons .item-image img{
	width: 100%;
}

.page-header a{
	text-transform: none;
    color: #249abe;
}

.blog-anons p{
	margin: 0 0 15px 0;
}

.article-info{
	display: flex;
    padding: 15px 0;
    font-size: 12px;
    color: #525252;
}

.article-info dd{
	margin: 0 15px 0 0;
}


.blog .items-leading div[itemprop="blogPost"] p.readmore{
	width: 100%;
	text-align: right;

}

.blog .items-leading div[itemprop="blogPost"] a.btn{
    border: 1px solid #266f3c;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    background-color: rgb(113 124 124);
    transition: all .3s;
    box-shadow: 2px 3px 5px rgb(0, 0, 0, .3);
}

.blog .items-leading div[itemprop="blogPost"] a.btn:hover{
    box-shadow: 2px 3px 15px rgb(0, 0, 0, .3);
}

.item-page{
	display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 30px 0;
    border: 1px solid #e0d8d8;
    background-color: #f9f9f9;
}

.item-page p{
	padding: 15px 0;
	text-align: justify;
}

.item-page ol{
	padding: 0 25px;
}

.item-page img{
	margin: 0 5px 0 0;
}

.header-main-block-low-line ul{
    list-style: none;
    display: flex;
    color: rgb(255 255 255 / 76%);
    font-size: 12px;
}

.header-main-block-low-line a{
	color: rgb(255 255 255 / 76%);
	text-decoration: none;
}

.divider{
	padding: 0 5px;
}

.articleBody-image{
	width: 100%;
    max-width: 250px;
    margin: 0 10px 10px 0;
}

.articleBody-image img{
	width: 100%;
}

div[itemprop="articleBody"]{
	display: flex;
}

.slider-item a{
	text-decoration: none;
	color: #000;
	padding: 10px 0;
}

.slider-item{
	text-align: center;
}

.qfcapt{
	display: none;
}


.qf3form .form_style{
	display: flex;
	width: 100%;
}

.qf3txt{
	display: flex;
	flex-direction: column;
}

.field{
	width: 300px;
	height: 30px;
	border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

.button{
	width: 150px;
    height: 50px;
    background: rgba(46, 99, 77, .6);
    box-shadow: 0px 4px 4px rgb(0, 0, 0, .25);
    margin: 30px 0 0 75px;
    font-size: 22px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 5px;
}

.qf3label{
	font-size: 15px;
	color: rgba(0, 0, 0, .5);
	padding: 10px 0 10px 0;
}

.qf3labelreq{
	display: none;
}

.form_style{
	position: relative;
	left: 170%;
}

.heading{
	margin: 0 0 15px 0;
    pointer-events: none;
    font-size: 21px;
    background: rgba(224, 144, 20, .75);
    height: 50px;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, .25);
    color: rgba(0, 0, 0, .5);
    text-align: center;
    border: none;
}

#smfaq-form{
	width: 300px;
	margin: auto;
}
#smfaq-form .titleform{
	margin: 0 0 15px 0;
    pointer-events: none;
    font-size: 20px;
    background: rgba(224, 144, 20, .75);
    height: 50px;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, .25);
    color: rgba(0, 0, 0, .5);
    text-align: center;
    border: none;
    padding: 12px 0 0 0;
}

#smfaq{
	margin: auto;
}

.questions form{
	display: flex;
    flex-direction: column;
}

#smfaq-form label {
    font-size: 15px;
	color: rgba(0, 0, 0, .5);
}
#smfaq-form input {
    width: 300px;
	height: 30px;
	border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

#smfaq-form textarea {
	margin: 10px 0 10px 0;
    border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

.count{
	font-size: 15px;
	color: rgba(0, 0, 0, .5);
}

#smfaq .captcha .button {
	padding: 0;
	margin: 20px 0 0 110px;
    border: none;
    box-shadow: none;
    background: #ffffff;
}
#smfaq-form img{
	margin: 0 10px 0 0;
}

.captcha .button{
	width: 60px !important;
	height: 17px !important;
	color: #000 !important;
	font-size: 12px !important	;
}

#smfaq-form .captcha label {
    width: 79px;
    clear: none;
    margin: 14px 0 0 101px;
}

#smfaq-form .required {
    font-weight: normal;
}

#smfaq-form .captcha label {
    font-size: 12px;
    color: #000;
}

#smfaq-form .captcha input {
    width: 120px;
    margin: 10px 0 0 0;
    clear: both;
}

#smfaq .button{
	display: inline;
    width: 150px;
    height: 50px;
    background: rgba(46, 99, 77, .6);
    box-shadow: 0px 4px 4px rgb(0, 0, 0, .25);
    margin: 30px 0 0 75px;
    font-size: 22px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 5px;
}
.smfaq-copy{
	display: none;
}

#smfaq {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 0;
    padding: 30px 15px;
    border: 1px solid #bebebe;
}

.qftextarea {
	display: flex;
	flex-direction: column;	
}

.fielf_area{
	width: 300px;
	height: 100px;
	border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

.heading_doc{
	margin: 0 0 15px 0;
    pointer-events: none;
    font-size: 16px;
    background: rgba(224, 144, 20, .75);
    height: 50px;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, .25);
    color: rgba(0, 0, 0, .5);
    text-align: center;
    border: none;
}

.controls input{
	width: 300px;
    height: 30px;
    border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
}


.control-label label{
	font-size: 15px;
    color: rgba(0, 0, 0, .5);
    padding: 10px 0 10px 0;
}

.controls{
	padding: 10px 0;
}

.registration {
	text-align: center;
}

.login{
	text-align: center;
}

#member-registration legend{
	display: none;
}

.controls a{
	display: none;
}

.controls button{
	width: 150px;
    height: 50px;
    background: rgba(46, 99, 77, .6);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-size: 22px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 5px;
}

#remember{
	width: 10px;
    height: 10px;
    border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
}

.nav-stacked li{
	list-style: none;
}

.g-recaptcha > div { margin: 0 auto; }

.text{
	display: none;
}

#member-profile{
	text-align: center;
}

.optional{
	display: none;
}


.control-label{
	padding: 10px 0 0 0;
}

.nav-tabs li{
	padding: 5px 0;
}

.nav-tabs a{
	font-size: 15px;
    color: rgba(0, 0, 0, .5);
}

#mod-search-searchword{
	padding: 5px 10px;
	margin: 0 15px 0 0;
	border-style: double;	
	background: rgba(254, 245, 245, .6);
	border-radius: 10px; 
}

#searchphraseall, #searchphraseany, #searchphraseexact{
	width: 10px;
    height: 10px;
    border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
}

#search-searchword{
	margin: 15px 0;
	width: 300px;
    height: 30px;
    border: 1px solid #bebebe;
    outline: none;
    background: #f9f9f9;
    font-size: 17px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
}

.btn-group button{
	width: 90px;
    height: 30px;
    background: rgba(46, 99, 77, .6);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 5px;
    margin: 10px 0;
}

.phrases{
	margin: 15px 0;
}

.result-title{
	margin: 15px 0 0 0;
}

.search-results{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 0;
    padding: 30px 15px;
    border: 1px solid #bebebe;
}


.result-created{
	padding: 5px 0 0 0;
	font-size: 12px;
    color: #767676;
}

.result-title{
	font-size: 21px;
}

.result-category{
	font-size: 15px;
    padding: 5px 0 0 0;
}

.result-text{
	font-size: 15px;
    padding: 5px 0 0 0;
}

.pagination{
    align-items: center;
    width: 100%;
    list-style: none;
}

.pagination p{
	padding: 15px 0;
    text-align: center;
}


.pagination ul{
	font-size: 18px;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
}

.pagination li{
	margin: 0 10px 0 0;
	display: flex;
    align-items: center;
    justify-content: center;

}

.pagination li a{
	padding: 5px;
    transition: background-color, color .3s;
	color: #000;
	text-decoration: none;
}

.pagination li.active a, .pagination li a:hover {
    color: #fff;
    background-color: rgb(28 75 43 / 33%);
}

#system-message{
	margin: 15px 0 15px 0;
    padding: 5px;
    color: #efeff3;
    background-color: rgba(40, 66, 67, .5);
    box-shadow: 2px 3px 15px rgb(0, 0, 0, 0.6);
}

.alert-heading{
	text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.6);
}

.alert-message{
	text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.6);
}

#smfaq .questions{
	display: inline;
}

#smfaq-unpub ul{
	list-style: none;
}

#smfaq-unpub li{
	padding: 10px 5px;
	clear: both;
    background: #DEE9F4;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 0 0 0;
    border: 1px solid #BFBAB1;
}

#smfaq-unpub a{
	color: #000;
	text-decoration: none;
}

.e-mail{
	text-transform: none;
}
/*=============================================================*/
/*Переопределение стилей Joomla для страницы блога категории*/
/*=============================================================*/

.informer{
	margin: 30px 0 0 0;
}