/* variables */
/* helpers */
/* mixin for multiline */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansarmenian.css);
html, body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

.color-text-1 {
  color: #9E9E9E; }
  .color-text-1.btn:hover, .color-text-1.btn.hover, .color-text-1.btn:active, .color-text-1.btn.active, .color-text-1.btn:focus, .color-text-1.btn.focus {
    color: #9E9E9E; }

.color-text-2 {
  color: #607D8B; }
  .color-text-2.btn:hover, .color-text-2.btn.hover, .color-text-2.btn:active, .color-text-2.btn.active, .color-text-2.btn:focus, .color-text-2.btn.focus {
    color: #607D8B; }

.color-text-black {
  color: #000000; }
  .color-text-black.btn:hover, .color-text-black.btn.hover, .color-text-black.btn:active, .color-text-black.btn.active, .color-text-black.btn:focus, .color-text-black.btn.focus {
    color: #000000; }

.color-text-white {
  color: #ffffff; }
  .color-text-white.btn:hover, .color-text-white.btn.hover, .color-text-white.btn:active, .color-text-white.btn.active, .color-text-white.btn:focus, .color-text-white.btn.focus {
    color: #ffffff; }

.color-1 {
  color: #434750; }

.color-1-bg {
  background-color: #434750; }

.color-1-hover:hover {
  background-color: #8892b0; }

.color-1-hover-bg:hover {
  background-color: #8892b0; }

.color-1-light {
  color: #ebedf1; }

.color-1-light-bg {
  background-color: #ebedf1; }

.color-1-active {
  color: #8892b0; }

.color-1-active-bg {
  background-color: #8892b0; }

.color-2 {
  color: #3695bf; }

.color-2-bg {
  background-color: #3695bf; }

.color-2-hover:hover {
  color: #2b7697; }

.color-2-hover-bg:hover {
  background-color: #2b7697; }

.color-2-active {
  color: #2b7697; }

.color-2-active-bg {
  background-color: #2b7697; }

.color-info {
  color: #2196F3; }

.color-info-bg {
  background-color: #2196F3; }

.color-info-hover:hover {
  color: #1f77ce; }

.color-info-hover-bg:hover {
  background-color: #1f77ce; }

.color-info-active {
  color: #1f77ce; }

.color-info-active-bg {
  background-color: #1f77ce; }

.color-success {
  color: #8BC34A; }

.color-success-bg {
  background-color: #8BC34A; }

.color-success-border, .color-success-border.form-control {
  border-color: #8BC34A; }

.color-success-hover:hover {
  color: #7CB342; }

.color-success-hover-bg:hover {
  background-color: #7CB342; }

.color-success-active {
  color: #7CB342; }

.color-success-active-bg {
  background-color: #7CB342; }

.color-error {
  color: #F44336; }

.color-error-bg {
  background-color: #F44336; }

.color-error-border, .color-error-border.form-control {
  border-color: #F44336 !important; }

.color-error-hover:hover {
  color: #C62828; }

.color-error-hover-bg:hover {
  background-color: #C62828; }

.color-error-active {
  color: #C62828; }

.color-error-active-bg {
  background-color: #C62828; }

.color-warning {
  color: #FF9800; }

.color-warning-bg {
  background-color: #FF9800; }

.color-warning-hover:hover {
  color: #EF6C00; }

.color-warning-hover-bg:hover {
  background-color: #EF6C00; }

.color-warning-active {
  color: #EF6C00; }

.color-warning-active-bg {
  background-color: #EF6C00; }

.color-blue {
  color: #3C8DBC; }

.color-blue-bg {
  background-color: #3C8DBC; }

.color-blue-hover:hover {
  color: #365E87; }

.color-blue-hover-bg:hover {
  background-color: #365E87; }

.color-blue-active {
  color: #365E87; }

.color-blue-active-bg {
  background-color: #365E87; }

.color-orange {
  color: #F39C12; }

.color-orange-bg {
  background-color: #F39C12; }

.color-orange-hover:hover {
  color: #B66A12; }

.color-orange-hover-bg:hover {
  background-color: #B66A12; }

.color-orange-active {
  color: #B66A12; }

.color-orange-active-bg {
  background-color: #B66A12; }

.color-green {
  color: #00A65A; }

.color-green-bg {
  background-color: #00A65A; }

.color-green-hover:hover {
  color: #00743A; }

.color-green-hover-bg:hover {
  background-color: #00743A; }

.color-green-active {
  color: #00743A; }

.color-green-active-bg {
  background-color: #00743A; }

.color-red {
  color: #DD4B39; }

.color-red-bg {
  background-color: #DD4B39; }

.color-red-hover:hover {
  color: #9C3A2A; }

.color-red-hover-bg:hover {
  background-color: #9C3A2A; }

.color-red-active {
  color: #9C3A2A; }

.color-red-active-bg {
  background-color: #9C3A2A; }

.dropdown.open > .color-1-hover-bg {
  background-color: #8892b0; }
.dropdown.open .color-2-hover-bg {
  background-color: #2b7697; }
.dropdown.open .color-info-hover-bg {
  background-color: #1f77ce; }
.dropdown.open .color-success-hover-bg {
  background-color: #7CB342; }
.dropdown.open .color-error-hover-bg {
  background-color: #C62828; }
.dropdown.open .color-warning-hover {
  color: #EF6C00; }
.dropdown.open .color-blue-hover-bg {
  background-color: #365E87; }
.dropdown.open .color-orange-hover {
  color: #B66A12; }
.dropdown.open .color-green-hover-bg {
  background-color: #00743A; }
.dropdown.open .color-red-hover-bg {
  background-color: #9C3A2A; }

/*@font-face {
  font-family: "NotoSansArmenian";
  src: url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.eot");
  src: url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.woff2") format("woff2"),
  url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.woff") format("woff"),
  url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.ttf") format("truetype");
//  url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansArmenian";
  src: url("../fonts/NotoSansArmenian/notosansarmenian-medium-webfont.eot");
  src: url("../fonts/NotoSansArmenian/notosansarmenian-medium-webfont.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSansArmenian/notosansarmenian-medium-webfont.woff2") format("woff2"),
  url("../fonts/NotoSansArmenian/notosansarmenian-medium-webfont.woff") format("woff"),
  url("../fonts/NotoSansArmenian/notosansarmenian-medium-webfont.ttf") format("truetype");
  //  url("../fonts/NotoSansArmenian/notosansarmenian-semibold-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansArmenian";
  src: url("../fonts/NotoSansArmenian/notosansarmenian-bold-webfont.eot");
  src: url("../fonts/NotoSansArmenian/notosansarmenian-bold-webfont.eot?#iefix") format("embedded-opentype"),
  url("../fonts/NotoSansArmenian/notosansarmenian-bold-webfont.woff2") format("woff2"),
  url("../fonts/NotoSansArmenian/notosansarmenian-bold-webfont.woff") format("woff"),
  url("../fonts/NotoSansArmenian/notosansarmenian-bold-webfont.ttf") format("truetype");
 // url("../fonts/NotoSansArmenian/NotoSansArmenian-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}*/
@font-face {
  font-family: "GHEAGrapalat";
  src: url("../fonts/GHEAGrapalat/gheagrpalatreg-webfont.woff2") format("woff2"), url("../fonts/GHEAGrapalat/gheagrpalatreg-webfont.woff") format("woff"), url("../fonts/GHEAGrapalat/gheagrpalatreg-webfont.ttf") format("truetype"), url("../fonts/GHEAGrapalat/GHEAGrapalat.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Weblysleek";
  src: url("../fonts/weblysleek/weblysleekuil-webfont.eot");
  src: url("../fonts/weblysleek/weblysleekuil-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleek/weblysleekuil-webfont.woff2") format("woff2"), url("../fonts/weblysleek/weblysleekuil-webfont.woff") format("woff"), url("../fonts/weblysleek/weblysleekuil-webfont.ttf") format("truetype"), url("../fonts/weblysleek/weblysleekuil-webfont.svg#Weblysleek") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Weblysleek";
  src: url("../fonts/weblysleek/weblysleekuili-webfont.eot");
  src: url("../fonts/weblysleek/weblysleekuili-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleek/weblysleekuili-webfont.woff2") format("woff2"), url("../fonts/weblysleek/weblysleekuili-webfont.woff") format("woff"), url("../fonts/weblysleek/weblysleekuili-webfont.ttf") format("truetype"), url("../fonts/weblysleek/weblysleekuili-webfont.svg#Weblysleek") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Weblysleek";
  src: url("../fonts/weblysleek/weblysleekuisl-webfont.eot");
  src: url("../fonts/weblysleek/weblysleekuisl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleek/weblysleekuisl-webfont.woff2") format("woff2"), url("../fonts/weblysleek/weblysleekuisl-webfont.woff") format("woff"), url("../fonts/weblysleek/weblysleekuisl-webfont.ttf") format("truetype"), url("../fonts/weblysleek/weblysleekuisl-webfont.svg#Weblysleek") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Weblysleek";
  src: url("../fonts/weblysleek/weblysleekuisli-webfont.eot");
  src: url("../fonts/weblysleek/weblysleekuisli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleek/weblysleekuisli-webfont.woff2") format("woff2"), url("../fonts/weblysleek/weblysleekuisli-webfont.woff") format("woff"), url("../fonts/weblysleek/weblysleekuisli-webfont.ttf") format("truetype"), url("../fonts/weblysleek/weblysleekuisli-webfont.svg#Weblysleek") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Weblysleek";
  src: url("../fonts/weblysleek/weblysleekuisb-webfont.eot");
  src: url("../fonts/weblysleek/weblysleekuisb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleek/weblysleekuisb-webfont.woff2") format("woff2"), url("../fonts/weblysleek/weblysleekuisb-webfont.woff") format("woff"), url("../fonts/weblysleek/weblysleekuisb-webfont.ttf") format("truetype"), url("../fonts/weblysleek/weblysleekuisb-webfont.svg#Weblysleek") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Weblysleek";
  src: url("../fonts/weblysleek/weblysleekuisbi-webfont.eot");
  src: url("../fonts/weblysleek/weblysleekuisbi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weblysleek/weblysleekuisbi-webfont.woff2") format("woff2"), url("../fonts/weblysleek/weblysleekuisbi-webfont.woff") format("woff"), url("../fonts/weblysleek/weblysleekuisbi-webfont.ttf") format("truetype"), url("../fonts/weblysleek/weblysleekuisbi-webfont.svg#Weblysleek") format("svg");
  font-weight: 700;
  font-style: italic; }
/* 10px */
/* 12px */
/* 13px */
/* 14px */
/* 15px */
/* 16px */
/* 18px */
/* 20px */
/* 20px */
/* 24px */
/* 24px */
/* 24px */
/* 30px */
/* 36px */
/* 48px */
.fontAwesomeSet {
  display: block;
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* main styles */
/* layouts */
/*@import "forms";
@import "box";
@import "general";
@import "buttons";
@import "tableSimple";
@import "typography";
@import "modals";
@import "wizard";
@import "assignment-act";*/
/* modules */
.questionsBlock {
  border: 1px solid #d7d7d7;
  padding: 25px;
  margin-bottom: 25px; }
  .questionsBlock h2 {
    font-weight: bold; }
  .questionsBlock .results {
    margin-top: 15px; }
    .questionsBlock .results .progress {
      height: 0.875em;
      border-radius: 0; }
      .questionsBlock .results .progress .progress-bar {
        background-color: #c51e18; }

.top-news {
  font-weight: 600; }
  .top-news .big-block {
    background-size: cover;
    height: 409px; }
    .top-news .big-block h2 {
      font-size: 1.625em;
      padding: 0 25px 30px 25px;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
    @media (max-width: 767px) {
      .top-news .big-block {
        height: 300px; } }
  .top-news .small-blocks .row:first-child {
    margin-bottom: 25px; }
  .top-news .small-blocks .small-block {
    height: 192px;
    background-size: cover;
    position: relative; }
    .top-news .small-blocks .small-block div {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2;
      padding: 40px 25px 15px 17px; }
      .top-news .small-blocks .small-block div h2 {
        font-size: 1.125em;
        background: transparent;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 49.68px;
        /* Fallback for non-webkit */
        line-height: 1.38;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .top-news .small-blocks .small-block div h2 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
  @media (max-width: 767px) {
    .top-news .small-blocks .row:first-child {
      margin-bottom: 0; }
    .top-news .small-blocks .small-block {
      height: 152px; }
    .top-news .small-blocks .col-sm-6 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .top-news .small-blocks {
      margin-top: 20px; } }
  .top-news .big-block, .top-news .small-block {
    position: relative;
    transition: all 0.5s linear;
    display: block;
    color: white; }
    .top-news .big-block:after, .top-news .small-block:after {
      content: '';
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .top-news .big-block:hover, .top-news .small-block:hover {
      -webkit-filter: contrast(150%);
              filter: contrast(150%); }

.commentary .newsBlock {
  padding: 0; }
  .commentary .newsBlock .newsImg {
    position: relative;
    height: 0;
    padding-bottom: 64.5%;
    overflow: hidden; }
    .commentary .newsBlock .newsImg > div {
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      display: block;
      z-index: 1;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all .3s; }
  .commentary .newsBlock .newsBlockTitle {
    padding: 15px 10px 0 0; }
    .commentary .newsBlock .newsBlockTitle h2 {
      line-height: 1.47; }

.videos #player {
  min-height: 400px; }
.videos #playerBig {
  height: 100%;
}
.videos .videoTitle, .videos .bigVideoTitle {
  position: absolute;
  bottom: 0;
  color: white;
  font-weight: 600;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
.videos.videos-inner .col-12 .bigVideoTitle, .videos.videos-inner .col-12 .videoTitle, .videos .col-12.col-lg-9 .bigVideoTitle, .videos .col-12.col-lg-9 .videoTitle {
  padding: 35px;
  width: calc(100% - 30px); }
  .videos.videos-inner .col-12 .bigVideoTitle h3, .videos.videos-inner .col-12 .videoTitle h3, .videos .col-12.col-lg-9 .bigVideoTitle h3, .videos .col-12.col-lg-9 .videoTitle h3 {
    font-size: 1.625em;
    background: transparent;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 62.4px;
    /* Fallback for non-webkit */
    line-height: 1.2;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .videos.videos-inner .col-12 .bigVideoTitle h3, .videos.videos-inner .col-12 .videoTitle h3, .videos .col-12.col-lg-9 .bigVideoTitle h3, .videos .col-12.col-lg-9 .videoTitle h3 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
.videos.videos-inner .col-12 iframe, .videos .col-12.col-lg-9 iframe {
  height: 100%;
  width: 100%; }
@media (max-width: 767px) {
  .videos.videos-inner .col-12 iframe, .videos .col-12.col-lg-9 iframe {
    height: 280px; }
  .videos.videos-inner .col-12 .videoTitle, .videos .col-12.col-lg-9 .videoTitle {
    padding: 20px; }
    .videos.videos-inner .col-12 .videoTitle h3, .videos .col-12.col-lg-9 .videoTitle h3 {
      font-size: 1.25em; } }
@media (max-width: 991px) {
  .videos.videos-inner .col-12 iframe, .videos .col-12.col-lg-9 iframe {
    height: 400px; } }
.videos.videos-inner {
  margin: 15px 0; }
  .videos.videos-inner iframe {
    height: 624px !important; }
    @media (max-width: 767px) {
      .videos.videos-inner iframe {
        height: 400px !important; } }
.videos .col-sm-6 {
  margin-bottom: 25px; }
  .videos .col-sm-6:last-child {
    margin-bottom: 0; }
  .videos .col-sm-6 .video-cover {
    background-size: cover;
    height: 192px;
    position: relative;
    display: block; }
    .videos .col-sm-6 .video-cover .videoTitle {
      padding: 15px; }
      .videos .col-sm-6 .video-cover .videoTitle h3 {
        font-size: 1.125em;
        background: transparent;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 43.2px;
        /* Fallback for non-webkit */
        line-height: 1.2;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .videos .col-sm-6 .video-cover .videoTitle h3 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
    @media (max-width: 991px) {
      .videos .col-sm-6 .video-cover {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .videos .col-sm-6 .video-cover h3 {
        font-size: 1em;
        padding: 0 10px; } }
  @media (max-width: 991px) {
    .videos .col-sm-6 {
      margin-bottom: 0; } }

.page-details .clearfix {
  border-bottom: 1px solid #cfd2d5;
  padding: 30px 0 15px 0; }
  .page-details .clearfix .contentTitle {
    padding: 0; }
  .page-details .clearfix .newsBlockDate {
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.813em;
    color: #767676; }
    .page-details .clearfix .newsBlockDate span {
      font-size: 0.625em;
      padding: 0 5px; }
.page-details .commentaryContent::after {
  display: block;
  clear: both;
  content: ""; }
.page-details .commentaryContent h3 {
  font-size: 1.625em;
  font-weight: bold;
  padding: 25px 0; }
.page-details .commentaryContent img.img-fluid {
  float: left;
  margin: 0 25px 0 0; }
  @media (max-width: 767px) {
    .page-details .commentaryContent img.img-fluid {
      float: none;
      display: table;
      margin: 15px 0; } }
.page-details .commentaryContent p {
  font-size: 0.938em;
  text-align: justify;
  margin-bottom: 15px; }
.page-details .commentaryContent .author {
  font-weight: bold; }
.page-details .commentaryContent iframe {
  max-width: 100% !important;
  padding: 10px 0 10px 0;
}
.page-details .commentaryContent ol {
  list-style-position: inside;
  margin: 10px 0;
}
.comments .commentBlock {
  padding: 25px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #f8fcff;
  font-weight: 500;
  display: block;
  color: inherit;
  text-decoration: none; }
  .comments .commentBlock > p {
    min-height: 100px;
    line-height: 1.31;
    background: transparent;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 104.8px;
    /* Fallback for non-webkit */
    line-height: 1.31;
    -webkit-line-clamp: 5;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .comments .commentBlock > p {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
  .comments .commentBlock .commentInfo {
    margin-top: 15px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
        align-items: center; }
    .comments .commentBlock .commentInfo .commentatorImg img {
      height: 63px;
      width: 63px;
      border-radius: 50%; }
    .comments .commentBlock .commentInfo .commentatorName {
      padding-left: 15px; }
  .comments .commentBlock h2 {
    font-size: 0.938em;
    font-weight: bold; }
  .comments .commentBlock p.newsBlockDate {
    margin-top: 8px;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.813em;
    color: #767676; }
    .comments .commentBlock p.newsBlockDate span {
      font-size: 0.625em;
      padding: 0 5px; }
@media (max-width: 991px) {
  .comments .row .commentBlock {
    margin: 10px 0; }
  .comments .row .col-12:first-child .commentBlock {
    margin-top: 0; } }

header {
  background-color: #f6f8fa; }
  header .headerTop {
    padding: 30px 0 20px 0; }
    header .headerTop .container {
      position: relative; }
      header .headerTop .container .flags {
        position: absolute;
        right: 0;
        top: -25px;
        padding: 3px 15px; }
        header .headerTop .container .flags img {
          border: 1px solid lightgrey; }
    header .headerTop .row {
      height: 100%; }
      header .headerTop .row .logo img:last-of-type {
        margin: 5px 0; }
      header .headerTop .row .logo span {
        font-size: 0.875em;
        display: block;
        color: #343434;
        line-height: 1; }
      header .headerTop .row .logo:hover {
        text-decoration: none; }
      header .headerTop .row .newsBlock {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
        height: 110px;
        /*  justify-content: center;
          display: flex;
          display: -ms-flexbox;*/ }
        header .headerTop .row .newsBlock .newsBlockTitle h2 {
          font-size: 0.813em;
          background: transparent;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          max-height: 53.82px;
          /* Fallback for non-webkit */
          line-height: 1.38;
          -webkit-line-clamp: 3;
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden;
          text-overflow: ellipsis; }
@-moz-document url-prefix() {
  header .headerTop .row .newsBlock .newsBlockTitle h2 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
        header .headerTop .row .newsBlock .newsBlockDate {
          font-size: 0.75em; }
        header .headerTop .row .newsBlock .newsBlockImg .img {
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 15px;
          right: 15px;
          /* img{
             width: 100%;
             height: 106px;
           }*/ }
    @media (max-width: 991px) {
      header .headerTop {
        padding-bottom: 5px; }
        header .headerTop .logo.mobileLogo {
          display: flex;
          display: -ms-flexbox;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          header .headerTop .logo.mobileLogo > div {
            margin-left: 5px; }
        header .headerTop .col-lg-11 > .row {
          padding: 15px 0; }
        header .headerTop .newsBlock {
          height: 100% !important;
          /* .newsBlockImg {
             margin-bottom: 5px;
             .img {
               position: static !important;
               height: 100px ;
             }
           }*/ }
          header .headerTop .newsBlock .newsBlockImg {
            position: relative;
            height: 0;
            padding-bottom: 64.5%;
            overflow: hidden;
            margin-bottom: 5px; }
            header .headerTop .newsBlock .newsBlockImg .img {
              background-position: center;
              width: 100%;
              height: 100%;
              position: absolute;
              left: 50% !important;
              top: 50% !important;
              display: block;
              z-index: 1;
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              transition: all .3s; } }
    @media (max-width: 767px) {
      header .headerTop {
        padding-bottom: 0;
        /* .col-lg-11 > .row{
           padding:10px 0;
         }*/
        /*  .newsBlock {
            margin: 10px 0;
            height: 260px !important;
            .newsBlockImg {
              .img {
                height: 150px;
              }
            }
          }*/ }
        header .headerTop .col-12.col-md-3 {
          margin-bottom: 0; }
        header .headerTop .newsBlock {
          margin: 5px 0;
          height: auto !important; } }
  header .headerBottom {
    background-color: #181818; }
    header .headerBottom .menu-container {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      header .headerBottom .menu-container .nav .nav-item {
        font-size: 0.813em;
        border-left: 1px solid #767676;
        /*&.d-flex {
          border-left: 0;
          &:hover {
            border: 0;
          }
        }*/ }
        header .headerBottom .menu-container .nav .nav-item .nav-link {
          color: white;
          padding: 0.7em; }
        header .headerBottom .menu-container .nav .nav-item.active, header .headerBottom .menu-container .nav .nav-item:hover {
          border-bottom: 3px solid #C91313; }
          header .headerBottom .menu-container .nav .nav-item.active a, header .headerBottom .menu-container .nav .nav-item:hover a {
            text-shadow: 0.5px 0 0.9px #fff, 0 0 0.9px #fff; }
        header .headerBottom .menu-container .nav .nav-item.flow {
          background-color: #C91313;
          border-left: none; }
          header .headerBottom .menu-container .nav .nav-item.flow:hover {
            border-bottom: 0; }
        header .headerBottom .menu-container .nav .nav-item .dropdown.show {
          border-bottom: 3px solid #c51e18; }
        header .headerBottom .menu-container .nav .nav-item .dropdown-toggle:after {
          border: 0; }
        header .headerBottom .menu-container .nav .nav-item .dropdown-toggle i {
          font-size: 0.75em; }
        header .headerBottom .menu-container .nav .nav-item .dropdown-menu {
          min-width: 9.902rem;
          border-radius: 0; }
          header .headerBottom .menu-container .nav .nav-item .dropdown-menu a {
            transition: all 0.3s;
            color: #343434;
            padding: 5px 10px;
            display: block;
            font-size: 0.813em; }
            header .headerBottom .menu-container .nav .nav-item .dropdown-menu a:hover {
              color: #c91313;
              text-decoration: none;
              font-weight: bold; }
        @media (max-width: 1199px) {
          header .headerBottom .menu-container .nav .nav-item:nth-child(6), header .headerBottom .menu-container .nav .nav-item:nth-child(7) {
            display: none; }
          header .headerBottom .menu-container .nav .nav-item .dropdown-menu li:nth-child(1), header .headerBottom .menu-container .nav .nav-item .dropdown-menu li:nth-child(2) {
            display: block; } }
        @media (min-width: 1200px) {
          header .headerBottom .menu-container .nav .nav-item .dropdown-menu li:nth-child(1), header .headerBottom .menu-container .nav .nav-item .dropdown-menu li:nth-child(2) {
            display: none; } }
      header .headerBottom .menu-container .d-flex.col-lg-2 {
        padding-left: 50px;
        padding-right: 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .headerBottom .menu-container .d-flex.col-lg-2 {
            padding-left: 0; } }
        header .headerBottom .menu-container .d-flex.col-lg-2 .form-inline {
          width: 100%; }
          header .headerBottom .menu-container .d-flex.col-lg-2 .form-inline .input-group {
            width: 100%; }
            header .headerBottom .menu-container .d-flex.col-lg-2 .form-inline .input-group input {
              width: calc(100% - 38px); }
      header .headerBottom .menu-container .form-inline .input-group input {
        border: 0;
        border-radius: 0;
        width: calc(100% - 38px);
        /*@media (max-width: 767px) {
          min-width: 200px;
        }*/ }
      header .headerBottom .menu-container .form-inline .input-group .searchIcon {
        background-color: white;
        line-height: 1.9;
        padding: 0 10px;
        -webkit-appearance: none;
        color: #767676;
        font-size: 1.25em;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        cursor: pointer; }
    @media (max-width: 991px) {
      header .headerBottom {
        margin: 0 -15px; }
        header .headerBottom .menu-container {
          -ms-flex-direction: column;
              flex-direction: column; }
          header .headerBottom .menu-container .nav .nav-item {
            border: 0; }
            header .headerBottom .menu-container .nav .nav-item .dropdown-menu {
              min-width: 100%; }
            header .headerBottom .menu-container .nav .nav-item.dropdown.show, header .headerBottom .menu-container .nav .nav-item:hover {
              border-bottom: 0; }
            header .headerBottom .menu-container .nav .nav-item ul {
              position: fixed;
              background: #181818;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              z-index: 3;
              display: none;
              overflow-y: auto; }
              header .headerBottom .menu-container .nav .nav-item ul li {
                /* &:last-child {
                   background-color: #C91313;
                 }*/ }
                header .headerBottom .menu-container .nav .nav-item ul li:first-child {
                  margin-top: 30px; }
                header .headerBottom .menu-container .nav .nav-item ul li:hover {
                  color: #C91313;
                  /* &:last-child{
                     background:transparent;
                   }*/ }
            header .headerBottom .menu-container .nav .nav-item .close {
              position: absolute;
              top: 5px;
              right: 15px;
              display: block !important;
              color: white;
              opacity: 1; }
              header .headerBottom .menu-container .nav .nav-item .close:focus {
                outline: 0; } }

.newsBlock {
  background-color: white;
  display: block;
  color: inherit;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 15px; }
  .newsBlock .col-7 {
    padding-left: 0; }
  @media (max-width: 767px) {
    .newsBlock .newsBlockImg img {
      width: 100%; } }
  .newsBlock .newsBlockTitle {
    transition: all .3s; }
    .newsBlock .newsBlockTitle h2 {
      font-weight: bold; }
      .newsBlock .newsBlockTitle h2 a {
        color: inherit;
        text-decoration: none; }
    .newsBlock .newsBlockTitle .newsBlockDate {
      margin-top: 10px;
      -ms-flex-align: center;
          align-items: center;
      font-size: 0.813em;
      color: #767676; }
      .newsBlock .newsBlockTitle .newsBlockDate span {
        font-size: 0.625em;
        padding: 0 10px; }
    .newsBlock .newsBlockTitle:hover {
      color: #c51e18; }
  .newsBlock .newsBlockText {
    padding-top: 10px; }
    .newsBlock .newsBlockText p {
      color: inherit;
      font-size: 0.875em;
      font-weight: 500;
      background: transparent;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-height: 84px;
      /* Fallback for non-webkit */
      line-height: 1.5;
      -webkit-line-clamp: 4;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .newsBlock .newsBlockText p {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
  .newsBlock:hover {
    text-decoration: none;
    color: inherit; }
    .newsBlock:hover .newsBlockTitle h2 {
      color: #c51e18; }
    .newsBlock:hover .newsBlockText p {
      color: #343434; }
  @media (max-width: 767px) {
    .newsBlock {
      height: auto; } }
  @media (max-width: 767px) {
    .newsBlock {
      margin-bottom: 0; } }

.content .newsBlock .newsBlockTitle h2 {
  font-size: 0.938em;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 66.15px;
  /* Fallback for non-webkit */
  line-height: 1.47;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .content .newsBlock .newsBlockTitle h2 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
.inner-content .newsBlock {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .inner-content .newsBlock {
      margin-bottom: 15px; } }

.custom-pagination ul {
  list-style: none; }
  .custom-pagination ul li {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 0 5px;
    font-size: 0.75em; }
    .custom-pagination ul li a {
      color: inherit; }
      .custom-pagination ul li a:hover {
        text-decoration: none; }
    .custom-pagination ul li.selected {
      background-color: #c51e18;
      border-color: #c51e18;
      color: white; }

.sidebar {
  padding-top: 15px; }
  .sidebar .carousel .carousel-item iframe {
    width: 100%; }
  .sidebar .carousel .carousel-header {
    margin-top: 14px;
    background-color: #c51e18;
    padding: 8px 15px 7px 15px;
    position: relative;
    line-height: 1; }
    .sidebar .carousel .carousel-header::after {
      display: block;
      clear: both;
      content: ""; }
    .sidebar .carousel .carousel-header .logo-label {
      position: absolute;
      top: -14px;
      z-index: 2;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .sidebar .carousel .carousel-header .logo-label h2 {
        color: white;
        font-size: 1.375em; }
    .sidebar .carousel .carousel-header .carousel-controls {
      float: right; }
      .sidebar .carousel .carousel-header .carousel-controls a {
        color: white;
        font-size: 1.5em;
        line-height: 1; }
        .sidebar .carousel .carousel-header .carousel-controls a:hover {
          text-decoration: none; }
    .sidebar .carousel .carousel-header #___ytsubscribe_0 {
      float: right !important;
      margin-right: 25px !important; }
      .sidebar .carousel .carousel-header #___ytsubscribe_0 .yt-uix-button-subscribe-branded, .sidebar .carousel .carousel-header #___ytsubscribe_0 .yt-uix-button-subscribe-branded[disabled], .sidebar .carousel .carousel-header #___ytsubscribe_0 .yt-uix-button-subscribe-branded[disabled]:hover, .sidebar .carousel .carousel-header #___ytsubscribe_0 .yt-uix-button-subscribe-branded[disabled]:active, .sidebar .carousel .carousel-header #___ytsubscribe_0 .yt-uix-button-subscribe-branded[disabled]:focus {
        background-color: #c51e18; }
    .sidebar .carousel .carousel-header .yt-uix-button {
      background-color: #c51e18 !important; }
    @media (max-width: 991px) {
      .sidebar .carousel .carousel-header {
        padding: 8px 10px 7px 15px; }
        .sidebar .carousel .carousel-header .logo-label {
          top: -10px;
          left: 3px; }
          .sidebar .carousel .carousel-header .logo-label img {
            max-width: 65%; }
        .sidebar .carousel .carousel-header #___ytsubscribe_0 {
          width: 35px !important;
          margin-right: 55px !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sidebar .carousel .carousel-header {
        padding: 8px 10px 7px 15px; }
        .sidebar .carousel .carousel-header .logo-label {
          top: -8px;
          left: 1px; }
          .sidebar .carousel .carousel-header .logo-label img {
            max-width: 65%; }
          .sidebar .carousel .carousel-header .logo-label h2 {
            font-size: 1em; }
        .sidebar .carousel .carousel-header #___ytsubscribe_0 {
          width: 64px !important; } }
  .sidebar .carousel .carousel-caption {
    bottom: 0;
    font-size: 0.938em;
    font-weight: 600;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000);
    right: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    margin-bottom: 8px; }
    .sidebar .carousel .carousel-caption h5 {
      background: transparent;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-height: 42px;
      /* Fallback for non-webkit */
      line-height: 1.4;
      -webkit-line-clamp: 2;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.4; }
@-moz-document url-prefix() {
  .sidebar .carousel .carousel-caption h5 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
      .sidebar .carousel .carousel-caption h5 a {
        color: inherit;
        text-decoration: none; }
  .sidebar .sidebarTitle {
    background-color: #c51e18;
    color: white;
    font-size: 1.125em;
    padding: 11px 8px 8px 9px;
    font-weight: 600;
    line-height: normal;
    vertical-align: middle; }
    .sidebar .sidebarTitle a {
      color: inherit;
      text-decoration: none; }
      .sidebar .sidebarTitle a:hover {
        color: #363636; }
  .sidebar .sidebarNewsBlock {
    padding: 25px 15px;
    color: #d7d7d7;
    height: 119px;
    overflow: hidden; }
    .sidebar .sidebarNewsBlock:nth-child(even) {
      background-color: #2f2f2f; }
    .sidebar .sidebarNewsBlock:nth-child(odd) {
      background-color: #363636; }
    .sidebar .sidebarNewsBlock .col-7 {
      padding-left: 0; }
    .sidebar .sidebarNewsBlock .newsBlockTitle {
      font-size: 0.875em;
      transition: all 0.3s; }
      .sidebar .sidebarNewsBlock .newsBlockTitle h2 {
        background: transparent;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 57.12px;
        /* Fallback for non-webkit */
        line-height: 1.36;
        -webkit-line-clamp: 3;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.36; }
@-moz-document url-prefix() {
  .sidebar .sidebarNewsBlock .newsBlockTitle h2 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
        .sidebar .sidebarNewsBlock .newsBlockTitle h2 a {
          color: inherit;
          text-decoration: none; }
      .sidebar .sidebarNewsBlock .newsBlockTitle:hover a {
        text-shadow: 0 0 0.7px #fff, 0 0 0.9px #fff; }
    @media (max-width: 767px) {
      .sidebar .sidebarNewsBlock {
        height: 96px;
        padding: 15px; } }
    @media (max-width: 1199px) {
      .sidebar .sidebarNewsBlock {
        font-size: 0.875em; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .sidebar .sidebarTitle {
      font-size: 0.875em; }
    .sidebar .sidebarNewsBlock {
      height: 93px; } }
  .sidebar .flowContainer {
    background-color: #363636;
    height: 601px;
    padding: 8px; }
    .sidebar .flowContainer > div {
      height: 586px; }
    .sidebar .flowContainer .newsBlock {
      height: 82px;
      box-shadow: none;
      margin: 2px 0;
      padding: 8px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .sidebar .flowContainer .newsBlock {
          height: 96px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .sidebar .flowContainer .newsBlock {
          height: 72px; } }
      .sidebar .flowContainer .newsBlock .newsBlockImg img {
        width: 100%; }
      .sidebar .flowContainer .newsBlock .newsBlockTitle h2 {
        font-size: 0.813em;
        background: transparent;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 45.24px;
        /* Fallback for non-webkit */
        line-height: 1.16;
        -webkit-line-clamp: 3;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        overflow: hidden;
        text-overflow: ellipsis; }
@-moz-document url-prefix() {
  .sidebar .flowContainer .newsBlock .newsBlockTitle h2 {
    overflow: hidden;
    position: relative;
    /*  &:before {
        background: $excerpt-bg;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: '\2026';
        margin-left: -3rem;
        width: 3rem;
      }
      &:after {
        content: '';
        background: $excerpt-bg;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1;
      }*/ } }
      @media (max-width: 1199px) {
        .sidebar .flowContainer .newsBlock .newsBlockTitle {
          font-size: 0.75em; } }
      .sidebar .flowContainer .newsBlock .newsBlockDate {
        margin-top: 7px;
        font-size: 0.75em; }
    .sidebar .flowContainer .simplebar-track {
      background: #939393;
      overflow: visible; }
      .sidebar .flowContainer .simplebar-track.simplebar-vertical {
        width: 3px; }
      .sidebar .flowContainer .simplebar-track .simplebar-scrollbar {
        right: -2px;
        width: 6px; }
        .sidebar .flowContainer .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
          background: #c51e18;
          opacity: 1;
          border-radius: 0; }
  .sidebar .questionnaire .questions {
    background-color: #363636;
    color: #d7d7d7;
    padding: 10px 25px; }
    .sidebar .questionnaire .questions p {
      font-size: 0.938em; }
    .sidebar .questionnaire .questions form > div {
      font-size: 0.875em;
      max-height: 70px;
      margin-top: 15px; }
      .sidebar .questionnaire .questions form > div .form-check label {
        cursor: pointer; }
      .sidebar .questionnaire .questions form > div .simplebar-mask {
        left: -3px; }
      .sidebar .questionnaire .questions form > div .simplebar-track {
        right: 0;
        background: #939393;
        overflow: visible; }
        .sidebar .questionnaire .questions form > div .simplebar-track.simplebar-vertical {
          width: 3px; }
        .sidebar .questionnaire .questions form > div .simplebar-track .simplebar-scrollbar {
          right: -2px;
          width: 6px; }
          .sidebar .questionnaire .questions form > div .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
            background: #c51e18;
            opacity: 1;
            border-radius: 0; }
    .sidebar .questionnaire .questions .vote-btn {
      color: #c51e18;
      background-color: white;
      height: 40px;
      font-weight: bold;
      border-radius: 0;
      width: 100%;
      display: table;
      margin: 15px auto; }
      @media (max-width: 1200px) {
        .sidebar .questionnaire .questions .vote-btn {
          padding: 0 25px;
          height: 35px; } }
  .sidebar #calendar {
    background: #c51e18;
    height: 215px; }

footer {
  background-color: #363636;
  color: #d7d7d7;
  padding: 40px 0; }
  footer .container h2 {
    font-size: 0.875em; }
    footer .container h2 a {
      color: inherit;
      font-weight: bold; }
      footer .container h2 a:hover {
        text-decoration: none; }
    footer .container h2 span {
      font-weight: bold; }
  footer .container p {
    font-size: 0.75em; }
  footer .scrollTop-btn {
    background-color: #c51e18;
    color: white;
    border-radius: 0;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 20; }
    footer .scrollTop-btn:focus {
      outline: 0;
      box-shadow: none; }
    @media (max-width: 567px) {
      footer .scrollTop-btn {
        display: none; } }

html.noScroll {
  overflow: hidden; }
  html.noScroll body {
    overflow: hidden; }

body {
  background: #ffffff;
  font-family: "Noto Sans Armenian", sans-serif;
  transition: all .3s; }
  body.ru {
    font-family: "GHEAGrapalat", sans-serif; }

body, html {
  height: 100%; }

#wrap {
  display: none; }

.toPrint {
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
  float: none !important;
  display: block !important; }

/* Default left, right, top, bottom margin is 2cm */
@page {
  margin: 2cm; }
/* First page, 10 cm margin on top */
@page :first {
  margin-top: 3cm; }
/* Left pages, a wider margin on the left */
@page :left {
  margin-left: 3cm;
  margin-right: 2cm; }
@page :right {
  margin-left: 2cm;
  margin-right: 3cm; }
.form-check {
  padding-bottom: 10px; }
  .form-check input[type="radio"] {
    display: none; }
    .form-check input[type="radio"]:checked ~ label:after {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
    .form-check input[type="radio"] + label:after, .form-check input[type="radio"] + label:before {
      border-radius: 50%; }
    .form-check input[type="radio"] + label:after {
      width: 8px;
      height: 8px;
      left: 3px;
      top: 3px; }
  .form-check label {
    margin-left: 10px;
    display: block;
    line-height: 1; }
    .form-check label:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      z-index: 1;
      background: #c51e18;
      left: 3px;
      top: 3px;
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      border-radius: 50%; }
    .form-check label:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      z-index: 1;
      border: 1px solid #d8dfe3;
      background-color: white;
      left: 0;
      top: 0; }

.contentTitle {
  font-size: 1.25em;
  font-weight: bold;
  padding: 25px 0; }
  .contentTitle span {
    color: #c51e18; }
  .contentTitle a {
    color: inherit;
    text-decoration: none; }
    .contentTitle a:hover {
      color: #c51e18; }

.simplebar-track {
  right: 8px;
  background: #939393;
  overflow: visible; }
  .simplebar-track.simplebar-vertical {
    width: 3px; }
  .simplebar-track .simplebar-scrollbar {
    right: -2px;
    width: 6px; }
    .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
      background: #c51e18;
      opacity: 1;
      border-radius: 0; }

.loading {
  position: relative;
  min-height: 80px; }
  .loading.blur:before {
    background-color: rgba(0, 0, 0, 0.2); }
  .loading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background-image: url("../img/loader-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px; }
  .loading .generatedLoadingText {
    position: relative;
    top: 330px;
    display: flex;
    display: -ms-flexbox;
    color: #e8e8e8;
    font-weight: bold;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 10001; }

@media (max-width: 767px) {
  .col-12.col-md-4, .col-12.col-md-3 {
    margin-bottom: 20px; }

  .contentTitle {
    padding: 15px 0; } }
.area {
  padding: 1rem;
  background: white;
  height: 250px;
  overflow: auto; }

.playBtn {
  position: absolute;
  bottom: 20px;
  left: 15px;
  cursor: pointer; }
  .playBtn:hover {
    -webkit-filter: contrast(200%);
            filter: contrast(200%); }

.video-cover .playBtn {
  top: calc(50% - 16.5px);
  left: calc(50% - 30.5px); }

.content {
  margin-bottom: 55px; }
  .content section.comments {
    padding-bottom: 15px; }
  .content section.open-conversation {
    margin: 0 0 15px 0; }
  .content section.top-news {
    margin-top: 30px;
    margin-bottom: 25px; }
  .content section.sidebar section {
    margin-top: 30px; }
    .content section.sidebar section.most-read.mt-0 {
      padding-bottom: 20px; }
  .content section.world {
    border-top: 2px solid #cfd2d5;
    padding-top: 15px;
    margin-top: 15px; }
  .content > section:first-child {
    margin-top: 0; }
    .content > section:first-child:last-child {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .content {
      margin-bottom: 35px; }
      .content section {
        margin: 0;
        /* &.open-conversation {
           margin: 0;
         }*/
        /*
              &.world{
                margin-top: 0;
              }
              !*&.videos {
                margin-top: 0;
              }*!
              &.top-news {
                margin-bottom: 0;
              }
              @media (max-width: 575px) {
                &.videos {
                  margin-top: 15px;
                }
              }
            }*/ }
        .content section.world {
          border: 0;
          padding: 0; }
        .content section.custom-pagination {
          margin: 15px 0; } }

/*
.simplebar-track {
  right: 8px;
  background: #939393;
  overflow: visible;
  &.simplebar-vertical {
    width: 3px;
  }
  .simplebar-scrollbar {
    right: -2px;
    width: 6px;
    &.simplebar-visible:before {
      background: $main-red;
      opacity: 1;
      border-radius: 0;
    }
  }
}
*/
@media (min-width: 576px) {
  .container {
    max-width: 720px; } }
@media (min-width: 768px) {
  .container {
    max-width: 840px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }
