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

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
    url('../fonts/OpenSansRegular.woff2') format('woff2'),
    url('../fonts/OpenSansRegular.woff') format('woff'),
    url('../fonts/OpenSansRegular.ttf') format('truetype'),
    url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff2') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
    url('../fonts/RobotoMedium.woff2') format('woff2'),
    url('../fonts/RobotoMedium.woff') format('woff'),
    url('../fonts/RobotoMedium.ttf') format('truetype'),
    url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
    url('../fonts/RobotoBold.woff2') format('woff2'),
    url('../fonts/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold.ttf') format('truetype'),
    url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

body {
    font-family: RobotoRegular, sans-serif;
    font-size: 14px;
}

.bg_banner_top {
     background-color: #fff;
 }

.wrapper {
   /* background-image: url(../images/bg_body.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    height: auto;
    background-color: #f1f1f1;
    padding-top: 30px;
}

.wrapper2 {
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;

}

.wrapper2 .container {
    padding: 0 30px;
}

header {
    background-color: #4372A8;
    height: 38px;
    padding-top: 7px;
    border-bottom: 3px solid #F5F5F5;
}

.date {
    display: inline-block;
    font: 13px RobotoRegular, sans-serif;
    color: #ffffff;
    padding-right: 10px;
}

.date img {
    margin-top: -4px;
    margin-right: 5px;
}

.weather {
    display: inline-block;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;

}

.weather a {
    font: 12px RobotoRegular, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.weather img {
    margin-top: -4px;
    margin-right: 5px;
}

.weather span {
    font-size: 16px;
    font-family: RobotoMedium;
}

.course {
    display: inline-block;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;

}

.course a {
    font: 12px RobotoRegular, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.course img {
    margin-top: -4px;
    margin-right: 5px;
}

.course span {
    font-size: 16px;
    font-family: RobotoMedium;
}

.authorization {
    display: inline-block;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
}

.authorization a {
    font: 12px OpenSansRegular, sans-serif;
    color: #ffffff;
}

.authorization img {
    margin-top: -4px;
    margin-right: 5px;
}

.bg_logo {
    border-top: 1px solid #7799C0;
    padding: 5px 0;
}

.logotip {
    margin-top: 30px;
}

.menu_bg {
    margin-top: 30px;
    height: 47px;
    border-bottom: 4px solid #DDDDDD;
    border-top: 1px solid #dddddd;
    position: relative;
}

.top_menu li a {
    border-bottom: 4px solid #4372a8;
    color: #36353a;
    font: 14px RobotoMedium, sans-serif;
    margin-right: 2px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.top_menu li a:hover {
    background-color: #4372A8;
    color: #fff;
}

.navbar-collapse {
    padding: 0;
}

.box2 {
    position: absolute;
    right: 20px;
    top: 7px;
}

.all_sections {
    display: inline-block;
    font: 14px OpenSansRegular, sans-serif;
    color: #36353a;
    text-transform: uppercase;
    border-right: 1px solid #D9D9D9;
    padding-right: 20px;
}

.all_sections img {
    margin-left: 5px;
    margin-top: -3px;
}

.all_sections a {
    font: 14px OpenSansRegular, sans-serif;
    color: #36353a;
    text-transform: uppercase;
}

.search {
    display: inline-block;
    font: 16px OpenSansRegular, sans-serif;
    color: #000000;
    padding-left: 20px;
}

.search img {
    margin-left: 5px;
    margin-top: -3px;
}

.search a {
    font: 16px OpenSansRegular, sans-serif;
    color: #000000;
}

a:focus {
    outline: none;
}

/***** main *****/

.main {
    margin-top: 15px;
    margin-bottom: 25px
}

.title_block {
    background-clip: content-box !important;
    background-color: #4372a8;
    border-bottom: 1px solid #4372a8;
    color: #fff;
    font: 16px/2 RobotoMedium, sans-serif;
    height: 35px;
    margin-bottom: 17px;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.title_last_news a {
    font: 14px RobotoRegular, sans-serif;
    color: #343434;
}

.title_last_news a:hover {
    color: #343434;
}

.title_last_news_b a {
    font: 14px RobotoBold, sans-serif;
    color: #343434;
}

.title_last_news {
  /*  max-height: 42px;*/
    overflow: hidden;
    margin-bottom: 5px;
}

.time_news, .comment_news {
    font: 13px RobotoRegular, sans-serif;
    color: #9b9b9b;
    display: inline-block;
}

.time_news .fa {
    font-size: 14px;
    color: #878787;
}

.comment_news {
    font: 12px OpenSansRegular, sans-serif;
    color: #878787;
    display: inline-block;
    margin-left: 6px;
}

.comment_news a {
    font: 12px OpenSansRegular, sans-serif;
    color: #878787;
}

.comment_news .fa {
    font-size: 13px;
    color: #878787;
}

.watched_news {
    font: 12px RobotoRegular, sans-serif;
    color: #878787;
    display: inline-block;
    margin-left: 15px;
}

.watched_news .fa {
    font-size: 13px;

}

.media_news {
    display: inline-block;
    margin-left: 10px;

}

.media_news {
    font-size: 14px;
    color: #b0b0b0;
    margin-right: 3px;
}

.media_news a:last-child {
    margin-right: 0;
}

.block_last_news {
    margin-bottom: 12px;
}

.block_last_news p {
    margin: 0 0 0px;
}

img {
    max-width: 100%;
}

.block_img_top_news {
    position: relative;
}

.img_top_news {
    background-color: #4372A8;
    height: 39px;
    width: 39px;
    position: absolute;
    left: 0;
    bottom: 42px;
    display: table;
    box-shadow: 0px 1px 3px rgba(213, 213, 213, 0.75);
    -webkit-box-shadow: 0px 1px 3px rgba(213, 213, 213, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(213, 213, 213, 0.75);
}

.video_top_news {
    background-color: #4372A8;
    height: 39px;
    width: 39px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0px 1px 3px rgba(213, 213, 213, 0.75);
    -webkit-box-shadow: 0px 1px 3px rgba(213, 213, 213, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(213, 213, 213, 0.75);
    display: table;
}

.block_img_top_news .fa {
    font-size: 18px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.title_top_news {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}

.title_top_news a {
    font: 24px RobotoBold, sans-serif;
    color: #333333;
}

.line_big {
    height: 7px;
    background-color: #4372A8;
    width: 100%;
    border-bottom: 1px solid #4372A8;
    background-clip: content-box !important;
    padding-bottom: 2px;
    margin: 25px 0;
}

.line_small {
    height: 6px;
    background-color: #4372A8;
    width: 100%;
    border-bottom: 1px solid #4372A8;
    background-clip: content-box !important;
    padding-bottom: 2px;
    margin: 25px 0;
}

.title_news {
    font: 15px RobotoRegular, sans-serif;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 12px;
}

.title_news_bold {
    font: 15px RobotoBold, sans-serif;
    color: #333333;
    margin-top: 5px;

}

.title_news a {
    font-size: 15px;
    color: #333333;
}

.block_img_news {
    position: relative;
}

.box_img_news {
    background-color: #4372A8;
    height: 39px;
    width: 39px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: table;
}

.box_img_news .fa {
    font-size: 18px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.row_news {
    margin-bottom: 25px;
}

.block_banner {
    margin-bottom: 30px;
}

.title_new_comments a {
    color: #404040;
    text-decoration: underline;
}

/***** section_footer *****/

.section_footer {
    background-color: #4372A8;
    background-clip: content-box;
    padding-top: 3px;
    border-top: 1px solid #4372A8;
}

.section_footer .container {
    padding: 0 30px;
}

.t1_footer {
    font: 14px RobotoMedium, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
}

.t1_footer::after {
    background-color: #F8F8F8;
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin-top: 12px;
}

.block1_footer ul {
    padding: 0;
    margin-top: 20px;
}

.block1_footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.block1_footer ul li a {
    font: 15px RobotoRegular, sans-serif;
    color: #ffffff;
}

.block1_footer ul li a .fa {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 6px;
}

.block2_footer ul {
    padding: 0;
    margin-top: 30px;
}

.block2_footer ul li {
    list-style-type: none;
    margin-bottom: 15px;

}

.block2_footer ul li span {
    margin-left: 10px;

}

.block2_footer ul li a {
    font: 15px RobotoRegular, sans-serif;
    color: rgba(255, 255, 255, 0.8);
    display: table;
}

.block2_footer ul li a .fa {
    font-size: 18px;
    color: #376598;
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px;
}

.block_rights {
    background-color: #3d6a9e;
    padding: 15px 0;
}

.logotip_footer {
    margin-right: 20px;
    margin-top: 11px;
}

.block_rights p {
    font: 13px RobotoLight, sans-serif;
    color: rgba(235, 235, 235, 0.88);
    border-left: 1px solid rgba(235, 235, 235, 0.1);
    padding: 10px 0 10px 15px;
}

/***** footer *****/

footer {
    background-color: #325986;
    padding: 12px 0;
    position: relative;

}

footer p {
    font: 14px RobotoLight, sans-serif;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1;
}

.block_counter {
    position: absolute;
    right: 30px;
    top: 4px;
}

.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 0px;
    list-style: none;
    font-size: 13px;
    background-color: #fff;
    border-radius: 0px;
}

.post-item {
    font-size: 14px;
    margin-top: 5px;
}

.post-item__title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 3px
}

.post-item {
    margin-bottom: 25px;
    margin-top: 15px;
}

.short_text {
    line-height: 1.5;
    margin-bottom: 10px;
}

.date-and-cr {
    color: #777;
    margin-bottom: 10px;
    margin-top: 5px;
}

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

a.like-up {
    color: green;
    margin-right: 3px;
}

a.like-down {
    color: red;
}

a.like {
    /* font-weight: bold;*/
}

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

textarea {
    border-radius: 0px !important;
}

#comments {
    margin-top: 25px;
}

#comments textarea {
    margin-top: 5px;
    margin-bottom: 15px;
}

.title-comments {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #4372a8;
}

.btn {
    border-radius: 0px;
}

/*Коментарии*/

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-comment {

}

.blog-comment ul {
    list-style-type: none;
    padding: 0;
}

.blog-comment .post-comments {
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 5px 0px;
    position: relative;
    background: #fff;
    position: relative;
}

.btn-close-form-reply-form {
    color: #9d9d9d;
}

.btn-close-form-reply-form:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment .meta b {
    color: #333
}

.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 0;
    margin-left: 50px;
}

.blog-comment-form {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

.media-heading {

    font: bold 18px/19px Arial, Helvetica, sans-serif;
    color: #343434;
}

.media .media-body {
    font: normal 14px/15px Arial, Helvetica, sans-serif;
    color: #56595d;
}

.media img {
    overflow: hidden;
    float: left;
    margin-right: 10px;
    display: block;
}

.media {
    overflow: hidden;
    clear: both;
    float: none;
    _float: left;
    _width: 100%;
    padding-bottom: 14px;
    margin-top: 14px;
    border-bottom: 1px solid #eee
}

.pagination {

}

.pagination-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
}

.top_menu li a.active {
    background-color: #4372A8;
    color: #fff;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.news {
    margin-bottom: 15px;
    line-height: 1.5;
}


.news  a:hover {
    color:  #343434;
    text-decoration: underline;
}
.news-info {
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 2px;
}

.sub-menu {
    background: #f2f2f2;
}

.sub-menu
.nav-pills > li > a {
    border-radius: 0px;

}

.sub-menu
.nav > li > a {
    display: block;
    padding: 5px 8px;
    font-size: 13px;
}

.sub-menu .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #343434;
    background-color: #f2f2f2;
}

