<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    position: relative;
    height: 170px;
    text-align: center;
    /*padding: 11px 0px 0px;*/
    z-index: 1;
    overflow: hidden;
}
.header .container {
    position: relative;
}
.header .contacts {
    position: absolute;
    text-align: left;
	font-size: 13px;
    width: 20%;
	max-width: 400px;
    /*padding: 4px 0px 0px;*/    		
  	top: 0px;
    /*letter-spacing: 0.2px;*/    
  	z-index: 3;
	font-size: 14px;
    font-weight: bold;
}
/*.site .header:before,.site .header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 24%;
    height: 149px;
    background: #FFF;
    -moz-transform: skew(-60deg);
    -webkit-transform: skew(-60deg);
    -o-transform: skew(-60deg);
    transform: skew(-60deg);
    z-index: 2;
}
.site .header:after {
    right: 0px;
    -moz-transform: skew(60deg);
    -webkit-transform: skew(60deg);
    -o-transform: skew(60deg);
    transform: skew(60deg);
}*/
.header .contacts p {
	line-height: 12px!important;
	margin: 0px 0px 5px!important;
}
.header .contacts .phone {
    line-height: 0px;
}
.header .contacts .phone .semi {
	font-size: 15px!important;
    color: #BB0005;
}
.header .contacts a {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.4px;
}
.header .contacts .btn-round {
    margin-top: 36px;
    margin-left: 28%;
}
.header .logos {
    max-width: 100%;
	text-decoration: none;
}
.header .tools {
    position: absolute;
    top: 125px;
    right: -25px;
}
.header .tools .icon {
    display: block;
    float: left;
    background-image: url(../img/header_icons_sprite.png) !important;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
    margin-right: 30px;
    font-size: 0px;
}
.header .tools .icon:last-child {
    margin-right: 0px;
}
.header .tools .icon:hover {
    opacity: 0.8;
}
.header .tools .icon.profile {
    width: 21px;
    background-position: -1px 0px;
}
.header .tools .icon.extra {
    width: 58px;
    background-position: -35px 0px;
}
.header .tools .icon.search {
    width: 22px;
    background-position: -108px 0px;
}
.header .tools .icon.twitter {
    width: 30px;
    background-position: -158px 0px;
}
.header .tools .icon.post {
    width: 33px;
    background-position: -207px 0px;
}
.top-menu {
    /*background: linear-gradient(to bottom, #246ead 0%,#093d69 100%);*/
	background: #e7e7e7;
    position: relative;
    z-index: 100000;
	padding: 8px 0;
}
.top-menu .container.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  	max-width: 1632px;
}
.top-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}
.top-menu.fixed .item img {
    width: 100%;
}
.top-menu .items .item-wrap {
    position: relative;
}	
.top-menu .items .item {
    /*position: relative;
    background: linear-gradient(to bottom, #7f2240 0%,#bfbebf 100%);
  	background: linear-gradient(to bottom, #7d193a 15%,#da96ad 100%);
    background: linear-gradient(to bottom, #246ead 0%,#093d69 100%);
	background: #e7e7e7;*/
}
/*.top-menu .items .item:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    background: #cc0909;
}*/
.top-menu .items .item:hover,.top-menu .items .item.active {
    /*background: linear-gradient(to bottom, #093d69 0%,#246ead 100%);*/
    color: #fff;
    /*background: #008118;*/
    border-radius: 5px;
}
.top-menu .items .item.active:after {
    display: block;
}
.top-menu a {
    color: #000;
    outline: 0px;
}
.top-menu .items .item a.parent {
	padding: 11px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #000;
    text-decoration: none;
    font-size: 16px;
	
}
.top-menu .items &gt; div:nth-child(5) .item a.parent  {
	padding: 0px;
    width: 75px;
}
.top-menu .items .item a.parent span {

}
.top-menu .items .item:hover a.parent span, .top-menu .items .item.active a.parent span {
	color: #da8a03;
}
.top-menu .items .item-wrap .hover {
    display: none;
	width: auto!important;
    position: absolute;
    background: #dcdcdc;
    border: 1px solid #ededed;
}
.top-menu .items .item-wrap .hover .hover-item {
	display: block;
}
.top-menu .items .item-wrap .hover .hover-item a {
	font-size: 14px;
    padding: 9px 10px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
}
.top-menu .items .item-wrap .hover .hover-item a:hover::before {
    display: block;
    position: absolute;
    left: -14px;
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
	color: #ff4d26;
}
.top-menu .open {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background: #7f2240;
    padding: 10px;
}
.top-menu .open .action {
    cursor: pointer;
}
.main-slider {
    margin: 10px 0px;
}
.main-marquee {
    overflow: hidden;
    /*background: linear-gradient(to bottom, #7f2240 10%,#7f2240 100%);
 	background: linear-gradient(to bottom, #246ead 0%,#093d69 100%);*/
    /*height: 260px;
*/    height: 270px;
    padding: 39px 0px 39px 10%;
    position: relative;
	background: #e7e7e7;
}
.main-marquee .item {
    position: relative;
    float: left;
    border: 1px solid #FFF;
    width: 360px;
    margin-left: 30px;
    margin-bottom: 30px;
    color: #000;
    padding: 25px 39px 36px;
    overflow: hidden;
    /*height: 235px!important;
*/    height: 225px!important;
}
/*.main-marquee .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 84px;
    background: #CA0000;
    left: 19px;
    top: -40px;
}*/
.main-marquee .item h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.333;
    min-height: 48px;
    overflow: hidden;
    /*white-space: initial;
*/}
.main-marquee .item h1 a {
    color: #000;
}
.main-marquee .item .date .fa {
    padding-right: 8px;
}
.main-marquee .item .date {
    color: #da8a03;
    font-size: 14px;
    line-height: 1.714;
    /*margin-top: 34px;
*/    margin-top: 14px;
}
.main-marquee .item .desc {
    position: relative;
    margin-top: 9px;
    line-height: 1.714;
    overflow: hidden;
    white-space: initial;
    text-align: justify;
}
.main-marquee .item .desc.light p,.main-marquee .item .desc.light span{
    color: #fff!important;
    font-family: Arial, OSRegular,sans-serif!important;
    font-size: 12px!important;
}
.container .content,.container .sidebar {
    float: left;
}
.container .content {
    position: relative;
    width: 71.28%;
}
/*.container .content::after,.sidebar::after{
    content: "";
    display: block;
    position: absolute;
    background: #E7E7E7;
    right: 0px;
    top: 16px;
    width: 2px;
    height: 100%;
}*/
.container .sidebar {
    width: 28.72%;
}
.article {
    padding-right: 10%;
}
.article h1 {
    max-width: 80%;
    margin-bottom: 21px;
}
.article .story {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6%;
}
.article .story ul {
    padding: 1.4% 0% 2.7% 11.2%}
