/* Global =================================================================== */

html, body{
    width: 100%;
    height: 100%;
}

body {
    margin:0;
    padding:0;
	background-color: #f5f5f5;
}

/* Wrapper ================================================================== */

#layout{
    max-width: 1200px;
    margin: 0 auto;
    will-change: blur;
	background-color: #fff;
}
#popup-manager.popup-show + #layout, .wrap_blur {
    -webkit-filter:blur(2px);
    -moz-filter:blur(2px);
    -ms-filter:blur(2px);
    -o-filter:blur(2px);
    filter:blur(2px);
}
/* Header =================================================================== */

#layout header{
    /*height: 50px;
    line-height: 50px;*/
    padding: 0 14px;
}

#layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    width: 180px;
    height: 50px;
    background: url("/skin/images/logo.png") no-repeat left center;
}

/* Header Navigation ======================================================== */

header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    float:right;
    position: relative;
    z-index: 15;
    height: 30px;
    line-height: 30px;
    padding-top:10px;
}

header .menu .item{
    background-image: url("/skin/images/bullet_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:28px;
}

header .menu > li {
    float: left;
    padding-left:5px;
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}

header .menu > li > a:hover {
    color:#FFF;
}

header .menu > li.active > a { color:#F5CF53; }
header .menu > li.active > a:hover { color:#F5CF53; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    height:54px;
    font-size:12px;
	background:#d6d6d6;	
}
nav.main_menu{border-bottom:1px solid #a7a9ac; background:none;}
nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative; z-index: 5;
	max-width:1135px;
	margin: 0 auto;
    height: 30px;
    line-height: 30px;
	padding-left: 65px;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    padding: 24px 15px 0 15px;;
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: PFDinDisplayPro-Bold;
}
nav .menu > li:first-child > a{ padding-left:0}
nav.main_menu .menu > li > a{padding: 24px 30px 0 0;}
nav.main_menu .menu > li > a:hover{border-bottom:1px solid #b32017;}
nav .menu > li > a:hover {
	color:#b32017;
}
nav .menu > li.folder > a:hover { background:#d9d9d9}
nav.main_menu .menu > li.folder > a:hover { background:none;    border-bottom: none;}
nav.main_menu .menu > li.active > a{border-bottom:1px solid #b32017;}
nav .menu > li.active > a { color:#b32017;}
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }
nav .register{ padding-left:28px !important; float: right !important; background:url(/skin/images/register_bg.png) left no-repeat;}
nav .register > a { font-weight:normal !important;background:#b32017;padding:5px 0 !important; width:326px; line-height:17px; color:#fff !important;font-family:PFDinDisplayPro-Italic !important; font-size:12px;letter-spacing: 2px;}
nav .register > a:hover{ color:#fff !important; border:none !important}
nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { text-decoration:underline !important}

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
	padding:10px 0;
    width: 100%;
	background-color: #d9d9d9;
}
nav.main_menu .menu ul{left: -15px;}
nav .menu ul li {
    float: none;
    color: #000;
	padding:9px 0;
	text-align:center
}
nav .menu ul li.active a{ color:#000 !important; text-decoration:underline !important}
nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
	font-size:12px;
	text-transform:uppercase;
    line-height:15px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul {/* width: 200px;*/ margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    /*padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("/skin/images/nav-arrow-down-white.png") no-repeat right center !important;*/
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("/skin/images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body{
	max-width:1200px;
	margin:0 auto;
	min-height:650px;
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { /*margin:-20px; margin-bottom: 20px; background:#ecf0f1;*/ padding:0 32px; position: relative;max-width: 900px; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
    position: relative;
}
#breadcrumbs > ul:after {
    /*content: '';*/
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(236,240,241,0.1) 0%, rgba(236,240,241,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    background: linear-gradient(to right,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aecf0f1', endColorstr='#ecf0f1',GradientType=1 );
    width: 50px;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 12px;
    color: #a7a9ac;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: middle;
	line-height:30px;
}

#breadcrumbs ul li a {
    color:#a7a9ac;
}

#breadcrumbs ul li a:hover {
    color:#a7a9ac;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    padding:0 4px;
    width: 4px;
    /*background: url("/skin/images/nav-arrow-right-light.png") no-repeat center center;*/
}

#breadcrumbs ul li.home {
    
}

#breadcrumbs ul li.home a {
    display:block;  
}

/* Section ================================================================== */

#body section{
    /*float:left;*/
    width:908px;
	display:table-cell;
	vertical-align: top;
}

#body section article {
    padding:0 12px 0 12px;
    margin-bottom: 10px;
	margin-top:20px;
}


#body section h1 + .parent_title{
    font-size:16px;
    margin: -10px 0 20px 0;
}
.item_group_title {
    background: url("/skin/images/group.png") no-repeat left center;
    padding: 0 0 0 25px;
}
/* Sidebar ================================================================== */

#body aside{
   /* float:right;*/
    width:292px;
	display:table-cell;
    /*margin-bottom: 10px;*/
	background:#D6d6d6 url(/skin/images/aside_bg.png) left top no-repeat;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li,
#body section .menu, #body section .menu li
{ margin:0; padding:0; list-style: none; display: inline-block; font-size: 12px;}

#body aside .menu ul,
#body section .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu {
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active,
#body section .menu li:hover,
#body section .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}
#body aside .menu li:last-child {
    border-bottom: none;
}
#body aside .menu li:hover > ul {
    visibility: visible;
}
aside .menu .item, section .menu .item {
    /*background: url("/skin/images/item.png") no-repeat 10px center;*/
}
#body aside .menu li.active .item,
#body section .menu li.active .item {
    color:#000;
}
#body aside .menu a,
#body aside .menu span.item,
#body section .menu a,
#body section .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    /*padding-left:36px;*/
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter,
#body section .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter,
#body section .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

