@charset "UTF-8";
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans_regular/OpenSans-Regular-webfont.eot");
  src: url("../fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans_italic/OpenSans-Italic-webfont.eot");
  src: url("../fonts/opensans_italic/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/opensans_italic/OpenSans-Italic-webfont.woff") format("woff"),
    url("../fonts/opensans_italic/OpenSans-Italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans_bold/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.woff") format("woff"),
    url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

/* Preloader */
#preloader {
  position: relative;
  top: 48%;
  display: block;
  margin: 0 auto;
  width: 50px; }

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1050;
  background: #160f09;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear; }

#overlay.ovl-hide {
  opacity: 0;
  visibility: hidden; }

.all_blur {
  zoom: 1;
  filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=3)";
  pointer-events: none; }

.my.cover,
.my.cover > .row.main-row,
.my.cover > .row.main-row > div.col-sm-12/*,
.my.cover > .row.main-row > div > div.row,
.my.cover > .row.main-row > div > div.row > div*/ {
    height: 100%;
}

.big-buttons:hover span {
  border-bottom: 1px solid #f78e92;
}
.big-buttons span {
  border-bottom: 1px dotted #f78e92;
}
.big-buttons {

  color: #ffffff;
  font-family: OpenSans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
  background-color: #ed1c24;
  text-decoration: none;
  padding: 15px 30px;
}
.big-buttons:hover, .big-buttons:focus {
  color: #fff;
  text-decoration: none;
  outline: hidden;
  opacity: 0.9;
  transition: all ease-in-out .45s;
}
.big-label {
  color: #ffffff;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin: 17px 0 0 -15px;
  background-color: #ed1c24;
  padding: 5px 15px;
  display: inline-block;
  clear: both;
}


.daynews__item_big {
    margin:  15px 0;
    border: 1px solid #353a46;
    height: 255px;
    float: none;
    min-width: 1px;
}
.daynews__item_big_2 {
    height: 450px;
}

.photo_scale {
    overflow: hidden;
}

.photo_full {
    width: 100%;
    height: 100%;
}

.photo {
    display: block;
    position: relative;
}

.photo__inner {
    position: relative;
    display: block;
    height: 100%;
}

.photo_scale:hover .photo__pic {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.photo_scale .photo__pic {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photo_full .photo__pic {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.99999);
    -moz-transform: scale(0.99999);
    -o-transform: scale(0.99999);
    -ms-transform: scale(0.99999);
    transform: scale(0.99999);
}

.photo__pic {
    display: block;
    width: 100%;
}

.photo__label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    text-align: right;
}

.photo__captions {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px 10px;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.photo__captions:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    height: 15px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.photo__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    max-height: 30.8px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.photo__subtitle {

    height: 43.2px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.photo_small .photo__icon, .photo_small .photo__count {
    bottom: 15px;
}

.photo__count {
    position: absolute;
    bottom: 19px;
    right: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px;
    border: 1px solid #dddddd;
    background: rgba(0, 0, 0, 0.5);
    min-width: 15px;
}

.photo__count:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 2px;
    bottom: -3px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.photo__count:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -3px;
    top: 2px;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.doc-verify {
    background-color: #006eae;
    margin-left: 4px;
}
.doc-recommend {
    background-color: #ed1c24;
}

.daynews__item.player-wrap .video-icon a,
.video-player > ul > li a {
border: 0;
border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
}
.daynews__item.player-wrap a .video-icon,
.video-player > ul > li a .video-player-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.daynews__item.player-wrap a:hover .video-icon > img,
.video-player > ul > li a:hover .video-player-poster > img {
  opacity: 1;
}
.daynews__item.player-wrap .video-icon,
.video-player > ul > li a .video-player-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.daynews__item.player-wrap .video-icon > img,
.video-player > ul > li a .video-player-poster > img {
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.daynews__item.player-wrap img,
.video-player .video .video-player-poster img {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0.8;
    width: 64px;
}
.daynews__item.player-wrap a:hover .video-icon,
.video-player > ul > li a:hover .video-player-poster {
  background-color: rgba(0, 0, 0, 0.3);
}


@media (max-height: 609px) {
  .main-page__data {display: none;}
  .main-page__data:nth-of-type(3),
  .main-page__data:nth-of-type(4) {
    display: block !important;
    height: calc(100% / 2 - 50px) !important;
  }
}

@media (min-height: 610px) {
  .main-page__data {display: none;}
  .main-page__data:nth-of-type(3),
  .main-page__data:nth-of-type(4),
  .main-page__data:nth-of-type(5) {
    display: block !important;
    height: calc(100% / 3 - 40px) !important;
  }
}

@media (min-height: 810px) {
  .main-page__data {display: none;}
  .main-page__data:nth-of-type(3),
  .main-page__data:nth-of-type(4),
  .main-page__data:nth-of-type(5),
  .main-page__data:nth-of-type(6) {
    display: block !important;
    height: calc(100% / 4 - 35px) !important;
  }
}

@media (min-height: 1015px) {
  .main-page__data {display: none;}
  .main-page__data:nth-of-type(3),
  .main-page__data:nth-of-type(4),
  .main-page__data:nth-of-type(5),
  .main-page__data:nth-of-type(6),
  .main-page__data:nth-of-type(7) {
    display: block !important;
    height: calc(100% / 5 - 30px) !important;
  }
}

.ios-ui-select.btn-disabled {
    opacity: 0.4;
}