.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* Connecting local font */
/* alef-regular - latin_hebrew */
@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/alef-v9-latin_hebrew-regular.eot");
  /* IE9 Compat Modes */
  src: local("Alef Regular"), local("Alef-Regular"), url("/Content/fonts/alef-v9-latin_hebrew-regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/alef-v9-latin_hebrew-regular.woff2") format("woff2"), url("/Content/fonts/alef-v9-latin_hebrew-regular.woff") format("woff"), url("/Content/fonts/alef-v9-latin_hebrew-regular.ttf") format("truetype"), url("/Content/fonts/alef-v9-latin_hebrew-regular.svg#Alef") format("svg");
  /* Legacy iOS */ }

/* alef-700 - latin_hebrew */
@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/alef-v9-latin_hebrew-700.eot");
  /* IE9 Compat Modes */
  src: local("Alef Bold"), local("Alef-Bold"), url("/Content/fonts/alef-v9-latin_hebrew-700.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/alef-v9-latin_hebrew-700.woff2") format("woff2"), url("/Content/fonts/alef-v9-latin_hebrew-700.woff") format("woff"), url("/Content/fonts/alef-v9-latin_hebrew-700.ttf") format("truetype"), url("/Content/fonts/alef-v9-latin_hebrew-700.svg#Alef") format("svg");
  /* Legacy iOS */ }

body {
  text-align: right;
  background-color: #d2d6d7;
  font-family: "Alef", sans-serif;
  color: #4a4a4a;
  font-weight: normal;
  font-size: 16px; }
  @media (min-width: 576px) {
    body {
      font-size: 16px; } }