.article .story ul li {
    position: relative;
    list-style-type: none;
}
.article .story ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -27px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C90000;
}
.article .story .author {
    margin-top: 33px;
}
.article .story .author span {
    display: block;
}
.article .story .author .name {
    font-size: 18px;
}
.article .story .author .post {
    padding-left: 22px;
    margin-top: 4px;
}
.article .story h2 {
    font-family: Arial, OSSemi, sans-serif;
    font-size: 18px;
    color: rgb(56, 55, 55);
    text-decoration: underline;
    line-height: 1.333;
    padding-top: 18px;
}
.article .story iframe {
    border: 0px;
    width: 100%;
    height: 674px;
}
.article.single .story p {
    margin: 0px 0px 28px;
}
.article.single ul {
    margin: 0px;
    padding: 0px 0px 28px 25px;
}
.article.single ul li::before {
    background: #000;
    width: 4px;
    height: 4px;
    left: -24px;
}
.main-page-content {
    padding-top: 56px;
    padding-bottom: 68px;
}
.main-page-content .movie .title-style-a {
    padding-right: 11%;
}
.main-page-content .movie .item {
    margin-top: 35px;
}
.main-page-content .movie .item iframe {
    border: 0px;
    width: 744px;
    height: 419px;
}
.sidebar {
    position: relative;
    /*padding: 0.6% 1% 0% 5%;
*/    padding: 0.6% 1% 0% 2%;
}
.sidebar::after {
    left: -2px;
}
.sidebar .item {
    margin-bottom: 63px;
}
.sidebar .item h2 {
    color: #C30000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 40px;
	color: #da8a03;
}
.sidebar .item h3 {
    font-size: 18px;
    line-height: 1.333;
    margin-left: 2px;
}
.sidebar .item .date {
    display: block;
    margin-left: 1px;
    color: #999;
    line-height: 1.714;
    margin-top: 21px;
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 4px;
    margin-bottom: 11px;
}
.sidebar .item .date .fa {
    padding-right: 10px;
}
.sidebar .item .more {
    display: block;
    margin-bottom: 42px;
}
.sidebar .cat-menu {
    padding-top: 10px;
}
.sidebar .cat-menu a {
	display: table;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    color: rgb(56, 55, 55);
    line-height: 1.333;
    padding: 10px 32px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 3px 4px 1px rgb(171 171 171 / 50%);
}
.sidebar .cat-menu a .area {
    display: table-row;
}
.sidebar .cat-menu a .area span {
    display: table-cell;
    vertical-align: middle;
}
.sidebar .cat-menu a:not(.active):hover {
    background: #f8ce2e;
    color: #fff;
}
.sidebar .cat-menu a.active {
    background: #e6b20e;
    color: #fff;
}
.sidebar div.calendar {
    background: #F1F1F1;
    padding: 16px;
    border-radius: 5px;
}
.sidebar div.calendar .nav {
    margin-top: -1px;
    margin-bottom: 15px;
}
.sidebar div.calendar .calendarNavMonthPrev,.sidebar div.calendar .calendarNavMonthNext {
    width: 20%;
}
.sidebar div.calendar .calendarNavMonthPrev a,.sidebar div.calendar .calendarNavMonthNext a {
    text-decoration: none;
    display: block;
    width: 13px;
    height: 23px;
    background-image: url(../img/paginator_arrs.png);
    background-repeat: no-repeat;
    font-size: 0px;
}
.sidebar div.calendar .calendarNavMonthPrev a {
    margin-left: 1px;
}
.sidebar div.calendar .calendarNavMonthNext a {
    background-position: -14px center;
    margin-right: 1px;
}
.sidebar div.calendar .calendarNavMonthNext a {
    float: right;
}
.sidebar div.calendar .calendarCurrentMonth {
    width: 60%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-family: Arial, OSSemi, sans-serif;
}
.sidebar div.calendar table {
    background: #FFF;
    border-radius: 6px;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}
