/* IMPORTS
   ----------------------------- */
/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/**
 * Forms
 * =============================================================================
 */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* GLOBAL SETTINGS
   ----------------------------- */
/* COLORS
   ----------------------------- */
/* MAIN
   ----------------------------- */
* {
  box-sizing: border-box; }

body {
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 35px 0; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 1.2rem;
      margin: 20px 0; } }

h5 {
  font-size: 18px;
  margin-bottom: 15px; }

p {
  line-height: 22px; }

button {
  outline: 0;
  appearance: none;
  -webkit-appearance: none; }

ul {
  margin-top: 50px; }
  ul li {
    padding-left: 25px;
    background: url("../images/arrow.png") no-repeat left top;
    margin-bottom: 5px; }
    ul li a {
      text-decoration: none;
      color: #000000;
      font-weight: 600; }

.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }

.full-width {
  margin-top: 25px;
  overflow: auto;
  padding-bottom: 35px; }
  @media screen and (max-width: 1024px) {
    .full-width {
      padding: 25px 15px 20px 15px; }
      .full-width h2:first-child {
        margin-top: 0; } }

.big-slider-wrap {
  height: 580px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .big-slider-wrap {
      height: 480px; } }
  .big-slider-wrap .big-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .big-slider-wrap .big-slider-slide {
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
      .big-slider-wrap .big-slider-slide .container {
        display: flex;
        align-self: stretch;
        height: 100%;
        max-width: inherit;
        align-items: center;
        justify-content: flex-start;
        padding: 0; }
        .big-slider-wrap .big-slider-slide .container .big-slider-slide-details {
          max-width: 600px;
          background: rgba(255, 255, 255, 0.8);
          padding: 35px 25px 50px 50px; }
          .big-slider-wrap .big-slider-slide .container .big-slider-slide-details h2 {
            text-align: left;
            margin: 0 0 20px 0;
            width: 80%;
            line-height: 1.3em; }
            @media screen and (max-width: 1024px) {
              .big-slider-wrap .big-slider-slide .container .big-slider-slide-details h2 {
                width: 100%; } }
            .big-slider-wrap .big-slider-slide .container .big-slider-slide-details h2.date {
              width: 100%;
              text-align: right;
              margin-bottom: 50px;
              margin-bottom: 35px; }
          .big-slider-wrap .big-slider-slide .container .big-slider-slide-details p {
            width: 80%; }
            @media screen and (max-width: 1024px) {
              .big-slider-wrap .big-slider-slide .container .big-slider-slide-details p {
                width: 100%; } }
        @media screen and (max-width: 1024px) {
          .big-slider-wrap .big-slider-slide .container {
            width: 100%;
            height: auto;
            position: absolute;
            bottom: 0; }
            .big-slider-wrap .big-slider-slide .container .big-slider-slide-details {
              max-width: none;
              width: 100%;
              padding: 20px 35px 35px 35px; } }
    .big-slider-wrap .big-slider .swiper-pagination {
      width: 100%;
      position: absolute;
      bottom: 70px;
      display: flex;
      justify-content: center; }
      .big-slider-wrap .big-slider .swiper-pagination span {
        display: block;
        width: 15px;
        height: 15px;
        background: #FFF;
        margin: 0 7px;
        opacity: 0.6; }
        @media screen and (max-width: 1024px) {
          .big-slider-wrap .big-slider .swiper-pagination span {
            width: 10px;
            height: 10px;
            margin: 0 3px; } }
      .big-slider-wrap .big-slider .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1; }

/* HEADER
   ----------------------------- */
