/* font-family: "GothamProRegular"; */

@font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProBold"; */

@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold/GothamProBold.eot");
    src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProMediumItalic"; */

@font-face {
    font-family: "GothamProMediumItalic";
    src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProItalic"; */

@font-face {
    font-family: "GothamProItalic";
    src: url("../fonts/GothamProItalic/GothamProItalic.eot");
    src: url("../fonts/GothamProItalic/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"), url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProBoldItalic"; */

@font-face {
    font-family: "GothamProBoldItalic";
    src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.btn.active:focus,
.btn:focus,
.btn:active,
.btn:focus:active {
    outline: none;
    box-shadow: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* ie 6/7 */
}

.container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

body {
    background: #e9e9e9;
    font-family: "GothamProRegular";
}

#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 30;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 50px;
    height: 86px;
    background: url('../img/up.png') center center no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-animation: blinker 4s linear infinite !important;
    animation: blinker 4s linear infinite !important;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

header {
    background: black;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.wrap_logo {
    float: left;
    width: 16%;
    padding-top: 14px;
}

.wrap_logo img {
    max-width: 100%;
}

.wrap_navigation {
    float: left;
}

.navigation > .navbar-nav {
    list-style: none;
    font-size: 0;
}

.navigation .navbar-nav > li {
    display: inline-block;
    position: relative;
    transition: .4s;
}

span.toggle-mobile-nav {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 12px;
    padding: 10px 5px;
    /*border: 1px solid #857668;*/
}

.navigation .navbar-nav > li > a,
.navigation .navbar-nav > li > a:focus {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    padding: 21px 15px;
    display: inline-block;
    font-family: "GothamProBold";
    position: relative;
    text-decoration: none;
    transition: .4s;
    letter-spacing: 1px;
    background: transparent;
    vertical-align: middle;
}

.navigation .navbar-nav > li:hover > a {
    color: #fff;
}

.navigation .navbar-nav > li:hover {
    background: #1a1a1a;
}

.navigation .navbar-nav > li:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 3px;
    background: #bd1e2c;
    transition: ease-out 0.4s;
}

.navigation .navbar-nav > li:hover:before {
    width: 100%;
}

@media (min-width: 790px) {
    .navigation .navbar-nav > li:hover .wrap_sub_menu {
        display: block;
    }
}

.wrap_sub_menu {
    position: absolute;
    top: 100%;
    width: 165px;
    display: none;
    background: #1a1a1a;
    border-bottom: 3px solid #bd1e2c;
    font-size: 14px;
    padding: 10px 0;
    z-index: 1;
}

.wrap_sub_menu > ul {
    list-style: none;
}

.wrap_sub_menu > ul > li {
    padding: 5px 0;
}

.wrap_sub_menu > ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    color: #999999;
    text-decoration: none;
    padding-left: 15px;
    display: block;
    transition: .4s;
}

.wrap_sub_menu > ul > li > a:hover {
    padding-left: 20px;
    color: #fff;
}

.wrap_sub_menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0;
    height: 3px;
    background: transparent;
    transition: .4s;
}

.wrap_sub_menu > ul > li > a:hover:before {
    background: #bd1e2c;
    width: 13px
}

.wrap_social > ul {
    list-style: none;
    float: right;
    font-size: 0;
}

.wrap_social > ul > li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #1c1c1c;
    transition: .4s;
    width: 65px;
}

.wrap_social > ul > li > a {
    display: block;
    text-align: center;
    height: 63px;
    padding-top: 17px;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    transition: .4s;
}

.wrap_social > ul > li:hover > a {
    color: #fff;
    background: #1a1a1a;
}

.wrap_social > ul > li:last-child {
    border-right: 1px solid #1c1c1c;
}

.wrap_social > ul > li > a > span {
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}

.cls_soc {
    fill: #999;
    fill-rule: evenodd;
    transition: .4s;
}

.wrap_social > ul > li > a:hover .cls_soc {
    fill: #bd1e2c;
    fill-rule: evenodd;
}

.search_li {
    height: 63px;
    text-align: center;
    width: 65px;
    padding-top: 13px;
    font-size: 10px;
    color: #999999;
    cursor: pointer;
    position: relative;
}

.search_li > span {
    display: block;
    padding-top: 9px;
    text-transform: uppercase;
}

.search_li.active,
.search_li:hover {
    color: #fff;
    background: #1a1a1a;
}

.wrap_search {
    position: absolute;
    right: 65px;
    width: 0px;
    background: #333;
    top: 0;
    height: 100%;
    transition: .4s;
}

.search_li.active .wrap_search {
    width: 131px;
}

.wrap_search .search_input {
    background: transparent;
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0 5px;
    background: transparent;
    width: 100%;
    color: #fff;
}

.wrap_search .search_input:focus {
    outline: none;
}

.btn_search {
    position: absolute;
    height: 60px;
    width: 65px;
    top: 0;
    right: -65px;
    background: transparent;
    border: 0;
    outline: none;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.search_li.active .btn_search {
    display: block;
}

/*.wrap_social>ul>li.settings>a>span {
    padding-top: 9px;
}*/

.wrap_social > ul > li.attended {
    width: 70px;
    border: 0;
    position: relative;
    background: #bd1e2c;
}

.wrap_social > ul > li.attended:hover a {
    top: 5px;
    background: #bd1e2c;
}

.wrap_social > ul > li.attended:hover:before {
    bottom: -11px;
}

.wrap_social > ul > li.attended:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: .4s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 35px 0 35px;
    z-index: 1;
    border-color: #bd1e2b transparent transparent transparent;
}

.wrap_social > ul > li.attended > a {
    background: #bd1e2c;
    position: relative;
    transition: .4s;
    top: 0;
    z-index: 1;
    background: #bd1e2c;
    text-transform: uppercase;
}

.wrap_social > ul > li.attended > a {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: "GothamProBold";
}

.slider_section {
    position: relative;
    margin-bottom: 60px;
}

.wrap_slider_main_nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.wrap_slider_main_nav .container {
    position: relative;
    height: 100%;
    width: 100%;
}