#layout footer{
    background: #343434;
    color: #a7a9ac;
	padding-left:65px;
	padding-top:18px;
    clear:both;
    font-size:12px;
}

#layout footer ul, #layout footer li {
    margin: 0; padding: 0; list-style: none;
}

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
    height: 50px;
    line-height: 50px;
    float:left;
    margin:0 15px;
}
#layout footer ul li:first-child { margin:0 15px 0 0; }
#layout footer ul li:last-child { margin:0 0 0 15px; }


#layout footer a { color:#b32017;font-family:PFDinDisplayPro-Bold; text-transform:uppercase; text-decoration:none}
#layout footer a:hover { color:#a7a9ac; }

#layout footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }
#layout footer .copyright{ float:right; padding-bottom:5px;margin-right: 142px;}
#layout footer .copyright a{ text-transform:none}
/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}
#sql_stat {
    margin: 10px;
    font-size: 11px;
    color: #AAA;
}
/* Footer Navigation ======================================================== */

#layout footer #nav {
	clear: both;
	margin-top:36px;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("/skin/images/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}
.modal_padding {
    padding: 10px;
    box-sizing: border-box;
}
.modal_padding h3, .modal_padding h2  {
    margin-top: 5px;
}
/* Media Queries ============================================================ */
@media screen and (max-width: 1230px) {
	#layout{ width:1150px;}
	.main_slider .logo{ left:90px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:90px !important}
	#body section { width:858px !important; }
	#body aside {width:292px !important;}
	.widget_search, #layout footer .copyright{ margin-right:80px !important;}
}
@media screen and (max-width: 1180px) {
	#layout{ width:1100px;}
	.main_slider .logo{ left:115px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:115px !important}
	#body section { width:828px !important; }
	#body aside {width:282px !important;}
	.content_zadachi{ text-align:center}
	.zadacha:nth-child(1), .zadacha:nth-child(2), .zadacha:nth-child(3) {margin: 0 10px !important;}
	.zadacha{ float:none !important; display:inline-block !important}
}

@media screen and (max-width: 1130px) {
	#layout{ width:1050px;}
	.main_slider .logo{ left:130px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:130px !important}
	#body section { width:788px !important; }
	#body aside {width:272px !important;}
	nav .menu, aside .widget > .title, aside .widget .info .date, aside .widget .info a, #layout footer{ padding-left:55px !important}
	nav .register > a{ width:280px !important;}
	.all_advert a{ margin-left:55px !important}
	.widget_search, #layout footer .copyright{ margin-right:55px !important;}
}
@media screen and (max-width: 1080px) {
	#layout{ width:1000px;}
	.main_slider .logo{ left:145px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:145px !important}
	#body section { width:748px !important; }
	#body aside {width:252px !important;}
	nav .menu, aside .widget > .title, aside .widget .info .date, aside .widget .info a, #layout footer{ padding-left:45px !important}
	nav .register > a{ width:240px !important;}
	.all_advert a{ margin-left:45px !important}
	.title_zadachi{ margin:0 auto !important; margin-bottom:17px !important;}
	.widget_search, #layout footer .copyright{ margin-right:45px !important;}
}
@media screen and (max-width: 1030px) {
	#layout{ width:950px;}
	.main_slider .logo{ left:170px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:170px !important}
	.main_slider .slide_title a{ max-width:780px !important}
	#body section { width:708px !important; }
	#body aside {width:242px !important;}
}
@media screen and (max-width: 980px) { 
    #layout{ width:100%;}
	nav .register > a{ width:200px !important;}
	.main_slider .logo{ left:195px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:195px !important}
	#body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
		display:none
    }
	#body section { width:100% !important; display: block !important;}
	nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select {
        position: relative;
        display: inline-block;
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #FFF;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 28px;
        line-height: 20px;
        background: url(/skin/images/menu-icon.svg) no-repeat center right;
    }
    nav select option {
        color: #333;
        background: #FFF;
        transition: all 0.3s ease;
    }
	#layout footer{ padding:18px 32px 0 32px !important}
	.widget_search, #layout footer .copyright{ margin-right:0 !important;}
	
}
@media screen and (max-width: 900px) { 
	.main_slider .logo{ left:220px !important}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin-left:220px !important}
	.main_slider .slide_title a{ max-width:680px !important}
}

