@charset "UTF-8";
/* ---
  Explode
--- */
/* ---
  String replace
--- */
/*

  Sample file name:

    • OpenSans-Bold.ttf
    • [prefix][delimiter][font_weight].ttf


  Mixin args:

    • path
    • font family
    • prefix (prefix in file names)
    • delimiter (delimiter in file names)
    • fonts weights: 

      • name (font_weight in file names)
      • weight
      • style

    • woff2 file exists (optionally)


  Example:

    $font : (
      (
        'name'   : 'Regular',
        'weight' : 400,
        'style'  : 'normal'
      ),
      (
        'name'   : 'Medium',
        'weight' : 500,
        'style'  : 'normal'
      ),
      (
        'name'   : 'Bold',
        'weight' : 700,
        'style'  : 'normal'
      )
    );
    
    @include fontFace('../sources/fonts/font/', 'My Font', 'MyFont', '-', $font);

*/
/*

  Example:

    ul {

      li {

        span {
          color: green;

          @include parent('li', '.red') {
            color: red;
          }

          @include parent('ul', '.hide || .hidden') {
            display: none;
          }
        }
      }
    }


  Result:

    ul li span {
      color: green;
    }

    ul li.red span {
      color: red;
    }

    ul.hide li span {
      display: none;
    }

    ul.hidden li span {
      display: none;
    }

*/
/*

  Example of use is at the bottom of file

*/
/*

  Example:

    ul {
      margin-bottom: 15px;

      @include rwd(tablet, true) {
        margin-bottom: 30px;
      }
      
      li {
        margin-bottom: 20px;

        @include rwd(tablet) {
          margin-bottom: 10px;
        }
      }
    }


  Result:

    ul {
      margin-bottom: 15px;
    }

    ul li {
      margin-bottom: 20px;
    }

    @media (min-width: 769px) {
      ul {
        margin-bottom: 30px;
      }
    }

    @media (max-width: 768px) {
      ul li {
        margin-bottom: 10px;
      }
    }

*/
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, svg, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, textarea, button, select {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

input, textarea, select, button {
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

ul, ol {
  list-style-type: none;
}

a,
a:hover,
a:focus,
*:focus {
  outline: 0;
  text-decoration: none;
}

a {
  color: inherit;
}

a img {
  border: 0;
}

select::-ms-expand,
input::-ms-clear {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

template {
  display: none;
}

@keyframes example {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* ---
  WebFont generator: https://transfonter.org/
  [!] Select subsets
--- */
@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-Italic.eot");
  src: url("../fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-MediumItalic.eot");
  src: url("../fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {font-display:swap;
  font-family: "'Roboto', sans-serif";
  src: url("../fonts/Roboto/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {font-display:swap;
  font-family: "'Noto Serif', serif";
  src: url("../fonts/NotoSerif/NotoSerif-Bold.eot");
  src: url("../fonts/NotoSerif/NotoSerif-Bold.woff2") format("woff2"), url("../fonts/NotoSerif/NotoSerif-Bold.woff") format("woff"), url("../fonts/NotoSerif/NotoSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {font-display:swap;
  font-family: "'Noto Serif', serif";
  src: url("../fonts/NotoSerif/NotoSerif-BoldItalic.eot");
  src: url("../fonts/NotoSerif/NotoSerif-BoldItalic.woff2") format("woff2"), url("../fonts/NotoSerif/NotoSerif-BoldItalic.woff") format("woff"), url("../fonts/NotoSerif/NotoSerif-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {font-display:swap;
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot");
  src: url("../fonts/icons/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf") format("truetype"), url("../fonts/icons/icomoon.woff") format("woff"), url("../fonts/icons/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* -------------- */

@font-face {font-display:swap;
  font-family: 'Myriad';
  src: url('new_assets/fonts/Myriad/MyriadPro-Regular.ttf');
}
@font-face {font-display:swap;
  font-family: 'MyriadB';
  src: url('new_assets/fonts/Myriad/MyriadPro-Bold.ttf');
}
@font-face {font-display:swap;
  font-family: 'MyriadSBI';
  src: url('new_assets/fonts/Myriad/MyriadPro-SemiboldIt.ttf');
}
@font-face {font-display:swap;
  font-family: 'MyriadI';
  src: url('new_assets/fonts/Myriad/MyriadPro-It.ttf');
}

/* ---------------- */

.rodo-info-box { display: none; position: fixed; width:60%; left: 20%; top: 33%; z-index:99999; padding-top: 20px; padding-bottom: 20px; background: #fff; border-bottom: 1px solid #d8d8d8; }
.rodo-info-box-text { font-family: Arial; text-align: justify; font-size: 18px; line-height: 24px; margin-bottom: 16px; }
.rodo-info-box-img { width: 100px; height: auto; max-width: 25%; float: left; margin-right: 20px; margin-top: 17px; margin-bottom: 200px; }
.rodo-info-box-overlay { display: none; position: fixed; z-index: 88888; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.6; }

#necrology-body .necrology-label { font-size: 16px; font-family: inherit; line-height: 26px; text-transform: none; color: #666; }
    
#necrology-body input[type=checkbox] { -webkit-appaerance: checkbox; appaerance: auto; }

#necrology-body .popup__footerButton { background-color: #666; border-color: #666; color: #fff; }
#necrology-body .popup__footerButton:hover { background-color: #fff; border-color: #666; color: #666; }

@media all and (min-width: 900px) {
  .necrology-element-main-page { width: 31%; }
}
@media all and (max-width: 899px) and (min-width: 600px) {
  .necrology-element-main-page { width: 47%; }
}
@media all and (max-width: 599px) {
  .necrology-element-main-page { width: 96%; }
}

@media all and (max-width: 1023px) {
  body .rodo-info-box { display: none; position: fixed; width:100%; left: 0; top: 0; z-index:99999; padding-top: 20px; padding-bottom: 20px; background: #fff; border-bottom: 1px solid #d8d8d8; }
  body .rodo-info-box-text { font-family: Arial; text-align: justify; font-size: 12px; line-height: 18px; margin-bottom: 8px; }
  body .rodo-info-box-img { width: 100px; height: auto; max-width: 25%; float: left; margin-right: 20px; margin-top: 17px; margin-bottom: 20px; }
}

/* -------------- */

.icon-account:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ball:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bus:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-card:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-change:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chat:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye-off:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-face-angry:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-face-eyes:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-face-happy:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-face-sad:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-face-suprised:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-light:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-female:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hot-no:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hot-yes:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-informator:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-interjection:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-like:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-like-fill:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-male:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-man:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-newsletter:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-photos:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ticket:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-time:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tram:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-unlike:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-view:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vote:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-warning:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-women:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-family: "'Roboto', sans-serif";
  font-weight: 400;
  color: #000000;
}

@media (min-width: 800px) {
  body {
    padding-top: 138px;
  }
  .header {
    position: fixed;
  }
}

::selection {
  color: #ffffff;
  background-color: #004986;
}

.pandaBoxPopup {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s;
  text-align: center;
  padding: 24px 0;
  pointer-events: none;
  overflow: auto;
}

.pandaBoxPopup--active {
  visibility: visible;
  z-index: 100000;
  opacity: 1;
  pointer-events: all;
}

.pandaBoxPopup__title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  min-height: 27px;
  padding: 0 64px;
  margin-bottom: 8px;
}

.pandaBoxPopup__description {
  font-size: 14px;
  margin-top: 8px;
  color: rgba(17, 17, 17, 0.9);
  text-align: left;
}

.pandaBoxPopup__wrapper {
  width: 90vw;
  height: 80vh;
  overflow: hidden;
  margin: 24px auto auto;
}

.pandaBoxPopup__container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.pandaBoxPopup__imageWrapper {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pandaBoxPopup__imageWrapper img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.pandaBoxPopup__arrow,
.pandaBoxPopup__closeButton {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.pandaBoxPopup__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.pandaBoxPopup__arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.pandaBoxPopup__arrow--next {
  transform: translateY(-50%) rotate(180deg);
  right: 8px;
  left: auto;
}

.pandaBoxPopup__arrow svg {
  margin: 6px;
  width: 24px;
  height: 36px;
  fill: rgba(255, 255, 255, 0.5);
}

.pandaBoxPopup__closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 4px;
}

.pandaBoxPopup__closeButton:hover {
  background: rgba(0, 0, 0, 0.5);
}

.pandaBoxPopup__closeButton svg {
  fill: rgba(255, 255, 255, 0.5);
}

.pandaBoxPopup--singleImage .pandaBoxPopup__arrow {
  display: none;
}

.pandaBoxPopup__imageBorder {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
}

.pika-single {
  background-color: #ffffff;
  z-index: 10000;
  text-align: center;
  transform: translateY(10px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.pika-single.is-hidden {
  display: none;
}

.pika-lendar {
  position: relative;
  padding: 10px;
}

.pika-lendar:before {
  content: '';
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  height: 27px;
  background-color: #000000;
}

.pika-prev, .pika-next {
  width: 31px;
  height: 31px;
  font-size: 0;
  cursor: pointer;
  border-radius: 5px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.pika-prev:before, .pika-next:before {
  font-size: 10px;
  line-height: 31px;
}

.pika-prev:hover, .pika-next:hover {
  color: #ffffff;
  background-color: #000000;
}

.pika-prev {
  float: left;
}

html[dir=rtl] .pika-prev {
  float: right;
}

.pika-prev:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[dir=rtl] .pika-prev:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pika-next {
  float: right;
}

html[dir=rtl] .pika-next {
  float: left;
}

.pika-next:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[dir=rtl] .pika-next:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pika-label {
  display: inline-block;
  margin: 0 3px;
  font-weight: 500;
  font-size: 13px;
  line-height: 31px;
}

.pika-label select {
  display: none;
}

.pika-table {
  position: relative;
}

.pika-table abbr {
  display: block;
  margin: 10px 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 27px;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

html[dir=rtl] .pika-table abbr {
  font-size: 7px;
}

.pika-table td.is-today button:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.pika-table td.is-selected button {
  color: #ffffff;
}

.pika-table td.is-selected button:after {
  background-color: #000000;
}

.pika-table td button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 300;
  font-size: 12px;
  line-height: 40px;
  transition: color .3s;
  cursor: pointer;
}

.pika-table td button:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 5px;
  transition: background-color .3s;
  z-index: -1;
}

.pika-table td button:hover {
  color: #ffffff;
}

.pika-table td button:hover:after {
  background-color: #000000;
}

.selectr-container {
  position: relative;
}

.selectr-selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.selectr-options-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.selectr-options {
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
}

.selectr-option {
  padding: 10px 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.selectr-option.disabled {
  display: none;
}

.selectr-option:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.simplebar-scrollbar {
  width: 10px !important;
  cursor: pointer;
}

.simplebar-scrollbar:before {
  background-color: #0070ce !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  cursor: pointer;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/*

  Classes to set the grid system:

    • col-[1-12]
    • offset-col-[1-12] (margin on the left side)

  Helpers class:

    • container-fluid (container full width)
    • row--fluid (columns without padding left & right)
    • row--flex (same height of columns, display flex instead of float)

  Default classes to change the grid system at different resolutions:

    large-laptop (<= 1366px):
    • col-lgl-[1-12]
    • offset-col-lgl-[1-12]

    laptop (<= 1280px):
    • col-lg-[1-12]
    • offset-col-lg-[1-12]

    large-tablet (<= 1024px):
    • col-mdl-[1-12]
    • offset-col-mdl-[1-12]

    tablet (<= 768px):
    • col-md-[1-12]
    • offset-col-md-[1-12]

    small-tablet (<= 600px):
    • col-mds-[1-12]
    • offset-col-mds-[1-12]

    large-phone (<= 480px):
    • col-sml-[1-12]
    • offset-col-sml-[1-12]

    phone (<= 360px):
    • col-sm-[1-12]
    • offset-col-sm-[1-12]

*/
.container {
  width: 100%;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px;
  box-sizing: border-box;
  /* ---
    Alignment
  --- */
  /* ---
    Rows
  --- */
}

@media (max-width: 1280px) {
  body.grid-right .container {
    max-width: 100%;
    padding-left: 18px;
  }
}

.container:before, .container:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .container .container {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.container--fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container--left, .container--right {
  max-width: calc(100% - ((100% - 1100px) / 2) + (18px / 2));
}

@media (max-width: 768px) {
  .container--left, .container--right {
    max-width: calc(100% - ((100% - 1100px) / 2) + 10);
  }
}

.container--left {
  margin-left: 0;
  padding-left: 0;
}

.container--right {
  margin-right: 0;
  padding-right: 0;
}

.container .row {
  margin-left: -9px;
  margin-right: -9px;
  /* ---
        Row options
      --- */
  /* ---
        Columns
      --- */
  /* ---
        Default sizes
      --- */
  /* ---
        RWD classes
      --- */
}

.container .row:before, .container .row:after {
  content: '';
  display: block;
  clear: both;
}

.container .row.row--fluid {
  margin-left: 0;
  margin-right: 0;
}

.container .row.row--fluid .col-1, .container .row.row--fluid .col-2, .container .row.row--fluid .col-3, .container .row.row--fluid .col-4, .container .row.row--fluid .col-5, .container .row.row--fluid .col-6, .container .row.row--fluid .col-7, .container .row.row--fluid .col-8, .container .row.row--fluid .col-9, .container .row.row--fluid .col-10, .container .row.row--fluid .col-11, .container .row.row--fluid .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.container .row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.container .row.row--flex > .col-1, .container .row.row--flex > .col-2, .container .row.row--flex > .col-3, .container .row.row--flex > .col-4, .container .row.row--flex > .col-5, .container .row.row--flex > .col-6, .container .row.row--flex > .col-7, .container .row.row--flex > .col-8, .container .row.row--flex > .col-9, .container .row.row--flex > .col-10, .container .row.row--flex > .col-11, .container .row.row--flex > .col-12 {
  float: none;
  display: flex;
}

html[dir=rtl] .container .row.row--flex > .col-1, html[dir=rtl] .container .row.row--flex > .col-2, html[dir=rtl] .container .row.row--flex > .col-3, html[dir=rtl] .container .row.row--flex > .col-4, html[dir=rtl] .container .row.row--flex > .col-5, html[dir=rtl] .container .row.row--flex > .col-6, html[dir=rtl] .container .row.row--flex > .col-7, html[dir=rtl] .container .row.row--flex > .col-8, html[dir=rtl] .container .row.row--flex > .col-9, html[dir=rtl] .container .row.row--flex > .col-10, html[dir=rtl] .container .row.row--flex > .col-11, html[dir=rtl] .container .row.row--flex > .col-12 {
  float: none;
}

.container .row .col-1, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-10, .container .row .col-11, .container .row .col-12 {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  box-sizing: border-box;
}

html[dir=rtl] .container .row .col-1, html[dir=rtl] .container .row .col-2, html[dir=rtl] .container .row .col-3, html[dir=rtl] .container .row .col-4, html[dir=rtl] .container .row .col-5, html[dir=rtl] .container .row .col-6, html[dir=rtl] .container .row .col-7, html[dir=rtl] .container .row .col-8, html[dir=rtl] .container .row .col-9, html[dir=rtl] .container .row .col-10, html[dir=rtl] .container .row .col-11, html[dir=rtl] .container .row .col-12 {
  float: right;
}

.container .row .col-1 {
  width: 8.3333333333%;
}

.container .row .col-2 {
  width: 16.6666666667%;
}

.container .row .col-3 {
  width: 25%;
}

.container .row .col-4 {
  width: 33.3333333333%;
}

.container .row .col-5 {
  width: 41.6666666667%;
}

.container .row .col-6 {
  width: 50%;
}

.container .row .col-7 {
  width: 58.3333333333%;
}

.container .row .col-8 {
  width: 66.6666666667%;
}

.container .row .col-9 {
  width: 75%;
}

.container .row .col-10 {
  width: 83.3333333333%;
}

.container .row .col-11 {
  width: 91.6666666667%;
}

.container .row .col-12 {
  width: 100%;
}

.container .row .offset-col-1 {
  margin-left: 8.3333333333%;
}

html[dir=rtl] .container .row .offset-col-1 {
  margin-left: 0;
  margin-right: 8.3333333333%;
}

.container .row .offset-col-2 {
  margin-left: 16.6666666667%;
}

html[dir=rtl] .container .row .offset-col-2 {
  margin-left: 0;
  margin-right: 16.6666666667%;
}

.container .row .offset-col-3 {
  margin-left: 25%;
}

html[dir=rtl] .container .row .offset-col-3 {
  margin-left: 0;
  margin-right: 25%;
}

.container .row .offset-col-4 {
  margin-left: 33.3333333333%;
}

html[dir=rtl] .container .row .offset-col-4 {
  margin-left: 0;
  margin-right: 33.3333333333%;
}

.container .row .offset-col-5 {
  margin-left: 41.6666666667%;
}

html[dir=rtl] .container .row .offset-col-5 {
  margin-left: 0;
  margin-right: 41.6666666667%;
}

.container .row .offset-col-6 {
  margin-left: 50%;
}

html[dir=rtl] .container .row .offset-col-6 {
  margin-left: 0;
  margin-right: 50%;
}

.container .row .offset-col-7 {
  margin-left: 58.3333333333%;
}

html[dir=rtl] .container .row .offset-col-7 {
  margin-left: 0;
  margin-right: 58.3333333333%;
}

.container .row .offset-col-8 {
  margin-left: 66.6666666667%;
}

html[dir=rtl] .container .row .offset-col-8 {
  margin-left: 0;
  margin-right: 66.6666666667%;
}

.container .row .offset-col-9 {
  margin-left: 75%;
}

html[dir=rtl] .container .row .offset-col-9 {
  margin-left: 0;
  margin-right: 75%;
}

.container .row .offset-col-10 {
  margin-left: 83.3333333333%;
}

html[dir=rtl] .container .row .offset-col-10 {
  margin-left: 0;
  margin-right: 83.3333333333%;
}

.container .row .offset-col-11 {
  margin-left: 91.6666666667%;
}

html[dir=rtl] .container .row .offset-col-11 {
  margin-left: 0;
  margin-right: 91.6666666667%;
}

.container .row .offset-col-12 {
  margin-left: 100%;
}

html[dir=rtl] .container .row .offset-col-12 {
  margin-left: 0;
  margin-right: 100%;
}

@media (max-width: 1366px) {
  .container .row.row-lgl-block {
    display: block;
  }
  .container .row .col-lgl-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-lgl-1 {
    margin-right: 0;
  }
  .container .row .col-lgl-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-lgl-2 {
    margin-right: 0;
  }
  .container .row .col-lgl-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-lgl-3 {
    margin-right: 0;
  }
  .container .row .col-lgl-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-lgl-4 {
    margin-right: 0;
  }
  .container .row .col-lgl-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-lgl-5 {
    margin-right: 0;
  }
  .container .row .col-lgl-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-lgl-6 {
    margin-right: 0;
  }
  .container .row .col-lgl-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-lgl-7 {
    margin-right: 0;
  }
  .container .row .col-lgl-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-lgl-8 {
    margin-right: 0;
  }
  .container .row .col-lgl-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-lgl-9 {
    margin-right: 0;
  }
  .container .row .col-lgl-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-lgl-10 {
    margin-right: 0;
  }
  .container .row .col-lgl-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-lgl-11 {
    margin-right: 0;
  }
  .container .row .col-lgl-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-lgl-12 {
    margin-right: 0;
  }
  .container .row .offset-col-lgl-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-lgl-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-lgl-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-lgl-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-lgl-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-lgl-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-lgl-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-lgl-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-lgl-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-lgl-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-lgl-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-lgl-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-lgl-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (max-width: 1280px) {
  .container .row.row-lg-block {
    display: block;
  }
  .container .row .col-lg-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-lg-1 {
    margin-right: 0;
  }
  .container .row .col-lg-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-lg-2 {
    margin-right: 0;
  }
  .container .row .col-lg-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-lg-3 {
    margin-right: 0;
  }
  .container .row .col-lg-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-lg-4 {
    margin-right: 0;
  }
  .container .row .col-lg-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-lg-5 {
    margin-right: 0;
  }
  .container .row .col-lg-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-lg-6 {
    margin-right: 0;
  }
  .container .row .col-lg-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-lg-7 {
    margin-right: 0;
  }
  .container .row .col-lg-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-lg-8 {
    margin-right: 0;
  }
  .container .row .col-lg-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-lg-9 {
    margin-right: 0;
  }
  .container .row .col-lg-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-lg-10 {
    margin-right: 0;
  }
  .container .row .col-lg-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-lg-11 {
    margin-right: 0;
  }
  .container .row .col-lg-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-lg-12 {
    margin-right: 0;
  }
  .container .row .offset-col-lg-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lg-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-lg-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lg-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-lg-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-lg-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-lg-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lg-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-lg-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lg-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-lg-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-lg-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-lg-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lg-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-lg-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lg-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-lg-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-lg-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-lg-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-lg-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-lg-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-lg-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-lg-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-lg-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (max-width: 1024px) {
  .container .row.row-mdl-block {
    display: block;
  }
  .container .row .col-mdl-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-mdl-1 {
    margin-right: 0;
  }
  .container .row .col-mdl-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-mdl-2 {
    margin-right: 0;
  }
  .container .row .col-mdl-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-mdl-3 {
    margin-right: 0;
  }
  .container .row .col-mdl-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-mdl-4 {
    margin-right: 0;
  }
  .container .row .col-mdl-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-mdl-5 {
    margin-right: 0;
  }
  .container .row .col-mdl-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-mdl-6 {
    margin-right: 0;
  }
  .container .row .col-mdl-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-mdl-7 {
    margin-right: 0;
  }
  .container .row .col-mdl-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-mdl-8 {
    margin-right: 0;
  }
  .container .row .col-mdl-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-mdl-9 {
    margin-right: 0;
  }
  .container .row .col-mdl-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-mdl-10 {
    margin-right: 0;
  }
  .container .row .col-mdl-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-mdl-11 {
    margin-right: 0;
  }
  .container .row .col-mdl-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-mdl-12 {
    margin-right: 0;
  }
  .container .row .offset-col-mdl-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-mdl-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-mdl-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-mdl-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-mdl-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-mdl-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-mdl-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-mdl-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-mdl-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-mdl-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-mdl-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-mdl-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-mdl-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (max-width: 768px) {
  .container .row.row-md-block {
    display: block;
  }
  .container .row .col-md-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-md-1 {
    margin-right: 0;
  }
  .container .row .col-md-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-md-2 {
    margin-right: 0;
  }
  .container .row .col-md-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-md-3 {
    margin-right: 0;
  }
  .container .row .col-md-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-md-4 {
    margin-right: 0;
  }
  .container .row .col-md-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-md-5 {
    margin-right: 0;
  }
  .container .row .col-md-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-md-6 {
    margin-right: 0;
  }
  .container .row .col-md-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-md-7 {
    margin-right: 0;
  }
  .container .row .col-md-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-md-8 {
    margin-right: 0;
  }
  .container .row .col-md-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-md-9 {
    margin-right: 0;
  }
  .container .row .col-md-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-md-10 {
    margin-right: 0;
  }
  .container .row .col-md-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-md-11 {
    margin-right: 0;
  }
  .container .row .col-md-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-md-12 {
    margin-right: 0;
  }
  .container .row .offset-col-md-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-md-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-md-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-md-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-md-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-md-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-md-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-md-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-md-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-md-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-md-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-md-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-md-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-md-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-md-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-md-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-md-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-md-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-md-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-md-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-md-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-md-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-md-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-md-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (max-width: 600px) {
  .container .row.row-mds-block {
    display: block;
  }
  .container .row .col-mds-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-mds-1 {
    margin-right: 0;
  }
  .container .row .col-mds-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-mds-2 {
    margin-right: 0;
  }
  .container .row .col-mds-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-mds-3 {
    margin-right: 0;
  }
  .container .row .col-mds-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-mds-4 {
    margin-right: 0;
  }
  .container .row .col-mds-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-mds-5 {
    margin-right: 0;
  }
  .container .row .col-mds-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-mds-6 {
    margin-right: 0;
  }
  .container .row .col-mds-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-mds-7 {
    margin-right: 0;
  }
  .container .row .col-mds-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-mds-8 {
    margin-right: 0;
  }
  .container .row .col-mds-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-mds-9 {
    margin-right: 0;
  }
  .container .row .col-mds-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-mds-10 {
    margin-right: 0;
  }
  .container .row .col-mds-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-mds-11 {
    margin-right: 0;
  }
  .container .row .col-mds-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-mds-12 {
    margin-right: 0;
  }
  .container .row .offset-col-mds-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mds-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-mds-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mds-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-mds-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-mds-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-mds-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mds-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-mds-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mds-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-mds-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-mds-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-mds-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mds-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-mds-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mds-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-mds-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-mds-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-mds-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-mds-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-mds-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-mds-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-mds-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-mds-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (max-width: 480px) {
  .container .row.row-sml-block {
    display: block;
  }
  .container .row .col-sml-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-sml-1 {
    margin-right: 0;
  }
  .container .row .col-sml-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-sml-2 {
    margin-right: 0;
  }
  .container .row .col-sml-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-sml-3 {
    margin-right: 0;
  }
  .container .row .col-sml-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-sml-4 {
    margin-right: 0;
  }
  .container .row .col-sml-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-sml-5 {
    margin-right: 0;
  }
  .container .row .col-sml-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-sml-6 {
    margin-right: 0;
  }
  .container .row .col-sml-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-sml-7 {
    margin-right: 0;
  }
  .container .row .col-sml-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-sml-8 {
    margin-right: 0;
  }
  .container .row .col-sml-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-sml-9 {
    margin-right: 0;
  }
  .container .row .col-sml-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-sml-10 {
    margin-right: 0;
  }
  .container .row .col-sml-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-sml-11 {
    margin-right: 0;
  }
  .container .row .col-sml-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-sml-12 {
    margin-right: 0;
  }
  .container .row .offset-col-sml-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sml-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-sml-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sml-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-sml-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-sml-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-sml-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sml-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-sml-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sml-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-sml-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-sml-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-sml-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sml-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-sml-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sml-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-sml-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-sml-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-sml-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sml-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-sml-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sml-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-sml-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-sml-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media (max-width: 360px) {
  .container .row.row-sm-block {
    display: block;
  }
  .container .row .col-sm-1 {
    margin-left: 0;
    width: 8.3333333333%;
  }
  html[dir=rtl] .container .row .col-sm-1 {
    margin-right: 0;
  }
  .container .row .col-sm-2 {
    margin-left: 0;
    width: 16.6666666667%;
  }
  html[dir=rtl] .container .row .col-sm-2 {
    margin-right: 0;
  }
  .container .row .col-sm-3 {
    margin-left: 0;
    width: 25%;
  }
  html[dir=rtl] .container .row .col-sm-3 {
    margin-right: 0;
  }
  .container .row .col-sm-4 {
    margin-left: 0;
    width: 33.3333333333%;
  }
  html[dir=rtl] .container .row .col-sm-4 {
    margin-right: 0;
  }
  .container .row .col-sm-5 {
    margin-left: 0;
    width: 41.6666666667%;
  }
  html[dir=rtl] .container .row .col-sm-5 {
    margin-right: 0;
  }
  .container .row .col-sm-6 {
    margin-left: 0;
    width: 50%;
  }
  html[dir=rtl] .container .row .col-sm-6 {
    margin-right: 0;
  }
  .container .row .col-sm-7 {
    margin-left: 0;
    width: 58.3333333333%;
  }
  html[dir=rtl] .container .row .col-sm-7 {
    margin-right: 0;
  }
  .container .row .col-sm-8 {
    margin-left: 0;
    width: 66.6666666667%;
  }
  html[dir=rtl] .container .row .col-sm-8 {
    margin-right: 0;
  }
  .container .row .col-sm-9 {
    margin-left: 0;
    width: 75%;
  }
  html[dir=rtl] .container .row .col-sm-9 {
    margin-right: 0;
  }
  .container .row .col-sm-10 {
    margin-left: 0;
    width: 83.3333333333%;
  }
  html[dir=rtl] .container .row .col-sm-10 {
    margin-right: 0;
  }
  .container .row .col-sm-11 {
    margin-left: 0;
    width: 91.6666666667%;
  }
  html[dir=rtl] .container .row .col-sm-11 {
    margin-right: 0;
  }
  .container .row .col-sm-12 {
    margin-left: 0;
    width: 100%;
  }
  html[dir=rtl] .container .row .col-sm-12 {
    margin-right: 0;
  }
  .container .row .offset-col-sm-1 {
    margin-left: 8.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sm-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .container .row .offset-col-sm-2 {
    margin-left: 16.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sm-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .container .row .offset-col-sm-3 {
    margin-left: 25%;
  }
  html[dir=rtl] .container .row .offset-col-sm-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .container .row .offset-col-sm-4 {
    margin-left: 33.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sm-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .container .row .offset-col-sm-5 {
    margin-left: 41.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sm-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .container .row .offset-col-sm-6 {
    margin-left: 50%;
  }
  html[dir=rtl] .container .row .offset-col-sm-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .container .row .offset-col-sm-7 {
    margin-left: 58.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sm-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .container .row .offset-col-sm-8 {
    margin-left: 66.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sm-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .container .row .offset-col-sm-9 {
    margin-left: 75%;
  }
  html[dir=rtl] .container .row .offset-col-sm-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .container .row .offset-col-sm-10 {
    margin-left: 83.3333333333%;
  }
  html[dir=rtl] .container .row .offset-col-sm-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .container .row .offset-col-sm-11 {
    margin-left: 91.6666666667%;
  }
  html[dir=rtl] .container .row .offset-col-sm-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .container .row .offset-col-sm-12 {
    margin-left: 100%;
  }
  html[dir=rtl] .container .row .offset-col-sm-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

.footer {
  overflow: hidden;
  /* ---
    Stats
  --- */
  /* ---
    Columns
  --- */
  /* ---
    Boxes
  --- */
}

.footer__stats {
  position: relative;
  display: flex;
  padding: 34px 0 27px 0;
  margin: 0 -40px;
  overflow: hidden;
}

.footer__stats:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background-color: #004986;
}

.footer__stat {
  width: 30%;
  padding: 0 40px;
}

.footer__stat:last-child {
  width: 320px;
  margin-left: calc(40% - 320px);
}

.footer__statTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.21;
  color: #004986;
  text-transform: uppercase;
}

.footer__statDesc {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.58;
  color: #939393;
}

.footer__statImage {
  margin: 6px 0 -2px 0;
  width: auto;
  height: 25px;
}

.footer__columns {
  position: relative;
  display: flex;
  padding: 21px 0 80px 0;
  margin: 0 -40px;
  overflow: hidden;
}

.footer__columns:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background-color: #e3e3e3;
}

.footer__column {
  width: 30%;
  padding: 0 40px;
}

.footer__column:last-child {
  width: 320px;
  margin-left: calc(40% - 320px);
}

.footer__link {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  transition: opacity .3s;
}

.footer__link:hover {
  opacity: .5;
}

.footer__columnText {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #000000;
}

.footer__columnText a, .footer__columnText strong {
  font-weight: 400;
  color: #6a6a6a;
}

.footer__columnText a {
  transition: opacity .3s;
}

.footer__columnText a:hover {
  opacity: .5;
}

.footer__boxesWrapper {
  margin: -18px;
  padding-bottom: 74px;
  font-size: 0;
  text-align: center;
}

.footer__box {
  display: inline-block !important;
  margin: 0 18px;
}

.footer__boxImage {
  display: block;
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 972px) {
  #adsys-38 {
    display: none;
  }
}

@media all and (max-width: 749px) {
  #footer-2-up, #footer-2-down {
    padding-left: 10px;
  }
}

@media all and (max-width: 619px) {
  .container #footer-link-1, .container #footer-link-3, .container #footer-link-5, #footer-3-down .footer__label {
    clear: both;
    float: left;
    text-align: right;
    width: 48%;
    margin-right: 2%;
  }
  .container #footer-link-2, .container #footer-link-4, .container #footer-link-6, .container #footer-contact-3, #footer-3-down .footer__employees {
    float: right;
    text-align: left;
    width: 48%;
    margin-left: 2%;
  }
  .container #footer-contact-2 {
    width: 96%;
    margin-left: 2%;
    text-align: center;
  }
  .container #footer-link-5, .container #footer-contact-2 {
    margin-bottom: 15px;
  }
  .footer__columns {
    display: flex;
    flex-flow: column;
  }
  #footer-1-down {
    order: 2;
  }
  #footer-2-down {
    order: 3;
  }
  #footer-3-down {
    order: 1;
  }
  .container #footer-2-up, .container #footer-2-down {
    padding-left: 40px;
  }
  .container #footer-3-down {
    margin-left: 0;
  }
  .container .footer__stats {
    display: block;
  }
  .container .footer__column {
    padding: 10px 40px;
    width: 100%;
  }
  .container #footer-1-up, .container #footer-2-up {
    display: none;
  }
  .container #footer-3-up {
    margin: 10px auto;
    width: 164px;
    padding: 0;
  }
  .container .footer__stats {
    padding: 10px 0;
  }
  #footer-contact-1, #footer-contact-4 {
    display: none;
  }
  #footer-contact-3 {
    margin-right: 0;
    width: 150px;
  }
  .footer__columnText .footer__label {
    clear: both;
    float: left;
    margin-right: 10px;
  }
  .footer__columnText .footer__employees {
    float: left;
  }
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform .3s;
  /* ---
    Top
  --- */
  /* ---
    Search
  --- */
  /* ---
    Login popup
  --- */
  /* ---
    Bottom
  --- */
}

.header--sticky {
  transform: translateY(-88px);
  position: fixed;
  background-color: white;
}

.header__top {
  padding: 28px 0;
  font-size: 0;
}

.header__top:before, .header__top:after {
  content: '';
  display: block;
  clear: both;
}

.header__socials, .header__buttons {
  float: left;
  display: flex;
  width: 33.33333%;
  padding: 7px 0;
}

.header__buttons {
  justify-content: flex-end;
}

.header__social, .header__button {
  margin-left: 18px;
}

.header__social:first-child, .header__button:first-child {
  margin-left: 0;
}

.header__button {
  position: relative;
  margin-left: 40px;
}

.header__socialLink, .header__buttonLink {
  display: block;
  font-size: 0;
  transition: opacity .3s;
}

.header__button.header__button--search .header__socialLink, .header__button.header__button--search .header__buttonLink {
  transition: transform .3s, opacity .3s, visibility .3s;
}

.header__button.header__button--search .header__socialLink, .header__button.header__button--search .header__buttonLink {
  transition: transform .3s, opacity .3s, visibility .3s;
}

.header__socialLink--active, .header__buttonLink--active {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.header__socialLink:hover, .header__buttonLink:hover {
  opacity: .5;
}

.header__socialLink:before, .header__buttonLink:before {
  float: left;
  font-size: 18px;
  line-height: 1;
  color: #c3c3c3;
}

.header__buttonLinkText {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #aaaaaa;
}

.header__logo {
  float: left;
  width: 33.33333%;
  text-align: center;
}

.header__logo--bottom {
  width: 0;
  margin-top: 13px;
  margin-right: 0;
  transition: width .3s, margin-right .3s;
  overflow: hidden;
}

.header.header--sticky .header__logo--bottom {
  width: 150px;
  margin-right: 30px;
}

.header__logo.header__logo--bottom .header__logo--bottom {
  height: 24px;
}

.header__logoLink {
  display: inline-block;
  font-size: 0;
}

.header__logoImage {
  width: auto;
  height: 42px;
  transition: opacity .3s;
}

.header__logo.header__logo--bottom .header__logoImage {
  width: 150px;
  height: auto;
}

.header__logoImage:hover {
  opacity: .5;
}

.header__search {
  position: absolute;
  top: -6px;
  right: 0;
  border: 1px solid #7e9db9;
  border-radius: 4px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform .3s, opacity .3s, visibility .3s;
  width: 268px;
}

.header__search--active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.header__searchForm {
  position: relative;
  width: 236px;
  padding-left: 40px;
}

.header__searchForm:before {
  position: absolute;
  top: 7px;
  left: 13px;
  font-size: 16px;
  line-height: 1;
  color: #0070ce;
}

.header__searchForm:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__searchInput {
  width: 100%;
  padding: 0 20px 0 10px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #aaaaaa;
}

.header__searchInput::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.header__searchInput::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.header__searchInput:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.header__searchInput:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.header__searchSubmit {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.header__login {
  position: absolute;
  top: 100%;
  right: -1px;
  width: 308px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: transform .3s, opacity .3s, visibility .3s;
  z-index: 100;
}

.header__button:hover .header__login {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header__loginOuter {
  position: relative;
  padding-top: 19px;
  background-color: #f7f7f7;
}

.header__loginOuter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-color: #ffffff;
}

.header__loginOuter:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #f7f7f7 transparent;
}

.header__loginInner {
  padding: 20px 34px;
}

.header__loginLabel {
  position: relative;
  display: block;
  margin-top: 10px;
  overflow: hidden;
}

.header__loginLabel:first-of-type {
  margin-top: 0;
}

.header__loginText {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  color: #b7b7b7;
  text-transform: uppercase;
}

.header__loginText--link {
  float: right;
  text-transform: none;
  transition: opacity .3s;
}

.header__loginText--link:hover {
  opacity: .5;
}

.header__loginInput {
  width: 100%;
  height: 34px;
  padding: 0 14px;
  font-weight: 400;
  font-size: 13px;
  color: #3b3b3b;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #ffffff;
}

.header__loginPassword {
  position: absolute;
  top: 17px;
  right: 3px;
  padding: 10px;
  transition: opacity .3s;
}

.header__loginPassword:hover {
  opacity: .5;
}

.header__loginPassword:before {
  font-size: 14px;
  line-height: 1;
  color: #b7b7b7;
}

.header__loginPassword:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__loginPassword--active:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__loginSubmit {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 0 14px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #0070ce;
  border-radius: 4px;
  background-color: #0070ce;
  cursor: pointer;
  transition: color .3s, background-color .3s;
}

.header__loginSubmit:hover {
  color: #0070ce;
  background-color: #ffffff;
}

.header__loginInfo {
  clear: both;
  margin-top: 42px;
  padding-top: 11px;
  border-top: 1px solid #ededed;
}

.header__loginInfoInner {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  color: #b7b7b7;
  text-align: center;
}

.header__loginInfoInner a {
  color: #0070ce;
  transition: opacity .3s;
}

.header__loginInfoInner a:hover {
  opacity: .5;
}

.header__bottom {
  position: relative;
  display: flex;
}

.header__menu {
  position: relative;
  flex: 1;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #004986;
  transition: border-top-color .3s;
}

.header.header--sticky .header__menu {
  border-top-color: transparent;
}

.header__menu:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -50vw;
  right: -50vw;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #004986;
  transition: width .7s;
}

.header.header--sticky .header__menu:after {
  width: 200vw;
}

.header__menuButtonWrapper {
  font-size: 0;
  transition: padding .3s;
}

.header.header--sticky .header__menuButtonWrapper {
  padding: 5px 0;
}

.header__menuButton {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  margin-left: 50px;
  font-weight: 700;
  font-size: 13px;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: color .3s;
  overflow: hidden;
  transition: line-height .3s;
}

.header.header--sticky .header__menuButton {
  line-height: 38px;
}

.header__menuButton span {
  float: left;
  font-size: 18px;
  margin-right: 11px;
}

.header__menuButton:before, .header__menuButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.header__menuButton:before {
  background-color: #0070ce;
  z-index: -1;
  transition: transform .3s;
}

.header__menuButton:after {
  border: 2px solid #0070ce;
}

@media all and (min-width: 1000px) {
  .header__menuButton:hover {
    color: #0070ce;
  }
  .header__menuButton:hover:before {
    transform: translateY(100%);
  }
}

.font14 {
  font-size: 14px;
  color: #333;
}

#header-after-login-links {
  opacity: 1;
}

#header-after-login-links #edit-link:hover, #header-after-login-links #logout-link:hover {
  opacity: .5;
}

#header-after-login-links #edit-link, #header-after-login-links #logout-link {
  transition: opacity .3s;
}

@media all and (max-width: 710px) {
  .container .header__buttons {
    display: none;
  }
  .container .header__socials {
    display: none;
  }
  #main-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 263px;
  }
}

.singlePost__sidebarLeft {
  width: 15%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
}

.singlePost__main {
  width: 56%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
}

.singlePost__sidebarRight {
  width: 29%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
}

#sportContainer .singlePost__main {
  width: 56%;
}

@media all and (max-width: 971px) {
  .container .singlePost__sidebarRight {
    display: none;
  }
  #sportContainer .container .singlePost__main {
    width: 100%;
  }
  .container .singlePost__main {
    width: 85%;
  }
}

@media all and (max-width: 800px) {
  .container .singlePost__sidebarLeft {
    display: none;
  }
  .singlePost .container .singlePost__main {
    width: 100%;
  }
}

#close-button.baguetteBox-button {
  width: 30px;
  height: 30px;
  background-color: #004986;
  border-radius: 50%;
  transition: 0.3s ease-in-out opacity;
}

#close-button.baguetteBox-button:hover {
  opacity: .5;
}

#close-button.baguetteBox-button > svg {
  transform: scale(0.7);
}

.returnToHomeButton {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 8px;
  color: #ffffff;
  text-transform: uppercase;
}

.returnToHomeButton:before, .returnToHomeButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.returnToHomeButton:before {
  background-color: #004986;
  z-index: -1;
  transition: transform .3s;
}

.returnToHomeButton:after {
  border: 2px solid #004986;
}

.returnToHomeButton:hover {
  color: #004986;
}

.returnToHomeButton:hover:before {
  transform: translateY(100%);
}

@media (min-width: 1025px) {
  .hideScroll {
    opacity: 0;
  }
  .hideScroll--hidden {
    transform: translateY(100px);
  }
  .hideScroll--hidden.hideScroll--left {
    transform: translateX(-100px);
  }
  html[dir=rtl] .hideScroll--hidden.hideScroll--left {
    transform: translateX(100px);
  }
  .hideScroll--hidden.hideScroll--right {
    transform: translateX(100px);
  }
  html[dir=rtl] .hideScroll--hidden.hideScroll--right {
    transform: translateX(-100px);
  }
  .hideScroll--hidden.hideScroll--circle {
    transform: scale(0);
  }
  .hideScroll--active {
    transition: transform .7s, opacity 1s;
    transform: translateY(0);
    opacity: 1;
  }
  .hideScroll--active.hideScroll--left, .hideScroll--active.hideScroll--right {
    transform: translateX(0);
  }
  html[dir=rtl] .hideScroll--active.hideScroll--left, html[dir=rtl] .hideScroll--active.hideScroll--right {
    transform: translateX(0);
  }
  .hideScroll--active.hideScroll--circle {
    transform: scale(1);
  }
}

body.login .hideScroll {
  opacity: 1 !important;
  transform: none !important;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /* ---
    Wrapper
  --- */
  /* ---
    Rows
  --- */
  /* ---
    Footer
  --- */
  /* ---
    Image
  --- */
  /* ---
    Success
  --- */
  /* ---
    News error
  --- */
}

.popup--active {
  display: block;
}

.popup__outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.popup.popup--newsError .popup__outer {
  width: auto;
  height: auto;
}

.popup__inner {
  position: relative;
}

.popup__close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #004986;
  border-radius: 50%;
  transition: opacity .3s;
  cursor: pointer;
  z-index: 10;
}

