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

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

html, body {
    height: 100%;
}

body {
    font-family: CenturyGothic, Helvetica, sans-serif;
    overflow-x: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.b {font-weight:600}

.common_wrapper {
    min-height: 100%;
}

#page_header {
    background: #0f1d21;
    color: #fff;
}

#page_header .logo_spec,
#page_header .logo_spec_left,
#page_header .logo_spec_right,
#page_header .logo_pravo {
    display: inline-block;
    text-indent: -9999px;
    height: 30px;
    margin-top: 17px;
}

#page_header .back_btn {
    background: url(../img/icon_back_btn_header.png) no-repeat left center;
    width: 37px;
    display: inline-block;
    text-indent: -9999px;
    height: 30px;
    margin-top: 17px;
}

#page_header .logo_pravo {
    background: url(../img/logo_pravo.png) no-repeat right center;
    width: 30px;
}

/* Необходимо перенести это куда-то в другое место! Прям срочно! */
#page_header .logo_spec_left {
	background:url(https://storage.pravo.ru/image/7/3967.png) no-repeat left center;
	width:65px;
}
#page_header .logo_spec_right {
	background:url(https://storage.pravo.ru/image/7/3968.png) no-repeat right center;
	width:145px;
}

@media (max-width: 640px) {
	#page_header .logo_spec_left,
	#page_header .logo_spec_right {display:none;}
}

#page_header .text_logo {
    text-transform: uppercase;
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.35rem;
    padding-top: .7em;
    padding-bottom: .7em;
    letter-spacing: .25px;
}

#page_header .text_logo a {
    color: #fff;
}

#page_header .text_logo span {
    font-family: CenturyGothic, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.05em;
}

#page_header .logo_jugracase,
#page_header .logo_spec_left,
#page_header .logo_spec_right {
    height: 33px;
    margin-top: 15px;
}

.index_slider_wrapper {
    background: #1b2f36;
    height: 320px;
    color: #fff;
    margin-bottom: 24px;
}

@media screen and (min-width: 64em) {
    .index_slider_wrapper {
        background: transparent;
    }
}

.index_slider_wrapper * {
    outline: none;
}

.index_slider_wrapper .index_slider {
    margin-top: 40px;
}

.index_slider_wrapper .slick-slide {
    display: block !important;
}

.index_slider_wrapper .event_slide {
    width: 240px;
    height: 200px;
    padding: 20px;
    display: none;
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.index_slider_wrapper .slick-initialized .event_slide {
    display: block;
}

.index_slider_wrapper .event_slide.blue {
    background: #3498db;
    color: #fff;
}

.index_slider_wrapper .event_slide.green {
    background: #4dad3f;
    color: #fff;
}

.index_slider_wrapper .event_slide.white {
    background: #fff;
    color: #000;
}

.index_slider_wrapper .event_slide a {
    color: inherit;
}

.index_slider_wrapper .event_slide a:hover {
    text-decoration: underline;
}

.index_slider_wrapper .event_slide.image_slide {
    padding: 0;
}

.index_slider_wrapper .event_slide.image_slide img {
    width: 100%;
}

.index_slider_wrapper .event_slide .date {
    font-size: .9rem;
}

.index_slider_wrapper .event_slide .place {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    margin: 12px 0;
}

.index_slider_wrapper .event_slide .title {
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    line-height: 1.1;
    font-size: .95rem;
}

.index_slider_wrapper .slick-initialized * {
    outline: none;
}

.index_slider_wrapper .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position-y: center;
    text-indent: -9999px;
    opacity: .8;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 999;
    background-color: rgba(0, 0, 0, .1)
}

.index_slider_wrapper .slick-arrow:hover {
    opacity: 1;
}

.index_slider_wrapper .slick-arrow.slick-prev {
    left: -50px;
    outline: none;
    background-position-x: 7px;
}

.index_slider_wrapper .slick-arrow.slick-next {
    right: -50px;
    outline: none;
    background-position-x: -52px;
}

.index_slider_wrapper .slick-dots {
    margin: 40px 0 0;
    list-style: none;
    text-align: center;
}

.index_slider_wrapper .slick-dots li {
    display: inline-block;
    text-indent: -9999px;
    height: 4px;
    width: 20px;
    background: #f5f5f5;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.index_slider_wrapper .slick-dots li.slick-active {
    background: #3498db;
}