.sidebar div.calendar table td,.sidebar div.calendar table th {
    border: 1px solid #F2F2F2;
}
/*.sidebar div.calendar table td:not(.calendarNavMonthPrev, .calendarCurrentMonth, .calendarNavMonthNext) {
*/.sidebar div.calendar table td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}
.sidebar div.calendar table td.calendarDayName {
    border-bottom: 3px solid #F2F2F2;
}
.sidebar div.calendar table td.calendarDateEmpty {
    color: #b5b5b5;
}
.sidebar div.calendar table td.calendarDateLinked::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C30000;
    left: -1px;
    bottom: 1px;
	background: #da8a03;
}
.sidebar div.calendar table a {
    display: block;
    text-decoration: none;
}
.main-stat {
    background: url(../img/stat_bg.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
    padding: 3.15% 2% 5%;
    text-align: center;
  	width: 100%;
  	height: auto;
    color: #FFF;
}
.section-title {
    font-size: 28px;
    line-height: 1.5;
}
.main-stat .section-title {
    margin-bottom: 4.45%;
}
.main-stat .items .item {
    float: left;
    width: 25%;
}
.main-stat .items .item .item-wrap {
    width: 282px;
    margin: 0px auto;
}
.main-stat .items .item .item-wrap .poster {
    position: relative;
    width: 282px;
    height: 282px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    margin: 0px;
}
.main-stat .items .item .item-wrap .poster img {
    position: absolute;
    left: 0px;
    top: 0px;
max-width: none!important;
}
.main-stat .items .item .item-wrap .poster.students img {
    top: -49px;
}
.main-stat .items .item .item-wrap .poster.docs img {
    left: -14px;
}
.main-stat .items .item .item-wrap span {
    display: block;
}
.main-stat .items .item .item-wrap .count {
    font-size: 73px;
    line-height: 1.6;
}
.main-stat .items .item .item-wrap .desc {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 8px;
}
.main-topical {
    text-align: center;
    padding: 3.2% 1% 3.5%;
    color: #2B2B2B;
}
.main-topical .items {
    padding: 2.3% 0% 0%}
.main-topical .items .item-wrap {
    float: left;
    width: 25%;
}
.main-topical .items .item-wrap .item {
    width: 360px;
    max-width: 90%;
    margin: 0px auto;
}
.main-topical .items .item-wrap .item .poster-wrap {
    border: 1px solid #153B8C;
    padding: 9px;
}
.main-topical .items .item-wrap .item .poster-wrap .poster {
    position: relative;
    cursor: pointer;
}
.main-topical .items .item-wrap .item .poster-wrap .poster::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(127, 34, 64, 1);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s all ease;
    z-index: 2;
}
.main-topical .items .item-wrap .item .poster-wrap .poster.faq::after {
    background-image: url(../img/faq_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster.ring::after {
    background-image: url(../img/ring_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster.school::after {
    background-image: url(../img/school_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster.exam::after {
    background-image: url(../img/exam_ico.png);
}
.main-topical .items .item-wrap .item .poster-wrap .poster:hover::after {
    opacity: 0;
    z-index: 0;
    transition: 0.1s all ease;
}
.main-topical .items .item-wrap .item .poster-wrap .poster img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}
.main-topical .items .item-wrap .item h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 25px;
    padding: 0px 10px;
}
.main-banners {
    background: #F8F8F8;
    text-align: center;
    padding: 3.1% 0% 2.3%;
}
.main-banners .items {
    padding-top: 2.2%;
}
.main-banners .item-wrap {
    float: left;
    width: 16.666%;
    margin-bottom: 28px;
}
.main-banners .item-wrap .item img {
    width: 230px;
    height: 140px;
    transition: 0.1s all ease;
}
.main-banners .item-wrap .item img:hover {
    border: 3px solid;
}
.main-map {
    height: 542px;
}
.breadcrumbs {
    margin-bottom: 4px;
    margin-top: 27px;
}
.breadcrumbs span:not(:first-child) a {
    text-decoration: none;
}
.breadcrumbs span:last-child {
    color: #C70000;
	color: #ff5f09;
}
.breadcrumbs span:not(:last-child)::after {
    content: "/";
    margin: 0px 9px 0px 12px;
}
.main-page-content.news-content {
    padding-bottom: 46px;
}
.news-content .content {
    margin-top: -18px;
    /*padding-right: 5.4%;
*/    /*padding-right: 0.4%;
*/    padding-right: 2%;
}
.news-content .news-categories {
    margin-top: 25px;
    margin-bottom: 5px;
}
.news-content .news-categories a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.333;
    margin-right: 25px;
    margin-bottom: 10px;
}
.news-content .news-categories a.active {
    color: #C70000;
    text-decoration: none;
    cursor: text;
}
.news-content .news-categories a:last-child {
    margin-right: 0px;
}
.news-item {
    border: 2px solid #E7E7E7;
	border-radius: 14px;
	font-size: 14px;
    padding: 3% 5% 2.8%;
    margin-bottom: 25px;
    word-wrap: break-word;
	background: linear-gradient(140deg, #ffffff 0%, #dadada 100%);
	transition: transform 300ms ease, box-shadow 300ms ease;
    box-shadow: 2px 2px 7px 1px rgba(84, 84, 84, 0.5);
}
.news-item:hover {
	transform: translateY(-10px);
    box-shadow: 4px 6px 6px 1px rgba(84, 84, 84, 0.5);
}
.news-item.news-single {
    padding: 1.8% 5% 2.8% 2.1%;
    border: 0px;
}
.news-item h2 {
    position: relative;
}
/*.news-item h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 45px;
    background: #C70000;
    left: -22px;
    top: -11px;
}*/
.news-item .info {
    position: relative;
    margin-top: 0.5%;
    min-height: 20px;
}
.news-item .info a {
    text-decoration: none;
}
.news-item .info .fa.fa-circle {
    position: relative;
    top: -2px;
    color: #BABFC5;
    font-size: 5px;
    margin: 0px 6px 0px;
}
.news-item .info .date {
    color: #BABFC5;
}
.news-item .info .print {
    position: absolute;
    display: block;
    right: -39px;
    margin-top: -8px;
    width: 29px;
    height: 36px;
    background: #F1F1F1;
    border-radius: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.news-item .info  .fa {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    top: 3px;
    left: -2px;
	padding: 5px;
}
.news-item .desc {
    font-size: 13px;
    margin-top: 10px;
}
.news-item.news-single .info {
    line-height: 1.714;
}
.news-item.news-single .desc p {
    margin: 0px 0px 23px;
}
.news-item .add {
    margin-top: 15px;
    line-height: 1.714;
	clear: both;
}
.news-item .add a:not(.red) {
    color: #9d9d9d;
}
.news-item .more {
    display: inline-block;
    color: #FFF;
    background: #da8a03;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
    width: 120px;
    height: 36px;
    border-radius: 6px;
    margin-top: 2.1%;
}
.paginator {
    padding: 4.1% 0%;
}
.paginator .prev,.paginator .next {
    position: relative;
    width: 20%;
}
.paginator .prev:hover,.paginator .next:hover {
    opacity: 0.7;
}
.paginator .prev a,.paginator .next a {
    display: block;
}
.paginator .prev a::before,.paginator .next a::before {
    display: block;
    position: absolute;
    content: "";
    width: 13px;
    height: 23px;
    background-image: url(../img/paginator_arrs.png);
    background-repeat: no-repeat;
}
.paginator .prev a::before {
    left: 0px;
    background-position: 0px center;
}
.paginator .prev a {
    padding-left: 33px;
}
.paginator .next {
    text-align: right;
}
.paginator .next a::before {
    right: 0px;
    background-position: -14px center;
}
.paginator .next a {
    padding-right: 33px;
}
.paginator .pages {
    width: 60%;
    text-align: center;
}
.paginator a {
    text-decoration: none;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.846;
	color: #da8a03;
    font-weight: 600;
}
.paginator .pages a {
    margin-right: 10px;
}
.paginator .pages a:last-child {
    margin-right: 0px;
}
.paginator .pages a.active,.paginator .pages a:hover {
    color: #C70000;
}
.paginator.bottom {
    padding: 4.1% 0% 0%;
}
.paginator.single .left {
    width: 100%;
}
.footer {
    position: relative;
    background: linear-gradient(to bottom, #e7e7e7 0%,#e7e7e7 100%);
    padding: 10px 0px 10px;
}
.footer,.footer a {
    color: #464646;
}
.footer .part {
    float: left;
	
}
.footer .part.left-part {
    width: 46.87%;
    padding-top: 0.6%;
}
.footer .part.right-part {
    width: 53.13%;
	padding-top: 1%;
}
.footer .logos img {
	width: 160px;
    max-width: 100%;
}
.footer .slogan {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 1.4%;
}
.footer .copyright {
    padding-top: 5px;
    padding-right: 0px;
}
.footer .right-part .title {
    margin-bottom: 21px;
}
.footer .menu-part {
    margin-right: 32px;
}
.footer .menu-part a {
    display: block;
    text-decoration: none;
    line-height: 2.143;
}
.footer .menu-part a:hover {
    text-decoration: underline;
}
.footer .menu-wrap {
    margin-right: 55px;
}
.footer .contacts-wrap p {
    width: 300px;
    max-width: 100%;
    margin: 0px 0px 23px;
}
.popup-blocks {
    display: none;
}
#cboxOverlay {
    z-index: 111111 !important;
}
#colorbox {
    z-index: 111112 !important;
}
.go_news {
    /*background: #7f2240 none repeat scroll 0 0;
    padding-top: 20px;*/
}
.rsform-submit-button,#form-login input[type=submit]{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}
#form-login input[type=text],#form-login input[type=password],#form-login textarea,.rsform-input-box, .rsform-text-box{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    /*border-radius: 4px;
*/    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    /*height: 34px;
*/    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#form-login input[type=text],#form-login input[type=password]{
    max-width: 200px!important;
}
#form-login label{
    min-width:200px;
    float: left;
}
.podskazka_zrenie {
    width: 30%;
    float: left;
    margin-right: 2%;
}
.plani &gt; section {
    width: 30%;
    float: left;
    margin-right: 3%;
}
.plani &gt; section:nth-child(3n+1){
    clear: both;
}
.catItemImageBlock{
    margin-right: 10px;
    float: left;
}
#jform_title{
    height: 24px!important;
}
.itemImageBlock{
    text-align: center;
}
span.itemImage img {
    border: 1px solid #ccc;
    padding: 8px;
}
.s-input-wrapper #search-searchword{
    max-width: 300px;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}