.popup__close:hover {
  opacity: .5;
}

.popup__close:before, .popup__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 9px);
  width: 18px;
  height: 2px;
  background-color: #ffffff;
}

.popup__close:before {
  transform: rotate(-45deg);
}

.popup__close:after {
  transform: rotate(45deg);
}

.popup__wrapper {
  width: 750px;
  max-height: 90%;
  padding: 25px 33px 20px 33px;
  background-color: #ffffff;
}

.popup__wrapper--small {
  width: 345px;
}

.popup__wrapper--image {
  width: auto;
  padding: 0;
  background: none;
}

.popup.popup--newsError .popup__wrapper {
  width: 300px;
  max-height: 500px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1367px) {
  .popup.popup--newsError .popup__wrapper {
    width: 450px;
  }
}

.popup__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
}

.popup.popup--newsError .popup__title {
  font-size: 20px;
}

.popup__message {
  padding: 78px 5px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.popup__items {
  margin-top: 30px;
}

.popup__item {
  margin-top: 20px;
}

.popup__item:first-child {
  margin-top: 0;
}

.popup__itemInput {
  display: inline-block;
  padding: 8px 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #888888;
  background-color: #f4f5f7;
  border-radius: 3px;
}

.popup__itemInput--input {
  width: 320px;
}

.popup__itemInput--textarea {
  width: 100%;
  height: 170px;
  resize: vertical;
}

.popup.popup--newsError .popup__itemInput--textarea {
  height: 140px;
}

.popup__itemInput--file {
  position: relative;
  float: left;
  padding: 7px 32px;
  font-size: 14px;
  line-height: 1.58;
  color: #ffffff;
  background-color: #004986;
  border: 2px solid #004986;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.popup__itemInput--file:hover {
  color: #004986;
  background-color: transparent;
}

.popup__itemInput--file input {
  display: none;
}

.popup__itemFile {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  max-width: 300px;
  padding: 0 20px;
  font-weight: 500;
  color: #004986;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup__itemLabel {
  display: block;
  overflow: hidden;
}

.popup__itemLabelText {
  float: left;
  display: inline-block;
  padding: 5px 26px 5px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}

.popup__itemInfo {
  padding: 3px 0;
  font-size: 14px;
  line-height: 1.15;
  color: #707070;
}

.popup.popup--newsError .popup__itemRecaptcha {
  transform-origin: left;
  transform: scale(0.77);
}

@media (min-width: 1367px) {
  .popup.popup--newsError .popup__itemRecaptcha {
    transform: scale(1);
  }
}

.popup__footer {
  margin-top: 20px;
}

.popup__footerButtons {
  margin: 0 -10px;
  font-size: 0;
  text-align: right;
}

.popup__footerButton {
  margin: 0 10px;
  padding: 8px 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.58;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #004986;
  border: 1px solid #004986;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.popup.popup--newsError .popup__footerButton {
  padding: 8px 27px;
}

.popup__footerButton--border {
  color: #000000;
  background-color: transparent;
  border-color: #f3b335;
}

.popup__footerButton--border:hover {
  color: #ffffff;
  background-color: #f3b335;
}

.popup__footerButton--fill {
  color: #ffffff;
  background-color: #004986;
  border-color: #004986;
}

.popup__footerButton--fill:hover {
  color: #004986;
  background-color: transparent;
}

.popup__image {
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
}

.popup__success {
  width: 56px;
  height: 56px;
  border: 2px solid #0070ce;
  color: #0070ce;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  margin: auto;
  margin-bottom: 12px;
  border-radius: 50%;
}

.popup__success::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup--newsError {
  top: 20%;
  left: auto;
  right: 16px;
  width: 300px;
}

@media (min-width: 1367px) {
  .popup--newsError {
    width: 450px;
  }
}

#error-form .popup__title {
  font-size: 16px;
}