#page_body {
    background-color: #fff;
    padding-bottom: 241px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.top_incut {
    border: 2px solid rgba(0, 0, 0, .5);
    margin: 3.5rem 0;
    padding: 1em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, .6);
}

.top_incut p {
    margin-bottom: 0;
}

#page_body.inner_page {
    padding-bottom: 98px;
}

.content_block {
    background: #f7f7f7;
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, .5);
}

header.block_header {
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .9375rem;
}

header.block_header.small {
    font-size: 1.1rem;
    padding: 1.5rem .9375rem 1.3rem;
}

header.block_header.large {
    font-size: 1.75rem;
    padding: 2.1rem .9375rem 1.3rem;
}

.content_block.bordered {
    border: 2px solid #e1e1e1;
    border-right: 4px solid #e6e6e6;
    box-shadow: none;
}

.content_block.bordered_blue {
    border: 3px solid #3498db;
    background: #fff;
}

.content_block.bordered_blue .block_header {
    color: #3498db;
    border-bottom: none;
}

.content_block.white {
    background: #fff;
}

/* MAIN SECTION */
.main_item {
    margin-bottom: .9375rem;
    border-bottom: 1px solid #e5e5e5;
}

.main_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.main_item .preview_img {
    display: block;
    margin-bottom: 1.875em;
}

.main_item .preview_img img {
    width: 100%;
}

.main_item header {
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    margin: .9375em 0;
    font-size: 1.1rem;
}

.main_item header a {
    color: #000;
}

.main_item header a:hover {
    color: #3498db;
    text-decoration: underline;
}

.main_item .lead_text {
    font-size: .9rem;
    margin-bottom: .9375rem;
}

/* LIVE SECTION */
.index_live_block {
    overflow: hidden;
    overflow-y: auto;
}

.live_day {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
}

.live_item {
    margin-bottom: .9375rem;
    border-bottom: 1px solid #e5e5e5;
}

.live_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.live_item .time_label {
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: .9rem;
    background: #3498db;
    color: #fff;
    float: left;
    position: relative;
    padding: 0 0 0 .3rem;
    margin-right: 10px;
    height: 22px;
}

.live_item .time_label:after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 9px;
    border-color: transparent transparent transparent #3498db;
}

.live_item .preview_img {
    display: block;
    margin-bottom: 1.875em;
    width: 100%;
}

.live_item .face_item {
    margin-bottom: 0;
}

.live_item .face_item .img_wrapper {
    display: block;
}

.live_item .face_item .name {
    font-family: CenturyGothic, sans-serif;
    font-size: .9em
}

.live_item .face_item .preview_img {
    margin: 0;
}

.live_item header {
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    margin: -8px 0 .9375em 0;
    font-size: 1.1rem;
}

.live_item header a {
    color: #000;
}

.live_item header a:hover {
    color: #3498db;
    text-decoration: underline;
}

.live_item .iframe_holder * {
    margin-top: 0 !important;
    margin-bottom: .9375em !important;
}

.live_item .iframe_holder p {
    margin-bottom: 0 !important;
}

.live_item .lead_text {
    font-size: .9rem;
    margin-bottom: .9375rem;
}

.live_item .show_more {
    position: relative;
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: .1rem 0 1rem 30px;
    display: inline-block;
    letter-spacing: .25px;
}

.live_item .show_more:after {
    position: absolute;
    top: 4px;
    left: -36px;
    height: 23px;
    width: 24px;
    content: "";
    background: url(../img/icon_show_more.png) no-repeat center center;
}

.live_item .show_more.loading:after {
    -webkit-animation: icon_spin 1s linear infinite;
    -moz-animation: icon_spin 1s linear infinite;
    animation: icon_spin 1s linear infinite;
}

.live_item .show_more.disabled:after {
    display: none;
}

@-moz-keyframes icon_spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes icon_spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes icon_spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* FACES SECTION */
.faces {
    margin-top: .9375rem;
}

.face_item {
    margin-bottom: 1.875rem;
    padding-bottom: .9375rem; /*border-bottom:1px solid #e5e5e5;*/
}

.face_item .avt {
    display: block;
    width: 100%;
    border-radius: 100%;
    -webkit-transition: border .1s;
    -o-transition: border .1s;
    transition: border .1s;
}

.face_item .name {
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: 1.1rem;
}

.face_item .post {
    color: #999;
    font-size: .9rem;
}