.searchintro{
    clear: both;
}
.phrases-box .radio,.only .checkbox {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.phrases-box .controls{
    margin: 0 20px;
}
fieldset.only{
    padding-left: 30px;
}
.ordering-box{
    clear: both;
}
#searchForm{
    padding-right: 10px;
}
.form-limit {
    margin-top: 10px;
}
.k2FeedIcon {
    position: absolute;
    right: 0;
    top: -30px;
}
.k2FeedIcon a.a_feed{
    height: 16px;
    width: 16px;
    background: url(../img/feed.png) no-repeat top center;
    display: block;
    float: left;
}
.k2FeedIcon span{
    font-size: 0;
}
.k2FeedIcon a.importnt {
    border: 1px solid red;
    border-radius: 100%;
    color: red;
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 16px;
}
#k2Container main {
    position: relative;
}
.itemEmailLink {
    background: #f1f1f1 none repeat scroll 0 0;
	border-radius: 5px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
    margin-top: -8px;
    padding-top: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 30px;
}
.itemEditLink {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    height: 36px;
    margin-top: -8px;
    padding-top: 5px;
    position: absolute;
    right: 195px;
    text-align: center;
    text-decoration: underline;
    width: 230px;
}
.itemListView .itemEditLink {
    right: -30px!important;
    top: -30px!important;
}
.catItemAddLink{
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    /*height: 36px;
*/    /*margin-top: -8px;
*/    margin-top: -58px;
    padding-top: 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: underline;
    width: 140px;
}
.userView .user_block{
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}
.userView .user_block &gt; img{
    float: left;
    margin-right: 15px;
}
.mfp-wrap {
    z-index: 111111!important;
}
.mfp-iframe-scaler {
    z-index: 111113!important;
}
.latestItemsContainer {
    float: left;
    padding-right: 10px;
}
footer .moduletable h3{
    margin-bottom: 21px;
    text-transform: uppercase;
    font-family: Arial, OSSemi,sans-serif;
}
div.latestItemsCategory h2,div.latestItemsCategory h2 a{
    font-size: 14px;
}
input{
    height: auto!important;
}
.form-horizontal .control-label{
    width:auto!important;
    padding-right: 10px}