#error-form .popup__items {
  margin-top: 6px;
}

#error-form .popup__itemInput--textarea {
  height: 100px;
}

#error-form .popup__itemInput--input {
  width: 100%;
}

#error-form .popup__footer {
  margin-top: 10px;
}

#error-form .popup__footerButton {
  padding: 6px 10px;
}

#delete-comment-popup .popup__wrapper {
  width: 360px;
  padding: 20px;
}

#delete-comment-popup .popup__title {
  font-size: 16px;
}

#delete-comment-popup .popup__footerButton {
  padding: 8px 48px;
}

#delete-comment-popup .popup__item {
  margin-top: 10px;
}

#delete-comment-popup .popup__footer {
  margin-top: 10px;
}

#delete-comment-popup #delete-comment-reason {
  height: 140px;
}

#register-form input, #register-form textarea, #register-form select {
  width: 100%;
}

#register-form {
  width: 100%;
  max-width: 684px;
}

.breadcrumbs {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 12px;
  color: #707070;
}

.breadcrumbs__item::after {
  font-size: 7px;
  vertical-align: middle;
}

.breadcrumbs__item::after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  vertical-align: middle;
  transition: opacity .3s;
}

.breadcrumbs__link:hover {
  opacity: 0.5;
}

.breadcrumbs__active {
  color: #004986;
}

.content__posts {
  position: relative;
  padding-top: 6px;
  border-top: 1px solid #ededed;
}

.content__postsMore {
  display: block;
  margin-top: 50px;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  transition: opacity .3s;
}

.content__postsMore:hover {
  opacity: .5;
}

.content__postsMoreInner {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 98px;
  color: #898989;
}

.content__postsMoreInner:before {
  float: left;
  margin-right: 33px;
  font-size: 11px;
}

.content__postsMoreInner:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content__sections {
  width: 100%;
  margin: -25px 0;
}

.mainNav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mainNav__item {
  padding: 0 5px;
  margin: 0 -5px;
}

.mainNav__itemLink {
  position: relative;
  display: block;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  font-size: 0;
  overflow: hidden;
}

.mainNav__itemLink:before, .mainNav__itemLink:after {
  display: block;
  content: attr(data-text);
  padding: 3px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.7;
  color: #939393;
  text-transform: uppercase;
  transition: color .3s, transform .3s;
}

@media (max-width: 1280px) {
  .mainNav__itemLink:before, .mainNav__itemLink:after {
    font-size: 11px;
    line-height: 2;
  }
}

.mainNav__item:hover .mainNav__itemLink:before, .mainNav__item:hover .mainNav__itemLink:after {
  transform: translateY(-100%);
}

.mainNav__item:hover .mainNav__itemLink:before, .mainNav__item:hover .mainNav__itemLink:after {
  transform: translateY(-100%);
}

.mainNav__item.mainNav__item--featured .mainNav__itemLink:before {
  color: #004986;
}

.mainNav:hover .mainNav__itemLink:before {
  color: #939393;
}

.mainNav__itemLink:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #004986;
}

.mainNav__itemSubmenu {
  position: absolute;
  top: calc(100% + 5px);
  left: -25px;
  right: -25px;
  background-color: #003360;
  border-radius: 5px;
  box-shadow: 0 30px 30px rgba(0, 73, 134, 0.27);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: transform .3s, opacity .5s, visibility .3s;
}

.mainNav__itemSubmenu:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ffffff;
}

.header.header--sticky .mainNav__itemSubmenu:before {
  display: none;
}

.mainNav__item:hover .mainNav__itemSubmenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mainNav__itemSubmenuArrow {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 15px 10.5px;
  border-color: transparent transparent #003360 transparent;
}

.mainNav__itemSubmenuColumns {
  padding: 43px 60px;
  overflow: hidden;
}

.mainNav__itemSubmenuColumn {
  float: left;
  margin-left: 153px;
}

.mainNav__itemSubmenuColumn:first-child {
  margin-left: 0;
}

.mainNav__itemSubmenuItem {
  padding: 7px 0;
}

.mainNav__itemSubmenuItemLink {
  position: relative;
  display: block;
  font-size: 0;
  overflow: hidden;
}

.mainNav__itemSubmenuItemLink:before, .mainNav__itemSubmenuItemLink:after {
  display: block;
  content: attr(data-text);
  font-size: 15px;
  line-height: 2.1;
  color: #ffffff;
  transition: transform .3s;
}

.mainNav__itemSubmenuItemLink:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mainNav__itemSubmenuItemLink:after {
  font-weight: 700;
  transform: translateY(100%);
}

.mainNav__itemSubmenuItemLink:hover:before {
  transform: translateY(-100%);
}

.mainNav__itemSubmenuItemLink:hover:after {
  transform: translateY(0);
}

#menu-item-11, #menu-item-12 {
  display: none;
}

@media all and (max-width: 800px) {
  .container .header__menuButtonWrapper, #menu-item-10 {
    display: none;
  }
  #menu-item-11, #menu-item-12 {
    display: inline;
  }
}

@media all and (max-width: 740px) {
  #menu-item-7 {
    display: none;
  }
}

@media all and (max-width: 650px) {
  #menu-item-3 {
    display: none;
  }
}

@media all and (max-width: 540px) {
  #menu-item-4 {
    display: none;
  }
}

@media all and (max-width: 495px) {
  #menu-item-2 {
    display: none;
  }
}

@media all and (max-width: 450px) {
  #menu-item-1 {
    display: none;
  }
}

@media all and (max-width: 480px) {
  #mobile-menu-item-4 {
    display: none;
  }
  #mainContainer #menu-normal-page #mobile-menu-item-4 {
    display: none;
  }
}

@media all and (max-width: 380px) {
  #mobile-menu-item-3 {
    display: none;
  }
  #mainContainer #menu-normal-page #mobile-menu-item-3 {
    display: none;
  }
}

@media all and (max-width: 315px) {
  #mobile-menu-item-2 {
    display: none;
  }
  #mainContainer #menu-normal-page #mobile-menu-item-2 {
    display: none;
  }
}

@media all and (max-width: 260px) {
  #mobile-menu-item-1 {
    display: none;
  }
  #mainContainer #menu-normal-page #mobile-menu-item-1 {
    display: none;
  }
}

html[data-scroll='0'] #mainContainer .mainNav__item--mobile {
  display: inline;
}

#menu-normal-page .np-desktop {
  display: inline;
}

#menu-normal-page .np-mobile {
  display: none;
}

@media all and (max-width: 999px) {
  #mainContainer .np-button-desktop {
    display: none;
  }
  html[data-scroll='0'] #mainContainer #main-menu .np-button-desktop {
    display: block;
    margin-left: 20px;
  }
}

@media all and (max-width: 799px) {
  #mainContainer #menu-normal-page .np-desktop {
    display: none;
  }
  #mainContainer #main-menu #np-button-desktop {
    display: none;
  }
  #mainContainer #menu-normal-page .np-mobile {
    display: inline;
  }
  html[data-scroll='0'] #mainContainer #main-menu #menu-normal-page .np-mobile {
    display: inline;
  }
}

.postSidebar {
  margin-top: 80px;
}

.postSidebar__promotion, .postSidebar__promotion-2 {
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  background: #f4bc16;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.postSidebar__promotion {
  margin: 0 auto;
}

.postSidebar__promotion-2 {
  display: none;
  margin-bottom: 10px;
}

.postSidebar__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.postSidebar__actionsContainer {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.postSidebar__actionBox {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
}

.postSidebar__actionBox::before, .postSidebar__actionBox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  z-index: -1;
}

.postSidebar__actionBox:after {
  transition: transform .3s;
}

.postSidebar__actionBox:hover:after {
  transform: translateY(100%);
}

.postSidebar__actionBox--darkBlue {
  border: 1px solid #0070ce;
  color: #0070ce;
}

.postSidebar__actionBox--darkBlue:hover {
  color: #ffffff;
}

.postSidebar__actionBox--darkBlue::before {
  background: #0070ce;
}

.postSidebar__actionBox--darkBlue::after {
  background: #ffffff;
}

.postSidebar__actionBox--lightBlue {
  border: 1px solid #1d95fa;
  color: #1d95fa;
}

.postSidebar__actionBox--lightBlue:hover {
  color: #ffffff;
}

.postSidebar__actionBox--lightBlue::before {
  background: #1d95fa;
}

.postSidebar__actionBox--lightBlue::after {
  background: #ffffff;
}

.postSidebar__actionBox--facebook {
  border: 1px solid #4267B2;
  color: #ffffff;
}

.postSidebar__actionBox--facebook:hover {
  color: #4267B2;
}

.postSidebar__actionBox--facebook::before {
  background: #ffffff;
}

.postSidebar__actionBox--facebook::after {
  background: #4267B2;
}

.postSidebar__actionBoxIcon {
  font-size: 19px;
}

.postSidebar__errorButton {
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 34px;
  line-height: 34px;
  display: block;
  margin: 42px auto 0;
  padding: 0 21px 0 7px;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: .3s transform;
}

.postSidebar__errorButton:before, .postSidebar__errorButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.postSidebar__errorButton:before {
  background-color: #ededed;
  z-index: -1;
  transition: transform .3s;
}

.postSidebar__errorButton:after {
  border: 2px solid #ededed;
}

.postSidebar__errorButton:hover:before {
  transform: translateY(100%);
}

.postSidebar__errorButtonIcon {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #f3b335;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  margin-right: 13px;
}

.postSidebar__errorButtonIcon::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.postSidebar__sendPhotoButton {
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 10px auto 0;
  padding: 0 10px 0 7px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  line-height: 34px;
  transition: .3s ease-in-out opacity;
}

.postSidebar__sendPhotoButton:before, .postSidebar__sendPhotoButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.postSidebar__sendPhotoButton:before {
  background-color: #0070ce;
  z-index: -1;
  transition: transform .3s;
}

.postSidebar__sendPhotoButton:after {
  border: 2px solid #0070ce;
}

.postSidebar__sendPhotoButton:hover {
  color: #0070ce;
}

.postSidebar__sendPhotoButton:hover:before {
  transform: translateY(100%);
}

.postSidebar__sendPhotoButtonIcon {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}

.postSidebar__sendPhotoButtonIcon::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (max-width: 970px) {
  .container .postSidebar__errorButton {
    width: 120px;
    padding: 0 7px;
  }
  .container .postSidebar__errorButtonIcon {
    margin-right: 2px;
  }
  .container .postSidebar__sendPhotoButton {
    width: 120px;
    padding: 0 7px;
  }
  .container .postSidebar__sendPhotoButtonIcon {
    margin-right: 2px;
  }
}

@media all and (max-width: 860px) {
  .container .postSidebar__errorButton {
    width: 105px;
    padding: 0 7px;
  }
  .container .postSidebar__errorButtonIcon {
    margin-right: 2px;
  }
  .container .postSidebar__sendPhotoButton {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .container .postSidebar__promotion-2 {
    display: block;
  }
  .container .post__facebookButtons {
    display: block;
  }
}

.stickyBanner {
  display: block;
  position: fixed;
  top: 88px;
  left: 0;
  z-index: 1000;
}

@media (max-width: 1280px) {
  .stickyBanner {
    display: none;
  }
}

.stickyBanner__image {
  width: 150px;
  height: auto;
}

@media all and (max-width: 1400px) {
  #adsys-19 {
    display: none;
  }
}

.mobileNewsList__container {
  clear: both;
}

.mobileNewsList__photo {
  float: left;
  margin-top: 23px;
  width: 119px;
  height: 84px !important;
}

.mobileNewsList__right {
  float: right;
  width: calc(100% - 139px);
  margin-left: 20px;
  margin-top: 15px;
}

.mobileNewsList__title {
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  transition: opacity .3s;
  margin-bottom: 3px;
}

.mobileNewsList__title:hover {
  opacity: .5;
}

.mobileFilms__container {
  margin-left: 4%;
  margin-top: 20px;
}

.mobileFilms__film {
  display: inline-block;
  vertical-align: top;
  max-width: 128px;
  width: 29%;
  margin-right: 3%;
  margin-bottom: 10px;
}

.mobileFilms__filmPhoto {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.mobileFilms__filmTitle {
  font-size: 12px;
  font-weight: bold;
  color: #004276;
}

.mobile .hotNot__image {
  width: calc(100% - 32px);
}

.mobile .hotNot__vote--no {
  left: calc(100% - 27px);
}

.mobile .hotNot__vote--yes {
  right: calc(100% - 27px);
}

.mobile .weatherList {
  padding: 0;
}

.article {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding-bottom: 6px;
  font-size: 14px;
}

.article h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "'Noto Serif', serif";
}

.article h3, .article h4, .article p, .article ol, .article ul {
  font-size: 14px;
  line-height: 20px;
  margin: 14px 0;
  text-align: justify;
}

.article ul {
  list-style-type: disc;
  padding-left: 30px;
}

.article ul li {
  margin-bottom: 14px;
}

.article ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.article ol li {
  margin-bottom: 14px;
}

.article a {
  color: #004986;
  text-decoration: underline;
}

#offer .goat {
  margin-left: 200px;
}

#offer .goatText {
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 40px;
}

#offer .tableTitle {
  background-color: #feb822;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  margin: 0 0.4%;
  display: none;
  text-align: center;
}

#offer .w762 {
  width: 100%;
  max-width: 762px;
}

#offer .m104 {
  margin-left: 169px;
}

#offer .m103 {
  margin-left: 168px;
}

#offer .mb100 {
  margin-bottom: 100px;
}

#offer .m148 {
  width: 100%;
  max-width: 804px;
  height: auto;
  margin-left: 148px;
}

.patronate {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding-bottom: 26px;
  font-size: 14px;
}

.forum__news {
  float: right;
  width: 292px;
}

.forum__comment {
  float: left;
  width: calc(100% - 312px);
}

@media all and (max-width: 1170px) {
  .grid-right .article {
    width: 96%;
    padding: 0 2% 6px 2%;
  }
  .grid-right .patronate {
    width: 96%;
    padding: 0 2% 26px 2%;
  }
}

@media all and (max-width: 1099px) {
  .grid-right #offer .goat {
    margin-left: 0;
  }
  .grid-right #offer .goatText {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .grid-right #offer .m104, .grid-right #offer .m148 {
    margin-left: 0;
  }
  .grid-right #offer .m103 {
    margin-left: 0;
    margin-top: 10px;
  }
  .grid-right #offer .mb100 {
    margin-bottom: 36px;
  }
  .grid-right #offer .tableTitle {
    display: block;
  }
}

@media all and (max-width: 1021px) {
  #newBillboard {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .grid-right .patronate .eventsList__itemInner {
    padding: 16px;
  }
  .grid-right .patronate .eventsList__itemContent {
    padding-left: 16px;
  }
  .grid-right .patronate .eventsList__itemInfos {
    margin-top: 0;
  }
  .grid-right .patronate .icon-location {
    margin-right: 20px;
    margin-top: 6px;
  }
  .grid-right .patronate .icon-time {
    margin-left: 0;
    margin-top: 6px;
  }
  .fb-post, .fb-post span, .fb-post span iframe {
    max-width: calc(100%);
  }
}

@media all and (max-width: 699px) {
  .forum__news {
    display: none;
  }
  #sportContainer .forum__comment {
    width: 100%;
  }
}

.bannerBox {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  min-height: 250px;
}

.bannerBox__link {
  display: inline-block;
  margin: 20px 0;
  font-size: 0;
}

.bannerBox__itemImage {
  max-width: 100%;
  height: auto;
}

.bannerBox__mob {
  margin: 10px auto;
  display: none;
}

@media all and (max-width: 972px) {
  .container .bannerBox {
    display: none;
  }
  .container .bannerBox__mob {
    display: block;
  }
  .container .bannerBox__mob table {
    margin: 0 auto;
  }
}

.blogWeather {
  padding: 15px 0 25px 0;
  /* ---
    Blog
  --- */
}

.blogWeather__inner {
  display: flex;
  margin: 0 -10px;
}

.blogWeather__blog {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.blogWeather__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.blogWeather__posts {
  margin-top: 15px;
  height: calc(100% - 52px);
  padding-left: 31px;
  border: 1px solid #e3e3e3;
  width: 354px;
}

.blogWeather__post {
  border-top: 1px solid #e3e3e3;
}

.blogWeather__post:first-child {
  border-top: 0;
}

.blogWeather__postInner {
  display: block;
  padding: 26px 30px 18px 0;
}

.blogWeather__postDate {
  font-size: 11px;
  line-height: 1.82;
  color: #969696;
}

.blogWeather__postTitle {
  margin-top: 2px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.42;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity .3s;
}

.blogWeather__postInner:hover .blogWeather__postTitle {
  opacity: .5;
}

.blogWeather__postAuthor {
  margin-top: 8px;
  overflow: hidden;
}

.blogWeather__postAuthorImage {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.blogWeather__postAuthorText {
  float: left;
  margin-left: 13px;
  font-size: 11px;
  line-height: 30px;
  color: #969696;
}

.boxesList {
  padding: 25px 0;
}

.boxesList__items {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
}

.boxesList__items--single {
  padding: 0;
}

.boxesList__item {
  display: block !important;
}

.boxesList__itemImage {
  display: block;
  max-width: 100%;
  height: auto;
}

.cinemaList {
  padding: 25px 0;
  /* ---
    Header
  --- */
  /* ---
    Items
  --- */
}

.cinemaList__inner {
  padding: 32px;
  background-color: #f7f7f7;
}

.cinemaList__header:before, .cinemaList__header:after {
  content: '';
  display: block;
  clear: both;
}

.cinemaList__title {
  float: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}

.cinemaList__link {
  float: right;
  position: relative;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #8b8b8b;
  cursor: pointer;
  transition: opacity .3s;
}

.cinemaList__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 8px;
  line-height: 1;
  color: #9a9494;
}

.cinemaList__link:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cinemaList__link:hover {
  opacity: .5;
}

.cinemaList__items {
  margin: 16px -13px 0 -13px;
  overflow: hidden;
}

.cinemaList__item {
  float: left;
  width: 20%;
  padding: 0 13px;
}

.cinemaList__itemLink {
  position: relative;
  display: block;
  width: 100%;
  height: 163px;
  overflow: hidden;
}

.cinemaList__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .3s;
}