.face_item .case_text {
    font-size: .9rem;
    margin-top: .5rem;
}

.face_item.has_href a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.face_item.has_href:hover a {
    color: #3498db;
}

.face_item.has_href:hover .avt {
    border: 3px solid #3498db;
}

.face_item.has_href:hover .name {
    text-decoration: underline;
}

.face_item.has_href:hover .case_text {
    color: #000;
}

/* MEDIA SECTION */
.media {
    margin-bottom: 1.875rem;
}

.media_title {
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: 1.1rem;
    margin: .3rem 0 .9375rem;
}

.media_item {
    width: 16.25%;
    display: inline-block;
    position: relative;
}

.media_item img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.media_item .more_counter {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    padding-top: 40%;
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: 1.3rem;
}

.media [data-slider-widget] img {
    width: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}

.single_preview_block_media .slick-arrow {
    background-color: transparent;
}

.single_preview_block_media .images_counter {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

/* INNER PAGE */
header.block_header.article_header {
    font-size: 2.25rem;
    text-transform: none;
    margin-top: 3.4rem;
    border-bottom: none;
    line-height: 1.3;
}

.social_btns {
    margin-bottom: 1.3rem;
}

.article_img img {
    display: block;
    width: 100%;
    margin-bottom: 1.3rem;
}

.article_content {
    font-size: 1rem;
}

.article_content .face_item {
    border: 2px solid #f5f5f5;
    padding: 1.6rem;
    margin: 1.3rem 0;
}

.article_faces .face_item .case_text {
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: 1.1rem;
}

.article_content .event_slide {
    width: 240px;
    height: 200px;
    padding: 20px;
}

.article_content .event_slide a {
    color: #fff;
}

.article_content .event_slide a:hover {
    text-decoration: underline;
}

.article_content .event_slide.blue {
    background: #3498db;
    color: #fff !important;
}

.article_content .event_slide.green {
    background: #4dad3f;
    color: #fff !important;
}

.article_content .event_slide.white {
    background: #fff;
    color: #000 !important;
}

.article_content .event_slide .date {
    font-size: .9rem;
}

.article_content .event_slide .place {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    margin: 12px 0;
}

.article_content .event_slide .title {
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    line-height: 1.1;
    font-size: .95rem;
}

.article_content .quote {
    margin: 1.5rem 0;
}

.article_content .quote img {
    display: block;
    width: 13%;
    float: left;
    max-width: 150px;
    border-radius: 100%;
}

.article_content .quote .quote_content {
    float: right;
    width: 80%;
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    box-shadow: -3px 3px 0px rgba(0, 0, 0, 1);
    font-family: "Open Sans", sans-serif;
    position: relative;
}

.article_content .quote .quote_content:before {
    position: absolute;
    top: 34px;
    left: -38px;
    content: "";
    border-style: solid;
    border-width: 0 37px 25px 0;
    border-color: transparent #000 transparent transparent;
}

.article_content .quote .quote_content:after {
    position: absolute;
    top: 32px;
    left: -40px;
    content: "";
    border-style: solid;
    border-width: 0 40px 25px 0;
    border-color: transparent #fff transparent transparent;
}

.article_content .quote .quote_content .name {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.article_content .quote .quote_content .name:after {
    position: absolute;
    top: 24px;
    left: -54px;
    content: "";
    border-top: 1px solid #ccc;
    width: 37px;
    z-index: 1;
}

.article_content .quote .quote_content .post {
    color: #00aaf0;
    font-size: .9rem;
}

.article_content .quote .quote_content .text {
    margin-top: .5rem;
}

.article_content .inline-text {
    background: #f5f5f5;
    font-size: 14px;
    padding: 20px;
    border-left: 15px solid #e5e5e5;
    margin-left: -15px;
}

.inline-text + .inline-text {
    padding-top: 0
}

/* inner slider */
.article_images [data-slider-widget] img {
    width: 100%;
    border: 1px solid #fff;
    cursor: pointer;
    margin-left: -1px;
}

.article_images .img_caption {
    font-family: CenturyGothic-Bold, Sans-Serif;
    margin-top: 1rem;
}

.single_preview_block_view {
}

.single_preview_block_view .slick-arrow {
    background: transparent;
    top: -22px;
    width: 15px;
    height: 15px;
}

.single_preview_block_view .slick-prev {
    left: 120px;
}

.single_preview_block_view .slick-prev:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 11px 6px 0;
    border-color: transparent #000000 transparent transparent;
}

.single_preview_block_view .slick-next {
    left: 140px;
    right: auto;
}

.single_preview_block_view .slick-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 11px;;
    border-color: transparent transparent transparent #000000;
}