#rsformquestion textarea,#userForm textarea{
    min-height: 250px;
}
fieldset{
    border: none!important;
}
#uchregdmap{
    height:250px;
}
.reset #user-registration.form-horizontal .controls,.remind #user-registration.form-horizontal .controls{
    margin-left: 210px;
}
.reset #user-registration .btn.validate,.remind #user-registration .btn.validate {
    margin-left: 10px;
}
.layout-blog.itemid-101 .news-item {
    border: none !important;
}
a.itemPrintThisPage {
    display: block!important;
    background: #f7fafe none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 13px;
    margin: 4px auto 16px;
    padding: 4px;
    text-align: center;
    width: 160px;
}
.tos-wrapper.tos-fixed {
    z-index: 9999999!important;
}
.fotoview .title-style-a, .fotoview .title-style-a a,.videoview .title-style-a, .videoview .title-style-a a{
    font-size: 14px;
    line-height: 1;
}
.fotoview .news-item h2::before,.videoview .news-item h2::before{
    height: 25px;
}
.tos-wrapper.tos-fx-slide .tos-slider{
    display: table-cell;
}
.tos-slide {
    vertical-align: middle;
}
.tos-desktop .tos-wrapper:hover .tos-uibg, .tos-touch .tos-wrapper.tos-hover .tos-uibg {
    opacity: 0!important;
}
.top_ucheregd .latestItemTitle &gt; a {
    font-size: 14px;
}
.top_ucheregd h2.latestItemTitle{
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.top_ucheregd .latestItemsContainer &gt; a {
    display: block;
}
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background: rgba(0, 0, 0, 0) url("../images/featuredItem.png") no-repeat scroll 100% 0;
}
.faqs h2.title-style-a,.faqs h2.title-style-a a {
    font-size: 20px;
    line-height: 0;
}
.faqs .news-item h2::before {
    color: #c70000;
    content: "п‚©";
    background-color: transparent;
    height: 20px;
    top: -9px;
    width: 4px;
    font: 20px FontAwesome;
}
.sidebar ul.nav.menu &gt; li &gt;a{
    font-size: 18px;
    line-height: 22px;
}
.sidebar ul.nav.menu &gt; li &gt; ul{
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
}
.sidebar ul.nav.menu &gt; li &gt; ul &gt; li &gt; ul{
    font-size: 16px;
    line-height: 22px;
    padding-left: 22px;
}
.sidebar ul.nav.menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul{
    font-size: 16px;
    line-height: 22px;
    padding-left: 22px;
}
.l_sidebar + .content::after {
    display: none;
}
.l_sidebar + .content {
    padding-left: 2%;
    padding-right: 0;
}
.l_sidebar + .content::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 16px;
    width: 2px;
}
.error_page .contacts a{
    display: none;
}
.str_move a.wf_file{
    color:#fff;
}
.fotoview.row-fluid .span4:nth-child(4n) ,.videoview.row-fluid .span4:nth-child(4n) {
    margin-left: 0;
}
/* РІРµСЂСЃРёСЏ РґР»СЏ СЃР»Р°Р±Рѕ РІРёРґСЏС‰РёС… */.all-white * {
    background-color: white  !important;
    color: black  !important;
    background-image: none !important;
}
.all-black * {
    background-color: black  !important;
    color: white  !important;
    background-image: none !important;
}
.all-darkblue * {
    background-color: darkblue  !important;
    color: yellow  !important;
    background-image: none !important;
}
.all-gray img {
    -webkit-filter: grayscale(100%)  !important;
    -moz-filter: grayscale(100%)  !important;
    -ms-filter: grayscale(100%)  !important;
    -o-filter: grayscale(100%)  !important;
    filter: grayscale(100%)  !important;
    filter: gray  !important;
}
.all-imagenone img:not(.logos img){
    display: none !important;
}
.logos img{
	float: left;
    width: 220px;
    margin-left: 140px;
	margin-top: 20px;
}
.captcha-section img{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.captcha-section br{
    display: none;
}
.captcha-section input{
    padding: 7px;
}

.pskavtor {
    
	float: left;

    margin-right: 10px;

}

.even1 {

    border: 1px solid #d2d1d1;

    padding: 5px;

    margin: 5px;

	margin-bottom: 10px;

	background-color: #eceaea;

}

.odd1 {

    border: 1px solid #d2d1d1;

    padding: 5px;

    margin: 5px;

	margin-bottom: 10px;

	background-color: #eceaea;

}

.ubUserName {

	font-size: 20px;

    color: blue;

}

.k2recentitems {

	font-size:18px;

	margin:10px;

}


#topmenubot .items .item-wrap {width: 49.4%;}
#topmenubot {
	margin-top:10px;
	z-index:1;
	}

	.all-black * {
    background-color: black !important;
    color: white !important;
    background-image: none !important;
}