.cinemaList__itemImage:hover {
  transform: scale(1.2);
}

.comments {
  margin-top: 40px;
}

.comments__header {
  justify-content: space-between;
}

.comments__headerTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  float: left;
  margin-bottom: 10px;
}

.comments__paginationItem, .comments__paginationArrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 31px;
  height: 31px;
  border: 1px solid #ededed;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  transition: 0.3s ease all;
  vertical-align: middle;
}

.comments__paginationItem:hover, .comments__paginationItem--active, .comments__paginationArrow:hover, .comments__paginationArrow--active {
  background-color: #004986;
  border-color: #004986;
  color: #ffffff;
}

.comments__paginationArrow {
  font-size: 13px;
}

.comments__paginationArrow--left::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comments__paginationArrow--right::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comments__container {
  clear: both;
  margin-top: 27px;
}

.comments__item {
  margin-top: 29px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
}

.comments__item:first-child {
  margin-top: 0;
}

.comments__item:last-child {
  border-bottom: none;
}

.comments__item > .comments__list {
  display: block;
  margin-top: 24px;
  padding-left: 72px;
}

.comments__item > .comments__list > li {
  margin-top: 0;
  border: none;
}

.comments__item.comments__item--collapsed > .comments__list {
  display: none;
}

.comments__itemWrapper {
  display: flex;
}

.comments__avatar {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
  background-size: cover;
}

.comments__avatar {
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
  object-fit: cover;
}

.comments__content {
  display: block;
  width: 100%;
}

.comments__author {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

.comments__date {
  display: inline-block;
  font-size: 12px;
  color: #969696;
  margin-top: 2px;
  margin-left: 18px;
}

.comments__text {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.comments__spam {
  color: #fff;
  padding: 2px 4px;
  background-color: #fe9c12;
}

.comments__buried {
  color: #fff;
  padding: 2px 4px;
  background-color: #ccc;
}

.comments__popularMore {
  cursor: pointer;
  font-weight: bold;
  color: #004986;
}

.comments__bottom {
  display: flex;
  margin-top: 12px;
}

.comments__likes--disabled {
  pointer-events: none;
}

.comments__like {
  float: left;
  margin-left: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #707070;
  overflow: hidden;
  transition: opacity .3s;
}

.comments__likes.comments__likes--disabled .comments__like {
  opacity: .25;
}

.comments__likes.comments__likes--disabled .comments__like--active {
  opacity: 1;
  color: #004986;
}

.comments__like:first-child {
  margin-left: 0;
}

.comments__like:before {
  float: left;
  margin-right: 9px;
  font-size: 22px;
  line-height: 1;
}

.comments__like:hover {
  opacity: .5;
}

.comments__like--up:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comments__like--down:before {
  margin-top: -4px;
}

.comments__like--down:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comments__actions {
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.comments__responses {
  color: #707070;
}

.comments__responses:hover {
  text-decoration: underline;
}

.comments__responses::before {
  display: inline-block;
  font-size: 6px;
  vertical-align: middle;
  margin-top: -3px;
  transform: rotate(180deg);
}

.comments__responses::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comments__responses--inactive::before {
  transform: rotate(0deg);
}

.comments__separator::before {
  content: '|';
  color: #c3c3c3;
  margin: 0 6px;
}

.comments__reply {
  color: #c3c3c3;
}

.comments__reply:hover {
  text-decoration: underline;
}

.comments__delete {
  color: #fff;
  background-color: #fe9c12;
  padding: 3px 6px;
}

.comments__delete:hover {
  text-decoration: underline;
}

.comments__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

#sportContainer .comments__like:hover {
  opacity: 1;
  cursor: default;
}

#pagination-up {
  float: right;
}

@media all and (max-width: 430px) {
  .container .comments__list .comments__list .comments__bottom {
    display: block;
  }
  .container .comments__list .comments__list .comments__likes {
    float: left;
  }
  .container .comments__list .comments__list .comments__actions {
    float: right;
    clear: left;
    margin-top: 5px;
  }
}

@media all and (max-width: 370px) {
  .container .comments__list .comments__bottom {
    display: block;
  }
  .container .comments__list .comments__likes {
    float: left;
  }
  .container .comments__list .comments__actions {
    float: right;
    clear: left;
    margin-top: 5px;
  }
}

.commentsForm {
  margin-top: 20px;
  margin-bottom: 50px;
  border: 1px solid #e3e3e3;
  padding: 24px;
}

.commentsForm__header {
  display: flex;
  justify-content: space-between;
}

.commentsForm__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.commentsForm__login {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.commentsForm__login::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.commentsForm__answerTitle {
  margin-top: 20px;
  color: #999;
}

.commentsForm__answerText {
  margin-top: 6px;
  color: #999;
}

.commentsForm__form {
  margin-top: 32px;
}

.commentsForm__input {
  width: 316px;
  height: 40px;
  padding: 10px 14px;
  border-radius: 3px;
  background-color: #f4f5f7;
}

.commentsForm__textarea {
  width: 100%;
  height: 170px;
  padding: 7px 14px;
  border-radius: 3px;
  background-color: #f4f5f7;
  resize: none;
  margin-top: 20px;
}

.commentsForm__hint {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #b7b7b7;
}

.commentsForm__notice {
  margin-top: 20px;
  color: #707070;
  font-size: 14px;
}

.commentsForm__footer {
  display: flex;
}

.commentsForm__button {
  position: relative;
  overflow: hidden;
  width: 154px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}

.commentsForm__button:before, .commentsForm__button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.commentsForm__button:before {
  background-color: #004986;
  z-index: -1;
  transition: transform .3s;
}

.commentsForm__button:after {
  border: 2px solid #004986;
}

.commentsForm__button:hover {
  color: #004986;
}

.commentsForm__button:hover:before {
  transform: translateY(100%);
}

#newsSearchForm__button {
  margin-left: 10px;
}

@media all and (max-width: 550px) {
  .container .commentsForm__button {
    margin-left: 0;
  }
}

@media all and (max-width: 540px) {
  .container #newsSearchForm__input {
    width: 63%;
    padding: 2% 3%;
  }
  .container #newsSearchForm__button {
    margin-left: 2%;
    width: 32%;
  }
}

.commentsList {
  padding: 25px 0;
}

.commentsList__inner {
  padding: 30px 30px 37px 30px;
  background-color: #e9eef2;
}

.commentsList__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
  color: #004986;
  display: inline;
}

.commentsList__items {
  margin: 16px -30px 0 -30px;
  overflow: hidden;
}

.commentsList__item {
  float: left;
  width: 33.33333%;
  padding: 0 30px;
}

.commentsList__itemTitle {
  font-family: "'Noto Serif', serif";
  font-size: 15px;
  line-height: 1.34;
  font-style: italic;
}

.commentsList__itemAuthor {
  margin-top: 24px;
  overflow: hidden;
}

.commentsList__itemAuthorImage {
  float: left;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}

.commentsList__itemAuthorText {
  float: left;
  margin-left: 12px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commentsList__itemLine {
  position: relative;
  width: 100%;
  height: 13px;
  margin-top: 12px;
  overflow: hidden;
}

.commentsList__itemLine:before, .commentsList__itemLine:after {
  content: '';
  position: absolute;
  top: 0;
  left: 43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 12px;
  border-color: transparent transparent transparent #c3c3c3;
}

.commentsList__itemLine:after {
  top: 2px;
  left: 44px;
  border-left-color: #e9eef2;
}

.commentsList__itemLineInner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
}

.commentsList__itemDate {
  margin-top: 13px;
  font-size: 11px;
  line-height: 1.64;
  color: #606060;
}

.commentsList__itemDesc {
  margin-top: 2px;
  font-size: 15px;
  line-height: 22px;
  color: #434343;
}

.commentsList__itemButtons {
  margin-top: 24px;
  overflow: hidden;
}

.commentsList__itemButtons--disabled {
  pointer-events: none;
}

.commentsList__itemButton {
  float: left;
  margin-left: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #004986;
  overflow: hidden;
  transition: opacity .3s;
}

.commentsList__itemButtons.commentsList__itemButtons--disabled .commentsList__itemButton {
  opacity: .25;
}

.commentsList__itemButtons.commentsList__itemButtons--disabled .commentsList__itemButton--active {
  opacity: 1;
}

.commentsList__itemButton:first-child {
  margin-left: 0;
}

.commentsList__itemButton:before {
  float: left;
  margin-right: 9px;
  font-size: 22px;
  line-height: 1;
}

.commentsList__itemButton:hover {
  opacity: .5;
}

.commentsList__itemButton--up:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.commentsList__itemButton--down:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.commentsList__paginationItem, .commentsList__paginationArrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 31px;
  height: 31px;
  border: 1px solid #ededed;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  transition: 0.3s ease all;
  vertical-align: middle;
}

.commentsList__paginationItem:hover, .commentsList__paginationItem--active, .commentsList__paginationArrow:hover, .commentsList__paginationArrow--active {
  background-color: #004986;
  border-color: #004986;
  color: #ffffff;
}

.commentsList__paginationArrow {
  font-size: 13px;
}

.commentsList__paginationArrow--left::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.commentsList__paginationArrow--right::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container .commentsList__pagination {
  float: right;
}

#pagination-1 {
  display: block;
}

@media all and (min-width: 701px) {
  #popular-comment-1, #popular-comment-2, #popular-comment-3 {
    display: block;
  }
  #popular-comment-4, #popular-comment-5, #popular-comment-6, #popular-comment-7 {
    display: none;
  }
}

@media all and (max-width: 700px) {
  #popular-comment-1 {
    width: 50%;
  }
  #popular-comment-2 {
    width: 50%;
  }
  #popular-comment-3, #popular-comment-4, #popular-comment-5, #popular-comment-6, #popular-comment-7 {
    display: none;
    width: 50%;
  }
}

@media all and (max-width: 500px) {
  #popular-comment-1 {
    width: 100%;
  }
  #popular-comment-2, #popular-comment-3, #popular-comment-4, #popular-comment-5, #popular-comment-6, #popular-comment-7 {
    display: none;
    width: 100%;
  }
}

.contestBanner {
  padding: 25px 0;
}

.contestBanner__outer {
  background-image: linear-gradient(180deg, #3d4a5f 0%, #2c374b 100%);
}

.contestBanner__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 60px 44px 80px;
}

.contestBanner__imageWrapper {
  display: flex;
  align-items: center;
}

.contestBanner__image {
  width: 100%;
  height: auto;
}

.contestBanner__content {
  flex: 1;
  margin-left: 80px;
  padding-bottom: 6px;
}

.contestBanner__contentTitle {
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 26px;
  line-height: 1.24;
  color: #ffffff;
}

.contestBanner__contentTitle strong {
  display: block;
  font-weight: 700;
  color: #f3b335;
}

.contestBanner__contentDesc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.58;
  color: #898989;
}

.contestBanner__contentButton {
  margin-top: 19px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #f3b335;
  border: 2px solid #f3b335;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
}

.contestBanner__contentButton:hover {
  color: #f3b335;
  background-color: transparent;
}

.datingStats {
  padding: 25px 0;
  /* ---
    Stats
  --- */
  /* ---
    Register
  --- */
}

.datingStats__box {
  display: flex;
  flex-wrap: wrap;
}

.datingStats__stats {
  padding: 10px 48px 10px 34px;
  border: 1px solid #e0e0e0;
}

.datingStats__stat {
  padding: 55px 0 55px 45px;
  border-top: 1px solid #e3e3e3;
}

.datingStats__stat:first-child {
  border-top: 0;
}

.datingStats__statValue {
  position: relative;
  font-family: "'Noto Serif', serif";
  font-size: 40px;
  line-height: 1.025;
  color: #004986;
}

.datingStats__statValue:before {
  position: absolute;
  top: 0;
  left: -45px;
  color: #1d95fa;
  font-size: 28px;
  line-height: 1.46;
}

.datingStats__statTitle {
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #838383;
}

.datingStats__register {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 57px 0 51px 0;
  text-align: center;
  background-color: #003560;
  overflow: hidden;
}

.datingStats__register:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 613px;
  height: 559px;
  background-image: url(../img/heart-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  opacity: .15;
}

.datingStats__registerImage {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.datingStats__buttons {
  position: relative;
  display: inline-block;
  margin-top: 37px;
  overflow: hidden;
}

.datingStats__button {
  position: relative;
  width: 150px;
  font-family: "'Noto Serif', serif";
  font-size: 17px;
  line-height: 1.47;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.datingStats__button:before {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto 28px auto;
  font-size: 41px;
  color: #1d95fa;
  line-height: 77px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 4px solid #ffffff;
  transition: border-color .3s;
}

.datingStats__button:hover:before, .datingStats__button--active:before {
  border-color: #1d95fa;
}

.datingStats__submit {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #1d95fa;
  border: 2px solid #1d95fa;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.datingStats__submit:hover {
  color: #1d95fa;
  background-color: transparent;
}

.eventsLatest {
  /* ---
    Header
  --- */
}

.eventsLatest__inner {
  padding: 15px 0 25px 0;
}

.eventsLatest__header:before, .eventsLatest__header:after {
  content: '';
  display: block;
  clear: both;
}

.eventsLatest__title {
  float: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}

.eventsLatest__link {
  float: right;
  position: relative;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.43;
  color: #8b8b8b;
  cursor: pointer;
  transition: opacity .3s;
}

.eventsLatest__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 8px;
  line-height: 1;
  color: #9a9494;
}

.eventsLatest__link:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventsLatest__link:hover {
  opacity: .5;
}

.eventsLatest__items {
  margin: 16px -27px 0 -27px;
  overflow: hidden;
}

.eventsLatest__item {
  float: left;
  width: 33.33333%;
  padding: 0 27px;
}

.eventsLatest__itemLink {
  display: block;
}

.eventsLatest__itemImage {
  width: 100%;
  height: 175px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eventsLatest__itemTitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.18;
  transition: opacity .3s;
}

.eventsLatest__itemLink:hover .eventsLatest__itemTitle {
  opacity: .5;
}

.eventsLatest__itemDate {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
}

.eventsLatest__itemDate:before {
  float: left;
  margin-right: 9px;
  font-size: 16px;
  line-height: 1;
  color: #afafaf;
}

.eventsLatest__itemDate:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventsList {
  /* ---
    Header
  --- */
  /* ---
    Items
  --- */
}

.eventsList__inner {
  padding: 15px 0 25px 0;
}

.eventsList__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.eventsList__wrapper {
  margin-top: 10px;
  border: 1px solid #ededed;
}

.eventsList__header {
  padding: 0 32px;
}

.eventsList__header:before, .eventsList__header:after {
  content: '';
  display: block;
  clear: both;
}

.eventsList__buttons {
  float: left;
}

.eventsList__buttons:before, .eventsList__buttons:after {
  content: '';
  display: block;
  clear: both;
}

.eventsList__button {
  float: left;
  position: relative;
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.15;
  cursor: pointer;
}

.eventsList__button:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #f3b335;
  transition: width .3s;
}

.eventsList__button:hover:before, .eventsList__button--active:before {
  width: calc(100% - 30px);
}

.eventsList__link {
  float: right;
  position: relative;
  padding: 15px;
  font-size: 14px;
  line-height: 2.15;
  color: #8b8b8b;
  cursor: pointer;
  transition: opacity .3s;
}

.eventsList__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 8px;
  line-height: 1;
  color: #9a9494;
}

.eventsList__link:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventsList__link:hover {
  opacity: .5;
}

.eventsList__item {
  border-top: 1px solid #ededed;
}

.eventsList__item--active {
  display: block;
}

.eventsList__itemInner {
  position: relative;
  display: flex;
  padding: 16px 32px;
  transition: background-color .3s;
}

.eventsList__itemInner:hover {
  background-color: #e9eef2;
}

.eventsList__itemImage {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #e9eef2;
  border: 1px solid #ffffff;
  border-radius: 100px;
}

.eventsList__itemImageIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
  max-height: 60px;
}

.eventsList__itemContent {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 30px;
}

.eventsList__itemContentInner {
  position: relative;
}

.eventsList__itemCategory {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
  color: #797979;
  text-transform: uppercase;
}

.eventsList__itemTitle {
  margin-top: 6px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.42;
}

.eventsList__itemTitle a {
  display: inline-block;
  transition: opacity .3s;
}

.eventsList__itemTitle a:hover {
  opacity: .5;
}

.eventsList__itemInfos {
  margin-top: 6px;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}

.eventsList__itemInfo {
  float: left;
  margin-left: 40px;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
}

.eventsList__itemInfo:first-child {
  margin-left: 0;
}

.eventsList__itemInfo:before {
  float: left;
  margin-right: 9px;
  font-size: 16px;
  line-height: 1;
  color: #afafaf;
  transition: color .3s;
}

.eventsList__itemInner:hover .eventsList__itemInfo:before {
  color: #f3b335;
}

.eventsList__itemButtonWrapper {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.eventsList__itemButton {
  display: inline-block;
  padding: 0 13px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #004986;
  border: 2px solid #004986;
  border-radius: 4px;
  transition: background-color .3s, color .3s;
}

.eventsList__itemButton:hover {
  color: #004986;
  background-color: transparent;
}

.eventsList__itemButton:before {
  float: left;
  margin-right: 7px;
  font-size: 16px;
}

.eventsList__itemButton:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventsList__itemPin {
  position: absolute;
  top: 25px;
  right: 88px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
  color: #797979;
  z-index: 10;
}

.eventsList__itemPin:before {
  position: absolute;
  top: -25px;
  left: calc(100% + 20px);
  font-size: 46px;
  line-height: 1;
  color: #f3b335;
}

.eventsList__itemPin:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventsList__itemPin:after {
  position: absolute;
  top: -12px;
  left: calc(100% + 25px);
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
}

.eventsList__itemPin:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eventsList__itemPin2 {
  position: absolute;
  top: 25px;
  right: 88px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
  color: #797979;
  z-index: 10;
}

.eventsList__itemPin2__img {
  position: absolute;
  top: -25px;
  left: calc(100% + 20px);
  background-image: url(../img/bestseller.png);
  width: 35px;
  height: 46px;
}

#cultureOne a:not(.eventsList__itemButton):not(.lossList__button) {
  color: #004986;
  text-decoration: underline;
}

#cultureOne table tr td {
  text-align: center;
  border: solid 6px #ffffff;
}

#cultureOne table {
  margin: 44px 0;
}

#cultureOne .eventsList__itemInfo:before {
  float: none;
  position: relative;
  top: 2px;
}

#cultureOne .eventsList__itemInfo {
  float: none;
  display: inline;
}

#daysCalendar .lossList__button {
  color: #004986;
  background-color: #ffffff;
}

#daysCalendar .lossList__button:hover {
  background-color: #004986;
  color: #ffffff;
}

@media all and (max-width: 1170px) {
  #culture_film_7 {
    display: none;
  }
}

.fbBox {
  margin-top: 50px;
  text-align: center;
}

.featuredVideo {
  margin-top: 24px;
}

.featuredVideo__header {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.featuredVideo__container {
  margin-top: 14px;
  max-width: 410px;
  height: 300px;
}

.featuredVideo__tags {
  padding: 4px 3px;
}

.featuredVideo__tag {
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
  margin-right: 14px;
  font-weight: 700;
}

.featuredVideo__tag:hover {
  text-decoration: underline;
}

.featuredVideo__tag:last-child {
  margin-right: 0;
}

.gallery {
  margin-top: 50px;
}

.gallery__header {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.gallery__container::after {
  content: '';
  display: table;
  clear: both;
}

.gallery__container img {
  margin-top: 13px;
  max-width: 100%;
  display: block;
  clear: both;
  margin-bottom: 4px;
}

.gallery__button {
  display: inline-block;
  margin-top: 18px;
  padding: 0 25px;
  height: 40px;
  border-radius: 4px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.gallery__button:before, .gallery__button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.gallery__button:before {
  background-color: #004986;
  z-index: -1;
  transition: transform .3s;
}

.gallery__button:after {
  border: 2px solid #004986;
}

.gallery__button:hover {
  color: #004986;
}

.gallery__button:hover:before {
  transform: translateY(100%);
}

.gallery__row {
  float: left;
  display: flex;
  width: 100%;
  height: 174px;
  margin-top: 7px;
}

.gallery__row a {
  width: 100%;
  height: 174px;
  margin-right: 9px;
}

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

.gallery__row img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.gallery__seeMore {
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 13px 17px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease-in-out opacity;
}

.gallery__seeMore::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.gallery__seeMore:hover {
  opacity: 0.7;
}

.gallery__seeMoreText {
  z-index: 2;
}

.gallery__imageContainer {
  display: block;
  max-width: 100%;
}

.gallery__imageDescription {
  width: 100%;
  display: block;
  clear: both;
  caption-side: bottom;
  font-size: 12px;
  color: #707070;
}

.gallery__masonryItem {
  position: relative;
  display: flex;
}

.gallery__masonryItem img {
  float: none;
}

.gallery__masonryItemDescription {
  opacity: 0;
  padding: 4px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: 0.3s opacity;
}

.gallery__masonryItem:hover .gallery__masonryItemDescription {
  opacity: 1;
}

div#news-error-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

/* news lightbox */
div#news-gallery-overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}

div#news-gallery-dialog {
  display: none;
  position: fixed;
  top: 15%;
  width: 376px;
  height: 624px;
  background-color: #ffffff;
  z-index: 3;
}

div#news-gallery-dialog-img {
  padding: 10px;
  width: 356px;
  height: 574px;
}

div#news-gallery-dialog-bottom {
  clear: both;
  margin-right: 10px;
  width: 366px;
  height: 40px;
}