.slider_main_content {
    padding: 30px 0;
}

.wrap_text_slider_main {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding-left: 185px;
}

.wrap_text_slider_main img {
    position: absolute;
    left: 0;
    top: 0;
}

.quote_block {
    font-family: "GothamProMediumItalic";
    color: #fff;
    padding: 40px 0 25px;
    font-size: 16px;
    line-height: 23px;
    position: relative;
}

.quote_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 21px;
    background: url('../img/quote1.svg') no-repeat;
}

.quote_block:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 21px;
    background: url('../img/quote2.svg') no-repeat;
}

.description_man {
    padding-top: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

.description_man strong {
    font-size: 16px;
    font-family: "GothamProBold";
}

.slider_main .slick-next {
    right: 0;
    opacity: 0;
}

.slider_main .slick-prev {
    left: 0;
    opacity: 0;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-slide:focus {
    outline: none;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 16px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}

.arrow_left {
    left: 15px;
    background: url('../img/arrow_main_left.png') no-repeat;
}

.arrow_right {
    right: 15px;
    background: url('../img/arrow_main_right.png') no-repeat;
}

.content_main_block {
    border-top: 5px solid #bd1e2c;
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 1, 0.1);
}

.wra_nav_filter_content {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 20px 0 30px;
}

.wra_nav_filter_content h2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    color: #000000;
    font-family: "GothamProBold";
    padding: 19px 0;
    float: left;
    letter-spacing: 1.5px;
}

.nav_filter_content {
    display: inline-block;
    float: right;
    position: relative;
}

.wrap_tab_nav_f ul li,
.nav_filter_content ul li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin: 0;
    border: 0;
}

.wrap_tab_nav_f ul li:before,
.nav_filter_content ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #bd1f2d;
    border-radius: 50%;
}

.wrap_tab_nav_f ul li:last-child:before,
.nav_filter_content ul li:last-child:before {
    display: none;
}

.wrap_tab_nav_f ul a,
.nav_filter_content ul a {
    display: block;
    padding: 22px 12px;
    color: #999999;
    text-transform: uppercase;
    transition: .4s;
    text-decoration: none;
    font-family: "GothamProBold";
    margin: 0;
    border: 0;
    letter-spacing: 1.5px;
}

.wrap_tab_nav_f ul li a:focus,
.wrap_tab_nav_f ul li.active a:focus,
.wrap_tab_nav_f ul li.active a:hover,
.wrap_tab_nav_f ul li a:hover,
.wrap_tab_nav_f ul li.active a,
.nav_filter_content ul li a:focus,
.nav_filter_content ul li.active a:focus,
.nav_filter_content ul li.active a:hover,
.nav_filter_content ul li a:hover,
.nav_filter_content ul li.active a {
    color: #000000;
    margin: 0;
    border: 0;
    background: transparent;
}

.nav-tabs {
    border-bottom: 0;
    position: relative;
}

.line {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    transition: .4s;
}

.line:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7.5px 0 7.5px;
    border-color: #bd1e2b transparent transparent transparent;
}

.content_list {
    padding: 30px 15px;
}

.main_item {
    max-width: 33%;
    width: 100%;
    float: left;
}

.big_item {
    max-width: 394px;
    width: 100%;
    /* height: 465px;
*/
    border: 1px solid #e9e9e9;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: .4s;
    padding-bottom: 50px;
}

.big_item:hover {
    top: -10px;
    box-shadow: 0 9px 21px rgba(0, 0, 0, 0.09);
}

.big_item_content {
    max-width: 362px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
}

.big_item_img {
    height: auto;
    position: relative;
    border-bottom: 5px solid #bd1e2c;

    overflow: hidden;
    background: #bd1e2c;
}