#header {
  text-align: center;
  overflow: visible; }
  #header #logo {
    display: block;
    margin: 55px 0 5px 0; }
    #header #logo img {
      width: 100%;
      max-width: 420px; }
  #header #navTrigger {
    display: none; }
  #header #page-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-top: 35px;
    color: #FFF; }
  #header .nav-wrap {
    overflow: auto; }
  #header #nav {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0;
    margin: 20px 0 15px 0;
    text-align: center; }
    #header #nav.NO-ACTIVE a.active {
      border-color: transparent !important; }
    #header #nav > a {
      display: inline-flex;
      text-align: center;
      padding: 10px 0 5px 0;
      flex-grow: 0;
      border-bottom: 5px solid transparent;
      text-decoration: none;
      color: #000000;
      text-transform: uppercase;
      font-size: 14px;
      margin: 0 25px;
      line-height: 18px;
      align-self: stretch;
      align-items: center;
      justify-content: center; }
      #header #nav > a:hover, #header #nav > a.active {
        border-bottom-color: #000000; }
      #header #nav > a.new-active {
        border-color: #000000 !important; }
      #header #nav > a:first-child {
        margin-left: 0; }
    #header #nav .social {
      flex-shrink: 0;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      margin-left: 25px; }
      #header #nav .social a {
        display: block;
        flex-shrink: 0;
        align-self: center;
        width: 24px;
        height: 24px;
        padding: 0;
        border: none;
        margin: 0;
        margin-left: 5px;
        margin-bottom: 5px; }
        #header #nav .social a:last-child {
          margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #header {
      z-index: 9999 !important; }
      #header .header-wrap {
        width: 100%;
        max-width: 1270px;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background: #FFF; }
        #header .header-wrap .logo-wrap {
          display: flex;
          width: auto;
          order: 0;
          flex: 0 1 auto;
          padding: 0;
          margin: 0;
          margin-right: 40px;
          margin-left: 35px;
          position: relative;
          z-index: 100;
          height: 70px;
          width: 100%;
          text-align: center;
          justify-content: center; }
          #header .header-wrap .logo-wrap #logo {
            align-self: center;
            text-align: center; }
        #header .header-wrap #navTrigger {
          position: absolute;
          display: block;
          width: 36px;
          height: 36px;
          background: url("../images/hamburger.svg") no-repeat center right;
          background-size: 36px;
          z-index: 100;
          right: 15px;
          top: 5px; }
          #header .header-wrap #navTrigger.active {
            background: url("../images/x.png") no-repeat center right;
            background-size: 30px; }
        #header .header-wrap #page-name {
          width: 120%;
          margin-top: 0;
          font-size: 12px;
          height: 25px;
          position: relative;
          z-index: 100;
          color: #FFF;
          cursor: pointer; }
        #header .header-wrap #logo {
          width: 200px !important;
          margin: 0; }
          #header .header-wrap #logo img {
            width: 100%; }
        #header .header-wrap #nav {
          display: none;
          position: fixed;
          bottom: 0;
          left: 0;
          height: calc(100% - 95px);
          background: rgba(255, 255, 255, 0.95);
          z-index: 99;
          margin: 0;
          flex-direction: column;
          justify-content: flex-start; }
          #header .header-wrap #nav.show {
            display: flex;
            overflow-y: scroll; }
          #header .header-wrap #nav a {
            padding: 20px;
            font-size: 19px;
            font-weight: bold;
            display: block;
            border-bottom: 1px solid #000000; }
            #header .header-wrap #nav a:hover {
              border-color: #000000; }
            #header .header-wrap #nav a:first-child {
              margin-left: 25px; }
          #header .header-wrap #nav .social {
            width: calc(100% - 50px);
            flex-direction: column;
            justify-content: flex-start; }
            #header .header-wrap #nav .social a {
              display: block;
              width: 100% !important;
              margin: 0 !important;
              padding: 10px 0;
              height: auto;
              border-bottom: 1px solid #000000; }
              #header .header-wrap #nav .social a:last-child {
                width: 100%;
                border-bottom: none; }
      #header.small #nav {
        height: calc(100% - 70px) !important; } }

.is-sticky #header {
  z-index: 9999 !important;
  top: 0 !important;
  background: #FFF; }
  @media screen and (min-width: 1024px) {
    .is-sticky #header .logo-wrap {
      width: auto;
      order: 0;
      flex: 0 1 auto;
      padding: 0;
      margin: 0;
      margin-right: 40px;
      margin-left: 35px;
      position: relative;
      z-index: 100;
      max-width: inherit;
      align-self: center; }
      .is-sticky #header .logo-wrap #logo {
        margin: 0;
        width: 200px; }
    .is-sticky #header .header-wrap {
      max-width: 1200px;
      margin: 0 auto;
      display: flex; }
    .is-sticky #header .nav-wrap {
      max-width: inherit;
      width: calc(100% - 200px); }
    .is-sticky #header #page-name {
      order: 4;
      margin-top: 0;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -35px; }
    .is-sticky #header #nav {
      justify-content: space-between; }
      .is-sticky #header #nav > a {
        margin: 0 5px; } }
  @media screen and (max-width: 1024px) {
    .is-sticky #header .header-wrap {
      width: 100%;
      max-width: 1270px;
      margin: 0 auto;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      background: #FFF; }
      .is-sticky #header .header-wrap .logo-wrap {
        display: flex;
        width: auto;
        order: 0;
        flex: 0 1 auto;
        padding: 0;
        margin: 0;
        margin-right: 40px;
        margin-left: 35px;
        position: relative;
        z-index: 100;
        height: 70px;
        width: 100%;
        text-align: center;
        justify-content: center; }
        .is-sticky #header .header-wrap .logo-wrap #logo {
          align-self: center;
          text-align: center; }
      .is-sticky #header .header-wrap #navTrigger {
        position: absolute;
        display: block;
        width: 36px;
        height: 36px;
        background: url("../images/hamburger.svg") no-repeat center right;
        background-size: 36px;
        z-index: 100;
        right: 15px;
        top: 5px; }
        .is-sticky #header .header-wrap #navTrigger.active {
          background: url("../images/x.png") no-repeat center right;
          background-size: 30px; }
      .is-sticky #header .header-wrap #page-name {
        width: 120%;
        margin-top: 0;
        font-size: 12px;
        height: 25px;
        position: relative;
        z-index: 100;
        color: #FFF;
        cursor: pointer; }
      .is-sticky #header .header-wrap #logo {
        width: 200px !important;
        margin: 0; }
        .is-sticky #header .header-wrap #logo img {
          width: 100%; }
      .is-sticky #header .header-wrap #nav {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100% - 95px);
        background: rgba(255, 255, 255, 0.95);
        z-index: 99;
        margin: 0;
        flex-direction: column;
        justify-content: flex-start; }
        .is-sticky #header .header-wrap #nav.show {
          display: flex;
          overflow-y: scroll; }
        .is-sticky #header .header-wrap #nav a {
          padding: 20px;
          font-size: 19px;
          font-weight: bold;
          display: block;
          border-bottom: 1px solid #000000; }
          .is-sticky #header .header-wrap #nav a:hover {
            border-color: #000000; }
          .is-sticky #header .header-wrap #nav a:first-child {
            margin-left: 25px; }
        .is-sticky #header .header-wrap #nav .social {
          width: calc(100% - 50px);
          flex-direction: column;
          justify-content: flex-start; }
          .is-sticky #header .header-wrap #nav .social a {
            display: block;
            width: 100% !important;
            margin: 0 !important;
            padding: 10px 0;
            height: auto;
            border-bottom: 1px solid #000000; }
            .is-sticky #header .header-wrap #nav .social a:last-child {
              width: 100%;
              border-bottom: none; }
    .is-sticky #header.small #nav {
      height: calc(100% - 70px) !important; } }