div#news-gallery-dialog-bottom img {
  float: right;
}

div#news-gallery-dialog-bottom-label {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}

div#news-gallery-arrows-container {
  z-index: 4;
  display: none;
  position: fixed;
  top: 15%;
  width: 376px;
  height: 624px;
}

div#news-gallery-arrows-left {
  float: left;
  margin-top: 60px;
  width: 63px;
  height: 32px;
  background-image: url("../img/prevlabel.gif");
  display: none;
}

div#news-gallery-arrows-right {
  float: right;
  margin-top: 60px;
  width: 63px;
  height: 32px;
  background-image: url("../img/nextlabel.gif");
  display: none;
}

div#news-gallery-arrows-overlay-container {
  z-index: 5;
  display: none;
  position: fixed;
  top: 15%;
  width: 376px;
  height: 624px;
}

div#news-gallery-arrows-overlay-left {
  float: left;
  width: 176px;
  height: 624px;
  display: none;
}

div#news-gallery-arrows-overlay-right {
  float: right;
  width: 176px;
  height: 624px;
  display: none;
}

.gallery-mobile {
  display: none;
}

#main-photo {
  width: 100%;
  height: auto;
}

@media all and (max-width: 800px) {
  .container .gallery {
    display: none;
  }
  .container .gallery-mobile {
    display: block;
  }
}

.haventRead {
  margin-top: 50px;
}

.haventRead__header {
  padding: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

.haventRead__item {
  margin-top: 30px;
}

.haventRead__content {
  font-family: "'Noto Serif', serif";
  font-size: 15px;
  line-height: 26px;
  transition: opacity .3s;
}

.haventRead__content:hover {
  opacity: .5;
}

.haventRead__imageContainer {
  margin-top: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 118px;
}

.haventRead__imageInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1.4s;
}

.haventRead__imageInner:hover {
  transform: scale(1.1);
}

.haventRead__date {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #707070;
}

.hotNot {
  padding: 25px 0;
  /* ---
    Header
  --- */
  /* ---
    Wrapper
  --- */
}

.hotNot__inner {
  padding: 35px 32px 70px 32px;
  background-color: #003560;
}

.hotNot__header {
  overflow: hidden;
}

.hotNot__title {
  float: left;
  font-weight: 500;
  font-size: 27px;
  line-height: 40px;
  color: #ffffff;
}

.hotNot__button {
  float: right;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #0070ce;
  border: 2px solid #0070ce;
  border-radius: 4px;
  transition: border-color .3s, background-color .3s;
  cursor: pointer;
}

.hotNot__button:before {
  float: left;
  margin-right: 15px;
  font-size: 17px;
}

.hotNot__button:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hotNot__button:hover {
  border-color: #ffffff;
  background-color: transparent;
}

.hotNot__wrapper {
  margin-top: 56px;
  font-size: 0;
  text-align: center;
}

.hotNot__content {
  display: inline-block;
}

.hotNot__image {
  position: relative;
  width: 278px;
  height: 298px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hotNot__vote {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hotNot__wrapper.hotNot__wrapper--active .hotNot__vote {
  pointer-events: none;
}

.hotNot__vote:before {
  font-size: 100px;
  line-height: 1;
  transition: font-size .3s;
}

.hotNot__vote:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hotNot__wrapper.hotNot__wrapper--active .hotNot__vote:before {
  font-size: 84px;
}

.hotNot__vote:hover:before {
  font-size: 84px;
}

.hotNot__vote--yes {
  right: calc(100% - 11px);
}

.hotNot__vote--yes:before {
  color: #f3b335;
}

.hotNot__vote--no {
  left: calc(100% - 11px);
}

.hotNot__vote--no:before {
  color: #d90022;
}

.hotNot__voteLabel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.58;
  color: #ffffff;
  text-transform: uppercase;
  transition: opacity .3s;
}

.hotNot__wrapper.hotNot__wrapper--active .hotNot__voteLabel {
  opacity: 0;
}

.hotNot__voteLabel:before {
  display: block;
  margin: 6px auto 4px auto;
  font-size: 31px;
  line-height: 1;
  color: #ffffff;
}

.hotNot__votePercent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  opacity: 0;
  transition: opacity .3s;
}

.hotNot__wrapper.hotNot__wrapper--active .hotNot__votePercent {
  opacity: 1;
}

.hotNot__resultWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.hotNot__result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  transform: translateY(100%);
  transition: transform .3s;
}

.hotNot__result--active {
  transform: translateY(0);
}

.hotNot__result--yes {
  background-image: linear-gradient(to top, rgba(30, 39, 46, 0.8) 0%, rgba(243, 179, 53, 0.8) 100%);
}

.hotNot__result--no {
  background-image: linear-gradient(to top, rgba(30, 39, 46, 0.8) 0%, rgba(217, 0, 34, 0.8) 100%);
}

.hotNot__resultInner {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  line-height: 70px;
  color: #ffffff;
  text-transform: uppercase;
}

.hotNot__resultInner:before {
  float: left;
  margin-right: 13px;
  font-size: 45px;
}

.hotNot__result.hotNot__result--yes .hotNot__resultInner:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hotNot__result.hotNot__result--no .hotNot__resultInner:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hotNot__name {
  margin-top: 32px;
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.21;
  color: #ffffff;
}

.hotNot__desc {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #a6c8e3;
}

.hotNot__desc strong {
  font-weight: 700;
  color: #ffffff;
}

.hotNot__share {
  margin-top: 27px;
}

.imageLike__inner {
  padding: 15px 0 19px 0;
}

.imageLike__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.imageLike__wrapper {
  position: relative;
  width: 100%;
  height: 387px;
  margin-top: 14px;
}

.imageLike__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.imageLike__button {
  position: absolute !important;
  bottom: 28px;
  right: 33px;
  z-index: 10;
}

.imageLike__desc {
  margin-top: 11px;
  font-size: 11px;
  line-height: 1.82;
  color: #969696;
}

.largePhoto {
  padding: 50px 0;
  /* ---
    Header
  --- */
  /* ---
    Content
  --- */
}

.largePhoto__header {
  overflow: hidden;
}

.largePhoto__title {
  float: left;
  padding: 2px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
}

.largePhoto__button {
  float: right;
  display: inline-block;
  padding: 0 19px;
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #004986;
  border: 2px solid #004986;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.largePhoto__button:before {
  float: left;
  margin-right: 10px;
  font-size: 16px;
}

.largePhoto__button:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.largePhoto__button:hover {
  color: #004986;
  background-color: transparent;
}

.largePhoto__wrapper {
  position: relative;
  margin-top: 27px;
}

.largePhoto__image {
  display: block;
  width: 100%;
  height: 387px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.largePhoto__like {
  position: absolute !important;
  bottom: 29px;
  right: 56px;
}

.largePhoto__author {
  margin-top: 12px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
  color: #969696;
}

.largePhoto__moreWrapper {
  margin-top: -10px;
  overflow: hidden;
}

.largePhoto__more {
  float: right;
  display: inline-block;
  padding: 0 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #0070ce;
  border: 2px solid #0070ce;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.largePhoto__more:hover {
  color: #0070ce;
  background-color: transparent;
}

.lossList {
  padding: 25px 0;
}

.lossList__header {
  overflow: hidden;
}

.lossList__title {
  float: left;
  padding: 1px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.lossList__button {
  float: right;
  display: inline-block;
  padding: 0 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #004986;
  border: 2px solid #004986;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.lossList__button:hover {
  color: #004986;
  background-color: transparent;
}

.lossList__wrapper {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e3e3e3;
}

.lossList__wrapperImage {
  width: 338px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lossList__wrapperContent {
  flex: 1;
  padding: 25px 32px 40px 37px;
}

.lossList__wrapperDate {
  font-size: 11px;
  line-height: 1.64;
  color: #969696;
}

.lossList__wrapperTitle {
  margin-top: 22px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #004986;
}

.lossList__wrapperDesc {
  margin-top: 17px;
  font-size: 17px;
  line-height: 1.3;
  color: #6a6a6a;
}

.lossList__wrapperDesc p {
  margin-top: 22px;
}

.lossList__wrapperDesc p:first-child {
  margin-top: 0;
}

.lossList__wrapperDesc strong {
  font-weight: 700;
  color: #004986;
}

.lossList__wrapperFooter {
  margin-top: 15px;
  padding-top: 29px;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}

.lossList__wrapperHelp {
  float: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: #6a6a6a;
}

.lossList__wrapperShare {
  float: right;
  margin: 1px 0;
}

.mainBoxes {
  margin-top: 10px;
}

.mainBoxes__large {
  width: 100%;
  height: 130px;
}

.mainBoxes__row {
  display: flex;
}

.mainBoxes__box {
  display: inline-block;
  width: 300px;
  height: 250px;
  margin-top: 34px;
  margin-right: 14px;
  flex-shrink: 0;
}

.mainBoxes__box:last-child {
  margin-right: 0;
}

@media all and (max-width: 1140px) {
  .container .mainBoxes__large {
    display: none;
  }
  #main-box-2, #main-box-4 {
    display: none;
  }
}

@media all and (max-width: 729px) {
  .container .mainBoxes__box {
    display: none;
  }
  #rlf-page .lossList__wrapper {
    display: block;
  }
  #rlf-page .lossList__wrapperImage {
    display: block;
    float: none;
    height: 350px;
    margin: 0 auto;
  }
  #rlf-page .lossList__wrapperContent {
    padding: 16px;
    display: block;
    float: none;
  }
}

@media all {
  .mobile-ad {
    width: 336px;
    height: 280px;
    margin-bottom: 16px;
  }
}

@media all and (max-width: 375px) {
  #mobile-ad, #mobile-ad-2 {
    width: 100%;
  }
}

@media all and (min-width: 730px) {
  #mobile-ad, #mobile-ad-2 {
    display: none;
  }
}

@media all and (max-width: 544px) {
  #mobile-spotted-button {
    margin-top: 10px;
  }
}

.masonryPosts {
  padding-bottom: 25px;
}

.masonryPosts__items {
  margin-top: -18px;
}

.masonryPosts__item {
  margin-top: 18px;
}

.masonryPosts__item:first-child:last-child {
  width: 100%;
}

.masonryPosts__itemInner {
  position: relative;
  display: block;
  width: 100%;
  height: 146px;
  overflow: hidden;
}

.masonryPosts__item.masonryPosts__item--large .masonryPosts__itemInner {
  height: 310px;
}

.masonryPosts__itemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1.4s;
}

.masonryPosts__itemBg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 39, 46, 0.35);
}

.masonryPosts__itemInner:hover .masonryPosts__itemBg {
  transform: scale(1.1);
}

.masonryPosts__itemInfo {
  position: absolute;
  top: 6px;
  left: 18px;
  right: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
  color: #f3b335;
}

.masonryPosts__item.masonryPosts__item--large .masonryPosts__itemInfo {
  left: 30px;
  right: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.masonryPosts__itemInfo strong {
  font-weight: 700;
}

.masonryPosts__itemTitle {
  position: absolute;
  bottom: 15px;
  left: 18px;
  right: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.23;
  color: #ffffff;
  text-shadow: 0 3px 6px #000000;
}

.masonryPosts__item.masonryPosts__item--large .masonryPosts__itemTitle {
  bottom: 25px;
  left: 30px;
  right: 30px;
  font-size: 24px;
  line-height: 1.17;
}

.mobile .masonryPosts__item {
  margin-bottom: 20px;
}

#newsListContainer .story-small {
  width: 29.4%;
}

#newsListContainer .story-big {
  width: 41.2%;
}

#newsListContainer .story-small-inner {
  width: 100%;
}

@media all and (min-width: 972px) {
  #sportContainer .container #newsListContainer .story-small {
    width: 100%;
  }
  #sportContainer .container #newsListContainer .story-big {
    width: 100%;
  }
  #sportContainer .container #newsListContainer .story-small-inner {
    width: 48.75%;
    margin-top: 0;
  }
  #sportContainer .container #newsListContainer .story-left {
    margin-right: 1.25%;
  }
  #sportContainer .container #newsListContainer .story-right {
    margin-left: 1.25%;
  }
  #sportContainer .container #newsListContainer .masonryPosts__item--large .masonryPosts__itemTitle {
    font-size: 24px;
  }
  #sportContainer .container #newsListContainer .masonryPosts__itemTitle {
    font-size: 18px;
  }
}

@media all and (max-width: 900px) {
  #newsListContainer .masonryPosts__item--large .masonryPosts__itemTitle {
    font-size: 20px;
  }
  #newsListContainer .masonryPosts__itemTitle {
    font-size: 14px;
  }
}

@media all and (max-width: 700px) {
  .container #newsListContainer .story-small {
    width: 100%;
  }
  .container #newsListContainer .story-big {
    width: 100%;
  }
  .container #newsListContainer .story-small-inner {
    width: 48.75%;
    margin-top: 0;
  }
  .container #newsListContainer .story-left {
    margin-right: 1.25%;
  }
  .container #newsListContainer .story-right {
    margin-left: 1.25%;
  }
  .container #newsListContainer .masonryPosts__item--large .masonryPosts__itemTitle {
    font-size: 24px;
  }
  .container #newsListContainer .masonryPosts__itemTitle {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .container #newsListContainer .masonryPosts .masonryPosts__item--large .masonryPosts__itemTitle {
    font-size: 20px;
  }
  .container #newsListContainer .masonryPosts .masonryPosts__itemTitle {
    font-size: 14px;
  }
}

.matchBox {
  padding: 25px 0;
  /* ---
    Background
  --- */
  /* ---
    Header
  --- */
  /* ---
    Info
  --- */
  /* ---
    Teams
  --- */
  /* ---
    Stats
  --- */
}

.matchBox__wrapper {
  position: relative;
  width: 100%;
  height: 351px;
  background-color: #e9eef2;
}

.matchBox__bgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.matchBox__bgWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #bdc7d0;
}

.matchBox__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.matchBox__bg--left {
  left: 0;
  width: 107px;
  height: 201px;
  background-image: url(../img/match-left.png);
}

.matchBox__bg--right {
  right: 0;
  width: 107px;
  height: 201px;
  background-image: url(../img/match-right.png);
}

.matchBox__bg--center {
  left: calc(50% - 61px);
  width: 122px;
  height: 122px;
  background-image: url(../img/match-center.png);
}

.matchBox__header {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.matchBox__status, .matchBox__result {
  padding: 5px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f3b335;
}

.matchBox__status {
  color: #f3b335;
}

.matchBox__result {
  color: #004986;
}

.matchBox__date {
  margin-top: 45px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.21;
  color: #004986;
  text-transform: uppercase;
}

.matchBox__info {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 470px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
}

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

.matchBox__infoItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 40px;
  color: #838383;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.matchBox__infoItem--active {
  transition-delay: .25s;
  opacity: 1;
  visibility: visible;
}

.matchBox__infoPrev, .matchBox__infoNext {
  position: absolute;
  right: 10px;
  padding: 5px;
  font-size: 0;
  transition: opacity .3s;
  cursor: pointer;
}

.matchBox__infoPrev:hover, .matchBox__infoNext:hover {
  opacity: .5;
}

.matchBox__infoPrev:before, .matchBox__infoNext:before {
  font-size: 5px;
  line-height: 1;
  color: #9a9494;
}

.matchBox__infoPrev {
  top: 6px;
}

.matchBox__infoPrev:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matchBox__infoNext {
  bottom: 6px;
}

.matchBox__infoNext:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matchBox__teams {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 50px;
  transform: translateY(-50%);
}

.matchBox__teams:before, .matchBox__teams:after {
  content: '';
  display: block;
  clear: both;
}

.matchBox__teamsCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.34;
  color: #777777;
  text-transform: uppercase;
}

.matchBox__team {
  float: left;
  width: 50%;
  font-size: 0;
  text-align: center;
}

.matchBox__teamLogo {
  display: block;
  margin: 0 auto;
}

