@charset "UTF-8";
/* Scss Document */
html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%; }

#page,
.panel {
    position: relative;
    min-height: 100%; }

* html #page,
* html .panel {
    height: 100%; }

a,
img {
    outline: none; }

* {
    /* [disabled]margin:0px; */
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

select::-ms-expand {
    display: none; }

input::-ms-clear {
    display: none; }

input[type=text] {
    -webkit-appearance: none; }

.sticky-wrapper {
    position: relative;
    z-index: 20; }

.wide {
    max-width: none;
	/*min-height:240px;*/
}
@media (max-width: 1200px) {
.wide {
    max-width: none;
	/*min-height:80px;*/
}
}

header {
    font-size: 13px;
    font-family: "HelveticaNeueCyr";
    position: relative;
    z-index: 20;
    background-color: #1A243A; }
header .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 20px 30px; }

.logo img {
    display: block; }

.logo a:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.9; }

.main_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.main_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.main_menu li {
    display: block;
    margin-right: 25px; }
.main_menu a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
.main_menu a:hover {
    color: #FF7F00; }

.head_option {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.head_option ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.head_option li {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 34px;
    cursor: pointer; }
.head_option a {
    color: #fff;
    text-decoration: none; }
.head_option a:hover {
    color: #FF7F00; }
.head_option img {
    display: block; }

.open_panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

/*#page {
  padding-bottom: 172px; }*/
@media (max-width: 1200px) {
    .slider_col_3 .slick-list {
        margin-right: -2px; }
    .title_short a {
        font-size: 18px; }
    .excerption {
        font-size: 15px; }
    header .logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2; }
    .head_option {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .head_option .city {
        display: none; }
    .main_menu {
        margin-left: 30px; }
    .main_menu ul {
        display: none; }
    .main_news_id .wrap {
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main_news_id .right {
        margin-top: 30px;
        width: 100%;
        margin-left: 0;
        padding: 0 30px; }
    .rates_id .wrap {
        overflow-x: scroll; }
}

footer {
    display: block;
    height: 172px;
    /*margin-top: -172px;*/
    position: relative;
    z-index: 2;
    background-color: #000C24; }
footer .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 172px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
footer .left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 70px; }
footer .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
footer .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    padding-bottom: 30px;
    margin-bottom: 25px; }
footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
footer .foot_flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
footer .foot_flx .col_left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
footer .contact_foot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #F9F9F9;
    font-weight: 300; }
footer .contact_foot a {
    color: #F9F9F9;
    text-decoration: none;
    cursor: text; }
footer .contact_foot a[href^="mailto:"] {
    cursor: pointer; }
footer .contact_foot a[href^="mailto:"]:hover {
    color: #FF7F00; }
footer .contact_foot p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
footer .contact_foot p:last-child:after {
    content: '';
    display: none; }
footer .contact_foot p:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #FF7F00;
    margin: 0 15px; }
footer .metrics {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
footer .metrics > div {
    margin-right: 10px; }
footer .metrics > div:last-child {
    margin-right: 0; }
footer .logo_foot {
    margin-bottom: 27px; }
footer .logo_foot img {
    display: block; }
footer .copy {
    font-size: 12px;
    font-weight: 300;
    color: rgba(249, 249, 249, 0.4); }
footer .menu_footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
footer .menu_footer li {
    display: block;
    margin-right: 30px; }
footer .menu_footer li:last-child {
    margin-right: 0; }
footer .menu_footer a {
    font-size: 13px;
    letter-spacing: 0.26px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
footer .menu_footer a:hover {
    color: #FF7F00; }

footer .menu_options {
    padding-left: 10px;
    padding-right: 10px;
}
footer .menu_options ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
footer .menu_options li {
    display: block;
    margin-right: 20px; }
footer .menu_options li:last-child {
    margin-right: 0; }
footer .menu_options a {
    letter-spacing: 0.26px;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
footer .menu_options a:hover {
    color: #FF7F00; }
footer .menu_options img {
    display: block;
    margin-right: 10px; }
footer .social_foot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
footer .social_foot p {
    font-size: 12px;
    font-weight: bold;
    color: #fff; }
footer .social_foot ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
footer .social_foot li {
    display: block;
    margin-left: 20px; }

/* Scss Document */
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }

a {
    text-decoration: none;
	color: grey;
	padding-top: 2px;
	
	}

a:hover {
    text-decoration: none; }

h1 {
    font-size: 24px; }

h2 {
    font-size: 18px; }

h3 {
    font-size: 18px; }

h4 {
    font-size: 17px; }

h5 {
    font-size: 16px; }

h6 {
    font-size: 15px; }

h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham Pro";
    margin: 25px 0px 25px 0px; }

.clr:before,
.clr:after {
    content: " ";
    display: table;
    clear: both; }

input::-webkit-input-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input::-moz-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input:-moz-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

input::-moz-placeholder {
    text-overflow: ellipsis; }

input:-moz-placeholder {
    text-overflow: ellipsis; }

input:-ms-input-placeholder {
    text-overflow: ellipsis; }

input[type=text],
input[type=email],
input[type=tel] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }

input[type=submit],
input[type=button],
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Scss Document */
.text {
    font-size: 17px;
    font-family: "KazimirText";
    line-height: 1.4; }
.text .bold {
    font-weight: bold;
    font-family: "Gotham Pro"; }
	.text img {
    max-width: 100% !important;
    height: auto !important; }	
.mainImage {
    width: 900px;
    height: 400px; }
.undersizedImage{
    display: block;
    margin: 0 auto;  
}    

.text ul {
    display: block;
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 15px;
    color: #595959; }
.text ul li {
    margin-left: 45px;
    display: block;
    position: relative;
    margin-bottom: 20px; }
.text ul li:last-child {
    margin-bottom: 0; }
.text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF7F00;
    position: absolute;
    top: 9px;
    left: -15px;
    border-radius: 100%; }
.text ul ul {
    margin-top: 25px;
    margin-left: 15px; }
.text ol {
    margin-bottom: 25px;
    margin-left: 0px;
    list-style-position: inside;
    font-size: 15px;
    color: #595959; }
.text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square; }
.text li + li {
    margin-top: 5px; }
.text p {
    margin-bottom: 25px; }
.text p:last-child {
    margin-bottom: 0; }
.text table {
    margin-bottom: 25px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%; }
.text table tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42); }
.text table tr:hover {
    background-color: rgba(238, 238, 238, 0.8); }
.text table th {
    background-color: #f5f5f5;
    padding: 15px 10px;
    border: 1px solid #fff; }
.text table th p {
    margin-bottom: 0; }
.text table td {
    padding: 10px;
    border: 1px solid #fff; }
.text table td p {
    margin-bottom: 0; }
.text blockquote {
    margin-bottom: 25px;
    /*color: #fff;
    background-color: #30A2D9;*/
    padding: 10px; }
.text blockquote p {
    margin-bottom: 0px; }
.text .count_slider {
    font-family: "Gotham Pro";
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    text-align: right;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    opacity: 0.7;
    z-index: 5; }

body {
    color: #000C24;
    font-family: "Gotham Pro";
    font-size: 14px;
    background-color: #fff; }

.wrap {
    max-width: 1280px;
    min-width: 280px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }

.none {
    display: none !important; }

.desktop_760_hide {
    display: none; }

.desktop_hide {
    display: none !important; }

.advertising_top_id img {
    display: block;
    width: 100%;
    height: auto; }

.rates_id {
    letter-spacing: 0.22px;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.0707088);
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.0707088); }
.rates_id .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 46px; }
.rates_id dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.rates_id dt {
    color: rgba(0, 12, 36, 0.29);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.rates_id dd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #D8D8D8;
    margin-right: 10px;
    padding: 7px 35px 7px 0; }
.rates_id dd:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 solid #000; }
.rates_id .currency {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #595959; }
.rates_id .currency:last-child {
    margin-right: 0; }
.rates_id p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.rates_id .up:after {
    content: '';
    display: block;
    background-image: url(../images/arrow/up.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    position: relative;
    top: 1px; }
.rates_id .down:after {
    content: '';
    display: block;
    background-image: url(../images/arrow/down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    position: relative;
    top: 1px; }
.rates_id span {
    color: #000;
    margin-left: 4px; }

.breadcrumbs {
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    padding: 25px 0 10px 0; /*30px 0;*/ }
.breadcrumbs .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.breadcrumbs a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000C24;
    text-decoration: none; }
.breadcrumbs a:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #FF7F00;
    margin: 0 15px; }
.breadcrumbs a:hover {
    color: #FF7F00; }

.title_page {
    position: relative;
    margin-bottom: 15px; /*30px;*/ }
.title_page:before {
    content: '';
    background-color: #eee;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 55%;
    left: 0; }
.title_page h1 {
    font-size: 32px;
    line-height: 1.1;
    font-family: "KazimirText";
    color: #FF7F00;
    background-color: #fff;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    z-index: 2; }
.title_page.margin_left {
    margin-left: 30px; }

.content_flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.content_flx.direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.content_flx.direction .left_35 {
    margin-left: 0;
    margin-right: 35px; }
.content_flx.direction aside {
    margin-left: 0;
    margin-right: 70px; }
.content_flx .content_left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
.content_flx .left_35 {
    margin-left: 35px; }
.content_flx .left_35 .baner img {
    width: 100%; }
.content_flx .content_right {
    /*width: 355px;
    margin-left: 65px;*/
    width: 250px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.content_flx .content_right .baner {
    margin-bottom: 20px; }
.content_flx aside {
position:relative;
    width: 240px;
	height:400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 70px; }


.social_like {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.social_like p {
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px; }
.social_like .likely + .star {
    margin-left: 30px; }

.star {
    color: #9A9A9A;
    font-size: 25px;
    position: relative;
    top: -2px; }

.about_stoies {
    position: relative;
    color: #fff;
    margin-bottom: 20px; }
.about_stoies .thumb {
    position: relative; }
.about_stoies .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(259.26deg, rgba(56, 74, 108, 0.5) 14.84%, rgba(26, 36, 58, 0.8) 85.16%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(259.26deg, rgba(56, 74, 108, 0.5) 14.84%, rgba(26, 36, 58, 0.8) 85.16%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(190.74deg, rgba(56, 74, 108, 0.5) 14.84%, rgba(26, 36, 58, 0.8) 85.16%); }
.about_stoies img {
    display: block;
    width: 100%;
    height: auto; }
.about_stoies .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 40px 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.about_stoies .info > div {
    width: 100%; }
.about_stoies .meta {
    margin-bottom: 15px; }
.about_stoies .title {
    color: #fff;
    font-size: 28px; }
.about_stoies .title span {
    display: block; }
.about_stoies .excerption {
    color: #fff;
    font-size: 15px; }

.promo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F2F0EB;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    line-height: 11px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #505050;
    padding: 25px;
    margin-bottom: 60px; }
.promo p {
    margin-right: 30px; }
.promo p:last-child {
    margin-right: 0; }
.promo a {
    display: block; }
.promo img {
    display: block; }

.grid__col_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.grid__col_3 > div {
    width: 32%; }
.grid__col_3 > div:nth-child(1n+4) {
    margin-top: 2%; }

.item_no_image {
    border: 2px solid #CECECE;
    padding: 40px 30px;
    position: relative; }
.item_no_image:hover {
    border: 2px solid #FF7F00; }
.item_no_image:hover .title {
    color: #FF7F00; }
.item_no_image .meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
.item_no_image .date_2 {
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none; }
.item_no_image .title {
    font-size: 15px;
    color: #1A243A; }
.item_no_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.item_project {
    height: 290px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    border: 2px solid #CECECE;
    padding: 60px 30px;
    position: relative; }
.item_project a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.item_project:hover {
    border: 2px solid #FF7F00; }
.item_project:hover .title {
    color: #FF7F00; }
.item_project > div {
    width: 100%;
    text-align: center; }
.item_project .date {
    font-weight: bold;
    color: #FF7F00; }
.item_project .title {
    font-size: 15px;
    color: #1A243A; }
.item_project .views2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15px; }

.news_week__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 33px;
    margin: 32px 0;
}
.news_week__item:hover .hide_views {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1; }
.news_week__item .hide_views {
    opacity: 0; }
.news_week__item:last-child {
    margin-bottom: 0;
    border-bottom: 0 solid #000; }
.news_week__item.sticky_posts {
    padding: 30px;
    border: 2px solid #FF7F00; }
.news_week__item .thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 54px; }
.news_week__item .thumb a {
    display: block; }
.news_week__item .thumb_2 {
    margin-top: 20px; }
.news_week__item .thumb_2 img {
    width: 100%;
    height: auto; }
.news_week__item img {
    width: 234px;
    display: block; }
.news_week__item .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.news_week__item .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
.news_week__item .meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.news_week__item .title a {
    font-size: 22px;
    line-height: 1.3;
    color: #000C24;
    font-weight: bold;
    text-decoration: none; }
.news_week__item .title a:hover {
    color: #FF7F00; }

.container_informer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ECECEC;
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.container_informer .schedule img {
    display: block;
    max-width: 100%;
    height: auto; }
.container_informer .options {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 230px;
    margin-left: 30px; }
.container_informer table {
    width: 100%;
    border-collapse: collapse; }
.container_informer table th {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    width: 33%; }
.container_informer table td {
    width: 33%;
    font-size: 12px;
    font-weight: bold;
    color: #9A9A9A;
    text-align: center;
    padding: 10px 7px; }
.container_informer table tbody tr:nth-child(2n+2) {
    background-color: #F5F5F5; }
.container_informer .currency {
    position: relative;
    padding-right: 10px; }
.container_informer span.up {
    background-image: url(../images/arrow/up.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; }
.container_informer span.down {
    background-image: url(../images/arrow/down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; }

.filter_informer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
.filter_informer .name {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    margin-right: 40px; }
.filter_informer .select {
    font-size: 12px;
    font-weight: 300;
    background-image: url(../images/arrow/select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 30px;
    cursor: pointer; }
.filter_informer .period {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;










    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.filter_informer a {
    font-size: 13px;
    font-weight: bold;
    color: #9A9A9A;
    text-decoration: underline;
    margin-right: 10px; }
.filter_informer a:last-child {
    margin-right: 0; }
.filter_informer a:hover {
    text-decoration: none;
    color: #FF7F00; }
.filter_informer a.active {
    color: #FF7F00; }

.search_archiv form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.search_archiv button {
    background-color: #fff;
    border: 0 solid #000;
    margin-right: 10px; }

.search_archiv img {
    display: block; }

.search_archiv input {
    background-color: #fff;
    border: 0 solid #000;
    font-family: "Gotham Pro";
    font-size: 14px;
    color: #000C24;
    font-weight: 300;
    width: 120px;
    outline: none; }
.search_archiv input::-webkit-input-placeholder {
    color: #000C24; }
.search_archiv input::-moz-placeholder {
    color: #000C24; }
.search_archiv input:-moz-placeholder {
    color: #000C24; }
.search_archiv input:-ms-input-placeholder {
    color: #000C24; }

.run_news_id .wrap {
    padding-top: 28px;
    padding-bottom: 28px; }

.run_news_id dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.run_news_id dt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.91px;
    margin-right: 42px;
    font-weight: 500;
    color: #1A243A;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.run_news_id dt img {
    margin-right: 13px;
    display: block; }

.run_news_id dd {
    font-family: "KazimirText";
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
.run_news_id dd p {
    display: inline-block;
    padding-bottom: 5px; }

.run_news_id a {
    font-size: 15px;
    color: #000C24;
    text-decoration: none;
    margin-right: 50px; }
.run_news_id a:hover {
    text-decoration: underline; }

.run_news_id .date {
    color: #9A9A9A;
    margin-right: 15px; }

.main_news_id {
    margin-bottom: 40px; }
.main_news_id .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*padding-right: 30px;*/ }
.main_news_id .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden; }
.main_news_id .right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
	padding-left: 5px;
    width: 240px; }
.main_news_id .baner img {
    display: block; }
.main_news_id .pagingInfo {
    position: absolute;
    top: 36px;
    right: 117px;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    text-align: right;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    z-index: 5;
	text-shadow: 1px 1px 1px #1a243a;	}

.slider_news__item {
    color: #fff; }
.slider_news__item.vid_2 .info {
    right: auto;
    left: 30px; }
.slider_news__item.vid_2 .meta > div {
    color: #D7D7D7;
    opacity: 1; }
.slider_news__item img {
    display: block;
    width: 100%;
    height: auto; }
.slider_news__item .info {
    /* width: 395px; */
    /*margin-left: 25px;*/
    position: absolute;
    right: 20px;
	left: 25px;
    bottom: 20px;
    z-index: 2; }
.slider_news__item .meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 27px;*/
    letter-spacing: 0.91px;
    font-weight: 500;
    color: #D7D7D7; }
.slider_news__item .meta > div {
    margin-right: 15px; }
.slider_news__item .category_link a {
    color: #D7D7D7;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none; }
.slider_news__item .category_link a:hover {
    opacity: 1;
    color: #FF7F00; }
.slider_news__item .title {
    margin-bottom: 5px; }
.slider_news__item .title a {
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    text-decoration: none; }
.slider_news__item .title a:hover {
    color: #FF7F00; }
.slider_news__item .txt {
    font-size: 28px;
    font-family: "KazimirText";
    padding-right: 40px; }

.slider_special_projects__item {
    color: #1A243A; }
.slider_special_projects__item img {
    display: block;
    width: 100%;
    height: 350px; }
.slider_special_projects__item .info {
    max-width: 520px;
    position: absolute;
    left: 30px;
    bottom: 60px;
    z-index: 2; }
.slider_special_projects__item .meta_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px; }
.slider_special_projects__item .cat_post {
    margin-right: 17px; }
.slider_special_projects__item .cat_post a {
    opacity: 0.8;
    font-size: 13px;
    color: #FF7F00;
    font-weight: 500;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    text-decoration: none; }
.slider_special_projects__item .cat_post a:hover {
    opacity: 1;
    text-decoration: underline; }
.slider_special_projects__item .title {
    margin-bottom: 5px; }
.slider_special_projects__item .title a {
    color: #1A243A;
    font-size: 34px; }
.slider_special_projects__item .title a:hover {
    color: #FF7F00; }

.news_week_id {
    margin-bottom: 50px; }
.news_week_id .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.news_week_id .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
.news_week_id .right {
    width: 385px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 70px; }

.list_last_news li {
    display: block;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    margin-top: 10px;
	margin-bottom: 10px;
    padding-right: 20px; }
.list_last_news li:last-child {
    border-bottom: 0 solid #000;
    padding-bottom: 0;
    margin-bottom: 0; }

.list_last_news p a {
    font-family: "KazimirText";
    font-size: 17px;
    line-height: 1.4;
    color: #000C24;
    text-decoration: none; }
.list_last_news p a:hover {
    color: #FF7F00; }

.list_last_news .partner_news {
    margin-top: 12px; }
.list_last_news .partner_news a {
    font-family: "Gotham Pro";
    font-weight: 300;
    color: #FF7F00;
    font-size: 12px; }
.list_last_news .partner_news a:hover {
    text-decoration: underline; }

.list_last_news .time {
    font-family: "KazimirText"; }

.subscribe_panel {
    border: 2px solid #ececec;
    padding: 30px;
    background-color: #fff;
    z-index: 8;
    position: absolute;
    top: calc(100% + 10px);
    left: 30px;
    width: 910px;
    display: none;
    background-image: url(../images/subscribe_panel.jpg);
    background-repeat: no-repeat;
    background-position: right bottom; }
.subscribe_panel .name {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #FF7F00; }
.subscribe_panel .name_2 {
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 16px; }
.subscribe_panel .radio_group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.subscribe_panel .radio_group p {
    width: 32%; }
.subscribe_panel .radio_group p:nth-child(3n+2), .subscribe_panel .radio_group p:nth-child(3n+3) {
    margin-left: 2%; }
.subscribe_panel .radio_group p:nth-child(1n+4) {
    margin-top: 15px; }
.subscribe_panel .radio_element label {
    font-size: 14px;
    padding-left: 20px; }
.subscribe_panel .radio_element label:before {
    content: '';
    width: 12px;
    height: 12px; }
.subscribe_panel .radio_element input[type=radio]:checked + label:before {
    border: 4px solid #FF7F00; }

.flx_subscribe {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ececec;
    padding: 50px 205px 30px 50px;
    background-image: url(../images/subscribe.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) 0;
    background-size: auto 100%; }
.flx_subscribe .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "KazimirText";
    font-size: 22px;
    color: #070707;
    line-height: 1.3;
    margin-right: 20px;
}
.flx_subscribe b {
    display: block;
    font-family: "Gotham Pro"; }
.flx_subscribe .drop_subscribe_panel {
    color: #FF7F00;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
.flx_subscribe .drop_subscribe_panel:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #FF7F00;
    position: relative;
    top: 2px;
    margin-left: 4px; }
.flx_subscribe .form_subscribe {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 490px; }
.flx_subscribe form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
.flx_subscribe .btn {
    border-radius: 0 2px 2px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.flx_subscribe .input_text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    outline: none;
    padding: 0 20px;
    font-family: "Gotham Pro";
    font-size: 15px;
    color: #595959;
    font-weight: 300;
    line-height: 1; }
.flx_subscribe small {
    font-size: 10px;
    font-weight: 300;
    color: #989898;
    font-family: "Gotham Pro"; }

.tabs_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    z-index: 2;
    padding: 0;
    padding: 50px 30px 0 0; }
.tabs_nav:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(173.61deg, rgba(14, 30, 45, 0.0001) 15.51%, #010509 102.33%);
    background: -o-linear-gradient(173.61deg, rgba(14, 30, 45, 0.0001) 15.51%, #010509 102.33%);
    background: linear-gradient(276.39deg, rgba(14, 30, 45, 0.0001) 15.51%, #010509 102.33%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0); }
.tabs_nav ul {
    position: relative;
    z-index: 2;
    width: 220px;
    float: right; }
.tabs_nav li {
    display: block;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    padding-bottom: 18px;
    margin-bottom: 18px;
    line-height: 1.4; }
.tabs_nav li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #000; }
.tabs_nav li:hover {
    color: #fff; }
.tabs_nav li.current {
    color: #fff; }

.box_tab {
    position: relative; }
.box_tab:nth-child(1n+2) {
    display: none; }
.box_tab img {
    display: block;
    width: 100%;
    height: auto; }

.other {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    z-index: 3; }
.other ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(151, 151, 151, 0.18); }
.other li {
    display: block;
    width: 20%; }
.other .category_link {
    margin-bottom: 20px; }
.other .category_link a {
    font-size: 10px; }
.other .title a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-decoration: none; }
.other .title a:hover {
    color: #FF7F00; }

.flx_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.flx_list .item {
    position: relative;
    margin-bottom: 3%; }
.flx_list .item:nth-child(1n+3) {
    margin-bottom: 0; }
.flx_list .item.shadow .thumb a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), -webkit-linear-gradient(348.6deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), -o-linear-gradient(348.6deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), linear-gradient(101.4deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background-blend-mode: multiply; }
.flx_list .item.info_vid_2 .thumb {
    margin-bottom: 0; }
.flx_list .item.info_vid_2 .info {
    position: absolute;
    bottom: 100px;
    left: 50px;
    max-width: 478px; }
.flx_list .item.info_vid_2 .title {
    margin-top: 17px; }
.flx_list .item.info_vid_2 .title a {
    font-size: 28px;
    line-height: 1.2;
    color: #fff; }
.flx_list .item.info_vid_2 .title a:hover {
    color: #FF7F00; }
.flx_list .item.info_vid_3 {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611); }
.flx_list .item.info_vid_3 .info {
    padding: 0px 50px 22px 30px;
    position: relative; }
.flx_list .item.info_vid_3 .date {
    display: none; }
.flx_list .item.info_vid_3 .title {
    margin-top: 0; }
.flx_list .item.info_vid_3 .category_link {
    position: absolute;
    top: -10px;
    right: 30px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 100%;

    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-right: 0; }
.flx_list .thumb {
    position: relative;
    margin-bottom: 30px; }
.flx_list .thumb a {
    display: block; }
.flx_list img {
    display: block;
    width: 100%;
    height: auto; }
.flx_list .title {
    margin-top: 17px; }
.flx_list .title a {
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
    color: #000C24; }
.flx_list .title a:hover {
    color: #FF7F00; }
.flx_list .title span {
    font-weight: bold;
    font-family: "Gotham Pro"; }

#experts {
    position: relative;
    margin-top: -25px; }
#experts .wrap {
    background-color: #fbfaf9; }

.flx_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.flx_content .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
.flx_content .right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px;
    margin-left: 50px;
    margin-top: -30px;
    margin-right: 20px; }

.list_experts {
    border-bottom: 1px solid #e1e0df;
    padding-bottom: 30px;
    margin-bottom: 50px; }
.list_experts ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.list_experts li {
    display: block; }
.list_experts li:last-child .photo:before {
    width: calc(100% + 30px); }
.list_experts .photo {
    position: relative;
    margin-bottom: 20px;
    padding-top: 15px; }
.list_experts .photo:before {
    content: '';
    display: block;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
    height: 1px;
    background-color: #e1e0df; }
.list_experts img {
    display: block;
    width: auto;
    height: 150px;
    max-width: 100%; }
.list_experts .title {
    margin-bottom: 11px; }
.list_experts .title a {
    font-size: 18px;
    font-weight: bold;
    color: #FF7F00;
    text-decoration: none; }
.list_experts .title a:hover {
    color: #1A243A; }
.list_experts .txt {
    font-size: 15px;
    color: #1A243A;
    line-height: 1.3;
    font-family: "KazimirText";
    padding-right: 80px;
    margin-bottom: 20px; }

.blockquote .fil_left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.blockquote .avtor_one {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    padding-right: 30px;
    border-right: 1px solid #e1e0df;
    margin-right: 40px;
    position: relative; }
.blockquote .avtor_one:before {
    content: '';
    background-image: url(../images/arrow/line.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 19px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 0px); }

.blockquote .photo {
    margin-bottom: 15px; }
.blockquote .photo a {
    cursor: default;
    display: block; }

.blockquote img {
    max-width: 105px;
    height: auto;
    display: block; }

.blockquote .title {
    margin-bottom: 12px; }
.blockquote .title a {
    cursor: default;
    font-size: 15px;
    color: #FF7F00;
    font-weight: bold;
    text-decoration: none; }

.blockquote .txt {
    font-size: 13px;
    line-height: 1.3;
    font-family: "KazimirText";
    color: #595959; }

.blockquote dl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.blockquote dt {
    letter-spacing: 1.5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url(../images/icon/blockquote.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    color: #000C24;
    margin-bottom: 20px; }

.blockquote dd {
    font-family: "KazimirText";
    font-size: 19px;
    line-height: 1.6;
    color: #1A243A;
    padding-right: 80px;
    margin-bottom: 25px; }
.blockquote dd:last-child {
    margin-bottom: 0; }
.blockquote dd a {
    color: #FF7F00;
    text-decoration: underline; }
.blockquote dd a:hover {
    color: #FF7F00;
	text-decoration: none;}

.category_menu {
    margin-top: 40px; }
.category_menu .name {
    margin-bottom: 25px;
    font-weight: bold;
    line-height: normal;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24; }
.category_menu li {
    display: block;
    margin-bottom: 17px; }
.category_menu a {
    font-weight: bold;
    line-height: 17px;
    font-size: 15px;
    color: #000C24;
    text-decoration: none; }
.category_menu a:hover {
    color: #FF7F00; }
.category_menu span {
    font-size: 15px;
    color: #9A9A9A;
    font-weight: 300;
    margin-left: 5px; }
.category_menu .js_open_all {
    color: #1A243A;
    font-size: 15px;
    font-weight: 300; }
.category_menu .js_open_all:hover {
    color: #FF7F00;
    cursor: pointer; }

.analitics_id .wrap {
    background-color: #fbfaf9;
    padding-top: 30px; }

.list_best {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }

.box_best:nth-child(1n+3) {
    display: none; }

.item__best {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 34px;
    border-bottom: 1px solid #e1e0df;
    width: 33.333%; }
.item__best:nth-child(3n+2) .thumb, .item__best:nth-child(3n+3) .thumb {
    position: relative; }
.item__best:nth-child(3n+2) .thumb:before, .item__best:nth-child(3n+3) .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #e1e0df;
    display: block;
    width: 1px;
    height: 100%; }
.item__best:nth-child(1n+4) {
    padding-top: 34px;
    border-bottom: 0 solid #e1e0df; }
.item__best .thumb {
    width: 66px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -2%;
    text-align: center;
    margin-right: 20px; }
.item__best img {
    display: block;
    margin: 0 auto; }
.item__best .meta {
    margin-bottom: 15px; }
.item__best .title a {
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    color: #000C24;
    line-height: 1.3; }
.item__best .title a:hover {
    color: #FF7F00; }
.item__best .txt {
    font-size: 19px;
    font-family: "KazimirText";
    line-height: 1.3; }

.choise {
    font-family: "KazimirText";
    font-size: 59px;
    line-height: 1; }
.choise b {
    font-family: "Gotham Pro";
    line-height: 1;
    font-weight: 900;
    color: #000C24;
    display: block; }
.choise span {
    color: #FF7F00;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
.choise span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF7F00;
    position: relative;
    top: 5px;
    margin-left: 8px; }

.votes_id {
    position: relative; }

.votes_id.before_img:before {
    content: '';
    background-image: url(../images/vote.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 234px;
    height: 291px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 57%; }
.votes_id .flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.votes_id .flx_vote {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.votes_id .holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px;
    /*margin-left: 50px;*/ }

.flx_vote {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.flx_vote.has_image {
    background-image: url(../images/vote.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 80px) bottom; }
.flx_vote.var_2 dt {
    margin-bottom: 20px; }
.flx_vote.var_2 dd p {
    margin-bottom: 15px; }
.flx_vote.var_2 .btn_group {
    margin-top: 20px; }
.flx_vote.add_border {
    border-color: #1a243a !important; }
.flx_vote .widht_48 {
    width: 48%;
    border-right: 1px solid #e1e0df; }
.flx_vote .widht_48:last-child {
    border-right: 0 solid #000; }
.flx_vote dt {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px; }
.flx_vote dt:hover {
    color: #FF7F00; }
.flx_vote dt p:first-child {
    margin-bottom: 20px; }
.flx_vote dt em {
    font-size: 32px;
    font-style: normal;
    line-height: 1.1; }
.flx_vote dd p {
    margin-bottom: 20px; }
.flx_vote dd p:last-child {
    margin-bottom: 0; }
.flx_vote .btn_group {
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.flx_vote .btn_group .btn {
    margin-right: 25px; }
.flx_vote .btn_group a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #000C24; }
.flx_vote .btn_group a:hover {
    color: #FF7F00; }

.result_vote {
    margin-right: 10px;
    font-family: "KazimirText";
    font-size: 17px;
    color: #595959;
    padding-bottom: 40px; }
.result_vote .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 12px;
    margin-bottom: 12px; }
.result_vote .tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #000; }
.result_vote .tr .tit {
    width: 245px; }
.result_vote .tr .progres {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px; }
.result_vote .tr .progres div {
    height: 10px;
    background-color: #FF7F00; }
.result_vote .tr .numeric {
    width: 125px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.social_id {
    margin-top: 80px; }
.social_id .name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.5px;

    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px; }
.social_id .name:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e1e0df;
    position: absolute;
    top: 50%;
    left: 0; }
.social_id .name span {
    background-color: #fff;
    padding: 0 30px;
    display: block;
    position: relative;
    z-index: 2; }
.social_id ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.social_id li {
    display: block;
    margin: 0 45px; }
.social_id a {
    display: block;
    font-weight: 300;
    line-height: 24px;
    font-size: 13.5px;
    color: #1A243A;
    text-decoration: none; }
.social_id a:hover {
    color: #FF7F00; }
.social_id a span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    margin-bottom: 10px; }
.social_id img {
    display: block;
    margin: 0 auto;
	position: relative;	}

.special_projects_id .title_block {
    color: #ffffff; }

.last_book_id ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px; }

.last_book_id li {
    width: 24%;
    display: block; }

.item_book {
    position: relative;
    margin-bottom: 20px; }
.item_book.color_white {
    color: #fff; }
.item_book .readmore {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
.item_book img {
    display: block;
    width: 100%;
    height: auto; }
.item_book .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 38px 20px; }
.item_book .info .category {
    width: 100%;
    text-transform: uppercase; }
.item_book .info .title {
    width: 100%;
    font-size: 25px;
    position: relative; }
.item_book .info .title span {
    display: block; }
.item_book .info .txt {
    width: 100%;
    position: relative; }
.item_book .info .views {
    color: #fff;
    opacity: 0.5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px; }
.item_book .orang {
    color: #FF7F00; }
.item_book .middle {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    min-height: 63%;
    position: relative; }
.item_book .middle:before {
    content: '';
    display: block;
    background-color: #FF7F00;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -25px;
    z-index: 2; }
.item_book .middle > div {
    width: 100%; }

.grid_project {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.grid_project .item_book {
    margin-bottom: 20px;
    width: 49%; }
.grid_project .item_book .middle:before {
    content: '';
    top: 55%; }

.tabs_plus_slider {
    position: relative;
    overflow: hidden; }
.tabs_plus_slider .pagingInfo3_4 {
    position: absolute;
    top: 14px;
    right: 115px; }

.tabs_box {
    display: none;
    height: 0 !important;
    position: relative;
}
.tabs_box .slider_count {
	position: absolute;
    top: -85px;
    right: 82px; }
.tabs_box.active {
	display: block;
    /*visibility: visible;*/
    height: auto !important;
}

.item_tab.video_icon .thumb a {
    display: block;
    position: relative; }

.item_tab img {
    display: block;
    width: 100%;
    height: auto; }

.item_tab .thumb {
    margin-bottom: 23px;
    position: relative;
}
.item_tab .thumb a {
    display: block; }

.item_tab .meta {
    margin-bottom: 19px; }

.item_tab .date_3 {
    color: #9A9A9A;
    font-weight: bold;
    font-size: 13px; }

.item_tab .title {
    font-size: 19px; }
.item_tab .title a {
    color: #000C24; }
.item_tab .title a:hover {
    color: #FF7F00; }

.item_tab .title_2 {
    font-size: 15px; }
.item_tab .title_2 a {
    color: #000C24; }
.item_tab .title_2 a:hover {
    color: #FF7F00; }

.event_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.event {
    position: relative; }
.event:hover:before {
    content: '';
    display: none; }
.event:hover .title a {
    color: #fff; }
.event:hover .title a:hover {
    color: #FF7F00; }
.event:hover .place {
    color: #fff; }
.event:hover .place:before {
    content: '';
    background-position: -9px 0; }
.event:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    border: 1px solid #FF7F00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.event img {
    display: block;
    width: 100%;
    height: auto; }
.event .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3; }
.event .info > div {
    width: 100%; }
.event .title {
    margin-bottom: 30px; }
.event .title a {
    font-size: 18px;
    color: #000C24; }
.event .date_event {
    font-size: 14px;
    font-weight: 300;
    color: #9A9A9A; }

.market_id .wrap {
    border-top: 1px solid #e1e0df; }

.market_id .flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.market_id .col_left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-right: 1px solid #e1e0df; }

.market_id .col_right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 30px 30px 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.market_id .holder {
    -ms-flex-item-align: start;
    align-self: flex-start;
    /*margin-top: -50px;*/ }

.announcement {
    width: 175px; }
.announcement .top {
    font-size: 10px;
    line-height: 1.4;
    font-family: "Gotham Pro";
    color: #1A243A;
    margin-bottom: 18px;
    letter-spacing: 1px;
    font-weight: bold; }
.announcement .thumb {
    position: relative;
    margin-bottom: 15px; }
.announcement img {
    display: block;
    width: 100%;
    height: auto; }
.announcement span {
    position: absolute;
    top: 60%;
    left: -10px;
    background-color: #FF7F00;
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 7px 10px;
    width: 125px;
    text-align: center; }
.announcement .btn_2 {
    margin-bottom: 15px; }
.announcement .btn_2 a {
    display: block;
    border-radius: 2px;
    border: 1px solid #FF7F00;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #FF7F00;
    font-weight: bold;
    text-decoration: none; }
.announcement .btn_2 a:hover {
    color: #fff;
    background-color: #FF7F00; }
.announcement .all {
    text-align: center; }
.announcement .all a {
    font-size: 12px;
    font-weight: 300;
    color: #9A9A9A;
    text-decoration: none; }
.announcement .all a:hover {
    color: #1A243A;
    text-decoration: underline; }

.market_post {
    max-width: 472px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center; }
.market_post .name {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-bottom: 35px; }
.market_post .text {
    font-size: 22px;
    line-height: 1.3;
    font-family: "KazimirText";
    margin-bottom: 35px; }
.market_post .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold; }
.market_post .bottom p:first-child {
    line-height: 1.4;
    margin-right: 40px; }

.position {
    position: relative; }

.group_slider_news {
    position: relative;
    margin-bottom: 40px; }
.group_slider_news .pagingInfo2 {
    position: absolute;
    top: 43px;
    right: 250px;
    font-weight: 550;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 5; }

.group_slider_home .name {
    position: absolute;
    top: 50px;
    left: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
    z-index: 2;
    text-transform: uppercase; }

.group_slider_home .bagraund {
    position: relative; }

.group_slider_home .pagingInfo_home {
    position: absolute;
    top: 43px;
    right: 250px;
    font-weight: 550;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 5; }

.group_slider_home .slick-arrow {
    display: none !important; }

.group_slider_home #slider_for_home .slick-list {
    margin: 0; }

#slider_nav {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 205px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2; }
#slider_nav .nav_item {
    color: rgba(255, 255, 255, 0.65);
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer; }
#slider_nav .nav_item.slick-current {
    color: #fff; }
#slider_nav .nav_item:hover {
    color: #fff; }

#slider_for {
    position: relative;
    z-index: auto; }

#slider_nav_home {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 205px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2; }
#slider_nav_home .nav_item {
    color: rgba(255, 255, 255, 0.65);
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer; }
#slider_nav_home .nav_item.slick-current {
    color: #fff; }
#slider_nav_home .nav_item:hover {
    color: #fff; }
#slider_nav_home .nav_item:last-child {
    border-bottom: 0 solid #000; }

#slider_for_home {
    position: relative;
    z-index: auto; }

.for_item_home {
    position: relative; }
.for_item_home img {
    display: block;
    width: 100%;
    height: auto; }
.for_item_home .info {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 500px;
    z-index: 8; }
.for_item_home .meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
.for_item_home .title {
    position: relative;
    z-index: 8; }
.for_item_home .title a {
    font-size: 34px;
    font-family: "KazimirText";
    line-height: 1.1;
    color: #fff;
    text-decoration: none; }
.for_item_home .title a:hover {
    color: #FF7F00; }
.for_item_home .title span {
    font-weight: bold;
    font-family: "Gotham Pro"; }

.for_item {
    position: relative; }
.for_item img {
    display: block;
    width: 100%;
    height: auto; }
.for_item .date {
    position: absolute;
    top: 40px;
    left: 50px;
    color: #fff;
    font-weight: 300; }
.for_item .info {
    position: absolute;
    bottom: 40px;
    left: 50px;
    max-width: 470px; }
.for_item .meta {
    margin-bottom: 15px; }
.for_item .views {
    opacity: 1; }
.for_item .title {
    font-size: 28px; }
.for_item .title a {
    color: #fff; }
.for_item .title a:hover {
    color: #FF7F00; }

.tags_could {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px; }
.tags_could a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #000C24;
    border-radius: 2px;
    color: #1A243A;
    font-weight: bold;
    padding: 12px 20px;
    margin-right: 10px;
    margin-bottom: 10px; }
.tags_could a:hover {
    border: 1px solid #FF7F00;
    background-color: #FF7F00;
    color: #fff; }

.flx_sub {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.flx_sub .sub_left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
    margin-right: 60px; }
.flx_sub .sub_right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
.flx_sub .holder {
    width: 240px; }
.flx_sub .holder.flx_right {
    width: auto; }
.flx_sub .flx_vote dt {
    font-size: 18px; }
.flx_sub .flx_vote label {
    font-size: 15px; }
.flx_sub .btn_group {
    margin-top: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px; }
.flx_sub .btn_group .btn {
    margin-bottom: 20px; }


.item_small {
    position: relative;
    margin-bottom: 20px; }
.item_small:before {
    content: '';
    background-color: rgba(4, 9, 15, 0.66);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.item_small:hover:before {
    background: rgba(255, 127, 0, 0.9); }
.item_small img {
    display: block;
    width: 100%;
    height: auto; }
.item_small .category_link {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 5; }
.item_small a.more {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }
.item_small .info {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px; }
.item_small .meta {
    margin-bottom: 0px;
	margin-top: 10px; }
.item_small .date {
    font-size: 14px;
    color: #fff; }
.item_small .views {
    opacity: 1;
    font-size: 12.6px; }
.item_small .title {
    font-size: 18px;
    color: #fff; }
.item_small .title_2 {
    font-size: 13px;
    color: #fff; }

.related {
    border-bottom: 2px solid #000C24;
    padding-bottom: 40px; }
.related .item_small {
    margin-bottom: 0; }

.grid__col_3 .item_small {
    margin-top: 0;
    margin-bottom: 0; }

.item_small_2 {
    padding: 10px;
    background-color: #F5F5F5; }
.item_small_2 .brd {
    border: 2px solid #D8D8D8;
    padding: 50px 20px;
    text-align: center; }
.item_small_2 .category_link {
    margin-bottom: 50px; }
.item_small_2 .date {
    color: #1A243A;
    font-size: 14px;
    margin-bottom: 25px; }
.item_small_2 .title {
    font-size: 22px;
    margin-bottom: 80px; }
.item_small_2 .title a {
    color: #1A243A; }
.item_small_2 .title a:hover {
    color: #FF7F00; }
.item_small_2 .views2 {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1A243A; }

.item_small_3 {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 30px;
    padding-bottom: 30px; }
.item_small_3:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #000; }
.item_small_3 a {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #1A243A;
    text-decoration: none;
    font-family: "KazimirText"; }
.item_small_3 a:hover {
    color: #FF7F00; }
.item_small_3 span {
    display: block;
    margin-top: 25px; }

.item_small_4 {
    position: relative; }
.item_small_4:before {
    content: '';
    background-color: rgba(4, 9, 15, 0.66);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.item_small_4:hover:before {
    background: rgba(255, 127, 0, 0.9); }
.item_small_4 img {
    display: block;
    width: 100%;
    height: auto; }
.item_small_4 .category_link {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5; }
.item_small_4 a.more {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }
.item_small_4 .info {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px; }
.item_small_4 .meta {
    margin-bottom: 20px; }
.item_small_4 .date {
    font-size: 14px;
    color: #fff; }
.item_small_4 .views {
    opacity: 1;
    font-size: 12.6px; }
.item_small_4 .title {
    font-size: 18px;
    color: #fff; }
.item_small_4 .title_2 {
    font-size: 13px;
    color: #fff; }

.slider_col_3 .slick-slide {
    margin: 0 5px; }

.slider_col_3 .slick-list {
    margin: 0 -5px; }

.vote_news label {
    width: 270px; }

.vote_news .btn_group {
    width: 270px; }

.item_discuis {
    position: relative; }
.item_discuis:before {
    content: '';
    background-color: rgba(4, 9, 15, 0.66);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.item_discuis:hover:before {
    background: rgba(255, 127, 0, 0.9); }
.item_discuis img {
    display: block;
    width: 100%;
    height: auto; }
.item_discuis .category_link {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5; }
.item_discuis a.more {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }
.item_discuis .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.item_discuis .info > div {
    width: 100%;
    text-align: center; }
.item_discuis .meta {
    margin-bottom: 20px; }
.item_discuis .date {
    font-size: 14px;
    color: #fff; }
.item_discuis .views2 {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 0.5; }
.item_discuis .title {
    font-size: 18px;
    color: #fff; }

article .title {
    margin-bottom: 35px; }
article .title h1 {
    font-weight: normal;
	font-size: 22px;
 }

.date_post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    color: #9A9A9A;
    margin-bottom: 35px; }
.date_post > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal; }
.date_post > div > div {
    margin-right: 5px; }
.date_post > div > div:last-child {
    margin-right: 0;
	width: 90px;
 }
.date_post .date {
    font-weight: normal; }
.date_post .views2 {
    font-weight: normal; }
.date_post .category_post a {
    color: #9A9A9A;
    text-decoration: none; }
.date_post .category_post a:hover {
    color: #FF7F00; }
.date_post .icon a {
    color: #9A9A9A;
    text-decoration: none; }
.date_post .icon a:hover {
    color: #FF7F00; }

.update_post {
    color: #909090;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px; }
.update_post span {
    margin-right: 10px;
    color: #FF7F00; }

.about_post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: "KazimirText"; }
.about_post > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.about_post p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px; }
.about_post p:last-child {
    margin-right: 0; }
.about_post img {
    margin-right: 10px;
    border-radius: 100%;
    display: block; }
.about_post span {
    color: #FF7F00;
    margin-left: 5px; }
.about_post a {
    color: #FF7F00;
    margin-left: 5px;
    text-decoration: none; }
.about_post a:hover {
    text-decoration: underline; }

.hash_tags {
    line-height: 1.4;
    margin-bottom: 20px; }
.hash_tags a {
    font-size: 13px;
    font-weight: bold;
    color: #9A9A9A;
    text-decoration: none; }
.hash_tags a:hover {
    color: #FF7F00; }

.border_mid {
    position: relative; }
.border_mid:before {
    content: '';
    display: block;
    background-color: #ECECEC;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; }

.btn_group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
.btn_group p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-right: 20px; }
.btn_group a {
    margin-right: 10px; }
.btn_group a:last-child {
    margin-right: 0; }

.vote_post {
    margin-bottom: 55px; }
.vote_post .name_vote {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px; }
.vote_post .flx_vote {
    border: 2px solid #ECECEC;
    padding: 40px 40px 0px 40px; }

.add_comment p {
    margin-bottom: 20px; }
.add_comment p:last-child {
    margin-bottom: 0; }

.comment_control {
    font-size: 15px;
    font-family: "KazimirText";
    color: #595959;
    margin-bottom: 20px; }
.comment_control a {
    color: #595959;
    font-weight: bold;
    text-decoration: none; }
.comment_control a:hover {
    color: #FF7F00; }

.comment_item {
    border: 1px solid #ECECEC;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
.comment_item:last-child {
    margin-bottom: 0; }
.comment_item.answer {
    padding: 0px 20px 0px 20px;
    border: 0 solid #000;
    border-left: 1px solid #ECECEC;
    margin: 20px 0 20px 40px; }
.comment_item .userpic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px; }
.comment_item img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 100%; }
.comment_item .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.comment_item .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.comment_item .avtor {
    font-size: 15px;
    font-weight: bold;
    color: #FF7F00;
    padding-top: 3px;
    margin-bottom: 15px; }
.comment_item .avtor a {
    text-decoration: none;
    color: #FF7F00; }
.comment_item .avtor a:hover {
    color: #1A243A; }
.comment_item .date {
    font-size: 13px;
    font-family: "KazimirText";
    color: #595959;
    display: block;
    margin-top: 3px; }
.comment_item .date b {
    display: none; }
.comment_item .status {
    background-color: #1A243A;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 10px;
    margin-left: 20px; }
.comment_item .txt {
    font-size: 15px;
    line-height: 1.4;
    color: #1A243A;
    font-family: "KazimirText"; }
.comment_item .like_voice {


    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.comment_item .like_voice a {
    color: #9A9A9A;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    margin-right: 15px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.comment_item .like_voice a:last-child {
    margin-right: 0; }
.comment_item .like_voice a:hover i {
    color: #FF7F00; }
.comment_item .like_voice i {
    font-size: 24px;
    color: #cecece; }

.date_news {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.date_news > div {
    margin-right: 15px;
    color: #9A9A9A;
    font-size: 13px;
    font-weight: bold; }
.date_news > div:last-child {
    margin-right: 0; }

.show_all {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
.show_all.not_brd:before {
    content: '';
    display: none; }
.show_all:before {
    content: '';
    display: block;
    background-color: #ECECEC;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; }
.show_all p {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2; }

.sub_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px; }
.sub_title span {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24; }
.sub_title .fas {
    margin-right: 10px; }

.nav_block ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.nav_block li {
    cursor: pointer;
    display: block;
    padding: 7px 10px;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1A243A;
    margin-right: 10px; }
.nav_block li:last-child {
    margin-right: 0; }
.nav_block li:hover {
    color: #FFFFFF;
    background-color: #1A243A; }
.nav_block li.active {
    background-color: #1A243A;
    color: #fff; }

.box_top_expert:nth-child(1n+3) {
    display: none; }

.expert_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.expert_item {
    width: 24%;
    margin-bottom: 40px;
    position: relative; }
.expert_item .comment_namb {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 3; }
.expert_item .comment_namb i {
    font-size: 16px;
    color: rgba(216, 216, 216, 0.8); }
.expert_item .comment_namb span {
    display: block;
    color: #1A243A;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px; }
.expert_item:hover .title a {
    color: #000C24; }
.expert_item:hover .title_2 a {
    color: #FF7F00; }
	/*
.expert_item.marker .thumb:before {
    content: '';
    display: block;
    background-image: url(../images/icon/expert.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 90px;
    height: 107px;
    position: absolute;
    bottom: 30px;
    left: 10px; }
	*/
@media (max-width: 768px) {
	.expert_item.marker .thumb:after {
		z-index: 2;
		content: '';
		display: block;
		background-image: url(/local/templates/neftegaz/css/../images/icon/expert_new.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 90px;
		height: 90px;
		position: absolute;
		bottom: 40px;
		left: -35px;
	}
}
@media (min-width: 769px) {
	.expert_item.marker .thumb:after {
		z-index: 2;
		content: '';
		display: block;
		background-image: url(../images/icon/expert_new.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 150px;
		height: 162px;
		position: absolute;
		bottom: -10px;
		left: -55px;
	}
}
.expert_item.var2 .expert_label {
    font-family: "Gotham Pro";
    font-weight: bold;
    letter-spacing: 1px;
    color: #FF7F00;
    text-transform: uppercase;
    font-size: 10px;
    right: 15px;
    bottom: 80px; }
.expert_item.var2 .title a {
    font-size: 17px;
    color: #1A243A;
    font-family: "KazimirText";
    font-weight: normal; }
.expert_item.var2 .title a:hover {
    color: #FF7F00; }
.expert_item .expert_label {
    font-size: 14px;
    color: #000;
    font-family: "KazimirText";
    position: absolute;
    top: 60px;
    right: 15px;
    width: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }
.expert_item .thumb {
    margin-bottom: 18px;
    position: relative; }
.expert_item .thumb a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2; }
.expert_item img {
    display: block;
    height: 150px;
    width: auto; }
.expert_item .title {
    text-align: center;
    padding: 0 15px; }
.expert_item .title a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FF7F00;
    line-height: 1.4; }
.expert_item .title a:hover {
    color: #000C24; }
.expert_item .title_2 {
    text-align: center;
    padding: 0 15px; }
.expert_item .title_2 a {
    font-family: "KazimirText";
    text-decoration: none;
    font-size: 17px;
    color: #1A243A;
    line-height: 1.4; }
.expert_item .title_2 a:hover {
    color: #FF7F00; }

.filter_alphabet {
    padding: 37px 40px;
    text-align: center;
    border: 2px solid #ececec;
    margin-bottom: 40px;
    background-image: url(../images/icon/filter_alphabet.svg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: contain; }
.filter_alphabet .row {
    margin-bottom: 20px; }
.filter_alphabet .row:last-child {
    margin-bottom: 0; }
.filter_alphabet a {
    font-size: 15px;
    color: #1A243A;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin: 0 6px; }
.filter_alphabet a:hover, .filter_alphabet a.active {
    border-bottom: 2px solid #FF7F00;
    color: #FF7F00; }
.filter_alphabet i {
    font-style: normal;
}

.person {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    border: 2px solid #ececec;

    padding: 40px 30px;
    position: relative; }
.person .photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 205px;
    margin-right: 30px; }
.person .photo span {
    display: block;
    position: relative;
    border-bottom: 2px solid #ececec; }
.person .photo span:before {
    content: '';
    display: block;
    background-image: url(../images/icon/expert.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 90px;
    height: 107px;
    position: absolute;
    bottom: 30px;
    left: 0px; }
.person .photo img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2; }
.person .photo em {
    font-style: normal;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FF7F00;
    margin-top: 25px;
    display: block; }
.person .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.person .name {
    font-size: 18px;
    line-height: 1.4;
    color: #FF7F00;
    font-weight: bold;
    margin-bottom: 20px; }
.person .name .namb {
    display: none; }
.person .txt {
    font-size: 15px;
    line-height: 1.4;
    font-family: "KazimirText";
    margin-bottom: 20px; }
.person .control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.person .namb {
    font-size: 12px;
    color: #595959;
    font-weight: 300; }
.person .namb span {
    font-weight: bold; }
.person .place_namb {
    position: absolute;
    top: 16px;
    right: 20px;
    line-height: 0.95;
    font-size: 10px;
    color: #979797;
    font-weight: bold; }
.person .place_namb span {
    font-size: 24px;
    display: block; }

.in_social {
    border-top: 1px solid #ececec;
    margin-top: 40px;
    padding-top: 20px; }

.find_person {
    margin-bottom: 40px;
    padding: 20px; }
.find_person form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.find_person .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.find_person p {
    width: 49%; }
.find_person p:nth-child(1n+3) {
    margin-top: 13px; }
.find_person .right {
    width: 170px;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.find_person .right p {
    margin-bottom: 13px;
    width: 100%; }
.find_person .right p:last-child {
    margin-bottom: 0; }
.find_person .right .btn {
    width: 100%; }

.person_post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
.person_post:last-child {
    margin-bottom: 0; }
.person_post .person_info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    margin-right: 45px;
    position: relative;
    border-right: 1px solid #ececec;
    position: relative; }
.person_post .person_info:before {
    content: '';
    background-image: url(../images/arrow/line.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 19px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -8px; }
.person_post .thumb {
    margin-bottom: 15px; }
.person_post img {
    display: block;
    max-width: 100%;
    height: auto; }
.person_post .name {
    margin-bottom: 15px; }
.person_post .name a {
    font-size: 15px;
    font-weight: bold;
    color: #FF7F00;
    text-decoration: none; }
.person_post .name a:hover {
    color: #1A243A; }
.person_post .desc {
    font-size: 13px;
    line-height: 1.4;
    font-family: "KazimirText";
    color: #595959; }
.person_post span {
    font-family: "Gotham Pro";
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    display: block; }
.person_post .meta {
    margin-bottom: 20px; }
.person_post .title {
    margin-bottom: 20px; }
.person_post .title a {
    font-size: 22px;
    line-height: 1.3;
    color: #1A243A;
    text-decoration: none; }
.person_post .title a:hover {
    color: #FF7F00; }
.person_post .txt {
    line-height: 1.4;
    font-family: "KazimirText";
    font-size: 19px; }

.show_all_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
.show_all_2:before {
    content: '';
    display: block;
    background-color: #ECECEC;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; }
.show_all_2 p {
    background-color: #fff;
    padding: 0 0px 0 20px;
    position: relative;
    z-index: 2; }
.show_all_2 a {
    color: #000C24;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none; }
.show_all_2 a:hover {
    color: #FF7F00; }
.show_all_2 i {
    margin-right: 5px;
    position: relative;
    top: 1px; }

.topics {
    font-weight: bold;
    font-size: 15px;
    color: #9A9A9A;
    margin-bottom: 20px;
    line-height: 1.4; }
.topics span {
    line-height: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24; }
.topics p {
    margin-bottom: 10px; }
.topics p:last-child {
    margin-bottom: 0; }
.topics a {
    color: #9A9A9A; }
.topics a:hover {
    color: #FF7F00; }

@media (max-width: 1200px) {
.mainImage {
    max-width: 100% !important;
    height: auto !important; }	
    .filter_alphabet {
        padding: 35px 30px; }
    .filter_alphabet a {
        font-size: 13px;
        margin: 0 3px; }
    .expert_item {
        width: 24%;
        margin-bottom: 30px; }
    .expert_item .thumb {
        margin-bottom: 15px; }
    .expert_item .thumb a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 120px; }
    .expert_item img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    .expert_item .title a {
        font-size: 13px; }
    .expert_item .title_2 a {
        font-size: 13px; }
    .expert_item .expert_label {
        bottom: 30px;
        right: 10px;
        font-size: 12px; }
    .expert_item .comment_namb span {
        font-size: 12px; }
    .expert_item.marker .thumb:before {
        bottom: 0;
        zoom: 0.9; }
    .person .photo {
        margin-right: 20px; }
    .person .photo em {
        margin-top: 15px; }
    .person .place_namb {
        top: 24px; }
    .person .name {
        padding-right: 30px; }
    .person .txt {
        font-size: 14px; }
    .social_like p {
        font-size: 13px;
        margin-right: 15px; }
    .find_person .right .btn {
        height: 47px; }
    .find_person p:nth-child(1n+3) {
        margin-top: 10px; }
    .find_person .right {
        margin-left: 10px; }
    .find_person .right p {
        margin-bottom: 10px; }
    .sub_title span {
        font-size: 13px; }
    .person_post .title a {
        font-size: 18px; }
    .person_post .txt {
        font-size: 15px; }
    .show_all_2 {
        margin-bottom: 40px; }
    .tags_could.thems {
        margin-bottom: 0; }
    .show_all_2 a {
        font-size: 13px; }
    .person .place_namb {
        font-size: 8px; }
    .person .place_namb span {
        font-size: 20px; }
    .topics {
        font-size: 13px; } }

@media (max-width: 750px) {
    .topics {
        font-size: 12px; }
    .show_all_2 {
        margin-bottom: 30px; }
    .show_all_2 a {
        font-size: 12px; }
    .person_post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        border-bottom: 1px solid #ececec;
        padding-bottom: 20px; }
    .person_post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 solid #000; }
    .person_post .title a {
        font-size: 15px; }
    .person_post .txt {
        font-size: 13px; }
    .person_post .person_info {
        border-top: 1px solid #ececec;
        border-right: 0;
        margin-right: 0;
        width: 100%;
        padding-top: 15px;
        margin-top: 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .person_post .person_info:before {
        content: '';
        top: 0;
        right: auto;
        margin-top: 0;
        left: 70px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .person_post .thumb {
        margin-bottom: 0;
        margin-right: 20px; }
    .person_post .name {
        margin-bottom: 10px; }
    .person_post .name a {
        font-size: 12px; }
    .person_post .desc {
        font-size: 12px; }
    .person_post .desc p:nth-child(1n+2) {
        display: none; }
    .sub_title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav_block {
        margin-top: 15px; }
    .nav_block ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav_block li {
        background-color: #F5F5F5;
        margin-bottom: 5px; }
    .input_text {
        height: 40px;
        font-size: 12px;
        padding: 0 15px; }
    .find_person {
        padding: 20px 10px;
        margin-bottom: 30px; }
    .find_person form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .find_person p {
        width: 100%; }
    .find_person p:nth-child(1n+2) {
        margin-top: 10px; }
    .find_person .right {
        margin-left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px; }
    .find_person .right p {
        width: 48.5%; }
    .find_person .right p:nth-child(1n+2) {
        margin-top: 0; }
    .find_person .right .btn {
        font-size: 13px;
        height: 40px; }
    .find_person .input_text,
    .find_person select {
        height: 40px;
        padding: 0 15px;
        font-size: 12px; }
    .padding_mobile_right_left {
        margin-right: 15px;
        margin-left: 15px; }
    .filter_alphabet {
        line-height: 1.8;
        padding: 30px 20px;
        background-size: 100px auto;
        background-position: right bottom; }
    .filter_alphabet .row:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec; }
    .expert_item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        border-bottom: 1px solid #ECECEC;
        margin-bottom: 15px; }
    .expert_item .comment_namb {
        display: none; }
    .expert_item .thumb {
        width: 137px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0; }
    .expert_item .title {
        text-align: left;
        padding: 0;
		margin-left: 10px; }
    .expert_item .title_2 {
        text-align: left;
        padding: 0; }
    .expert_item .expert_label {
        bottom: auto;
        right: auto;
        top: auto;
        position: relative;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin-top: 5px; }
    .expert_item.var2 .expert_label {
        right: auto;
        bottom: auto; }
    .expert_item.marker .thumb:before {
        zoom: 0.7; }
    .sub_title span {
        font-size: 12px; }
    .person {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 0px 30px 0px;
        border: 0 solid #000;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 18px;
        position: relative; }
    .person .photo {
        width: 135px; }
    .person .photo span {
        border-bottom: 0 solid #000; }
    .person .photo span:before {
        content: '';
        zoom: 0.8; }
    .person .photo em {
        display: none; }
    .person .info {
        border-top: 1px solid #ececec; }
    .person .name {
        font-size: 12px;
        padding-right: 0;
        position: absolute;
        top: 10px;
        left: 150px;
        height: 110px;
        margin-bottom: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center; }
    .person .name .namb {
        display: block;
        padding-top: 10px;
        width: 100%; }
    .person .txt {
        font-size: 13px;
        margin-top: 20px; }
    .person .place_namb {
        top: 0;
        right: 0px;
        text-align: center;
        font-size: 8px; }
    .person .place_namb span {
        font-size: 16px; }
    .person .control .namb {
        display: none; }
    .social_like {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .social_like p.pos_middle {
        margin-bottom: 10px !important;
        width: 100%; }
    .social_like p {
        font-size: 12px;
        margin-bottom: 12px; }
    .social_like ul {
        left: 10px; } }

.event_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    margin-bottom: 20px;
    border: 1px solid #ECECEC; }
.event_item.last {
    border: 1px solid #FF7F00; }
.event_item:last-child {
    margin-bottom: 0; }
.event_item .logos {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.event_item img {
    display: block;
    max-width: 90%;
    height: auto; }
.event_item .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px; }
.event_item .top .meta {
    margin-bottom: 0; }
.event_item .info {
    padding-right: 30px; }
.event_item .meta {
    margin-bottom: 25px; }
.event_item .date {
    font-weight: bold;
    font-size: 14px; }
.event_item .title {
    margin-bottom: 20px; }
.event_item .title a {
    font-size: 28px;
    color: #1A243A;
    line-height: 1.4; }
.event_item .title a:hover {
    color: #FF7F00; }
.event_item .control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.event_item .place {
    max-width: 312px;
    font-size: 14px;
    font-weight: normal;
    font-family: "KazimirText"; }
.event_item .place:before {
    content: '';
    top: 3px; }

.find_event {
    margin: 40px 0; }
.find_event .form_holder {
    padding: 30px 20px; }
.find_event form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
.find_event form p {
    width: 19.4%; }
.find_event form p:first-child {
    width: 38.24%; }
.find_event form p:last-child {
    margin-right: 0; }
.find_event form p:nth-child(1n+2) {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
.find_event .city {
    padding-left: 40px;
    background-image: url(../images/icon/place_input.svg);
    background-repeat: no-repeat;
    background-position: 20px center; }
.find_event .btn {
    width: 100%; }
.find_event select {
    padding-left: 44px;
    background-image: url(../images/arrow/select.svg), url(../images/icon/calendar_select.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% - 15px) center, 20px center; }
.find_event .period {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.find_event .period p {
    color: #9A9A9A;
    margin-right: 10px; }
.find_event .period span {
    font-size: 14px;
    font-weight: bold;
    color: #000C24; }
.find_event a {
    font-size: 13px;
    color: #9A9A9A; }

.contact_flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.contact_item {
    border: 2px solid #ECECEC;
    padding: 30px;
    width: 48.5%;
    font-size: 13px;
    font-weight: 300;
    color: #1A243A; }
.contact_item:nth-child(1n+3) {
    margin-top: 3%; }
.contact_item p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
.contact_item p:last-child {
    margin-bottom: 0; }
.contact_item i {
    color: #FF7F00; }
.contact_item span {
    width: 15px;


    text-align: center;
    margin-right: 10px;
    display: block; }
.contact_item label {
    display: block;
    width: 90px;
    font-weight: bold; }
.contact_item a {
    color: #1A243A;
    text-decoration: none; }
.contact_item a:hover {
    color: #FF7F00; }

.journal_subs {
    background-color: #1A243A;
    color: #fff;
    padding: 40px;
    border-left: 10px solid #485061;
    background-image: url(../images/journal_subs_bg.svg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
    margin-bottom: 60px; }
.journal_subs .announcement {
    float: left;
    margin-right: 40px;
    width: 202px; }
.journal_subs img {
    display: block; }
.journal_subs .info {
    overflow: hidden; }
.journal_subs .name {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-bottom: 23px; }
.journal_subs ul {
    margin-bottom: 23px; }
.journal_subs li {
    display: block;
    font-size: 17px;
    margin-bottom: 15px; }
.journal_subs li:last-child {
    margin-bottom: 0; }
.journal_subs li span {
    font-weight: bold;
    margin-right: 10px; }
.journal_subs li a {
    font-family: "KazimirText";
    color: #fff;
    text-decoration: none; }
.journal_subs li a:hover {
    color: #FF7F00; }
.journal_subs .btn {
    display: inline-block; }

@media (max-width: 1200px) {
    .contact_item p {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .find_event form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .find_event form p {
        width: 49% !important; }
    .find_event form p:nth-child(1n+3) {
        margin-top: 2%; }
    .find_event form .btn {
        height: 47px; }
    .event_item {
        padding: 40px 30px; }
    .event_item .logos {
        width: 140px;
        margin-right: 40px; }
    .event_item .logos img {
        max-width: 100%; }
    .event_item .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .event_item .top .meta {
        margin-bottom: 20px;
        width: 100%; }
    .event_item .title a {
        font-size: 20px; }
    .event_item .place {
        max-width: 275px; }
    .event_item .info {
        margin-right: 0;
        padding-right: 0;
		width: 100%;
		overflow: hidden; }
    .event_item .date {
        font-weight: normal; }
    .event_item .control {
        font-weight: 300;
        font-size: 13px; }
    .promo {
        font-size: 13px;
        margin-bottom: 40px;
        margin-top: 30px; }
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 25px; }
    .contact_item {
        width: 49%; }
    .contact_item:nth-child(1n+3) {
        margin-top: 2%; }
    .contact_item label {
        width: 90px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .contact_item span {
        width: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (max-width: 750px) {
    .group_slider_photo {
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 40px; }
    .group_slider_photo .name_s.has_look {
        position: static; }
    .group_slider_photo .name_s.has_look .look {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0; }
    .group_slider_photo .name_s.has_look .count {
        padding-right: 0;
        position: absolute;
        bottom: 0;
        right: 65px; }
    .group_slider_photo .slider_tabs_2 {
        margin-bottom: 0; }
    .group_slider_photo .slider_tabs_2 .slick-prev, .group_slider_photo .slider_tabs_2 .slick-next {
        top: auto;
        bottom: -35px; }
    .journal_subs {
        background-position: right bottom;
        background-size: 200px auto;
        padding: 0 30px 40px 25px;
        border-left: 5px solid #485061;
        margin-top: 20px;
        margin-bottom: 40px; }
    .journal_subs .announcement {
        float: none;
        margin-right: 0;
        margin: 0px auto 0 auto;
        position: relative;
        top: -20px;
        margin-bottom: 10px; }
    .journal_subs .thumb {
        margin-bottom: 0; }
    .journal_subs .name {
        font-size: 12px;
        margin-bottom: 18px; }
    .journal_subs li {
        font-size: 15px;
        margin-bottom: 10px; }
    .contact_item {
        border: 0 solid #000;
        width: 100%;
        padding: 0;
        font-size: 12px; }
    .contact_item:nth-child(1n+2) {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #ECECEC; }
    .promo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 17px;
        margin: 20px 0; }
    .promo p {
        margin-bottom: 30px; }
    .promo p:last-child {
        margin-bottom: 0; }
    .find_event .form_holder {
        padding: 20px 10px; }
    .find_event form p {
        width: 100% !important; }
    .find_event form p:nth-child(1n+2) {
        margin-top: 10px; }
    .find_event form .btn {
        height: 40px; }
    .find_event .period span {
        font-size: 12px;
        text-transform: uppercase; }
    .find_event .period p {
        margin-bottom: 10px; }
    .find_event .period p:last-child {
        margin-bottom: 0; }
    .find_event a {
        font-size: 12px; }
    .event_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 25px;
        margin-bottom: 10px; }
    .event_item .logos {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px; }
    .event_item .title a {
        font-size: 16px; }
    .event_item .meta {
        margin-bottom: 20px; }
    .event_item .date {
        font-size: 12px; }
    .event_item .control {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px; }
    .event_item .control .place {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        font-size: 12px; } }

.category_rates {
    background-color: #F2F0EB;
    padding: 40px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.category_rates > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 40%; }
.category_rates > div > ul {
    width: 48% !important; }
.category_rates ul:last-child {
    width: 19%; }
.category_rates li {
    display: block;
    margin-bottom: 14px; }
.category_rates li:last-child {
    margin-bottom: 0; }
.category_rates a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    font-weight: bold; }
.category_rates a:hover {
    color: #FF7F00; }

.sort {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
.sort .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.sort p {
    margin-right: 10px; }
.sort ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.sort li {
    display: block;
    margin-right: 10px; }
.sort li:last-child {
    margin-right: 0; }
.sort li.active a {
    color: #FF7F00;
    text-decoration: underline; }
.sort li a {
    font-size: 13px;
    font-weight: bold;
    color: #9A9A9A; }
.sort li a:hover {
    color: #FF7F00;
    text-decoration: underline; }
.sort .archiv_link {
    font-weight: 30;
    color: #000C24;
    text-decoration: none; }
.sort .archiv_link:hover {
    color: #FF7F00; }
.sort .fas {
    margin-right: 5px; }

.item_rates {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 30px;
    margin-bottom: 30px; }
.item_rates:last-child {
    border-bottom: 0px solid #ECECEC;
    padding-bottom: 0px;
    margin-bottom: 0px; }
.item_rates .counter {
    font-size: 50px;
    line-height: 1;
    font-family: "Helvetica Neue";
    color: #FF7F00;
    position: relative;
    top: -7px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.item_rates .thumb {
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 234px; }
.item_rates .thumb img {
    display: block;
    max-width: 100%;
    height: auto; }
.item_rates .meta {
    margin-bottom: 20px; }
.item_rates .conter_veiws {
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-align: right;
    color: #9A9A9A;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    text-align: right; }
.item_rates .conter_veiws:before {
    content: '\e803';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
	
    top: -3px; }

@media (max-width: 1200px) {
    .item_rates {
        position: relative; }
    .item_rates .counter {
        font-size: 30px;
        margin-right: 20px; }
    .item_rates .thumb {
        width: 170px;
        margin-right: 40px; }
    .item_rates .conter_veiws {
        position: absolute;
        right: 0;
        top: 0; }
    .category_rates li {
        margin-bottom: 10px; }
    .category_rates > div {
        display: block; }
    .category_rates > div > ul {
        width: 100% !important;
        margin-bottom: 10px; }
    .category_rates > div > ul:last-child {
        margin-bottom: 0; } }

@media (max-width: 750px) {
    .item_rates {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .item_rates .thumb {
        width: 100%;
        margin-bottom: 25px; }
    .item_rates .thumb img {
        width: 100%; }
    .item_rates .counter {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 24px; }
    .item_rates .conter_veiws {
        color: #fff;
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 0;
        left: 0;
        padding: 14px 10px;
        background: rgba(0, 0, 0, 0.5);
        width: 105px;
        text-align: center;
    }
    .sort {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px; }
    .sort .left {
        margin-bottom: 15px; }
    .sort p {
        text-transform: uppercase; }
    .category_rates {
        padding: 30px 20px;
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .category_rates > div {
        display: block;
        width: 100%;
        margin-bottom: 12px; }
    .category_rates > div > ul {
        width: 100% !important; }
    .category_rates > div > ul:nth-child(1n+2) {
        margin-top: 12px; }
    .category_rates ul:last-child {
        width: 100%; }
    .category_rates a {
        font-size: 12px; } }

.find_media {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px 10px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #F2F0EB; }
.find_media p {
    padding-right: 10px;
    margin-bottom: 10px; }
.find_media .w_47 {
    width: 50%; }
.find_media .w_25 {
    width: 25%; }
.find_media .w_14 {
    width: 16.7%; }
.find_media .w_10 {
    width: 12.4%; }
.find_media .btn {
    padding: 16px 10px;
    width: 100%; }

.short .thumb {
    margin-bottom: 27px; }
.short .thumb a {
    display: block; }

.short img {
    display: block;
    max-width: 100%;
    height: auto; }

.short .flx {
    margin-bottom: 15px;
    padding-right: 20px; }
.short .flx .date_2 {
    margin-bottom: 0; }

.short .date_2 {
    margin-bottom: 15px; }

.short .title {
    margin-bottom: 15px; }
.short .title a {
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    color: #000C24;
    text-decoration: none; }
.short .title a:hover {
    color: #FF7F00; }
.short .title.font_size_15 a {
    font-size: 15px; }

.short .readmore {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.masonry_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 10px); }
.masonry_container > * {
    padding-right: 10px; }
.masonry_container .w25 {
    width: 32.3%; }
.masonry_container .w66 {
    width: 67%; }
.masonry_container .w50 {
    width: 50%; }

.item_masonry {
    margin-bottom: 10px; }
.item_masonry:last-child {
    margin-bottom: 0; }
.item_masonry img {
    display: block;
    width: 100%;
    height: auto; }
.item_masonry a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none; }
.item_masonry span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3; }

.grid_4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.grid_4 .item_video {
    width: 23.5%; }
.grid_4 .item_video:nth-child(4n+2), .grid_4 .item_video:nth-child(4n+3), .grid_4 .item_video:nth-child(4n+4) {
    margin-left: 2%; }
.grid_4 .item_video:nth-child(1n+5) {
    margin-top: 2%; }

.grid_1_plus_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2%; }
.grid_1_plus_2 .big {
    width: 74.5%; }
.grid_1_plus_2 .big .title {
    font-size: 28px;
    font-weight: normal; }
.grid_1_plus_2 .big .date {
    color: #FF7F00;
    text-transform: uppercase;
    letter-spacing: 0.91px;
    font-weight: 500; }
.grid_1_plus_2 .right {
    width: 23.5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.grid_1_plus_2 .right .item_video {
    width: 100%; }
.grid_1_plus_2 .right .item_video:last-child {
    margin-bottom: 0; }

.item_video {
    position: relative;
    color: #fff; }
.item_video:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
.item_video img {
    display: block;
    width: 100%; }
.item_video .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.item_video .title {
    width: 100%;
    font-size: 13px;
    font-weight: bold; }
.item_video .meta {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.item_video .date {
    color: #fff;
    font-size: 13px;
    font-weight: bold; }
.item_video .views {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    opacity: 1; }
.item_video .play_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }

@media (max-width: 1200px) {
    .direction {
        width: 100%; }
    .direction .content_left {
        width: 100%; }
    .direction aside {
        width: 100%; }
    .scrollpanel {
        height: auto !important; }
    .scrollpanel .news_week__item .thumb {
        width: 222px;
        margin-right: 40px; }
    .scrollpanel .news_week__item .thumb img {
        width: 100%;
        height: auto; }
    .find_media {
        margin-bottom: 40px !important; }
    .find_media .w_14 {
        width: 25%; }
    .find_media .w_10 {
        width: 50%; }
    .short .title a {
        font-size: 15px; } }

@media (max-width: 750px) {
    .jurnal_slider_block .name_s {
        position: static; }
    .jurnal_slider_block .count_slider_tabs_3 {
        position: absolute;
        bottom: 4px;
        right: 0; }
    .masonry_container > * {
        padding-right: 0;
        margin-bottom: 10px; }
    .masonry_container {
        width: 100%; }
    .masonry_container > div {
        width: 100% !important; }
    .grid__col_3 > div {
        width: 100%;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 30px;
        margin-bottom: 30px; }
    .grid__col_3 > div:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0 solid #000; }
    .grid__col_3 .short .thumb img {
        display: block;
        width: 100%; }
    .scrollpanel .news_week__item .thumb {
        margin-right: 0;
        width: 100%; }
    .slider_col_3 .slick-list {
        margin: 0; }
    .short .date_2 {
        font-size: 12px; }
    .short {
        width: 222px; }
    .find_media {
        margin-bottom: 40px !important;
        padding: 20px 0px 10px 10px; }
    .find_media .w_47 {
        width: 100%; }
    .find_media .w_25 {
        width: 50%; }
    .find_media .w_14 {
        width: 50%; }
    .find_media .w_10 {
        width: 50%; }
    .find_media .w100 {
        width: 100%; }
    .item_slider_photo.solo .bottom .meta {
        width: auto; }
    .item_slider_photo.solo .bottom .social_like {
        margin-top: 0; } }

.find_photo {
    background-color: #F2F0EB;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.find_photo p {
    margin-right: 10px;
    width: 17.88%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.find_photo p:first-child {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.find_photo p:last-child {
    margin-right: 0; }
.find_photo .group_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 215px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.find_photo .group_btn .btn {
    width: 49%;
    padding: 16px 10px; }

.about_albums {
    border: 2px solid #ECECEC;
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.about_albums .thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    margin-right: 40px; }
.about_albums .thumb p {
    margin-bottom: 20px; }
.about_albums .thumb p:last-child {
    margin-bottom: 0; }
.about_albums .thumb p a {
    display: block; }
.about_albums .thumb p img {
    display: block;
    max-width: 100%; }
.about_albums .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
.about_albums .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px; }
.about_albums .title a {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: #FF7F00;
    text-decoration: none; }
.about_albums .title a:hover {
    color: #1A243A; }
.about_albums .star {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px; }
.about_albums .meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 23px; }
.about_albums .meta > div {
    font-size: 12px;
    color: #1A243A;
    font-weight: 300;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
.about_albums .date img {
    margin-right: 5px; }
.about_albums .place {
    max-width: 200px; }
.about_albums ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
.about_albums li {
    display: block;
    margin-bottom: 10px; }
.about_albums li:nth-child(1n+9) {
    display: none; }
.about_albums li a {
    display: block; }
.about_albums li img {
    display: block;
    max-width: 100%;
    height: auto; }
.about_albums .hash_tags {
    margin-bottom: 0; }
.about_albums .photo_namb span {
    color: #1A243A;
    font-weight: bold; }

.category_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #F2F0EB;
    padding: 30px; }
.category_list dl {
    width: 24%; }
.category_list dl:nth-child(4n+2), .category_list dl:nth-child(4n+3), .category_list dl:nth-child(4n+4) {
    margin-left: 1%; }
.category_list dl:nth-child(1n+5) {
    margin-top: 20px; }
.category_list dt {
    margin-bottom: 15px; }
.category_list dt a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold; }
.category_list dt a:hover {
    color: #FF7F00; }
.category_list dd {
    margin-bottom: 5px; }

.category_list dd:last-child {
    margin-bottom: 0; }
.category_list dd a {
    font-size: 12px;
    font-weight: bold;
    color: #9A9A9A;
    text-decoration: none; }
.category_list dd a:hover {
    color: #FF7F00; }
.category_list .dd_hide dt {
    margin-bottom: 0; }
.category_list .dd_hide dd {
    display: none; }

.item_photo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
    margin-bottom: 40px; }
.item_photo:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #000; }
.item_photo .thumb {
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.item_photo img {
    display: block; }
.item_photo .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.item_photo .top {
    width: 100%; }
.item_photo .date {
    margin-bottom: 20px; }
.item_photo .title_short {
    margin-bottom: 20px; }
.item_photo .title_short a {
    font-size: 18px; }

.group_slider {
    max-width: 790px;
    margin: 0 auto; }

.item_slider_photo .thumb {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.item_slider_photo .thumb iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item_slider_photo .thumb a {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: bold; }
.item_slider_photo .thumb img {
    display: block;
    width: 100%;
    height: auto; }
.item_slider_photo .thumb span {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold; }

.item_slider_photo .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.item_slider_photo .bottom .meta {
    margin-bottom: 0; }
.item_slider_photo .bottom .views2 {
    font-weight: normal; }
.item_slider_photo .bottom .comment_namb_2 {
    font-weight: normal; }

@media (max-width: 1200px) {
    .about_albums .thumb {
        display: none; }
    .about_albums li:nth-child(1n+2) {
        display: block; }
    .category_list dl {
        width: 32%; }
    .category_list dl:nth-child(4n+2), .category_list dl:nth-child(4n+3), .category_list dl:nth-child(4n+4) {
        margin-left: 0%; }
    .category_list dl:nth-child(3n+2), .category_list dl:nth-child(3n+3) {
        margin-left: 2%; }
    .category_list dl:nth-child(1n+4) {
        margin-top: 20px; }
    .item_photo {
        position: relative; }
    .item_photo .thumb {
        margin-right: 40px;
        width: 222px; }
    .item_photo .thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .item_photo .place {
        margin-right: 20px; }
    .item_photo .desktop_hide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        top: 2px; }
    .item_photo .bottom {
        display: none; } }

@media (max-width: 750px) {
    .item_photo .title_short a {
        font-size: 15px; }
    .item_photo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .item_photo .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
    .category_list {
        padding: 20px 10px; }
    .category_list dl {
        width: 100%; }
    .category_list dl:nth-child(3n+2), .category_list dl:nth-child(3n+3) {
        margin-left: 0%; }
    .category_list dl:nth-child(1n+2) {
        margin-top: 15px; }
    .category_list dt {
        margin-bottom: 11px; }
    .category_list dt a {
        font-size: 12px; }
    .category_list dd a {
        font-size: 12px; }
    .about_albums {
        padding: 0;
        border: 0 solid #000; }
    .about_albums .title a {
        font-size: 17px; }
    .about_albums .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .about_albums .meta .place {
        margin-top: 20px;
        width: 100%;
        max-width: 100%; }
    .about_albums .meta .photo_namb {
        width: 100%;
        margin-top: 15px; }
    .about_albums .info .top {
        position: relative;
        display: block; }
    .about_albums .info .top .star {
        position: absolute;
        bottom: -40px;
        right: 0;
        top: auto; }
    .about_albums li {
        width: 48%; }
    .about_albums li img {
        width: 100%;
        height: auto; }
    .find_photo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 10px; }
    .find_photo p {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px; }
    .find_photo p:first-child {
        width: 100%; }
    .find_photo .group_btn {
        width: 100%;
        margin-bottom: 0; }
    .find_photo .group_btn .btn {
        height: 40px;
        width: 48%; } }

.grid_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.grid_live {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.grid_live > div {
    width: 32%; }
.grid_live > div:nth-child(3n+2), .grid_live > div:nth-child(3n+3) {
    margin-left: 2%; }
.grid_live > div:nth-child(1n+4) {
    margin-top: 40px; }

.item_live .thumb {
    margin-bottom: 18px; }
.item_live .thumb a {
    display: block; }

.item_live img {
    display: block;
    width: 100%;
    height: auto; }

.item_live .name a {
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    color: #000C24;
    text-decoration: none; }
.item_live .name a:hover {
    color: #FF7F00; }

body {
    position: relative; }
body.active_panel {
    overflow: hidden; }
body.active_panel header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25; }

.panel_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 20;
    opacity: 0;
    visibility: hidden; }
.panel_bg.active {
    opacity: 1;
    visibility: visible; }

.panel {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 21;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    padding-top: 67px; }
.panel.active {
    opacity: 1;
    visibility: visible; }
.panel .wrap_panel {
    width: 870px;
    min-height: 100%;
    padding: 30px;

    background-color: #f1efed; }
.panel .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
.panel .bottom {
    margin-bottom: 80px; }
.panel .logo img {
    display: block; }
.panel .close_panel {
    background-color: #fff;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
.panel .close_panel:hover {
    background-color: #eee; }
.panel .close_panel img {
    display: block; }
.panel form {
    position: relative;
    margin-bottom: 30px; }
.panel form input {
    width: 100%;
    height: 50px;
    border: 0 solid #000;
    padding: 0 26px;
    font-family: "Gotham Pro";
    font-size: 15px;
    color: #595959;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 2px solid #9A9A9A;
    outline: none; }
.panel form button {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    border: 0 solid #000; }
.panel form button img {
    display: block; }

.menu_panel ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.menu_panel li {
    display: block;
    margin-right: 10px; }
.menu_panel li:last-child {
    margin-right: 0; }

.menu_panel a {
    display: block;
    padding: 17px 40px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #1A243A;
    text-decoration: none;
    border-radius: 5px; }

.menu_panel .link_market {
    background-color: #fff;
    color: #1A243A; }

.menu_panel .link_jurnal {
    background-color: #FF7F00; }

.menu_panel_sub ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.menu_panel_sub li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px; }
.menu_panel_sub li:last-child {
    margin-right: 0; }

.menu_panel_sub a {
    display: block;
    font-weight: bold;
    line-height: 14px;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 13px 20px;
    background-color: #1A243A;
    border-radius: 2px; }
.menu_panel_sub a:hover {
    background-color: #FF7F00; }
.menu_panel_sub a.active {
    background-color: #FF7F00; }

.menu_panel_sub_2 {
    margin-bottom: 40px;
    margin-left: 20px;	}
.menu_panel_sub_2 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.menu_panel_sub_2 li {
    display: block;
    margin-right: 20px; }
.menu_panel_sub_2 a {
    font-weight: bold;
    line-height: 14px;
    font-size: 15px;
    color: #9A9A9A;
    text-decoration: none; }
.menu_panel_sub_2 a:hover {
    color: #FF7F00; }

.result_control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
.result_control > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.result_control p {
    margin-right: 20px; }
.result_control select {
    width: 215px;
    height: 40px; }

.item_result {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.item_result .thumb {
    margin-right: 40px; }
.item_result img {
    display: block; }
.item_result .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.item_result .title {
    margin-bottom: 20px;
    margin-top: -5px; }
.item_result .title a {
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    color: #000C24;
    text-decoration: none; }
.item_result .title a:hover {
    color: #FF7F00; }
.item_result .excerption {
    margin-bottom: 30px;
    font-size: 15px; }
.item_result .flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.item_result .has_category {
    font-size: 13px;
    color: #9A9A9A;
    font-weight: bold; }
.item_result .has_category a {
    color: #9A9A9A;
    text-decoration: none; }
.item_result .has_category a:hover {
    color: #FF7F00; }
.item_result .date {
    font-family: "HelveticaNeueCyr";
    font-weight: 550;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00; }

.show_all_result {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }

.panel_bg_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A243A;
    z-index: 20;
    opacity: 0;
    visibility: hidden; }
.panel_bg_search.active {
    opacity: 1;
    visibility: visible; }

.panel_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    padding-top: 67px; }
.panel_search.active {
    opacity: 1;
    visibility: visible; }
.panel_search .wrap_panel_search {
    width: 1160px;
    padding-top: 32px; }
.panel_search .close_search {
    background-color: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 67px;
    right: 0px;
    z-index: 13;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
.panel_search .close_search:hover {
    background-color: #eee; }
.panel_search .close_search img {
    display: block; }
.panel_search form.form_search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
.panel_search form.form_search input {
    width: 100%;
    height: 48px;
    border: 0 solid #000;
    padding: 0 26px;
    font-family: "Gotham Pro";
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 2px solid #9A9A9A;
    outline: none;
    background-image: url(../images/btn/search_panel.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.panel_search form.form_search input::-webkit-input-placeholder {
    color: #fff; }
.panel_search form.form_search input::-moz-placeholder {
    color: #fff; }
.panel_search form.form_search input:-moz-placeholder {
    color: #fff; }
.panel_search form.form_search input:-ms-input-placeholder {
    color: #fff; }
.panel_search form.form_search button {
    margin-left: 20px;
    background-color: #FF7F00;
    font-size: 15px;
    font-family: "Gotham Pro";
    color: #fff;
    line-height: 1;
    border: 0 solid #000;
    cursor: pointer;
    width: 200px;
    height: 48px; }
.panel_search form.form_search button img {
    display: block; }
.panel_search .flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px; }
.panel_search .flx .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.panel_search .flx .menu_32 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px; }
.panel_search .flx .menu_32 ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #000; }
.panel_search .flx .menu_32 li {
    display: block;
    width: 48%; }
.panel_search .flx .menu_32 li:nth-child(1n+3) {
    margin-top: 15px; }
.panel_search .flx .menu_32 a {
    font-size: 16px;
    color: #8C919C;
    text-decoration: none;
    font-weight: bold;
    display: block; }
.panel_search .flx .menu_32 a:hover {
    color: #FF7F00; }
.panel_search .flx .menu_32 a + a {
    margin-top: 10px; }
.panel_search .flx .name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px; }
.panel_search .flx .link_promo {
    display: inline-block !important;
    padding: 12px 20px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff !important; }
.panel_search .flx .link_promo:hover {
    background-color: #FF7F00;
    color: #fff; }
.panel_search .flx .right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 503px;
    margin-left: 30px; }
.panel_search .flx dl:nth-child(1n+2) {
    margin-top: 30px; }
.panel_search .flx dl dt {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold; }
.panel_search .flx dl form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
.panel_search .flx dl small {
    font-size: 10px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5); }
.panel_search .flx dl small a {
    color: #fff;
    text-decoration: underline; }
.panel_search .flx dl ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.panel_search .flx dl ul li {
    display: block;
    margin-right: 12px; }
.panel_search .flx dl ul li:last-child {
    margin-right: 0; }
.panel_search .flx dl ul a {
    color: rgba(255, 255, 255, 0.4); }
.panel_search .flx dl ul a:hover {
    color: #fff; }
.panel_search .flx dl ul i {
    font-size: 22px; }
.panel_search .flx dl ul .dzen {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.panel_search .flx dl ul .dzen:hover {
    background-color: #1a233a; }
.panel_search .flx dl ul .all_icons {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	opacity: 0.4; }
.panel_search .flx dl ul .all_icons:hover {
    background-color: #1a233a;
	opacity: 1; }

.item_search {
    position: relative;
    margin-bottom: 35px; }
.item_search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 36, 58, 0.6); }
.item_search .thumb img {
    display: block; }
.item_search .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    z-index: 2; }
.item_search .title a {
    color: #fff;
    font-size: 28px;
    text-decoration: none; }
.item_search .title a:hover {
    color: #FF7F00; }
.item_search .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
.item_search .category a {
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 8px 19px;
    background-color: #FF7F00;
    text-decoration: none; }
.item_search .category a:hover {
    color: #FF7F00;
    background-color: #fff; }
.item_search .meta > div {
    font-size: 13px;
    color: #fff;
    font-weight: bold; }

.path_bottom {
    padding: 30px !important;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 30px; }
.path_bottom .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.path_bottom .col__right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.path_bottom .col__right > div {
    width: 100%; }
.path_bottom .col_middle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.path_bottom .name_2 {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-bottom: 30px; }
.path_bottom .announcement {
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.path_bottom .announcement .thumb {
    margin-bottom: 0; }
.path_bottom .txt {
    margin-bottom: 30px; }
.path_bottom .txt p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5); }
.path_bottom .txt p:last-child {
    margin-bottom: 0; }
.path_bottom .txt a {
    font-size: 22px;
    font-family: "KazimirText";
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
.path_bottom .txt a:hover {
    color: #FF7F00; }
.path_bottom .btn_gruop {
    width: 177px; }
.path_bottom .btn_gruop p {
    margin-bottom: 8px; }
.path_bottom .btn_gruop p:last-child {
    margin-bottom: 0; }
.path_bottom .link_jurnal_1 {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    border-radius: 2px; }
.path_bottom .link_jurnal_2 {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 2px; }
.path_bottom .right_2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 470px;
    margin-left: 50px; }
.path_bottom .right_2 .category_link {
    margin-bottom: 30px; }
.path_bottom .right_2 .excerption {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.7); }
.path_bottom .right_2 .dom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.path_bottom .right_2 .dom p {
    margin-right: 15px; }
.path_bottom .right_2 .dom p:last-child {
    margin-right: 0; }
.path_bottom .right_2 .dom p:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold; }
.path_bottom .right_2 .btn {
    padding: 14px 30px;
    background-color: rgba(255, 255, 255, 0.2); }

@media (max-width: 1200px) {
    .panel_search .wrap_panel_search {
        width: 100%;
        padding: 30px 30px 0px 30px;
        border-left: 10px solid rgba(255, 255, 255, 0.1); }
    .panel_search form.form_search {
        margin-right: 50px;
        padding: 0;
        margin-top: 2px; }
    .panel_search .flx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0; }
    .panel_search .flx .right {
        margin-left: 0;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .panel_search .flx dl {
        width: 100%; }
    .panel_search .flx dl dt {
        text-align: center; }
    .panel_search .flx dl dd {
        text-align: center; }
    .panel_search .flx dl ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .panel_search .path_bottom {
        margin-left: -30px;
        margin-right: -30px; }
    .panel_search .item_search {
        max-width: 700px;
        height: 186px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto; }
    .panel_search .item_search .thumb {
        display: none; }
    .panel_search .item_search .title a {
        font-size: 24px; }
    .panel_search .left_2 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 185px; }
    .panel_search .left_2 .name_2 {
        margin-bottom: 15px; }
    .panel_search .left_2 .announcement {
        margin-right: 0;
        width: 128px;
        margin-bottom: 20px;
        position: relative; }
    .panel_search .left_2 .announcement span {
        font-size: 8px;
        width: 110px; }
    .panel_search .left_2 .txt_2 {
        white-space: nowrap;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 1px;
        height: 1px; }
    .panel_search .left_2 .txt_2 a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        font-family: "KazimirText";
        font-weight: bold; }
    .panel_search .right_2 .category_link a {
        font-weight: bold;
        font-size: 15px; }
    .panel_search .right_2 .dom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .panel_search .right_2 .dom p {
        width: 100%;
        margin-bottom: 15px; }
    .panel_search .right_2 .dom p:last-child {
        margin-bottom: 0; }
    .panel_search .right_2 .dom p br {
        display: none; }
    .panel_search .right_2 .dom .btn {
        display: inline-block; }
    .panel_search .excerption {
        font-size: 17px; } }

@media (max-width: 750px) {
    .panel_search .wrap_panel_search {
        border-left: 5px solid rgba(255, 255, 255, 0.1);
        padding: 0px 15px 0px 15px; }
    .panel_search form.form_search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: 30px;
        padding-top: 6px; }
    .panel_search form.form_search input {
        font-size: 13px;
        margin-right: 35px;
        height: 42px; }
    .panel_search form.form_search button {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
        height: 40px; }
    .panel_search .close_search {
        top: 20px;
        right: 15px;
        height: 30px;
        width: 30px; }
    .panel_search .flx {
        margin-bottom: 30px; }
    .panel_search .flx .name {
        font-size: 18px; }
    .panel_search .flx .menu_32 a {
        font-size: 13px; }
    .panel_search .flx .menu_32 ul:last-child li:last-child {
        width: 100%; }
    .panel_search .flx .menu_32 ul:last-child li:last-child a {
        width: 100%;
        text-align: center; }
    .panel_search .flx .right {
        -ms-flex-negative: 1;
        flex-shrink: 1; }
    .panel_search .flx dl dt {
        font-size: 14px; }
    .panel_search .item_search {
        margin-top: 20px;
        margin-bottom: 30px;
        max-width: 100%; }
    .panel_search .item_search .info {
        padding: 30px 20px; }
    .panel_search .item_search .title a {
        font-size: 16px; }
    .panel_search .item_search .category a {
        font-size: 8px;
        padding: 6px 10px; }
    .panel_search .item_search .meta {
        margin-top: 10px; }
    .panel_search .item_search .meta > div {
        font-size: 12px; }
    .panel_search .item_search .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .panel_search .flx.path_bottom {

        margin: 0 -15px;
        padding: 30px 15px 30px 10px !important; }
    .panel_search .flx.path_bottom .right_2 {
        margin-left: 0;
        width: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        text-align: center; }
    .panel_search .desktop_hide {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .panel_search .desktop_hide .left_2 {
        -ms-flex-negative: 1;
        flex-shrink: 1; }
    .panel_search .excerption {
        font-size: 15px; } }

.holder {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.holder.inline {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.holder.flx_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.holder.flx_right a {
    width: 100%; }
.holder.flx_right img {
    margin-bottom: 7px; }
.holder a {
    display: block;
    position: relative; }
.holder img {
    display: block;
	margin:auto;
    max-width: 100%;
    height: auto;
    width: 100%; }

.holder {
    position: relative; 
	display: table-cell; }
.holder a {
    position: relative; }
.holder a.promo_site {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: -15px;
    font-family: "HelveticaNeueCyr";
    color: #9A9A9A;
    font-size: 12px;
    text-decoration: none; }
.holder a.promo_site:hover {
    color: #FF7F00; }
.holder a.promo_site_2 {
    font-family: "HelveticaNeueCyr";
    color: #9A9A9A;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-top: 5px; }
.holder a.promo_site_2:hover {
    color: #FF7F00; }

.horizontal a {
    margin-right: 30px; }

.play_icon {
    position: relative;
    display: block; }
.play_icon:before {
    content: '';
    background-image: url(../images/icon/video.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.play_icon:hover:before {
    content: '';
    background-color: rgba(255, 127, 0, 0.58); }

.flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.slider_count {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #BEBEBE; }

.name_s {
    font-weight: bold;
    line-height: normal;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 2px solid #000C24;
    display: -webkit-flex;

    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
    position: relative; }
.name_s .count {
    padding-right: 85px;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #BEBEBE; }
.name_s.has_look .look {
    margin-left: 40px; }
.name_s.margin_bottom_25 {
    margin-bottom: 25px; }
.name_s a.go_category {
    color: #000C24;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
.name_s a.go_category:hover {
    color: #FF7F00; }
.name_s a.lin_2 {
    color: #000C24;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    margin-left: 10px; }
.name_s a.lin_2:hover {
    color: #FF7F00;
    text-decoration: underline; }
.name_s span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.name_s span img {
    margin: 0 5px; }
.name_s p:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.name_s.float_right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.name_s ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 35px; }
.name_s li {
    display: block;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 10px;
    color: #000C24;
    padding: 7px 9px; }
.name_s li:last-child {
    margin-right: 0; }
.name_s li:hover, .name_s li.current {
    color: #fff;
    background-color: #000C24; }
.name_s p:nth-child(1n+2) {
    margin-left: 35px; }

.jcsb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

.views {
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    opacity: 0.8; }
.views:before {
    content: '';
    display: block;
    background-image: url(../images/icon/views.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px; }

.widht100 {
    width: 100% !important; }

.widht_50 {
    width: 49%; }

.views2 {
    font-size: 13px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9A9A9A; }
.views2:before {
    content: '\e803';
    display: block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    margin-right: 5px; }

.comment_namb_2 {
    color: #9A9A9A;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 0.91px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.comment_namb_2 i {
    font-size: 15px;
    margin-right: 5px; }


.date_time {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.date_time:before {
    content: '\e802';
    display: block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    margin-right: 5px; }

.time {
    color: #9A9A9A; }
.time.hot {
    color: #FF7F00;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.time.hot:before {
    content: '';
    background-image: url(../images/icon/fast_news.png);
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 15px;
    margin: 0 5px; }

.padding_left_right {
    padding-right: 30px;
    padding-left: 30px; }

.margin_bottom {
overflow: hidden;
margin-bottom: 50px; }
@media (max-width: 750px) {
	.padding_mobile_right_left.margin_bottom {
	overflow:visible;
}

.padding_mobile_right_left, .padding_mobile_right_left * {
    overflow: visible;
}

}
.margin_bottom_40 {
    margin-bottom: 40px;

	 }

.margin_bottom_30 {
    margin-bottom: 30px; }

.padding_bottom {
    padding-bottom: 50px; }

.btn {
    display: block;
    text-decoration: none;
    color: #fff;
    outline: none;
    border: 0 solid #000;
    background-color: #000C24;
    font-family: "Gotham Pro";
    font-size: 15px;
    line-height: 1;
    padding: 16px 30px;
    font-weight: bold;
    border-radius: 2px; }
.btn:hover {
    background-color: #FF7F00; }
.btn.reset {
    background-color: #9A9A9A; }
.btn.reset:hover {
    background-color: #FF7F00; }
.btn.white {
    background-color: #fff;
    color: #1A243A; }
.btn.white:hover {
    background-color: #FF7F00;
    color: #fff; }

.meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.meta > div {
    margin-right: 15px; }
.meta > div:last-child {
    margin-right: 0; }
.meta .date_time {
    font-size: 13px;
    color: #9A9A9A; }

.category_link a,
.category_link span {
    font-family: "HelveticaNeueCyr";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FF7F00;
    text-decoration: none;
    letter-spacing: 0.91px; }
.category_link a:hover,
.category_link span:hover {
    text-decoration: underline; }

.date {
    font-size: 13px;
    color: #9A9A9A;
    font-weight: 300; }

.date_2 {
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
    font-weight: 500; }

.look {
    color: #000C24;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none; }
.look:hover {
    color: #FF7F00; }

.wight_64 {
    width: 65.5%; }

.wight_32 {
    width: 31%; }

.w24 {
    width: 24%; }

.w910 {
    max-width: 910px; }

.too_font a,
.too_font p,
.too_font h1 {
    font-family: "KazimirText";
    text-decoration: none;
    word-break: break-word;
    line-height: 1.3; }
.too_font a span,
.too_font p span,
.too_font h1 span {
    font-family: "Gotham Pro";
    font-weight: bold; }

.title_block {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 3;
    font-weight: bold;
    line-height: normal;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
	text-shadow: 1px 1px 1px #1a243a; }

.title_s a {
    font-family: "KazimirText";
    color: #000C24;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none; }
.title_s a:hover {
    color: #FF7F00; }

.title_s span {
    font-family: "Gotham Pro";
    font-weight: bold; }

.calendar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    line-height: 17px;
    font-size: 14px;
    color: #000C24;
    text-decoration: none;
    text-transform: none;
    height: 25px; }
.calendar img {
    margin-right: 10px;
    position: relative;
    top: -1px; }
.calendar:hover {
    color: #FF7F00; }

.place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.3;
    color: #1A243A;
    font-weight: 300; }
.place:before {
    content: '';
    background-image: url(../images/icon/place.svg);
    background-repeat: no-repeat;
    display: block;
    width: 9px;
    height: 11px;
    margin-right: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 2px; }

.form_holder {
    background-color: #F2F0EB; }
.form_holder select {
    background-color: #fff; }

textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #CACACA;
    font-family: "KazimirText";
    font-size: 13px;
    font-weight: 300;
    color: rgba(89, 89, 89, 0.68);
    padding: 15px 20px;
    outline: none; }

.input_text {
    width: 100%;
    height: 47px;
    border: 1px solid #CACACA;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-weight: 300;
    color: rgba(89, 89, 89, 0.68);
    padding: 0 20px;
    outline: none; }

.input_date {
    background-image: url(../images/icon/calendar_select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; }

select {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    height: 47px;
    border: 1px solid #CACACA;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-weight: 700;
    color: rgba(89, 89, 89, 0.68);
    padding: 0 20px;
    outline: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-image: url(../images/arrow/select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; }

.radio_element input[type=radio] {
    display: none; }
.radio_element input[type=radio]:checked + label:before {
    content: '';
    border: 5px solid #FF7F00; }

.radio_element label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    font-family: "KazimirText";
    font-size: 17px;
    color: #595959;
    position: relative;
    padding-left: 40px; }
.radio_element label:hover {
    color: #FF7F00; }
.radio_element label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 4px;
    left: 0; }

.title_short {
    margin-bottom: 15px; }
.title_short a {
    font-size: 22px;
    line-height: 1.3;
    color: #000C24;
    text-decoration: none;
    font-weight: bold; }
.title_short a:hover {
    color: #FF7F00; }

.excerption {
    font-size: 17px;
    color: #1A243A;
    font-family: "KazimirText";
    line-height: 1.4; }

.link_2 {
    font-size: 14px;
    font-weight: 300;
    color: #000C24;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.link_2:hover {
    color: #FF7F00; }
.link_2 img {
    display: block;
    margin-right: 5px; }

/* новости партнеров */
.m-news-list__wrapper {
    margin-bottom: 30px; }

.m-news-list {
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.m-news-list__item {
    width: calc(33.3% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    height: 325px;
    position: relative;
    background-color: #fff;
    display: block; }

.m-news-list__item_mod {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611); }

.m-news-list__item_mod .m-news-list__teaser {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px; }

.m-news-list__item_mod .m-news-list__category {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 0; }

.m-news-list__item_lg {
    width: calc(66.6% - 30px);
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.m-news-list__img {
    height: 143px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px; }

.m-news-list__teaser {
    margin-top: 15px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    color: #000C24;
    max-height: 96px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block; }

.m-news-list__teaser:hover {
    color: #FF7F00; }

.m-news-list__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-news-list__category {
    text-decoration: none;
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-right: 20px; }

.m-news-list__category:hover {
    text-decoration: underline; }

.m-news-list__date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    white-space: nowrap;
    color: #9A9A9A; }

.m-news-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }

.m-news-list__info-view {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12.6px;
    color: #9A9A9A;
    margin-right: 20px; }

.m-news-list__info-time {
    text-transform: uppercase;
    color: #9A9A9A;
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    font-size: 13px;
    letter-spacing: 0.91px;
    color: #9A9A9A; }

.m-news-list__info-view span::before {
    margin-right: 15px;
    font-size: 10px;
    color: #9A9A9A;
    display: inline-block;
    line-height: 1; }

.m-news-list__info-time span::before {
    margin-right: 5px;
    font-size: 12px;
    color: #9A9A9A; }

.m-news-list__info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-news-list__item_lg .m-news-list__date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF; }


.m-news-list__item_lg .m-news-list__top {
    margin-bottom: auto;
    position: relative;
    z-index: 5;
    padding: 0; }

.m-news-list__item_lg .m-news-list__bottom {
    margin-top: auto;
    position: relative;
    z-index: 5; }

.m-news-list__item_lg .m-news-list__info {
    padding: 0; }

.m-news-list__item_lg .m-news-list__info-view, .m-news-list__item_lg .m-news-list__info-time {
    color: #fff; }

.m-news-list__item_lg .m-news-list__info-view span::before, .m-news-list__item_lg .m-news-list__info-time span::before {
    color: #fff; }

.m-news-list__item_lg .m-news-list__teaser {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
    font-size: 24px;
    color: #FFFFFF;
    max-height: 153px;
    padding: 0; }

.m-news-list__item_lg .m-news-list__teaser b {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    font-size: 24px;
    color: #FFFFFF; }

.m-news-list__item_lg::before {
    content: '';
    background: -webkit-linear-gradient(bottom, rgba(26, 36, 58, 0.5), rgba(26, 36, 58, 0.5)), -webkit-linear-gradient(269.21deg, rgba(56, 74, 108, 0.0001) 1.02%, rgba(26, 36, 58, 0.46) 98.97%);
    background: -o-linear-gradient(bottom, rgba(26, 36, 58, 0.5), rgba(26, 36, 58, 0.5)), -o-linear-gradient(269.21deg, rgba(56, 74, 108, 0.0001) 1.02%, rgba(26, 36, 58, 0.46) 98.97%);
    background: linear-gradient(0deg, rgba(26, 36, 58, 0.5), rgba(26, 36, 58, 0.5)), linear-gradient(180.79deg, rgba(56, 74, 108, 0.0001) 1.02%, rgba(26, 36, 58, 0.46) 98.97%);
    background-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1199px) {
    .m-news-list__wrapper .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-news-list__wrapper .wrap .left {
        margin: 0; }
    .m-news-list__item_mod .m-news-list__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .m-news-list__item_mod .m-news-list__category {
        margin-top: 0;
        margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
    .m-news-list {
        margin-left: 0; }
    .m-news-list__item {
        width: 100%;
        height: 100%;
        margin-left: 0; }
    .m-news-list__top, .m-news-list__teaser, .m-news-list__info {
        padding-left: 0;
        padding-right: 0; }
    .m-news-list__teaser {
        line-height: 23px;
        font-size: 15px;
        margin-top: 10px; }
    .m-news-list__info {
        margin-top: 5px; }
    .m-news-list__info-time {
        line-height: normal;
        font-size: 12px; }
    .m-news-list__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .m-news-list__wrapper .left {
        width: 100%; }
    .m-news-list__item_lg {
        padding: 20px;
        height: 190px; }
    .m-news-list__item_lg .m-news-list__date {
        font-size: 12px; }
    .m-news-list__item_lg .m-news-list__category {
        line-height: normal;
        font-size: 12px; }
    .m-news-list__item_lg .m-news-list__info-time {
        display: none; }
    .m-news-list__item_lg .m-news-list__teaser {
        margin-top: 15px;
        line-height: 21px;
        font-size: 16px;
        max-height: 65px; }
    .m-news-list__item_lg .m-news-list__teaser b {
        line-height: 21px;
        font-size: 16px; }
    .m-news-list__info-view span::before {
        font-size: 8px;
        margin-right: 10px; }
    .m-news-list__info-view {
        line-height: normal;
        font-size: 12px; }
    .m-news-list__item_mod .m-news-list__text {
        position: relative; }
    .m-news-list__item_mod .m-news-list__category {
        position: absolute;
        right: -10px;
        top: 25px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin: 0;
        padding: 0;
        font-size: 10px;
        letter-spacing: 0.7px; }
    .m-news-list__item_mod .m-news-list__teaser {
        padding-bottom: 20px;
        padding-right: 40px;
        min-height: 80px; }
    .m-news-list__item_mod:hover {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611); } }


.hover_fon {
    position: relative; }
.hover_fon:hover:before {
    content: '';
    background-color: rgba(255, 127, 0, 0.5); }
.hover_fon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 127, 0, 0); }

.hover_fon_2 {
    position: relative;
    display: block; }

.js_hover .thumb .hover_active {
    position: relative;
    display: block; }
.js_hover .thumb .hover_active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 0, 0.65); }

.js_hover.thumb-mini .hover_active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 0, 0.65); }

.js_hover .thumb_2 .hover_active {
    position: relative;
    display: block; }
.js_hover .thumb_2 .hover_active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 0, 0.65); }

.js_hover .title a.hover_active {
    color: #FF7F00; }

.js_hover .title_short a.hover_active {
    color: #FF7F00; }

.namb {
    font-size: 12px;
    font-weight: 300;
    color: #595959; }
.namb span {
    font-weight: bold; }

.align_right {
    text-align: right; }
.align_right .btn {
    display: inline-block; }

body.active_form .hide_form {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.hide_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
.hide_form .hide_wrap {
    width: 422px;
    background-color: #fff;
    padding: 60px 75px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
.hide_form .name {
    font-size: 20px;
    line-height: 1;
    color: #177fc7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px;
    text-align: center; }
.hide_form p:nth-child(1n+2) {
    margin-top: 15px; }
.hide_form p label {
    display: block;
    margin-bottom: 5px;
    margin-left: 11px;
    color: #545454;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
.hide_form input[type=text],
.hide_form input[type=tel],
.hide_form input[type=email] {
    border: 1px solid #bcc9d0;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 600;
    color: #5a5a5a;
    outline: none;
    border-radius: 5px; }
.hide_form input[type=submit] {
    border: 0 solid #000;
    display: inline-block;
    font-family: "Gotham Pro";
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 30px 18px 30px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0d2ed), to(#2799d7));
    background: -webkit-linear-gradient(top, #a0d2ed, #2799d7);
    background: -o-linear-gradient(top, #a0d2ed, #2799d7);
    background: linear-gradient(top, #a0d2ed, #2799d7);
    position: relative; }
.hide_form input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#88dc77), to(#1fbe00));
    background: -webkit-linear-gradient(top, #88dc77, #1fbe00);
    background: -o-linear-gradient(top, #88dc77, #1fbe00);
    background: linear-gradient(top, #88dc77, #1fbe00); }
.hide_form .bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6); }
.hide_form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7a7a7a;
    z-index: 11;
    font-size: 20px;
    line-height: 1;
    cursor: pointer; }
.hide_form .close:hover {
    color: #1fbe00; }

textarea {
    resize: none; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0px;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

#slider_nav_home .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; }

#slider_for_home .slick-dots {
    position: absolute;
    top: 75px;
    list-style: none;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    padding: 0 23px;
    margin: 0;
    width: 100%; }

#slider_for_home .slick-dots li {
    position: relative;
    display: inline-block;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
#slider_for_home .slick-dots li button {
    display: block;
    border: 0;
    background: #fff;
    border-radius: 10px;
    display: block;
    height: 2px;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.28; }
#slider_for_home .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #FF7F00; }
#slider_for_home .slick-dots li:hover button {
    opacity: 1;
    background-color: #FF7F00; }

#slider_news {
    /* Dots */ }
#slider_news .slick-prev,
#slider_news .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 30px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }
#slider_news .slick-prev:hover,
#slider_news .slick-next:hover {
    opacity: 1; }
#slider_news .slick-prev {
    right: 65px;
    background-image: url(../images/btn/slider_prev.svg); }
#slider_news .slick-next {
    right: 30px;
    background-image: url(../images/btn/slider_next.svg); }
#slider_news .slick-slide .pic {
    display: block;
    width: auto;
    height: 400px; /*600px;*/
}
#slider_news .slick-slide img {
    height: 100%;
    object-fit: cover;
}
#slider_news .slick-dotted.slick-slider {
    margin-bottom: 0px; }
#slider_news .slick-dots {
    position: absolute;
    top: 75px;
    list-style: none;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    padding: 0 23px;
    margin: 0;
    width: 100%; }
#slider_news .slick-dots li {
    position: relative;
    display: inline-block;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
#slider_news .slick-dots li button {
    display: block;
    border: 0;
    background: #fff;
    border-radius: 10px;
    display: block;
    height: 2px;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.28; }
#slider_news .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #FF7F00; }
#slider_news .slick-dots li:hover button {
    opacity: 1;
    background-color: #FF7F00; }

#slider_special_projects {
    position: relative;
    /* Dots */ }
#slider_special_projects .slick-prev,
#slider_special_projects .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 30px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }
#slider_special_projects .slick-prev:hover,
#slider_special_projects .slick-next:hover {
    opacity: 1; }
#slider_special_projects .slick-prev {
    right: 65px;
    background-image: url(../images/btn/slider_prev_2.svg); }
#slider_special_projects .slick-next {
    right: 30px;
    background-image: url(../images/btn/slider_next_2.svg); }
#slider_special_projects .slick-slide img {
    display: block;
    width: 100%;
    height: auto; }
#slider_special_projects .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.slider_tabs {
    position: relative;
    /* Dots */ }
.slider_tabs .slick-prev,
.slider_tabs .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }
.slider_tabs .slick-prev:hover,
.slider_tabs .slick-next:hover {
    opacity: 1; }
.slider_tabs .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }
.slider_tabs .slick-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg); }
.slider_tabs .slick-list {
    margin: 0 -20px; }
.slider_tabs .item_tab {
    padding: 0 20px; }
.slider_tabs .event {
    margin: 0 20px; }
.slider_tabs .slick-slide img {
    display: block;
    width: 100%;
    height: auto; }
.slider_tabs .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.slider_tabs_2 {
    position: relative;
    /* Dots */ }
.slider_tabs_2.no_infinite .slick-prev,
.slider_tabs_2.no_infinite .slick-next {
    opacity: 1; }
.slider_tabs_2.no_infinite .slick-prev.slick-disabled,
.slider_tabs_2.no_infinite .slick-next.slick-disabled {
    opacity: 0.5; }
.slider_tabs_2 .slick-prev,
.slider_tabs_2 .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }
.slider_tabs_2 .slick-prev:hover,
.slider_tabs_2 .slick-next:hover {
    opacity: 1; }
.slider_tabs_2 .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }
.slider_tabs_2 .slick-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg); }
.slider_tabs_2 .slick-list {
    margin: 0 -10px; }
.slider_tabs_2 .item_tab {
    padding: 0 20px; }
.slider_tabs_2 .event {
    margin: 0 20px; }
.slider_tabs_2 .slick-slide {
    padding: 0 10px; }
.slider_tabs_2 .slick-slide img {
    display: block;
    width: 100%;
    height: auto; }
.slider_tabs_2 .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.slider_tabs_3 {
    position: relative;
    /* Dots */ }
.slider_tabs_3 .slick-prev,
.slider_tabs_3 .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }
.slider_tabs_3 .slick-prev:hover,
.slider_tabs_3 .slick-next:hover {
    opacity: 1; }
.slider_tabs_3 .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }
.slider_tabs_3 .slick-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg); }
.slider_tabs_3 .slick-list {
    margin: 0 -10px; }
.slider_tabs_3 .item_tab {
    padding: 0 20px; }
.slider_tabs_3 .event {
    margin: 0 20px; }
.slider_tabs_3 .slick-slide {
    padding: 0 10px; }
.slider_tabs_3 .slick-slide img {
    display: block;
    width: 100%;
    height: auto; }
.slider_tabs_3 .slick-dotted.slick-slider {
    margin-bottom: 0px; }

#slider_for {
    position: relative;
    /* Dots */ }
#slider_for .slick-prev,
#slider_for .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;

    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }
#slider_for .slick-prev:hover,
#slider_for .slick-next:hover {
    opacity: 1; }
#slider_for .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }

#slider_for .slick-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg); }
#slider_for .slick-list {
    margin: 0 0px; }
#slider_for .item_tab {
    padding: 0 0px; }
#slider_for .event {
    margin: 0 20px; }
#slider_for .slick-slide img {
    display: block;
    width: 100%;
    height: auto; }
#slider_for .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.slider_content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px; }
.slider_content img {
    display: block;
    width: 100%;
    height: auto; }
.slider_content a {
    text-decoration: none;
    display: block; }
.slider_content .caption {
    font-family: "Gotham Pro";
    text-decoration: none;
    color: #9A9A9A;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-top: 15px;
    padding-left: 50px; }
.slider_content .slick-prev,
.slider_content .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 0px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 50px;
    height: calc(100% - 33px);
    color: #fff;
    background-color: rgba(26, 36, 58, 0.5);
    background-repeat: no-repeat;
    background-position: center center; }
.slider_content .slick-prev:hover,
.slider_content .slick-next:hover {
    background-color: rgba(255, 127, 0, 0.81); }
.slider_content .slick-prev {
    left: 0px;
    background-image: url(../images/btn/prev.svg); }
.slider_content .slick-next {
    right: 0;
    background-image: url(../images/btn/next.svg); }

#slider_photo {
    position: relative;
    margin-bottom: 30px; }
#slider_photo .item_nav_photo {
    cursor: pointer; }
#slider_photo img {
    display: block;
    width: 100%;
    height: auto; }
#slider_photo .slick-prev,
#slider_photo .slick-next {
    position: absolute;
    top: calc(50% - 27px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    color: #fff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    opacity: 0.4; }
#slider_photo .slick-prev:hover,
#slider_photo .slick-next:hover {
    opacity: 1; }
#slider_photo .slick-prev {
    left: -40px;
    background-image: url(../images/btn/slider_prev_2.svg); }
#slider_photo .slick-next {
    right: -40px;
    background-image: url(../images/btn/slider_next_2.svg); }

#slider_photo_nav {
    position: relative; }
#slider_photo_nav .slick-list {
    margin: 0 -5px;
    background-image: url(../images/slider_photo_nav_bg.gif);
    background-repeat: repeat-x;
    background-position: 5px bottom;
    padding-bottom: 25px; }
#slider_photo_nav .item_nav_photo {
    padding: 0 5px;
    cursor: pointer;
    position: relative; }
#slider_photo_nav .slick-current p {
    position: relative; }
#slider_photo_nav .slick-current p:before {
    content: '';
    width: 100%;
    height: 5%;
    background-color: #FF7F00;
    position: absolute;
    bottom: -25px;
    left: 0px;
    z-index: 9999; }
#slider_photo_nav img {
    display: block;
    width: 100%;
    height: auto; }
#slider_photo_nav a {
    text-decoration: none;
    display: block; }
#slider_photo_nav .slick-prev,
#slider_photo_nav .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    color: #fff;
    background-color: transparent;

    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    opacity: 0.4; }
#slider_photo_nav .slick-prev:hover,
#slider_photo_nav .slick-next:hover {
    opacity: 1; }
#slider_photo_nav .slick-prev {
    left: -40px;
    background-image: url(../images/btn/slider_prev_2.svg); }
#slider_photo_nav .slick-next {
    right: -40px;
    background-image: url(../images/btn/slider_next_2.svg); }

@media (max-width: 1200px) {
    .flx_list .item {
        margin-bottom: 40px; }
    .blockquote .avtor_one:before {
        right: auto;
        left: 90px;
        top: 1px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .slider_css_main .slick-prev,
    .slider_css_main .slick-next {
        display: none !important; }
    .count_css_main {
        right: 30px !important; }
    .mobile_item_css .thumb a {
        display: block;
        /*max-height: 234px;*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .mobile_item_css .thumb img {
        display: none; }
    .hide_992 {
        display: none; }
    .social_id a {
        white-space: nowrap; }
    .market_post .bottom p:first-child {
        width: 100%; }
    .blockquote dd a {
        font-size: 13px;
        opacity: 0.7; }
    .social_id li {
        margin: 0 25px; }
    .result_vote .tr .numeric {
        width: 60px; } }

@media (max-width: 750px) {
    .hide_750 {
        display: none; }
    .result_vote {
        padding-bottom: 0;
        font-size: 14px; }
    .result_vote .tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .result_vote .tr .tit {
        width: 100%;
        margin-bottom: 5px; }
    .result_vote .tr .progres {
        padding-left: 0; }
    .result_vote .tr .numeric {
        width: 40px; }
    .bagraund_fon_mobile {
        background-color: #f2f0eb;
        padding-top: 20px; }
	.bagraund_fon_mobile_white {
		background-color: #fff !important;
        padding-top: 20px; }
	.bagraund_fon_mobile_gray {
		background-color: #f2f0eb !important;
        padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px; }
	.bagraund_fon_banner_on_main_portal {
		background-color: #fff !important;
		margin-top: 0px !important;
		/*padding-top: 20px !important;
		margin-right: -15px !important;
		margin-left: -15px !important;*/
	}
    .bagraund_fon_mobile .wrap {
        background-color: transparent !important; } }

.likely {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
.likely .likely__widget {
    margin-right: 10px; }
.likely .likely__widget:last-child {
    margin-right: 0; }
.likely svg:hover path {
    fill: #FF7F00; }
.likely svg {
    width: 21px;
    height: 21px; }

@media (max-width: 1200px) {

    .flx_subscribe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 205px 30px 30px; }
    .flx_subscribe .name {
        margin-bottom: 30px; }
    .for_item_home .info {
        top: 100px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .for_item_home .title a {
        font-size: 30px; }
    .breadcrumbs .wrap {
        padding: 0 30px; }
    .title_page h1 {
        font-size: 30px; }
    .title_block {
        font-size: 13px; }
    .main_news_id .pagingInfo {
        font-size: 13px; }
    .slider_news__item .title a {
        font-size: 24px; }
    .content_flx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .content_flx .content_right {
        margin-left: 0;
        width: 100%; }
    .content_flx aside {
        width: 100%;
        margin-left: 0 !important; }
    .name_s {
        padding-bottom: 16px;
        margin-bottom: 30px;

        font-size: 13px; }
    #slider_for .slick-prev,
    #slider_for .slick-next {
        top: -70px; }
    .mobile_revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto; }
    .mobile_revers .content_right {
        margin-bottom: 0px; }
    .partner_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0px; }
    .partner_list .baner {
        margin-bottom: 0 !important; }
    .partner_list .baner img {
        display: block;
        width: 100%;
        height: auto; }
    .partner_list > div {
        width: 49%;
        margin-bottom: 0; }
    .partner_list > div:nth-child(1n+3) {
        margin-top: 2%; }
    .partner_list > div:nth-child(1n+7) {
        display: none; }
    .for_item .title {
        font-size: 24px; }
    .tags_could {
        margin-bottom: 40px; }
    .flx_sub {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flx_sub .sub_left {
        width: 100%;
        margin-right: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flx_sub .sub_left.revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px; }
    .flx_sub .sub_left > div {
        width: 100%; }
    .flx_sub .btn_group {
        margin-bottom: 0; }
    .flx_sub .btn_group .btn {
        margin-bottom: 0; }
    .flx_sub .holder {
        width: 100%; }
    .votes_id {
        margin-bottom: 40px; }
    .flx_vote dt {
        margin-bottom: 30px; }
    .news_week__item .title a {
        font-size: 18px; }
    .news_week__item {
        margin-bottom: 30px;
        padding-bottom: 30px; }
    .news_week__item .thumb {
        width: 222px;
        margin-right: 40px; }
    .news_week__item .thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .mobile_jcsb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .mobile_best_week {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px; }
    .mobile_best_week .item_small_3 {
        width: 32%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 solid #000; }
    .mobile_best_week .item_small_3:nth-child(3n+2), .mobile_best_week .item_small_3:nth-child(3n+3) {
        margin-left: 2%; }
    .mobile_best_week .item_small_3 img {
        display: block;
        width: 100%;
        height: auto; }
    .item_small_3 a {
        font-size: 13px; }
    .item_small_3 span {
        margin-top: 20px; }
    .look {
        font-weight: normal;
        font-size: 13px; }
    .link_2 {
        font-size: 13px; }
    .mobile_hide {
        display: none !important; }
    .desktop_hide {
        display: block !important; }
    .flx_subscribe {
        background-position: calc(100% - 40px) 0; }
    .subscribe_panel {
        width: calc(100% - 60px); }
    .subscribe_panel .name_2 {
        margin-bottom: 16px; }
    .subscribe_panel .radio_group p:nth-child(1n+4) {
        margin-top: 11px; }
    #page {
        padding-bottom: 0;
		background-color: #fff;
	}
    footer {
        height: auto;

        margin-top: 0; }
    footer .wrap {
        padding: 40px 30px;
        height: auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
    footer .left {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        width: 170px;
        margin-right: 45px; }
    footer .left > div {
        width: 100%; }
    footer .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .menu_footer {
        border-bottom: 1px solid rgba(151, 151, 151, 0.25);
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 25px; }
    footer .social_foot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .social_foot p {
        font-weight: 300;
        width: 100%;
        /*margin-bottom: 12px;*/ }
    footer .social_foot li {
        margin-left: 0;
        margin-right: 12px; }
    footer .social_foot li:last-child {
        margin-right: 0; }
    footer .contact_foot {
        display: block;
        width: 100%; }
    footer .contact_foot p {
        margin-bottom: 8px; }
    footer .contact_foot p:first-child {
        margin-bottom: 16px; }
    footer .contact_foot p:last-child {
        margin-bottom: 0; }
    footer .contact_foot p:after {
        content: '';
        display: none; }
    footer .metrics {
        margin-top: 0; }
    footer .foot_flx {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    footer .foot_flx .col_left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    footer .menu_options {
        margin-top: 25px; }
    .subscribe_id {
        margin-bottom: 40px; }
    .mobile_grid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px; }
    .mobile_grid .col_left {
        width: 49%; }
    .mobile_grid .col_right {
        width: 49%; }
    .btn {
        padding: 12px 22px; }
    .flx_vote .btn_group .btn {
        margin-right: 20px; }
    .flx_vote .btn_group a {
        font-weight: normal; }
    .tags_could a {
        font-size: 13px;
        padding: 9px 18px; }
    .date_post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px; }
    .date_post > div {
        width: 100%; }
    .date_post > div:nth-child(1n+2) {
        margin-top: 20px; }
    .date_post.var2 > div:nth-child(1n+2) {
        margin-top: 0px; }
    .text {
        font-size: 15px; }
    .text ul {
        font-size: 14px; }
    .text .bold {
        font-size: 15px; }
    .about_post {
        font-size: 15px; }
    .update_post {
        font-size: 15px; }
    h2 {
        font-size: 18px; }
    .flx_vote dt {
        font-size: 18px; }
    .vote_post .name_vote {
        font-size: 13px;
        margin-bottom: 15px; }
    .radio_element label {
        font-size: 15px; }
    .radio_element label:before {
        top: 3px; }
    .slider_tabs_2 .slick-prev,
    .slider_tabs_2 .slick-next {
        top: -71px; }
    .name_s .count {
        font-size: 13px; }
    #slider_for .slick-list {
        margin: 0; }
    .group_slider {
        max-width: 100%; }
    .input_text {
        font-size: 13px; }
    select {
        font-size: 13px; }
    .item_discuis .title {
        font-size: 16px; }
    .item_discuis .info {
        padding: 20px; }
    .item_discuis .date {
        font-size: 12px; }
    .flx_vote.has_image {
        background-position: calc(100% - 40px) bottom; }
    .item_project {
        padding: 60px 20px; }
    .link_2 {
        font-weight: normal; }
    .margin_bottom_40_mobile {
        margin-bottom: 40px; }
    .slider_tabs_3 .slick-prev,
    .slider_tabs_3 .slick-next {
        top: -71px; }
    .item_live .meta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .item_live .name a {
        font-size: 15px; }
    .grid_1_plus_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid_1_plus_2 .big {
        width: 100% !important;
        margin-bottom: 2%; }
    .grid_1_plus_2 .big .title {
        font-size: 20px; }
    .grid_1_plus_2 .right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .grid_1_plus_2 .right .item_video {
        width: 49%; }
    .grid_4 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .grid_4 .item_video {
        width: 49%; }
    .grid_4 .item_video:nth-child(4n+2), .grid_4 .item_video:nth-child(4n+3), .grid_4 .item_video:nth-child(4n+4) {
        margin-left: 0%; }
    .grid_4 .item_video:nth-child(1n+3) {
        margin-top: 2%; }
    .show_992 {
        display: block !important; }
    .item_no_image .title {
        margin-bottom: 20px; }
    .item_no_image .meta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .item_no_image .meta .date_2 {
        margin-right: 0; }
    .item_no_image .meta .views2 {
        display: none; }
    .item_no_image .show_992 {
        text-align: center; }
    .item_no_image .show_992 .views2 {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .about_stoies .info {
        padding: 40px 30px; }
    .about_stoies .title {
        font-size: 20px; }
    .date_post > div > div {
        margin-right: 15px; }
    .item_small_4 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 200px; }
    .item_small_4 .thumb {
        display: none; }
    .item_small_4 .date {
        font-weight: normal; }
    .item_small_4 .date span {
        display: none; }
    .related {
        margin-bottom: 30px;
        padding-bottom: 30px; }
    .about_stoies {
        height: 440px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .about_stoies:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(259.26deg, rgba(56, 74, 108, 0.5) 14.84%, rgba(26, 36, 58, 0.8) 85.16%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(259.26deg, rgba(56, 74, 108, 0.5) 14.84%, rgba(26, 36, 58, 0.8) 85.16%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(190.74deg, rgba(56, 74, 108, 0.5) 14.84%, rgba(26, 36, 58, 0.8) 85.16%); }

    .about_stoies .thumb {
        display: none; }
    .about_stoies .info {
        padding: 20px; }
    .about_stoies .title {
        font-size: 16px; }
    .about_stoies .excerption {
        font-size: 13px; }
    .date_post.var2 {
        font-size: 12px; }
    .date_post.var2 > div {
        margin-bottom: 10px; }
    .date_post.var2 > div:last-child {
        margin-bottom: 0; }
    .date_post.var2 > div > div {
        margin-bottom: 10px; }
    .panel form {
        margin-bottom: 20px; }
    .panel .bottom {
        margin-bottom: 30px; }
    .menu_panel_sub_2 {
        line-height: 1.6;
        margin-bottom: 30px; }
    .menu_panel_sub_2 li {
        margin-right: 15px; }
    .menu_panel_sub_2 a {
        font-size: 14px; }
    .menu_panel_sub a {
        font-size: 14px;
        padding: 11px 20px; }
    .menu_panel_sub ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .menu_panel_sub li {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 5px 5px 5px 5px; }
    .news_week_id .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .news_week_id .right {
        margin-left: 0;
        width: 100%; }
    .list_last_news li {
        margin-left: 86px;
        position: relative; }
    /*.list_last_news p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }*/
    /*.list_last_news .time {
    position: absolute;
    top: 0;
    left: -86px; }*/
    .list_last_news .time:before {
        content: '';
        display: none; }
    .news_week_id .left {
        margin-top: 50px; }
    .group_slider_home .name {
        left: 30px;
        top: 40px;
        font-size: 13px; }
    .group_slider_home .pagingInfo_home {
        top: 40px;
        right: 30px; }
    .for_item_home {
        height: 640px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
    .for_item_home .thumb {
        display: none; }
    .other li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 228px;
        margin-right: 40px; }
    .other .title a {
        font-size: 13px; }
    #slider_nav_home {
        display: none; }
    .for_item_home .info {
        top: 42%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .margin_bottom {
        margin-bottom: 40px; }
    .margin_bottom_1300 {
        margin-bottom: 0; }
    .wight_64 {
        width: 100%; }
    .wight_32 {
        width: 48%; }
    .flx_list .item.info_vid_2 .title a {
        font-size: 24px; }
    .flx_list .title {
        margin-top: 14px; }
    .flx_list .title a {
        font-size: 18px; }
    .flx_list .thumb {
        margin-bottom: 20px; }
    .flx_list .item.info_vid_3 .info {
        padding: 0px 50px 20px 20px; }
    .flx_list .item.info_vid_3 .category_link {
        top: -15px; }
    .list_experts {
        margin-bottom: 40px;
        overflow: hidden; }
    .list_experts ul {
        overflow: hidden; }
    .list_experts li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 265px;
        margin-right: 45px; }
    .list_experts .txt {
        padding-right: 0; }
    #experts .left {
        overflow: hidden; }
    .blockquote dd {
        font-size: 16px;
        padding-right: 0;
        margin-bottom: 15px; }
    .blockquote .fil_left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blockquote .avtor_one {
        padding-right: 0;
        margin-right: 0;
        border-right: 0 solid #000;
        border-top: 1px solid #e1e0df;
        margin-top: 20px;
        padding-top: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .blockquote .photo {
        margin-bottom: 0;
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .blockquote .title a {
        font-size: 18px; }
    .blockquote .txt {
        font-size: 15px; }
    .mobile_grid_2 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .mobile_grid_2 .category_menu {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 192px;
        margin-top: 0;
        margin-left: 50px; }
    .other {
        overflow: hidden; }
    .margin_top_50 {
        margin-top: 40px; }
    .holder a.promo_site_2.align_left {
        display: inline-block; }
    .item__best {
        width: 50% !important;
        border-bottom: 0 solid #000; }
    .item__best:nth-child(1n+3) {
        border-top: 1px solid #e1e0df; }
    .item__best:first-child:before {
        display: none; }
    .item__best:nth-child(1n+3) {
        padding-top: 34px; }
    .item__best:nth-child(3n+2) .thumb, .item__best:nth-child(3n+3) .thumb {
        position: relative; }
    .item__best:nth-child(3n+2) .thumb:before, .item__best:nth-child(3n+3) .thumb:before {
        display: none; }
    .item__best .thumb {
        margin-left: 0; }
    .flx_vote dt em {
        font-size: 18px; }
    .votes_id.before_img:before {
        display: none; }
    .votes_id .flx_vote .btn_group {
        margin-bottom: 0; }
    .special_projects_id .title_block {
        left: 0;
		color: #ffffff;
        width: 100%;
        text-align: center; }
    .slider_special_projects__item {
        height: 750px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: auto 442px; }
    .slider_special_projects__item .pic {
        display: none; }
    .slider_special_projects__item .info {
        bottom: auto;
        top: 120px;
        width: 100%;
        text-align: center;
        max-width: 100%;
        left: 0; }
    .slider_special_projects__item .meta_top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px; }
    .slider_special_projects__item .title {
        padding: 0 50px; }
    .slider_special_projects__item .title a {
        font-size: 25px; }
    .mobile_group {
        position: relative;
        margin-bottom: 40px; }
    .last_book_id {
        overflow: hidden;
        margin-bottom: 0;
        position: absolute;
        bottom: 30px;
        left: 0px;
        width: 100%;
        overflow: hidden; }
    .last_book_id ul {
        padding-top: 0;
        padding-right: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 0;
        overflow-x: scroll; }
    .last_book_id li {
        width: 264px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 30px; }
    .slider_tabs .slick-prev,
    .slider_tabs .slick-next {
        top: -73px;
        display: none; }
    .tabs_box .slider_count {
        top: -66px;
        display: none; }
    .slider_col_4_1 .item_tab {
        width: 260px;
        margin-right: 30px; }
    .slider_col_4_2 .item_tab {
        width: 260px;
        margin-right: 30px; }
    .slider_col_4_3 .item_tab {
        width: 260px;
        margin-right: 30px; }
    .event {
        width: 260px;
        height: 390px;
        margin-right: 30px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
    .event .thumb {
        display: none; }
    .slider_tabs .slick-list {
        margin: 0; }
    .slider_tabs .event {
        padding: 0; }
    .slider_tabs .item_tab {
        padding: 0; }
    .tabs_plus_slider .pagingInfo3_4 {
        display: none; }
    .market_post .text {
        font-size: 18px; }
    .market_id .col_left {
        width: 300px; }
    .market_id .col_right {
        padding: 30px 30px 30px 46px; }
    .run_news_id .wrap {
        padding-top: 20px;
        padding-bottom: 20px; }
    .run_news_id dt {
        font-size: 0;
        margin-right: 0; }
    .choise {
        font-size: 49px; }
    .market_post {
        max-width: 100%; }
    .market_post .name {
        margin-bottom: 18px;
        font-size: 12px; }
    .market_post .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .market_post .bottom p:first-child {
        margin-right: 0;
        margin-bottom: 15px; }
    .market_post .bottom br {
        display: none; }
    .sub_left .name_s p:first-child br {
        display: none; }
    .filter_informer .name {
        font-size: 13px;
        white-space: nowrap;
        margin-right: 30px; }
    .filter_informer .select {
        padding-right: 20px; }
    .filter_informer a {
        white-space: nowrap;
        font-size: 12px; }
    .filter_informer .period {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .item_discuis .thumb {
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px; }
    .item_discuis .thumb img {
        display: none; }
    .find_photo .group_btn .btn {
        padding: 5px; }
    .content_flx .content_left {
        width: 100%; }
    .vote_news label {
        width: auto; }
    .group_slider {
        padding: 0 50px; }
    .grid_project .item_book {
        height: 395px;
        background-size: cover;
        margin-bottom: 2%; }
    .grid_project .item_book .thumb {
        display: none; }
    .grid_project .item_book.widht100 {
        height: 335px; }
    .grid_project .item_book.has_holder {
        height: auto; } }

@media (max-width: 750px) {
    .grid_project .item_book {
        height: 310px; }
    .grid_project .item_book.widht100 {
        height: 310px; }
    .short .title {
        margin-bottom: 0px; }
    .short .readmore {
        margin-top: 20px; }
    .title_page:before {
        top: 60%; }
    .flx_mobile_center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .slider_special_projects__item .title {
        padding: 0 20px; }
    .list_best .choise {
        margin-bottom: 40px; }
    .name_s .mobile_absolut {
        margin-left: 0;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 8; }
    .name_s .mobile_absolut li {
        margin-right: 5px; }
    .market_post {
        max-width: 100%; }
    .market_post .name {
        font-size: 12px;
        margin-bottom: 17px; }
    .market_post .text {
        font-size: 15px; }
    .market_post .bottom {
        font-size: 12px; }
    .market_post .bottom br {
        display: none; }
    .market_post .bottom p:first-child {
        margin-right: 0;
        margin-bottom: 10px; }
    .market_id .col_left {
        width: 100%;
        border-right: 0 solid #000;
        border-bottom: 1px solid #e1e0df;
        padding: 25px 0; }
    .event {
        width: 200px;
        height: 312px; }
    .event .title a {
        color: #fff; }
    .event .title a:hover {
        color: #FF7F00; }
    .event .place {
        color: #fff; }
    .event .place:before {
        content: '';
        background-position: -9px 0; }
    .event .date_event {
        font-size: 12px; }
    .event:before {
        content: '';
        display: none; }
    .event .info {
        padding: 20px; }
    .event .title a {
        font-size: 15px; }
    .has_calendar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .has_calendar p:nth-child(1n+2) {
        margin-left: 0; }
    .calendar_p {
        margin-left: 0 !important;
        text-align: right; }
    .calendar {
        font-size: 0;
        margin-right: 0;
        width: 14px; }
    .calendar img {
        margin-right: 0; }
    .item_tab .thumb {
        margin-bottom: 12px; }
    .item_tab .meta {
        margin-bottom: 10px; }
    .item_tab .title {
        font-size: 15px; }
    .slider_col_4_1 .item_tab {
        width: 208px;
        margin-right: 30px; }
    .slider_col_4_2 .item_tab {
        width: 208px;
        margin-right: 30px; }
    .slider_col_4_3 .item_tab {
        width: 208px;
        margin-right: 30px; }
    .slider_special_projects__item {
        height: 580px; }
    .slider_special_projects__item .info {
        top: 80px; }
    .slider_special_projects__item .title a {
        font-size: 17px; }
    .last_book_id {
        bottom: 20px; }
    .last_book_id .item_book {
        margin-bottom: 0; }
    .last_book_id ul {
        padding: 0 20px; }
    .last_book_id li {
        width: 200px; }
    .social_id .name {
        font-size: 12px;
        margin-bottom: 20px; }
    .social_id ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .social_id li {
        margin: 10px;
        zoom: 0.8; }
    .flx_vote {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flx_vote .widht_48 {
        width: 100%;
        border-right: 0 solid #000; }
    .flx_vote .widht_48:nth-child(1n+2) {
        border-top: 1px solid #eaeaea;
        margin-top: 33px;
        padding-top: 33px; }
    .item__best:nth-child(1n+3) {
        padding-top: 20px;
        padding-bottom: 20px; }
    .item__best .thumb {
        width: 50px; }
    .item__best .thumb img {
        zoom: 0.75;
        margin: 0 auto;
        display: block; }
    .item__best .meta {
        margin-bottom: 7px; }
    .item__best .title a {
        font-size: 15px; }
    .item__best .txt {
        font-size: 15px; }
    .choise {
        font-size: 26px; }
    .choise b {
        display: inline-block; }
    .choise span:after {
        content: '';
        top: 1px; }
    .item__best {
        width: 100% !important; }
    .analitics_id .wrap {
        padding-bottom: 10px; }
    .margin_top_50 {
        margin-top: 30px; }
    .mobile_grid_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mobile_grid_2 .category_menu {
        width: 100%;
        margin-left: 0; }
    .mobile_grid_2 .category_menu .name {
        font-size: 12px;
        margin-bottom: 10px; }
    .mobile_grid_2 .category_menu ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mobile_grid_2 .category_menu li {
        margin-bottom: 5px;
        margin-right: 5px; }

    .mobile_grid_2 .category_menu a {
        display: block;
        font-size: 12px;
        color: #000c24;
        font-weight: normal;
        background-color: #d8d8d8;
        padding: 5px 8px;
        border-radius: 2px; }
    .mobile_grid_2 .category_menu span {
        font-size: 12px;
        color: #9a9a9a;
        font-weight: normal;
        margin-left: 0; }
    .mobile_grid_2 .category_menu .js_open_all {
        font-size: 12px;
        font-weight: normal;
        margin-left: 8px;
        margin-top: 8px; }
    .blockquote .title a {
        font-size: 12px; }
    .blockquote .txt {
        font-size: 12px; }
    .blockquote .fil_left {
        width: 100%;
        margin-bottom: 30px; }
    .blockquote dt {
        font-size: 12px;
        background-size: auto 100%;
        padding-left: 30px; }
    .blockquote dd {
        font-size: 15px;
        line-height: 1.4; }
    #experts {
        margin-right: 0;
        margin-left: 0; }
    #experts .wrap {
        padding-top: 25px;
        margin: 0;
        padding: 25px 15px 0 15px; }
    .list_experts {
        padding-bottom: 0;
        border-bottom: 0 solid #000; }
    .list_experts ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list_experts li {
        width: 100%;
        margin-right: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px;
        border-bottom: 1px solid #979797;
        margin-bottom: 25px;
        padding-bottom: 0px; }
    .list_experts li:last-child {
        margin-bottom: 0; }
    .list_experts .photo {
        padding-top: 0;
        margin-bottom: 0;
        width: 100px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        position: relative;
        height: 85px; }
    .list_experts .photo:before {
        content: '';
        display: none; }
    .list_experts .photo a {
        display: block;
        height: 100%; }
    .list_experts .photo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        max-width: inherit;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .list_experts .title {
        margin-bottom: 5px; }
    .list_experts .title a {
        font-size: 12px; }
    .list_experts .txt {
        font-size: 12px;
        margin-bottom: 10px; }
    .list_experts .namb {
        font-size: 9px;
        margin-bottom: 15px; }
    .wight_32 {
        width: 100%; }
    .flx_list .item {
        margin-bottom: 25px !important;
		border-bottom: 1px solid #ECECEC;
		padding-bottom: 33px;
		margin-bottom: 33px;		}
    .flx_list .thumb {
        margin-bottom: 12px; }
    .flx_list .title a {
        font-size: 17px; }
    .flx_list .item.info_vid_2 .info {
        bottom: 0;
        left: 0;
        position: relative;
        max-width: 100%; }
    .flx_list .item.info_vid_2 .thumb {
        margin-bottom: 12px; }
    .flx_list .item.info_vid_2 .title {
        margin-top: 8px; }
    .flx_list .item.info_vid_2 .title a {
        font-size: 17px;
        color: #000C24; }
    .group_slider_home .name {
        top: 25px;
        left: 15px;
        font-size: 12px; }
    .group_slider_home .pagingInfo_home {
        top: 25px;
        right: 15px;
        font-size: 12px; }
    .for_item_home {
        height: 480px; }
    .for_item_home .info {
        left: 15px; }
    .for_item_home .title a {
        font-size: 18px; }
    .other {
        padding: 0 15px;
        bottom: 15px; }
    .other ul {
        border-top: 0 solid #000;
        padding-top: 0; }
    .other li {
        width: 230px;
        margin-right: 25px; }
    .other .category_link {
        margin-bottom: 15px; }
    .news_week_id .left {
        margin-top: 30px; }
    .list_last_news li {
        margin-left: 0;
        padding-bottom: 15px;
        margin-top: 7px;
		margin-bottom: 7px;
        padding-right: 0; }
    .list_last_news p a {
        font-size: 13px; }
    .list_last_news .time {
        /*left: -50px;*/
        font-size: 13px; }
    .list_last_news .partner_news {
        margin-top: 8px; }
    .list_last_news .partner_news a {
        font-size: 10px; }
    .market_post .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .market_id .flx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .market_id .col_right {
        padding: 20px; }
    .panel .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
    .panel .top .logo {
        width: 100%;
        margin-bottom: 20px; }
    .panel .wrap_panel {
        width: 100%;
        padding: 10px; }
    .panel .close_panel {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px; }
    .panel .close_panel img {
        zoom: 0.8; }
    .menu_panel_sub a {
        padding: 10px;
        font-size: 12px; }
    .menu_panel_sub_2 {
        margin-bottom: 20px; }
    .menu_panel_sub_2 a {
        font-size: 12px; }
    .result_control {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .result_control > div {
        width: 100%; }
    .result_control > div:nth-child(1n+2) {
        margin-top: 10px; }
    .result_control select {
        width: 100%; }
    .result_control .for_date {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .item_result {
        padding: 30px 20px; }
    .item_result .thumb {
        width: 100%;
        margin-bottom: 20px; }
    .item_result .thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .item_result .title a {
        font-size: 15px; }
    .item_result .excerption {
        font-size: 13px; }
    .item_result .flx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .item_result .flx > div {
        width: 100%; }
    .item_result .flx .date {
        font-size: 12px;
        margin-top: 12px; }
    .menu_panel {
        width: 100%; }
    .menu_panel ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .menu_panel a {
        padding: 10px;
        font-size: 12px; }
    .item_result {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .item_result .thumb {
        margin-right: 0;
        width: 100%; }
    .tabs_plus_slider .name_s ul {
        display: none; }
    .slider_col_3 .item_tab {
        width: 222px; }
    .item_small_4 {
        width: 222px;
        height: 204px;
        padding-bottom: 0 !important;
        margin-bottom: 10px !important;
        border-bottom: 0 solid #000 !important; }
    .item_no_image {
        width: 229px; }
    .item_no_image .date_2 {
        font-size: 12px; }
    .news_week__item.sticky_posts {
        padding: 30px 20px; }
    .news_week__item.sticky_posts .thumb {
        display: none; }
    .margin_top_20 {
        margin-top: 20px; }
    .container_informer {
        border: 0 solid #000;
        padding: 0; }
    .container_informer .options {
        display: none; }
    .filter_informer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .filter_informer .name {
        font-size: 12px;
        letter-spacing: 1px;
        margin-right: 0; }
    .filter_informer .select {
        padding-right: 20px; }
    .filter_informer .period {

        width: 100%;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-top: 2px solid #000C24;
        margin-top: 10px;
        padding-top: 20px; }
    .filter_informer .period a {
        font-size: 12px; }
    .tags_could a {
        padding: 10px;
        font-size: 12px; }
    .item_slider_photo .thumb a {
        display: block;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .item_slider_photo .thumb a img {
        display: none; }
    .find_photo {
        margin-bottom: 20px !important; }
    .grid_1_plus_2 .big {
        height: 300px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .grid_1_plus_2 .big .title {
        font-size: 16px; }
    .grid_1_plus_2 .big .date {
        font-size: 12px; }
    .grid_1_plus_2 .big .views {
        font-size: 12px; }
    .grid_1_plus_2 .big img {
        display: none; }
    .item_video .title {
        font-size: 12px; }
    .item_video .date {
        font-size: 12px; }
    .item_video .views {
        font-size: 12px; }
    .grid_1_plus_2 .right .item_video {
        width: 100%;
        margin-bottom: 10px; }
    .grid_4 .item_video {
        width: 100%; }
    .grid_4 .item_video:nth-child(1n+2) {
        margin-top: 10px; }
    #slider_photo_nav .slick-current p:before {
        height: 2px; }
    .item_slider_photo .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .item_slider_photo .bottom .meta {
        width: 100%; }
    .item_slider_photo .bottom .social_like {
        margin-top: 10px; }
    #slider_photo_nav .item_nav_photo {
        width: 80px;
        height: 80px;
        margin-right: 10px;
        padding: 0; }
    #slider_photo_nav .slick-list {
        margin: 0;
        background-size: 100% 2px; }
    .grid_live > div {
        width: 100%; }
    .grid_live > div:nth-child(3n+2), .grid_live > div:nth-child(3n+3) {
        margin-left: 0%; }
    .grid_live > div:nth-child(1n+2) {
        margin-top: 20px; }
    .slider_tabs_3 .slick-list {
        margin: 0 !important; }
    .slider_tabs_3 .slick-slide {
        padding: 0;
        width: 220px;
        margin-right: 10px; }
    .count_slider_tabs_3.show_mobile_760 {
        margin-top: -20px;
        font-weight: bold;
        line-height: normal;
        font-size: 12px;
        letter-spacing: 1.5px;
        color: #BEBEBE; }
    .slider_tabs_3 .item {
        margin-bottom: 30px; }
    .slider_tabs_3 .slick-prev,
    .slider_tabs_3 .slick-next {
        top: auto;
        bottom: 0px;
        width: 24px;
        height: 24px;
        background-size: cover; }
    .slider_tabs_3 .slick-prev {
        right: 30px; }
    .show_mobile_760 {
        display: block !important; }
    .date_2 {
        font-size: 12px; }
    .item_project {
        width: 229px;
        height: 216px;
        padding: 40px 20px; }
    .item_project .title {
        margin: 28px 0; }
    .grid_project .item_book {
        width: 100%; }
    .item_book {
        height: 310px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .item_book .thumb {
        display: none; }
    .item_book .info .title {
        font-size: 18px; }
    .item_book .info .txt {
        font-size: 13px; }
    .item_book.has_holder {
        height: auto; }
    .show_all {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .show_all p {
        padding: 0 15px 0 0; }
    .sub_title {
        position: relative; }
    .sub_title .link_2.all_vote {
        position: absolute;
        top: 243px;
        left: 0;
        font-size: 12px;
        font-weight: normal; }
    .item_discuis {
        width: 230px; }
    .flx_vote.has_image {
        background-image: none; }
    .title_short a {
        font-size: 15px; }
    .excerption {
        font-size: 13px; }
    .form_holder .btn {
        height: 40px; }
    .input_text {
        height: 40px;
        font-size: 12px; }
    select {
        font-size: 12px;
        height: 40px; }
    .name_s .count {
        padding-right: 65px; }
    .slider_tabs_2 .slick-prev,
    .slider_tabs_2 .slick-next {
        top: -60px;
        width: 24px;
        height: 24px;
        background-size: cover; }
    .slider_tabs_2 .slick-prev {
        right: 29px; }
    .date_news > div {
        font-weight: normal;
        font-size: 12px; }
    .date_news .like {
        display: none; }
    .news_week__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news_week__item .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 22px; }
    .news_week__item .thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .news_week__item .title a {
        font-size: 17px; }
    .margin_bottom_40 {
        margin-bottom: 30px; }
    .comment_item {
        padding: 10px 10px 40px 10px;
        position: relative; }
    .comment_item .userpic img {
        width: 40px;
        height: auto; }
    .comment_item .avtor {
        font-size: 13px; }
    .comment_item .txt {
        margin-left: -50px;
        font-size: 14px; }
    .comment_item .like_voice {
        position: absolute;
        bottom: 10px;
        right: 10px; }
    .comment_item .status {
        display: none; }
    .comment_item .date b {
        display: inline-block;
        background-color: #fff;
        padding: 0;
        font-weight: bold;
        line-height: normal;
        font-size: 10px;
        letter-spacing: 1.04px;
        color: #1A243A;
        font-family: "Gotham Pro";
        margin-left: 10px; }
    .comment_item.answer {
        padding: 0px 0px 30px 20px;
        border: 0 solid #000;
        border-left: 1px solid #ECECEC;
        margin: 20px 0 20px 20px; }
    .comment_item.answer .like_voice {
        bottom: 0; }
    .comment_control {
        font-size: 13px; }
    .flx_vote dt {
        font-size: 17px;
        margin-bottom: 16px; }
    .flx_vote dd p {
        margin-bottom: 12px; }
    .flx_vote .btn_group {
        margin-top: 15px;
        margin-bottom: 0; }
    .vote_post {
        margin-bottom: 40px; }
    .vote_post .name_vote {
        border-bottom: 2px solid #000C24;
        padding-bottom: 14px;
        margin-bottom: 23px;
        font-size: 12px; }
    .vote_post .flx_vote {
        padding: 0;
        border: 0 solid #000; }
    .btn_group {
        margin-bottom: 30px; }
    .hash_tags a {
        font-size: 12px; }
    article .text {
        margin-bottom: 30px; }
    .about_post {
        font-size: 13px; }
    .about_post img {
        margin-right: 20px; }
    .about_post > div:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about_post > div:last-child p {
        width: 100%; }
    .slider_content {
        margin-top: 30px;
        margin-bottom: 20px; }
    .slider_content .caption {
        font-size: 12px;
        padding-left: 15px;
        margin-top: 10px; }
    .text {
        font-size: 16px; 
		line-height:1.5 }
    .text .bold {
        font-size: 16px; }
    .text p,
    .text ul,
    .text ol,
    .text .table {
        margin-bottom: 20px; }
	.text ul {
	  font-size: 16px;
	}
    .text ul li {
        margin-left: 15px; }
    article .title {
        margin-bottom: 20px; }
    article .title h1 {
        font-size: 20px; }
    .date_post {
        margin-bottom: 30px; }
    .date_post > div:first-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .date_post .category_post {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px; }
    .date_post > div > div {
        margin-right: 15px; }
    .content_article {
        padding: 0 15px; }
    .subscribe_panel {
        top: 98px;
        width: calc(100% - 30px);
        left: 17px;
        padding: 20px;
        background-size: 100px auto; }
    .subscribe_panel .radio_group p {
        width: 100%; }
    .subscribe_panel .radio_group p:nth-child(3n+2), .subscribe_panel .radio_group p:nth-child(3n+3) {
        margin-left: 0%; }
    .subscribe_panel .radio_group p:nth-child(1n+2) {
        margin-top: 8px; }
    .btn {
        font-size: 12px;
        padding: 10px 15px; }
    .tags_could {
        margin-bottom: 20px; }
    footer .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 25px 15px; }
    footer .menu_footer {
        margin-bottom: 20px;
        padding-bottom: 20px; }
    footer .menu_footer ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    footer .menu_footer li {
        margin-right: 0; }
    footer .menu_footer a {
        font-size: 12px; }
    footer .left {
        margin-right: 0; }
    footer .top {
        margin-bottom: 15px;
        padding-bottom: 20px; }
    footer .bottom {
        display: none; }
    footer .menu_options {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(151, 151, 151, 0.25);
        width: 100%; }
    footer .contact_foot p {
        padding-left: 12px;
        position: relative; }
    footer .contact_foot p:before {
        content: '';
        display: block;
        background-color: #FF7F00;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 5px;
        left: 0;
        border-radius: 100%; }
    footer .logo_foot {
        margin-bottom: 15px; }
    footer .logo_foot img {
        width: 66px;
        height: auto; }
    footer .copy {
        font-size: 9px; }
    footer .social_foot {
        position: absolute;
        bottom: 23px;
        right: 15px;
        width: 110px; }
    footer .social_foot p {
        opacity: 0.5; }
    footer .social_foot li {
        margin-right: 8px;
        zoom: 0.9; }
    footer .social_foot a {
        opacity: 0.5; }
    .look {
        font-size: 12px; }
    .search_archiv input {
        font-size: 12px;
        width: 100px; }
    .flx_subscribe {
        background-image: url(../images/subscribe_2.png);
        background-repeat: no-repeat;
        background-position: 15px bottom;
        background-size: 56px auto;
        padding: 20px 20px 20px 95px;
        border: 2px solid #000C24; }
    .flx_subscribe .form_subscribe {
        width: 100%; }
    .flx_subscribe .name {
        font-size: 12px;
        margin-bottom: 12px; }
    .flx_subscribe .name b {
        font-size: 18px;
        display: block;
        margin-bottom: 5px; }
    .flx_subscribe .btn {
        padding: 5px 10px; }
    .flx_subscribe .btn i {
        font-size: 12px; }
    .flx_subscribe .input_text {
        height: 32px;
        padding: 0 12px;
        font-size: 12px; }
    .flx_subscribe small {
        font-size: 8px;
        line-height: 1.4;
        display: block; }
    .mobile_760_hide {
        display: none; }
    .desktop_760_hide {
        display: block; }
    .flx_sub .sub_left.revers {
        margin-bottom: 30px; }
    .mobile_best_week {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mobile_best_week .item_small_3 {
        width: 100%; }
    .mobile_best_week .item_small_3:nth-child(3n+2), .mobile_best_week .item_small_3:nth-child(3n+3) {
        margin-left: 0%; }
    .mobile_best_week .item_small_3:nth-child(1n+2) {
        margin-top: 20px; }
    .content_flx .content_left {
        width: 100%; }
    .content_flx .content_right {
        width: 100%; }
    .news_week__item .title a {
        font-size: 17px; }
    .horizontal a {
        margin-right: 0; }
    .horizontal .promo_site {
        position: relative !important;
        right: auto !important;
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        margin-top: 10px;
        display: inline-block; }
    .mobile_grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px; }
    .mobile_grid .col_left {
        width: 100%; }
    .mobile_grid .col_right {
        width: 100%; }
    .search_archiv input {
        font-weight: normal; }
    div.group_slider_news .pagingInfo2 {
        top: -51px !important;
        right: 60px !important;
        font-size: 12px;
        color: #BEBEBE; }
    #slider_for .slick-prev {
        right: 29px !important; }
    div#slider_for .slick-list {
        margin: 0; }
    #slider_for .slick-prev,
    #slider_for .slick-next {
        width: 24px !important;
        height: 24px !important;
        background-size: cover !important;
        top: -58px !important; }
    div.for_item {
        height: 360px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative; }
    div.for_item .thumb {
        display: none; }
    div.for_item .date {
        top: 20px;
        left: 20px; }
    div.for_item .info {
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px; }
    div.for_item .title {
        font-size: 18px; }
    #slider_nav {
        display: none !important; }
    .padding_left_right {
        padding-right: 15px;
        padding-left: 15px; }
    header .wrap {
        padding: 15px; }
    header .logo img {
        width: 168px;
        height: auto; }
    header .head_option {
        display: none; }
    .rates_id .wrap {
        padding: 15px; }
    .breadcrumbs {
        padding: 15px;
        font-size: 10px; }
    .breadcrumbs .wrap {
        padding: 0; }
    .breadcrumbs a:after {
        width: 6px;
        height: 6px;
        margin: 0 10px;
        position: relative;
        top: -1px; }
    .title_page.margin_left {
        margin-left: 15px; }
    .title_page {
        margin-bottom: 20px; }
    .title_page h1 {
        font-size: 20px; }
    .slider_news__item {
        height: 360px;
        background-repeat: no-repeat;
        background-position: center center; }
    .slider_news__item .pic {
        display: none;
        height: 400px !important; }
    .slider_news__item .info {
        width: 92%;
        left: 0;
        bottom: 0;
        padding: 20px 15px; }
    .slider_news__item .meta {
        margin-bottom: 20px; }
    .slider_news__item .title a {
        font-size: 18px; }
    .views {
        font-size: 12px; }
    .views2 {
        font-size: 12px; }
    .date {
        font-size: 12px; }
    .like img {
        zoom: 0.9; }
    .meta .date_time {
        font-size: 12px; }
    .slider_news__item.vid_2 .info {
        left: 0;
        padding: 20px 15px; }
    .title_block {
        top: 20px;
        left: 15px;
        font-size: 12px; }
    #slider_news .slick-dots {
        padding: 0 7px;
        top: 44px; }
    .main_news_id {
        /*margin-bottom: 80px; *//*35px;*/ }
    .main_news_id .pagingInfo {
        top: 20px;
        right: 15px;
        font-size: 12px; }
    .main_news_id .left {
        width: 100%; }
    .main_news_id .right {
        margin-top: 0;
        margin-left: 0;
        width: 100%; }
    .main_news_id .moble_no_padding {
        padding: 0; }
    .partner_list > div {
        width: 100%; }
    .partner_list > div:nth-child(1n+2) {
        margin-top: 10px; }
    .content .wrap {
        padding: 0 15px; }
    .name_s {
        padding-bottom: 12px;
        margin-bottom: 25px;
        font-size: 12px; }
    .holder a.promo_site_2 {
        text-align: left;
        padding: 5px 15px 0px 15px; }
    .item_small .category_link {
        top: 20px;
        left: 20px;
        font-size: 12px; }
    .item_small .info {
        bottom: 0;
        padding: 20px; }
    .item_small .title {
        font-size: 16px; }
    .item_small .meta {
        margin-bottom: 15px; }
    .item_small .views {
        font-size: 12px; }
    .item_small .date {
        font-size: 12px; }
    .category_link a,
    .category_link span {
        font-size: 12px; }
    .link_2 {
        font-size: 12px; }
    .show_320 {
        display: block !important; }
    .pos_middle {
        margin-bottom: 0 !important; }
    .slider_tabs_2 .slick-list {
        margin: 0; }
    .slider_tabs_2 .slick-slide {
        width: 220px;
        padding: 0;
        margin-right: 10px; }
    .text .count_slider {
        bottom: 35px;
        font-size: 12px; }
    .btn_group.vid_2 p:first-child {
        margin-right: 0;
        padding-right: 0; }
    .btn_group.vid_2 .btn {
        padding: 9px 10px; }
    .date_news .views2 {
        margin-right: 0; }
    .date_news > div {
        margin-right: 10px; }
    .slider_content .slick-prev, .slider_content .slick-next {
        height: calc(100% - 25px); }
    .group_slider {
        padding: 0 0px; }
    #slider_photo .item_slider_photo {
        margin-right: 10px; }
    #slider_photo .item_slider_photo.slick-current .bottom {
        opacity: 1; }
    #slider_photo .item_slider_photo .thumb a {
        height: auto;
        width: 270px;
        height: 200px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover; }
    #slider_photo .item_slider_photo .thumb a img {
        display: none; }
    #slider_photo .item_slider_photo .bottom {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #slider_photo .slick-prev {
        right: 32px;
        bottom: 8px;
        left: auto;
        top: auto; }
    #slider_photo .slick-next {
        right: 0;
        bottom: 8px;
        left: auto;
        top: auto; } }

/* market style */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/* базовые для маркета */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* контент левой колонки без overflow hidden */
.content_left_without-oh {
    overflow: visible !important; }

/* заголовок страницы h1 */
.m-title_page h1 {
    background-color: #fff; }

/* кнопка в заголовке справа */
.m-title_page-btn {
    padding-right: 400px; }

.m-title_page-btn .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    background: none;
    border: 1px solid #1A243A;
    background: #fff;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    color: #1A243A;
    border-radius: 5px; }

.m-title_page-btn .btn::before {
    content: '';
    width: 20px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: -21px;
    top: 0; }

.m-title_page-btn select {
    max-width: 400px;
    width: 100%;
    height: 40px; }

.m-title_page-btn select::-ms-value {
    background: none;
    color: rgba(89, 89, 89, 0.68); }

.m-title_page-select-inner select {
    max-width: 250px; }

.m-title_page-btn .wrapper {
    max-width: 420px;
    width: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-title_page-btn .wrapper span {
    white-space: nowrap;
    margin-right: 20px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 11px;
    font-size: 15px;
    text-align: right;
    color: #000C24; }

/* подзаголовок в заголовке */
.m-title_page-sub {
    text-decoration: none;
    font-family: "KazimirText";
    line-height: 19px;
    font-size: 20px;
    color: #979797; }

/* заголовк шириной в левую колонку */
.title_page-left-col {
    max-width: 920px;
    width: 100%; }

/* модифицированный заголовок с бордером внизу и доп. категорией */
.name_s_modified .name_s-sub {
    color: #000C24;
    font-size: 14px;
    line-height: 12px;
    font-family: "Gotham Pro";
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    margin-left: 50px;
    text-decoration: none; }

.name_s_modified .name_s-sub a {
    color: #000C24;
    font-size: 14px;
    line-height: 12px;
    font-family: "Gotham Pro";
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none; }

.name_s_modified .name_s-sub_modified {
    margin-left: auto; }

.name_s_modified .name_s-sub_modified span {
    display: inline-block; }

.name_s_modified a:hover {
    color: #FF7F00; }

/* layout для двух колонок на странице каталога */
.layout-two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.layout-two-cols__left {
    width: 300px;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.layout-two-cols__right {
    width: calc(100% - 340px); }

/* заголовок оранжевого цвета uppercase */
.title-uppercase {
    text-transform: uppercase;
    color: #FF7F00; }

/* layout */
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.container__left-col {
    width: calc(100% - 287px);
    position: relative; }

.container aside {
    width: 257px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

/* layout 890px */
.container_modified .container__left-col {
    width: calc(100% - 330px); }

.container_modified aside {
    width: 257px;
    margin-left: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

/* layout двух одинаковых колонок разделенный поровну */
.layout-two-cols-identical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -60px; }

.layout-two-cols-identical > div {
    width: 580px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 60px; }

/* стилизованный список */
.list-styled {
    list-style: none;
    margin-left: 30px;
    margin-top: 20px; }

.list-styled li {
    position: relative;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    font-size: 15px;
    color: #595959; }

.list-styled li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF7F00;
    position: absolute;
    top: 12px;
    left: -15px;
    border-radius: 100%; }

/* блок с социальныи сетями */
.social_like .bg_social_button {
    width: 23px;
    height: 23px; }

.social_like ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.social_like .star {
    cursor: pointer; }

.name_s-without-border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px; }

.name_s-with-img img {
    margin: 0 10px; }

.m-content_flx-mod .content_left {
    width: calc(100% - 330px); }

.m-content_flx-mod .content_right {
    width: 290px;
    margin-left: 40px; }

.m-content_flx-mod-series .content_left {
    width: calc(100% - 330px); }

.m-content_flx-mod-series .content_right {
    width: 260px;
    margin-left: 70px; }

.rates_id {
    position: relative;
    z-index: 1; }

input.error {
    border-color: #fc0000 !important; }

@media screen and (min-width: 1200px) {
    .hidden_lg {
        display: none !important; }
    .visible_sm {
        display: none !important; } }

@media screen and (max-width: 1199px) {
    .hidden_sm {
        display: none !important; }
    .visible_sm {
        display: block !important; }
    .layout-two-cols__right {
        width: 100%; }
    .container__left-col {
        width: 100%; }
    .layout-two-cols-identical {
        margin-left: 0; }
    .layout-two-cols-identical > div {
        width: 100%;
        margin-left: 0; }
    .name_s_modified .name_s-sub, .name_s_modified .name_s-sub a {
        line-height: 12px;
        font-size: 13px; }
    .m-title_page-btn {
        padding-right: 320px;
        margin-bottom: 20px; }
    .m-title_page-btn .btn {
        top: 50%;
        margin-top: -19px; }
    /* layout 890px */
    .container_modified .container__left-col {
        width: 100%; }
    /* layout series page */
    .j-content_flx-series {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .j-content_flx-series .content_left {
        width: 100%; }
    .j-content_flx-series .content_right {
        width: 100%;
        margin-left: 0; }
    .m-title_page-btn .wrapper {
        max-width: 300px; }
    .m-title_page-btn .wrapper_inner {
        max-width: 390px; }
    .title_page-left-col {
        width: 100%; }
    .m-content_flx-mod-series .content_left {
        width: 100%; }
    .m-title_page-select-inner select {
        max-width: 240px; } }

@media screen and (max-width: 767px) {
    .hidden_xs {
        display: none !important; }
    .visible_xs {
        display: block !important; }
    .name_s-mod-right {
        padding-right: 100px !important; }
    .name_s_modified .name_s-sub, .name_s_modified .name_s-sub a {
        line-height: 12px;
        font-size: 12px; }
    .name_s-sub-xs {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        font-size: 12px;
        color: #000C24;
        text-decoration: none;
        margin-top: 10px;
        position: relative;
        z-index: 5; }
    .layout-two-cols-identical {
        margin-left: 15px;
        margin-right: 15px; }
    .layout-two-cols-identical > div {
        width: 100%;
        margin-left: 0; }
    .m-title_page-btn {
        padding-right: 0;
        margin-bottom: 20px;
        padding-bottom: 50px; }
    .m-title_page-btn::before {
        top: 11px; }
    .m-title_page-btn .btn {
        top: auto;
        left: 0;
        bottom: 0;
        margin-top: 0;
        width: 196px;
        line-height: 16px;
        font-size: 12px;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 9px; }
    .name_s-with-img img {
        margin: 0 5px;
        max-width: 20px; }
    .m-title_page-btn .wrapper {
        position: relative;
        padding-left: 0;
        margin-top: 15px; }
    .m-title_page-select {
        padding-bottom: 0 !important; }
    .m-title_page-btn .wrapper_inner span {
        line-height: 10px;
        font-size: 13px; }
    .m-title_page-select-inner select {
        max-width: 160px; } }

@media screen and (max-width: 440px) {
    .name_s-mod-right {
        padding-right: 35% !important; } }



/* блок зарегистрироваться на синем фоне */
.m-registration {
    background-color: #1A243A;
    border: solid 10px #1A243A;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 40px 30px; }

.m-registration__logo {
    margin-bottom: 30px; }

.m-registration__logo img {
    max-width: 215px;
    max-height: 27px; }

.m-registration__text {
    font-family: "KazimirText";
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-height: 51px;
    overflow: hidden;
    width: 100%; }

.m-registration__text b {
    font-family: "Gotham Pro"; }

.m-registration__btn {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px; }

@media screen and (max-width: 767px) {
    .m-registration {
        height: 100%;
        padding: 30px 15px; }
    .m-registration .m-registration__text {
        line-height: 22px;
        font-size: 15px;
        max-height: 100%; } }

/* сюжеты */
.m-plots {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 60px;
    min-height: 677px; }

.m-plots .info {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.m-plots .for_item_home {
    padding-left: 30px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #060c1b; }

.m-plots .pagingInfo2 {
    position: absolute;
    right: 250px;
    top: 45px;
    z-index: 5;
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    color: #FFFFFF; }

.m-plots .title {
    max-height: 188px;
    overflow: hidden;
    width: 100%; }

.m-plots-media {
    margin-top: 40px;
    padding: 40px 30px 20px 0; }

.m-plots-media__head {
    border-bottom: 2px solid rgba(151, 151, 151, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-size: 10px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px; }

.m-plots-media__left {
    max-width: 598px;
    width: 100%;
    margin-right: auto; }

.m-plots-media__right {
    max-width: 560px;
    width: 100%;
    margin-left: auto; }

.m-plots-media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-plots__link {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -62px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    color: #000C24;
    text-decoration: none; }

.m-plots__link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    background-color: #FF7F00;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative; }

.m-plots__link span::before {
    content: '';
    background-image: url(../images/market/icons/arrow-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 13px;
    height: 13px; }

.m-plots #slider_nav .nav_item {
    position: relative;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    font-size: 13px; }

.m-plots #slider_nav .nav_item::after {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 0;
    background-color: #FF7F00;
    height: 1px;
    transition: 4s;
}

.m-plots #slider_nav .nav_item.slick-current::after {
    width: 100%;
}

.m-plots .slick-list {
    margin: 0 !important; }

.m-plots-media__left .m-plots-media__head {
    width: calc(200% + 20px); }

.m-plots-media__right .m-plots-media__head {
    border-bottom: 2px solid transparent; }

.m-plots .slick-dots {
    display: none !important; }

.m-plots .m-article-list {
    width: auto; }

.m-plots .owl-loaded .m-article-list__item {
    width: calc(100% - 20px); }

@media screen and (max-width: 1199px) {
    .m-plots {
        min-height: 100%; }
    .m-plots-media__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-plots .for_item_home {
        height: 100%;
        max-height: 960px; }
    .m-plots-media__list > div {
        width: 100%;
        max-width: 100%; }
    .m-plots-media__left .m-plots-media__head {
        width: 100%; }
    .m-plots-media__right .m-plots-media__head {
        border-bottom: 2px solid rgba(151, 151, 151, 0.2); }
    .m-plots-media__left {
        margin-bottom: 10px; }
    .m-plots .slick-dots {
        position: absolute;
        top: 80px;
        left: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        margin-left: -2px;
        padding: 0 30px;
        z-index: 10;
        list-style: none; }
    .m-plots .slick-dots li {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 2px;
        position: relative; }
    .m-plots .slick-dots li button {
        display: block;
        border: 0;
        border-radius: 10px;
        display: block;
        height: 20px;
        width: 100%;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0.28;
        background: transparent; }
    .m-plots .slick-dots li button:before {
        content: '';
        height: 2px;
        width: 100%;
        display: block;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%; }
    .m-plots .slick-dots li:hover button {
        opacity: 1; }
    .m-plots .slick-dots li:hover button:before {
        background-color: #FF7F00; }
    .m-plots .slick-dots .slick-active button:before {
        background-color: #FF7F00; }
    .m-plots .slick-dots .slick-active button {
        opacity: 1; }
    .m-plots .name {
        top: 50px; }
    .m-plots .title {
        max-height: 165px; }
    .m-plots #slider_nav {
        display: none; }
    .m-plots .pagingInfo2 {
        position: absolute;
        right: 30px;
        top: 50px;
        color: #BEBEBE; }
    .m-plots .m-article-list__item {
        width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
    .m-plots {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px; }
    .m-plots .for_item_home {
        padding-top: 20px;
        padding-left: 15px; }
    .m-plots .name {
        top: 20px;
        left: 15px; }
    .m-plots .slick-dots {
        padding-left: 15px;
        padding-right: 15px;
        z-index: 10;
        top: 30px; }
    .m-plots .pagingInfo2 {
        top: 20px;
        right: 15px;
        line-height: 10px;
        font-size: 12px; }
    .m-plots .info {
        padding-right: 15px; }
    .m-plots-media {
        padding-top: 0;
        padding-right: 0; }
    .m-plots-media__left .m-plots-media__head {
        line-height: 14px;
        font-size: 10px;
        letter-spacing: 0.7px;
        padding-bottom: 5px;
        width: auto; }
    .m-plots__link {
        display: none; }
    .m-plots .m-article-list {
        margin-left: -10px; }
    .m-plots .m-article-list__item {
        width: 270px !important;
        margin-left: 10px; }
    .m-plots .m-article-list .owl-stage-outer {
        margin-right: -10px; } }



/* список новостей с бг */
.m-article-list {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.m-article-list__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    height: 204px;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.m-article-list__item::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-23.04%, rgba(26, 36, 58, 0)), color-stop(76.96%, rgba(0, 12, 36, 0.8)));
    background: -webkit-linear-gradient(top, rgba(26, 36, 58, 0) -23.04%, rgba(0, 12, 36, 0.8) 76.96%);
    background: -o-linear-gradient(top, rgba(26, 36, 58, 0) -23.04%, rgba(0, 12, 36, 0.8) 76.96%);
    background: linear-gradient(180deg, rgba(26, 36, 58, 0) -23.04%, rgba(0, 12, 36, 0.8) 76.96%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }

.m-article-list__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 13px;
    color: #FFFFFF;
    position: relative;
    z-index: 5; }


/* список последних новостей */
.m-list_last_news p a {
    line-height: 24px; }

.m-list_last_news .time {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 17px;
    color: #9A9A9A; }

.m-list_last_news li {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 17px;
    color: #000C24;
    position: relative;
    padding-right: 55px; }

.m-list_last_news li a {
    text-decoration: none;
    line-height: 24px;
    font-size: 17px;
    color: #000C24; }

.m-list_last_news li a:hover {
    color: #FF7F00; }

.m-list_last_news .view {
    position: absolute;
    right: 0;
    top: 5px;
    font-family: "Gotham Pro";

    font-style: normal;

    font-weight: bold;
    line-height: normal;
    font-size: 12.6px;
    color: #9A9A9A;
    z-index: 2; }

.m-news-list__wrapper .left {
    overflow: visible;
    width: calc(100% + 455px); }

.m-list_last_news .view::before {
    content: '';
    display: inline-block;
    background-image: url(../images/icon/views2.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 10px;
    margin-right: 5px; }

@media screen and (max-width: 1199px) {
    .m-news-list__wrapper .left {
        width: 100%; } }

@media screen and (max-width: 767px) {
    .m-news-list__wrapper {
        margin-bottom: 20px; }
    .m-list_last_news .time {
        line-height: 30px;
        font-size: 13px;
        top: -5px; }
    .m-list_last_news li a {
        line-height: 20px;
        font-size: 13px;
        display: block; }
    .m-list_last_news .view {
        line-height: normal;
        font-size: 12px; }
    .m-list_last_news .view::before {
        background-size: 12px;
        width: 12px;
        height: 8px; } }

/* рейтинги */
.m-best .name_s .link {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    font-size: 14px;
    text-align: right;
    color: #000C24;
    letter-spacing: normal;
    text-transform: none;
    margin-left: auto;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-best .name_s .link span::before {
    font-size: 14px;
    margin-right: 5px; }

@media screen and (max-width: 1199px) {
    .m-best .item__best:nth-child(2) .thumb::before {
        display: block !important;
        background: #000C24;
        opacity: 0.06; } }

@media screen and (max-width: 767px) {
    .m-best .name_s .link {
        line-height: 12px;
        font-size: 12px; }
    .m-best .name_s .link span::before {
        line-height: 10px;
        font-size: 10px; }
    .m-best .item__best:nth-child(2) .thumb::before {
        display: none; } }


/* блок с информацией на синем фоне */
.m-informer {
    background-color: #1A243A;
    position: relative;
    margin-bottom: 40px; }

.m-informer::before {
    content: '';
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 10px;
    left: 10px; }

.m-informer .wrap {
    background-image: url(../images/market/icons/planet.svg);
    background-size: 400px;
    background-position: 65px center;
    background-repeat: no-repeat;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.m-informer__text {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 35px;
    font-size: 28px;
    color: #FFFFFF;
    max-width: 480px;
    margin-right: 170px;
    max-height: 177px; }

.m-informer__text b {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 35px;
    font-size: 28px;
    color: #FFFFFF; }

@media screen and (max-width: 1199px) {
    .m-informer__text {
        margin-left: auto;
        margin-right: auto; } }

@media screen and (max-width: 767px) {
    .m-informer__text, .m-informer__text b {
        margin-right: 0;
        line-height: 24px;
        font-size: 18px; }
    .m-informer .wrap {
        padding: 50px 30px;
        text-align: center;
        background-image: url(../images/market/icons/planet-full.svg);
        background-size: 200px;
        background-position: left bottom;
        height: 162px; } }



/* новости партнеров 3 в строку */
.m-news-list_3-in-row {

    margin-bottom: 30px; }

.m-news-list_3-in-row .m-news-list__item {
    width: calc(25% - 30px); }

.m-news-list_3-in-row .m-news-list__item_lg {
    width: calc(50% - 30px); }

@media screen and (max-width: 1199px) {
    .m-news-list_3-in-row {
        margin-bottom: 0; }
    .m-news-list_3-in-row .m-news-list__item {
        width: calc(33.3% - 30px); }
    .m-news-list_3-in-row .m-news-list__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .m-news-list_3-in-row .m-news-list__item_lg {
        width: calc(66.6% - 30px); }
    .m-news-list_3-in-row .m-news-list__top, .m-news-list_3-in-row .m-news-list__teaser, .m-news-list_3-in-row .m-news-list__info {
        padding-left: 0;
        padding-right: 0; } }

@media screen and (max-width: 767px) {
    .m-news-list_3-in-row {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px; }
    .m-news-list_3-in-row .m-news-list__item {
        width: 100%;
        margin-left: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #ECECEC; }
    .m-news-list_3-in-row .m-news-list__item_lg {
        height: 190px;
        margin-bottom: 10px;
        padding-bottom: 20px; }
    .m-news-list_3-in-row .m-news-list__item_lg .m-news-list__teaser {
        max-height: 62px; } }



/* stories */
.m-about_stories .info {
    position: relative;
    top: auto;
    left: auto;
    padding: 0; }

.m-about_stories .title {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    font-size: 34px;
    color: #1A243A; }

.m-about_stories .title span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    font-size: 34px;
    color: #1A243A;
    display: inline; }

.m-about_stories .date_post .views2 {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #9A9A9A; }

.m-date_post .views2::before {
    font-size: 10px;
    margin-bottom: 2px; }

.m-date_post .title {
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00; }

.m-date_post .image_icon a, .m-date_post .video_icon a {
    text-decoration: none;
    color: #9A9A9A; }

.m-date_post .image_icon a:hover, .m-date_post .video_icon a:hover {
    color: #FF7F00; }

.m-about_stories-media {
    height: 350px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

@media screen and (max-width: 1199px) {
    .m-about_stories {
        height: auto;
        background: none; }
    .m-about_stories::before {
        display: none; }
    .m-about_stories .title {
        line-height: 32px;
        font-size: 24px; }
    .m-about_stories-media {
        height: 300px; }
    .m-date_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

@media screen and (max-width: 767px) {
    .m-about_stories {
        margin-left: 15px;
        margin-right: 15px; }
    .m-about_stories .title, .m-about_stories .title span {
        line-height: 24px;
        font-size: 16px; }
    .m-about_stories-media {
        height: 200px;
        margin-left: 15px;
        margin-right: 15px; }
    .m-date_post {
        margin-left: 15px;
        margin-right: 15px; }
    .m-date_post .date {
        margin-bottom: 10px; }
    .m-date_post > div {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .date_post > div:first-child > div {
        font-size: 12px; }
    .m-date_post .social_like {
        margin-left: -15px; } }

/* результаты поиска в модальном окне */
.m-result_list .item_result .date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;

    text-align: right;
    color: #9A9A9A;
    letter-spacing: normal;
    text-transform: none; }

.m-result_list .item_result .category a {
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
    text-decoration: none; }

.m-result_list .item_result .category {
    margin-bottom: 15px; }

.m-result_list .item_result .category span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    color: #9A9A9A;
    margin-left: 10px; }

.m-result_list .item_result .category span::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FF7F00;
    margin-left: 3px; }

/**/
.m-result_list .m-company-table__head {
    background-color: rgba(255, 255, 255, 0.5) !important; }

.m-result_list .m-company-table__head:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.m-result_list .m-company-table__head .m-company-table__name {
    padding-left: 50px; }

.m-result_list .m-company-table__head .m-company-table__cell {
    color: #1A243A; }

.m-result_list .m-company-table__row {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }

.m-result_list .m-company-table__row:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px #FF7F00;
    box-shadow: inset 0px 0px 0px 2px #FF7F00; }

.m-result_list .m-company-table__name {
    width: 230px; }

.m-result_list .m-company-table__loc, .m-company-table__dir {
    width: 180px;
    padding-right: 30px; }

.m-result_list .m-company-table__sup {
    width: 150px; }

/**/
.m-result_list .m-catalog-card-list {
    margin-left: -30px;
    margin-bottom: 0; }

.m-result_list .m-catalog-card {
    width: calc(33.3% - 30px);
    height: 363px;
    text-align: center;
    margin-left: 30px;
    margin-bottom: 30px; }

.m-result_list .m-catalog-card:hover {
    background-color: #fff; }

.m-result_list .m-catalog-card__img {
    height: 180px;
}

@media screen and (max-width: 1199px) {
    .m-result_list .item_result .title {
        margin-bottom: 15px; }
    .m-result_list .item_result .title a {
        line-height: 24px;
        font-size: 15px; }
    .m-result_list .m-catalog-card .m-catalog-card__title {
        line-height: 17px;
        font-size: 13px; }
    /**/
    .m-result_list .m-catalog-card-list {
        margin-left: -20px; }
    .m-result_list .m-catalog-card {
        width: calc(33.3% - 20px);
        margin-left: 20px;
        margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
    .m-result_list .item_result .excerption p {
        line-height: 20px; }
    .m-result_list .item_result .excerption {
        margin-bottom: 10px; }
    .m-result_list .item_result {
        padding-bottom: 20px; }
    .m-result_list .item_result .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0; }
    .m-result_list .item_result .date {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 0; }
    .m-result_list .item_result .has_category {
        line-height: 17px;
        font-size: 12px; }
    .m-result_list .m-catalog-card {
        margin-left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 10px; }
    .m-result_list .m-catalog-card-list {
        margin-left: 0; }
    .m-result_list .m-catalog-card__title {
        max-height: 33px; }
    .m-result_list .m-company-table-wrapper {
        overflow-x: auto;
        margin-right: -15px; }
    .m-result_list .m-company-table {
        min-width: 840px;
        max-width: 100%; } }

/* модальное окно поиск */
.m-panel_search {
    padding-top: 0; }

.m-panel_search .close_search {
    right: 0;
    top: 0; }

.m-panel_search .flx_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.m-panel_search .head {
    margin-bottom: 50px; }

.m-panel_search .menu_32 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-panel_search .menu_32 .menu_left {
    width: 330px; }

.m-panel_search .menu_32 .menu_center {
    width: 260px;
    margin-left: 45px; }

.m-panel_search .menu_32 .menu_right {
    width: 415px;
    margin-left: auto;
    position: relative;
    padding-left: 85px; }

.m-panel_search .menu_32 .menu_right::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1; }

.m-panel_search .menu_32 li {
    width: 100% !important;
    margin-top: 15px; }

.m-panel_search .menu_32 li:first-child {
    margin-top: 0; }

.m-panel_search .social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.m-panel_search .social dl {
    max-width: 500px;
    width: 100%; }

.m-panel_search .item_search {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.m-panel_search .item_search .info {
    position: relative;
    left: auto;
    top: auto;
    z-index: 5; }

.m-panel_search .item_search .info .title {
    margin-bottom: 30px; }

.m-panel_search .views:before {
    margin-top: -3px;
    font-size: 10px; }

.m-panel_search .icon-like::before {
    font-size: 12px;
    margin-top: -3px;
    margin-right: 10px; }

@media screen and (max-width: 1199px) {
    .m-panel_search .form_search {
        margin-right: 60px !important; }
    .m-panel_search .menu_32 {
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .m-panel_search .menu_32 .menu_right {
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
        padding-left: 0;
        border-right: 0;
        padding-top: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        position: relative; }
    .m-panel_search .menu_32 .menu_right::before {
        display: none; }
    .m-panel_search .link_promo {
        position: absolute;
        left: 375px;
        top: 40px; }
    .m-panel_search .social dl {
        max-width: 708px; }
    .m-panel_search .head {
        margin-bottom: 30px; }
    .m-panel_search .item_search {
        max-width: 708px;
        height: 280px;
        margin: 0; }
    .m-panel_search .path_bottom .right_2 .category_link {
        margin-bottom: 15px; }
    .m-panel_search .item_search .info .title {
        max-height: 155px;
        overflow: hidden;
        margin-bottom: 0; }
    .m-panel_search .path_bottom .right_2 {
        width: calc(100% - 235px); } }

@media screen and (max-width: 767px) {
    .m-panel_search .wrap_panel_search {
        border-left-width: 5px;
        padding-right: 15px;
        padding-left: 10px;
        padding-top: 0; }
    .m-panel_search .close_search {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 15px;
        border-left: 10px solid #1A243A;
        border-bottom: 10px solid #1A243A; }
    .m-panel_search form.form_search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0 !important;
        margin-bottom: 30px; }
    .m-panel_search form.form_search button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px; }
    .m-panel_search form.form_search input {
        height: 30px;
        margin-top: 18px; }
    .m-panel_search .flx .name {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 20px; }
    .m-panel_search .flx .menu_32 a {
        line-height: 14px;
        font-size: 13px; }
    .m-panel_search .head {
        width: 100%; }
    .m-panel_search .menu_32 .menu_left, .m-panel_search .menu_32 .menu_center {
        width: calc(50% - 20px);
        margin-left: 20px; }
    .m-panel_search .menu_32 {
        margin-left: -20px; }
    .m-panel_search .menu_32 .menu_right {
        margin-left: 20px;
        padding-top: 30px;
        margin-top: 30px; }
    .m-panel_search .link_promo {
        position: relative;
        left: auto;
        top: auto;
        font-size: 12px !important;
        padding: 8px 20px !important; }
    .m-panel_search .flx dl dt {
        line-height: 14px;
        font-size: 13px; }
    .m-panel_search .wrap_panel_search .path_bottom {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px 30px 15px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #313A4E;
        padding-bottom: 40px !important; }
    .m-panel_search .path_bottom .right_2 {
        width: 100% !important;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 0;
        margin-left: 0; }
    .m-panel_search .left_2 .name_2, .m-panel_search .path_bottom .right_2 .category_link {
        text-align: center; }
    .m-panel_search .item_search {
        height: 186px; }
    .m-panel_search .item_search .info {
        padding: 30px 20px 20px 20px; }
    .m-panel_search .item_search .title a {
        line-height: 22px !important;
        font-size: 16px !important; }
    .m-panel_search .item_search .info .title {
        max-height: 65px; }
    .m-panel_search .item_search .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .m-panel_search .item_search .bottom .category a {
        margin-bottom: 10px;
        line-height: normal;
        font-size: 8px;
        letter-spacing: 1.04px;
        padding: 7px 10px 5px 10px; }
    .m-panel_search .item_search .meta > div {
        line-height: normal;
        font-size: 12px; }
    .m-panel_search .item_search .views::before {
        background-size: 14px;
        margin-top: 0; }
    .m-panel_search .item_search .icon-like::before {
        font-size: 10px; }
    .m-panel_search .flx .menu_32 ul:last-child li a {
        text-align: left !important;
        width: auto !important; }
    .m-panel_search .desktop_hide {
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 0; } }

/* слайдер 5 в ряд */
.m-catalog-card-list_5-in-row {
    margin-top: -15px;
    margin-bottom: 15px; }

.m-catalog-card-list_5-in-row .slick-list {
    padding: 15px 20px 25px 0;
    margin: 0 -15px 0 0; }

.m-catalog-card-list_5-in-row .m-catalog-card {
    margin-bottom: 0; }

.m-catalog-card-list_5-in-row .slick-prev {
    right: 35px; }

.m-catalog-card-list_5-in-row .slick-next {
    right: 0px; }

.m-catalog-card-slider-wrap .m-catalog-card__archive {
    display: none; }

.m-catalog-card-slider-wrap .name_s_modified > .m-catalog-card__archive {
    display: block; }

.m-catalog-card-slider-wrap .name_s_modified > .m-catalog-card__archive i {
    margin-right: 10px; }

@media screen and (max-width: 1199px) {
    .m-catalog-card-list_5-in-row .slick-prev, .m-catalog-card-list_5-in-row .slick-next {
        top: -55px;
        width: 24px;
        height: 24px;
        background-size: 24px; }
    .m-catalog-card-list_5-in-row .slick-prev {
        right: 30px; }
    .m-catalog-card-list_5-in-row .slick-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px; }
    .m-catalog-card-list_5-in-row .m-catalog-card {
        margin-left: 10px; } }

@media screen and (max-width: 767px) {
    .m-catalog-card-list_5-in-row {
        width: auto;
        margin-left: 0;
        margin-right: -15px;
        margin-bottom: 0; }
    .m-catalog-card-list_5-in-row .m-catalog-card {
        width: 230px !important;
        margin-left: 10px; }
    .m-catalog-card-list_5-in-row .slick-list {
        margin-left: -10px;
        margin-right: 0;
        padding-left: 10px; }
    .m-catalog-card-list_5-in-row .slick-prev {
        right: 45px; }
    .m-catalog-card-list_5-in-row .slick-next {
        right: 15px; }
    .m-catalog-card-list_5-in-row .slick-prev,
    .m-catalog-card-list_5-in-row .slick-next {
        top: -45px; }
    .m-catalog-card-slider-wrap .name_s_modified > .m-catalog-card__archive {
        display: none; }
    .m-catalog-card-slider-wrap .m-catalog-card__archive {
        display: block;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        font-size: 12px;
        color: #000C24;
        margin-bottom: 25px;
        text-decoration: none; }
    .m-catalog-card-slider-wrap .m-catalog-card__archive i {
        margin-right: 9px; } }

/* показать еще */
@media screen and (max-width: 767px) {
    .m-show_all {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 15px;
        margin-right: 15px; }
    .m-show_all p {
        padding-left: 15px; }
    .m-show_all-mod {
        margin-left: 0;
        margin-right: 0; } }

/* на странице корзины 5 в ряд */
.m-catalog-card-list_shopping-cart-wrapper {
    position: relative; }

@media screen and (max-width: 1199px) {
    .m-catalog-card-list_shopping-cart {
        margin-bottom: 20px;
        margin-left: -10px; }
    .m-catalog-card-list_shopping-cart .m-catalog-card {
        width: calc(33.3% - 10px);
        margin-left: 10px;
        margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
    .m-catalog-card-list_shopping-cart {
        margin-left: 0;
        margin-bottom: 0; }
    .m-catalog-card-list_shopping-cart .m-catalog-card {
        width: 230px; }
    .m-catalog-card-list_shopping-cart .slick-list {
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-top: -15px; }
    .m-catalog-card-list_shopping-cart .slick-prev,
    .m-catalog-card-list_shopping-cart .slick-next {
        position: absolute;
        display: block;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
        background: transparent;
        top: -60px;
        padding: 0;
        border: none;
        outline: none;
        z-index: 4;
        width: 24px;
        height: 24px;
        color: #fff;
        background-size: 24px;
        opacity: 0.5; }
    .m-catalog-card-list_shopping-cart .slick-prev:hover,
    .m-catalog-card-list_shopping-cart .slick-next:hover {
        opacity: 1; }
    .m-catalog-card-list_shopping-cart .slick-disabled {
        opacity: 0.5; }
    .m-catalog-card-list_shopping-cart .slick-prev {
        right: 45px;
        background-image: url(../images/btn/slider_prev_2.svg); }
    .m-catalog-card-list_shopping-cart .slick-next {
        right: 15px;
        background-image: url(../images/btn/slider_next_2.svg); }
    .m-catalog-card-list_shopping-cart + .name_s-sub-xs {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
        margin-top: 0; } }

/* карточки на странице stories */
.m-catalog-card-list_stories {
    margin-bottom: 0; }

@media screen and (max-width: 1199px) {
    .m-catalog-card-list_stories .m-catalog-card {
        width: calc(33.3% - 20px); } }

@media screen and (max-width: 767px) {
    .m-catalog-card-list_stories .slick-list {
        padding-left: 15px;
        padding-bottom: 25px;
        padding-top: 15px;
        margin-top: -15px; }
    .m-catalog-card-list_stories {
        margin-left: 0 !important; } }

/* табы на странице stories */
.m-tabs_plus_slider {
    margin-bottom: 20px; }

.m-tabs_plus_slider .item_tab .views2::before {
    font-size: 10px; }

@media screen and (max-width: 1199px) {
    .m-tabs_plus_slider .item_tab .title a {
        line-height: 21px;
        font-size: 15px; }
    .m-tabs_plus_slider .item_tab {
        padding: 0 10px; }
    .m-tabs_plus_slider .slick-list {
        margin-left: -10px;
        margin-right: -10px; } }

@media screen and (max-width: 767px) {
    .m-tabs_plus_slider .slider_tabs {
        margin-left: 15px; }
    .m-tabs_plus_slider .item_tab {
        width: 222px; }
    .m-tabs_plus_slider .views2::before {
        font-size: 8px; }
    .m-tabs_plus_slider .views2 {
        margin-left: auto; }
    .m-tabs_plus_slider {
        padding-top: 5px; }
    .m-tabs_plus_slider .slider_tabs .slick-prev, .m-tabs_plus_slider .slider_tabs .slick-next {
        background-size: 24px;
        width: 24px;
        height: 24px;
        top: -60px; }
    .m-tabs_plus_slider .slider_tabs .slick-next {
        right: 15px; }
    .m-tabs_plus_slider .slider_tabs .slick-prev {
        right: 45px; } }

/* список новостей на странице article */
.m-news_week__list .news_week__item:last-child {
    border-bottom: none;
    margin-bottom: 20px; }

.m-news_week__list .news_week__item .views2::before {
    font-size: 10px;
    margin-top: -2px; }

@media screen and (max-width: 1199px) {
    .m-news_week__list .news_week__item .thumb img {
        max-width: 222px; } }

@media screen and (max-width: 767px) {
    .m-news_week__list {
        margin-left: 15px;
        margin-right: 15px; }
    .m-news_week__list .news_week__item .thumb img {
        max-width: 100%; }
    .m-news_week__list .news_week__item .views2::before {
        font-size: 8px;
        margin-top: 0; } }

/* новости с картинкой на фоне */
.m-item_small-list .item_small .category_link {
    top: 30px;
    left: 20px; }

.m-item_small-list .item_small {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 205px; }

@media screen and (max-width: 1199px) {
    .m-item_small-list .item_small .info {
        bottom: 20px;
        padding-left: 20px;
        padding-right: 20px; }
    .m-item_small-list .item_small .meta .views {
        margin-left: auto; }
    .m-item_small-list .item_small .meta .date {
        margin-right: auto;
        font-weight: bold;
        line-height: normal;
        font-size: 14px; }
    .m-item_small-list .item_small .title_2 {
        line-height: 17px;
        font-size: 13px;
        max-height: 51px;
        overflow: hidden;
        font-weight: bold; } }

@media screen and (max-width: 767px) {
    .m-item_small-list .item_small {
        padding-bottom: 0;
        margin-top: 0 !important;
        margin-left: 10px;
        width: 230px;
        height: 205px; }
    .m-item_small-list {
        margin-right: -15px; }
    .m-item_small-list .item_small .info {
        bottom: 0; }
    .m-item_small-list .item_small .meta .views::before {
        background-size: 14px; } }

/* модальное окно */
.m-panel {
    padding-top: 0; }

.m-panel .menu_panel_sub ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.m-panel .menu_panel_sub_2 .active {
    color: #FF7F00; }


@media screen and (max-width: 1199px) {
    .m-panel .wrap_panel {
        max-width: 890px;
        width: 100%; }
    .menu_panel_sub ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }


@media screen and (max-width: 767px) {
    .m-panel .wrap_panel {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important; } }

.head_option-inner ul li:nth-child(1) span.mobile{
    display: none;
    font-size: 16px;
    margin-top: 3px;
}

/* кнопки в шапке */
@media screen and (max-width: 767px) {
    .head_option-inner {
        display: block !important;
    }

    .head_option-inner ul li:nth-child(1) span.desktop,
    .head_option-inner ul li:nth-child(2) {
        display: none;
    }

    .head_option-inner ul li:nth-child(1) span.mobile{
        display: block;
    }

    .head_option-inner ul li {
        margin-left: 15px;
    }

    .head_option-inner ul {
        margin-right: -10px;
    }
}

/* счетчики слайдеров */
.m-counter-slider {
    position: absolute;
    right: 85px;
    top: 8px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #BEBEBE; }

/* счетчик товаров 4 в ряд на странице товара */
.m-counter-slider_product {
    top: 12px; }

/* счетчик просмотренной продукции на мобилах */
.m-counter-slider_product-inner {
    display: none; }

/* счетчик фото на странице компании */
.m-counter-slider_photo {
    top: -3px; }

/* счетчик на странице stories */
.m-counter-slider_stories {
    top: -82px; }

/* счетчик на странице проекта journal - live */
.m-counter-slider-live {
    top: 15px;
    left: auto;
    bottom: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* счетчик на странице проекта journal - отраслевые проекты */
.m-counter-slider-event {
    right: 90px !important; }

@media screen and (max-width: 1199px) {
    .m-counter-slider {
        right: 70px;
        line-height: normal;
        font-size: 13px;
        letter-spacing: 1.5px;
        top: 5px; }
    /* счетчик отзывов на странице продать */
    .m-counter-slider_feedback-sell {
        top: 5px; }
    /* счетчик товаров 4 в ряд на странице товара */
    .m-counter-slider_product {
        top: 5px; }
    /* слайдер фото на странице компании */
    .m-counter-slider_photo {
        top: 0; }
    /* счетчик на странице stories */
    .m-counter-slider_stories {
        top: -65px;
        right: 80px; }
    /* счетик neftegaz live на главной Journal */
    .m-counter-slider-live {
        top: 15px; } }

@media screen and (max-width: 767px) {
    .m-counter-slider {
        right: 65px;
        line-height: normal;
        font-size: 12px;
        letter-spacing: 1.5px;
        top: 8px; }
    /* счетчик компаний на странице продать */
    .m-counter-slider_company-list-sell {
        top: 5px;
        right: 65px; }
    /* счетчик товаров 4 в ряд на странице товара */
    .m-counter-slider_product {
        top: 7px; }
    /* слайдер просмотренной продукции на мобилах */
    .m-counter-slider_product-inner {
        display: block;
        top: 5px; }
    /* слайдер фото на странице компании */
    .m-counter-slider_photo {
        top: 3px; }
    /* слайдер недавно просмотренный на странице корзины */
    .m-counter-slider_shopping-cart {
        right: 80px; }
    /* счетчик на странице stories */
    .m-counter-slider_stories {
        top: -52px;
        right: 80px; }
    /* счетчик рекомендуемой продукции */
    .m-counter-slider_best-product {
        top: 8px; }
    /* счетчик похожей продукции */
    .m-counter-slider_similar-product {
        top: 5px; }
    /* счетчик live на странице Journal */
    .m-counter-slider-live {
        top: 10px; } }

@media screen and (max-width: 440px) {

    /* счетчик рекомендуемой продукции */
    .m-counter-slider_best-product {
        top: 22px; }
    /* счетчик похожей продукции */
    .m-counter-slider_similar-product {
        top: 15px; }
    /* счетчик аналогичной продукции */
    .m-counter-slider_product-analog {
        top: 22px; } }


/* модальное окно */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }


.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/* модальное окно */
.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0); }

.mfp-hide {
    display: none; }

.modal-default-bg {
    background: url(../images/modal-letter.svg) no-repeat right top #1A243A;
    background-size: contain;
    opacity: 1 !important;
    -webkit-box-shadow: inset 10px 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 10px 0 0 0 rgba(255, 255, 255, 0.2); }

.modal-default-bg .mfp-container {
    padding-left: 30px;
    padding-right: 30px; }

.modal-default {
    max-width: 890px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #1A243A;
    padding: 40px;
    position: relative; }

.modal-default .mfp-close {
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 1;
    line-height: 40px;
    font-size: 40px; }

.modal-default .mfp-close:hover {
    opacity: 0.8; }

.modal-default__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -10px; }

.modal-default__form-input, .modal-default__form-textarea {
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 2px solid #fff;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    font-size: 15px;
    color: #595959;
    width: calc(33.3% - 10px);
    margin-left: 10px;
    padding: 11px 20px 7px 20px;
    height: 48px;
    line-height: normal; }

.modal-default__form-input_error {
    border-color: #fc0000; }

.modal-default__form-textarea {
    width: calc(100% - 10px);
    resize: none;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 180px; }

.modal-default__title {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 20px; }

.modal-default__helper {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px; }

.modal-default__form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.modal-default__form-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    background-color: #FF7F00;
    height: 48px;
    border-radius: 0; }

.modal-default__form-btn:hover {
    background-color: #000C24; }

.modal-default__form-text {
    max-width: 280px;
    width: 100%;
    text-align: right;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    text-align: right;
    color: #fff;
    display: block; }

.modal-default__form-text span {
    display: block;
    color: rgba(255, 255, 255, 0.5); }

.modal-default__form-text a {
    color: #fff; }

@media screen and (max-width: 1279px) {
    .modal-default {
        background-color: #30394D; } }

@media screen and (max-width: 1023px) {
    .modal-default__form-input, .modal-default__form-textarea {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px; } }

@media screen and (max-width: 767px) {
    .modal-default-bg {
        background: #1A243A;
        -webkit-box-shadow: inset 5px 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: inset 5px 0 0 0 rgba(255, 255, 255, 0.2); }
    .modal-default-bg .mfp-container {
        padding: 30px 15px; }
    .modal-default {
        padding: 20px 20px 40px 20px; }
    .modal-default .mfp-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px; }
    .modal-default__title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px; }
    .modal-default__helper {
        font-size: 14px;
        line-height: 20px; }
    .modal-default__form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0; }
    .modal-default__form-input {
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        height: 40px;
        padding-top: 7px; }
    .modal-default__form-textarea {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        padding: 15px;
        height: 100px;
        margin-bottom: 10px; }
    .modal-default__form-input, .modal-default__form-textarea {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px; }
    .modal-default__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-left: 0; }
    .modal-default__form-btn {
        width: 100%;
        margin-left: 0;
        height: 40px;
        margin-bottom: 10px;
        font-size: 12px; }
    .modal-default__form-text {
        text-align: center;
        font-size: 8px;
        line-height: 11px; }
    .modal-default__form-text span {
        display: inline-block; }
    .modal-default-bg .mfp-content {
        vertical-align: top; } }

.tablet_banner{
    display: none;
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .tablet_banner{
        display: block;
    }
}


.content_article .text a,
.stk-reset a {
    color: #FF7F00 !important;
}
/*лечим живосайт на айфон 10*/
#jcont {right: 0px !important;}

 @media screen and (max-width: 767px) {
	.item .info .additional {
		overflow: visible;
		opacity: 1;
		display: flex;
	}
}
.addNewBord {
	display: block;
	border: 2px solid #FF7F00;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px;
    text-decoration: none;
    max-width: 240px;
    color: #FF7F00;
}
.addNewBord:hover {
    color: #FFF;
    background: #FF7F00;
}

/* j-page-post__author */
.j-page-post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px; }

.j-page-post__author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.j-page-post__author-left {
    margin-right: auto; }

.j-page-post__author-right {
    margin-left: auto; }

.j-page-post__author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.j-page-post__author-text {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 13px;
    color: #979797; }

.j-page-post__author-text span {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 15px;
    color: #1A243A; }

.j-page-post__author-text i {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 15px;
    color: #FF7F00; }

.j-page-post__author-item {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 15px;
    text-align: right;

    color: #1A243A; }

.j-page-post__author-item span {
    color: #FF7F00; }

.j-page-post__author-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.j-page-post__author-item-wrap .j-page-post__author-item {
    margin-left: 40px;
}
.slider_count {
    display:none;
}