.mod-custom__zrenie{
    display: none;
}
.mod-custom__zrenie img {
    margin-right: 15px;
}
.mod-custom__zrenie img {
    cursor:pointer;
}

.zren{
    position: absolute;
	margin-left: 4px;
	right: 223px;
}
.telegramm{
	position: absolute;
    margin-left: -75px;
}
article a{
    color:#b74c00;
  	font-weight: bold;
}
article span{
    font-family: Arial, times new roman, times;
    /*font-size: 12pt;*/
}
.wf_file {
	color:#b74c00;
  	font-weight: bold;
}
#top_button {
    position: absolute;
    top: 10px;
    right: 280px;
    display: flex;
    flex-direction: column;
}
#top_button div{
    border-radius: 5px;
    color: #fff;
    padding: 7px;
	background: #e6b20e;
    width: 180px;
    margin: 2px;
}
.TB1 {
	margin-right: 3px;
}
#top_button div .arrow{
    font-size: 12px;
}
.logo_line {
	width: 2px;
    height: 130px;
    position: absolute;
    background: #d0d0d0;
    left: 375px;
  	top: 15px;
}
.logo_text {
    display: flex;
	width: 29%;
    text-align: left;
    top: 55px;
    left: 35px;
    position: relative;
	color: #525252!important;
}
#top_number {
	position: absolute;
    top: 60px;
    right: 12px;
}
#top_number .tel{
    font-size: 24px;
    color: #008118;
    text-decoration: none;
    display: block;
	 color: #ff5f09;
}
#top_number .prm {
	color: #727272;
    font-size: 13px;
}