.matchBox__teamName {
  margin: 19px 0 -6px 0;
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.matchBox__teamPercent {
  display: none;
  margin: 19px 0 -6px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
}

.matchBox__teamPercent--active {
  display: block;
}

.matchBox__teamPercent--blue {
  color: #004986;
}

.matchBox__teamPercent--green {
  color: #2ea54d;
}

.matchBox__teamPercent--darkgreen {
  color: #1d7130;
}

.matchBox__teamPercent--gray {
  color: #666666;
}

.matchBox__teamPercent--red {
  color: #d71920;
}

.matchBox__teamPercent--lightred {
  color: #ff1111;
}

.matchBox__teamPercent--yellow {
  color: #ffaa00;
}

.matchBox__teamPercent--lightyellow {
  color: #ffcc00;
}

.matchBox__teamPercent--orange {
  color: #ff5500;
}

.matchBox__teamPercent--black {
  color: #000000;
}

.matchBox__teamPercent--darkblue {
  color: #00245d;
}

.matchBox__teamPercent--lightblue {
  color: #0074bf;
}

.matchBox__teamButton {
  display: inline-block;
  margin-top: 25px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 39px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
}

.matchBox__teamButton--blue {
  background-color: #004986;
  border-color: #004986;
}

.matchBox__teamButton--blue:hover {
  color: #004986;
  background-color: transparent;
}

.matchBox__teamButton--green {
  background-color: #2ea54d;
  border-color: #2ea54d;
}

.matchBox__teamButton--green:hover {
  color: #2ea54d;
  background-color: transparent;
}

.matchBox__teamButton--darkgreen {
  background-color: #1d7130;
  border-color: #1d7130;
}

.matchBox__teamButton--darkgreen:hover {
  color: #1d7130;
  background-color: transparent;
}

.matchBox__teamButton--gray {
  background-color: #666666;
  border-color: #666666;
}

.matchBox__teamButton--gray:hover {
  color: #666666;
  background-color: transparent;
}

.matchBox__teamButton--red {
  background-color: #d71920;
  border-color: #d71920;
}

.matchBox__teamButton--red:hover {
  color: #d71920;
  background-color: transparent;
}

.matchBox__teamButton--lightred {
  background-color: #ff1111;
  border-color: #ff1111;
}

.matchBox__teamButton--lightred:hover {
  color: #ff1111;
  background-color: transparent;
}

.matchBox__teamButton--yellow {
  background-color: #ffaa00;
  border-color: #ffaa00;
}

.matchBox__teamButton--yellow:hover {
  color: #ffaa00;
  background-color: transparent;
}

.matchBox__teamButton--lightyellow {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.matchBox__teamButton--lightyellow:hover {
  color: #ffcc00;
  background-color: transparent;
}

.matchBox__teamButton--orange {
  background-color: #ff5500;
  border-color: #ff5500;
}

.matchBox__teamButton--orange:hover {
  color: #ff5500;
  background-color: transparent;
}

.matchBox__teamButton--black {
  background-color: #000000;
  border-color: #000000;
}

.matchBox__teamButton--black:hover {
  color: #000000;
  background-color: transparent;
}

.matchBox__teamButton--darkblue {
  background-color: #00245d;
  border-color: #00245d;
}

.matchBox__teamButton--darkblue:hover {
  color: #00245d;
  background-color: transparent;
}

.matchBox__teamButton--lightblue {
  background-color: #0074bf;
  border-color: #0074bf;
}

.matchBox__teamButton--lightblue:hover {
  color: #0074bf;
  background-color: transparent;
}

.matchBox__teamPercent--active + .matchBox__teamButton {
  display: none;
}

.matchBox__statsWrapper {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.matchBox__stats {
  display: inline-block;
  overflow: hidden;
}

.matchBox__stat {
  float: left;
  padding: 0 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #898989;
}

.matchBox__statLink {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  font-weight: 500;
  color: #004986;
  transition: opacity .3s;
}

.matchBox__statLink:after {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 8px;
  line-height: 1;
}

.matchBox__statLink:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matchBox__statLink:hover {
  opacity: .5;
}

.matchProgress {
  margin-top: 35px;
  overflow: hidden;
}

.matchProgress__header {
  width: 163px;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 40px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ededed;
}

.matchProgress__inner {
  margin-top: 25px;
}

.matchProgress__scoreboard {
  padding: 20px 56px;
  display: flex;
  justify-content: space-between;
  background: #FAFAFA;
}

.matchProgress__team {
  max-width: calc(50% - 18px);
  margin-top: 19px;
}

.matchProgress__score {
  margin-top: 23px;
}

.matchProgress__teamDetails {
  display: flex;
  align-items: center;
  font-family: "'Noto Serif', serif";
  font-size: 16px;
  font-weight: 400;
}

.matchProgress__shieldContainer {
  width: 41px;
  height: 41px;
  margin-right: 15px;
  text-align: center;
  line-height: 41px;
}

.matchProgress__shield {
  max-width: 41px;
  max-height: 41px;
}

.matchProgress__goals {
  margin-top: 16px;
  padding-left: 41px;
  text-align: center;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.matchProgress__mainScore {
  font-size: 24px;
  font-weight: 700;
  color: #004986;
}

.matchProgress__scoreSub {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
}

.matchProgress__courseWrapper {
  display: flex;
  position: relative;
}

.matchProgress__scrollArea {
  width: 64px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 11px 0;
  background: #FAFAFA;
}

.matchProgress__scrollArea::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  bottom: 45px;
  background: #e3e3e3;
}

.matchProgress__startTime {
  margin-top: auto;
}

.matchProgress__course {
  width: 100%;
  max-height: 616px;
  padding-left: 64px;
}

.matchProgress__course .simplebar-track.vertical {
  visibility: visible !important;
  left: 0;
  width: 64px;
  top: 42px;
  height: 532px !important;
}

.matchProgress__course .simplebar-scrollbar {
  width: 60px !important;
  height: 34px !important;
}

.matchProgress__course .simplebar-scrollbar::before {
  text-align: center;
  background-color: transparent !important;
  font-size: 30px;
}

.matchProgress__course .simplebar-scrollbar::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matchProgress__event {
  display: flex;
  padding: 12px;
  font-size: 15px;
  line-height: 20px;
}

.matchProgress__event:nth-child(even) {
  background: #FAFAFA;
}

.matchProgress__icon {
  width: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}

.matchProgress__icon .icon-yellow-card {
  color: #ffcc5c;
}

.matchProgress__icon .icon-red-card {
  color: #d90022;
}

.matchProgress__icon .icon-change {
  color: #1d95fa;
}

.matchProgress__time {
  width: 20px;
  color: #707070;
  margin-right: 10px;
  flex-shrink: 0;
}

.matchProgress__details img {
  max-width: 100%;
  max-height: 200px;
}

@media all and (max-width: 600px) {
  .container .matchProgress__scoreboard {
    padding: 20px;
  }
}

@media all and (max-width: 500px) {
  .container .matchProgress__inner .matchProgress__scoreboard {
    padding: 10px;
  }
}

@media all and (max-width: 440px) {
  .container .matchProgress .matchProgress__inner .matchProgress__scoreboard {
    padding: 6px 2px;
  }
}

.messagesList {
  padding: 25px 0;
  /* ---
    Form
  --- */
  /* ---
    Carousel
  --- */
}

.messagesList__columns {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e3e3e3;
}

.messagesList__column {
  display: flex;
  padding: 26px 32px;
}

.messagesList__column:first-child {
  width: 242px;
  border-right: 1px solid #e3e3e3;
}

.messagesList__column:last-child {
  flex: 1;
  background-color: #e9eef2;
}

.messagesList__form {
  width: 100%;
}

.messagesList__title {
  position: relative;
  margin-top: 27px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
  color: #004986;
  text-align: center;
}

.messagesList__title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  line-height: 1;
  color: #e9eef2;
  z-index: -1;
}

.messagesList__title:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.messagesList__icons {
  margin: 19px -6px 0 -6px;
  font-size: 0;
  text-align: center;
}

.messagesList__icon {
  display: inline-block;
  margin: 0 6px;
}

.messagesList__iconInput {
  display: none;
}

.messagesList__iconLabel {
  transition: opacity .3s;
  cursor: pointer;
  z-index: 10;
}

.messagesList__iconLabel:first-of-type {
  margin-left: 0;
}

.messagesList__iconLabel:hover {
  opacity: .5;
}

.messagesList__iconLabel:before {
  font-size: 31px;
  line-height: 1;
  color: #b5c7d5;
  transition: color .3s;
}

.messagesList__iconInput:checked + .messagesList__iconLabel {
  opacity: 1;
}

.messagesList__iconInput:checked + .messagesList__iconLabel:before {
  color: #0070ce;
}

.messagesList__formInput, .messagesList__formTextarea {
  margin-top: 12px;
  width: 100%;
  padding: 9px 12px;
  font-size: 15px;
  line-height: 1.54;
  color: #888888;
  border-radius: 3px;
  background-color: #f4f5f7;
}

.messagesList__formInput::-webkit-input-placeholder, .messagesList__formTextarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.messagesList__formInput::-moz-placeholder, .messagesList__formTextarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.messagesList__formInput:-ms-input-placeholder, .messagesList__formTextarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.messagesList__formInput:-moz-placeholder, .messagesList__formTextarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.messagesList__formInput {
  margin-top: 21px;
}

.messagesList__formTextarea {
  height: 236px;
  resize: vertical;
}

.messagesList__formSubmit {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #0070ce;
  border: 2px solid #0070ce;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.messagesList__formSubmit:hover {
  color: #0070ce;
  background-color: transparent;
}

.messagesList__carousel {
  width: 100%;
  overflow: hidden;
}

.messagesList__carouselInner {
  transition: transform .3s;
}

.messagesList__items {
  margin: 0 -9px;
  overflow: hidden;
}

.messagesList__item {
  float: left;
  width: 50%;
  padding: 0 9px;
}

.messagesList__itemInner {
  padding: 52px 18px 41px 18px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}

.messagesList__itemIcon:before {
  font-size: 50px;
  line-height: 1;
  color: #004986;
}

.messagesList__itemName {
  margin-top: 26px;
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 18px;
  height: 1.39;
  color: #004986;
}

.messagesList__itemMessage {
  margin-top: 18px;
  height: 220px;
  font-size: 15px;
  line-height: 1.34;
  color: #6a6a6a;
  overflow: hidden;
}

.messagesList__arrows {
  margin: 0 -10px;
  padding: 26px 0 12px 0;
  font-size: 0;
  text-align: left;
}

.messagesList__arrow {
  display: inline-block;
  padding: 10px;
  margin-left: 28px;
  transition: opacity .3s;
}

.messagesList__arrow:first-child {
  margin-left: 0;
}

.messagesList__arrow:hover {
  opacity: .5;
}

.messagesList__arrow:before {
  font-size: 12px;
  line-height: 1;
  color: #9a9494;
}

.messagesList__arrow--prev:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.messagesList__arrow--next:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.messagesList__navPrev:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile .messagesList__column {
  padding: 12px 16px;
}

.mobile .messagesList__itemInner {
  padding: 12px 8px;
}

.mobile .messagesList__arrows {
  margin: 0;
  padding: 10px 0 0 0;
}

.mobile .messagesList__title {
  margin: 0 auto 20px auto;
}

.mostRead__header {
  padding: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #ededed;
}

.mostRead__item {
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
}

.mostRead__position {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  color: #c3c3c3;
}

.mostRead__tagsContainer {
  display: flex;
  padding-top: 2px;
}

.mostRead__tag {
  height: 19px;
  background: #e9eef2;
  padding: 0 9px;
  line-height: 19px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3b3b3b;
  transition: 0.3s opacity;
}

.mostRead__tag:hover {
  opacity: 0.8;
}

.mostRead__content {
  margin-top: 6px;
  font-family: "'Noto Serif', serif";
  font-size: 15px;
  line-height: 26px;
  transition: opacity .3s;
}

.mostRead__content:hover {
  opacity: .5;
}

.mostRead__views {
  margin-top: 5px;
  color: #707070;
  font-size: 11px;
}

.mostRead__views::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsletter {
  padding: 25px 0;
  /* ---
    Texts
  --- */
  /* ---
    Boxes
  --- */
  /* ---
    Form
  --- */
  /* ---
    Response
  --- */
  /* ---
    Article page styles
  --- */
}

.newsletter__inner {
  padding: 32px 32px 45px 32px;
  background-color: #e9eef2;
}

.newsletter__inner.newsletter__inner--response .newsletter__content {
  display: none;
}

.newsletter__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
  color: #004986;
}

.newsletter__desc {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.47;
  color: #6a6a6a;
}

.newsletter__boxes {
  margin: 23px -6px 0 -6px;
  overflow: hidden;
}

.newsletter__box {
  position: relative;
  float: left;
  width: calc(50% - 12px);
  height: 157px;
  margin: 0 6px;
  padding: 18px 21px;
  border: 1px solid #0070ce;
}

.newsletter.newsletter--article .newsletter__box {
  width: calc(100% - 12px);
  margin-top: 18px;
}

.newsletter.newsletter--article .newsletter__box:first-child {
  margin-top: 0;
}

.newsletter__box:before {
  position: absolute;
  bottom: 25px;
  right: 39px;
  font-size: 45px;
  line-height: 1;
  color: #1d95fa;
}

.newsletter__boxTitle {
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #004986;
}

.newsletter__boxDesc {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.75;
  color: #6a6a6a;
  text-transform: uppercase;
}

.newsletter__form {
  margin-top: 26px;
}

.newsletter__formInner {
  display: flex;
  flex-wrap: wrap;
}

.newsletter.newsletter--article .newsletter__formInner {
  flex-direction: column;
}

.newsletter__formInputWrapper {
  flex-grow: 1;
  flex-shrink: 1;
}

.newsletter__formInput {
  width: 100%;
  height: 46px;
  padding: 0 19px;
  font-size: 14px;
  line-height: 44px;
  color: #898989;
  background-color: #ffffff;
  border: 1px solid rgba(0, 112, 206, 0.7);
  border-radius: 4px;
}

.newsletter__formInput::-webkit-input-placeholder {
  color: #898989;
  opacity: 1;
}

.newsletter__formInput::-moz-placeholder {
  color: #898989;
  opacity: 1;
}

.newsletter__formInput:-ms-input-placeholder {
  color: #898989;
  opacity: 1;
}

.newsletter__formInput:-moz-placeholder {
  color: #898989;
  opacity: 1;
}

.newsletter__formSubmitWrapper {
  margin-left: 23px;
}

.newsletter.newsletter--article .newsletter__formSubmitWrapper {
  margin-left: 0;
  margin-top: 24px;
}

.newsletter__formSubmit {
  display: inline-block;
  padding: 0 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #fe9c12;
  border: 2px solid #fe9c12;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.newsletter.newsletter--article .newsletter__formSubmit {
  width: 119px;
  padding: 0;
}

.newsletter__formSubmit:hover {
  color: #fe9c12;
  background-color: transparent;
}

.newsletter__response {
  display: none;
  position: relative;
  padding: 106px 10px 105px 10px;
  overflow: hidden;
}

.newsletter__inner.newsletter__inner--response .newsletter__response {
  display: block;
}

.newsletter.newsletter--article .newsletter__response {
  text-align: center;
}

.newsletter__responseImage {
  float: left;
  width: 130px;
  height: auto;
}

.newsletter.newsletter--article .newsletter__responseImage {
  float: none;
}

.newsletter__responseContent {
  float: left;
  width: calc(100% - 130px);
  padding: 33px 0 0 33px;
}

.newsletter.newsletter--article .newsletter__responseContent {
  float: none;
  width: 100%;
  padding-left: 0;
}

.newsletter__responseTitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.28;
  color: #004986;
}

.newsletter__responseDesc {
  margin-top: 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #6a6a6a;
}

.newsletter__header {
  height: 47px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 47px;
  color: #004986;
  background-color: #D5E0EA;
}

.newsletter__item {
  position: relative;
  margin-top: 8px;
  margin-bottom: 20px;
}

.newsletter__item:first-child {
  margin-top: 0;
}

.newsletter__itemInput {
  display: none;
}

.newsletter__itemLabel {
  position: relative;
  padding: 0 25px 0 25px;
  font-size: 14px;
  line-height: 1.58;
  color: #6a6a6a;
  transition: color .3s;
}

.newsletter__itemLabel:hover {
  color: rgba(106, 106, 106, 0.5);
  cursor: pointer;
}

.pollBox__items.pollBox__items--active .newsletter__itemLabel:hover {
  color: #6a6a6a;
  cursor: initial;
}

.newsletter__itemLabel:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #afafaf;
  transition: background-color .3s, border-color .3s;
}

.newsletter__itemLabel:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  font-size: 7px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  transform: scale(0);
  transition: transform .3s;
}

.newsletter__itemLabel:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsletter__itemInput:checked + .newsletter__itemLabel:before {
  border-color: #73e2a7;
  background-color: #73e2a7;
}

.newsletter__itemInput:checked + .newsletter__itemLabel:after {
  transform: scale(1);
}

.photosBattle {
  padding: 25px 0;
}

.photosBattle__inner {
  padding: 34px 34px 40px 34px;
  border: 1px solid #e3e3e3;
}

.photosBattle__header {
  overflow: hidden;
}

.photosBattle__title {
  float: left;
  padding: 2px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.photosBattle__button {
  float: right;
  display: inline-block;
  padding: 0 19px;
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #004986;
  border: 2px solid #004986;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.photosBattle__button:before {
  float: left;
  margin-right: 10px;
  font-size: 16px;
}

.photosBattle__button:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.photosBattle__button:hover {
  color: #004986;
  background-color: transparent;
}

.photosBattle__wrapper {
  margin-top: 22px;
}

.photosBattle__items {
  position: relative;
  display: flex;
  margin: 0 -4px;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__items {
  margin: 0;
}

.photosBattle__item {
  position: relative;
  width: calc(50% - 8px);
  height: 189px;
  margin: 0 4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__item {
  width: 50%;
  margin: 0;
}

.photosBattle__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  transition: opacity .3s;
}

.photosBattle__item:nth-child(1):before {
  background-color: rgba(29, 149, 250, 0.4);
}

.photosBattle__item:nth-child(2):before {
  background-color: rgba(0, 112, 206, 0.4);
}

.photosBattle__item--active:before {
  opacity: 1;
}

.photosBattle__itemsCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  font-size: 14px;
  line-height: 62px;
  color: #004986;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 10;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__itemsCenter {
  display: none;
}

.photosBattle__percents {
  display: flex;
  margin: -2px -4px 0 -4px;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percents {
  margin-left: 0;
  margin-right: 0;
}

.photosBattle__percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  margin: 0 4px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: background-color .3s;
  overflow: hidden;
  z-index: 10;
}

.photosBattle__percent:nth-child(1) {
  border-color: #1d95fa;
  background-color: #1d95fa;
}

.photosBattle__percent:nth-child(2) {
  border-color: #0070ce;
  background-color: #0070ce;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent {
  width: 50%;
  margin: 0;
  border-radius: 0;
  pointer-events: none;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="0"] {
  width: 0%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="1"] {
  width: 1%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="2"] {
  width: 2%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="3"] {
  width: 3%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="4"] {
  width: 4%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="5"] {
  width: 5%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="6"] {
  width: 6%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="7"] {
  width: 7%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="8"] {
  width: 8%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="9"] {
  width: 9%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="10"] {
  width: 10%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="11"] {
  width: 11%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="12"] {
  width: 12%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="13"] {
  width: 13%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="14"] {
  width: 14%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="15"] {
  width: 15%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="16"] {
  width: 16%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="17"] {
  width: 17%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="18"] {
  width: 18%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="19"] {
  width: 19%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="20"] {
  width: 20%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="21"] {
  width: 21%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="22"] {
  width: 22%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="23"] {
  width: 23%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="24"] {
  width: 24%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="25"] {
  width: 25%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="26"] {
  width: 26%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="27"] {
  width: 27%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="28"] {
  width: 28%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="29"] {
  width: 29%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="30"] {
  width: 30%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="31"] {
  width: 31%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="32"] {
  width: 32%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="33"] {
  width: 33%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="34"] {
  width: 34%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="35"] {
  width: 35%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="36"] {
  width: 36%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="37"] {
  width: 37%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="38"] {
  width: 38%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="39"] {
  width: 39%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="40"] {
  width: 40%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="41"] {
  width: 41%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="42"] {
  width: 42%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="43"] {
  width: 43%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="44"] {
  width: 44%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="45"] {
  width: 45%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="46"] {
  width: 46%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="47"] {
  width: 47%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="48"] {
  width: 48%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="49"] {
  width: 49%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="50"] {
  width: 50%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="51"] {
  width: 51%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="52"] {
  width: 52%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="53"] {
  width: 53%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="54"] {
  width: 54%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="55"] {
  width: 55%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="56"] {
  width: 56%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="57"] {
  width: 57%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="58"] {
  width: 58%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="59"] {
  width: 59%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="60"] {
  width: 60%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="61"] {
  width: 61%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="62"] {
  width: 62%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="63"] {
  width: 63%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="64"] {
  width: 64%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="65"] {
  width: 65%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="66"] {
  width: 66%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="67"] {
  width: 67%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="68"] {
  width: 68%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="69"] {
  width: 69%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="70"] {
  width: 70%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="71"] {
  width: 71%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="72"] {
  width: 72%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="73"] {
  width: 73%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="74"] {
  width: 74%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="75"] {
  width: 75%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="76"] {
  width: 76%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="77"] {
  width: 77%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="78"] {
  width: 78%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="79"] {
  width: 79%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="80"] {
  width: 80%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="81"] {
  width: 81%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="82"] {
  width: 82%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="83"] {
  width: 83%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="84"] {
  width: 84%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="85"] {
  width: 85%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="86"] {
  width: 86%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="87"] {
  width: 87%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="88"] {
  width: 88%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="89"] {
  width: 89%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="90"] {
  width: 90%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="91"] {
  width: 91%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="92"] {
  width: 92%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="93"] {
  width: 93%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="94"] {
  width: 94%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="95"] {
  width: 95%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="96"] {
  width: 96%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="97"] {
  width: 97%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="98"] {
  width: 98%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="99"] {
  width: 99%;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percent[data-percent="100"] {
  width: 100%;
}

.photosBattle__percentButton {
  position: relative;
  padding-left: 29px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  transition: color .3s;
}

.photosBattle__percentButton:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  transition: border-color .3s;
}

.photosBattle__percentButton:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 6px;
  text-align: center;
}

.photosBattle__percentButton:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.photosBattle__percent:nth-child(1):hover .photosBattle__percentButton {
  color: #1d95fa;
}

.photosBattle__percent:nth-child(1):hover .photosBattle__percentButton:before {
  border-color: rgba(29, 149, 250, 0.44);
}

.photosBattle__percent:nth-child(2):hover .photosBattle__percentButton {
  color: #0070ce;
}

.photosBattle__percent:nth-child(2):hover .photosBattle__percentButton:before {
  border-color: rgba(0, 112, 206, 0.44);
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percentButton {
  display: none;
}

.photosBattle__percentValue {
  display: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}

.photosBattle__wrapper.photosBattle__wrapper--active .photosBattle__percentValue {
  display: block;
}

.photosBattle__descs {
  overflow: hidden;
}

.photosBattle__desc {
  float: left;
  width: 50%;
  padding: 10px 0 14px 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 2;
  color: #969696;
  text-align: center;
}

.photosBattle__footer {
  padding-top: 24px;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}

.photosBattle__footerButtons {
  float: left;
}

.photosBattle__footerInfo {
  float: right;
  font-size: 13px;
  line-height: 28px;
  color: #9f9f9f;
}

.photosBattle__footerInfo strong {
  font-weight: 700;
  color: #6a6a6a;
}

@media all and (min-width: 1000px) {
  .photosBattle__percent:nth-child(1):hover {
    background-color: transparent;
  }
  .photosBattle__percent:nth-child(2):hover {
    background-color: transparent;
  }
}

.planBox {
  /* ---
    Header
  --- */
  /* ---
    Popups
  --- */
  /* ---
    Lines
  --- */
  /* ---
    Columns
  --- */
}

.planBox__inner {
  padding: 14px 0 25px;
}

.planBox__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.planBox__wrapper {
  margin-top: 16px;
  border: 1px solid #e3e3e3;
}

.planBox__wrapperHeader {
  position: relative;
  padding: 22px 30px 35px 30px;
  background-color: #f4f4f4;
}

.planBox__wrapperTitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.54;
}

.planBox__wrapperButtons {
  display: flex;
  margin-top: 15px;
}

.planBox__wrapperButton {
  display: inline-block;
  margin-left: 19px;
  padding: 0 19px;
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  color: #626262;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: color .3s, background-color .3s;
}

.planBox__wrapperButton:first-child {
  margin-left: 0;
}

.planBox__wrapperButton:before {
  float: left;
  margin-right: 11px;
  font-size: 25px;
  color: #0070ce;
  transition: color .3s;
}

.planBox__wrapperButton:hover, .planBox__wrapperButton--active {
  color: #ffffff;
  background-color: #0070ce;
}

.planBox__wrapperButton:hover:before, .planBox__wrapperButton--active:before {
  color: #ffffff;
}

.planBox__wrapperForm {
  position: relative;
  flex: 1;
  margin-left: 39px;
}

.planBox__wrapperForm:before {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 16px;
  line-height: 46px;
  color: #707070;
}

.planBox__wrapperForm:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.planBox__wrapperInput {
  width: 100%;
  height: 46px;
  padding: 0 47px 0 11px;
  font-size: 14px;
  line-height: 46px;
  color: #9b9b9b;
  background-color: #ffffff;
  border-radius: 4px;
}

.planBox__wrapperInput::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.planBox__wrapperInput::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.planBox__wrapperInput:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.planBox__wrapperInput:-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.planBox__wrapperSubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.planBox__popups {
  position: absolute;
  top: calc(100% - 17px);
  left: 32px;
  right: 32px;
  z-index: 10;
}