.site-wrapper {
  width: 100%;
  background-color: #fff; }
  @media (min-width: 961px) {
    .site-wrapper {
      margin: 0 auto;
      max-width: 960px; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 640px; } }
  @media (min-width: 820px) {
    .container {
      max-width: 790px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

ul {
  list-style-type: none; }

a:hover {
  text-decoration: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.inner-main--gray {
  background-color: #f5f5f5; }

.page-content {
  padding: 40px 0; }

.article {
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px; }
  @media (max-width: 650px) {
    .article {
      text-align: center; } }

  .article__title {
    font-size: 22px;
    font-weight: 700; }
    @media (max-width: 650px) {
      .article__title {
        font-size: 22px; } }
  .article__note-title {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
    padding-right: 3px; }
  .article__author {
    font-size: 17px;
    margin-bottom: 9px; }
  .article__link {
    padding: 0 10px;
    font-size: 13px;
    color: #0082b6;
    font-weight: 400;
    text-decoration: none; }
    .article__link:active, .article__link:hover {
      text-decoration: underline; }
  .article__text {
    margin-bottom: 21px;
    line-height: 22px;
    text-align: center; }
    @media (min-width: 820px) {
      .article__text {
        margin-bottom: 21px;
        padding-left: 20px;
        text-align: right; }
        .article__text:nth-of-type(n+4) {
          padding-left: 46px; } }

.sidebar {
  width: 100%;
  padding: 15px; }
  @media (min-width: 820px) {
    .sidebar {
      width: auto;
      padding: 81px 15px 20px; } }

.lang-buttons {
  text-align: center;
  padding: 0; }
  .lang-buttons__item {
    margin: 29px 0; }

.lang-btn {
  width: 214px;
  min-height: 59px;
  max-height: 120px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  border: 1px solid #0082b6;
  color: #0082b6;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: all .2s; }
  .lang-btn:hover, .lang-btn.active {
    background-color: #0082b6;
    color: #fff; }

/* Social buttons */
.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }

.search-output {
  padding-top: 29px; }
  .search-output__link-wrapper {
    text-align: left; }
  .search-output__back-link {
    color: #0082b6; }
    .search-output__back-link:hover {
      color: #00699d;
      text-decoration: underline; }
    .search-output__back-link::after {
      content: '';
      display: inline-block;
      background: url("/Content/images/icons/icon-return.svg") no-repeat;
      height: 15px;
      width: 15px;
      margin-right: 5px; }

.search-cards {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 820px) {
    .search-cards {
      padding-top: 0; } }
  .search-cards__title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 29px;
    margin-top: 0;
    margin-left: 5px; }
    @media (min-width: 820px) {
      .search-cards__title {
        margin-top: -13px; } }
  .search-cards__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .search-cards__card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 27px; }
    @media (min-width: 480px) {
      .search-cards__card {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%; } }
    @media (min-width: 620px) {
      .search-cards__card {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; } }
    @media (min-width: 768px) {
      .search-cards__card {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%; } }

.search-card {
  position: relative;
  display: block; }
  .search-card__image {
    max-height: 138px;
    max-width: 138px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.2s; }
    .search-card:hover .search-card__image {
      box-shadow: 0px 0px 15px 0px #000; }
    .search-card__image img {
      height: 136px;
      width: 136px;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
      @media (min-width: 620px) {
        .search-card__image img {
          height: 106px;
          width: 106px; } }
      @media (min-width: 820px) {
        .search-card__image img {
          height: 138px;
          width: 138px; } }
  .search-card__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 5px 0;
    color: #4a4a4a;
    transition: 0.2s; }
    .search-card__name:hover {
      color: #0082b6;
      text-decoration: underline; }
  .search-card__date {
    font-size: 10px;
    color: #4a4a4a; }
    .search-card__date:hover {
      text-decoration: none; }
  .search-card__link-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

/* Setting basic styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* BLOCK: Header */
.site-header {
  position: relative;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 820px) {
    .site-header {
      box-shadow: none; } }
  .site-header__top {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #0082b6;
    background-image: linear-gradient(to left, #0183b5, #0082b6);
    color: #fff;
    font-size: 12px;
    line-height: 1.5; }
    @media (min-width: 576px) {
      .site-header__top {
        min-height: 34px;
        border-bottom: 1px solid #c9d5d6; } }
  .site-header__social {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 16px;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 576px) {
      .site-header__social {
        padding-right: 5px;
        padding-left: 5px; } }
  .site-header__social-item {
    min-width: 20px; }
    @media (min-width: 576px) {
      .site-header__social-item {
        min-width: 23px; } }
  .site-header__social-link {
    display: block;
    width: 100%;
    text-align: center; }
    .site-header__social-link svg {
      fill: #fff;
      width: 18px;
      height: 18px; }
      @media (min-width: 576px) {
        .site-header__social-link svg {
          width: 22px;
          height: 22px; } }
    .site-header__social-link:hover svg {
      fill: #b6eaff; }
  .site-header__top-text {
    margin: 0;
    padding-right: 5px;
    border-right: 2px solid #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1;
    font-weight: 700; }
  .site-header__back-link {
    position: relative;
    font-weight: 700;
    margin-right: auto;
    padding: 0;
    padding-left: 10px;
    background-color: #0082b6;
    background-image: none;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    transition: 0.2s; }
    @media (min-width: 576px) {
      .site-header__back-link {
        min-width: 138px;
        margin-right: 0;
        padding: 5px;
        border: 1px solid #0082b6;
        position: absolute;
        top: 48%;
        left: 24px;
        z-index: 1; } }
    .site-header__back-link:hover {
      color: inherit;
      text-decoration: underline; }
      @media (min-width: 576px) {
        .site-header__back-link:hover {
          background-color: #fff;
          color: #0082b6;
          text-decoration: none; }
          .site-header__back-link:hover:after {
            border-color: #0082b6; } }
    .site-header__back-link:after {
      position: relative;
      right: 6px;
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      vertical-align: middle;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .site-header__main {
    padding-top: 9px;
    padding-bottom: 10px; }
    @media (min-width: 820px) {
      .site-header__main {
        padding-top: 10px;
        padding-bottom: 19px; } }
    .site-header__main .row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .site-header__logo-wrapper {
    width: 100px;
    height: 47px;
    padding-right: 8px;
    padding-left: 8px; }
    @media (min-width: 820px) {
      .site-header__logo-wrapper {
        width: 176px;
        height: 89px;
        margin-top: 9px; } }
    .site-header__logo-wrapper > img {
      display: block;
      width: 100%;
      height: auto; }
  @media (min-width: 820px) {
    .site-header__content {
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 180px;
      padding-right: 14px;
      padding-left: 15px; } }
  .site-header__text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-size: inherit; }
    @media (min-width: 360px) {
      .site-header__text {
        font-size: 15px; } }
    @media (min-width: 820px) {
      .site-header__text {
        font-size: 23px;
        margin-top: 13px;
        padding-right: 2px; } }

.site-heading {
  position: relative;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 700; }
  @media (min-width: 360px) {
    .site-heading {
      font-size: 27px; } }
  @media (min-width: 820px) {
    .site-heading {
      font-size: 41px;
      line-height: 1;
      padding-bottom: 12px; } }
  .site-heading:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #7fc0da; }
    @media (min-width: 820px) {
      .site-heading:after {
        display: block; } }
  .site-heading i {
    font-style: normal;
    font-weight: 400; }

/* BLOCK: SITE FOOTER */
.site-footer {
  padding-top: 51px;
  padding-bottom: 35px;
  background: #eee url("/Content/images/footer-bg.png") center top no-repeat;
  background-size: cover;
  border-bottom: 14px solid #0082b6; }
  @media (min-width: 820px) {
    .site-footer {
      padding-top: 33px;
      padding-bottom: 54px;
      border-bottom-width: 19px; } }
  @media (min-width: 375px) {
    .site-footer__container {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 820px) {
    .site-footer__container {
      max-width: 640px;
      padding-right: 15px;
      padding-left: 15px; } }
  .site-footer__col {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700; }
    @media (min-width: 820px) {
      .site-footer__col {
        -ms-flex-preferred-size: 238px;
        flex-basis: 238px;
        max-width: 238px; } }


  .site-footer__heading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700; }
    @media (min-width: 820px) {
      .site-footer__heading {
        margin-bottom: 15px; } }
  .site-footer p {
    margin-bottom: 0; }

.footer-contacts {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }
  .footer-contacts > li {
    position: relative;
    padding-right: 21px;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 30px;
    max-width: 100%; }
  .footer-contacts a {
    display: inline-block;
    color: inherit;
    max-width: 100%;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .footer-contacts a:hover {
      color: inherit;
      text-decoration: underline; }
    .footer-contacts a:before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 17px;
      height: 17px;
      margin-top: -8px;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover; }
  .footer-contacts__phone:before {
    background-image: url("/Content/images/icons/icon-phone.svg"); }
  .footer-contacts__email:before {
    background-image: url("/Content/images/icons/icon-email.svg"); }

/* PAGE: HOMEPAGE */
/* Setting full screen height on body on the homepage */
/* Block: Intro section */
.intro-section__image {
  min-height: 350px;
  background-color: #3b3b3b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 576px) {
    .intro-section__image {
      min-height: 272px; } }
  @media (min-width: 820px) {
    .intro-section__image {
      min-height: 272px; } }

.intro-section__tabs-block {
  margin-top: -212px; }
  @media (min-width: 576px) {
    .intro-section__tabs-block {
      margin-top: -75px; } }
  .intro-section__tabs-block > .container {
    padding-right: 12px;
    padding-left: 13px; }
    @media (min-width: 576px) {
      .intro-section__tabs-block > .container {
        padding-right: 15px;
        padding-left: 15px; } }

.home-main {
  /* setting images for different resolutions */ }
  .home-main__image {
    background-image: url("/Content/images/home-intro-bg.jpg"); }
    @media (min-width: 576px) {
      .home-main__image {
        background-image: url("/Content/images/home-intro-bg.jpg"); } }
    @media (min-width: 820px) {
      .home-main__image {
        background-image: url("/Content/images/home-intro-bg.jpg"); } }
  .home-main__content {
    padding-top: 31px;
    padding-bottom: 33px; }

.inner-main {
  /* setting images for different resolutions */ }
  .inner-main__image {
    background-image: url("/Content/images/page02-intro-bg.jpg"); }
    @media (min-width: 576px) {
      .inner-main__image {
        background-image: url("/Content/images/page02-intro-bg.jpg"); } }
    @media (min-width: 820px) {
      .inner-main__image {
        background-image: url("/Content/images/page02-intro-bg.jpg"); } }

/* BLOCK: TABS-BLOCK */
.search-tabs {
  position: relative;
  background-color: transparent;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0; }
  .search-tabs__item {
    max-width: 144px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
    .search-tabs__item + .search-tabs__item {
      margin-right: 1px; }
  .search-tabs__link {
    width: 100%;
    padding: 1px 5px;
    display: block;
    background: #0082b6;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s; }
    @media (min-width: 576px) {
      .search-tabs__link {
        padding: 3px 5px; } }
    .search-tabs__link:hover, .search-tabs__link.active {
      background: #fff;
      color: #0082b6; }

.search-form {
  text-align: center; }
  .search-form__item {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 576px) {
      .search-form__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .search-form__input {
    height: 30px;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    width: 100%;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 12px;
    padding: 0 10px; }
    .search-form__input:focus {
      outline: none;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .search-form__input::-webkit-input-placeholder {
      color: inherit; }
    .search-form__input:-ms-input-placeholder {
      color: inherit; }
    .search-form__input::placeholder {
      color: inherit; }
  .search-form__btn {
    position: relative;
    padding: 4px;
    display: block;
    min-width: 138px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    background: #0082b6;
    border: 1px solid #0082b6;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    transition: all .2s;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 9px;
    padding: 4px;
    padding-right: 14px; }
    .search-form__btn svg {
      fill: #fff;
      transition: inherit;
      height: 20px;
      position: static; }
    .search-form__btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .search-form__btn:hover {
      background: #fff;
      color: #0082b6; }
      .search-form__btn:hover svg {
        fill: #0082b6; }
    @media (min-width: 820px) {
      .search-form__btn {
        margin-top: 2px; } }
    .search-form__btn > svg {
      margin-right: 10px;
      position: relative; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.search-select .dropdown-toggle {
  position: relative;
  width: 100%;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  background-color: #fff;
  text-align: right;
  border: 1px solid #c8c8c8;
  font-weight: bold;
  color: #4a4a4a;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 40px;
  position: relative; }
  .search-select .dropdown-toggle[aria-expanded="true"]:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .search-select .dropdown-toggle:after {
    content: '';
    border: 0;
    width: 17px;
    height: 9px;
    margin-left: 0;
    margin-top: -2px;
    vertical-align: middle;
    position: absolute;
    left: 6px;
    top: 50%;
    background: url("/Content/images/icons/icon-select-arrow.svg") no-repeat;
    background-size: 100%;
    -ms-transform-origin: 50% 35%;
    transform-origin: 50% 35%;
    transition: all 0.25s; }

.search-select .dropdown-menu {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  border: 1px solid #c8c8c8; }
  .search-select .dropdown-menu[x-placement="top-start"] {
    margin-top: 0px;
    padding-top: .5rem; }

.search-select .dropdown-content {
  max-height: 170px;
  overflow-y: auto;
  margin-left: 3px; }

.search-select .dropdown-item {
  text-decoration: none;
  text-align: right;
  font-weight: 600;
  font-size: 12px; }
  .search-select .dropdown-item:hover {
    background-color: #9ac1ee; }

.dropdown-content::-webkit-scrollbar {
  width: 6px; }

.dropdown-content::-webkit-scrollbar-track {
  background: transparent;
  padding-right: 10px;
  margin-right: 10px; }

.dropdown-content::-webkit-scrollbar-thumb {
  padding-right: 10px;
  border-radius: 3px;
  background-color: #e4e4e9; }

.tab-content {
  padding: 34px 14px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff; }
  @media (min-width: 820px) {
    .tab-content {
      padding: 34px 62px 26px; } }
  .tab-content .row {
    margin-left: -10px;
    margin-right: -10px; }

/* BLOCK: PLAY */
.play {
  background: #fff;
  padding-top: 15px; }
  .play__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .play__row--justify {
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .play__title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #0082b6;
    position: relative; }
    .play__title::after {
      content: '';
      position: absolute;
      bottom: -1px;
      right: 0;
      width: 137px;
      height: 3px;
      background-color: #0082b6; }

.play-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  padding-bottom: 55px; }
  @media (min-width: 576px) {
    .play-main {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .play-main {
      max-width: 640px; } }
  @media (min-width: 820px) {
    .play-main {
      max-width: 790px; } }
  .play-main__title {
    font-size: 41px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
  .play-main__subtitle {
    font-size: 20px;
    font-weight: bold; }
  .play-main__details {
    font-size: 17px;
    padding: 0;
    margin: 0; }
  .play-main__program {
    position: relative;
    padding: 4px;
    display: block;
    min-width: 138px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    background: #0082b6;
    border: 1px solid #0082b6;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    transition: all .2s;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86px;
    height: 30px;
    margin: 15px 0; }
    .play-main__program svg {
      fill: #fff;
      transition: inherit;
      height: 20px;
      position: static; }
    .play-main__program:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .play-main__program:hover {
      background: #fff;
      color: #0082b6; }
      .play-main__program:hover svg {
        fill: #0082b6; }
  .play-main__years-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold; }
    @media (min-width: 340px) {
      .play-main__years-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .play-main__years {
    width: 100%; }
    @media (min-width: 340px) {
      .play-main__years {
        margin-right: 30px;
        width: auto; } }
  .play-main__year {
    background: #dbdbdb;
    color: #000;
    padding: 3px 16px;
    font-size: 10px;
    transition: 0.2s; }
    .play-main__year:hover {
      background: #0082b6;
      color: #fff; }
    .play-main__year.active {
      background: #0082b6;
      color: #fff; }
  .play-main__image {
    max-width: 372px;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px; }
    @media (min-width: 820px) {
      .play-main__image {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0; } }
    .play-main__image img {
      max-width: 100%; }

.multi-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 820px) {
    .multi-section {
      margin: 0 -20px; } }

.play-staff {
  padding: 0 20px;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .play-staff:last-child {
      -ms-flex-positive: 0;
      flex-grow: 0; } }
  .play-staff__list {
    padding: 0; }
    .play-staff__list--mul {
      column-count: 2;
      column-width: 220px; }
  .play-staff__link {
    color: #0082b6;
    transition: 0.2s; }
    .play-staff__link:hover {
      text-decoration: underline; }

.about-play {
  padding: 20px 0; }
  .about-play__text {
    margin: 0; }
    .about-play__text--margin {
      margin: 30px 0; }

.play-gallery {
  position: relative;
  padding-top: 42px;
  margin-bottom:30px;
}
  @media (min-width: 820px) {
    .play-gallery {
      padding-right: 94px;
      padding-left: 92px; } }
  .play-gallery__slider {
    width: 100%;
    margin-bottom: 30px; }
  .play-gallery__slide {
    width: 100%; }
  .play-gallery__img {
    position: relative;
    width: 80%;
    margin: 0 auto; }
    @media (min-width: 580px) {
      .play-gallery__img {
        width: 100%;
        margin: 0; } }
    .play-gallery__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .play-gallery__caption {
    min-height: 43px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 30px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .play-gallery__arrow {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: transparent;
    font-size: 0;
    width: 30px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
    transition: 0.2s; }
    .play-gallery__arrow:focus {
      outline: none; }
    .play-gallery__arrow:hover {
      border-color: #00699d; }
    .play-gallery__arrow--prev {
      right: 0;
      border-right: 5px solid #0082b6;
      border-top: 5px solid #0082b6; }
      @media (min-width: 580px) {
        .play-gallery__arrow--prev {
          right: -30px; } }
    .play-gallery__arrow--next {
      left: 0;
      border-left: 5px solid #0082b6;
      border-bottom: 5px solid #0082b6; }
      @media (min-width: 580px) {
        .play-gallery__arrow--next {
          left: -30px; } }

.slick-disabled {
  border-color: #ccc;
  cursor: auto; }
  .slick-disabled:hover {
    border-color: #ccc; }

.thumb-slider .thumb-slide {
  height: 69px; }

.thumb-slider img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: 0 auto; }

.play-video {
  position: relative;
  padding-top: 40px; }
  @media (min-width: 820px) {
    .play-video {
      padding-right: 94px;
      padding-left: 92px; } }
  .play-video__slider {
    width: 100%;
    margin-bottom: 30px; }
  .play-video__slide {
    width: 100%;
    position: relative; }
  .play-video__caption {
    min-height: 20px;
    margin: 0;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    transition: 0.2s; }
    .play-video__caption.hidden {
      opacity: 0; }
    @media (min-width: 992px) {
      .play-video__caption {
        min-height: 43px;
        padding: 5px 30px; } }
  .play-video__video {
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
    max-height: 365px;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    @media (min-width: 580px) {
      .play-video__video {
        width: 100%;
        margin: 0; } }
    .play-video__video::before {
      display: block;
      content: "";
      padding-top: 75%; }
    .play-video__video:hover .media-control {
      opacity: 1; }
  .play-video .iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .play-video .media-control {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s; }
    .play-video .media-control::before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 5px;
      border: 0 solid transparent;
      border-bottom-width: 13px;
      border-top-width: 13px;
      border-left: 20px solid #fff; }
    .play-video .media-control.static {
      opacity: 1; }
    .play-video .media-control--stop::before {
      margin: 0;
      width: 16px;
      height: 25px;
      border-top: none;
      border-bottom: none;
      border-left: 5px solid #fff;
      border-right: 5px solid #fff; }
  .play-video video {
    width: 100%;
    height: auto; }

.play-reviews {
  padding-top: 30px; }

.review {
  margin-bottom: 30px; }
  .review__play-link {
    color: #0082b6;
    font-weight: bold; }
    .review__play-link:hover {
      text-decoration: underline; }
  .review__author {
    font-weight: bold; }

/* BLOCK: ACTOR */
.actor {
  padding: 15px 0; }
  @media (min-width: 992px) {
    .actor {
      padding-bottom: 100px; }
      .actor .credits{font-size:12px;text-align:right;}
  }
  .actor__row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.actor-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px; }
  @media (min-width: 576px) {
    .actor-main {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .actor-main {
      max-width: 640px; } }
  @media (min-width: 820px) {
    .actor-main {
      max-width: 790px; } }
  .actor-main__title {
    font-size: 41px;
    line-height: 28px;
    font-weight: bold; }
  .actor-main__subtitle {
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: bold; }
  .actor-main__text {
    margin-bottom: 24px; }
  @media (min-width: 768px) {
    .actor-main__info {
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      margin-bottom: 75px; } }
  @media (min-width: 768px) {
    .actor-main__bio {
      padding-left: 50px; } }
  .actor-main__position {
    margin-top: 34px;
    margin-bottom: 15px; }
  .actor-main__image {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .actor-main__image {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: left;
        -ms-flex-order: 1;
        order: 1;
        margin: 0; } }
    .actor-main__image img {
      width: 80%;
      max-height: 100%;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .actor-main__image img {
          width: 100%;
          max-height: 100%; } }

@media(max-width:768px){
      .actor .credits{font-size:12px;width:80%;margin:0 auto;}
}

.plays-cloud__item {
  color: #0082b6;
  padding: 0 15px;
  border-left: 1px solid #0082b6;
  transition: 0.25s;

}
  .plays-cloud__item:hover {
    text-decoration: underline; }
  .plays-cloud__item:first-child {
    border-right: 1px solid #0082b6; }



/*# sourceMappingURL=app.css.map */

/****custom ****/

.hideFromView{position:absolute;top:-10000px;font-size:0px;}
.cursor{cursor:pointer;}
.plays-cloud{max-width:600px;overflow:hidden;}
.plays-cloud .link {white-space:nowrap; break-inside:avoid;float:right;
}
.play-main__title{width:330px;line-height:35px;}
.play-main__subtitle{width:330px;line-height:25px;}
.site-header__top-text a{color:#fff;}

.article__note-title{padding-bottom:9px;}
.actor-main__info{padding-left:30px;}
.footerBottom{background:#eee;width:100%;height:auto;float:left;display:block;}
.footerBottom .innerpage{padding:0 20px}
.footerBottom .left{text-align:left;width:auto;}
.footerBottom .right{text-align:right;width:auto;}
.footerBottom .leftBottom{text-align:left;width:100%;}
.footerBottom .copyright{width:100%;font-size:16px;color:#b4bed3;float:right;margin-bottom:4px;margin-top:22px}
.footerBottom .copyright .tvuna_logo{float:left;color:#b4bed3;padding:30px 0;display:block;
                                     background: url('/Content/images/tvuna_logo.png') no-repeat 100px 0;width:100%;
                                     height:49px;margin-top:-40px;margin-left:10px;top:4px;}

.isHabima{
border: 3px;
border-color: #e8862e;
border-style: solid
}

      .site-footer__colWide {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
      }

    .site-footer .line{background: url('/Content/images/plus.png') no-repeat 100% 3px;line-height:16px;margin-bottom:8px; background-size:12px;width:100%;height:auto;float:right;padding-right:20px}
    .site-footer__heading{height:auto;margin-top:10px;}
    @media (min-width: 820px) {
      .site-footer__colWide {
         font-size: 13px;
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
        max-width: 395px; }
        .site-footer__heading{height:30px;margin-bottom:10px;margin-top:10px;}
    }