.nav-news {
    color: #343434;
    background-color: #f2f2f2;
}

.news-main {
  /*  line-height: 1.2em;
    height: 3.6em;*/
    overflow: hidden;
}

.news-main-v {
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    margin-bottom: 0px;

}

.vote-news-comments {
    text-align: right;
}

img.news-main-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.sharethis-inline-share-buttons {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4372A8;
    border-color: #4372A8;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: -60px;
}

.news-sorter {
    margin-top: 5px;
    font-size: 13px;
    padding: 3px 0px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

.news-sorter a {
    padding-left: 5px;
    font-size: 13px;
}

.news-sorter .active {
    font-weight: bold;
}

.page-header-news {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

a.like:active {
    text-decoration: none !important;
}

.mar-r-n {
    margin-right: 0;
    padding-right: 0
}

.hover-hand:hover {
    cursor: pointer;
}

.like-vote {
    font: 13px OpenSansRegular, sans-serif;
    color: #878787;
    display: inline-block;
    margin-left: 15px;
}

.news-info .col-l {

}

.news-info .col-r {
    text-align: right;
}

.modal-content {

    border-radius: 0px;
}

h3.modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.modal-sm {
    width: 350px;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 0;
}

.form-control {
    border-radius: 0px;
}

.btn-primary {
    background-color: #4372a8;
    border: 1px solid #4372a8;
}

.modal-registration-href {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.btn-forgot {
    padding-right: 0px;
    padding-top: 10px;
    float: right;
}

.section-title::before, .section-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: rgba(205, 205, 205, 0.5);
    position: relative;
}

.section-title::before {
    margin-left: -100%;
    left: -10px;
}

.section-title::after {
    margin-right: -100%;
    right: -10px;
}

.section-title {
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

header, header a {
    color: #fff;
}

header a:hover, header a:active, header a:focus {
    text-decoration: none;
    color: #DDDDDD !important;
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.g-recaptcha {
    transform: scale(1.05);
    transform-origin: 0 0;
}

.commment-voter {
    margin-right: 15px;
}

.write-anonymous-comment {
    background: #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.fotorama {
    margin-bottom: 25px;
}

.facebook-login {
    text-align: center;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
}

sup {
    color: red;
}

.ads-row {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    position: relative;
}

.ads-row p {
    color: #777;
}

.time_news {
    position: inherit;
    bottom: 0;
}

a.item-category-link {
    background: #f7f7f7;
    display: block;
    text-align: center;
    height: 130px;
    width: 100%;
    line-height: 130px;
    overflow: hidden
}

ul.ads-category {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ads-category li {
    margin-bottom: 10px;
}

ul.ads-category li.active a {
    text-decoration: none !important;
    color: #777 !important;
}

ul.ads-category li a {
    display: block;
}

ul.ads-category li span {
    color: #777;
}

.fotorama__wrap {
    margin-right: auto;
    margin-left: auto;
}

.sub-menu a span {
    color: #777;
}

.media-heading {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #343434;
}

.news-heading {
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #343434;
}

.item-price {
    font-weight: bold;
    color: #333
}

a.no-like {
    color: #9b9b9b
}

a.like {
    text-decoration: none !important;
}

.price-label {
    padding: 9px 5px;
    margin-top: 13px;
    border: 1px solid #efefef;
    padding-left: 15px;
    border-radius: 0px;
    background: #4372A8;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.price-label strong {
    margin-top: 7px;
    display: block;
}

.xxxx-large {
    font-size: 22px;
}

.phone-label {
    padding: 9px 5px;
    margin-top: 13px;
    padding-left: 15px;
    border: 1px solid #efefef;
    display: block;
    text-decoration: none;
    border-radius: 0px;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
}

.info-label {
    padding: 9px;
    margin-top: 13px;
    border: 1px solid #efefef;
    display: block;
    text-decoration: none;
    border-radius: 0px;
    color: #333;
    background: #f7f7f7;
    font-size: 18px;
    line-height: 15px;
}

.info-user {
    margin-bottom: 10px;
}

.info-label span {
    font-size: 12px

}

a.phone-label:hover {
    text-decoration: none;
}

.text-item {
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.photos-item {
    text-align: center;
    background: #f7f7f7;
    display: block;
    overflow: hidden;
    margin-top: 15px
}

.fotorama {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

.info-befor-text {
    font-size: 13px;
    margin-top: 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.properties span {
    color: #9d9d9d
}

.properties div {
    margin-bottom: 10px;

}

.properties-movie span {
    font-weight: bold;
}

.properties-movie {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 10px 20px;
}

.properties-movie div {
    margin-bottom: 10px;

}

.alert {
    border-radius: 0;
}

.item__title {
    border-bottom: none;
    margin-top: 20px
}

.group-fields {
    margin-bottom: 5px;
}

a.media-heading:hover {
    text-decoration: none;
}

.dateIterval b {
    color: #333333;
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.card-afisha {
    height: auto;
}

.card-middle {
    color: #323232;
}

.card {
    position: relative;
    /* height: 300px;*/
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.card-afisha {
    margin-bottom: 0px;
}

.card-afisha .card__info {
    position: relative;
    height: 120px;
    top: auto;
}

.card-middle .card__img-wrap {
    bottom: 130px;
}

.limit {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #fb661c;
}

.card-afisha .card__img-wrap {
    position: static;
    display: block;
    max-height: 511px;
    padding-top: 142.45%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.card-afisha .card__title {
    top: 10px;
    width: 100%;
    line-height: 1.2;
    max-height: 3.7em;
    padding: 0px;
    font-size: 16px;
    word-wrap: break-word;
}

.card-middle .card__title {
    background-color: #fff;
    text-shadow: none;
}

.card .card__title, .card .card__bottom, .card .card__label {
    position: absolute;
    z-index: 20;
    color: #fff;
}

.card-afisha .card__subinfo {
    position: absolute;
    z-index: 20;
    bottom: 45px;
    max-height: 40px;
    margin: 0px;
    overflow: hidden;
    word-wrap: break-word;

}

.movie-trailer iframe {
    width: 100%;
    height: auto;
}

.past-session {
    color: #dcdcdc;
    text-decoration: line-through;

    font-weight: normal;
}

.time-session {
    margin-left: 20px;
    font-weight: bold;
}

.img-wrap {
    line-height: 0;
}

.img-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