#header-sticky-wrapper {
  transition: all 0.6s; }
  #header-sticky-wrapper .header-wrap {
    transition: all .3s !important; }

/* BLOCK SLIDER
   ----------------------------- */
.block-nav {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .block-nav {
      margin-bottom: 7px; } }
  .block-nav a,
  .block-nav button {
    background: none;
    border-radius: 0;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    margin-left: 57px;
    padding-bottom: 5px;
    border: none;
    border-bottom: 5px solid transparent; }
    .block-nav a:first-child,
    .block-nav button:first-child {
      margin-left: 0; }
    .block-nav a:hover, .block-nav a.active,
    .block-nav button:hover,
    .block-nav button.active {
      border-bottom-color: #000000; }
    @media screen and (max-width: 1024px) {
      .block-nav a,
      .block-nav button {
        font-size: 12px;
        margin: 0 10px 10px 10px; }
        .block-nav a:first-child,
        .block-nav button:first-child {
          margin-left: 10px; } }
    @media screen and (max-width: 400px) {
      .block-nav a,
      .block-nav button {
        margin: 0 10px 10px 10px !important; } }

.block-slider .block-slide {
  background: #808080;
  height: auto;
  text-decoration: none; }
  .block-slider .block-slide.red {
    background: #a0002a; }
  .block-slider .block-slide.orange {
    background: #ff401a; }
  .block-slider .block-slide.teal {
    background: #009b7c; }
  .block-slider .block-slide.blue {
    background: #003487; }
  .block-slider .block-slide.purple {
    background: #a00082; }
  .block-slider .block-slide.green {
    background: #96c600; }
  .block-slider .block-slide.yellow {
    background: #f99f0d; }
  .block-slider .block-slide.grey {
    background: #808080; }
  .block-slider .block-slide-image {
    padding-top: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    .block-slider .block-slide-image-overlay {
      position: absolute;
      box-sizing: border-box;
      padding: 20px;
      width: 100%;
      left: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.8);
      color: #000000;
      text-transform: uppercase; }
      .block-slider .block-slide-image-overlay.align-vertical {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .block-slider .block-slide-image-overlay.align-vertical b:last-of-type {
          margin: 0; }
      .block-slider .block-slide-image-overlay span {
        display: block;
        margin-top: 3px; }
        @media screen and (max-width: 1024px) {
          .block-slider .block-slide-image-overlay span {
            font-size: 11px; } }
      .block-slider .block-slide-image-overlay b,
      .block-slider .block-slide-image-overlay strong {
        display: block;
        margin-bottom: 5px;
        line-height: 22px; }
        .block-slider .block-slide-image-overlay b:last-child,
        .block-slider .block-slide-image-overlay strong:last-child {
          margin-top: 10px; }
      .block-slider .block-slide-image-overlay b.date,
      .block-slider .block-slide-image-overlay strong.date {
        display: block;
        font-size: 1.8em;
        line-height: 1.1em;
        margin-bottom: 0; }
        .block-slider .block-slide-image-overlay b.date:last-child,
        .block-slider .block-slide-image-overlay strong.date:last-child {
          margin-top: 0; }
        @media screen and (max-width: 1024px) {
          .block-slider .block-slide-image-overlay b.date,
          .block-slider .block-slide-image-overlay strong.date {
            font-size: 1.2em; } }
  .block-slider .block-slide-details {
    box-sizing: border-box;
    padding: 20px;
    color: #FFF;
    line-height: 22px; }
    .block-slider .block-slide-details b, .block-slider .block-slide-details strong {
      display: block;
      margin-bottom: 15px;
      line-height: 22px;
      text-transform: uppercase; }

.block-slider .button-prev {
  left: -50px; }

.block-slider .button-next {
  right: -50px; }

@media screen and (max-width: 1337px) {
  .block-slider {
    padding: 0 35px; }
    .block-slider .button-prev {
      left: -12px; }
    .block-slider .button-next {
      right: -12px; } }

@media screen and (max-width: 1024px) {
  .block-slider {
    padding: 0 30px; }
    .block-slider .button-prev {
      left: -12px; }
    .block-slider .button-next {
      right: -12px; } }

/* ADVERT BLOCK
   ----------------------------- */
.izcelts-jaunums {
  display: flex;
  background: #dddddd;
  margin-bottom: 35px; }
  @media screen and (max-width: 1024px) {
    .izcelts-jaunums {
      flex-direction: column;
      width: calc(100% + 40px);
      position: relative;
      left: -20px; } }
  .izcelts-jaunums-image {
    width: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    @media screen and (max-width: 1024px) {
      .izcelts-jaunums-image {
        width: 100%;
        padding: 0;
        height: 230px; } }
  .izcelts-jaunums-details {
    width: 50%;
    padding: 52.5px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .izcelts-jaunums-details {
        width: 100%;
        padding: 15px 35px 20px 35px; } }
    .izcelts-jaunums-details .sale-label {
      box-sizing: border-box;
      width: calc(100% + 55px);
      background: #cc0000;
      color: #FFF;
      padding: 10px;
      margin-bottom: 35px; }
      @media screen and (max-width: 1024px) {
        .izcelts-jaunums-details .sale-label {
          padding: 3px 8px;
          font-size: 11px;
          margin-bottom: 15px; } }
    .izcelts-jaunums-details p {
      margin-bottom: 1em;
      text-align: justify; }
      .izcelts-jaunums-details p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .izcelts-jaunums-details p {
          text-align: left; } }

/* CONTENT BLOCK
   ----------------------------- */
.content-box {
  display: flex;
  background: #dddddd;
  margin-top: 35px; }
  @media screen and (max-width: 1024px) {
    .content-box {
      flex-direction: column;
      width: calc(100% + 40px);
      position: relative;
      left: -20px;
      margin-top: 20px; } }
  .content-box .mobile-title {
    display: none; }
    @media screen and (max-width: 1024px) {
      .content-box .mobile-title {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .content-box .main-title {
      display: none; } }
  .content-box-slider {
    width: 57%;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .content-box-slider {
        width: 100%; } }
    .content-box-slider .gallery-top {
      height: calc(100% - 150px);
      min-height: 400px;
      width: 100%; }
      .content-box-slider .gallery-top.full-height {
        height: 100%; }
      @media screen and (max-width: 1024px) {
        .content-box-slider .gallery-top {
          min-height: inherit;
          height: 280px; } }
    .content-box-slider .gallery-thumbs {
      height: 150px; }
      @media screen and (max-width: 1024px) {
        .content-box-slider .gallery-thumbs {
          position: absolute;
          left: -99999px;
          opacity: 0; } }
      .content-box-slider .gallery-thumbs.hide-if-one {
        position: absolute;
        left: -99999px;
        opacity: 0; }
      .content-box-slider .gallery-thumbs .swiper-slide {
        height: 100%; }
    .content-box-slider .swiper-slide {
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
    @media screen and (min-width: 1025px) {
      .content-box-slider .button-prev,
      .content-box-slider .button-next {
        top: calc(100% - (150px / 2)) !important; } }
    @media screen and (max-width: 1024px) {
      .content-box-slider.padding-top-mobile .button-prev,
      .content-box-slider.padding-top-mobile .button-next {
        top: 50% !important;
        margin-top: 10px !important; } }
  .content-box-details {
    width: 43%;
    padding: 40px 50px 50px 50px; }
    .content-box-details p {
      text-align: justify; }
    @media screen and (max-width: 1024px) {
      .content-box-details {
        width: 100%;
        padding: 25px 35px 20px 35px; } }
    .content-box-details h2 {
      margin-top: 0;
      text-align: left;
      line-height: 1.3em; }
      .content-box-details h2.date {
        text-align: right;
        margin-bottom: 0; }
    .content-box-details .soc {
      text-align: right;
      margin: 15px 0; }
    .content-box-details p {
      margin-bottom: 1em;
      text-align: justify; }
      .content-box-details p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .content-box-details p {
          text-align: left; } }
  .content-box .button-prev,
  .content-box .button-next {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAyNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNGRkY7fTwvc3R5bGU+PC9kZWZzPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDEzLjUgMTUgMjcgMTUgMjIuOTUgNC41IDEzLjUgMTUgNC4wNSAxNSAwIDAgMTMuNSIvPjwvc3ZnPg==") no-repeat center center !important; }

.button-prev,
.button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  right: auto;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAyNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4MTgxODE7fTwvc3R5bGU+PC9kZWZzPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDEzLjUgMTUgMjcgMTUgMjIuOTUgNC41IDEzLjUgMTUgNC4wNSAxNSAwIDAgMTMuNSIvPjwvc3ZnPg==") no-repeat center center;
  width: 30px;
  height: 55px; }
  .button-prev.white,
  .button-next.white {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAyNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNGRkY7fTwvc3R5bGU+PC9kZWZzPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDEzLjUgMTUgMjcgMTUgMjIuOTUgNC41IDEzLjUgMTUgNC4wNSAxNSAwIDAgMTMuNSIvPjwvc3ZnPg==") no-repeat center center !important; }

@media screen and (max-width: 1024px) {
  .button-prev {
    transform: scale(0.5); } }

.button-next {
  transform: rotate(-180deg);
  right: 10px;
  left: auto; }
  @media screen and (max-width: 1024px) {
    .button-next {
      transform: scale(0.505) rotate(-180deg); } }

.swiper-button-disabled {
  display: none; }

.block-slider {
  position: relative; }

/* SWITCH PAGE SLIDER
   ----------------------------- */
#pageSelect .container {
  width: 100%;
  max-width: inherit;
  padding: 0; }

.switch-page-slider .button-next,
.switch-page-slider .button-prev {
  opacity: 0.36;
  margin-top: -45px;
  display: none; }
  @media screen and (max-width: 1024px) {
    .switch-page-slider .button-next,
    .switch-page-slider .button-prev {
      display: block; }
      .switch-page-slider .button-next.swiper-button-disabled,
      .switch-page-slider .button-prev.swiper-button-disabled {
        display: none !important; } }

.switch-page-slider .swiper-slide {
  display: block;
  height: 255px;
  position: relative;
  overflow: visible;
  color: #000000;
  border-top-right-radius: 25px;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .switch-page-slider .swiper-slide {
      height: 155px; } }
  .switch-page-slider .swiper-slide:before {
    content: "";
    display: block;
    width: calc(100% + 50px);
    position: relative;
    left: -50px;
    height: 100%;
    border-top-right-radius: 25px;
    box-shadow: inset 140px 0px 40px -90px rgba(0, 0, 0, 0.5); }
  .switch-page-slider .swiper-slide i {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: -10; }
  .switch-page-slider .swiper-slide:nth-child(1) {
    z-index: 10 !important; }
  .switch-page-slider .swiper-slide:nth-child(2) {
    z-index: 9 !important; }
  .switch-page-slider .swiper-slide:nth-child(3) {
    z-index: 8 !important; }
  .switch-page-slider .swiper-slide:nth-child(4) {
    z-index: 7 !important; }
  .switch-page-slider .swiper-slide:nth-child(5) {
    z-index: 6 !important; }
  .switch-page-slider .swiper-slide:nth-child(6) {
    z-index: 5 !important; }
  .switch-page-slider .swiper-slide:nth-child(7) {
    z-index: 4 !important; }
  .switch-page-slider .swiper-slide:first-child:before {
    width: 100%;
    position: inherit;
    left: 0;
    box-shadow: none; }
  .switch-page-slider .swiper-slide:first-child i {
    display: none; }
  .switch-page-slider .swiper-slide:last-child {
    border-top-right-radius: 0; }
    .switch-page-slider .swiper-slide:last-child svg {
      display: none; }
    .switch-page-slider .swiper-slide:last-child:before {
      border-top-right-radius: 0; }
  .switch-page-slider .swiper-slide-prev svg {
    display: none; }
  .switch-page-slider .swiper-slide svg {
    width: 18px;
    position: absolute;
    top: 83px;
    right: -17px; }
    @media screen and (max-width: 1024px) {
      .switch-page-slider .swiper-slide svg {
        top: 35px; } }
  .switch-page-slider .swiper-slide span {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 10;
    line-height: 1.4em; }
    @media screen and (max-width: 720px) {
      .switch-page-slider .swiper-slide span {
        font-size: 11px; } }
    @media screen and (max-width: 380px) {
      .switch-page-slider .swiper-slide span {
        padding: 7px; } }
  .switch-page-slider .swiper-slide.red:before, .switch-page-slider .swiper-slide.red i {
    background: #a0002a; }
  .switch-page-slider .swiper-slide.red svg {
    fill: #a0002a; }
  .switch-page-slider .swiper-slide.orange {
    background: #ff401a; }
    .switch-page-slider .swiper-slide.orange:before, .switch-page-slider .swiper-slide.orange i {
      background: #ff401a; }
    .switch-page-slider .swiper-slide.orange svg {
      fill: #ff401a; }
  .switch-page-slider .swiper-slide.teal {
    background: #009b7c; }
    .switch-page-slider .swiper-slide.teal:before, .switch-page-slider .swiper-slide.teal i {
      background: #009b7c; }
    .switch-page-slider .swiper-slide.teal svg {
      fill: #009b7c; }
  .switch-page-slider .swiper-slide.blue {
    background: #003487; }
    .switch-page-slider .swiper-slide.blue:before, .switch-page-slider .swiper-slide.blue i {
      background: #003487; }
    .switch-page-slider .swiper-slide.blue svg {
      fill: #003487; }
  .switch-page-slider .swiper-slide.purple {
    background: #a00082; }
    .switch-page-slider .swiper-slide.purple:before, .switch-page-slider .swiper-slide.purple i {
      background: #a00082; }
    .switch-page-slider .swiper-slide.purple svg {
      fill: #a00082; }
  .switch-page-slider .swiper-slide.green {
    background: #96c600; }
    .switch-page-slider .swiper-slide.green:before, .switch-page-slider .swiper-slide.green i {
      background: #96c600; }
    .switch-page-slider .swiper-slide.green svg {
      fill: #96c600; }
  .switch-page-slider .swiper-slide.yellow {
    background: #f99f0d; }
    .switch-page-slider .swiper-slide.yellow:before, .switch-page-slider .swiper-slide.yellow i {
      background: #f99f0d; }
    .switch-page-slider .swiper-slide.yellow svg {
      fill: #f99f0d; }
  .switch-page-slider .swiper-slide.grey {
    background: #808080; }
    .switch-page-slider .swiper-slide.grey:before, .switch-page-slider .swiper-slide.grey i {
      background: #808080; }
    .switch-page-slider .swiper-slide.grey svg {
      fill: #808080; }

/* SIMPLE BLOCK LIST
   ----------------------------- */
.simple-block-list .block-slide {
  background: #dddddd !important; }
  .simple-block-list .block-slide .block-slide-details {
    color: #000000 !important; }

/* Table
   ----------------------------- */
table {
  border-collapse: separate;
  border-spacing: 5px;
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
  font-size: 14px; }
  table td {
    vertical-align: middle;
    color: #FFF;
    background: #808080;
    line-height: 20px;
    height: 70px;
    padding: 5px 20px; }
  table tr td:nth-child(2) {
    table-layout: fixed;
    width: 130px; }
    @media screen and (max-width: 1024px) {
      table tr td:nth-child(2) {
        width: 110px; } }

/* FOOTER
   ----------------------------- */
#footer {
  background: #808080;
  overflow: auto;
  color: #FFF;
  margin-top: 40px;
  padding-bottom: 70px;
  padding-top: 5px; }
  @media screen and (max-width: 1024px) {
    #footer {
      padding-top: 25px;
      padding-bottom: 40px; }
      #footer .container {
        padding: 0 35px; }
        #footer .container h2:first-child {
          margin-top: 0; } }
  @media screen and (max-width: 400px) {
    #footer {
      font-size: 14px; } }
  #footer .contacts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    #footer .contacts-entry {
      width: calc((100% - 140px) / 3);
      margin-bottom: 35px; }
      #footer .contacts-entry b {
        display: block; }
      @media screen and (min-width: 1024px) {
        #footer .contacts-entry:nth-child(3n+2) {
          margin-left: 35px;
          margin-right: 35px; } }
      @media screen and (max-width: 1024px) {
        #footer .contacts-entry {
          width: calc((100% - 70px) / 2); }
          #footer .contacts-entry:nth-child(even) {
            margin-left: 35px; } }
      @media screen and (max-width: 520px) {
        #footer .contacts-entry {
          width: 100%;
          margin-left: 0 !important; } }
    #footer .contacts-copyright {
      margin-top: 70px;
      text-align: center;
      margin-bottom: 35px; }
    #footer .contacts-details {
      display: flex;
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        #footer .contacts-details {
          width: 100%;
          flex-direction: column; } }
      #footer .contacts-details #map {
        width: 50%;
        min-height: 200px;
        align-self: stretch; }
        @media screen and (max-width: 1024px) {
          #footer .contacts-details #map {
            width: calc(100% + 70px);
            min-height: 220px;
            position: relative;
            left: -35px;
            margin-bottom: 35px; } }
      #footer .contacts-details-form {
        margin-left: 35px; }
        @media screen and (max-width: 1024px) {
          #footer .contacts-details-form {
            width: 100%;
            margin-left: 0; } }
  #footer form p {
    margin-bottom: 10px; }
  #footer form input[type="text"] {
    width: 100%;
    border: none;
    background: #FFF;
    padding: 5px;
    font-size: 14px;
    height: 35px;
    color: #000000;
    margin-bottom: 10px; }
  #footer form input[type="submit"] {
    width: 100%;
    border: none;
    background: #4d4d4d;
    padding: 5px;
    font-size: 14px;
    height: 35px;
    margin-top: 5px; }

.download-btn {
  display: block;
  width: 100%;
  background: #4d4d4d url(../images/arrow.png) no-repeat 3px 4px;
  background-size: 25px;
  padding: 5px 5px 5px 25px;
  height: 31px;
  border-radius: 40px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  text-align: center; }

body.red .block-slide,
body.red #page-name,
body.red #footer,
body.red table td {
  background: #a0002a; }

body.red .block-nav a.active,
body.red .block-nav a:hover,
body.red .block-nav button.active,
body.red .block-nav button:hover {
  border-color: #a0002a; }

body.red #nav a:hover,
body.red #nav a.active {
  border-color: #a0002a !important; }

body.red #nav .new-active {
  border-color: #a0002a !important; }

body.red #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.red #nav.NO-ACTIVE a.active:hover {
    border-color: #a0002a !important; }

body.red .full-width,
body.red .content-box-details,
body.red .content-box {
  background: #d9a4ab; }

body.orange .block-slide,
body.orange #page-name,
body.orange #footer,
body.orange table td {
  background: #ff401a; }

body.orange .block-nav a.active,
body.orange .block-nav a:hover,
body.orange .block-nav button.active,
body.orange .block-nav button:hover {
  border-color: #ff401a; }

body.orange #nav a:hover,
body.orange #nav a.active {
  border-color: #ff401a !important; }

body.orange #nav .new-active {
  border-color: #ff401a !important; }

body.orange #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.orange #nav.NO-ACTIVE a.active:hover {
    border-color: #ff401a !important; }

body.orange .full-width,
body.orange .content-box-details,
body.orange .content-box {
  background: #f9b5a9; }

body.teal .block-slide,
body.teal #page-name,
body.teal #footer,
body.teal table td {
  background: #009b7c; }

body.teal .block-nav a.active,
body.teal .block-nav a:hover,
body.teal .block-nav button.active,
body.teal .block-nav button:hover {
  border-color: #009b7c; }

body.teal #nav a:hover,
body.teal #nav a.active {
  border-color: #009b7c !important; }

body.teal #nav .new-active {
  border-color: #009b7c !important; }

body.teal #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.teal #nav.NO-ACTIVE a.active:hover {
    border-color: #009b7c !important; }

body.teal .full-width,
body.teal .content-box-details,
body.teal .content-box {
  background: #a2d8cb; }

body.blue .block-slide,
body.blue #page-name,
body.blue #footer,
body.blue table td {
  background: #003487; }

body.blue .block-nav a.active,
body.blue .block-nav a:hover,
body.blue .block-nav button.active,
body.blue .block-nav button:hover {
  border-color: #003487; }

body.blue #nav a:hover,
body.blue #nav a.active {
  border-color: #003487 !important; }

body.blue #nav .new-active {
  border-color: #003487 !important; }

body.blue #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.blue #nav.NO-ACTIVE a.active:hover {
    border-color: #003487 !important; }

body.blue .full-width,
body.blue .content-box-details,
body.blue .content-box {
  background: #a7b1cd; }

body.purple .block-slide,
body.purple #page-name,
body.purple #footer,
body.purple table td {
  background: #a00082; }

body.purple .block-nav a.active,
body.purple .block-nav a:hover,
body.purple .block-nav button.active,
body.purple .block-nav button:hover {
  border-color: #a00082; }

body.purple #nav a:hover,
body.purple #nav a.active {
  border-color: #a00082 !important; }

body.purple #nav .new-active {
  border-color: #a00082 !important; }

body.purple #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.purple #nav.NO-ACTIVE a.active:hover {
    border-color: #a00082 !important; }

body.purple .full-width,
body.purple .content-box-details,
body.purple .content-box {
  background: #d8a7cd; }

body.green .block-slide,
body.green #page-name,
body.green #footer,
body.green table td {
  background: #96c600; }

body.green .block-nav a.active,
body.green .block-nav a:hover,
body.green .block-nav button.active,
body.green .block-nav button:hover {
  border-color: #96c600; }

body.green #nav a:hover,
body.green #nav a.active {
  border-color: #96c600 !important; }

body.green #nav .new-active {
  border-color: #96c600 !important; }

body.green #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.green #nav.NO-ACTIVE a.active:hover {
    border-color: #96c600 !important; }

body.green .full-width,
body.green .content-box-details,
body.green .content-box {
  background: #d5e8b1; }

body.yellow .block-slide,
body.yellow #page-name,
body.yellow #footer,
body.yellow table td {
  background: #f99f0d; }

body.yellow .block-nav a.active,
body.yellow .block-nav a:hover,
body.yellow .block-nav button.active,
body.yellow .block-nav button:hover {
  border-color: #f99f0d; }

body.yellow #nav a:hover,
body.yellow #nav a.active {
  border-color: #f99f0d !important; }

body.yellow #nav .new-active {
  border-color: #f99f0d !important; }

body.yellow #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.yellow #nav.NO-ACTIVE a.active:hover {
    border-color: #f99f0d !important; }

body.yellow .full-width,
body.yellow .content-box-details,
body.yellow .content-box {
  background: #fde5c2; }

body.grey .block-slide,
body.grey #page-name,
body.grey #footer,
body.grey table td {
  background: #808080; }

body.grey .block-nav a.active,
body.grey .block-nav a:hover,
body.grey .block-nav button.active,
body.grey .block-nav button:hover {
  border-color: #808080; }

body.grey #nav a:hover,
body.grey #nav a.active {
  border-color: #808080 !important; }

body.grey #nav .new-active {
  border-color: #808080 !important; }

body.grey #nav.NO-ACTIVE a.active {
  border-color: transparent !important; }
  body.grey #nav.NO-ACTIVE a.active:hover {
    border-color: #808080 !important; }

body.grey .full-width,
body.grey .content-box-details,
body.grey .content-box {
  background: #dddddd; }

.row {
  width: calc(100% - 150px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space;
  margin-top: 50px; }
  .row:first-child {
    margin-top: 0; }
  .row p {
    margin-bottom: 10px;
    font-size: 14px; }
  .row .col-4 {
    width: calc((100% - 60px) / 3);
    margin: 10px; }
    .row .col-4:nth-child(1) {
      max-width: 255px;
      margin-right: 25px; }
      .row .col-4:nth-child(1) p {
        line-height: 18px; }
    .row .col-4:nth-child(2), .row .col-4:nth-child(3) {
      width: calc((100% - 270px - 60px) / 2); }
    .row .col-4 h5 {
      margin-bottom: 12px; }
      .row .col-4 h5.large {
        margin-bottom: 30px; }
  .row .col-6 {
    width: calc(50% - 20px);
    margin: 10px; }
  .row .col-12 {
    width: 100%;
    margin: 10px; }
  .row .col-8 {
    width: calc(((100% - 60px) / 3) * 2 + 20px);
    margin: 10px; }
  .row .margin-bottom {
    margin-bottom: 30px; }
  @media screen and (max-width: 1270px) {
    .row {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .row {
      margin-top: 25px;
      text-align: center;
      flex-direction: column;
      justify-content: center; }
      .row .col-4,
      .row .col-6,
      .row .col-8,
      .row .col-12 {
        width: 100% !important;
        margin: 0;
        margin: 10px 0 !important;
        max-width: inherit;
        flex: none; }
        .row .col-4 p,
        .row .col-6 p,
        .row .col-8 p,
        .row .col-12 p {
          text-align: left; }
        .row .col-4 .work-hours,
        .row .col-6 .work-hours,
        .row .col-8 .work-hours,
        .row .col-12 .work-hours {
          width: 260px;
          text-align: left;
          margin: 15px auto; }
        .row .col-4 .regular,
        .row .col-6 .regular,
        .row .col-8 .regular,
        .row .col-12 .regular {
          text-align: left; }
        .row .col-4 table,
        .row .col-6 table,
        .row .col-8 table,
        .row .col-12 table {
          text-align: left; }
      .row .col-4 {
        align-self: center; } }

.regular,
.work-hours {
  margin-top: 0; }
  .regular li,
  .work-hours li {
    background: none;
    padding: 0;
    line-height: 20px; }
    .regular li strong,
    .work-hours li strong {
      float: left;
      text-align: left !important; }

.work-hours {
  font-size: 18px;
  margin: 15px 0; }
  .work-hours li {
    display: flex;
    justify-content: space-between; }
  .work-hours b,
  .work-hours strong {
    display: inline-block;
    min-width: 140px;
    font-weight: normal; }
  .work-hours em {
    width: 108px;
    font-style: normal !important; }

.regular li {
  position: relative;
  text-indent: 12px;
  font-size: 14px;
  text-align: left !important; }
  .regular li:before {
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #000;
    border-width: 4px;
    margin-top: 7px; }

.small-font {
  font-size: 14px; }

.row-dropdown-trigger {
  cursor: pointer;
  display: inline-block;
  width: auto;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  margin: 0; }
  .row-dropdown-trigger:after {
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #000;
    border-width: 7px;
    margin-top: 7px;
    transform: rotate(90deg); }
  .row-dropdown-trigger.active:after {
    transform: rotate(270deg);
    margin-top: 0;
    margin-bottom: 7px; }

@media screen and (min-width: 1025px) {
  .center-right {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end; } }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

#page-name {
  cursor: pointer !important; }

.files {
  width: calc(100% - 165px);
  margin: 0 auto;
  margin-top: 30px; }

.code {
  display: flex; }
  .code label {
    float: left;
    height: 35px;
    background: #FFF;
    text-align: center;
    margin-right: 10px; }
    .code label img {
      opacity: 0.5;
      margin-top: 7px; }

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #FFF;
  display: none; }
  #loader.show {
    display: flex;
    align-items: center;
    justify-content: center; }
  #loader div {
    text-align: center; }
    #loader div img:first-child {
      display: block;
      width: 100%;
      max-width: 250px; }