.planBox__popup {
  display: none;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.planBox__popup--active {
  display: block;
}

.planBox__popupColumns {
  display: flex;
  width: 100%;
}

.planBox__popupColumn {
  width: 50%;
  padding: 5px 51px 19px 14px;
}

.planBox__popupColumn:last-child {
  background-color: #f7f7f7;
  border-left: 1px solid #e3e3e3;
}

.planBox__popupGroup {
  margin-top: 6px;
}

.planBox__popupGroup:first-child {
  margin-top: 0;
}

.planBox__popupGroupTitle, .planBox__popupColumnTitle {
  padding: 3px 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.9;
  color: #b7b7b7;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
}

.planBox__popupGroupItems {
  margin-top: 14px;
  overflow: hidden;
}

.planBox__popupGroupItem {
  position: relative;
  float: left;
  width: 10%;
  font-size: 12px;
  line-height: 1.84;
  color: #3b3b3b;
  text-align: center;
  transition: color .3s;
}

.planBox__popupGroupItem span {
  position: relative;
}

.planBox__popupGroupItem:before {
  content: '';
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background-color: #004986;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .3s;
}

.planBox__popupGroupItem:hover, .planBox__popupGroupItem--active {
  color: #ffffff;
}

.planBox__popupGroupItem:hover:before, .planBox__popupGroupItem--active:before {
  transform: scale(1);
}

.planBox__routes {
  margin-top: 3px;
  padding: 5px 0 19px 14px;
}

.planBox__route {
  display: none;
  margin-top: 11px;
}

.planBox__route--active {
  display: block;
}

.planBox__routeLink {
  display: inline-block;
  font-size: 12px;
  line-height: 1.75;
  color: #3b3b3b;
  transition: opacity .3s;
}

.planBox__routeLink:hover {
  opacity: .5;
}

.planBox__routeLink:after {
  float: right;
  margin-left: 9px;
  font-size: 8px;
  line-height: 2.625;
  color: #707070;
}

.planBox__routeLink:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.planBox__columns {
  display: flex;
  flex-wrap: wrap;
}

.planBox__column:first-child {
  width: 42%;
}

.planBox__column:last-child {
  width: 58%;
}

.planBox__infos {
  padding: 15px 15px 7px 15px;
}

.planBox__info {
  display: block;
  padding: 15px 0 23px 0;
  border-top: 1px solid #e3e3e3;
}

.planBox__info:first-child {
  border-top: 0;
}

.planBox__infoDate {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.81;
  color: #969696;
}

.planBox__infoTitle {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.42;
  transition: opacity .3s;
}

.planBox__infoTitle:hover {
  opacity: .5;
}

.planBox__infoDesc {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.62;
  color: #6a6a6a;
}

.planBox__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.planBox__imageInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.planBox__imageButton {
  position: absolute;
  bottom: 24px;
  right: 30px;
  display: inline-block;
  padding: 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1d95fa;
  border: 2px solid #1d95fa;
  border-radius: 4px;
  transition: background-color .3s;
  cursor: pointer;
}

.planBox__imageButton:before {
  float: left;
  margin-right: 9px;
  font-size: 17px;
}

.planBox__imageButton:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.planBox__imageButton:hover {
  background-color: rgba(29, 149, 250, 0.75);
}

.pollBox {
  padding: 25px 0;
}

.pollBox__outer {
  background-color: #e9eef2;
}

.pollBox__inner {
  padding: 53px 18px 53px 74px;
}

.pollBox.pollBox--article .pollBox__inner {
  padding: 18px 12px;
}

.pollBox__form {
  position: relative;
  padding-left: 103px;
}

.pollBox.pollBox--article .pollBox__form {
  padding-left: 69px;
}

.pollBox__form:before {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 59px;
  line-height: 1;
  color: #1d95fa;
}

.pollBox__form:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pollBox__form:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 72px;
  left: 0;
  width: 38px;
  height: 1px;
  background-color: #1d95fa;
}

.pollBox__title {
  max-width: 470px;
  font-family: "'Noto Serif', serif";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.46;
  color: #004986;
}

.pollBox.pollBox--article .pollBox__title {
  font-size: 16px;
}

.pollBox__items {
  margin-top: 13px;
}

.pollBox.pollBox--article .pollBox__items {
  list-style-type: none;
  padding-left: 0;
}

.pollBox__item {
  position: relative;
  margin-top: 8px;
}

.pollBox.pollBox--article .pollBox__item {
  margin-bottom: 0;
}

.pollBox__item:first-child {
  margin-top: 0;
}

.pollBox__itemInput {
  display: none;
}

.pollBox__itemLabel {
  position: relative;
  padding: 0 120px 0 45px;
  font-size: 14px;
  line-height: 1.58;
  color: #6a6a6a;
  transition: color .3s;
}

.pollBox.pollBox--article .pollBox__itemLabel {
  padding: 0 120px 0 30px;
}

.pollBox__itemLabel:hover {
  color: rgba(106, 106, 106, 0.5);
  cursor: pointer;
}

.pollBox__items.pollBox__items--active .pollBox__itemLabel:hover {
  color: #6a6a6a;
  cursor: initial;
}

.pollBox__itemLabel:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #afafaf;
  transition: background-color .3s, border-color .3s;
}

.pollBox__itemLabel:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  font-size: 7px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  transform: scale(0);
  transition: transform .3s;
}

.pollBox__itemLabel:after {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pollBox__itemInput:checked + .pollBox__itemLabel:before {
  border-color: #73e2a7;
  background-color: #73e2a7;
}

.pollBox__itemInput:checked + .pollBox__itemLabel:after {
  transform: scale(1);
}

.pollBox__itemPercent {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  width: 110px;
  height: 24px;
  font-size: 0;
  background-color: #ffffff;
}

.pollBox__items.pollBox__items--active .pollBox__itemPercent {
  display: block;
}

.pollBox__itemPercent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1d95fa;
}

.pollBox__itemPercent[data-percent="1"]:before {
  width: 1%;
}

.pollBox__itemPercent[data-percent="2"]:before {
  width: 2%;
}

.pollBox__itemPercent[data-percent="3"]:before {
  width: 3%;
}

.pollBox__itemPercent[data-percent="4"]:before {
  width: 4%;
}

.pollBox__itemPercent[data-percent="5"]:before {
  width: 5%;
}

.pollBox__itemPercent[data-percent="6"]:before {
  width: 6%;
}

.pollBox__itemPercent[data-percent="7"]:before {
  width: 7%;
}

.pollBox__itemPercent[data-percent="8"]:before {
  width: 8%;
}

.pollBox__itemPercent[data-percent="9"]:before {
  width: 9%;
}

.pollBox__itemPercent[data-percent="10"]:before {
  width: 10%;
}

.pollBox__itemPercent[data-percent="11"]:before {
  width: 11%;
}

.pollBox__itemPercent[data-percent="12"]:before {
  width: 12%;
}

.pollBox__itemPercent[data-percent="13"]:before {
  width: 13%;
}

.pollBox__itemPercent[data-percent="14"]:before {
  width: 14%;
}

.pollBox__itemPercent[data-percent="15"]:before {
  width: 15%;
}

.pollBox__itemPercent[data-percent="16"]:before {
  width: 16%;
}

.pollBox__itemPercent[data-percent="17"]:before {
  width: 17%;
}

.pollBox__itemPercent[data-percent="18"]:before {
  width: 18%;
}

.pollBox__itemPercent[data-percent="19"]:before {
  width: 19%;
}

.pollBox__itemPercent[data-percent="20"]:before {
  width: 20%;
}

.pollBox__itemPercent[data-percent="21"]:before {
  width: 21%;
}

.pollBox__itemPercent[data-percent="22"]:before {
  width: 22%;
}

.pollBox__itemPercent[data-percent="23"]:before {
  width: 23%;
}

.pollBox__itemPercent[data-percent="24"]:before {
  width: 24%;
}

.pollBox__itemPercent[data-percent="25"]:before {
  width: 25%;
}

.pollBox__itemPercent[data-percent="26"]:before {
  width: 26%;
}

.pollBox__itemPercent[data-percent="27"]:before {
  width: 27%;
}

.pollBox__itemPercent[data-percent="28"]:before {
  width: 28%;
}

.pollBox__itemPercent[data-percent="29"]:before {
  width: 29%;
}

.pollBox__itemPercent[data-percent="30"]:before {
  width: 30%;
}

.pollBox__itemPercent[data-percent="31"]:before {
  width: 31%;
}

.pollBox__itemPercent[data-percent="32"]:before {
  width: 32%;
}

.pollBox__itemPercent[data-percent="33"]:before {
  width: 33%;
}

.pollBox__itemPercent[data-percent="34"]:before {
  width: 34%;
}

.pollBox__itemPercent[data-percent="35"]:before {
  width: 35%;
}

.pollBox__itemPercent[data-percent="36"]:before {
  width: 36%;
}

.pollBox__itemPercent[data-percent="37"]:before {
  width: 37%;
}

.pollBox__itemPercent[data-percent="38"]:before {
  width: 38%;
}

.pollBox__itemPercent[data-percent="39"]:before {
  width: 39%;
}

.pollBox__itemPercent[data-percent="40"]:before {
  width: 40%;
}

.pollBox__itemPercent[data-percent="41"]:before {
  width: 41%;
}

.pollBox__itemPercent[data-percent="42"]:before {
  width: 42%;
}

.pollBox__itemPercent[data-percent="43"]:before {
  width: 43%;
}

.pollBox__itemPercent[data-percent="44"]:before {
  width: 44%;
}

.pollBox__itemPercent[data-percent="45"]:before {
  width: 45%;
}

.pollBox__itemPercent[data-percent="46"]:before {
  width: 46%;
}

.pollBox__itemPercent[data-percent="47"]:before {
  width: 47%;
}

.pollBox__itemPercent[data-percent="48"]:before {
  width: 48%;
}

.pollBox__itemPercent[data-percent="49"]:before {
  width: 49%;
}

.pollBox__itemPercent[data-percent="50"]:before {
  width: 50%;
}

.pollBox__itemPercent[data-percent="51"]:before {
  width: 51%;
}

.pollBox__itemPercent[data-percent="52"]:before {
  width: 52%;
}

.pollBox__itemPercent[data-percent="53"]:before {
  width: 53%;
}

.pollBox__itemPercent[data-percent="54"]:before {
  width: 54%;
}

.pollBox__itemPercent[data-percent="55"]:before {
  width: 55%;
}

.pollBox__itemPercent[data-percent="56"]:before {
  width: 56%;
}

.pollBox__itemPercent[data-percent="57"]:before {
  width: 57%;
}

.pollBox__itemPercent[data-percent="58"]:before {
  width: 58%;
}

.pollBox__itemPercent[data-percent="59"]:before {
  width: 59%;
}

.pollBox__itemPercent[data-percent="60"]:before {
  width: 60%;
}

.pollBox__itemPercent[data-percent="61"]:before {
  width: 61%;
}

.pollBox__itemPercent[data-percent="62"]:before {
  width: 62%;
}

.pollBox__itemPercent[data-percent="63"]:before {
  width: 63%;
}

.pollBox__itemPercent[data-percent="64"]:before {
  width: 64%;
}

.pollBox__itemPercent[data-percent="65"]:before {
  width: 65%;
}

.pollBox__itemPercent[data-percent="66"]:before {
  width: 66%;
}

.pollBox__itemPercent[data-percent="67"]:before {
  width: 67%;
}

.pollBox__itemPercent[data-percent="68"]:before {
  width: 68%;
}

.pollBox__itemPercent[data-percent="69"]:before {
  width: 69%;
}

.pollBox__itemPercent[data-percent="70"]:before {
  width: 70%;
}

.pollBox__itemPercent[data-percent="71"]:before {
  width: 71%;
}

.pollBox__itemPercent[data-percent="72"]:before {
  width: 72%;
}

.pollBox__itemPercent[data-percent="73"]:before {
  width: 73%;
}

.pollBox__itemPercent[data-percent="74"]:before {
  width: 74%;
}

.pollBox__itemPercent[data-percent="75"]:before {
  width: 75%;
}

.pollBox__itemPercent[data-percent="76"]:before {
  width: 76%;
}

.pollBox__itemPercent[data-percent="77"]:before {
  width: 77%;
}

.pollBox__itemPercent[data-percent="78"]:before {
  width: 78%;
}

.pollBox__itemPercent[data-percent="79"]:before {
  width: 79%;
}

.pollBox__itemPercent[data-percent="80"]:before {
  width: 80%;
}

.pollBox__itemPercent[data-percent="81"]:before {
  width: 81%;
}

.pollBox__itemPercent[data-percent="82"]:before {
  width: 82%;
}

.pollBox__itemPercent[data-percent="83"]:before {
  width: 83%;
}

.pollBox__itemPercent[data-percent="84"]:before {
  width: 84%;
}

.pollBox__itemPercent[data-percent="85"]:before {
  width: 85%;
}

.pollBox__itemPercent[data-percent="86"]:before {
  width: 86%;
}

.pollBox__itemPercent[data-percent="87"]:before {
  width: 87%;
}

.pollBox__itemPercent[data-percent="88"]:before {
  width: 88%;
}

.pollBox__itemPercent[data-percent="89"]:before {
  width: 89%;
}

.pollBox__itemPercent[data-percent="90"]:before {
  width: 90%;
}

.pollBox__itemPercent[data-percent="91"]:before {
  width: 91%;
}

.pollBox__itemPercent[data-percent="92"]:before {
  width: 92%;
}

.pollBox__itemPercent[data-percent="93"]:before {
  width: 93%;
}

.pollBox__itemPercent[data-percent="94"]:before {
  width: 94%;
}

.pollBox__itemPercent[data-percent="95"]:before {
  width: 95%;
}

.pollBox__itemPercent[data-percent="96"]:before {
  width: 96%;
}

.pollBox__itemPercent[data-percent="97"]:before {
  width: 97%;
}

.pollBox__itemPercent[data-percent="98"]:before {
  width: 98%;
}

.pollBox__itemPercent[data-percent="99"]:before {
  width: 99%;
}

.pollBox__itemPercent[data-percent="100"]:before {
  width: 100%;
}

.pollBox__itemInput:checked + * + .pollBox__itemPercent:before {
  background-color: #73e2a7;
}

.pollBox__itemPercentInner {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  z-index: 10;
}

.pollBox__itemPercent[data-percent="1"] .pollBox__itemPercentInner {
  margin-left: 1%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="2"] .pollBox__itemPercentInner {
  margin-left: 2%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="3"] .pollBox__itemPercentInner {
  margin-left: 3%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="4"] .pollBox__itemPercentInner {
  margin-left: 4%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="5"] .pollBox__itemPercentInner {
  margin-left: 5%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="6"] .pollBox__itemPercentInner {
  margin-left: 6%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="7"] .pollBox__itemPercentInner {
  margin-left: 7%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="8"] .pollBox__itemPercentInner {
  margin-left: 8%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="9"] .pollBox__itemPercentInner {
  margin-left: 9%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="10"] .pollBox__itemPercentInner {
  margin-left: 10%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="11"] .pollBox__itemPercentInner {
  margin-left: 11%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="12"] .pollBox__itemPercentInner {
  margin-left: 12%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="13"] .pollBox__itemPercentInner {
  margin-left: 13%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="14"] .pollBox__itemPercentInner {
  margin-left: 14%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="15"] .pollBox__itemPercentInner {
  margin-left: 15%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="16"] .pollBox__itemPercentInner {
  margin-left: 16%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="17"] .pollBox__itemPercentInner {
  margin-left: 17%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="18"] .pollBox__itemPercentInner {
  margin-left: 18%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="19"] .pollBox__itemPercentInner {
  margin-left: 19%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="20"] .pollBox__itemPercentInner {
  margin-left: 20%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="21"] .pollBox__itemPercentInner {
  margin-left: 21%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="22"] .pollBox__itemPercentInner {
  margin-left: 22%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="23"] .pollBox__itemPercentInner {
  margin-left: 23%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="24"] .pollBox__itemPercentInner {
  margin-left: 24%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="25"] .pollBox__itemPercentInner {
  margin-left: 25%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="26"] .pollBox__itemPercentInner {
  margin-left: 26%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="27"] .pollBox__itemPercentInner {
  margin-left: 27%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="28"] .pollBox__itemPercentInner {
  margin-left: 28%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="29"] .pollBox__itemPercentInner {
  margin-left: 29%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="30"] .pollBox__itemPercentInner {
  margin-left: 30%;
  padding: 0 5px;
  color: #3b3b3b;
}

.pollBox__itemPercent[data-percent="31"] .pollBox__itemPercentInner {
  width: 31%;
}

.pollBox__itemPercent[data-percent="32"] .pollBox__itemPercentInner {
  width: 32%;
}

.pollBox__itemPercent[data-percent="33"] .pollBox__itemPercentInner {
  width: 33%;
}

.pollBox__itemPercent[data-percent="34"] .pollBox__itemPercentInner {
  width: 34%;
}

.pollBox__itemPercent[data-percent="35"] .pollBox__itemPercentInner {
  width: 35%;
}

.pollBox__itemPercent[data-percent="36"] .pollBox__itemPercentInner {
  width: 36%;
}

.pollBox__itemPercent[data-percent="37"] .pollBox__itemPercentInner {
  width: 37%;
}

.pollBox__itemPercent[data-percent="38"] .pollBox__itemPercentInner {
  width: 38%;
}

.pollBox__itemPercent[data-percent="39"] .pollBox__itemPercentInner {
  width: 39%;
}

.pollBox__itemPercent[data-percent="40"] .pollBox__itemPercentInner {
  width: 40%;
}

.pollBox__itemPercent[data-percent="41"] .pollBox__itemPercentInner {
  width: 41%;
}

.pollBox__itemPercent[data-percent="42"] .pollBox__itemPercentInner {
  width: 42%;
}

.pollBox__itemPercent[data-percent="43"] .pollBox__itemPercentInner {
  width: 43%;
}

.pollBox__itemPercent[data-percent="44"] .pollBox__itemPercentInner {
  width: 44%;
}

.pollBox__itemPercent[data-percent="45"] .pollBox__itemPercentInner {
  width: 45%;
}

.pollBox__itemPercent[data-percent="46"] .pollBox__itemPercentInner {
  width: 46%;
}

.pollBox__itemPercent[data-percent="47"] .pollBox__itemPercentInner {
  width: 47%;
}

.pollBox__itemPercent[data-percent="48"] .pollBox__itemPercentInner {
  width: 48%;
}

.pollBox__itemPercent[data-percent="49"] .pollBox__itemPercentInner {
  width: 49%;
}

.pollBox__itemPercent[data-percent="50"] .pollBox__itemPercentInner {
  width: 50%;
}

.pollBox__itemPercent[data-percent="51"] .pollBox__itemPercentInner {
  width: 51%;
}

.pollBox__itemPercent[data-percent="52"] .pollBox__itemPercentInner {
  width: 52%;
}

.pollBox__itemPercent[data-percent="53"] .pollBox__itemPercentInner {
  width: 53%;
}

.pollBox__itemPercent[data-percent="54"] .pollBox__itemPercentInner {
  width: 54%;
}

.pollBox__itemPercent[data-percent="55"] .pollBox__itemPercentInner {
  width: 55%;
}

.pollBox__itemPercent[data-percent="56"] .pollBox__itemPercentInner {
  width: 56%;
}

.pollBox__itemPercent[data-percent="57"] .pollBox__itemPercentInner {
  width: 57%;
}

.pollBox__itemPercent[data-percent="58"] .pollBox__itemPercentInner {
  width: 58%;
}

.pollBox__itemPercent[data-percent="59"] .pollBox__itemPercentInner {
  width: 59%;
}

.pollBox__itemPercent[data-percent="60"] .pollBox__itemPercentInner {
  width: 60%;
}

.pollBox__itemPercent[data-percent="61"] .pollBox__itemPercentInner {
  width: 61%;
}

.pollBox__itemPercent[data-percent="62"] .pollBox__itemPercentInner {
  width: 62%;
}

.pollBox__itemPercent[data-percent="63"] .pollBox__itemPercentInner {
  width: 63%;
}

.pollBox__itemPercent[data-percent="64"] .pollBox__itemPercentInner {
  width: 64%;
}

.pollBox__itemPercent[data-percent="65"] .pollBox__itemPercentInner {
  width: 65%;
}

.pollBox__itemPercent[data-percent="66"] .pollBox__itemPercentInner {
  width: 66%;
}

.pollBox__itemPercent[data-percent="67"] .pollBox__itemPercentInner {
  width: 67%;
}

.pollBox__itemPercent[data-percent="68"] .pollBox__itemPercentInner {
  width: 68%;
}

.pollBox__itemPercent[data-percent="69"] .pollBox__itemPercentInner {
  width: 69%;
}

.pollBox__itemPercent[data-percent="70"] .pollBox__itemPercentInner {
  width: 70%;
}

.pollBox__itemPercent[data-percent="71"] .pollBox__itemPercentInner {
  width: 71%;
}

.pollBox__itemPercent[data-percent="72"] .pollBox__itemPercentInner {
  width: 72%;
}

.pollBox__itemPercent[data-percent="73"] .pollBox__itemPercentInner {
  width: 73%;
}

.pollBox__itemPercent[data-percent="74"] .pollBox__itemPercentInner {
  width: 74%;
}

.pollBox__itemPercent[data-percent="75"] .pollBox__itemPercentInner {
  width: 75%;
}