@media screen and (max-width: 850px) { 
	.main_slider .logo{ left:0px !important; width:100% !important}
	.main_slider .slide_title{ text-align:center}
	.main_slider .slide_title a, .main_slider .slide_title > div{ margin:0 auto !important}
	#layout footer #copyright{ float:none !important; text-align:center; margin-bottom:20px;}
	.widget_search, #layout footer .copyright{ float:none !important; margin:0 auto !important;text-align: center !important;}
	#layout footer #nav{ display:none}
	#layout footer .copyright{ padding-top:15px;}
	
}
@media screen and (max-width: 800px) {
   
    #layout footer #info { display: none !important; }
}
@media screen and (max-width: 700px) {
	.main_slider .slide_title > div{ max-width:480px !important}
	.main_slider .slide_title a{ max-width:500px !important}
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
    #layout header #logo { width:200px; }
    .tabs-menu > ul { display:none; }
    .tabs-menu select { display:block !important; }
    .widget > .title { font-size:14px !important; }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
	.widget_search .input{ width:200px !important}
}
@media screen and (max-width: 550px) {
	.main_slider .logo{ background-size: 360px !important;}
	.main_slider .slide_title a{ font-size: 44px !important; line-height:49px !important;}
	.main_slider .slide_title > div{ max-width:430px !important;}
	.main_slider .slide_title a{ max-width:450px !important; margin-bottom:10px !important;}
	}
@media screen and (max-width: 480px) {
	#layout{ min-width:300px !important}
    #layout footer #nav { display: none !important; }
    #breadcrumbs ul li:last-child {
        display: none;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
	.main_slider .slide_title a{ font-size: 40px !important;line-height:44px !important;}
	.main_slider .slide_title > div{ max-width:360px !important;}
	.main_slider .slide_title a{ max-width:380px !important; margin-bottom:10px !important;}
}
@media screen and (max-width: 440px) {
	.main_slider .slide_title a{ font-size: 36px !important;line-height:40px !important;}
	.main_slider .slide_title > div{ max-width:320px !important;}
	.main_slider .slide_title a{ max-width:340px !important; margin-bottom:10px !important;}}
@media screen and (max-width: 400px) {
	.main_slider .slide_title a{ font-size: 32px !important; line-height:36px !important;}
	.main_slider .slide_title > div{ max-width:280px !important;}
	.main_slider .slide_title a{ max-width:300px !important; margin-bottom:10px !important;}}
@media screen and (max-width: 360px) {
	.main_slider .slide_title a{ font-size: 28px !important;line-height:32px !important;}
	.main_slider .slide_title > div{ max-width:260px !important;}
	.main_slider .slide_title a{ max-width:280px !important; margin-bottom:10px !important;}}
#copyright{ float:left}
.clear{ clear:both}

#breadcrumbs ul li:after{
content: " > "
}

.avatar-row:not(:last-of-type) {
    margin-bottom: 1rem;
}
.avatar-row {
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    position: relative;
}
.avatar-row__img {
    border-radius: 50%;
    margin-right: 1.25rem;
    max-width: 3.5rem;
    min-width: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar-row__name {
    display: block;
    font-family: Golos-Text_Medium, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -.01em;
    line-height: 1.2;
}
.avatar-row__status {
    color: #ac8b5a;
    display: block;
    font-size: 1rem;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin-top: 0.5rem;
}
.avatar-row__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pagebar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.pagebar li {
    display: inline-block;
}
.pagebar li a {
    display: block;
    padding: 6px 12px;
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.2s ease;
}
.pagebar li a:hover {
    background-color: #b32017;
    color: #fff;
    border-color: #b32017;
}
.pagebar li.thisclass a {
    background-color: #b32017;
    color: #fff;
    border-color: #b32017;
    font-weight: bold;
}
.value section{
    width: auto!important;
    float: none!important;
    display: block!important;
    margin-bottom: 15px!important;
}
.value img{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto!important;
}