.big_item_img .img_news {
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.big_item_img .img_news img {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.big_item_img h5 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #ffffff;
    font-size: 16px;
    font-family: "GothamProBold";
    text-transform: uppercase;
    line-height: 24px;
}

.description_big_item {
    padding: 15px 0;
    font-size: 15px;
    color: #505050;
    line-height: 18px;
}

.wrap_list_item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.wrap_list_item ul {
    list-style: none;
    font-size: 0;
    border-top: 1px solid #e9e9e9;
}

.wrap_list_item_small ul {
    border: 1px solid #e9e9e9;
}

.wrap_list_item ul li:first-child {
    border: 0;
}

.slick-slide img {
    display: inline-block;
}

.wrap_list_item_big ul li {
    border-left: 1px solid #e9e9e9;
    border-bottom: 0;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    height: 47px;
    vertical-align: bottom;
    position: relative;
}

.wrap_list_item_small ul li {
    font-size: 10px;
    border-left: 1px solid #e9e9e9;
    border-bottom: 0;
    display: inline-block;
    text-align: center;
    height: 31px;
    vertical-align: bottom;
    position: relative;
}

.wrap_list_item_small ul li a {
    height: 31px;
}

.wrap_list_item_big ul li a {
    height: 47px;
}

.wrap_list_item ul li a {
    display: block;
    position: relative;
}

.wrap_list_item ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.wrap_info_article ul li a svg,
.wrap_list_item ul li a svg {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.wrap_list_item ul li.read_more_item a svg {
    margin: 0 0 0 5px;
}

.text_list {
    width: 20%;
}

.view_item {
    width: 19%;
}

.comment_item {
    width: 15%;
}

.repost_item {
    width: 15%;
}

.read_more_item {
    width: 31%;
    text-transform: uppercase;
    background: #f7f7f7;
}

.read_more_item a {
    border: 1px solid transparent;
    transition: .4s;
}

.read_more_item:hover a {
    border-color: #bd1e2c;
    color: #333333;
}

.read_more_item:hover a .cls-1 {
    fill: #000;
}

.text_list span {
    color: #9d9d9d;
    text-transform: uppercase;
    font-family: "GothamProBold";
}

.wrap_list_item ul li a {
    color: #9d9d9d;
    font-family: "GothamProBold";
}

.wrap_list_item_big ul li a {
    font-size: 11px;
}

.wrap_list_item_small {
    font-size: 10px;
}

.wrap_tab_item {
    width: 66%;
    float: left;
}

.small_item {
    width: 185px;
    /*height: 280px;*/
    position: relative;
    margin: 0 auto;
    top: 0;
    transition: .4s;
    /*padding-bottom: 30px;*/
}

.small_item:hover {
    top: -10px;
    box-shadow: 0 9px 21px rgba(0, 0, 0, 0.09);
}

.small_item_img {

    position: relative;
    overflow: hidden;
}

.small_item_img .img_news {
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.small_item_img .img_news img {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.description_small_item {
    padding: 15px;
    font-size: 13px;
    color: #505050;
    line-height: 16px;

    overflow: hidden;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.wrap_item_small_content {
    padding: 0px 20px;
}

.small_item_img span {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "GothamProBold";
    padding: 13px 0 13px 20px;
    background: rgba(189, 30, 44, 0.8);
    transition: .4s;
}

.small_item_img span .cls-1 {
    fill: #fff;
    display: inline-block;
    vertical-align: baseline;
    width: 10px;
}

.small_item:hover .small_item_img span {
    bottom: 0;
}

.wrap_list_item_small .text_list {
    width: 40%;
}

.wrap_list_item_small .view_item {
    width: 30%;
}

.wrap_list_item_small .repost_item {
    width: 30%;
}

.wrap_item_big_content > ul,
.wrap_item_small_content > ul {
    list-style: none;
    font-size: 0;
}

.w_100 {
    width: 100%;
}

.wrap_item_big_content > ul > li,
.wrap_item_small_content > ul > li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
}

.wrap_item_big_content > ul > li {
    width: 33%;
}

.wrap_pagination {
    padding-top: 5px;
    text-align: center;
}

.wrap_pagination ul {
    list-style: none;
}

.wrap_pagination ul li {
    display: inline-block;
    vertical-align: middle;
}

.wrap_pagination ul li a.active,
.wrap_pagination ul li a:hover {
    color: #000000;
}

.wrap_pagination ul li a {
    color: #9f9f9f;
    font-size: 12px;
    text-decoration: none;
    font-family: "GothamProBold";
    position: relative;
    padding: 0 15px;
}

.wrap_pagination ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 3px;
    height: 3px;
    right: -1px;
    border-radius: 50%;
    background-color: #bd1f2d;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wrap_pagination ul li.penult a:before {
    display: none;
}

.wrap_pagination ul li .arrow_p {
    padding: 0;
    font-size: 16px;
    color: #9f9f9f;
}

.arrow_p:before {
    display: none;
}

.wrap_pagination ul li .arrow_p:hover {
    color: #000000;
}

.content_section {
    padding-bottom: 30px;
}

.more_content {
    text-align: center;
    padding-top: 5px;
    position: relative;
}

.more_content span {
    color: #bd1f2d;
    font-size: 12px;
    font-family: "GothamProBold";
    text-transform: uppercase;
    display: block;
    padding-top: 11px;
}

.more_content img {
    transition: 5s;
}

.more_content a:hover {
    text-decoration: none;
}

.more_content a:hover img {
    -webkit-animation: more_content 5s infinite linear;
    -moz-animation: more_content 5s infinite linear;
    -ms-animation: more_content 5s infinite linear;
    -o-animation: more_content 5s infinite linear;
    animation: more_content 5s infinite linear;
}

@-webkit-keyframes more_content {
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes more_content {
    to {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes more_content {
    to {
        -ms-transform: rotate(-360deg);
    }
}

@-o-keyframes more_content {
    to {
        -o-transform: rotate(-360deg);
    }
}

@keyframes more_content {
    to {
        transform: rotate(-360deg);
    }
}

.middle_item {
    max-width: 290px;
    width: 100%;
    /*height: 429px;*/
    background-color: white;
    border: 1px solid #e9e9e9;
    position: relative;
    margin: 0 auto;
    padding-top: 13px;
    position: relative;
    top: 0;
    transition: .4s;
    padding-bottom: 47px;
}

.middle_item:hover {
    top: -10px;
    box-shadow: 0 9px 21px rgba(0, 0, 0, 0.09);
}

.middle_item_content {
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
}

.middle_item_img {
    position: relative;

    border-bottom: 5px solid #bd1e2c;
    background: #bd1e2c;
}

.middle_item_img .img_news {
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.img_news {
    backface-visibility: hidden;
}

.middle_item_img .img_news img {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle_item_img h5 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "GothamProBold";
    line-height: 24px;
}

.description_middle_item {
    /*height: 105px;*/
    padding: 15px 0;
    color: #505050;
    font-size: 15px;
    overflow: hidden;
    line-height: 18px;
}

.wrap_list_item_middle ul li {
    border-left: 1px solid #e9e9e9;
    border-bottom: 0;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    height: 47px;
    vertical-align: bottom;
    position: relative;
}

.wrap_list_item_middle ul li a {
    height: 47px;
}

.wrap_list_item_middle .view_item {
    width: 24%;
}

.wrap_list_item_middle .repost_item {
    width: 19%;
}

.wrap_list_item_middle .comment_item {
    width: 19%;
}

.wrap_list_item_middle .read_more_item {
    width: 38%;
}

.wrap_item_middle_content > ul {
    list-style: none;
    font-size: 0;
}

.wrap_item_middle_content > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-bottom: 30px;
}

.wrap_tab_conent_footer {
    border-top: 5px solid #bd1e2c;
    border-bottom: 5px solid #bd1e2c;
    background: #000;
}

.big_news_f {
    width: 666px;
    height: 450px;
}

.wrap_small_news_f {
    width: 670px;
    height: 450px;
    float: left;
}

.news_f {
    position: relative;
    float: left;
    overflow: hidden;
}

.news_f:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_f img {
    width: 100%;
    height: 100%;
}

.news_f:hover:before {
    -webkit-box-shadow: inset 0px -70px 78px 9px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -70px 78px 9px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -70px 78px 9px rgba(0, 0, 0, 0.9);
}

.news_f a {
    position: absolute;
    width: 95%;
    height: 90%;
    left: 50%;
    top: 49.5%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: .4s;
}

.news_f:hover a {
    border-color: #fff;
}

.news_f:hover a h5 {
    bottom: 0;
}

.news_f:hover .bot_line,
.news_f:hover .left_line {
    background: #fff;
}

.news_f a h5 {
    position: absolute;
    bottom: -100%;
    display: inline-block;
    left: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: "GothamProBold";
    transition: .4s;
}

.big_news_f h5 {
    font-size: 52px;
}

.left_line {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 1px;
    height: 100%;
    transition: .4s;
}

.bot_line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    bottom: 0;
    right: 0;
    transition: .4s;
}

.small_news_f {
    width: 50%;
    height: 225px;
}

.small_news_f h5 {
    font-size: 30px;
}

.small_news_f .bot_line {
    height: 0.5px;
}

.wrap_tab_nav_f {
    background: #000000;
    position: relative;
    font-size: 0;
}

.wrap_tab_nav_f {
    text-align: center;
    border-bottom: 1px solid #1c1c1c;
}

.wrap_tab_nav_f ul {
    display: inline-block;
}

.wrap_nav_f {
    position: relative;
    display: inline-block;
}

.wrap_nav_f ul li.active a:focus,
.wrap_nav_f ul li.active a:hover,
.wrap_nav_f ul li a:hover,
.wrap_nav_f ul li a:focus,
.wrap_nav_f ul li.active a {
    color: #ffffff;
}

.wrap_f_text {
    padding: 30px 45px 15px;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
}

.wrap_f_text p span {
    font-family: "GothamProBold";
    color: #bd1e2c;
    line-height: 18px;
}

.wrap_f_text p {
    padding-bottom: 18px;
}

.wrap_nav_f .line {
    display: block;
}

.wrap_nav_f ul li {
    padding: 0 20px;
    float: none;
}

.wrap_nav_f ul li a {
    position: relative;
    padding: 22px 0;
}

.wrap_nav_f ul li a:after {
    content: "";
    position: absolute;
    bottom: -0.5px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #ffffff;
    width: 0;
    height: 1px;
    transition: .4s;
}

.wrap_nav_f ul li a:hover:after,
.wrap_nav_f ul li.active a:after {
    width: 100%;
}

.wrap_soc_block {
    padding: 170px 0 50px;
}

.list_f p {
    color: #010101;
    font-size: 12px;
    font-family: "GothamProBold";
    padding-bottom: 10px;
    text-transform: uppercase;
}

.list_f ul {
    list-style: none;
}

.list_f ul li {
    display: inline-block;
}

.list_f ul li a {
    width: 40px;
    height: 40px;
    background-color: #a52b2f;
    border-radius: 50%;
    position: relative;
    display: block;
    transition: .4s;
}

.list_f ul li a:hover {
    opacity: 0.7;
}

.list_f ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.social li {
    padding-right: 10px;
}

.social {
    display: inline-block;
    float: left;
}

.resurs {
    float: right;
    display: inline-block;
    text-align: right;
}

.resurs li {
    padding-left: 10px;
}

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 2em;
    right: 2em;
}

.scroll-up a {
    color: #333333;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "GothamProBold";
    text-align: center;
}

.scroll-up a p {
    padding-top: 10px;
}

.navbar-collapse {
    padding: 0;
}

.slick-next:hover,
.slick-next:focus,
.slick-next {
    background: url('../img/arrow_slider.png') no-repeat -17px 0;
    width: 16px;
    height: 30px;
    right: -15px;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev {
    background: url('../img/arrow_slider.png') no-repeat;
    width: 16px;
    height: 30px;
    left: -15px;
    z-index: 1;
}

.wrap_nav_xs {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    background: #000;
    padding: 0 15px;
}

.btn_tog:focus,
.btn_tog {
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
    /*    border-top: 2px solid #bd1e2c;
    border-bottom: 2px solid #bd1e2c;*/
    border-radius: 0;
    float: right;
    background: transparent;
    margin: 11px 15px 0;
    box-shadow: none;
    outline: none;
    display: none;
}

.breadcrumb_list ul {
    list-style: none;
}

.breadcrumb_list ul li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #010101;
    font-size: 12px;
    font-family: "GothamProBold";
    padding-right: 25px;
}

.breadcrumb_list ul li:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 49%;
    width: 5px;
    height: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url('../img/arrow_bread.png') no-repeat;
}

.breadcrumb_list ul li:last-child:before {
    display: none;
}

.breadcrumb_list ul li:last-child {
    padding-right: 0;
}

.breadcrumb_list ul li a {
    color: #999999;
}

.breadcrumb_list {
    padding: 25px 0 23px;
}

.wrap_article_text {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 50px;
}

.group_text_article img {
    max-width: 100%;
    border-bottom: 5px solid #bd1e2c;
}

.quote_block_article {
    border-left: 5px solid #bd1e2c;
    padding-left: 30px;
    margin: 30px 0 20px;
}

.group_text_article p {
    padding: 8px 0;
    color: #000000;
    font-size: 14px;
}

.quote_block_article p {
    color: #333333;
    font-size: 18px;
    padding: 0;
    font-family: "GothamProItalic";
}

.quote_block_article p span {
    font-family: "GothamProBoldItalic";
}

.wrap_info_article {
    display: inline-block;
    float: right;
    max-width: 360px;
    width: 100%;
}

.wrap_info_article ul {
    list-style: none;
    font-size: 0;
    text-align: right;
}

.wrap_info_article ul li {
    border-left: 1px solid #e9e9e9;
    border-bottom: 0;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    height: 62px;
    vertical-align: bottom;
    position: relative;
}

.wrap_info_article ul li a {
    height: 62px;
    display: block;
    position: relative;
    font-size: 12px;
    color: #9d9d9d;
    font-family: "GothamProBold";
}

.wrap_info_article ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.article_title {
    padding-right: 0;
}

.wrap_info_article ul li.text_list {
    width: auto;
    padding: 0 20px;
    border: 0;
    max-width: 150px;
    width: 100%;
}

.wrap_info_article ul li.view_item,
.wrap_info_article ul li.repost_item,
.wrap_info_article ul li.comment_item {
    width: 70px;
}

@media (max-width: 1400px) {
    .scroll-up {
        display: none !important;
    }
}

@media (max-width: 1370px) {
    .big_news_f,
    .wrap_small_news_f {
        margin: 0 auto;
        max-width: 100%;
        width: 50%;
        height: auto;
    }

    .small_news_f {
        height: auto;
    }
}

@media (max-width: 1265px) {
    .wrap_item_big_content > ul > li {
        width: 50%;
    }

    .small_news_f h5 {
        font-size: 25px;
    }

    .big_news_f h5 {
        font-size: 45px;
    }
}

@media (max-width: 1265px) {
    .wrap_item_middle_content > ul > li,
    .wrap_item_small_content > ul > li {
        width: 33%;
    }
}

@media (max-width: 1180px) {
    .main_item .big_item_content {
        padding-top: 0;
    }

    .main_item .big_item_img h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .main_item .description_big_item {
        font-size: 13px;
    }

    .main_item .wrap_list_item_big ul li a,
    .main_item .wrap_list_item_big ul li {
        font-size: 10px;
    }

    .big_news_f h5 {
        font-size: 35px;
    }
}

@media (max-width: 1023px) {
    .main_item {
        display: none;
    }

    .wrap_tab_item {
        width: 100%;
    }

    .wrap_item_small_content > ul > li {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .news_f a {
        border-color: #fff;
    }

    .news_f .bot_line,
    .news_f .left_line {
        background: #fff;
    }

    .news_f:before {
        -webkit-box-shadow: inset 0px -70px 78px 9px rgba(0, 0, 0, 0.9);
        -moz-box-shadow: inset 0px -70px 78px 9px rgba(0, 0, 0, 0.9);
        box-shadow: inset 0px -70px 78px 9px rgba(0, 0, 0, 0.9);
    }

    .news_f a h5 {
        bottom: 0;
    }

    .big_news_f h5 {
        font-size: 30px;
    }

    .small_news_f h5 {
        font-size: 20px;
    }
}

@media (max-width: 970px) {
    .navigation .navbar-nav > li > a,
    .navigation .navbar-nav > li > a:focus {
        padding: 21px 7px;
    }
}

@media (max-width: 970px) {
    .wrap_logo {
        min-width: 170px;
        margin-right: 15px;
    }

    .quote_block {
        font-size: 14px;
    }

    .description_man {
        padding-top: 10px;
        line-height: 15px;
        font-size: 12px;
    }

    .big_item_img h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .wrap_tab_nav_f ul li,
    .nav_filter_content ul li {
        font-size: 10px;
    }

    .wrap_tab_nav_f ul a,
    .nav_filter_content ul a {
        padding: 16px 12px 14px;
    }

    .wrap_nav_f ul li a {
        padding: 16px 0;
    }

    .navigation > ul > li > a {
        font-size: 10px;
    }

    .wra_nav_filter_content h2 {
        padding: 13px 0;
        font-size: 16px;
    }

    .wrap_info_article ul li a,
    .wrap_info_article ul li {
        height: 43px;
    }
}

@media (max-width: 960px) {
    .wrap_item_middle_content > ul > li {
        width: 50%;
    }

    footer,
    .news_footer_section {
        background: #000;
    }

    .footer_light {
        background: transparent;
    }

    .list_f p {
        color: #fff;
    }

    .footer_light .list_f p {
        color: #010101;
    }
}

@media (max-width: 885px) {
    .navigation .navbar-nav > li > a,
    .navigation .navbar-nav > li > a:focus {
        font-size: 9px;
    }

    .wrap_sub_menu > ul > li > a {
        font-size: 10px;
    }
}

@media (max-width: 865px) {
    .wrap_item_big_content > ul > li {
        width: 100%;
    }

    .wrap_item_small_content > ul > li {
        width: 33%;
    }

    .wrap_f_text {
        padding: 30px 0 15px;
        font-size: 13px;
    }
}

@media (max-width: 860px) {
    .wrap_pagination,
    .more_content {
        display: none;
    }

    .middle_item:hover,
    .big_item:hover {
        top: 0;
        box-shadow: none;
    }

    .big_item {
        margin-bottom: 1px;
    }

    .small_news_f h5 {
        font-size: 18px;
    }

    .big_news_f h5 {
        font-size: 25px;
    }

    .footer_light .wrap_soc_block {
        padding: 205px 0 50px;
    }
}

@media (max-width: 790px) {
    .content_list {
        padding: 30px 5px;
    }

    .news_f a {
        width: 90%;
        height: 85%;
    }

    .line {
        display: none;
    }

    .wra_nav_filter_content .nav {
        display: none;
    }

    .nav_filter_content {
        width: 100%;
        border-top: 5px solid #bd1e2c;
    }

    .wra_nav_filter_content {
        padding: 0;
    }

    .wra_nav_filter_content h2 {
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle- {
        display: block;
        border-bottom: 2px solid #bd1e2b;
        border-top: 2px solid #bd1e2b;
        position: relative;
        width: 30px;
        height: 20px;
        border-radius: 0;
        margin: 21px 0 0;
    }

    .hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 20px 0 0 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
    }

    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 24px;
    }

    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner:after,
    .hamburger .hamburger-inner:before {
        background-color: #fff;
    }

    .btn_tog .hamburger-inner,
    .btn_tog .hamburger-inner:after,
    .btn_tog .hamburger-inner:before {
        background-color: #bd1e2c;
    }

    .btn_tog:focus,
    .btn_tog {
        display: block;
        padding-top: 8px;
        margin-right: 10px;
    }

    .hamburger--spring .hamburger-inner:before {
        top: 10px;
        transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    }

    .hamburger-inner:before {
        top: -10px;
    }

    .hamburger-inner:after,
    .hamburger-inner:before {
        display: block;
        content: "";
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        position: absolute;
        width: 30px;
        height: 4px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }

    .hamburger--spring .hamburger-inner:after {
        top: 20px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    }

    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner:after,
    .hamburger .hamburger-inner:before {
        background-color: #fff;
    }

    .btn_tog .hamburger-inner,
    .btn_tog .hamburger-inner:after,
    .btn_tog .hamburger-inner:before {
        background-color: #bd1e2c;
    }

    .hamburger--spring.active .hamburger-inner {
        transition-delay: .22s;
        background-color: transparent;
    }

    .hamburger--spring.active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--spring.active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }

    /*.btn_tog:before,*/
    .navbar-toggle-:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #bd1e2b;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -webkit-transition: .3s;
        transition: .3s;
    }

    /*.btn_tog:after,*/
    .navbar-toggle-:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #bd1e2b;
        left: 0;
        top: 50%;
        -webkit-transition: .3s;
        transition: .3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .btn_tog.active,
    .navbar-toggle-.active {
        border-color: transparent;
        box-shadow: none;
    }

    .btn_tog.active:after,
    .navbar-toggle-.active:after {
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
    }

    .btn_tog.active:before,
    .navbar-toggle-.active:before {
        -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .big_news_f,
    .wrap_small_news_f {
        width: 100%;
    }

    .wrap_info_article {
        max-width: 100%;
        width: 100%;
        border-top: 5px solid #bd1e2c;
    }

    .wrap_info_article ul {
        text-align: left;
    }

    .wrap_info_article ul li.view_item,
    .wrap_info_article ul li.repost_item,
    .wrap_info_article ul li.comment_item {
        width: 50px;
    }

    .wrap_info_article ul li a {
        font-size: 9px;
    }

    .wrap_info_article ul li.text_list {
        font-size: 9px;
        max-width: 123px;
    }

    .quote_block_article p {
        font-size: 14px;
    }

    .group_text_article p {
        font-size: 12px;
        padding: 5px;
    }

    .quote_block_article {
        padding-left: 10px;
        margin: 15px 0 5px;
    }
}

@media (max-width: 700px) {
   /* .slider_section {
        margin-bottom: 20px;
    }*/

    .content_section {
        padding-bottom: 20px;
    }
}

@media (max-width: 645px) {
    .nav_filter_content ul a {
        font-size: 9px;
        padding: 11px 6px 11px;
    }

    .quote_block {
        font-size: 12px;
        padding: 30px 0 25px;
        line-height: 16px;
    }

    .description_man strong {
        font-size: 13px;
    }

    .description_man {
        padding-top: 5px
    }
}

@media (max-width: 550px) {
    .wrap_text_slider_main {
        padding-left: 0;
        text-align: center;
    }

    .wrap_text_slider_main img {
        position: relative;
    }

    .line {
        display: none;
    }

    .nav_filter_content ul li {
        float: none;
    }

    .nav-tabs {
        text-align: center;
    }

    .nav_filter_content ul li:before {
        display: none;
    }

    .middle_item {
        margin-bottom: 1px;
    }
}

@media (max-width: 510px) {
    .navigation .navbar-nav > li {
        display: block;
        text-align: left;
    }

    .wrap_sub_menu {
        width: 100%;
    }

    .navigation .navbar-nav > li > a,
    .navigation .navbar-nav > li > a:focus {
        padding: 9px 20px;
        width: 80%;
    }

    span.toggle-mobile-nav {
        width: 20%;
        text-align: right;
    }

    .wrap_item_small_content {
        padding: 0;
    }

    .wrap_nav_f ul li {
        padding: 0 10px;
    }

    .wrap_tab_item .slick-prev,
    .wrap_tab_item .slick-next {
        display: none !important;
    }

    .wrap_tab_item {
        overflow: hidden;
    }

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

    .footer_light .wrap_soc_block {
        padding: 230px 0 30px;
    }
}

@media (max-width: 420px) {
    .big_item_content {
        padding: 0;
        height: auto;
    }

    .description_big_item {
        height: auto;
        font-size: 13px;
        padding-left: 10px;
    }

    .big_item_img h5 {
        font-size: 13px;
        line-height: 16px;
    }

    .list_f {
        text-align: center;
        width: 100%;
    }

    .list_f li {
        padding: 0 5px;
    }

    .social {
        padding-bottom: 15px;
    }

    .wrap_soc_block {
        padding: 240px 0 20px;
    }

    .footer_light .wrap_soc_block {
        padding: 245px 0 20px;
    }

    .small_news_f {
        width: 100%;
    }

    .small_news_f h5 {
        font-size: 25px
    }

    .big_item_content {
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .small_item {
        width: 98%;
    }

    /*k0pa fix*/
    .description_small_item {
        /*font-size: 10px;
        line-height: 13px;
        padding: 10px 10px 0 10px;*/
        font-size: 10px;
        line-height: 12px;
        padding: 10px;
        min-height: 40px;
        overflow: hidden;
        word-wrap: break-word;
    }

    .wrap_list_item_small .text_list {
        width: 60%;
    }

    .view_item {
        width: 40%;
    }

    .wrap_info_article ul li a img, .wrap_list_item ul li a img {
        display: inline-block;
        margin-right: -4px;
        margin-left: 4px;
        vertical-align: middle;
        float: left;
    }

    .wrap_item_big_content > ul > li, .wrap_item_small_content > ul > li {
        padding-bottom: 15px;
    }

    .big_item .view_item {
        width: 20%;
    }

    .big_item ..read_more_item {
        width: 80%;
    }

    /**/
    .wrap_list_item_small ul li {
        font-size: 9px;
    }

    .breadcrumb_list ul li {
        padding-right: 15px;
        font-size: 10px;
    }

    .breadcrumb_list ul li:before {
        right: 3px;
    }

    .breadcrumb_list {
        padding: 16px 0 13px;
    }
}

@media (max-width: 400px) {
    .wrap_social > ul > .search_li {
        display: none;
    }

    .content_list {
        padding: 15px 5px;
    }
}

@media (max-width: 380px) {
    .wrap_tab_nav_f ul li {
        padding: 0 5px;
        font-size: 9px;
    }

    .wrap_list_item_big ul li a,
    .wrap_list_item_big ul li {
        font-size: 9px;
    }

    .middle_item_img h5 {
        font-size: 13px;
    }
}

@media (max-width: 359px) {
    .small_item {
        width: 185px;
    }
}

@media (max-width: 340px) {
    .middle_item_content {
        max-width: 100%;
    }

    .middle_item {
        padding-top: 0;
    }

    .description_middle_item {
        height: auto;
        font-size: 13px;
        padding-left: 10px;
    }

    .middle_item_img {
        height: auto;
    }

    .middle_item {
        height: auto;
        padding-bottom: 60px;
    }

    .wrap_social > ul > li.attended > a {
        font-size: 9px;
    }

    .wrap_social > ul > li.attended {
        width: 60px;
    }

    .wrap_social > ul > li.attended:before {
        border-width: 6px 31px 0 31px;
        bottom: -6px;
    }
}

img {
    max-width: 100%;
}

.wrap_participate_content {
    padding: 50px 30px;
}

.wrap_tab_nav_participate {
    width: 25%;
    float: left;
}

.wrap_tab_nav_participate ul li {
    width: 100%;
}

.wrap_tab_nav_participate ul li a {
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "GothamProBold";
    border-radius: 0;
    margin: 0 !important;
    padding: 20px 10px 20px 20px;
    border: 0;
    border-top: 1px solid #f8f8f8;
    position: relative;
}

.wrap_tab_nav_participate ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    background: #bd1e2c;
    height: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.wrap_tab_nav_participate > ul > li.active > a,
.wrap_tab_nav_participate > ul > li.active > a:focus,
.wrap_tab_nav_participate > ul > li.active > a:hover {
    border: 0;
    border-top: 1px solid #f8f8f8;
    background: #f8f8f8;
    color: #333333;
}

.wrap_tab_nav_participate > ul > li > a:hover {
    background: #f8f8f8;
    color: #333333;
    border-color: #f8f8f8;
}

.wrap_tab_nav_participate > ul > li > a:hover:before,
.wrap_tab_nav_participate > ul > li.active > a:before,
.wrap_tab_nav_participate > ul > li.active > a:focus:before,
.wrap_tab_nav_participate > ul > li.active > a:hover:before {
    height: 100%;
}

.tab_content_participate {
    width: 75%;
    float: left;
    background: #f8f8f8;
    padding: 30px;
}

.title_tab {
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    color: #333333;
    font-family: "GothamProBold";
    margin-bottom: 30px;
}

.title_tab h5 {
    font-size: 16px;
}

.stickers_column {
    width: 32%;
}

.wrap_stickers {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stickers_block {
    max-width: 100%;
    width: 291px;
    background: #fff;
    transition: .4s;
    margin-bottom: 30px;
}

.stickers_block:hover {
    box-shadow: 0 9px 21px rgba(0, 0, 0, 0.09);
}

.stickers_block img {
    max-width: 100%;
}

.description_sticker a:hover {
    color: #333333;
}

.description_sticker {
    background: #fff;
    padding: 20px 10px 20px 15px;
    font-family: "GothamProBold";
}

.description_sticker h5 {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 17px;
}

.description_sticker a {
    color: #9d9d9d;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    transition: .4s;
}

.description_sticker a i {
    margin-left: 10px;
}

.text_group p {
    padding-bottom: 20px;
    color: #505050;
    font-size: 14px;
}

select.form_control,
input.form_control {
    height: 60px;
}

.form_control {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 5px 0 25px;
    width: 100%;
    font-size: 13px;
    color: #333;
    font-family: "GothamProRegular";
}

textarea.form_control {
    resize: none;
    padding: 20px 5px 5px 15px;
    font-size: 12px;
}

.form_control:focus {
    outline: none;
}

.wrap_input_group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrap_input_group .form_group {
    width: 49%;
}

.form_group {
    margin-bottom: 30px;
}

.group_input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.group_input .form_control {
    width: 49%;
}

.form_group h5 {
    color: #333333;
    font-size: 12px;
    font-family: "GothamProBold";
    margin-bottom: 20px;
    text-transform: uppercase;
}

.checkbox_group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrap_checkbox {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrap_checkbox p {
    padding-right: 10px;
}

.checkbox_group p {
    width: 49%;
    padding-right: 0;
}

.st_checkbox {
    display: none;
}

.st_checkbox + span {
    width: 15px;
    height: 15px;
    background: url("../img/checkbox.png") no-repeat 0 -16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: .2s;
}

.st_checkbox:checked + span {
    background: url("../img/checkbox.png") no-repeat 0 0px;
}

.wrap_btn_form {
    padding-top: 30px;
    text-align: right;
}

.btn_st {
    transition: .4s;
    font-family: "GothamProBold";
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 19px 0 16px;
    width: 205px;
    display: inline-block;
    border: 0;
    background-image: linear-gradient(to top, #bd1e2c 0%, #d12c3b 100%);
    border-radius: 4px;
    box-shadow: 0 19px 27px rgba(189, 30, 44, 0.2);
}

.btn_st:hover {
    box-shadow: 0 0px 27px rgba(189, 30, 44, 0.2);
}

.btn_st:focus {
    outline: none;
}

.btn_st:active {
    opacity: 0.7;
}

.wrap_payment_system {

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.payment_system {
    height: 60px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 48%;
    padding: 0 0 0 15px;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment_system p {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment_system span {
    width: 115px;
    padding-left: 15px;
    margin-right: 15px;
    position: relative;
}

.payment_system span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: #e0e0e0;
}

.tab_nav_xs {
    display: none;
}

.wrap_info_article ul li a img,
.wrap_list_item ul li a img {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.slider_main_content {
    height: 250px;
    padding: 20px 0;
}

.slider_section {
    margin-botom: 30px;
}

.big_item_img h5 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.62);
}

.middle_item_img h5 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.62);
}

@media (max-width: 1200px) {
    .description_sticker h5 {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .wrap_participate_content {
        padding: 30px 0;
    }

    .tab_content_participate {
        width: 80%;
        padding: 20px 10px;
    }

    .wrap_tab_nav_participate {
        width: 20%;
    }

    .wrap_tab_nav_participate ul li a {
        font-size: 11px;
    }

    .title_tab h5 {
        font-size: 12px;
    }

    .text_group p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    label {
        font-size: 12px;
    }

    .form_group {
        margin-bottom: 15px;
    }

    .title_tab {
        padding-bottom: 15px;
    }

    .payment_system p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .wrap_tab_nav_participate {
        display: none;
    }

    .tab_content_participate {
        width: 100%;
    }

    .tab_content_participate .fade {
        opacity: 1;
    }

    .btn_st {
        font-size: 10px;
        padding: 12px 0 10px;
    }

    .tab_nav_xs {
        display: block;
        margin-bottom: 15px;
        border-radius: 5px;
        border: 1px solid #e9e9e9;
        text-align: center;
        font-size: 12px;
        font-family: "GothamProBold";
        text-transform: uppercase;
        padding: 10px 0;
        cursor: pointer;
    }

    .tab_nav_xs.active {
        border-color: #bd1e2c;
        background: #bd1e2c;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .wrap_input_group .form_group {
        width: 100%;
    }

    .group_input .form_control {
        width: 100%;
    }

    .group_input .form_control:last-child {
        margin-top: 15px;
    }

    .payment_system {
        width: 100%;
        padding: 0 0 0 5px;
    }

    .wrap_btn_form {
        padding-top: 10px;
        text-align: center;
    }

    .description_sticker h5 {
        font-size: 11px;
        padding-bottom: 5px;
    }

    .description_sticker {
        padding: 15px 5px;
    }

    .description_sticker a {
        font-size: 9px;
    }

    .stickers_block {
        margin-bottom: 15px;
    }

    .form_control {
        padding: 0 5px 0 8px;
        font-size: 12px;
    }

    select.form_control,
    input.form_control {
        height: 45px;
    }

    textarea.form_control {
        padding: 10px 5px 5px 10px;
    }
}

@media (max-width: 500px) {
    .stickers_column {
        width: 49%;
    }
}

@media (max-width: 420px) {
    .wrap_checkbox p {
        width: 100%;
    }

    .payment_system span {
        width: 80px;
        padding-left: 5px;
        margin-right: 5px;
    }

    .btn_st {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .stickers_column {
        width: 100%;
    }

    .stickers_block {
        margin: 0 auto 15px;
    }
}

.group_text_article img {
    height: auto !important;
}

.group_text_article iframe {
    max-width: 100% !important;
}

/*NEW STYLE*/

.wrap_list_item {
    position: static;
}

.wrap_list_item_small .view_item {
    width: 40%;
}

.wrap_list_item_small .text_list {
    width: 60%;
}

.wrap_list_item_middle .read_more_item {
    width: 79%;
}

.read_more_item {
    width: 79%;
}

.middle_item {
    padding-bottom: 0;
}

.big_item {
    padding-bottom: 0;
}

.main_item .wrap_list_item_big .read_more_item {
    width: 59%;
}

.wrap_list_item_middle .comment_item {
    width: 21%;
}

.view_item {
    width: 21%;
}

.news_f a h5 {
    padding: 10px;
}

.slider_main_content {
    height: auto;
}

.small_item_img {
    /*height: 130px;*/
    padding-bottom: 65%;
}

.small_item_img a > img {
    position: absolute;
}

.text_list + .view_item + .read_more_item {
    width: 59%;
}

.line {
    width: 104.797px;
}

.slider_section {
    margin-top: 63px;
}

.wrap_pagination ul li.wrap_link a:before {
    display: none;
}

.small_news_f h5 {
    font-size: 24px;
}

.quote_block {
    min-height: 226px;
}
@media (max-width: 1199px){
    .slider_main_content{
        background-position: -444px !important;
    }
}
@media (max-width: 1023px) {
    .small_news_f h5 {
        font-size: 15px;
    }
    .slider_main_content{
        background-position: top center!important;
    }
}

@media (max-width: 960px) {
    .wrap_item_middle_content > ul > li {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .news_f a h5 {
        right: 0;
        left: 0;
    }
    .wrap_text_slider_main {
         padding: 0 30px;
    }
}

@media (max-width: 860px) {
    .big_news_f h5 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .small_item {
        width: 90%;
    }

    .small_item_img {
        width: 100%;
    }

    .wrap_item_small_content > ul > li {
        width: 50%;
    }

    .wrap_list_item ul li span {
        width: 75%;
    }

    .view_item {
        width: 30%;
    }

    .wrap_list_item_middle .comment_item {
        width: 42%;
        line-height: 10px;
    }

    .wrap_info_article ul {
        display: flex;
    }

    .wrap_info_article ul li.text_list {
        width: 50%;
    }

    .wrap_info_article ul li.view_item {
        width: 50%;
    }

    .group_text_article p {
        overflow: hidden;
    }
    .wrap_text_slider_main {
        padding: 0 15px;
    }
    .quote_block {
        display: flex;
        min-height: 279px;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (max-width: 420px) {
    .small_news_f h5 {
        font-size: 16px;
    }
}

@media (max-width: 410px) {
    .big_item .view_item {
        width: 27%;
    }

    .read_more_item {
        width: 73%;
    }

    .wrap_list_item_middle .comment_item {
        width: 27%;
    }

    .wrap_list_item_middle .read_more_item {
        width: 73%;
    }

    .wrap_list_item_small ul li {
        font-size: 11px;
    }

    .wrap_list_item ul li a img {
        float: none;
        vertical-align: top;
        margin-top: 4px;
    }

    .wrap_list_item ul li.comment_item a img {
        margin-top: 0;
    }

    .wrap_list_item ul li.view_item a img {
        margin-top: 2px;
    }

    .text_list + .view_item + .read_more_item {
        width: 50%;
    }

    .text_list {
        width: 23%;
    }

    /*.small_item_img {
        height: 180px;
    }*/

    .small_item_img a > img {
        height: auto;
    }

}

@media (max-width: 380px) {
    .wrap_list_item_big ul li a {
        font-size: 11px;
    }
}