.pollBox__itemPercent[data-percent="76"] .pollBox__itemPercentInner {
  width: 76%;
}

.pollBox__itemPercent[data-percent="77"] .pollBox__itemPercentInner {
  width: 77%;
}

.pollBox__itemPercent[data-percent="78"] .pollBox__itemPercentInner {
  width: 78%;
}

.pollBox__itemPercent[data-percent="79"] .pollBox__itemPercentInner {
  width: 79%;
}

.pollBox__itemPercent[data-percent="80"] .pollBox__itemPercentInner {
  width: 80%;
}

.pollBox__itemPercent[data-percent="81"] .pollBox__itemPercentInner {
  width: 81%;
}

.pollBox__itemPercent[data-percent="82"] .pollBox__itemPercentInner {
  width: 82%;
}

.pollBox__itemPercent[data-percent="83"] .pollBox__itemPercentInner {
  width: 83%;
}

.pollBox__itemPercent[data-percent="84"] .pollBox__itemPercentInner {
  width: 84%;
}

.pollBox__itemPercent[data-percent="85"] .pollBox__itemPercentInner {
  width: 85%;
}

.pollBox__itemPercent[data-percent="86"] .pollBox__itemPercentInner {
  width: 86%;
}

.pollBox__itemPercent[data-percent="87"] .pollBox__itemPercentInner {
  width: 87%;
}

.pollBox__itemPercent[data-percent="88"] .pollBox__itemPercentInner {
  width: 88%;
}

.pollBox__itemPercent[data-percent="89"] .pollBox__itemPercentInner {
  width: 89%;
}

.pollBox__itemPercent[data-percent="90"] .pollBox__itemPercentInner {
  width: 90%;
}

.pollBox__itemPercent[data-percent="91"] .pollBox__itemPercentInner {
  width: 91%;
}

.pollBox__itemPercent[data-percent="92"] .pollBox__itemPercentInner {
  width: 92%;
}

.pollBox__itemPercent[data-percent="93"] .pollBox__itemPercentInner {
  width: 93%;
}

.pollBox__itemPercent[data-percent="94"] .pollBox__itemPercentInner {
  width: 94%;
}

.pollBox__itemPercent[data-percent="95"] .pollBox__itemPercentInner {
  width: 95%;
}

.pollBox__itemPercent[data-percent="96"] .pollBox__itemPercentInner {
  width: 96%;
}

.pollBox__itemPercent[data-percent="97"] .pollBox__itemPercentInner {
  width: 97%;
}

.pollBox__itemPercent[data-percent="98"] .pollBox__itemPercentInner {
  width: 98%;
}

.pollBox__itemPercent[data-percent="99"] .pollBox__itemPercentInner {
  width: 99%;
}

.pollBox__itemPercent[data-percent="100"] .pollBox__itemPercentInner {
  width: 100%;
}

.pollBox__footer {
  margin-top: 25px;
  overflow: hidden;
}

.pollBox.pollBox--article .pollBox__footer {
  display: flex;
  justify-content: flex-start;
}

.pollBox__submit {
  float: left;
  display: inline-block;
  padding: 0 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #0070ce;
  border: 2px solid #0070ce;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.pollBox.pollBox--article .pollBox__submit {
  height: 37px;
  line-height: 37px;
  padding: 0 28px;
}

.pollBox__submit[disabled] {
  pointer-events: none;
}

.pollBox__submit:hover, .pollBox__submit[disabled] {
  color: #0070ce;
  background-color: transparent;
}

.pollBox__stats {
  float: left;
  padding: 14px 0 14px 30px;
  font-size: 13px;
  line-height: 1.62;
  color: #9f9f9f;
}

.pollBox.pollBox--article .pollBox__stats {
  padding: 0 0 0 30px;
}

.pollBox__stats strong {
  font-weight: 700;
  color: #6a6a6a;
}

.pollBox--article {
  width: 350px;
  float: right;
  padding: 0;
  margin-left: 6px;
}

@media all and (max-width: 640px) {
  .container .pollBox__form {
    padding-left: 73px;
  }
  .container .pollBox__inner {
    padding: 30px;
  }
  .container .pollBox__itemLabel {
    padding: 0 120px 0 30px;
  }
}

@media all and (max-width: 570px) {
  .container .pollBox__form {
    padding-left: 0;
  }
  .container .pollBox__inner {
    padding: 20px;
  }
  .container .pollBox__form:before {
    content: none !important;
  }
  .container .pollBox__form:after {
    height: 0;
  }
}

@media (min-width: 800px) {
  .post__title {
    font-size: 28px !important;
  }
}

.post__title {
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: "'Noto Serif', serif";
}

.post__facebookButtons {
  display: none;
}

.post__date {
  color: #8b8b8b;
  font-size: 11px;
  line-height: 20px;
}

.post__featuredImageContainer {
  float: left;
  max-width: 100%;
  display: block;
  width: 100%;
}

.post__featuredImage {
  max-width: 100%;
}

.post__featuredImageDescription {
  caption-side: bottom;
  font-size: 13px;
  color: #707070;
  display: block;
}

.post__adsysText {
  margin: 10px 0;
  text-align: center;
  padding: 13px;
  background-color: #f2f2f2;
}

.post__adsysText a {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
}

.post__adsysText div {
  font-family: Georgia;
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
  clear: both;
}

.post__content::after {
  content: '';
  display: table;
  clear: both;
}

.post__content h2 {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 18px;
  margin-right: 18px;
  font-weight: 400;
  font-family: "'Noto Serif', serif";
  margin-top: 10px;
}

.post__content p {
  font-size: 17px;
  line-height: 28px;
  margin: 14px 18px 14px 0;
}

.post__content ul {
  list-style-type: disc;
  padding-left: 30px;
}

.post__content ul li {
  margin-bottom: 25px;
}

.post__content blockquote {
  border: 1px solid #1d95fa;
  padding: 12px;
  font-size: 12px;
  color: #707070;
  text-align: center;
  line-height: 2;
  position: relative;
  margin: 14px 0;
}

.post__content blockquote::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 60px;
  transform: translateY(-50%);
  padding: 0 4px;
  font-size: 11px;
  line-height: 7px;
  color: #1d95fa;
  background: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post__author {
  color: #969696;
  font-size: 15px;
}

#body_epoznan .post__content a {
  color: #004986;
  text-decoration: underline;
}

iframe[src^="https://www.youtube.com"], iframe[src^="//www.youtube.com"], iframe[src^="https://wtk.pl"] {
  max-width: 590px;
  height: 372px;
  width: 100%;
}

.col-8 iframe[src^="https://www.facebook.com/"] {
  max-width: 727px;
}

.facebook_video_container {
  width: 590px;
}

.postItem {
  margin-top: 26px;
  font-size: 0;
  /* ---
    Category
  --- */
  /* ---
    Title
  --- */
  /* ---
    Image
  --- */
  /* ---
    Info
  --- */
}

.postItem:first-child {
  margin-top: 0;
}

.postItem__category {
  display: inline-block;
  padding: 0 9px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
  background-color: rgba(233, 238, 242, 0.8);
  transition: opacity .3s;
}

.postItem__category:hover {
  opacity: .5;
}

.postItem__category2 {
  display: inline-block;
  padding: 0 9px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
  background-color: rgba(233, 238, 242, 0.8);
  transition: opacity .3s;
  margin: 9px 12px;
}

.postItem__category2:hover {
  opacity: .5;
}

.postItem__title {
  margin-top: 2px;
  font-family: "'Noto Serif', serif";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  transition: opacity .3s;
}

.postItem__title:hover {
  opacity: .5;
}

.postItem__image {
  position: relative;
  width: 100%;
  height: 213px;
  margin-top: 16px;
  background-color: #e9eef2;
  overflow: hidden;
}

.postItem__image:before {
  position: absolute;
  bottom: -20px;
  right: -18px;
  font-size: 142px;
  line-height: 1;
  color: #dbe1e7;
}

.postItem__image:before {
  background-image: url(../img/news_alt_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.postItem__imageInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1.4s;
}

.postItem__imageInner:hover {
  transform: scale(1.1);
}

.postItem__info {
  position: relative;
  margin-top: 7px;
}

.postItem__info:before, .postItem__info:after {
  content: '';
  display: block;
  clear: both;
}

.postItem__infoTitle {
  float: left;
  margin-right: 7px;
  font-weight: 700;
  padding: 0 18px;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 3px;
  text-transform: uppercase;
}

.postItem__info.postItem__info--blue .postItem__infoTitle {
  background-color: #0070ce;
}

.postItem__info.postItem__info--orange .postItem__infoTitle {
  background-color: #f3b335;
}

.postItem__infoText {
  float: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  color: #919191;
}

.postItem__info.postItem__info--blue .postItem__infoText {
  color: #0070ce;
}

.postItem__info.postItem__info--orange .postItem__infoText {
  color: #f3b335;
}

.postItem__infoDesc {
  position: relative;
  clear: both;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: #3b3b3b;
  font-family: "'Noto Serif', serif";
}

.postItem__infoStats {
  position: absolute;
  top: 0;
  right: 0;
}

.postItem__infoStats:before, .postItem__infoStats:after {
  content: '';
  display: block;
  clear: both;
}

.postItem__infoStat {
  float: left;
  margin-left: 13px;
  font-size: 12px;
  line-height: 1;
  color: #707070;
}

.postItem__infoStat:first-child {
  margin-left: 0;
}

.postItem__infoStat:before {
  float: left;
  color: #b7b7b7;
  margin-right: 6px;
}

.sideBoxes {
  margin-top: 40px;
  text-align: center;
}

.socialImages {
  padding: 25px 0;
  /* ---
    Item
  --- */
}

.socialImages__inner {
  border-top: 1px solid #ededed;
}

.socialImages__title {
  margin-top: 17px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.socialImages__items {
  margin: 10px -9px -9px -10px;
  overflow: hidden;
  padding: 0 10px;
}

.socialImages__item {
  float: left;
  padding: 9px;
  width: 20.83333%;
}

.socialImages__item--large {
  width: 58.33333%;
}

.socialImages__itemInner {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.socialImages__item.socialImages__item--large .socialImages__itemInner {
  height: 300px;
}

.socialImages__item.socialImages__item--large .socialImages__itemInner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

.socialImages__itemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1.4s;
}

.socialImages__itemInner:hover .socialImages__itemBg {
  transform: scale(1.1);
}

.socialImages__itemIcon:before {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 19px;
  line-height: 1;
  color: #ffffff;
  z-index: 10;
}

.socialImages__item.socialImages__item--large .socialImages__itemIcon:before {
  font-size: 23px;
  top: auto;
  left: auto;
  bottom: 21px;
  right: 27px;
}

.socialImages__itemContent {
  position: absolute;
  bottom: 13px;
  left: 30px;
  right: 80px;
  z-index: 10;
}

.socialImages__itemTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #ffffff;
}

.socialImages__itemDate {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.1;
  color: #ffffff;
}

.spotted {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
  /* ---
    Items
  --- */
  /* ---
    Nav
  --- */
  /* ---
    Form
  --- */
}

.spotted__inner {
  background-color: #e9eef2;
  overflow: hidden;
}

.spotted__title {
  margin-top: 41px;
  font-weight: 500;
  font-size: 27px;
  color: #004986;
  text-align: center;
}

.spotted__items {
  margin-top: 16px;
  max-height: 2100px;
  overflow: hidden;
}

.spotted__itemsWrapper {
  padding: 0 50px;
}

.spotted__item {
  margin-top: 18px;
}

.spotted__item:first-child {
  margin-top: 0;
}

.spotted__item .icon-male {
  margin-right: 67px;
}

.spotted__item .icon-female {
  margin-left: 67px;
}

.spotted__itemDate {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.82;
  color: #969696;
}

.spotted__itemWrapper {
  position: relative;
  padding: 19px 22px 22px 22px;
  margin-top: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}

.spotted__itemWrapper:before {
  position: absolute;
  top: 25px;
  font-size: 36px;
  line-height: 1;
  color: #0070ce;
}

.spotted .icon-male:before {
  right: -60px;
}

.spotted .icon-female:before {
  left: -60px;
}

.spotted__itemText {
  font-size: 15px;
  line-height: 20px;
  color: #6a6a6a;
}

.spotted__itemFooter {
  margin-top: 20px;
  overflow: hidden;
}

.spotted__itemContact {
  float: left;
  display: inline-block;
  padding: 0 14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #0070ce;
  border: 2px solid #0070ce;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.spotted__itemContact:hover {
  color: #0070ce;
  background-color: transparent;
}

.spotted__itemShare {
  float: right;
}

.spotted__nav {
  padding: 25px 0 25px 0;
  font-size: 0;
  text-align: center;
}

.spotted__navPrev, .spotted__navNext {
  display: inline-block;
  padding: 10px;
  transition: opacity .3s;
}

.spotted__navPrev:hover, .spotted__navNext:hover {
  opacity: .5;
}

.spotted__navPrev:before, .spotted__navNext:before {
  font-size: 7px;
  line-height: 1;
  color: #9a9494;
}

.spotted__navPrev:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spotted__navNext:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spotted__form {
  padding: 35px 32px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}

.spotted__formFields {
  margin: 0 -15px;
  overflow: hidden;
}

.spotted__formInput, .spotted__formTextarea {
  float: left;
  margin: 11px 15px 0 15px;
  width: calc(50% - 30px);
  padding: 9px 21px;
  font-size: 15px;
  line-height: 1.54;
  color: #888888;
  border-radius: 3px;
  background-color: #f4f5f7;
}

.spotted__formInput::-webkit-input-placeholder, .spotted__formTextarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.spotted__formInput::-moz-placeholder, .spotted__formTextarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.spotted__formInput:-ms-input-placeholder, .spotted__formTextarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.spotted__formInput:-moz-placeholder, .spotted__formTextarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.spotted__formInput {
  height: 41px;
}

.spotted__formTextarea {
  width: calc(100% - 30px);
  height: 130px;
  resize: vertical;
}

.spotted__formRadioWrapper {
  margin-top: 23px;
  overflow: hidden;
}

.spotted__formRadio {
  display: none;
}

.spotted__formLabel {
  margin-left: 21px;
  transition: opacity .3s;
  cursor: pointer;
  z-index: 10;
}

.spotted__formLabel:first-of-type {
  margin-left: 0;
}

.spotted__formLabel:hover {
  opacity: .5;
}

.spotted__formLabel:before {
  font-size: 33px;
  line-height: 1;
  color: #cccccc;
  transition: color .3s;
}

.spotted__formRadio:checked + .spotted__formLabel {
  opacity: 1;
}

.spotted__formRadio:checked + .spotted__formLabel:before {
  color: #0070ce;
}

.spotted__formButtonWrapper {
  clear: both;
  margin-top: -48px;
  overflow: hidden;
}

.spotted__formButton {
  float: right;
  display: inline-block;
  padding: 0 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #0070ce;
  border: 2px solid #0070ce;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.spotted__formButton:before {
  float: left;
  margin-right: 7px;
  font-size: 11px;
}

.spotted__formButton:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spotted__formButton:hover {
  color: #0070ce;
  background-color: transparent;
}

.update {
  margin-top: 40px;
}

.update__item {
  position: relative;
  display: flex;
  margin-top: 50px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
  margin-left: -157px;
}

.update__item:first-child {
  margin-top: 0;
}

.update__tag, .update__tag-2 {
  width: 123px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  background: #004986;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 34px;
}

.update__tag-2, .update__hour-2 {
  display: none;
}

.update__hour {
  margin-right: 31px;
  margin-top: 6px;
}

.update__hour, .update__hour-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.update__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.update__photo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  margin-top: 6px;
}

.update__photoDescription {
  font-size: 10px;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

@media all and (max-width: 970px) {
  .container .update__tag, .container .update__hour {
    display: none;
  }
  .container .update__tag-2 {
    display: inline-block;
    margin-right: 10px;
  }
  .container .update__hour-2 {
    display: block;
    margin-bottom: 6px;
  }
  .container .update__item {
    margin-left: 0;
  }
}

.videoPlayer {
  display: block;
  width: 100%;
  height: 100%;
}

.videoPlayer__video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.videoPlayer__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
}

.videoPlayer__play::before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.weatherList {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
}

.weatherList__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}

.weatherList__weatherToggle {
  position: absolute;
  top: -13px;
  right: -10px;
  padding: 20px;
  transition: opacity .3s;
  cursor: pointer;
}

.weatherList__weatherToggle:before {
  font-size: 7px;
  line-height: 1;
  color: #707070;
}

.weatherList__weatherToggle:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.weatherList__weatherToggle:hover {
  opacity: .5;
}

.weatherList__weatherCities {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: transform .3s, opacity .5s, visibility .3s;
}

.weatherList__weatherCities--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.weatherList__weatherCity {
  display: block;
  padding: 6px 20px;
  font-size: 11px;
  line-height: 1.82;
  background-color: #e9eef2;
  transition: background-color .3s;
}

.weatherList__weatherCity:hover {
  background-color: #c3c3c3;
}

.weatherList__weather {
  display: none;
}

.weatherList__weather--active {
  display: block;
}

.weatherList__box {
  margin-top: 15px;
  border-top: 1px solid #e3e3e3;
}

.weatherList__boxAlert {
  padding: 19px 20px;
  font-size: 0;
  text-align: center;
  background-color: #f3b335;
}

.weatherList__boxAlertInner {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.weatherList__boxAlertInner:before {
  float: left;
  margin-right: 23px;
  font-size: 19px;
  line-height: 1;
}

.weatherList__boxAlertInner:before {
  content: "" !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.weatherList__boxItems {
  padding: 0 32px 25px 32px;
  border: 1px solid #e3e3e3;
  border-top: 0;
}

.weatherList.weatherList--article .weatherList__boxItems {
  padding: 0 24px 25px 24px;
}

.weatherList.weatherList--desktop .weatherList__boxItems {
  padding: 0 24px 25px 24px;
}

.weatherList__boxItem {
  padding: 27px 0;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}

.weatherList__boxItem:first-child {
  border-top: 0;
}

.weatherList__boxItemIconWrapper {
  float: left;
  width: 92px;
}

.weatherList__boxItemIcon {
  width: 61px;
  height: auto;
}

.blogWeather__boxItem:nth-child(1) .weatherList__boxItemIcon {
  margin-top: -9px;
}

.blogWeather__boxItem:nth-child(2) .weatherList__boxItemIcon {
  margin-top: 4px;
}

.weatherList__boxItemContent {
  float: right;
  width: calc(100% - 92px);
}

.weatherList__boxItemRow {
  margin-top: 3px;
  overflow: hidden;
}

.weatherList.weatherList--article .weatherList__boxItemRow {
  display: flex;
}

.weatherList.weatherList--desktop .weatherList__boxItemRow {
  display: flex;
}

.weatherList__boxItemRow:first-child {
  margin-top: 0;
}

.weatherList__boxItemCell {
  float: left;
}

.weatherList__boxItemCell:first-child {
  width: 110px;
  padding-right: 10px;
}

.weatherList__boxItemCell:first-child:last-child {
  width: 100%;
  padding-right: 0;
}

.weatherList__boxItemCell--textBig {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.125;
}

.weatherList.weatherList--article .weatherList__boxItemCell--textBig {
  font-size: 24px;
}

.weatherList.weatherList--desktop .weatherList__boxItemCell--textBig {
  font-size: 24px;
}

.weatherList__boxItemCell--textMedium {
  margin-top: 7px;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: #707070;
}

.weatherList.weatherList--article .weatherList__boxItemCell--textMedium {
  font-size: 18px;
  margin-left: auto;
}

.weatherList.weatherList--desktop .weatherList__boxItemCell--textMedium {
  font-size: 18px;
  margin-left: auto;
}

.weatherList__boxItemCell--label {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.62;
}

.weatherList.weatherList--article .weatherList__boxItemCell--label {
  width: auto;
  padding-right: 6px;
  margin-right: auto;
}

.weatherList.weatherList--desktop .weatherList__boxItemCell--label {
  width: auto;
  padding-right: 6px;
  margin-right: auto;
}

.weatherList__boxItemCell--value {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.62;
  color: #6a6a6a;
}

.weatherList.weatherList--article .weatherList__boxItemCell--value {
  width: auto;
}

.weatherList.weatherList--desktop .weatherList__boxItemCell--value {
  width: auto;
}

.weatherList__boxItemCell--title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.42;
}

.weatherList__button {
  display: block;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #004986;
  border: 2px solid #004986;
  border-radius: 4px;
  transition: color .3s, background-color .3s;
  cursor: pointer;
}

.weatherList__button:hover {
  color: #004986;
  background-color: transparent;
}

.weatherList--article {
  margin-top: 50px;
}

.weatherList--desktop {
  margin-top: 0;
}

.weatherList__boxItemContent table td {
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: bottom;
}

.weatherList__boxItemContent table {
  width: 100%;
}

.weatherList__boxItemContent table td span {
  margin-left: 10px;
}

#weatherPage .pressure-icon {
  font-size: 20px;
  margin-left: 10px;
}

@media all and (max-width: 699px) {
  .container #weatherPage .weatherPage .weatherList__boxItems {
    padding: 0 12px 0 12px;
  }
  .container #weatherPage .weatherPage {
    padding: 0;
  }
}

@media all and (max-width: 599px) {
  #weatherPage .weatherPage .weatherList__boxItemContent table td span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

@media all and (max-width: 499px) {
  .container #weatherPage .weatherPage .weatherList__boxItem {
    padding: 12px 0;
  }
}

/* important line */

/*# sourceMappingURL=app.css.map */