.incut {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 1.6rem 0;
    margin: 1.6em 0;
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: 1.5rem;
}

.article_faces {
    border: 2px solid #f5f5f5;
    padding: 1.6rem;
    margin-top: 3.9rem;
    margin-bottom: 1.3rem;
}

.article_faces .face_item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.article_faces .face_item .case_text {
    font-family: CenturyGothic-Bold, sans-serif;
    font-size: 1.1rem;
}

.banners .advert {
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .24);
    margin-bottom: 1.875rem;
}

.banners .advert:first-child {
    margin-top: 4rem;
}

.related_items {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    font-family: CenturyGothic-Bold, sans-serif;
    margin-bottom: 1.875rem;
}

.related_items .module_header {
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 1.4rem 1.4rem .5rem;
}

.related_items .related_item {
    padding: 1.4rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: .9rem;
}

.related_items .related_item:last-child {
    border-bottom: none;
}

.related_items .related_item a {
    color: #000;
}

.related_items .related_item a:hover {
    color: #3498db;
    text-decoration: underline;
}

.social-likes_notext .social-likes__button {
    width: 22px;
}

.inner_slider_wrapper {
    color: #fff;
    margin-bottom: 24px;
}

.inner_slider_wrapper .event_slide {
    color: #fff;
    margin-bottom: .9375rem;
    height: 200px;
    border: 1px solid #f3f3f3;
}

.index_slider .slick-arrow {
    background-color: transparent;
    height: 200px;
}

.index_slider .slick-prev {
    left: -50px;
}

.index_slider .slick-next {
    right: -50px;
}

.inner_slider_wrapper .slick-slide {
    display: block !important;
}

.inner_slider_wrapper .event_slide {
    padding: 20px;
}

.inner_slider_wrapper .event_slide.blue {
    background: #3498db;
    color: #fff;
}

.inner_slider_wrapper .event_slide.green {
    background: #4dad3f;
    color: #fff;
}

.inner_slider_wrapper .event_slide.white {
    background: #fff;
    color: #000;
}

.inner_slider_wrapper .event_slide a {
    color: inherit;
}

.inner_slider_wrapper .event_slide a:hover {
    text-decoration: underline;
}

.inner_slider_wrapper .event_slide.image_slide {
    padding: 0;
}

.inner_slider_wrapper .event_slide.image_slide img {
    width: 100%;
}

.inner_slider_wrapper .event_slide .date {
    font-size: .9rem;
}

.inner_slider_wrapper .event_slide .place {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    margin: 12px 0;
}

.inner_slider_wrapper .event_slide .title {
    font-family: CenturyGothic-Bold, Helvetica, sans-serif;
    line-height: 1.1;
    font-size: .95rem;
}

/* search form */
.search-input {
    margin-bottom: 1.5rem;
}

.find_in_live {
    width: 100%;
    padding: .5rem;
}

.find_in_live_submit {
    width: 100%;
    height: 40px;
    text-indent: -9999px;
    background: #3498db url(../img/search.png) no-repeat center center /20px;
    border: none;
    color: #fff;
}

/* PAGE FOOTER */
#page_footer {
    background: #1b2f36;
    color: #8da4ac;
    position: relative;
    font-size: .8rem;
    padding: 40px 0;
    height: 98px;
    margin-top: -98px;
}

#page_footer .info_partner {
    display: inline-block;
    width: 64px;
    height: 11px;
    background: url(../img/logo_pravo_footer.png) no-repeat center center;
}

.pagination {
    padding: 25px 0 0;
    text-align: center;
    font-size: 0;
}

.pagination li {
    display: inline;
}

.pagination li a {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    height: 24px;
    background: #f4f4f7;
    color: #292D38;
    text-decoration: none;
    font: 12px/24px Arial, sans-serif;
    transition: all .5s ease;
}

.pagination li:hover a {
    background: #e5e8e8;
}

.pagination li.active a {
    background: #1aacff;
    color: #FFF;
    cursor: default;
}

.pagination li.prev a {
    width: 24px;
    box-sizing: border-box;
}

.pagination li.next a {
    margin: 0 3px;
    width: 24px;
    box-sizing: border-box;
}