.solo_block {
	width: 32%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
    height: 200px;
    border: 1px #9f9f9f double;
    margin: 5px;
  	border-radius: 10px;
	background: #f2f7ff;
	color: black;
	transition: transform 300ms ease, box-shadow 300ms ease;
	box-shadow:0px 1px 7px 1px rgba(84, 84, 84, 0.5);
}
.solo_block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5);         
}
.block_top {
	display: inline-flex;
}
.row {
	margin-left: 0;
    margin-right: 0;
	margin-top: 40px;
}
.row:after, .row:before {
	content: " ";
    display: table;
}
.block_top{
	margin-left: 15px;
	font-weight: bold;
    text-align: center;
}
.block_top img{
	width: 50px;
	height: 60px;
    margin: 5px;
	z-index: 1;
	margin-top: -17px;
}
.block_text {
	display: block;
	margin-top: 7px;
}
.block_top span{
    margin-top: 20px;
    margin-left: 30%;
    width: 300px;
}
.znak_block {
	position: absolute;
    top: 61px;
    left: 170px;
}
.znak_block img{
	width: 110px;
	height: 110px;
}
ul.nav.menu li a {
	display: table;
    width: 100%;
    height: 73px;
	font-weight: bold;
    background: #c5beda;
    background: linear-gradient(to bottom, #e8e5f0, #c5beda, #aba0ca);
    text-decoration: none;
    font-size: 18px;
    color: #003170;
    line-height: 1.333;
    text-align: center;
    padding: 20px 32px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-bottom: 4px solid #929292;
}
.top-menu.fixed .items .item a.parent span {
	font-size: 12px;
}
.faq_buttom {
	display: table;
    width: 40%;
    height: 80px;
    background: #d4d4d4;
    background: linear-gradient(to bottom, #e2e1e2, #d6d6d5, #c9c9c9);
    text-decoration: none;
    font-size: 20px;
    color: rgb(56, 55, 55);
    line-height: 1.333;
    text-align: center;
    padding: 10px 32px;
    border-radius: 10px;
	margin: auto;
    margin-bottom: 10px;
    border-bottom: 4px solid #929292;
	font-family: OSRegular, sans-serif;
	cursor: pointer;
}
.area {
    display: table-row;
}
.area span {
    display: table-cell;
    vertical-align: middle;
}
.category-desc {
	margin-bottom: 20px;
}
#top_button a{
	text-decoration: none;
	color: #ffffff;
}

.glav_solo_block {
	width: 32%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
    height: 200px;
    margin: 5px;
  	border-radius: 10px;
	color: black;
}
.glav_solo_block:hover {
   
}
.glav_block_top {
	display: inline-flex;
}
.row {
	margin-left: 0;
    margin-right: 0;
	margin-top: 40px;
}
.row:after, .row:before {
	content: " ";
    display: table;
}
.glav_block_top{
	font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.glav_block_top img{
	width: 50px;
	height: 60px;
    margin: 5px;
	z-index: 1;
	margin-top: -17px;
}
.glav_block_text {
	display: block;
	margin-top: 7px;
}
.glav_znak_block {
	margin-left: auto;
    margin-right: auto;
    display: table;
}
.glav_news {
  margin-right: 20px;
  margin-left: -20px;
}
.glav_news h2{
  text-align: center;
}
.menu_top_button {
 z-index:1;
}
.glav_bot_text {
	color: #2B5666;
    font-size: 28px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
}
#red_line {
    position: absolute;
    top: 20px;
    right: 12px;
}

/*Custom Button Start*/
.but_mid {
	display: block;
    width: 100%;
    background: linear-gradient(to bottom, #ff9900 0%, #e9ddcb 100%);
    font-size: 18px;
    font-weight: 600;
    color: #e5e5f7;
    text-align: center;
    border-radius: 25px;
    border-bottom: 3px solid #929292;
    margin: auto;
    padding: 20px;
	margin-top: 15px;
}
.but_left {
    display: block;
    background: linear-gradient(#32a5df 40%,#266db7 100%);
    font-size: 18px;
    font-weight: 600;
    color: #e5e5f7;
    border-radius: 7px;
    float: left;
    border-bottom: 3px solid #11425a;
    padding: 15px;
}
.but_right {
    display: block;
    background: linear-gradient(#32a5df 40%,#266db7 100%);
    font-size: 18px;
    font-weight: 600;
    color: #e5e5f7;
    border-radius: 7px;
    float: right;
    border-bottom: 3px solid #11425a;
    padding: 15px;
}
:is(.but_mid,.but_left,.but_right) a {
    text-decoration: none;
}
:is(.but_mid,.but_left,.but_right):hover{
	background: #e2e1e2;
  background: linear-gradient(to top, #e2e1e2, #d6d6d5, #c9c9c9);
}
.but_left a, .but_mid a, .but_right a {
  color:#fff;
}
.but_left a:hover, .but_mid a:hover, .but_right a:hover {
  color: #fff !important;
}
/*Custom Button End*/

/* РІРµСЂСЃРёСЏ РґР»СЏ СЃР»Р°Р±Рѕ РІРёРґСЏС‰РёС… */
.all-white * {
  background-color: white !important;
  color: black !important;
  background-image: none !important;
}

.all-black * {
  background-color: black !important;
  color: white !important;
  background-image: none !important;
}

.all-darkblue * {
  background-color: darkblue !important;
  color: yellow !important;
  background-image: none !important;
}

.all-gray img {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  filter: gray !important;
}

.all-imagenone img:not(.logo img) {
  display: none !important;
}
/* РІРµСЂСЃРёСЏ РґР»СЏ СЃР»Р°Р±Рѕ РІРёРґСЏС‰РёС… end */

/* Р—СЂРµРЅРёРµ */
.menu_zrenie {
    position: absolute;
    right: 270px;
    top: 119px;
}

#zrenie &gt; div {
  margin: 0 3px;
}

#zrenie &gt; div &gt; p{
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
}

#zrenie &gt; div &gt; img {
  display: inline!important;
  margin-right: 2px;
}
/* Р—СЂРµРЅРёРµ end */</pre></body></html>